:root {
  --ink: #172a3a;
  --muted: #5c6e75;
  --teal: #177e75;
  --teal-dark: #0f625b;
  --coral: #f26b4d;
  --cream: #f7f5ef;
  --paper: #fffdf8;
  --line: #e6e1d5;
  --sky: #dceff2;
  --shadow: 0 24px 70px rgba(23, 42, 58, 0.12);
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--teal-dark); }
img { max-width: 100%; }
.skip-link { position: fixed; left: 12px; top: -100px; z-index: 100; background: var(--ink); color: #fff; padding: 10px 14px; border-radius: 10px; }
.skip-link:focus { top: 12px; }
.shell { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(247, 245, 239, 0.9); border-bottom: 1px solid rgba(230, 225, 213, 0.8); backdrop-filter: blur(18px); }
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); text-decoration: none; font-size: 20px; font-weight: 900; letter-spacing: -0.03em; }
.brand img { width: 38px; height: 38px; }
.nav-links { display: flex; align-items: center; gap: 25px; }
.nav-links a { color: var(--ink); text-decoration: none; font-size: 14px; font-weight: 750; }
.nav-links a:hover, .nav-links a:focus-visible { color: var(--teal); }
.nav-cta { padding: 10px 15px; border: 1px solid var(--teal); border-radius: 999px; }
.menu-button { display: none; border: 0; background: transparent; color: var(--ink); font: inherit; font-weight: 800; padding: 10px; }
.hero { position: relative; overflow: hidden; padding: 86px 0 96px; }
.hero::before { content: ""; position: absolute; width: 600px; height: 600px; border-radius: 50%; right: -260px; top: -290px; background: #dceff2; filter: blur(2px); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 76px; }
.eyebrow { margin: 0 0 13px; color: var(--coral); font-size: 12px; line-height: 1.2; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -0.045em; }
h1 { max-width: 720px; margin: 0; font-size: clamp(48px, 7vw, 82px); }
.hero-copy { max-width: 610px; margin: 25px 0 0; color: var(--muted); font-size: clamp(18px, 2.2vw, 21px); }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 13px; margin-top: 31px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 49px; padding: 0 20px; border-radius: 999px; background: var(--teal); color: #fff; text-decoration: none; font-weight: 850; box-shadow: 0 9px 24px rgba(23, 126, 117, .2); }
.button:hover { background: var(--teal-dark); }
.button.secondary { color: var(--ink); background: transparent; border: 1px solid var(--line); box-shadow: none; }
.availability { display: flex; align-items: center; gap: 9px; margin-top: 23px; color: var(--muted); font-size: 13px; font-weight: 700; }
.availability::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 5px rgba(242, 107, 77, .14); }
.phone { width: min(100%, 365px); margin-inline: auto; padding: 14px; border-radius: 48px; background: var(--ink); box-shadow: var(--shadow); transform: rotate(2deg); }
.phone-screen { min-height: 620px; overflow: hidden; padding: 27px 21px; border-radius: 36px; background: var(--paper); }
.phone-top { display: flex; justify-content: space-between; align-items: center; font-size: 12px; font-weight: 850; }
.phone-title { margin: 35px 0 5px; font-size: 31px; font-weight: 950; letter-spacing: -.05em; }
.phone-sub { color: var(--muted); font-size: 13px; }
.trip-card { margin-top: 22px; padding: 21px; border-radius: 23px; color: #fff; background: linear-gradient(145deg, var(--teal), #245f72); }
.trip-card small { opacity: .78; font-weight: 700; }
.trip-card h3 { margin: 9px 0 4px; font-size: 25px; }
.trip-meta { font-size: 13px; opacity: .9; }
.plan-list { display: grid; gap: 11px; margin-top: 20px; }
.plan { display: grid; grid-template-columns: 44px 1fr; gap: 12px; align-items: center; padding: 13px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.plan-icon { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 13px; background: var(--sky); font-size: 19px; }
.plan strong, .plan span { display: block; }
.plan span { color: var(--muted); font-size: 12px; }
.section { padding: 96px 0; }
.section.alt { background: var(--paper); border-block: 1px solid var(--line); }
.section-head { max-width: 700px; margin-bottom: 42px; }
.section h2 { margin: 0; font-size: clamp(36px, 5vw, 56px); }
.section-intro { color: var(--muted); font-size: 18px; }
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature { min-height: 225px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--cream); }
.feature-index { color: var(--coral); font-size: 12px; font-weight: 950; letter-spacing: .15em; }
.feature h3 { margin: 31px 0 11px; font-size: 24px; }
.feature p { margin: 0; color: var(--muted); }
.trust-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.trust-card { padding: 35px; border-radius: var(--radius); background: var(--ink); color: #fff; }
.trust-card.light { background: var(--sky); color: var(--ink); }
.trust-card h3 { margin: 0 0 13px; font-size: 28px; }
.trust-card p { margin: 0; opacity: .78; }
.cta { padding: 75px 0; }
.cta-card { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 48px; border-radius: 34px; background: var(--coral); color: #fff; }
.cta-card h2 { max-width: 610px; margin: 0; font-size: clamp(33px, 5vw, 51px); }
.cta-card .button { flex: 0 0 auto; color: var(--ink); background: #fff; box-shadow: none; }
.site-footer { padding: 38px 0; border-top: 1px solid var(--line); }
.footer-grid { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 19px; }
.footer-links a, .copyright { color: var(--muted); font-size: 13px; text-decoration: none; }
.legal-hero { padding: 72px 0 35px; }
.legal-hero h1 { font-size: clamp(43px, 6vw, 68px); }
.legal-layout { display: grid; grid-template-columns: 220px minmax(0, 740px); gap: 55px; padding: 20px 0 100px; }
.legal-nav { position: sticky; top: 105px; align-self: start; display: grid; gap: 9px; }
.legal-nav a { color: var(--muted); text-decoration: none; font-size: 14px; font-weight: 750; }
.prose { min-width: 0; }
.prose h2 { margin: 42px 0 12px; font-size: 28px; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin: 27px 0 8px; font-size: 20px; }
.prose p, .prose li { color: #465b63; }
.prose li + li { margin-top: 7px; }
.notice { padding: 20px; border-left: 4px solid var(--coral); border-radius: 4px 16px 16px 4px; background: #fff0ec; }
.support-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 25px; }
.panel { padding: 31px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.panel h2 { margin: 0 0 13px; font-size: 29px; }
.panel p { color: var(--muted); }
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); padding: 19px 0; }
.faq summary { cursor: pointer; font-weight: 850; }
.faq details p { margin-bottom: 0; }
.steps { counter-reset: step; list-style: none; padding: 0; }
.steps li { position: relative; padding: 0 0 24px 49px; counter-increment: step; }
.steps li::before { content: counter(step); position: absolute; left: 0; top: -3px; display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: var(--teal); color: #fff; font-weight: 900; }
@media (max-width: 820px) {
  .menu-button { display: block; }
  .nav-links { display: none; position: absolute; top: 76px; left: 0; right: 0; padding: 22px; flex-direction: column; align-items: stretch; background: var(--paper); border-bottom: 1px solid var(--line); }
  .nav-links[data-open] { display: flex; }
  .hero { padding-top: 58px; }
  .hero-grid, .support-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 55px; }
  .features { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .legal-layout { grid-template-columns: 1fr; gap: 20px; }
  .legal-nav { position: static; display: flex; flex-wrap: wrap; }
  .cta-card, .footer-grid { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 520px) {
  .shell { width: min(100% - 28px, 1120px); }
  .hero, .section { padding-block: 65px; }
  .phone-screen { min-height: 575px; }
  .cta-card { padding: 31px 25px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
