﻿:root {
  --bg: #f5f7fb;
  --bg-soft: #eef2f8;
  --surface: #ffffff;
  --surface-2: #f8fbff;
  --ink: #0f172a;
  --ink-soft: #334155;
  --muted: #5b6778;
  --line: #d9e2ef;
  --line-strong: #c3cfdf;
  --brand: #0f766e;
  --brand-2: #115e59;
  --accent: #0ea5e9;
  --ok: #0b9f68;
  --danger: #b91c1c;
  --radius-xs: 10px;
  --radius-sm: 14px;
  --radius-md: 20px;
  --radius-lg: 30px;
  --radius-pill: 999px;
  --shadow-xs: 0 2px 8px rgba(15, 23, 42, 0.05);
  --shadow-sm: 0 8px 20px rgba(15, 23, 42, 0.07);
  --shadow-md: 0 14px 34px rgba(15, 23, 42, 0.1);
  --max-width: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 90% -15%, #dbfff1 0%, transparent 33%),
    radial-gradient(circle at -15% 10%, #e7f2ff 0%, transparent 29%),
    var(--bg);
  font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

button,
input,
textarea,
select {
  font: inherit;
}

.container {
  width: min(var(--max-width), 92vw);
  margin-inline: auto;
}

.section {
  margin-top: 68px;
}

.section-tight {
  margin-top: 44px;
}

.page-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.main-content {
  flex: 1;
}

.eyebrow {
  margin: 0;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 11px;
  font-weight: 800;
}

.section-heading {
  margin: 8px 0 0;
  font-size: clamp(28px, 3.8vw, 48px);
  line-height: 1.1;
  font-family: "Playfair Display", "Times New Roman", serif;
}

.section-sub {
  margin: 12px 0 0;
  max-width: 70ch;
  color: var(--muted);
}

.panel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}

.grid {
  display: grid;
  gap: 18px;
}

.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-radius: var(--radius-pill);
  border: 1px solid var(--line);
  background: var(--surface);
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 700;
  color: var(--ink-soft);
}

.kicker {
  margin: 0;
  font-size: 14px;
  color: var(--ink-soft);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0;
  cursor: pointer;
  border-radius: var(--radius-pill);
  padding: 12px 18px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--ink);
  color: #fff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.25);
}

.btn-primary:hover {
  background: #020617;
}

.btn-whatsapp {
  background: linear-gradient(135deg, #19b989, var(--brand));
  color: #fff;
  box-shadow: 0 10px 22px rgba(15, 118, 110, 0.28);
}

.btn-whatsapp:hover {
  background: linear-gradient(135deg, #0ea574, var(--brand-2));
}

.btn-ghost {
  background: var(--surface);
  border: 1px solid var(--line);
  color: var(--ink-soft);
}

.btn-soft {
  background: #ecf9f6;
  color: var(--brand-2);
}

.icon {
  width: 18px;
  height: 18px;
  fill: currentColor;
  flex: 0 0 auto;
}

.topbar {
  border-bottom: 1px solid var(--line);
  background: #edf2f8;
  font-size: 12px;
}

.topbar-row {
  min-height: 38px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 14px;
}

.topbar a {
  color: var(--ink-soft);
  font-weight: 700;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(12px);
}

.header-row {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #0f172a, #1e293b);
  color: #fff;
  font-weight: 800;
  font-size: 13px;
}

.brand-text strong {
  display: block;
  font-size: 15px;
}

.brand-text span {
  display: block;
  font-size: 12px;
  color: var(--muted);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border-radius: 11px;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--ink-soft);
}

.nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav a {
  border-radius: var(--radius-pill);
  padding: 9px 14px;
  font-size: 13px;
  font-weight: 700;
  color: var(--ink-soft);
}

.nav a:hover {
  background: #edf3fb;
  color: var(--ink);
}

.nav a.active {
  background: #111827;
  color: #fff;
}

.header-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.mobile-nav {
  display: none;
  border-top: 1px solid var(--line);
  padding: 10px 0 14px;
}

.mobile-nav.open {
  display: block;
}

.mobile-nav a {
  display: block;
  border-radius: var(--radius-sm);
  padding: 10px 12px;
  font-weight: 700;
  color: var(--ink-soft);
}

.mobile-nav a.active {
  background: #e8edf7;
  color: var(--ink);
}

.hero {
  border: 1px solid var(--line);
  border-radius: 34px;
  overflow: hidden;
  background: var(--surface);
  box-shadow: var(--shadow-md);
  display: grid;
}

.hero-copy {
  padding: clamp(26px, 5vw, 52px);
}

.hero-title {
  margin: 10px 0 0;
  font-family: "Playfair Display", "Times New Roman", serif;
  font-weight: 700;
  font-size: clamp(38px, 6vw, 66px);
  line-height: 1.03;
}

.hero-sub {
  margin-top: 16px;
  max-width: 58ch;
  color: var(--muted);
  font-size: 16px;
}

.hero-actions {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-media {
  min-height: 320px;
  background: #d9e5f4;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-search {
  margin-top: 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 14px;
}

.hero-search-row {
  display: flex;
  gap: 10px;
}

.input,
.select,
.textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  padding: 12px 14px;
  font-size: 14px;
  color: var(--ink);
}

.textarea {
  min-height: 130px;
  resize: vertical;
}

.hint {
  margin-top: 8px;
  font-size: 12px;
  color: #64748b;
}

.stat-grid {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px;
}

.stat {
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: #f8fbff;
  padding: 12px 14px;
}

.stat strong {
  display: block;
  font-size: 21px;
}

.stat span {
  font-size: 12px;
  color: var(--muted);
}

.split-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.card {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface);
  box-shadow: var(--shadow-xs);
  overflow: hidden;
}

