:root {
  --ink: #173246;
  --muted: #526978;
  --navy: #123a50;
  --teal: #147f86;
  --teal-bright: #24a9b0;
  --teal-soft: #e8f8f8;
  --coral: #d94f49;
  --coral-dark: #b83e3a;
  --coral-soft: #fff0ed;
  --gold: #e2ae18;
  --gold-soft: #fff7d5;
  --leaf: #4f8338;
  --cream: #fffaf1;
  --paper: #ffffff;
  --line: #dce8ed;
  --shadow: 0 22px 60px rgba(18, 58, 80, .14);
  --shadow-soft: 0 10px 30px rgba(18, 58, 80, .09);
  --max: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-rounded, "Avenir Next", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.wrap { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(820px, calc(100% - 40px)); margin-inline: auto; }
.skip {
  position: fixed;
  left: -9999px;
  top: 10px;
  z-index: 999;
  padding: 12px 16px;
  color: var(--navy);
  background: #fff;
  border: 2px solid var(--navy);
  border-radius: 10px;
}
.skip:focus { left: 10px; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

h1, h2, h3 { margin-top: 0; line-height: 1.08; text-wrap: balance; }
h1 { font-size: clamp(2.85rem, 6vw, 6.2rem); letter-spacing: -.055em; }
h2 { font-size: clamp(2.05rem, 4.4vw, 4.1rem); letter-spacing: -.045em; }
h3 { font-size: 1.32rem; }
p { margin-top: 0; }
.muted { color: var(--muted); }
.lede { max-width: 720px; font-size: 1.16rem; color: var(--muted); }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--coral-dark);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.eyebrow::before { width: 28px; height: 4px; content: ""; background: var(--gold); border-radius: 999px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  min-height: 50px;
  padding: 13px 21px;
  border: 2px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 850;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}
.btn-primary { color: #fff; background: var(--coral-dark); box-shadow: 0 12px 28px rgba(184, 62, 58, .24); }
.btn-primary:hover { background: #9d312e; }
.btn-dark { color: #fff; background: var(--navy); }
.btn-light { color: var(--navy); background: #fff; box-shadow: var(--shadow-soft); }
.btn-outline { color: var(--navy); background: transparent; border-color: var(--navy); }

.topbar { color: #fff; background: var(--navy); font-size: .9rem; }
.topbar .wrap { display: flex; justify-content: space-between; gap: 18px; padding-block: 8px; flex-wrap: wrap; }
.topbar a { text-decoration: none; }
.topbar a:hover { text-decoration: underline; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 90;
  background: rgba(255, 255, 255, .97);
  border-bottom: 1px solid rgba(18, 58, 80, .09);
  backdrop-filter: blur(14px);
}
.nav { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 82px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { width: 92px; height: 81px; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 22px; font-size: .95rem; font-weight: 800; }
.nav-links a { padding-block: 9px; text-decoration: none; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--teal); }
.nav-actions { display: flex; align-items: center; gap: 9px; }
.lang-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 8px 12px;
  color: var(--navy);
  background: #f0f6f8;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
}
.menu-btn { display: none; min-width: 44px; min-height: 44px; color: var(--navy); background: var(--teal-soft); border: 0; border-radius: 12px; font-size: 1.3rem; cursor: pointer; }

.hero { position: relative; overflow: hidden; background: linear-gradient(135deg, #e9f9f9 0%, #fff9f1 55%, #fff1ef 100%); }
.hero::before { position: absolute; inset: auto auto -190px -170px; width: 470px; height: 470px; content: ""; border: 80px solid rgba(36, 169, 176, .07); border-radius: 50%; }
.hero-grid { display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 56px; min-height: 700px; padding-block: 68px 105px; }
.hero h1 { margin: 15px 0 20px; }
.hero h1 em { color: var(--coral-dark); font-style: normal; }
.hero-actions { display: flex; gap: 11px; margin-block: 28px; flex-wrap: wrap; }
.trust-points { display: flex; gap: 14px; color: var(--navy); font-size: .93rem; font-weight: 800; flex-wrap: wrap; }
.trust-points span::before { margin-right: 6px; color: var(--leaf); content: "✓"; }
.hero-visual { position: relative; min-height: 555px; }
.hero-photo { position: absolute; top: 0; right: 0; width: 87%; height: 88%; overflow: hidden; background: #dceff1; border: 8px solid #fff; border-radius: 46px 46px 130px 46px; box-shadow: var(--shadow); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.floating-card { position: absolute; bottom: 3%; left: 0; width: 62%; padding: 19px 20px; background: #fff; border-radius: 22px; box-shadow: var(--shadow); transform: rotate(-1.5deg); }
.floating-card strong { display: block; color: var(--coral-dark); font-size: 1.1rem; }
.floating-card small { color: var(--muted); }

.trust-strip { position: relative; z-index: 4; margin-top: -55px; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow); }
.trust-cell { padding: 10px 18px; border-right: 1px solid var(--line); }
.trust-cell:last-child { border: 0; }
.trust-cell b { display: block; }
.trust-cell small { color: var(--muted); }
.trust-cell a { color: var(--teal); font-weight: 900; }

.section { padding-block: 100px; }
.section-soft { background: #f6fbfc; }
.section-cream { background: var(--cream); }
.section-head { max-width: 820px; margin: 0 auto 46px; text-align: center; }
.section-head h2 { margin: 10px 0 15px; }
.cards-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.photo-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 26px; box-shadow: 0 8px 26px rgba(18, 58, 80, .06); }
.photo-card img { width: 100%; height: 235px; object-fit: cover; }
.card-body { padding: 21px; }
.number { display: grid; place-items: center; width: 43px; height: 43px; margin-bottom: 13px; color: var(--teal); background: var(--teal-soft); border-radius: 14px; font-weight: 950; }
.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.info-card { padding: 26px; background: #fff; border: 1px solid var(--line); border-radius: 26px; box-shadow: 0 8px 26px rgba(18, 58, 80, .06); }
.icon { display: grid; place-items: center; width: 56px; height: 56px; margin-bottom: 15px; background: var(--teal-soft); border-radius: 17px; font-size: 1.45rem; }
.info-card:nth-child(2n) .icon { background: var(--coral-soft); }
.info-card:nth-child(3n) .icon { background: var(--gold-soft); }
.info-card p { margin-bottom: 0; color: var(--muted); }
.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 62px; }
.rounded-photo { position: relative; }
.rounded-photo img { width: 100%; aspect-ratio: 1.05 / 1; object-fit: cover; border-radius: 40px; box-shadow: var(--shadow-soft); }
.photo-badge { position: absolute; right: -12px; bottom: -17px; max-width: 250px; padding: 15px 18px; background: var(--gold); border-radius: 20px; box-shadow: var(--shadow-soft); font-weight: 900; }
.checks { display: grid; gap: 13px; margin-block: 24px; }
.check { display: flex; align-items: flex-start; gap: 12px; }
.check-mark { display: grid; place-items: center; width: 29px; height: 29px; color: var(--leaf); background: #eaf5e4; border-radius: 9px; font-weight: 950; flex: 0 0 29px; }
.cta-band { padding: 38px; color: #fff; background: var(--navy); border-radius: 30px; box-shadow: var(--shadow); }
.cta-band h2 { margin-bottom: 12px; font-size: clamp(2rem, 4vw, 3.5rem); }
.cta-band .btn { margin-top: 8px; }

.page-hero { padding-block: 74px; background: linear-gradient(135deg, #e8f8f8, #fff8ef 65%, #fff0ed); }
.page-hero .breadcrumbs { margin-bottom: 17px; color: var(--muted); font-size: .9rem; }
.page-hero .breadcrumbs a { color: var(--teal); }
.page-hero h1 { max-width: 920px; margin-bottom: 18px; font-size: clamp(2.65rem, 5.7vw, 5.5rem); }
.content-grid { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(280px, .7fr); gap: 52px; }
.content-grid h2 { margin-top: 46px; font-size: clamp(1.8rem, 3.5vw, 3rem); }
.content-grid h2:first-child { margin-top: 0; }
.side-card { position: sticky; top: 112px; align-self: start; padding: 26px; color: #fff; background: var(--navy); border-radius: 25px; }
.side-card h2 { margin-top: 0; font-size: 1.65rem; }
.side-card a:not(.btn) { color: #fff; }
.pill-list { display: flex; gap: 9px; margin: 17px 0 28px; flex-wrap: wrap; }
.pill { padding: 7px 12px; color: var(--navy); background: var(--teal-soft); border-radius: 999px; font-size: .9rem; font-weight: 800; }
.resource-list { display: grid; gap: 18px; }
.resource { padding: 24px; background: #fff; border: 1px solid var(--line); border-radius: 22px; }
.resource h3 { margin-bottom: 8px; }

.faq-list details { padding: 18px 20px; margin-bottom: 12px; background: #fff; border: 1px solid var(--line); border-radius: 17px; }
.faq-list summary { color: var(--navy); font-weight: 900; cursor: pointer; }
.faq-list details p { margin: 12px 0 0; color: var(--muted); }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 52px; }
.contact-box { padding: 27px; margin-top: 24px; color: #fff; background: var(--navy); border-radius: 25px; }
.contact-box a { color: #fff; }
.form { padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow-soft); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.field.full { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: 6px; font-size: .88rem; font-weight: 850; }
.field input, .field select, .field textarea { width: 100%; padding: 13px 14px; color: var(--ink); background: #fff; border: 1px solid #bdcdd4; border-radius: 13px; }
.field textarea { min-height: 115px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--teal); }
.form-note { margin-top: 13px; color: var(--muted); font-size: .82rem; }
.honeypot { position: absolute; left: -9999px; opacity: 0; pointer-events: none; }
.notice { padding: 17px 19px; margin-bottom: 22px; border-radius: 15px; }
.notice-success { color: #315f2a; background: #edf8e9; border: 1px solid #bcd8b3; }
.notice-error { color: #7a2926; background: #fff0ed; border: 1px solid #e8b9b5; }

.site-footer { padding: 60px 0 100px; color: #d9e6eb; background: #0d2d3d; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .8fr 1fr; gap: 40px; }
.footer-brand { color: #fff; font-size: 1.65rem; font-weight: 950; }
.footer-brand span { color: #ff9a92; }
.site-footer h2 { color: #fff; font-size: 1.2rem; letter-spacing: 0; }
.site-footer a { text-decoration: none; }
.site-footer a:hover { text-decoration: underline; }
.footer-links { display: grid; gap: 8px; }
.socials { display: flex; gap: 10px; margin-top: 17px; }
.socials a { display: grid; place-items: center; width: 42px; height: 42px; color: #fff; background: rgba(255,255,255,.1); border-radius: 50%; font-weight: 900; }
.legal { margin-top: 39px; padding-top: 19px; color: #a9bec8; border-top: 1px solid rgba(255,255,255,.15); font-size: .84rem; }
.mobile-cta { display: none; }

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

@media (max-width: 980px) {
  .nav-links { display: none; }
  .menu-btn { display: inline-grid; place-items: center; }
  .nav.open .nav-links { position: absolute; top: 82px; right: 0; left: 0; display: flex; align-items: stretch; padding: 18px; background: #fff; border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); flex-direction: column; }
  .nav.open .nav-links a { padding: 10px 12px; }
  .hero-grid, .split, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { padding-top: 52px; }
  .hero-visual { min-height: 520px; }
  .cards-4 { grid-template-columns: repeat(2, 1fr); }
  .cards-3 { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-cell:nth-child(2) { border-right: 0; }
  .trust-cell:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .content-grid { grid-template-columns: 1fr; }
  .side-card { position: static; }
}

@media (max-width: 680px) {
  .wrap, .narrow { width: min(100% - 26px, var(--max)); }
  .topbar { display: none; }
  .nav { min-height: 72px; }
  .brand img { width: 72px; height: 63px; }
  .nav-actions > .btn { display: none; }
  .lang-link { min-height: 40px; padding: 7px 10px; }
  .nav.open .nav-links { top: 72px; }
  .hero-grid { min-height: auto; padding: 46px 0 96px; gap: 32px; }
  .hero h1 { font-size: clamp(2.8rem, 14vw, 4.5rem); }
  .hero-actions .btn { width: 100%; }
  .hero-visual { min-height: 445px; }
  .hero-photo { width: 92%; height: 86%; border-radius: 32px 32px 92px 32px; }
  .floating-card { width: 76%; padding: 15px; }
  .trust-strip { margin-top: -50px; }
  .trust-grid { grid-template-columns: 1fr; padding: 17px; }
  .trust-cell { padding: 12px 9px; border-right: 0 !important; border-bottom: 1px solid var(--line) !important; }
  .trust-cell:last-child { border-bottom: 0 !important; }
  .section { padding-block: 76px; }
  .cards-4, .cards-3, .form-grid { grid-template-columns: 1fr; }
  .photo-card img { height: 225px; }
  .photo-badge { right: 8px; bottom: -14px; }
  .page-hero { padding-block: 54px; }
  .page-hero h1 { font-size: clamp(2.55rem, 12.5vw, 4.2rem); }
  .footer-grid { grid-template-columns: 1fr; }
  .site-footer { padding-bottom: 108px; }
  .mobile-cta { position: fixed; right: 10px; bottom: 10px; left: 10px; z-index: 100; display: grid; grid-template-columns: 1fr 1.2fr; gap: 8px; padding: 8px; background: rgba(255,255,255,.95); border-radius: 17px; box-shadow: var(--shadow); backdrop-filter: blur(12px); }
  .mobile-cta .btn { min-height: 46px; padding: 10px 12px; }
}
