:root {
  --green-900: #123e23;
  --green-800: #18552d;
  --green-700: #2f7b36;
  --green-600: #4a8b2c;
  --green-500: #6abf4b;
  --orange: #ff8300;
  --yellow: #ffc52f;
  --ink: #253128;
  --muted: #677269;
  --surface: #f4f6f2;
  --white: #fff;
  --shadow: 0 18px 48px rgba(21, 66, 35, .12);
  --radius: 24px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Nunito, Arial, sans-serif; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button, input { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 999; top: 10px; left: 10px; padding: 10px 16px; color: #fff; background: #000; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: absolute; z-index: 20; inset: 0 0 auto; height: 105px; border-bottom: 1px solid rgba(255,255,255,.18); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand img { width: 210px; }
.main-nav { display: flex; align-items: center; gap: 12px; }
.nav-link { padding: 10px 14px; color: #fff; font-weight: 800; }
.nav-link:hover { color: var(--yellow); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 11px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; background: rgba(0,0,0,.18); }
.menu-toggle span { width: 100%; height: 2px; margin: 5px 0; background: #fff; }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 22px; border: 1px solid transparent; border-radius: 999px; font-family: Montserrat, Arial, sans-serif; font-size: .92rem; font-weight: 800; transition: .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 40px; padding: 9px 18px; font-size: .78rem; }
.button-light { color: var(--green-900); background: var(--yellow); }
.button-outline { color: #fff; border-color: rgba(255,255,255,.7); background: rgba(0,0,0,.08); }
.button-primary { color: #fff; background: var(--orange); box-shadow: 0 10px 30px rgba(255,131,0,.28); }
.button-primary:hover { background: #ff961f; }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.45); background: rgba(255,255,255,.08); backdrop-filter: blur(8px); }
.button-white { color: var(--green-800); background: #fff; box-shadow: 0 10px 25px rgba(18,62,35,.17); }

.hero { min-height: 760px; position: relative; display: grid; align-items: center; color: #fff; background: #173d23 url("assets/hero-field-v2.jpg") center / cover no-repeat; overflow: hidden; }
.hero::after { content: ""; position: absolute; right: -110px; bottom: -160px; width: 480px; height: 260px; border: 2px solid rgba(106,191,75,.55); border-radius: 50%; transform: rotate(-8deg); }
.hero-overlay { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(8,26,14,.88) 0%, rgba(8,26,14,.52) 43%, rgba(8,26,14,.06) 74%); }
.hero-device { position: absolute; z-index: 2; width: min(60vw, 840px); height: auto; right: -10px; bottom: 42px; filter: drop-shadow(0 32px 24px rgba(0,0,0,.34)); pointer-events: none; }
.hero-content { position: relative; z-index: 3; padding-top: 92px; }
.eyebrow, .section-kicker { display: block; margin-bottom: 12px; color: var(--green-500); font-family: Montserrat, Arial, sans-serif; font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow { color: var(--yellow); }
.hero h1, h2, h3 { font-family: Montserrat, Arial, sans-serif; }
.hero h1 { max-width: 650px; margin: 0; font-size: clamp(3.4rem, 7vw, 6.8rem); line-height: .94; letter-spacing: -.055em; }
.hero p { max-width: 560px; margin: 26px 0 30px; font-size: clamp(1.1rem, 2vw, 1.38rem); color: rgba(255,255,255,.88); }
.hero p strong { color: var(--yellow); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.store-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.store-button { min-width: 158px; display: flex; align-items: center; gap: 10px; padding: 9px 14px; color: #111; background: #fff; border-radius: 12px; box-shadow: 0 8px 26px rgba(0,0,0,.18); transition: .2s ease; }
.store-button:hover { transform: translateY(-2px); }
.store-button small { display: block; font-size: .62rem; line-height: 1; color: #555; }
.store-button span:last-child { font-weight: 900; line-height: 1.25; }
.store-icon { width: 25px; height: 25px; display: grid; place-items: center; color: var(--green-600); }
.store-icon.apple { font-size: 1.8rem; }
.scroll-cue { position: absolute; z-index: 3; bottom: 24px; left: 50%; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; font-size: 1.5rem; }

.section { padding: 105px 0; }
.section-heading { max-width: 720px; margin: 0 auto 54px; }
.centered { text-align: center; }
.section-heading h2, .feature-intro h2, .contact h2 { margin: 0; font-size: clamp(2.15rem, 4.2vw, 3.75rem); line-height: 1.05; letter-spacing: -.04em; }
.section-heading p, .feature-intro > p { color: var(--muted); font-size: 1.08rem; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.benefit-card { min-height: 250px; padding: 34px 22px; text-align: center; background: #fff; border: 1px solid #e6ebe3; border-radius: var(--radius); box-shadow: var(--shadow); transition: .25s ease; }
.benefit-card:hover { transform: translateY(-7px); border-color: rgba(106,191,75,.55); }
.icon-wrap { width: 86px; height: 86px; display: grid; place-items: center; margin: 0 auto 22px; color: var(--green-600); background: #edf7e9; border-radius: 50%; }
.icon-wrap svg { width: 48px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.benefit-card h3 { margin: 0; color: var(--green-700); font-size: 1.24rem; }
.benefit-card p { margin: 2px 0 0; color: var(--muted); }

.features { position: relative; background: var(--surface); overflow: hidden; }
.features::before { content: ""; position: absolute; width: 420px; height: 420px; right: -220px; top: -200px; border: 80px solid rgba(106,191,75,.09); border-radius: 50%; }
.feature-intro { position: relative; display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 80px; margin-bottom: 54px; }
.feature-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature-card { min-height: 240px; padding: 30px; background: #fff; border-radius: 20px; border-bottom: 4px solid transparent; box-shadow: 0 10px 35px rgba(23,67,35,.07); transition: .25s ease; }
.feature-card:hover { transform: translateY(-5px); border-bottom-color: var(--orange); }
.feature-card span { color: var(--orange); font-family: Montserrat, Arial, sans-serif; font-size: .78rem; font-weight: 800; }
.feature-card h3 { margin: 34px 0 10px; color: var(--green-700); font-size: 1.15rem; }
.feature-card p { margin: 0; color: var(--muted); font-size: .94rem; }

.contact { padding: 75px 0; color: #fff; background: linear-gradient(115deg, #ffb400 0%, var(--orange) 48%, var(--green-700) 48%, var(--green-900) 100%); }
.contact-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.contact h2 { color: #fff; }
.contact p { margin: 8px 0 0; font-size: 1.08rem; }
.section-kicker.light { color: #fff; opacity: .75; }
.contact-actions { display: flex; align-items: center; gap: 26px; }
.phone-link { display: flex; flex-direction: column; }
.phone-link small { opacity: .75; }
.phone-link strong { font-family: Montserrat, Arial, sans-serif; font-size: 1.1rem; }

.site-footer { padding: 36px 0; color: rgba(255,255,255,.78); background: #0f3c20; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-inner img { width: 175px; }
.footer-contact { display: flex; flex-wrap: wrap; gap: 24px; font-size: .9rem; }
.footer-contact a:hover { color: var(--yellow); }
.footer-inner p { margin: 0; font-size: .82rem; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .site-header { height: 88px; }
  .brand img { width: 180px; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 76px; right: 20px; width: min(310px, calc(100vw - 40px)); display: none; flex-direction: column; align-items: stretch; padding: 18px; background: var(--green-900); border: 1px solid rgba(255,255,255,.14); border-radius: 18px; box-shadow: 0 15px 35px rgba(0,0,0,.24); }
  .main-nav.open { display: flex; }
  .main-nav .nav-link { text-align: center; }
  .hero { min-height: 700px; background-position: 61% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(8,26,14,.92) 0%, rgba(8,26,14,.68) 58%, rgba(8,26,14,.25)); }
  .hero-device { width: min(68vw, 650px); right: -120px; bottom: 34px; opacity: .9; }
  .hero-content { padding-top: 80px; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-intro { grid-template-columns: 1fr; gap: 20px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .contact { background: linear-gradient(145deg, var(--orange), #e58a00 52%, var(--green-800) 52%); }
  .contact-inner, .footer-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 600px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .hero { min-height: 900px; align-items: start; background-position: 65% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(8,26,14,.96), rgba(8,26,14,.72)); }
  .hero-device { width: 540px; max-width: none; right: -170px; bottom: 22px; opacity: .92; }
  .hero-content { padding-top: 150px; }
  .hero h1 { font-size: 3.65rem; }
  .hero p { font-size: 1.05rem; }
  .hero-actions .button { width: 100%; }
  .store-links { display: grid; grid-template-columns: 1fr 1fr; }
  .store-button { min-width: 0; font-size: .85rem; }
  .section { padding: 76px 0; }
  .benefit-grid, .feature-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: 0; }
  .feature-card { min-height: 210px; }
  .contact-inner, .contact-actions { align-items: stretch; }
  .contact-actions { width: 100%; flex-direction: column; }
  .phone-link { text-align: center; }
  .footer-contact { flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}
