:root {
  --ink: #102a2f;
  --muted: #5f7378;
  --line: #dce9ea;
  --paper: #ffffff;
  --soft: #f3f8f8;
  --navy: #0d2f36;
  --blue: #158e98;
  --cyan: #1aa6ad;
  --green: #11836f;
  --amber: #f59e0b;
  --shadow: 0 24px 70px rgba(13, 47, 54, .14);
  --radius: 10px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

.wrap, .section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.topbar {
  background: linear-gradient(90deg, #0a252a, #0f5f68);
  color: #dff6f7;
  font-size: 14px;
}
.topbar .wrap {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 9px 0;
  flex-wrap: wrap;
}
.topbar a {
  color: #fff;
  font-weight: 800;
}
.topbar a:hover {
  text-decoration: underline;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, .98);
  border-bottom: 3px solid rgba(21, 142, 152, .18);
  backdrop-filter: blur(14px);
}
.nav .wrap {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  color: var(--navy);
  min-width: max-content;
}
.logo-brand img {
  width: 230px;
  height: auto;
  max-height: 58px;
  object-fit: contain;
}
.brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  box-shadow: 0 14px 28px rgba(21, 142, 152, .22);
}
.brand small {
  display: block;
  margin-top: -4px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}
.menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 800;
  color: var(--navy);
}
.menu a {
  padding: 10px 0;
  border-bottom: 2px solid transparent;
}
.menu a:hover, .menu a.active {
  color: var(--blue);
  border-bottom-color: var(--blue);
}
.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--navy);
  background: #fff;
  cursor: pointer;
}
.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  padding: 12px 18px;
  font-weight: 900;
  color: #fff;
  border: 1px solid transparent;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  box-shadow: 0 16px 34px rgba(21, 142, 152, .24);
}
.btn.secondary {
  color: var(--navy);
  background: #fff;
  border-color: var(--line);
  box-shadow: none;
}
.btn.green { background: linear-gradient(135deg, var(--green), var(--cyan)); }
.btn.whatsapp-btn {
  background: linear-gradient(135deg, #128c7e, #25d366);
  color: #fff;
}

.hero {
  min-height: 680px;
  display: grid;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(13,47,54,.94), rgba(13,47,54,.66), rgba(13,47,54,.18)),
    url("https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=1800&q=80") center/cover;
}
.hero.compact { min-height: 420px; }
.hero.schengen { background: linear-gradient(90deg, rgba(13,47,54,.94), rgba(13,47,54,.58), rgba(13,47,54,.12)), url("https://images.unsplash.com/photo-1502602898657-3e91760cbb34?auto=format&fit=crop&w=1800&q=80") center/cover; }
.hero.country-almanya { background: linear-gradient(90deg, rgba(13,47,54,.94), rgba(13,47,54,.58), rgba(13,47,54,.12)), url("https://images.unsplash.com/photo-1684059732179-7710fbb2688b?auto=format&fit=crop&w=1800&q=80") center/cover; }
.hero.country-fransa { background: linear-gradient(90deg, rgba(13,47,54,.94), rgba(13,47,54,.58), rgba(13,47,54,.12)), url("https://images.unsplash.com/photo-1502602898657-3e91760cbb34?auto=format&fit=crop&w=1800&q=80") center/cover; }
.hero.country-italya { background: linear-gradient(90deg, rgba(13,47,54,.94), rgba(13,47,54,.58), rgba(13,47,54,.12)), url("https://images.unsplash.com/photo-1767564272799-9380a82f266b?auto=format&fit=crop&w=1800&q=80") center/cover; }
.hero.country-hollanda { background: linear-gradient(90deg, rgba(13,47,54,.94), rgba(13,47,54,.58), rgba(13,47,54,.12)), url("https://images.unsplash.com/photo-1605101100278-5d1deb2b6498?auto=format&fit=crop&w=1800&q=80") center/cover; }
.hero.country-ispanya { background: linear-gradient(90deg, rgba(13,47,54,.94), rgba(13,47,54,.58), rgba(13,47,54,.12)), url("https://images.unsplash.com/photo-1558763916-6faffc31886a?auto=format&fit=crop&w=1800&q=80") center/cover; }
.hero.country-yunanistan { background: linear-gradient(90deg, rgba(13,47,54,.94), rgba(13,47,54,.58), rgba(13,47,54,.12)), url("https://images.unsplash.com/photo-1530841377377-3ff06c0ca713?auto=format&fit=crop&w=1800&q=80") center/cover; }
.hero.country-avusturya { background: linear-gradient(90deg, rgba(13,47,54,.94), rgba(13,47,54,.58), rgba(13,47,54,.12)), url("https://images.unsplash.com/photo-1710970744957-cba16d8a4fa4?auto=format&fit=crop&w=1800&q=80") center/cover; }
.hero.country-belcika { background: linear-gradient(90deg, rgba(13,47,54,.94), rgba(13,47,54,.58), rgba(13,47,54,.12)), url("https://flagcdn.com/w1280/be.png") center/cover; }
.hero.country-bulgaristan { background: linear-gradient(90deg, rgba(13,47,54,.94), rgba(13,47,54,.58), rgba(13,47,54,.12)), url("https://flagcdn.com/w1280/bg.png") center/cover; }
.hero.country-hirvatistan { background: linear-gradient(90deg, rgba(13,47,54,.94), rgba(13,47,54,.58), rgba(13,47,54,.12)), url("https://flagcdn.com/w1280/hr.png") center/cover; }
.hero.country-cekya { background: linear-gradient(90deg, rgba(13,47,54,.94), rgba(13,47,54,.58), rgba(13,47,54,.12)), url("https://flagcdn.com/w1280/cz.png") center/cover; }
.hero.country-danimarka { background: linear-gradient(90deg, rgba(13,47,54,.94), rgba(13,47,54,.58), rgba(13,47,54,.12)), url("https://flagcdn.com/w1280/dk.png") center/cover; }
.hero.country-estonya { background: linear-gradient(90deg, rgba(13,47,54,.94), rgba(13,47,54,.58), rgba(13,47,54,.12)), url("https://flagcdn.com/w1280/ee.png") center/cover; }
.hero.country-finlandiya { background: linear-gradient(90deg, rgba(13,47,54,.94), rgba(13,47,54,.58), rgba(13,47,54,.12)), url("https://flagcdn.com/w1280/fi.png") center/cover; }
.hero.country-macaristan { background: linear-gradient(90deg, rgba(13,47,54,.94), rgba(13,47,54,.58), rgba(13,47,54,.12)), url("https://flagcdn.com/w1280/hu.png") center/cover; }
.hero.country-izlanda { background: linear-gradient(90deg, rgba(13,47,54,.94), rgba(13,47,54,.58), rgba(13,47,54,.12)), url("https://flagcdn.com/w1280/is.png") center/cover; }
.hero.country-letonya { background: linear-gradient(90deg, rgba(13,47,54,.94), rgba(13,47,54,.58), rgba(13,47,54,.12)), url("https://flagcdn.com/w1280/lv.png") center/cover; }
.hero.country-lihtenstayn { background: linear-gradient(90deg, rgba(13,47,54,.94), rgba(13,47,54,.58), rgba(13,47,54,.12)), url("https://flagcdn.com/w1280/li.png") center/cover; }
.hero.country-litvanya { background: linear-gradient(90deg, rgba(13,47,54,.94), rgba(13,47,54,.58), rgba(13,47,54,.12)), url("https://flagcdn.com/w1280/lt.png") center/cover; }
.hero.country-luksemburg { background: linear-gradient(90deg, rgba(13,47,54,.94), rgba(13,47,54,.58), rgba(13,47,54,.12)), url("https://flagcdn.com/w1280/lu.png") center/cover; }
.hero.country-malta { background: linear-gradient(90deg, rgba(13,47,54,.94), rgba(13,47,54,.58), rgba(13,47,54,.12)), url("https://flagcdn.com/w1280/mt.png") center/cover; }
.hero.country-norvec { background: linear-gradient(90deg, rgba(13,47,54,.94), rgba(13,47,54,.58), rgba(13,47,54,.12)), url("https://flagcdn.com/w1280/no.png") center/cover; }
.hero.country-polonya { background: linear-gradient(90deg, rgba(13,47,54,.94), rgba(13,47,54,.58), rgba(13,47,54,.12)), url("https://flagcdn.com/w1280/pl.png") center/cover; }
.hero.country-portekiz { background: linear-gradient(90deg, rgba(13,47,54,.94), rgba(13,47,54,.58), rgba(13,47,54,.12)), url("https://flagcdn.com/w1280/pt.png") center/cover; }
.hero.country-romanya { background: linear-gradient(90deg, rgba(13,47,54,.94), rgba(13,47,54,.58), rgba(13,47,54,.12)), url("https://flagcdn.com/w1280/ro.png") center/cover; }
.hero.country-slovakya { background: linear-gradient(90deg, rgba(13,47,54,.94), rgba(13,47,54,.58), rgba(13,47,54,.12)), url("https://flagcdn.com/w1280/sk.png") center/cover; }
.hero.country-slovenya { background: linear-gradient(90deg, rgba(13,47,54,.94), rgba(13,47,54,.58), rgba(13,47,54,.12)), url("https://flagcdn.com/w1280/si.png") center/cover; }
.hero.country-isvec { background: linear-gradient(90deg, rgba(13,47,54,.94), rgba(13,47,54,.58), rgba(13,47,54,.12)), url("https://flagcdn.com/w1280/se.png") center/cover; }
.hero.country-isvicre { background: linear-gradient(90deg, rgba(13,47,54,.94), rgba(13,47,54,.58), rgba(13,47,54,.12)), url("https://images.unsplash.com/photo-1633515769488-4fc247b8d953?auto=format&fit=crop&w=1800&q=80") center/cover; }
.hero.usa { background: linear-gradient(90deg, rgba(13,47,54,.94), rgba(13,47,54,.58), rgba(13,47,54,.12)), url("https://images.unsplash.com/photo-1485738422979-f5c462d49f74?auto=format&fit=crop&w=1800&q=80") center/cover; }
.hero.uk { background: linear-gradient(90deg, rgba(13,47,54,.94), rgba(13,47,54,.58), rgba(13,47,54,.12)), url("https://images.unsplash.com/photo-1513635269975-59663e0ac1ad?auto=format&fit=crop&w=1800&q=80") center/cover; }
.hero.contact { background: linear-gradient(90deg, rgba(13,47,54,.94), rgba(13,47,54,.58), rgba(13,47,54,.12)), url("https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=1800&q=80") center/cover; }
.hero .section { padding: 88px 0; }