.card-media {
  position: relative;
  background: #e2e8f0;
}

.card-media img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.visa-pill {
  position: absolute;
  left: 12px;
  top: 12px;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.94);
  padding: 7px 10px;
  font-size: 11px;
  font-weight: 800;
  color: #334155;
}

.card-body {
  padding: 15px;
}

.card-title {
  margin: 0;
  font-size: 21px;
}

.meta-grid {
  display: grid;
  gap: 8px;
  margin-top: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.meta-box {
  border-radius: 12px;
  background: #f3f7fd;
  padding: 9px 10px;
}

.meta-key {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #64748b;
  font-weight: 700;
}

.meta-val {
  margin-top: 4px;
  font-size: 13px;
  font-weight: 700;
}

.card-note {
  margin-top: 10px;
  color: #475569;
  font-size: 13px;
  min-height: 42px;
}

.card-actions {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.card-stack {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.country-card-cta {
  width: 100%;
}

.service-card {
  padding: 18px;
}

.service-icon-wrap {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  background: #f0fdf8;
  color: var(--brand-2);
  border: 1px solid #c8e8de;
}

.service-card h3 {
  margin: 12px 0 0;
  font-size: 22px;
}

.service-card p {
  margin: 10px 0 0;
  color: #475569;
}

.service-card ul {
  margin: 12px 0 0;
  padding-left: 18px;
  color: var(--ink-soft);
}

.service-card li + li {
  margin-top: 5px;
}

.tools-bar {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface);
  box-shadow: var(--shadow-xs);
}

.filter-row {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter-chip {
  border-radius: var(--radius-pill);
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink-soft);
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.filter-chip.active {
  background: #111827;
  border-color: #111827;
  color: #fff;
}

.result-line {
  margin-top: 8px;
  font-size: 13px;
  color: #64748b;
}

.group-block {
  margin-top: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
  padding: 16px;
  box-shadow: var(--shadow-xs);
}

.group-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 12px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}

.group-head h3 {
  margin: 0;
  font-size: 26px;
}

.group-head p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.empty {
  margin-top: 12px;
  border: 1px dashed var(--line-strong);
  border-radius: 14px;
  background: var(--surface);
  color: #64748b;
  text-align: center;
  padding: 20px;
}

.highlight-strip {
  border: 1px solid #cce7df;
  border-radius: 16px;
  background: linear-gradient(120deg, #edfff8, #f7fcff);
  padding: 14px;
}

.step {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--surface);
  padding: 16px;
}

.step span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: #0f172a;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.step h4 {
  margin: 12px 0 0;
  font-size: 19px;
}

.step p {
  margin: 8px 0 0;
  color: var(--muted);
}

.banner-cta {
  position: relative;
  overflow: hidden;
  border: 1px solid #b6d7cd;
  border-radius: 26px;
  background: linear-gradient(130deg, #0f172a, #123545);
  color: #fff;
  padding: clamp(20px, 4vw, 40px);
}

.banner-cta::after {
  content: "";
  position: absolute;
  right: -90px;
  top: -80px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(17, 178, 132, 0.35), transparent 70%);
}

.banner-cta h3 {
  margin: 8px 0 0;
  font-size: clamp(30px, 4.6vw, 52px);
  font-family: "Playfair Display", "Times New Roman", serif;
  line-height: 1.06;
}

.banner-cta p {
  margin: 12px 0 0;
  color: #d9ebff;
  max-width: 62ch;
}

.banner-actions {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.quote-card {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  padding: 18px;
}

.rating {
  display: flex;
  gap: 2px;
  color: #f59e0b;
}

.quote-card p {
  margin: 10px 0 0;
  color: #334155;
}

.person {
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.person img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
}

.person strong {
  display: block;
  font-size: 14px;
}

.person span {
  display: block;
  font-size: 12px;
  color: var(--muted);
}

.accordion {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
}

.accordion + .accordion {
  margin-top: 9px;
}

.accordion summary {
  list-style: none;
  cursor: pointer;
  padding: 14px 15px;
  font-weight: 700;
  color: var(--ink-soft);
}

.accordion summary::-webkit-details-marker {
  display: none;
}

.accordion-content {
  border-top: 1px solid var(--line);
  padding: 12px 15px 15px;
  color: #475569;
}

.blog-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.blog-thumb {
  height: 190px;
  width: 100%;
  object-fit: cover;
}

.blog-body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.blog-meta {
  font-size: 12px;
  color: #64748b;
  font-weight: 700;
}

.blog-body h3 {
  margin: 8px 0 0;
  font-size: 21px;
}

.blog-body p {
  margin: 8px 0 0;
  color: #475569;
}

.blog-body .btn {
  margin-top: auto;
}

.article {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.article-hero img {
  width: 100%;
  height: clamp(240px, 45vw, 460px);
  object-fit: cover;
}

.article-body {
  padding: clamp(20px, 4vw, 34px);
}

.article-body h1 {
  margin: 10px 0 0;
  font-size: clamp(32px, 4.4vw, 56px);
  line-height: 1.08;
  font-family: "Playfair Display", "Times New Roman", serif;
}

.article-body h2 {
  margin: 28px 0 10px;
  font-size: 28px;
}

.article-body p,
.article-body li {
  color: #334155;
  font-size: 17px;
}

.article-body ul {
  padding-left: 20px;
}

.form-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.form-actions {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.note-box {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 14px;
  background: #f8fbff;
}

.promise {
  margin-top: 12px;
  border-radius: 12px;
  border: 1px solid #c7dfd7;
  background: #edf9f4;
  color: #0f5132;
  padding: 10px 12px;
  font-size: 13px;
}

.office-map {
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  background: #dce6f3;
  min-height: 250px;
}

.office-map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.office-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.page-banner {
  border: 1px solid var(--line);
  border-radius: 30px;
  background: linear-gradient(130deg, #0f172a, #173a4f);
  color: #fff;
  padding: clamp(22px, 5vw, 42px);
  box-shadow: var(--shadow-md);
}

.page-banner h1 {
  margin: 10px 0 0;
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: clamp(34px, 5vw, 60px);
  line-height: 1.06;
}

.page-banner p {
  margin: 12px 0 0;
  max-width: 68ch;
  color: #d7eaff;
}

.feature-list {
  margin: 12px 0 0;
  padding-left: 18px;
  color: #334155;
}

.feature-list li + li {
  margin-top: 6px;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}

.trust-item {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  padding: 14px;
}

.trust-item h4 {
  margin: 8px 0 0;
}

.trust-item p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.timeline {
  border-left: 2px solid #dbe6f5;
  margin-left: 6px;
  padding-left: 18px;
}

.timeline-item + .timeline-item {
  margin-top: 14px;
}

.timeline-item strong {
  display: block;
}

.timeline-item p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.footer {
  margin-top: 72px;
  border-top: 1px solid var(--line);
  background: #ebf1f8;
  padding: 30px 0;
}

.footer-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 1.4fr 1fr 1fr;
}

.footer h4 {
  margin: 0 0 10px;
  font-size: 16px;
}

.footer p,
.footer li,
.footer a {
  color: #4f5f73;
  font-size: 14px;
}

.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer ul li + li {
  margin-top: 6px;
}

.footer-base {
  margin-top: 16px;
  border-top: 1px solid #d1ddeb;
  padding-top: 14px;
  font-size: 13px;
  color: #64748b;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.floating-wa {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 90;
}

.mobile-country-cta {
  position: fixed;
  left: 10px;
  right: 10px;
  bottom: 76px;
  z-index: 90;
  display: none;
}

.mobile-country-cta.visible {
  display: block;
}

.country-hero {
  border: 1px solid var(--line);
  border-radius: 26px;
  overflow: hidden;
  background: #fff;
}

.country-banner {
  position: relative;
  min-height: 340px;
}

.country-banner img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
}

.country-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 22px;
  color: #fff;
  background: linear-gradient(to top, rgba(15, 23, 42, 0.72), rgba(15, 23, 42, 0.16));
}

.country-overlay h1 {
  margin: 10px 0 0;
  font-size: clamp(34px, 5vw, 62px);
  font-family: "Playfair Display", "Times New Roman", serif;
  line-height: 1.03;
}

.flag-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.92);
  color: #1e293b;
  padding: 6px 11px;
  font-size: 12px;
  font-weight: 800;
}

