:root {
  --ink: #111111;
  --ink-soft: #12365c;
  --paper: #ffffff;
  --pale: #f6f8fc;
  --yellow: #f2cf22;
  --yellow-deep: #d8b400;
  --blue: #2675c3;
  --blue-deep: #123f70;
  --blue-pale: #eaf4fd;
  --muted: #4f5865;
  --line: #dfe3ea;
  --success: #176b3a;
  --shadow: 0 24px 70px rgba(17, 17, 17, 0.1);
  --radius-lg: 30px;
  --radius: 20px;
  --radius-sm: 12px;
  --content: 1180px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16.5px;
  line-height: 1.62;
  text-rendering: auto;
}

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

a { color: inherit; }

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

button, a { -webkit-tap-highlight-color: transparent; }

:focus-visible {
  outline: 3px solid var(--yellow-deep);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 999;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--paper);
  transform: translateY(-150%);
}

.skip-link:focus { transform: translateY(0); }

.container {
  width: min(var(--content), calc(100% - 40px));
  margin-inline: auto;
}

.topbar {
  display: none;
}

.topbar-inner {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.topbar p { margin: 0; }

.topbar-links { display: flex; gap: 18px; }

.topbar a {
  color: var(--yellow);
  font-weight: 800;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(223, 227, 234, 0.85);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
}

.navbar {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  color: var(--ink);
  text-decoration: none;
}

.brand-logo {
  width: 150px;
  height: 80px;
  object-fit: contain;
  object-position: left center;
}

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

.nav-links a {
  position: relative;
  color: var(--ink);
  font-size: 0.96rem;
  font-weight: 800;
  text-decoration: none;
}

.nav-links > a:not(.button)::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 3px;
  border-radius: 9px;
  background: var(--blue);
  content: "";
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.nav-links > a:hover::after,
.nav-links > a[aria-current="page"]::after { transform: scaleX(1); }

.menu-toggle {
  display: none;
  width: 47px;
  height: 47px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--paper);
  color: var(--ink);
  cursor: pointer;
}

.menu-toggle span,
.menu-toggle::before,
.menu-toggle::after {
  width: 21px;
  height: 2px;
  display: block;
  margin: 5px auto;
  border-radius: 3px;
  background: currentColor;
  content: "";
}

.button {
  min-height: 49px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 19px;
  border: 1px solid var(--yellow);
  border-radius: 12px;
  background: var(--yellow);
  color: var(--ink);
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  background: #f7d83c;
  box-shadow: 0 12px 26px rgba(216, 180, 0, 0.22);
  transform: translateY(-2px);
}

.button-dark {
  border-color: var(--blue);
  background: var(--blue);
  color: var(--paper);
}

.button-dark:hover { background: var(--blue-deep); }

.button-ghost {
  border-color: var(--line);
  background: var(--paper);
}

.eyebrow {
  margin: 0 0 16px;
  color: #806900;
  font-size: 0.83rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 88px 0 78px;
  background: var(--pale);
}

.hero::before {
  position: absolute;
  top: -190px;
  right: -160px;
  width: 560px;
  height: 560px;
  border: 90px solid rgba(242, 207, 34, 0.32);
  border-radius: 50%;
  content: "";
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  align-items: center;
  gap: clamp(48px, 7vw, 92px);
}

.hero h1,
.page-hero h1 {
  margin: 0;
  font-size: clamp(3rem, 6vw, 5.75rem);
  font-weight: 950;
  letter-spacing: -0.07em;
  line-height: 0.96;
}

.highlight {
  position: relative;
  z-index: 0;
  display: inline-block;
}

.highlight::after {
  position: absolute;
  right: -0.04em;
  bottom: 0.05em;
  left: -0.04em;
  z-index: -1;
  height: 0.25em;
  border-radius: 4px;
  background: var(--yellow);
  content: "";
}

.hero-copy {
  max-width: 670px;
  margin: 26px 0 32px;
  color: var(--muted);
  font-size: 1.13rem;
}

.button-row { display: flex; flex-wrap: wrap; gap: 12px; }

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  margin-top: 36px;
  font-size: 0.96rem;
  font-weight: 700;
}

.trust-row span { display: inline-flex; align-items: center; gap: 8px; }

.trust-row span::before {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--yellow);
  content: "✓";
  font-size: 0.78rem;
  font-weight: 950;
}

.hero-panel {
  position: relative;
  padding: 40px;
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, var(--blue-deep), var(--blue));
  color: var(--paper);
  box-shadow: 18px 18px 0 var(--yellow), var(--shadow);
}