.eyebrow {
  margin: 0 0 12px;
  color: #f4b23f;
  font-size: 13px;
  font-weight: 950;
}
h1, h2, h3 { margin: 0; line-height: 1.13; }
h1 { max-width: 840px; font-size: clamp(38px, 6vw, 70px); }
h2 { font-size: clamp(28px, 4vw, 44px); }
h3 { font-size: 21px; }
.lead {
  max-width: 760px;
  margin: 22px 0 0;
  color: rgba(255,255,255,.88);
  font-size: 19px;
}
.slogan {
  max-width: 720px;
  margin: 12px 0 0;
  color: rgba(255,255,255,.92);
  font-weight: 800;
}
.hero-actions, .actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.section { padding: 78px 0; }
.section.soft {
  width: 100%;
  max-width: none;
  background: var(--soft);
}
.section.soft > .inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: -50px;
}
.proof-item, .card, .panel, .faq details, .step {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 36px rgba(13, 47, 54, .07);
}
.proof-item {
  padding: 20px;
  border-top: 4px solid var(--blue);
}
.proof-item strong {
  display: block;
  color: var(--navy);
  font-size: 24px;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.copy p, .card p, .panel p, .step p, .faq p, .footer p {
  color: var(--muted);
  margin: 12px 0 0;
}
.visual {
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.visual img {
  width: 100%;
  min-height: 360px;
  object-fit: cover;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 32px;
}
.grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card { padding: 24px; transition: transform .18s ease, box-shadow .18s ease; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.doc-card {
  border-top: 4px solid var(--blue);
}
.doc-card .mini-list {
  margin-top: 18px;
}
.note-panel {
  margin-top: 24px;
  border-left: 5px solid var(--cyan);
  box-shadow: none;
}
.country-brief {
  align-items: stretch;
}
.accent-panel {
  border-top: 5px solid var(--blue);
  background: linear-gradient(180deg, #fff, #f6fbfb);
}
.compact-split {
  align-items: stretch;
  margin-top: 30px;
}
.metric-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}
.metric-strip div {
  min-height: 118px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 32px rgba(13, 47, 54, .06);
}
.metric-strip strong {
  display: block;
  color: var(--blue);
  font-size: 22px;
  line-height: 1.1;
}
.metric-strip span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-weight: 750;
}
.timeline-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}
.timeline-list div {
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}
.timeline-list strong {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  color: #fff;
}
.timeline-list span {
  color: var(--muted);
  font-weight: 750;
}
.tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #e9f7f8;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 12px;
}
.keyword-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}
.keyword-strip span {
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--navy);
  font-weight: 800;
  font-size: 14px;
}
.section-intro {
  max-width: 760px;
  color: var(--muted);
  margin: 14px 0 0;
}
.breadcrumb {
  display: none;
  align-items: center;
  gap: 9px;
  padding: 16px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}
.breadcrumb a {
  color: var(--blue);
}
.guide-section {
  padding-top: 42px;
  padding-bottom: 42px;
}
.guide-panel {
  display: grid;
  grid-template-columns: 1.4fr .8fr;
  gap: 28px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(135deg, #f8fbfb, #fff);
  box-shadow: 0 18px 44px rgba(13, 47, 54, .07);
}
.related-links {
  align-self: stretch;
  padding: 22px;
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid var(--line);
}
.related-links a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  color: var(--navy);
  font-weight: 900;
}
.related-links a:hover {
  color: var(--blue);
}
.conversion {
  color: #fff;
  background: linear-gradient(135deg, var(--navy), #0f5f68);
}
.conversion .section {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 44px 0;
}
.conversion h2 {
  color: #fff;
}
.conversion p {
  color: rgba(255,255,255,.76);
}
.country-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 32px;
}
.country-card {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: center;
  min-height: 104px;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 32px rgba(16, 42, 67, .06);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.country-card:hover {
  transform: translateY(-3px);
  border-color: rgba(21, 142, 152, .35);
  box-shadow: var(--shadow);
}
.country-card img {
  grid-row: 1 / span 2;
  width: 48px;
  height: 34px;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid var(--line);
}
.country-card span {
  grid-column: 2;
  display: block;
  color: var(--navy);
  font-weight: 950;
  line-height: 1.2;
}
.country-card small {
  grid-column: 2;
  display: block;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
  margin-top: 4px;
}
.country-panel {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.flag-large {
  width: 112px;
  height: 76px;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid var(--line);
  box-shadow: 0 14px 30px rgba(16, 42, 67, .12);
  margin-bottom: 22px;
}
.mini-list {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
  display: grid;
  gap: 12px;
}
.mini-list li {
  position: relative;
  padding-left: 26px;
  color: var(--muted);
}
.mini-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}
.step { padding: 22px; }
.number {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  font-weight: 950;
  margin-bottom: 16px;
}

.cta {
  color: #fff;
  background: linear-gradient(135deg, var(--navy), var(--blue));
}
.cta .section {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
}
.cta p { color: rgba(255,255,255,.78); margin: 12px 0 0; }

.faq { display: grid; gap: 12px; margin-top: 30px; }
.faq details { padding: 18px 20px; }
.faq summary {
  cursor: pointer;
  color: var(--navy);
  font-weight: 950;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 32px;
}
.panel { padding: 28px; }
.form-panel {
  border-top: 5px solid var(--blue);
}
.lead-form {
  display: grid;
  gap: 16px;
  margin-top: 20px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.lead-form label {
  display: grid;
  gap: 8px;
  color: var(--navy);
  font-size: 14px;
  font-weight: 900;
}
.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 13px;
  color: var(--ink);
  background: #f8fbfb;
  font: inherit;
  font-weight: 600;
  outline: none;
}
.lead-form textarea {
  resize: vertical;
  line-height: 1.6;
}
.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  border-color: var(--blue);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(21, 142, 152, .12);
}
.check-row {
  grid-template-columns: 20px 1fr !important;
  align-items: start;
  gap: 10px !important;
  color: var(--muted) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}
