:root {
  color-scheme: light;
  --bg: #ffffff;
  --surface: #f7f5ff;
  --surface-strong: #ede9fe;
  --ink: #17132c;
  --muted: #615c75;
  --line: #dfd9ef;
  --purple: #6938d3;
  --purple-deep: #422179;
  --purple-soft: #8b5cf6;
  --night: #171128;
  --white: #ffffff;
  --max: 1180px;
  --radius: 8px;
  --shadow: 0 20px 44px rgba(53, 29, 111, 0.13);
}

:root[data-theme="dark"] {
  color-scheme: dark;
  --bg: #100c1d;
  --surface: #19132b;
  --surface-strong: #241b3c;
  --ink: #fbfaff;
  --muted: #c6bfd5;
  --line: #352b4c;
  --purple: #a78bfa;
  --purple-deep: #c4b5fd;
  --purple-soft: #8b5cf6;
  --night: #0d0917;
  --shadow: 0 22px 50px rgba(0, 0, 0, 0.3);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: 0; }
h1 { font-size: clamp(2.65rem, 5vw, 4.85rem); font-weight: 760; }
h2 { font-size: clamp(2rem, 3.3vw, 3.15rem); font-weight: 730; }
h3 { font-size: 1.25rem; }
.wrap { width: min(var(--max), calc(100% - 3rem)); margin: 0 auto; }
.section { padding: 6.5rem 0; }
.eyebrow { color: var(--purple); font-size: 0.79rem; font-weight: 800; letter-spacing: 0; margin-bottom: 1rem; text-transform: uppercase; }
.text-link { align-items: center; color: var(--purple); display: inline-flex; font-weight: 750; gap: 0.5rem; text-decoration: none; }
.text-link:hover { text-decoration: underline; text-underline-offset: 0.25rem; }
.text-link svg, .btn svg, .benefit-card a svg { height: 1rem; width: 1rem; }

/* Header */
.site-header { backdrop-filter: blur(14px); background: color-mix(in srgb, var(--bg) 91%, transparent); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 20; }
.nav-row { align-items: center; display: flex; gap: 1rem; height: 72px; justify-content: space-between; margin: 0 auto; max-width: var(--max); padding: 0 1.5rem; }
.brand { align-items: center !important; display: flex !important; flex: 0 0 auto; flex-direction: row !important; flex-wrap: nowrap !important; gap: 0.8rem; min-width: 0; text-decoration: none; }
.brand-symbol { align-items: center; display: flex !important; flex: 0 0 38px; height: 38px; justify-content: center; overflow: hidden; width: 38px; }
.brand-symbol img { display: block; height: 38px !important; max-width: none !important; object-fit: contain; width: 38px !important; }
.brand-footer > img { height: 54px; object-fit: contain; width: 54px; }
.brand-copy { display: grid !important; flex: 0 0 auto; line-height: 1.1; white-space: nowrap; }
.brand strong { color: var(--ink); font-size: 1.02rem; }
.brand small { color: var(--muted); font-size: 0.64rem; margin-top: 0.25rem; }
.nav-row nav { margin-left: auto; }
.nav-links { align-items: center; display: flex; gap: 1.5rem; list-style: none; margin: 0; padding: 0; }
.nav-links a { color: var(--muted); font-size: 0.9rem; font-weight: 650; text-decoration: none; }
.nav-links a:hover { color: var(--purple); }
.nav-cta, .btn { align-items: center; border: 1px solid transparent; border-radius: 6px; display: inline-flex; font-size: 0.93rem; font-weight: 760; gap: 0.55rem; justify-content: center; padding: 0.83rem 1.05rem; text-decoration: none; transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease; }
.nav-cta { background: var(--purple); color: #fff !important; }
.nav-cta:hover, .btn-primary:hover { background: var(--purple-deep); transform: translateY(-1px); }
.nav-toggle, .theme-toggle { align-items: center; background: transparent; border: 1px solid var(--line); border-radius: 6px; color: var(--ink); cursor: pointer; display: none; height: 40px; justify-content: center; width: 40px; }
.theme-toggle { display: inline-flex; }
.theme-toggle svg, .nav-toggle svg { height: 18px; width: 18px; }

/* Hero */
.hero-home { padding: 4.25rem 0 3.75rem; }
.hero-grid { align-items: center; display: grid; gap: 3.25rem; grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr); }
.hero-copy { max-width: 610px; }
.hero-lede { color: var(--muted); font-size: 1.18rem; margin: 1.55rem 0 0; max-width: 570px; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 2rem; }
.btn-primary { background: var(--purple); color: #fff; }
.btn-secondary { background: var(--bg); border-color: var(--line); color: var(--ink); }
.btn-secondary:hover { border-color: var(--purple); color: var(--purple); }
.hero-note { align-items: center; color: var(--muted); display: flex; font-size: 0.86rem; gap: 0.5rem; margin: 1.4rem 0 0; }
.hero-note svg { color: var(--purple); height: 1rem; width: 1rem; }
.hero-media { min-height: 430px; position: relative; }
.hero-media > img { border-radius: var(--radius); box-shadow: var(--shadow); height: 410px; object-fit: cover; width: 100%; }
.performance-panel { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); bottom: -20px; box-shadow: var(--shadow); left: -26px; max-width: 295px; padding: 1rem 1.1rem; position: absolute; }
.panel-heading { align-items: center; color: var(--muted); display: flex; font-size: 0.75rem; font-weight: 750; justify-content: space-between; }
.panel-heading svg { color: var(--purple); height: 20px; width: 20px; }
.performance-panel strong { display: block; font-size: 1.5rem; margin-top: 0.55rem; }
.panel-caption { color: var(--muted); display: block; font-size: 0.73rem; font-weight: 700; }
.performance-panel small { color: var(--muted); display: block; font-size: 0.72rem; margin-top: 0.7rem; }
.earnings-chart { align-items: end; display: flex; gap: 1rem; height: 86px; margin-top: 0.65rem; }
.earnings-chart > div { align-items: center; display: grid; flex: 1; gap: 0.25rem; justify-items: center; }
.earnings-chart b { color: var(--purple-deep); font-size: 0.67rem; }
.earnings-chart small { color: var(--muted); font-size: 0.62rem; margin: 0; }
.earnings-bar { background: var(--purple); border-radius: 3px 3px 0 0; display: block; width: 100%; }
.earnings-low { height: 25px; }.earnings-mid { height: 42px; }.earnings-high { height: 58px; }

