* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; background: #0a0a0a; color: #ede9e1; font-family: Inter, ui-sans-serif, system-ui, -apple-system, sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
button:disabled { cursor: not-allowed; }
a:focus-visible, button:focus-visible, summary:focus-visible, [role="tabpanel"]:focus-visible { outline: 3px solid #9bd6ce; outline-offset: 5px; }
[hidden] { display: none !important; }
h1, h2, h3, p { margin-top: 0; }
header { min-height: 72px; display: flex; align-items: center; justify-content: space-between; max-width: 1280px; margin: auto; padding: 12px 32px; gap: 20px; }
nav { display: flex; gap: 28px; align-items: center; font-size: 14px; }
.brand { color: white; font-size: 23px; font-weight: 700; letter-spacing: -.055em; }
.brand > span { font-weight: 400; color: #9b9590; }
.brand i { font-style: normal; letter-spacing: .1em; color: #c4985a; font-size: 14px; padding-left: 17px; }
.nav-cta { border: 1px solid #4f8f8b; border-radius: 7px; padding: 9px 16px; }
.hero { position: relative; isolation: isolate; overflow: hidden; border-block: 1px solid #2a2a2a; }
.hero-image, .shade { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -1; }
.hero-image { object-fit: cover; object-position: 65% 55%; }
.shade { background: linear-gradient(90deg, #0a0a0ae8, #0a0a0a94 65%, #0a0a0a70), linear-gradient(0deg, #0a0a0a9c, transparent); }
.hero-content { position: relative; max-width: 1240px; margin: auto; padding: 36px 32px; display: grid; grid-template-columns: 1.15fr 1fr; align-items: center; gap: clamp(28px, 5vw, 72px); }
.hero-copy { min-width: 0; animation: arrive .6s ease-out; }
.eyebrow { font-size: 13px; font-weight: 600; letter-spacing: .14em; color: #c4985a; margin: 0 0 20px; }
h1 { font-size: clamp(34px, 3.65vw, 54px); font-weight: 550; letter-spacing: -.045em; line-height: 1.12; margin-bottom: 22px; }
h1 em { font-style: normal; color: #9bd6ce; }
.intro { max-width: 32rem; font-size: 18px; line-height: 1.7; color: #ede9e1; margin-bottom: 22px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; color: #9bd6ce; font-size: 16px; text-decoration: underline; text-underline-offset: 5px; }
.text-link:hover { color: white; }
.quiet { font-size: 14px; color: #d5d0c8; margin: 14px 0 0; }
.price-card { min-width: 0; padding: 24px; border-radius: 16px; border: 1px solid #4f8f8b; background: #1a1a1aed; box-shadow: 0 12px 35px #0003; backdrop-filter: blur(12px); }
.billing { display: flex; background: #0a0a0a; border: 1px solid #45433f; padding: 4px; border-radius: 8px; gap: 4px; }
.billing button { flex: 1; background: transparent; color: #d5d0c8; border: 0; border-radius: 5px; padding: 10px 6px; font-size: 14px; min-height: 44px; }
.billing button[aria-pressed="true"] { background: #274b48; color: #fff; }
.billing span { font-size: 13px; color: #d4a86a; margin-left: 5px; white-space: nowrap; }
.price { display: flex; align-items: baseline; gap: 8px; margin: 20px 0 8px; }
.price strong { font-size: 56px; letter-spacing: -.05em; font-weight: 500; line-height: 1; }
.price > span { color: #d5d0c8; font-size: 18px; }
.small { font-size: 14px; color: #bcb6ae; line-height: 1.6; margin-bottom: 0; }
ul { list-style: none; padding: 0; margin: 20px 0 0; }
li { font-size: 16px; line-height: 1.6; color: #d5d0c8; margin: 12px 0; display: flex; gap: 12px; }
li::before { content: '✓'; color: #9bd6ce; flex-shrink: 0; }
.included { margin: 20px 0; padding-top: 14px; border-top: 1px solid #45433f; }
.included li { margin: 0 0 12px; }
.included strong, .included span { display: block; }
.included strong { color: #fff; font-size: 16px; }
.included span { color: #bcb6ae; font-size: 14px; line-height: 1.5; }
.button { display: inline-flex; align-items: center; justify-content: center; width: 100%; min-height: 48px; padding: 13px 18px; border-radius: 8px; background: #c4985a; color: #0a0a0a; font-size: 16px; font-weight: 650; border: 0; transition: background .2s; }
.button:hover:not(:disabled) { background: #d4a86a; }
.disabled { background: #353532; color: #d5d0c8; }
.centered { text-align: center; margin-top: 12px; }
.explore, .setup, .faq { max-width: 1170px; margin: auto; padding: 48px 32px 0; }
h2 { font-size: clamp(28px, 3vw, 38px); font-weight: 500; letter-spacing: -.04em; line-height: 1.2; margin-bottom: 22px; }
.tabs { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 20px; }
.tabs button { font-size: 14px; color: #d5d0c8; background: transparent; border: 1px solid #4f8f8b; border-radius: 30px; padding: 10px 18px; min-height: 44px; transition: background .2s, color .2s; }
.tabs button[aria-selected="true"] { background: #9bd6ce; color: #0a0a0a; border-color: #9bd6ce; }
.route-panel { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid #2a2a2a; background: #1a1a1a; border-radius: 16px; overflow: hidden; }
.route-copy { padding: 32px; align-self: center; }
.route-copy .eyebrow { margin-bottom: 16px; }
.route-copy h3 { font-size: 28px; font-weight: 500; line-height: 1.2; letter-spacing: -.03em; margin-bottom: 16px; }
.route-copy > p:not(.eyebrow) { color: #bcb6ae; margin-bottom: 16px; }
.route-visual { position: relative; min-height: 320px; margin: 0; overflow: hidden; }
.route-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 35%; }
.route-visual figcaption { position: absolute; bottom: 16px; right: 16px; padding: 5px 10px; background: #0a0a0ad9; border-radius: 5px; font-size: 13px; }
.setup { display: grid; grid-template-columns: .8fr 1fr; gap: 40px; align-items: center; }
.plan-photo { height: 240px; border-radius: 14px; overflow: hidden; border: 1px solid #2a2a2a; background: #1a1a1a; }
.plan-photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 55%; }
.setup h2 { font-size: 30px; margin-bottom: 16px; }
.setup p { margin-bottom: 12px; color: #d5d0c8; }
.setup .muted { color: #9b9590; font-size: 14px; margin-bottom: 0; }
.faq { padding-bottom: 52px; }
.faq h2 { font-size: 28px; margin-bottom: 12px; }
.faq details { padding: 16px 0; border-bottom: 1px solid #2a2a2a; }
.faq summary { cursor: pointer; padding-right: 10px; }
.faq p { max-width: 850px; margin: 14px 0 0; color: #bcb6ae; line-height: 1.7; }
.faq a { color: #9bd6ce; text-decoration: underline; text-underline-offset: 3px; }
footer { border-top: 1px solid #2a2a2a; padding: 28px 32px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 24px; color: #bcb6ae; font-size: 14px; }
footer p { margin: 0 auto 0 0; }
@keyframes arrive { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
@media (max-width: 800px) {
  header { padding-inline: 20px; }
  .brand i { display: none; }
  nav { gap: 16px; }
  .hero-content { grid-template-columns: 1fr; gap: 28px; padding: 30px 24px; }
  .hero-copy { max-width: 36rem; }
  h1 { font-size: clamp(34px, 6.5vw, 48px); }
  .hero-image { object-position: 60% 50%; }
  .shade { background: linear-gradient(180deg, #0a0a0ad9, #0a0a0a85 50%, #0a0a0af2); }
  .intro { font-size: 16px; margin-bottom: 14px; }
  .quiet { margin-top: 8px; }
  .price-card { width: 100%; max-width: 36rem; justify-self: center; }
  .explore, .setup, .faq { padding: 36px 24px 0; }
  .route-panel { grid-template-columns: 1fr; }
  .route-copy { padding: 24px; }
  .route-copy h3 { font-size: 26px; }
  .route-visual { min-height: 210px; }
  .setup { grid-template-columns: 1fr; gap: 24px; }
  .plan-photo { height: 210px; }
  .setup h2 { font-size: 28px; }
  .faq { padding-bottom: 40px; }
  footer { padding: 24px; gap: 18px; justify-content: flex-start; }
  footer p { flex-basis: 100%; order: 1; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } }
