:root {
  --pine: #184c3a;
  --pine-deep: #0f3b2d;
  --coral: #e65f3b;
  --coral-dark: #b83f20;
  --sky: #eaf6ff;
  --straw: #f3d58a;
  --ink: #17312b;
  --muted: #51645f;
  --line: #b8cec7;
  --white: #ffffff;
  --max: 1180px;
  --shadow: 0 18px 46px rgba(24, 76, 58, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.62;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-underline-offset: .2em; }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea { touch-action: manipulation; }
button, .button, .nav-link { min-height: 44px; }
h1, h2, h3 { scroll-margin-top: 96px; text-wrap: balance; }
a, button, input, select, textarea { scroll-margin-block: 108px; -webkit-tap-highlight-color: rgba(230,95,59,.2); }
:focus-visible { outline: 3px solid #0b75bd; outline-offset: 3px; }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 8px;
  left: 8px;
  padding: 12px 16px;
  background: var(--white);
  color: var(--pine);
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }
.wrap { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }
.section { padding: 88px 0; }
.section-sky { background: var(--sky); }
.section-title { margin: 0 0 14px; font-size: clamp(2rem, 5vw, 3.5rem); line-height: 1.02; letter-spacing: -.045em; }
.eyebrow { margin: 0 0 10px; color: var(--coral-dark); font-weight: 800; text-transform: uppercase; letter-spacing: .13em; font-size: .8rem; }
.lead { max-width: 720px; color: var(--muted); font-size: 1.08rem; }

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(24,76,58,.12);
}
.header-row { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 900; letter-spacing: .04em; }
.brand-mark { width: 44px; height: 50px; display: grid; place-items: center; color: var(--white); background: var(--pine); clip-path: polygon(50% 0, 100% 12%, 88% 80%, 50% 100%, 12% 80%, 0 12%); }
.brand-copy { line-height: 1.05; }
.brand-copy small { display: block; margin-top: 5px; font-size: .75rem; letter-spacing: .14em; }
.desktop-nav { display: flex; align-items: center; gap: 22px; }
.nav-link { display: inline-flex; align-items: center; text-decoration: none; font-weight: 700; font-size: .92rem; }
.nav-link:hover { color: var(--coral-dark); }
.menu-button { display: none; width: 48px; border: 0; background: var(--pine); color: var(--white); cursor: pointer; }
.menu-button span, .menu-button::before, .menu-button::after { content: ""; display: block; width: 22px; height: 2px; margin: 5px auto; background: currentColor; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 20px;
  border: 2px solid var(--coral);
  background: var(--coral);
  color: var(--white);
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, box-shadow .2s ease;
}
.button:hover { background: var(--coral-dark); border-color: var(--coral-dark); box-shadow: 0 10px 24px rgba(184,63,32,.22); }
.button-outline { background: var(--white); color: var(--coral-dark); }
.button-outline:hover { color: var(--white); }
.button-pine { background: var(--pine); border-color: var(--pine); }
.button-pine:hover { background: var(--pine-deep); border-color: var(--pine-deep); }

.hero { background: var(--sky); }
.hero-grid { min-height: 650px; display: grid; grid-template-columns: .85fr 1.25fr; }
.hero-copy { position: relative; z-index: 2; padding: 96px 52px max(80px, 8vw) max(24px, calc((100vw - var(--max))/2)); display: flex; flex-direction: column; justify-content: center; background: linear-gradient(90deg, var(--sky) 82%, rgba(234,246,255,0)); }
.hero-copy h1 { max-width: 560px; margin: 0 0 22px; font-size: clamp(3.4rem, 7vw, 6.5rem); line-height: .89; letter-spacing: -.075em; }
.hero-copy p { max-width: 540px; margin: 0 0 28px; font-size: 1.16rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-media { position: relative; min-height: 650px; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 62% center; }
.flight-path { position: absolute; top: 8%; right: 4%; width: 38%; height: 28%; border-top: 4px dotted var(--coral); border-radius: 50%; transform: rotate(14deg); pointer-events: none; }
.flight-path::after { content: ""; position: absolute; right: 0; top: -7px; width: 12px; height: 12px; border: 3px solid var(--coral); border-radius: 50%; background: var(--sky); }

.offers { position: relative; z-index: 3; margin-top: -54px; }
.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.score-card { padding: 28px; background: var(--white); border: 1.5px solid var(--pine); box-shadow: var(--shadow); clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 0 100%); }
.score-card .number { display: inline-grid; place-items: center; width: 48px; height: 48px; margin-bottom: 26px; border-radius: 50%; background: var(--straw); color: var(--pine); font-weight: 900; }
.score-card h2 { margin: 0; font-size: 1.42rem; line-height: 1.2; }
.score-card .price { margin: 10px 0 16px; color: var(--coral); font-weight: 900; font-size: 2rem; }
.score-card p { color: var(--muted); }
.score-card a { min-height: 44px; display: inline-flex; align-items: center; }