.check-row input {
  min-height: auto;
  margin-top: 3px;
  accent-color: var(--blue);
}
.form-note {
  margin-top: 0 !important;
  color: #708388 !important;
  font-size: 13px;
}
.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.form-result {
  max-width: 720px;
  margin: 0 auto;
  border-top: 5px solid var(--blue);
}
.form-result h1 {
  color: var(--navy);
  font-size: clamp(32px, 5vw, 52px);
}
.form-result.success {
  border-top-color: var(--green);
}
.form-result.error {
  border-top-color: var(--amber);
}
.contact-line {
  display: block;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  color: var(--navy);
  font-weight: 900;
}

.footer {
  background: #fff;
  color: var(--navy);
  border-top: 1px solid var(--line);
}
.footer .wrap {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 34px;
  padding: 54px 0;
}
.footer .wrap > div:first-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.footer a {
  display: block;
  color: var(--navy);
  margin-top: 9px;
}
.footer .logo-brand {
  display: inline-flex;
  justify-content: flex-start;
  margin-top: 0;
  width: auto;
  overflow: visible;
}
.footer .logo-brand img {
  margin: 0;
  width: 230px;
  height: auto;
  max-height: 58px;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
}
.footer p a {
  display: inline;
  margin-top: 0;
  color: var(--blue);
  font-weight: 800;
}
.footer .footer-contact {
  display: grid;
  gap: 6px;
}
.footer .footer-contact p {
  margin: 0;
  color: #111;
}
.footer .footer-contact strong {
  color: #111;
  font-weight: 950;
}
.footer .footer-contact a {
  display: inline;
  margin-top: 0;
  color: #111;
  font-weight: 400;
}
.footer .footer-contact a:hover {
  color: #111;
  text-decoration: underline;
}
.footer a:hover { color: var(--blue); }
.footer h3 { color: var(--navy); }
.footer p { color: var(--muted); }
.footer .disclaimer { color: #708388; }
.subfooter {
  border-top: 1px solid var(--line);
  padding: 18px 0;
  color: var(--muted);
  font-size: 14px;
  background: #f8fbfb;
}
.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 40;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 18px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #128c7e, #25d366);
  box-shadow: 0 18px 42px rgba(18, 140, 126, .28);
  font-weight: 950;
}
.floating-whatsapp:hover {
  transform: translateY(-2px);
}