.hero-panel::before {
  width: 68px;
  height: 8px;
  display: block;
  margin-bottom: 28px;
  border-radius: 10px;
  background: var(--yellow);
  content: "";
}

.hero-panel h2 {
  margin: 0 0 14px;
  font-size: 1.8rem;
  letter-spacing: -0.045em;
  line-height: 1.12;
}

.hero-panel p { margin: 0 0 26px; color: #d3d3d3; }
.hero-panel .button { width: 100%; }

.mini-contact {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.mini-contact a {
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,0.38);
  border-radius: 10px;
  color: var(--paper);
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.service-strip {
  border-block: 1px solid var(--line);
  background: var(--paper);
}

.service-strip-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.service-strip strong { font-size: 1rem; }
.service-strip p { margin: 0; color: var(--muted); font-size: 0.97rem; font-weight: 500; }

.section { padding: 96px 0; }
.section-pale { background: var(--pale); }
.section-dark { background: var(--ink); color: var(--paper); }

.section-heading {
  max-width: 730px;
  margin-bottom: 44px;
}

.section-heading.center { margin-inline: auto; text-align: center; }

.section-heading h2,
.split-copy h2,
.cta-copy h2 {
  margin: 0;
  font-size: clamp(2.25rem, 4.5vw, 4rem);
  font-weight: 950;
  letter-spacing: -0.06em;
  line-height: 1.03;
}

.section-heading > p:not(.eyebrow),
.split-copy > p,
.cta-copy > p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
  font-weight: 500;
}

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

.card {
  position: relative;
  min-height: 260px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.card:hover { box-shadow: var(--shadow); transform: translateY(-5px); }

.card-number {
  position: relative;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin: 0 0 30px 4px;
  border: 1px solid #333;
  border-radius: 18px;
  background: var(--blue-deep);
  color: var(--yellow);
  font-weight: 950;
  box-shadow: 7px 7px 0 var(--yellow);
  transform: rotate(-2deg);
}

.card-number svg { width: 30px; height: 30px; transform: rotate(2deg); }
.card:nth-child(3n + 2) .card-number { background: #2675c3; border-color: #2675c3; color: var(--paper); box-shadow: 7px 7px 0 #b9d8f4; }
.card:nth-child(3n) .card-number { background: var(--yellow); border-color: var(--yellow); color: var(--blue-deep); box-shadow: 7px 7px 0 var(--blue-deep); }

.card h3 { margin: 0 0 10px; font-size: 1.25rem; letter-spacing: -0.035em; }
.card p { margin: 0; color: var(--muted); font-size: 1rem; font-weight: 500; line-height: 1.65; }
.card a { display: inline-block; margin-top: 18px; font-weight: 900; text-decoration-thickness: 2px; text-underline-offset: 4px; }

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

.step {
  padding: 28px 0;
  border-top: 5px solid var(--yellow);
}

.step small { color: #735e00; font-size: 0.82rem; font-weight: 900; letter-spacing: 0.08em; }
.step h3 { margin: 10px 0 8px; font-size: 1.25rem; }
.step p { margin: 0; color: var(--muted); font-size: 1rem; font-weight: 500; }

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.84fr);
  align-items: center;
  gap: clamp(44px, 7vw, 90px);
}

.quote-card {
  padding: 44px;
  border-radius: var(--radius-lg);
  background: var(--yellow);
}

.quote-card blockquote {
  margin: 0;
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  font-weight: 950;
  letter-spacing: -0.045em;
  line-height: 1.18;
}

.quote-card p { margin: 24px 0 0; }

.feature-list {
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.feature-list li { display: flex; gap: 12px; align-items: flex-start; }

.feature-list li::before {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  margin-top: 1px;
  border-radius: 50%;
  background: var(--yellow);
  content: "✓";
  font-size: 0.8rem;
  font-weight: 950;
}

.cta-band { padding: 80px 0; background: var(--yellow); }

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.cta-copy { max-width: 720px; }
.cta-copy > p { color: #39330f; }

.page-hero { padding: 82px 0 72px; background: var(--pale); }
.page-hero h1 { max-width: 900px; font-size: clamp(3rem, 6vw, 5.25rem); }
.page-hero .hero-copy { max-width: 760px; }

.advice-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  align-items: start;
  gap: 64px;
}

.advice-nav {
  position: sticky;
  top: 120px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--pale);
}

.advice-nav strong { display: block; margin-bottom: 12px; }
.advice-nav a { display: block; padding: 8px 0; color: var(--muted); font-size: 0.98rem; font-weight: 700; text-decoration: none; }
.advice-nav a:hover { color: var(--ink); }

.advice-articles { display: grid; gap: 22px; }

.advice-article {
  scroll-margin-top: 130px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.advice-article h2 { margin: 0 0 12px; font-size: 1.65rem; letter-spacing: -0.04em; }
.advice-article p { margin: 0 0 14px; color: var(--muted); font-size: 1rem; font-weight: 500; }
.advice-article p:last-child { margin-bottom: 0; }

.booking-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  align-items: start;
  gap: 64px;
}

.contact-stack { display: grid; gap: 12px; margin-top: 30px; }

.contact-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--paper);
  font-weight: 900;
  text-decoration: none;
}