.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.image-cut { position: relative; }
.image-cut img { width: 100%; aspect-ratio: 4/3; object-fit: cover; clip-path: polygon(0 0, calc(100% - 36px) 0, 100% 36px, 100% 100%, 0 100%); }
.check-list { list-style: none; margin: 24px 0 30px; padding: 0; }
.check-list li { position: relative; margin: 10px 0; padding-left: 28px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--pine); font-weight: 900; }

.info-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--line); }
.info-item { padding: 26px 20px; }
.info-item + .info-item { border-left: 1px solid var(--line); }
.info-item strong { display: block; margin-bottom: 5px; color: var(--pine); }

.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { width: 100%; padding: 18px 4px; border: 0; background: transparent; color: var(--ink); display: flex; align-items: center; justify-content: space-between; gap: 18px; text-align: left; font-weight: 800; cursor: pointer; }
.faq-question::after { content: "+"; flex: 0 0 auto; font-size: 1.4rem; }
.faq-question[aria-expanded="true"]::after { content: "−"; }
.faq-answer { padding: 0 4px 20px; color: var(--muted); }
.faq-answer[hidden] { display: none; }

.contact-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 54px; }
.contact-image { margin-top: 28px; }
.contact-image img { width: 100%; aspect-ratio: 4/3; object-fit: cover; clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.field { display: grid; gap: 7px; }
.field-full { grid-column: 1 / -1; }
label { font-weight: 800; font-size: .9rem; }
input, select, textarea { width: 100%; min-height: 48px; border: 1px solid #879c96; border-radius: 0; background: var(--white); color: var(--ink); padding: 11px 13px; }
textarea { min-height: 132px; resize: vertical; }
.form-status { min-height: 24px; margin: 12px 0 0; font-weight: 800; color: var(--pine); }

.site-footer { padding: 54px 0 28px; background: var(--pine-deep); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 48px; }
.footer-title { margin: 0 0 14px; font-size: 1.08rem; }
.footer-links { display: grid; gap: 9px; }
.site-footer a { min-height: 44px; display: inline-flex; align-items: center; }
.footer-links a { color: #dcebe5; }
.legal { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 38px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.18); font-size: .8rem; }
.mobile-cta { display: none; }

@media (max-width: 920px) {
  .wrap { width: min(var(--max), calc(100% - 36px)); }
  .menu-button { display: block; }
  .desktop-nav { position: fixed; inset: 78px 0 auto; padding: 24px 18px 30px; background: var(--white); box-shadow: var(--shadow); display: none; flex-direction: column; align-items: stretch; }
  .desktop-nav[data-open="true"] { display: flex; }
  .nav-link { padding: 8px 0; }
  .header-cta { display: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { min-height: 520px; padding: 68px 28px 44px; background: linear-gradient(180deg, var(--sky) 82%, rgba(234,246,255,0)); }
  .hero-media { min-height: 430px; }
  .offers { margin-top: -36px; }
  .offer-grid { grid-template-columns: 1fr; }
  .split, .contact-grid { grid-template-columns: 1fr; }
  .info-grid { grid-template-columns: repeat(2, 1fr); }
  .info-item:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .info-item:nth-child(4) { border-top: 1px solid var(--line); }
}

@media (max-width: 560px) {
  body { padding-bottom: calc(76px + env(safe-area-inset-bottom)); }
  .wrap { width: calc(100% - 32px); }
  .section { padding: 66px 0; }
  .brand-mark { width: 38px; height: 44px; }
  .brand-copy { font-size: .9rem; }
  .hero-copy { min-height: 460px; padding: 54px 20px 34px; }
  .hero-copy h1 { font-size: clamp(3.2rem, 17vw, 4.6rem); }
  .hero-media { min-height: 360px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .offer-grid { gap: 12px; }
  .score-card { padding: 24px; }
  .split { gap: 34px; }
  .info-grid, .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .info-item + .info-item { border-left: 0; border-top: 1px solid var(--line); }
  .field-full { grid-column: auto; }
  .mobile-cta { position: fixed; z-index: 60; display: flex; left: max(12px, env(safe-area-inset-left)); right: max(12px, env(safe-area-inset-right)); bottom: max(10px, env(safe-area-inset-bottom)); min-height: 56px; box-shadow: 0 8px 28px rgba(23,49,43,.26); }
}

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