@media (max-width: 950px) {
  .split, .cta .section, .contact-grid, .footer .wrap, .guide-panel, .conversion .section {
    display: grid;
    grid-template-columns: 1fr;
  }
  .nav .wrap {
    min-height: 74px;
    display: grid;
    grid-template-columns: auto 44px;
    align-items: center;
    justify-content: stretch;
    gap: 12px;
  }
  .nav .logo-brand {
    justify-self: start;
  }
  .nav .logo-brand img {
    width: 150px;
    max-height: 58px;
  }
  .menu-toggle {
    display: inline-flex;
    justify-self: end;
  }
  .menu {
    display: none;
    grid-column: 1 / -1;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    padding: 8px 0 14px;
  }
  .menu a {
    width: 100%;
    padding: 13px 0;
    border-bottom: 1px solid var(--line);
  }
  .nav.open .menu {
    display: flex;
  }
  .footer .wrap > div:first-child {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
  .menu { justify-content: flex-start; }
  .proof, .grid, .grid.four, .grid.two, .steps, .country-grid, .metric-strip { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .wrap, .section, .section.soft > .inner {
    width: min(100% - 28px, 1180px);
  }
  .nav .wrap,
  .footer .wrap,
  .subfooter .wrap {
    width: min(100% - 28px, 1180px);
    margin-left: 14px;
    margin-right: 14px;
  }
  .hero { min-height: 600px; }
  .hero .section, .section { padding: 56px 0; }
  .proof, .grid, .grid.four, .grid.two, .steps, .country-grid, .metric-strip { grid-template-columns: 1fr; }
  .btn { width: 100%; }
  .floating-whatsapp {
    right: 14px;
    bottom: 14px;
    min-height: 48px;
    padding: 11px 15px;
  }
  .footer .logo-brand {
    display: inline-flex;
    margin-left: 0;
    margin-right: auto;
  }
}
.disclaimer {
  font-size: 13px;
  color: #708388;
}
