:root { --font-display: "Manrope"; --font-body: "Plus Jakarta Sans"; }

:root {
  --ink: #10251f;
  --deep: #0b241d;
  --cream: #f4f0e6;
  --lime: #c7f35b;
  --line: rgba(16, 37, 31, 0.16);
  --muted: #65716c;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #f9f8f3; font-family: var(--font-body), sans-serif; }
a { color: inherit; text-decoration: none; }
p { line-height: 1.7; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--font-display), sans-serif; letter-spacing: -0.045em; }

.site-header { position: absolute; z-index: 20; top: 0; left: 0; right: 0; height: 88px; display: flex; align-items: center; justify-content: space-between; padding: 0 5vw; color: white; border-bottom: 1px solid rgba(255,255,255,.2); }
.brand { display: inline-flex; align-items: center; }
.logo-crop { position: relative; display: block; width: 252px; height: 66px; overflow: hidden; background: white; border-radius: 4px; }
.logo-crop img { position: absolute; width: 270px; height: auto; max-width: none; left: -10px; top: -50px; }
nav { display: flex; gap: 34px; font-size: 13px; font-weight: 650; }
nav a, .footer-links a { transition: color .2s; }
nav a:hover, .footer-links a:hover { color: var(--lime); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 55px; padding: 0 24px; background: var(--lime); color: #11251f; font-size: 13px; font-weight: 800; border-radius: 3px; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: #d8ff76; }
.button span { font-size: 16px; }
.button-small { min-height: 43px; padding: 0 18px; }

.hero { min-height: 850px; height: 100vh; position: relative; color: white; display: flex; align-items: center; overflow: hidden; }
.hero-image { object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,22,18,.94) 0%, rgba(5,22,18,.74) 42%, rgba(5,22,18,.08) 76%), linear-gradient(0deg, rgba(4,20,16,.55), transparent 45%); }
.hero-content { position: relative; z-index: 2; width: 100%; padding: 130px 5vw 40px; }
.eyebrow { display: flex; align-items: center; gap: 10px; text-transform: uppercase; font-size: 11px; line-height: 1; letter-spacing: .18em; font-weight: 800; color: #69776f; }
.eyebrow span { width: 28px; height: 2px; display: inline-block; background: var(--lime); }
.eyebrow.light { color: rgba(255,255,255,.7); }
h1 { max-width: 850px; margin: 28px 0; font-size: clamp(58px, 7vw, 104px); line-height: .99; font-weight: 650; }
.hero-copy { max-width: 650px; color: rgba(255,255,255,.76); font-size: 17px; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 36px; }
.text-link { display: inline-flex; align-items: center; gap: 14px; padding-bottom: 5px; font-size: 13px; font-weight: 800; border-bottom: 1px solid currentColor; }
.text-link span { color: #7aa32a; }
.light-link { color: white; }
.light-link span { color: var(--lime); }
.hero-proof { display: flex; gap: 0; margin-top: 78px; border-top: 1px solid rgba(255,255,255,.2); width: min(720px, 100%); }
.hero-proof div { padding: 22px 44px 0 0; margin-right: 44px; border-right: 1px solid rgba(255,255,255,.2); }
.hero-proof div:last-child { border: 0; }
.hero-proof strong { font: 700 25px/1 var(--font-display); display: block; color: var(--lime); }
.hero-proof span { display: block; margin-top: 7px; font-size: 10px; color: rgba(255,255,255,.58); }

.section { padding: 110px 6vw; }
.intro { display: grid; grid-template-columns: 1.1fr .9fr; gap: 12vw; align-items: end; }
h2 { font-size: clamp(40px, 4.8vw, 68px); line-height: 1.06; font-weight: 650; margin-bottom: 0; }
.intro h2 { max-width: 650px; }
.intro-copy p { color: var(--muted); margin-bottom: 27px; }
.benefits { display: grid; grid-template-columns: repeat(3, 1fr); padding-top: 0; }
.benefit-card { min-height: 350px; padding: 38px; border: 1px solid var(--line); margin-right: -1px; display: flex; flex-direction: column; }
.card-number { color: #87928d; font-size: 11px; letter-spacing: .12em; }
.benefit-card h3 { font-size: 28px; margin: auto 0 20px; }
.benefit-card p { color: var(--muted); font-size: 14px; margin: 0; }
.benefit-card:nth-child(2) { background: var(--lime); border-color: var(--lime); }
.benefit-card:nth-child(2) p, .benefit-card:nth-child(2) .card-number { color: #324239; }

.revenue { background: var(--cream); display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; align-items: center; }
.revenue-visual { height: 520px; position: relative; display: grid; place-items: center; background: #e9e4d8; overflow: hidden; }
.revenue-visual:before, .revenue-visual:after { content: ""; position: absolute; width: 390px; height: 390px; border: 1px solid rgba(16,37,31,.11); border-radius: 50%; }
.revenue-visual:after { width: 280px; height: 280px; }
.revenue-ring { width: 174px; height: 174px; background: var(--deep); border: 20px solid var(--lime); border-radius: 50%; display: grid; place-items: center; color: white; text-align: center; font: 700 18px/1.2 var(--font-display); z-index: 2; }
.revenue-pill { position: absolute; z-index: 3; min-width: 150px; background: white; box-shadow: 0 20px 50px rgba(16,37,31,.13); padding: 18px; border-radius: 5px; }
.revenue-pill b, .revenue-pill small { display: block; }
.revenue-pill b { font: 700 14px var(--font-display); }
.revenue-pill small { font-size: 10px; color: var(--muted); margin-top: 4px; }
.hotel-pill { top: 70px; right: 45px; }
.plug-pill { bottom: 65px; left: 45px; }
.revenue-copy > p:not(.eyebrow):not(.fine-print) { color: var(--muted); font-size: 15px; margin: 27px 0; }
.revenue-copy ul { list-style: none; padding: 0; margin: 28px 0; }
.revenue-copy li { padding: 13px 0; border-top: 1px solid var(--line); font-size: 13px; font-weight: 650; }
.revenue-copy li span { display: inline-grid; place-items: center; width: 21px; height: 21px; margin-right: 11px; border-radius: 50%; background: var(--lime); }
.fine-print { color: #7d8782; font-size: 10px; }

.process { background: var(--deep); color: white; }
.section-heading { display: grid; grid-template-columns: 1fr .55fr; gap: 8vw; align-items: end; }
.section-heading > p { color: rgba(255,255,255,.55); font-size: 14px; margin: 0; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 80px; border-top: 1px solid rgba(255,255,255,.18); }
.step { padding: 30px 30px 20px 0; margin-right: 30px; border-right: 1px solid rgba(255,255,255,.18); }
.step:last-child { border: 0; }
.step > span { font-size: 11px; color: var(--lime); }
.step h3 { font-size: 21px; margin: 65px 0 15px; }
.step p { color: rgba(255,255,255,.55); font-size: 12px; margin: 0; }

.drivers { display: grid; grid-template-columns: 1.1fr .9fr; padding: 0; }
.driver-panel { padding: 110px 7vw; background: var(--lime); }
.driver-panel h2 { max-width: 650px; }
.driver-panel > p:not(.eyebrow) { max-width: 640px; margin: 28px 0; color: #33473f; }
.driver-points { display: flex; flex-wrap: wrap; gap: 22px; margin: 35px 0; }
.driver-points span { font-size: 12px; font-weight: 700; }
.driver-points b { display: block; font-size: 9px; margin-bottom: 8px; color: #657b42; }
.dark-button { background: var(--deep); color: white; }
.dark-button:hover { background: #183b31; }
.quote-panel { padding: 110px 6vw; background: #dbe3dc; display: flex; flex-direction: column; justify-content: center; }
.route-line { height: 2px; background: var(--ink); width: 100%; display: flex; justify-content: space-between; align-items: center; margin-bottom: 80px; }
.route-line i { width: 13px; height: 13px; border: 3px solid #dbe3dc; background: var(--ink); border-radius: 50%; }
blockquote { font: 600 clamp(28px, 3vw, 44px)/1.2 var(--font-display); letter-spacing: -.04em; margin: 0 0 28px; }
.quote-panel p { color: var(--muted); font-size: 13px; }

.about { border-bottom: 1px solid var(--line); display: grid; grid-template-columns: .5fr 1fr 1fr; gap: 6vw; }
.about > div > p { color: var(--muted); }
.about-values p { padding-bottom: 18px; border-bottom: 1px solid var(--line); font-size: 13px; }
.about-values strong { color: var(--ink); font-family: var(--font-display); }
.faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: 10vw; }
.faq-title > p:not(.eyebrow) { margin-top: 25px; color: var(--muted); font-size: 12px; }
.faq-title a { border-bottom: 1px solid; color: var(--ink); }
details { border-top: 1px solid var(--line); padding: 0; }
details:last-child { border-bottom: 1px solid var(--line); }
summary { list-style: none; cursor: pointer; padding: 24px 0; display: flex; justify-content: space-between; gap: 20px; font: 700 16px var(--font-display); }
summary::-webkit-details-marker { display: none; }
summary span { font-size: 22px; font-weight: 400; transition: transform .2s; }
details[open] summary span { transform: rotate(45deg); }
details p { max-width: 720px; color: var(--muted); font-size: 13px; padding: 0 40px 24px 0; margin: 0; }

.partner { display: grid; grid-template-columns: 1fr .75fr; gap: 10vw; background: #17372e; color: white; align-items: center; }
.partner > div > p:not(.eyebrow) { color: rgba(255,255,255,.6); max-width: 650px; margin-top: 28px; }
.contact-card { background: #f7f4eb; color: var(--ink); padding: 36px; }
.contact-card > div { padding: 0 0 20px; margin-bottom: 20px; border-bottom: 1px solid var(--line); }
.contact-card span, .contact-card a { display: block; }
.contact-card > div span { font-size: 9px; color: var(--muted); text-transform: uppercase; letter-spacing: .14em; margin-bottom: 6px; }
.contact-card > div a { font: 700 17px var(--font-display); }
.contact-card .button { margin-top: 10px; width: 100%; }
.contact-card small { display: block; color: var(--muted); margin-top: 16px; font-size: 9px; line-height: 1.5; }

footer { min-height: 210px; padding: 55px 6vw; background: #071a15; color: white; display: grid; grid-template-columns: 1.3fr .8fr 1fr; align-items: start; gap: 30px; }
.footer-brand .logo-crop { width: 280px; height: 72px; }
.footer-brand .logo-crop img { width: 300px; left: -11px; top: -56px; }
footer > p { color: rgba(255,255,255,.5); font-size: 12px; }
.footer-links { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 22px; font-size: 11px; }
.copyright { grid-column: 1 / -1; margin: 25px 0 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); }

@media (max-width: 900px) {
  .site-header { height: 74px; padding: 0 22px; }
  nav { display: none; }
  .button-small { display: none; }
  .hero { min-height: 780px; height: auto; }
  .hero-image { object-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(5,22,18,.92), rgba(5,22,18,.45)), linear-gradient(0deg, rgba(5,22,18,.55), transparent); }
  .hero-content { padding: 150px 24px 55px; }
  h1 { font-size: clamp(48px, 13vw, 70px); }
  .hero-copy { font-size: 15px; }
  .hero-proof { margin-top: 65px; }
  .hero-proof div { padding-right: 18px; margin-right: 18px; }
  .section { padding: 76px 24px; }
  .intro, .revenue, .section-heading, .drivers, .about, .faq, .partner { grid-template-columns: 1fr; }
  .intro { gap: 35px; }
  .benefits { grid-template-columns: 1fr; }
  .benefit-card { min-height: 280px; margin: 0 0 -1px; }
  .revenue { gap: 60px; }
  .revenue-visual { height: 410px; }
  .steps { grid-template-columns: 1fr 1fr; }
  .step h3 { margin-top: 35px; }
  .driver-panel, .quote-panel { padding: 76px 24px; }
  .about { gap: 35px; }
  .faq { gap: 50px; }
  .partner { gap: 50px; }
  footer { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
  .copyright { grid-column: auto; }
}

@media (max-width: 560px) {
  .logo-crop { width: 218px; height: 58px; }
  .logo-crop img { width: 235px; left: -9px; top: -44px; }
  .footer-brand .logo-crop { width: 250px; height: 65px; }
  .footer-brand .logo-crop img { width: 268px; left: -10px; top: -50px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-proof { flex-direction: column; gap: 0; }
  .hero-proof div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); padding: 14px 0; margin: 0; display: flex; align-items: center; gap: 15px; }
  .hero-proof span { margin: 0; }
  .steps { grid-template-columns: 1fr; }
  .step { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .revenue-visual { height: 370px; }
  .revenue-ring { width: 145px; height: 145px; }
  .hotel-pill { right: 18px; top: 35px; }
  .plug-pill { left: 18px; bottom: 35px; }
  .driver-points { display: grid; grid-template-columns: 1fr 1fr; }
  .contact-card { padding: 26px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