.contact-card span { color: var(--muted); font-size: 0.92rem; font-weight: 700; }
.contact-card:hover { border-color: var(--yellow-deep); }

.form-card {
  padding: 36px;
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, var(--blue-deep), #185a99);
  color: var(--paper);
  box-shadow: 16px 16px 0 var(--yellow);
}

.form-card h2 { margin: 0 0 8px; font-size: 2rem; letter-spacing: -0.04em; }
.form-card > p { margin: 0 0 25px; color: #cfcfcf; }

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 7px; }
.field-full { grid-column: 1 / -1; }
.field label { font-size: 0.92rem; font-weight: 800; }

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid #555;
  border-radius: 10px;
  background: #1e1e1e;
  color: var(--paper);
}

.field textarea { min-height: 116px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: #a6a6a6; }
.form-card .button { width: 100%; margin-top: 20px; }
.form-note { margin: 14px 0 0; color: #e0e7ef; font-size: 0.86rem; font-weight: 500; }
.form-note a { color: var(--yellow); }

.legal-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 60px;
  align-items: start;
}

.legal-intro {
  position: sticky;
  top: 120px;
  padding: 28px;
  border-radius: var(--radius);
  background: var(--pale);
}

.legal-intro h2 { margin-top: 0; }
.legal-content h2 { margin: 34px 0 8px; font-size: 1.45rem; letter-spacing: -0.03em; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content p, .legal-content li { color: var(--muted); font-size: 1rem; font-weight: 500; }

.success-box {
  max-width: 760px;
  margin: 0 auto;
  padding: 54px;
  border-radius: var(--radius-lg);
  background: var(--pale);
  text-align: center;
}

.success-box h1 { margin: 0 0 15px; font-size: clamp(2.6rem, 5vw, 4.5rem); letter-spacing: -0.06em; line-height: 1; }
.success-box p { color: var(--muted); }

.risk-warning {
  padding: 23px 0;
  border-top: 1px solid #3b3b3b;
  background: var(--blue-deep);
  color: var(--paper);
  text-align: center;
}

.risk-inline,
.risk-warning,
.footer-bottom {
  font-family: Arial, Helvetica, sans-serif;
}

.risk-inline {
  padding: 20px 0;
  border-block: 1px solid #d1ae00;
  background: var(--yellow);
  color: var(--ink);
}

.risk-inline-inner {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 18px;
}

.risk-label {
  padding: 7px 10px;
  border-radius: 7px;
  background: var(--blue-deep);
  color: var(--paper);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.risk-inline p { margin: 0; font-size: 1.04rem; font-weight: 700; letter-spacing: 0.005em; line-height: 1.5; }

.risk-warning p { margin: 0; font-size: 1rem; font-weight: 700; letter-spacing: 0.005em; line-height: 1.55; }

.site-footer { padding: 58px 0 28px; background: #081d32; color: #c7d6e5; }

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) repeat(2, minmax(150px, 0.6fr));
  gap: 50px;
}

.footer-grid > * { min-width: 0; }

.site-footer .brand { color: var(--paper); }
.site-footer .brand { width: max-content; padding: 8px 14px; border-radius: 16px; background: var(--paper); }
.site-footer .brand-logo { width: 170px; height: 118px; filter: none; }
.footer-summary { max-width: 560px; margin: 24px 0 0; color: #e0e9f2; font-size: 1rem; font-weight: 400; line-height: 1.65; }
.footer-heading { margin: 0 0 14px; color: var(--paper); font-size: 0.9rem; font-weight: 900; text-transform: uppercase; letter-spacing: 0.09em; }
.footer-links { display: grid; gap: 9px; }
.footer-links a { color: #e0e9f2; font-family: Arial, Helvetica, sans-serif; font-size: 0.98rem; font-weight: 600; line-height: 1.45; overflow-wrap: anywhere; text-decoration: none; }
.footer-links a:hover { color: var(--yellow); }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  margin-top: 46px;
  padding-top: 24px;
  border-top: 1px solid #29445f;
  color: #e0e9f2;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.58;
}

.footer-bottom p { margin: 0; max-width: 820px; }

.cookie-banner { position: fixed; z-index: 100; right: 22px; bottom: 22px; width: min(440px, calc(100% - 32px)); padding: 20px; background: #081d32; color: #fff; box-shadow: 0 14px 38px rgba(0,0,0,.24); border-left: 5px solid var(--yellow); display: flex; gap: 18px; align-items: center; }
.cookie-banner p { margin: 0; font: 600 .92rem/1.5 Arial, Helvetica, sans-serif; }
.cookie-banner a { color: var(--yellow); }
.cookie-banner button { flex: 0 0 auto; border: 0; padding: 10px 14px; background: var(--yellow); color: #081d32; font-weight: 800; cursor: pointer; }
.consent-check { display: flex; gap: 10px; align-items: flex-start; margin: 18px 0 14px; font: 600 .9rem/1.5 Arial, Helvetica, sans-serif; }
.consent-check input { width: 18px; height: 18px; margin-top: 3px; flex: 0 0 auto; }

.regulatory-copy { max-width: 900px; }
.regulatory-copy p + p { margin-top: 10px; }

.policy-card {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.policy-card h2 { margin: 0 0 12px; font-size: 2rem; letter-spacing: -0.04em; }
.policy-card > p { margin: 0 0 24px; color: var(--muted); font-size: 1rem; font-weight: 500; }

.policy-frame {
  width: 100%;
  min-height: 760px;
  display: block;
  margin-top: 24px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--pale);
}

.honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 80;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 13px 17px;
  border-radius: 999px;
  background: #25d366;
  color: #071f10;
  box-shadow: 0 15px 38px rgba(0, 0, 0, 0.24);
  font-size: 0.95rem;
  font-weight: 900;
  text-decoration: none;
}

.whatsapp-float:hover { transform: translateY(-2px); }
.whatsapp-icon { width: 20px; height: 20px; }

@media (max-width: 940px) {
  .menu-toggle { display: block; }

  .nav-links {
    position: absolute;
    top: 100%;
    right: 20px;
    left: 20px;
    display: none;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 0 0 18px 18px;
    background: var(--paper);
    box-shadow: var(--shadow);
  }

  .nav-links.is-open { display: grid; gap: 18px; }
  .nav-links .button { width: 100%; }
  .nav-links > a:not(.button)::after { display: none; }
  .hero-grid, .split, .booking-layout { grid-template-columns: 1fr; }
  .hero-grid { gap: 52px; }
  .hero-panel { max-width: 610px; }
  .cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px; }
  .advice-grid, .legal-layout { grid-template-columns: 1fr; gap: 30px; }
  .advice-nav, .legal-intro { position: static; }
  .advice-nav { display: none; }
}

@media (max-width: 720px) {
  .container { width: min(var(--content), calc(100% - 28px)); }
  .topbar-inner { min-height: 38px; justify-content: center; }
  .topbar-inner > p, .topbar-links a:first-child { display: none; }
  .navbar { min-height: 76px; }
  .brand-logo { width: 110px; height: 66px; }
  .hero, .page-hero { padding: 64px 0 58px; }
  .hero::before { width: 360px; height: 360px; border-width: 60px; }
  .hero h1, .page-hero h1 { font-size: clamp(2.65rem, 13vw, 4.25rem); }
  .hero-copy { font-size: 1.02rem; }
  .hero-panel { padding: 30px; box-shadow: 10px 10px 0 var(--yellow); }
  .service-strip-inner { display: block; padding-block: 18px; }
  .service-strip p { margin-top: 4px; }
  .section { padding: 68px 0; }
  .cards, .steps, .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .cards { gap: 14px; }
  .card { min-height: 0; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
  .quote-card, .form-card { padding: 28px; }
  .form-card { box-shadow: 9px 9px 0 var(--yellow); }
  .footer-grid { gap: 34px; }
  .risk-inline-inner { grid-template-columns: 1fr; gap: 9px; }
  .risk-label { width: max-content; }
  .footer-bottom { flex-direction: column; }
  .policy-card { padding: 24px; }
  .policy-frame { min-height: 540px; }
  .whatsapp-float { right: 14px; bottom: 14px; padding: 13px; }
  .cookie-banner { left: 14px; right: 14px; bottom: 14px; width: auto; align-items: flex-end; }
  .whatsapp-float span { display: none; }
}

@media (max-width: 440px) {
  .button-row { display: grid; }
  .button-row .button { width: 100%; }
  .trust-row { display: grid; }
  .hero-panel h2 { font-size: 1.55rem; }
  .section-heading h2, .split-copy h2, .cta-copy h2 { font-size: 2.35rem; }
  .success-box { padding: 36px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