/* Homepage sections */
.trust-band { background: var(--surface); border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); padding: 1.25rem 0; }
.trust-grid { align-items: center; display: flex; gap: 2rem; justify-content: space-between; }
.trust-grid p { color: var(--muted); font-size: 0.92rem; margin: 0; max-width: 350px; }
.trust-grid ul { align-items: center; display: flex; flex-wrap: wrap; gap: 1.35rem; list-style: none; margin: 0; padding: 0; }
.trust-grid li { align-items: center; display: flex; font-size: 0.86rem; font-weight: 700; gap: 0.45rem; }
.trust-grid svg { color: var(--purple); height: 20px; width: 20px; }
.intro-section { display: grid; gap: 4rem; grid-template-columns: 1fr 0.9fr; }
.section-heading { max-width: 665px; }
.intro-copy { color: var(--muted); font-size: 1.05rem; padding-top: 2.2rem; }
.benefit-grid { display: grid; gap: 1px; grid-template-columns: repeat(3, 1fr); padding-bottom: 6.5rem; }
.benefit-card { background: var(--surface); border: 1px solid var(--line); min-height: 294px; padding: 2rem; }
.benefit-card:first-child { border-radius: var(--radius) 0 0 var(--radius); }.benefit-card:last-child { border-radius: 0 var(--radius) var(--radius) 0; }
.feature-icon { color: var(--purple); height: 33px; margin-bottom: 2.5rem; stroke-width: 1.7; width: 33px; }
.benefit-card p { color: var(--muted); font-size: 0.92rem; }
.benefit-card a { align-items: center; color: var(--purple); display: inline-flex; font-size: 0.84rem; font-weight: 750; gap: 0.35rem; text-decoration: none; }
.feature-band { background: var(--night); color: #fff; }
.feature-band .eyebrow { color: #c4b5fd; }.feature-band p { color: #d3cce3; }
.split-feature { align-items: center; display: grid; gap: 5rem; grid-template-columns: 1fr 1fr; }
.dashboard-visual { background: #fff; border-radius: var(--radius); box-shadow: 0 18px 40px rgba(0,0,0,.25); color: #1b1730; min-height: 318px; padding: 1.35rem; }
.dashboard-top { align-items: center; border-bottom: 1px solid #e4e0ef; display: flex; font-size: 0.8rem; font-weight: 800; justify-content: space-between; padding-bottom: 1rem; }
.status-dot { align-items: center; color: #4b2b96; display: flex; font-size: 0.69rem; gap: 0.35rem; }.status-dot::before { background: #7446db; border-radius: 50%; content: ""; height: 7px; width: 7px; }
.money-summary { display: grid; gap: .6rem; grid-template-columns: repeat(3, 1fr); margin: 1.25rem 0 1rem; }.money-summary > div { background: #f5f2ff; border-radius: 5px; padding: .65rem; }.money-summary small { color: #6b6680; display: block; font-size: .64rem; }.money-summary strong { color: #2e195d; display: block; font-size: 1rem; margin-top: .18rem; }.money-summary .money-net { background: #e9e0ff; }.money-columns { align-items: end; border-bottom: 1px solid #e4e0ef; display: flex; gap: .8rem; height: 112px; padding: 0 .4rem .5rem; }.money-columns > div { align-items: center; display: grid; flex: 1; gap: .25rem; justify-items: center; }.money-columns b { color: #4c2b9d; font-size: .68rem; }.money-columns span { background: #7546de; border-radius: 3px 3px 0 0; display: block; width: 100%; }.column-one { height: 36px; }.column-two { height: 56px; }.column-three { height: 76px; }.money-columns small { color: #706a80; font-size: .64rem; }.dashboard-help { align-items: center; color: #706a80 !important; display: flex; font-size: .7rem; gap: .4rem; margin: .8rem 0 0 !important; }.dashboard-help svg { color: #6339c8; height: 17px; width: 17px; }
.checklist { list-style: none; margin: 1.35rem 0 1.7rem; padding: 0; }.checklist li { color: #ddd6eb; margin: 0.55rem 0; padding-left: 1.5rem; position: relative; }.checklist li::before { color: #c4b5fd; content: "✓"; font-weight: 800; left: 0; position: absolute; }
.feature-band .text-link { color: #d9ceff; }
.reserve-feature { align-items: center; display: grid; gap: 5rem; grid-template-columns: 0.9fr 1.1fr; }
.reserve-copy p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }.reserve-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 1.2rem; margin-top: 1.8rem; }
.direct-booking-panel { background: var(--surface); border: 1px solid var(--line); border-left: 4px solid var(--purple); border-radius: var(--radius); box-shadow: var(--shadow); padding: 2rem; }.booking-panel-top { align-items: center; color: var(--purple); display: flex; font-size: .8rem; font-weight: 800; justify-content: space-between; text-transform: uppercase; }.booking-panel-top svg { height: 28px; width: 28px; }.direct-booking-panel > strong { display: block; font-size: clamp(1.55rem, 2.5vw, 2.2rem); line-height: 1.12; margin-top: 1.25rem; max-width: 360px; }.direct-booking-panel > p { color: var(--muted); margin: .8rem 0 1.35rem; max-width: 450px; }.booking-steps { display: grid; gap: .6rem; margin-bottom: 1.4rem; }.booking-steps span { align-items: center; background: var(--bg); border: 1px solid var(--line); border-radius: 5px; display: flex; font-size: .84rem; font-weight: 700; gap: .6rem; padding: .7rem .8rem; }.booking-steps svg { color: var(--purple); height: 19px; width: 19px; }
.complement-section { border-top: 1px solid var(--line); }.complement-section h2 { max-width: 780px; }.complement-grid { display: grid; gap: 1.8rem; grid-template-columns: repeat(3, 1fr); margin-top: 3rem; }.complement-grid p { color: var(--muted); font-size: .9rem; margin: 0; }.complement-grid svg { color: var(--purple); height: 26px; margin-bottom: .8rem; width: 26px; }
.closing-cta { background: var(--purple); color: #fff; padding: 4.5rem 0; }.closing-cta .eyebrow { color: #e7e1ff; }.closing-grid { align-items: center; display: flex; gap: 2rem; justify-content: space-between; }.closing-grid h2 { margin: 0; max-width: 650px; }.btn-light { background: #fff; color: #3e1b7c; flex-shrink: 0; }.btn-light:hover { background: #f0ebff; transform: translateY(-1px); }

/* Shared inner pages and footer */
.site-footer { background: var(--surface); border-top: 1px solid var(--line); padding: 3.5rem 0 1.4rem; }.footer-brand-row { align-items: center; display: flex; gap: 2rem; justify-content: space-between; padding-bottom: 2.6rem; }.brand-footer img { display: block !important; flex: 0 0 42px; height: 42px !important; max-height: 42px !important; max-width: 42px !important; object-fit: contain; width: 42px !important; }.footer-brand-row p { color: var(--muted); font-size: .9rem; margin: 0; }.footer-brand-row p a { color: var(--purple); font-weight: 750; }.footer-grid { border-top: 1px solid var(--line); display: grid; gap: 2rem; grid-template-columns: repeat(3, 1fr); padding: 2.6rem 0; }.footer-grid h4 { font-size: .77rem; margin: 0 0 1rem; text-transform: uppercase; }.footer-grid ul { list-style: none; margin: 0; padding: 0; }.footer-grid li { color: var(--muted); font-size: .88rem; margin-bottom: .58rem; }.footer-grid a { text-decoration: none; }.footer-grid a:hover { color: var(--purple); }.footer-bottom { border-top: 1px solid var(--line); color: var(--muted); display: flex; font-size: .78rem; gap: 1rem; justify-content: space-between; padding-top: 1.3rem; }.footer-bottom div { display: flex; flex-wrap: wrap; gap: 1rem; }.footer-bottom a { text-decoration: none; }.footer-bottom a:hover { color: var(--purple); }
.legal-body h2 { margin-top: 2rem; }.legal-body ul { padding-left: 1.3rem; }.form-card, .faq-item { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.5rem; }.field { margin-bottom: 1rem; }.field label { display: block; font-size: .9rem; font-weight: 700; margin-bottom: .4rem; }.field input, .field select, .field textarea { background: var(--bg); border: 1px solid var(--line); border-radius: 5px; color: var(--ink); font: inherit; padding: .7rem .8rem; width: 100%; }.faq-item { margin-bottom: .75rem; }.faq-item summary { cursor: pointer; font-weight: 750; }.faq-item p { color: var(--muted); margin: .8rem 0 0; }.grid-2, .grid-3, .grid-4 { display: grid; gap: 1.25rem; margin: 2rem 0; }.grid-2 { grid-template-columns: repeat(2,1fr); }.grid-3 { grid-template-columns: repeat(3,1fr); }.grid-4 { grid-template-columns: repeat(4,1fr); }.icon-card, .feature-visual, .cta-block { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.4rem; }.icon-badge { color: var(--purple); font-size: 1.6rem; }.cta-block { text-align: center; }.cta-block.full { border-radius: 0; }.feature-row { border-top: 1px solid var(--line); display: grid; gap: 3rem; grid-template-columns: 1fr 1fr; padding: 3rem 0; }.feature-row.reverse .feature-visual { order: -1; }.muted, .icon-card p, .feature-visual { color: var(--muted); }.draft-banner { background: #fff5dc; border: 1px solid #e7c36d; border-radius: 6px; color: #705100; padding: .85rem 1rem; }.placeholder, .blog-tag { background: var(--surface-strong); color: var(--purple); }.blog-tag { border-radius: 99px; display: inline-block; font-size: .75rem; font-weight: 750; padding: .2rem .55rem; }.article-idea { border-bottom: 1px solid var(--line); padding: 1rem 0; }

@media (max-width: 900px) { .hero-grid, .intro-section, .split-feature, .reserve-feature { gap: 3rem; grid-template-columns: 1fr; }.hero-media { min-height: 410px; }.hero-media > img { height: 400px; }.performance-panel { bottom: -20px; left: 24px; }.benefit-grid, .complement-grid { grid-template-columns: 1fr; }.benefit-card, .benefit-card:first-child, .benefit-card:last-child { border-radius: var(--radius); }.trust-grid { align-items: flex-start; flex-direction: column; }.footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 720px) { .nav-row { height: 70px; padding: 0 1rem; }.nav-toggle { display: inline-flex; }.nav-links { background: var(--bg); border-bottom: 1px solid var(--line); display: none; flex-direction: column; left: 0; padding: .8rem 1.5rem 1.3rem; position: absolute; right: 0; top: 70px; }.nav-links.open { display: flex; }.nav-links li, .nav-links a { width: 100%; }.nav-links a { display: block; padding: .55rem 0; }.nav-cta { text-align: center; }.brand small { display: none; }.hero-home { padding: 4.3rem 0 4.5rem; }.hero-media { min-height: 350px; }.hero-media > img { height: 340px; }.performance-panel { left: 14px; max-width: 275px; }.section { padding: 4.5rem 0; }.footer-brand-row, .closing-grid, .footer-bottom { align-items: flex-start; flex-direction: column; }.footer-grid { grid-template-columns: 1fr; }.feature-row { grid-template-columns: 1fr; }.feature-row.reverse .feature-visual { order: 0; }.grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; } }
@media (max-width: 430px) { .wrap { width: min(var(--max), calc(100% - 2rem)); }.brand-symbol { flex-basis: 34px; height: 34px; width: 34px; }.brand-symbol img { height: 34px !important; width: 34px !important; }.brand strong { font-size: .93rem; }.theme-toggle { height: 36px; width: 36px; }.hero-ctas, .reserve-actions { align-items: stretch; flex-direction: column; }.btn { width: 100%; }.hero-media { min-height: 310px; }.hero-media > img { height: 300px; }.performance-panel { bottom: -25px; left: 9px; right: 9px; max-width: none; }.trust-grid ul { gap: .75rem 1rem; }.trust-grid li { font-size: .8rem; }.site-preview-content { padding: 1.6rem; } }