.flag-badge img {
  width: 24px;
  height: 16px;
  object-fit: cover;
  border-radius: 3px;
}

.country-layout {
  display: grid;
  gap: 14px;
  grid-template-columns: 1.4fr 0.9fr;
  padding: 16px;
}

.block {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px;
  background: #fff;
}

.block h3 {
  margin: 0;
  font-size: 20px;
}

.block p {
  margin: 8px 0 0;
  color: #475569;
}

.block ul {
  margin: 10px 0 0;
  padding-left: 18px;
  color: #334155;
}

.gallery {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gallery img {
  width: 100%;
  height: 110px;
  object-fit: cover;
  border-radius: 10px;
}

.related-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.related-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  padding: 10px;
}

.related-card strong {
  display: block;
}

.related-card span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
}

.related-card .btn {
  margin-top: 8px;
  width: 100%;
}

.legal {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  padding: clamp(18px, 4vw, 30px);
}

.legal h1,
.legal h2 {
  font-family: "Playfair Display", "Times New Roman", serif;
}

.legal h1 {
  margin: 0;
  font-size: clamp(34px, 5vw, 58px);
}

.legal h2 {
  margin: 24px 0 8px;
  font-size: 27px;
}

.legal p,
.legal li {
  color: #334155;
}

.legal ul {
  padding-left: 20px;
}

.fade-in {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 992px) {
  .hero {
    grid-template-columns: 1.12fr 0.88fr;
  }
}

@media (max-width: 1180px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 980px) {
  .nav,
  .header-actions .btn-hide-mobile {
    display: none;
  }

  .nav-toggle {
    display: inline-grid;
    place-items: center;
  }

  .country-layout {
    grid-template-columns: 1fr;
  }

  .grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .form-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 780px) {
  .section {
    margin-top: 54px;
  }

  .hero-search-row {
    flex-direction: column;
  }

  .grid-3,
  .grid-2,
  .grid-4 {
    grid-template-columns: 1fr;
  }

  .meta-grid {
    grid-template-columns: 1fr 1fr;
  }

  .gallery {
    grid-template-columns: 1fr;
  }

  .topbar-row {
    justify-content: flex-start;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }
}
