:root {
  --ink: #17243a;
  --muted: #647086;
  --night: #10192d;
  --night-2: #182541;
  --cream: #fffaf1;
  --paper: #ffffff;
  --coral: #ef765f;
  --coral-dark: #d85d4c;
  --sun: #ffd76a;
  --mint: #c8f0da;
  --sky: #dff2fa;
  --line: rgba(23, 36, 58, .12);
  --shadow: 0 24px 70px rgba(16, 25, 45, .12);
  --radius-lg: 32px;
  --radius-md: 20px;
  --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
.wrap { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.skip-link { position: absolute; left: 12px; top: -60px; background: var(--sun); color: var(--ink); padding: 10px 14px; border-radius: 10px; z-index: 10; }
.skip-link:focus { top: 12px; }

.site-header {
  position: absolute; inset: 0 0 auto; z-index: 5;
  color: white;
}
.nav { display: flex; align-items: center; justify-content: space-between; min-height: 82px; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 800; letter-spacing: -.03em; }
.brand-mark { width: 40px; height: 40px; border-radius: 13px; object-fit: cover; box-shadow: 0 8px 20px rgba(0,0,0,.18); }
.brand-name { font-size: 18px; }
.nav-links { display: flex; align-items: center; gap: 25px; font-size: 14px; color: rgba(255,255,255,.78); }
.nav-links a { text-decoration: none; }
.nav-links a:hover { color: white; }
.nav-cta { padding: 10px 15px; color: var(--ink) !important; background: var(--sun); border-radius: 999px; font-weight: 750; }
.language-control { display: inline-flex; align-items: center; }
.language-control select { min-height: 34px; padding: 0 27px 0 10px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; color: white; background: rgba(255,255,255,.1); font: inherit; font-size: 12px; font-weight: 750; cursor: pointer; }
.language-control option { color: var(--ink); background: white; }
.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; }

.hero { position: relative; overflow: hidden; color: white; background: var(--night); }
.hero::before, .hero::after { content: ""; position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero::before { width: 580px; height: 580px; right: -140px; top: -230px; background: radial-gradient(circle, rgba(255,215,106,.22), rgba(255,215,106,0) 68%); }
.hero::after { width: 520px; height: 520px; left: -260px; bottom: -320px; background: radial-gradient(circle, rgba(200,240,218,.16), rgba(200,240,218,0) 68%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 56px; min-height: 760px; padding: 130px 0 76px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--sun); font-weight: 800; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--sun); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 680px; margin: 18px 0 22px; font-size: clamp(45px, 7vw, 82px); line-height: .98; letter-spacing: -.065em; }
.hero-copy > p { max-width: 565px; color: rgba(255,255,255,.72); font-size: 19px; line-height: 1.6; }
.cta-row { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 19px; border-radius: 999px; text-decoration: none; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(0,0,0,.14); }
.button-primary { color: var(--ink); background: var(--sun); }
.button-secondary { color: white; border: 1px solid rgba(255,255,255,.24); background: rgba(255,255,255,.08); }
.hero-note { margin: 18px 0 0; color: rgba(255,255,255,.5); font-size: 13px; }
.hero-art { position: relative; min-height: 550px; display: grid; place-items: center; }
.hero-art::before { content: ""; position: absolute; width: 440px; height: 440px; border-radius: 50%; background: linear-gradient(145deg, #f5a269, #f56f5e); opacity: .95; }
.hero-art::after { content: ""; position: absolute; width: 430px; height: 110px; bottom: 28px; border-radius: 50%; background: rgba(0,0,0,.28); filter: blur(18px); }
.hero-art img { position: relative; z-index: 1; width: min(520px, 100%); height: 520px; object-fit: contain; filter: drop-shadow(0 30px 30px rgba(0,0,0,.2)); }
.orbit-card { position: absolute; z-index: 2; display: flex; align-items: center; gap: 10px; padding: 12px 16px; border: 1px solid rgba(255,255,255,.5); border-radius: 18px; color: var(--ink); background: rgba(255,250,241,.88); box-shadow: var(--shadow); font-size: 13px; font-weight: 800; backdrop-filter: blur(14px); }
.orbit-card strong { display: block; font-size: 23px; line-height: 1; }
.orbit-card small { display: block; color: var(--muted); font-weight: 650; }
.orbit-card.one { top: 50px; right: 2%; }
.orbit-card.two { bottom: 82px; left: 0; }

.section { padding: 110px 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 42px; }
.section-head h2 { max-width: 640px; margin: 10px 0 0; font-size: clamp(34px, 4.5vw, 58px); line-height: 1.03; letter-spacing: -.055em; }
.section-head p { max-width: 390px; margin: 0; color: var(--muted); }
.light { background: var(--cream); }
.soft { background: #f2f7f4; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { min-height: 250px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--paper); box-shadow: 0 10px 30px rgba(16,25,45,.04); }
.feature-card:nth-child(2) { background: #fff1df; }
.feature-card:nth-child(3) { background: #e8f8ed; }
.feature-icon { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 34px; border-radius: 17px; color: var(--ink); background: var(--sun); font-size: 25px; }
.feature-card:nth-child(2) .feature-icon { background: var(--coral); color: white; }
.feature-card:nth-child(3) .feature-icon { background: #9eddb7; }
.feature-card h3 { margin-bottom: 9px; font-size: 22px; letter-spacing: -.035em; }
.feature-card p { margin: 0; color: var(--muted); }

.showcase { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 70px; }
.showcase-copy h2 { margin: 12px 0 20px; font-size: clamp(36px, 5vw, 62px); line-height: 1.02; letter-spacing: -.06em; }
.showcase-copy p { color: var(--muted); font-size: 17px; }
.checks { padding: 0; margin: 28px 0 0; list-style: none; }
.checks li { display: flex; gap: 11px; align-items: start; margin: 13px 0; }
.checks li::before { content: "✓"; display: grid; flex: 0 0 22px; place-items: center; width: 22px; height: 22px; margin-top: 2px; border-radius: 50%; color: var(--ink); background: var(--sun); font-size: 13px; font-weight: 900; }
.phone-row { display: grid; grid-template-columns: repeat(3, 1fr); align-items: end; gap: 15px; }
.phone { padding: 9px; border-radius: 29px; background: #1a2943; box-shadow: 0 22px 40px rgba(16,25,45,.18); }
.phone:nth-child(2) { transform: translateY(-28px); }
.phone img { width: 100%; border-radius: 22px; }
.phone-caption { margin: 14px 4px 3px; color: rgba(255,255,255,.78); font-size: 12px; font-weight: 750; text-align: center; }

.poster-section { color: white; background: var(--night-2); }
.poster-section .section-head p { color: rgba(255,255,255,.62); }
.poster { position: relative; overflow: hidden; min-height: 420px; padding: 44px; border-radius: var(--radius-lg); background: linear-gradient(135deg, #f47f60, #f7b36f 55%, #ffd76a); box-shadow: 0 28px 70px rgba(0,0,0,.22); }
.poster::before { content: ""; position: absolute; width: 430px; height: 430px; right: -60px; bottom: -210px; border-radius: 50%; background: rgba(255,255,255,.18); }
.poster-copy { position: relative; z-index: 1; width: 54%; color: var(--ink); }
.poster-copy .eyebrow { color: var(--ink); }
.poster-copy .eyebrow::before { background: var(--ink); }
.poster-copy h3 { margin: 20px 0 14px; font-size: clamp(34px, 5vw, 58px); line-height: .98; letter-spacing: -.06em; }
.poster-copy p { max-width: 430px; margin-bottom: 22px; font-size: 17px; }
.poster-art { position: absolute; right: 3%; bottom: -8%; width: 47%; max-width: 480px; filter: drop-shadow(0 25px 22px rgba(101,53,31,.2)); }

.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
details { padding: 22px 24px; border: 1px solid var(--line); border-radius: 17px; background: white; }
summary { cursor: pointer; font-weight: 800; }
details p { margin: 14px 0 0; color: var(--muted); }
.callout { padding: 24px; border-left: 4px solid var(--coral); border-radius: 0 16px 16px 0; background: #fff1df; }

.page-hero { padding: 150px 0 75px; color: white; background: var(--night); }
.page-hero h1 { max-width: 720px; margin-bottom: 14px; font-size: clamp(46px, 7vw, 72px); }
.page-hero p { max-width: 620px; margin: 0; color: rgba(255,255,255,.68); font-size: 18px; }
.article { max-width: 850px; }
.article h2 { margin-top: 44px; font-size: 30px; letter-spacing: -.04em; }
.article h3 { margin-top: 28px; font-size: 20px; }
.article p, .article li { color: #526074; font-size: 16px; }
.article ul { padding-left: 22px; }
.article a { color: var(--coral-dark); font-weight: 700; }
.article-meta { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 22px; }
.pill { display: inline-flex; padding: 7px 12px; border-radius: 999px; color: var(--ink); background: var(--sun); font-size: 12px; font-weight: 800; }
.pill.alt { background: var(--mint); }

.footer { padding: 38px 0 48px; color: rgba(255,255,255,.62); background: var(--night); }
.footer-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer .brand { color: white; }
.footer-links { display: flex; gap: 20px; flex-wrap: wrap; font-size: 13px; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { color: white; }
.copyright { margin: 24px 0 0; font-size: 12px; color: rgba(255,255,255,.4); }

:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }
@media (max-width: 860px) {
  .nav-links a:not(.nav-cta) { display: none; }
  .hero-grid, .showcase { grid-template-columns: 1fr; gap: 35px; }
  .hero-grid { min-height: auto; padding-top: 130px; }
  .hero-art { min-height: 430px; order: -1; }
  .hero-art::before { width: 330px; height: 330px; }
  .hero-art img { height: 370px; }
  .feature-grid { grid-template-columns: 1fr; }
  .phone-row { max-width: 560px; margin: 0 auto; }
  .poster-copy { width: 66%; }
  .poster-art { width: 48%; right: -4%; }
}
@media (max-width: 580px) {
  .wrap { width: min(calc(100% - 28px), var(--max)); }
  .nav { min-height: 70px; }
  .brand-name { font-size: 16px; }
  .hero-grid { padding: 110px 0 55px; }
  .hero-copy > p { font-size: 17px; }
  .hero-art { min-height: 330px; }
  .hero-art::before { width: 250px; height: 250px; }
  .hero-art img { height: 285px; }
  .orbit-card { padding: 9px 12px; font-size: 11px; }
  .orbit-card strong { font-size: 18px; }
  .orbit-card.one { top: 15px; right: 0; }
  .orbit-card.two { bottom: 25px; left: 0; }
  .section { padding: 76px 0; }
  .section-head { display: block; margin-bottom: 28px; }
  .section-head p { margin-top: 18px; }
  .phone-row { gap: 7px; }
  .phone { padding: 5px; border-radius: 19px; }
  .phone img { border-radius: 15px; }
  .phone-caption { margin-top: 7px; font-size: 9px; }
  .poster { min-height: 510px; padding: 28px; }
  .poster-copy { width: 100%; }
  .poster-copy p { max-width: 280px; font-size: 15px; }
  .poster-art { right: -18%; bottom: -8%; width: 78%; }
  .faq-grid { grid-template-columns: 1fr; }
  .footer-row { align-items: start; flex-direction: column; }
  .language-control select { max-width: 94px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; } }
