:root{
  --ink:#12241a;
  --muted:#65746a;
  --green:#1f5638;
  --green-2:#2f6f49;
  --green-3:#6ea37a;
  --mint:#eef6ef;
  --mint-2:#dfece2;
  --card:#ffffffcc;
  --line:#cfded3;
  --shadow:0 24px 70px rgba(26,70,45,.14);
  --soft-shadow:0 14px 40px rgba(26,70,45,.10);
  --radius:28px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;color:var(--ink);background:linear-gradient(180deg,#fbfdfb 0%,#f1f7f2 46%,#fbfdfb 100%);overflow-x:hidden}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.skip-link{position:absolute;left:-999px;top:12px;background:white;color:var(--green);padding:12px 16px;border-radius:12px;z-index:1000}.skip-link:focus{left:12px}
.site-header{position:sticky;top:0;z-index:100;height:74px;padding:0 clamp(20px,5vw,72px);display:flex;align-items:center;gap:28px;background:rgba(251,253,251,.78);backdrop-filter:blur(18px);border-bottom:1px solid rgba(207,222,211,.7);transition:.25s ease}.site-header.scrolled{height:64px;box-shadow:0 10px 30px rgba(26,70,45,.08)}
.brand{display:flex;align-items:center;gap:12px;font-size:24px;font-weight:900;letter-spacing:-.04em;white-space:nowrap}.brand img{width:42px;height:42px;object-fit:contain}.footer-brand img{width:34px;height:34px}
.nav-links{margin-left:auto;display:flex;align-items:center;gap:28px;font-size:14px;font-weight:800;color:#26382d}.nav-links a{opacity:.86;transition:.2s}.nav-links a:hover{opacity:1;color:var(--green)}
.nav-cta,.btn.primary{background:linear-gradient(135deg,var(--green),#163d29);color:white;box-shadow:0 12px 28px rgba(31,86,56,.22)}.nav-cta{padding:12px 20px;border-radius:13px;font-weight:900;font-size:14px}
.menu-button{display:none;margin-left:auto;background:transparent;border:0;width:44px;height:44px;padding:10px}.menu-button span{display:block;height:2px;background:var(--green);border-radius:3px;margin:6px 0}
.section{padding:96px clamp(20px,6vw,92px)}.compact{padding-top:64px;padding-bottom:64px}
.hero{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(460px,.95fr);align-items:center;gap:56px;min-height:calc(100vh - 74px);padding-top:64px;overflow:hidden}.hero:before{content:"";position:absolute;right:-18vw;top:-8vw;width:60vw;height:60vw;background:radial-gradient(circle,rgba(111,163,122,.25),transparent 60%);z-index:-1}.hero:after{content:"";position:absolute;inset:auto -8vw -18vw auto;width:42vw;height:42vw;background:linear-gradient(135deg,rgba(31,86,56,.08),transparent);clip-path:polygon(50% 0,100% 100%,0 100%);z-index:-1}.eyebrow{display:inline-flex;align-items:center;gap:8px;margin:0 0 18px;color:var(--green);font-weight:900;letter-spacing:.06em;text-transform:uppercase;font-size:12px}.eyebrow:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--green-3)}.eyebrow.light{color:#dceee1}.eyebrow.light:before{background:#dceee1}
h1{font-size:clamp(44px,5.8vw,84px);line-height:.98;letter-spacing:-.065em;margin:0 0 24px}h1 span{color:var(--green-2)}h2{font-size:clamp(34px,4vw,58px);line-height:1.04;letter-spacing:-.05em;margin:0 0 16px}h3{letter-spacing:-.025em}.hero-text,.section-title p,.split-copy p,.workflow-card p,.cta-banner p{font-size:18px;line-height:1.72;color:var(--muted);max-width:680px}.hero-actions{display:flex;gap:14px;align-items:center;flex-wrap:wrap;margin:32px 0 24px}.btn{min-height:54px;padding:0 24px;border-radius:15px;font-weight:900;display:inline-flex;align-items:center;justify-content:center}.btn.secondary{background:rgba(255,255,255,.7);border:1.5px solid #91ad98;color:var(--green);box-shadow:0 10px 24px rgba(26,70,45,.06)}.btn.ghost{background:transparent;color:var(--green);padding-inline:10px}.launch-pill{display:inline-flex;margin:0 0 18px;padding:10px 14px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.74);box-shadow:0 10px 24px rgba(26,70,45,.05);color:#42604f;font-size:14px;font-weight:800}.hero-orb{position:absolute;border-radius:999px;filter:blur(1px);pointer-events:none}.orb-one{width:160px;height:160px;right:-18px;top:22px;background:rgba(111,163,122,.16)}.orb-two{width:110px;height:110px;left:20px;bottom:80px;background:rgba(31,86,56,.10)}.trust-row{display:flex;flex-wrap:wrap;gap:12px 24px;color:#597064;font-weight:800;font-size:14px}.trust-row span{display:flex;align-items:center;gap:8px}.trust-row span:before{content:"✓";display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:var(--mint-2);color:var(--green)}
.hero-visual{min-height:640px;display:grid;place-items:center}.phone-stack{position:relative;width:min(100%,590px);height:630px}.device{position:absolute;margin:0;border:10px solid #111b13;border-radius:38px;background:#111b13;box-shadow:var(--shadow);overflow:hidden}.device img{width:100%;height:100%;object-fit:cover;border-radius:27px}.device-main{width:270px;height:584px;left:50%;top:0;transform:translateX(-50%);z-index:4}.device-left{width:220px;height:476px;left:12px;top:92px;transform:rotate(-5deg);z-index:2}.device-right{width:220px;height:476px;right:10px;top:86px;transform:rotate(5deg);z-index:3}.device-main:after,.device-left:after,.device-right:after{content:"";position:absolute;left:50%;top:10px;transform:translateX(-50%);width:74px;height:19px;border-radius:0 0 16px 16px;background:#111b13}
.value-strip{position:relative;margin:-44px clamp(20px,6vw,92px) 34px;display:grid;grid-template-columns:repeat(4,1fr);background:rgba(255,255,255,.82);backdrop-filter:blur(14px);border:1px solid rgba(207,222,211,.9);border-radius:27px;box-shadow:var(--soft-shadow);overflow:hidden}.value-strip article{display:flex;align-items:center;gap:16px;padding:24px;border-right:1px solid var(--line)}.value-strip article:last-child{border-right:0}.icon{flex:0 0 48px;width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:white;font-size:20px;font-weight:900}.value-strip b{display:block;margin-bottom:4px}.value-strip small{color:var(--muted);line-height:1.35}
.section-title{max-width:790px;margin-bottom:32px}.section-title.center{text-align:center;margin-left:auto;margin-right:auto}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;align-items:stretch}.feature-card{position:relative;background:rgba(255,255,255,.92);border:1px solid rgba(207,222,211,.9);border-radius:var(--radius);padding:20px 18px 16px;box-shadow:0 12px 34px rgba(26,70,45,.07);overflow:hidden;display:flex;flex-direction:column;align-items:center;text-align:left}.feature-device{position:relative;width:min(100%,275px);aspect-ratio:945/2048;margin:8px auto 8px;border:10px solid #111b13;border-radius:38px;background:#111b13;box-shadow:0 18px 40px rgba(26,70,45,.16);overflow:hidden}.feature-device:after{content:"";position:absolute;left:50%;top:8px;transform:translateX(-50%);width:72px;height:18px;border-radius:0 0 14px 14px;background:#111b13;z-index:2}.feature-device img{display:block;width:100%;height:100%;object-fit:cover;object-position:top center;border-radius:27px}.feature-card div{padding:18px 4px 6px;width:100%}.feature-card h3{font-size:22px;margin:0 0 8px}.feature-card p{color:var(--muted);line-height:1.6;margin:0}.feature-card:hover{transform:translateY(-4px);transition:.25s ease;box-shadow:var(--soft-shadow)}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.step{background:white;border:1px solid var(--line);border-radius:26px;padding:30px;box-shadow:0 10px 26px rgba(26,70,45,.06)}.step span{display:grid;place-items:center;width:52px;height:52px;background:var(--green);color:white;border-radius:50%;font-weight:900;font-size:18px}.step h3{font-size:24px;margin:22px 0 8px}.step p{color:var(--muted);line-height:1.6;margin:0}
.split-section{margin:40px clamp(20px,6vw,92px);padding:54px;display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:42px;align-items:center;background:linear-gradient(135deg,#ecf6ee,#fff);border:1px solid var(--line);border-radius:36px;box-shadow:var(--soft-shadow)}.check-list{list-style:none;padding:0;margin:22px 0 0}.check-list li{margin:13px 0;color:var(--green);font-weight:800}.check-list li:before{content:"✓";margin-right:10px}.screen-frame{margin:0;max-height:610px;overflow:hidden;border:10px solid #111b13;border-radius:38px;background:#111b13;box-shadow:var(--shadow)}.screen-frame img{width:100%;height:100%;object-fit:cover;object-position:top;border-radius:27px}
.screenshots-section{overflow:hidden}.screens-carousel{display:grid;grid-template-columns:repeat(5,minmax(205px,1fr));gap:24px;align-items:start}.screen-device{position:relative;margin:0 auto;width:min(100%,255px);aspect-ratio:945/2048;border:10px solid #111b13;border-radius:38px;background:#111b13;box-shadow:0 18px 42px rgba(26,70,45,.16);overflow:hidden}.screen-device:after{content:"";position:absolute;left:50%;top:8px;transform:translateX(-50%);width:72px;height:18px;border-radius:0 0 15px 15px;background:#111b13;z-index:2}.screen-device img{width:100%;height:100%;object-fit:cover;object-position:top center;border-radius:27px}.media-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:24px}.media-slot{min-height:148px;border:1.5px dashed #92ac99;background:rgba(255,255,255,.62);border-radius:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--green);gap:8px}.media-slot span{font-size:28px;font-weight:900}.media-slot small{color:var(--muted)}
.workflow{padding-top:26px}.workflow-card{max-width:940px;margin:auto;background:#fff;border:1px solid var(--line);border-radius:34px;padding:42px;box-shadow:var(--soft-shadow)}.flow-list{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:28px}.flow-list div{border:1px solid var(--line);border-radius:20px;padding:20px;background:#f9fcfa}.flow-list span{display:inline-block;color:var(--green);font-weight:900;margin-bottom:12px}.flow-list b,.flow-list small{display:block}.flow-list small{color:var(--muted);margin-top:7px;line-height:1.5}
.mini-proof{display:grid;grid-template-columns:1fr 1fr;gap:18px;padding-top:20px;padding-bottom:20px}.mini-proof-card{display:flex;gap:16px;align-items:flex-start;background:rgba(255,255,255,.9);border:1px solid var(--line);border-radius:26px;padding:24px;box-shadow:0 12px 28px rgba(26,70,45,.06)}.mini-proof-card span{flex:0 0 42px;width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:var(--green);color:white;font-weight:900}.mini-proof-card b{font-size:19px}.mini-proof-card p{margin:6px 0 0;color:var(--muted);line-height:1.6}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}details{background:white;border:1px solid var(--line);border-radius:18px;padding:20px 22px;box-shadow:0 8px 20px rgba(26,70,45,.04)}summary{cursor:pointer;font-weight:900;list-style:none;display:flex;justify-content:space-between;gap:20px}summary::-webkit-details-marker{display:none}summary:after{content:"+";color:var(--green);font-size:22px;line-height:1}details[open] summary:after{content:"–"}details p{color:var(--muted);line-height:1.6;margin:14px 0 0}
.cta-banner{margin:50px clamp(20px,6vw,92px);padding:42px clamp(24px,5vw,64px);border-radius:32px;background:radial-gradient(circle at 10% 30%,rgba(136,192,150,.65),transparent 22%),linear-gradient(135deg,#1f5638,#0e2e1f);color:white;display:flex;align-items:center;justify-content:space-between;gap:28px;box-shadow:var(--shadow);overflow:hidden}.cta-banner h2{color:white}.cta-banner p{color:#e1eee5}.store-badge{flex:0 0 auto;background:#0a100d;color:white;border:1px solid rgba(255,255,255,.16);border-radius:14px;padding:11px 22px;display:flex;flex-direction:column;min-width:190px;box-shadow:0 12px 26px rgba(0,0,0,.24)}.store-badge small{font-size:10px;letter-spacing:.06em}.store-badge b{font-size:22px}
.footer{display:grid;grid-template-columns:2fr 1fr 1fr 1.2fr;gap:38px;padding:48px clamp(20px,6vw,92px);background:#f7fbf7;border-top:1px solid var(--line)}.footer h3{margin:0 0 14px;font-size:15px}.footer p{max-width:360px;color:var(--muted);line-height:1.65}.footer a:not(.brand){display:block;margin:10px 0;color:var(--muted);font-weight:700}.footer a:hover{color:var(--green)}.copyright{text-align:center;color:var(--muted);font-size:14px;padding:18px;background:#f7fbf7}
.reveal{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease}.reveal.visible{opacity:1;transform:none}
@media(max-width:1180px){.hero{grid-template-columns:1fr}.hero-visual{min-height:580px}.phone-stack{margin-inline:auto}.feature-grid{grid-template-columns:repeat(2,1fr)}.screens-carousel{overflow-x:auto;display:flex;padding:8px 6vw 22px;margin-inline:-6vw;scroll-snap-type:x mandatory}.screen-device{flex:0 0 270px;scroll-snap-align:center}.value-strip{grid-template-columns:repeat(2,1fr)}.value-strip article:nth-child(2){border-right:0}.value-strip article:nth-child(-n+2){border-bottom:1px solid var(--line)}}
@media(max-width:760px){body{background:#f4faf5;padding-bottom:88px}.site-header{height:66px;padding:0 18px}.brand{font-size:21px}.brand img{width:34px;height:34px}.nav-links,.nav-cta{display:none}.menu-button{display:grid;place-items:center;position:fixed;right:18px;bottom:calc(18px + env(safe-area-inset-bottom));z-index:250;width:62px;height:62px;margin:0;padding:0;border-radius:22px;background:linear-gradient(135deg,var(--green),#153d28);box-shadow:0 18px 42px rgba(16,54,34,.32);border:1px solid rgba(255,255,255,.18)}.menu-button span{width:24px;height:2.5px;background:white;margin:3px 0;transition:.2s ease}.menu-button[aria-expanded="true"] span:nth-child(1){transform:translateY(8.5px) rotate(45deg)}.menu-button[aria-expanded="true"] span:nth-child(2){opacity:0}.menu-button[aria-expanded="true"] span:nth-child(3){transform:translateY(-8.5px) rotate(-45deg)}.nav-links.open{position:fixed;right:18px;left:auto;bottom:calc(92px + env(safe-area-inset-bottom));top:auto;width:min(285px,calc(100vw - 36px));z-index:240;display:flex;flex-direction:column;align-items:stretch;background:rgba(255,255,255,.97);backdrop-filter:blur(18px);border:1px solid var(--line);border-radius:24px;padding:12px;box-shadow:0 22px 60px rgba(16,54,34,.22)}.nav-links.open a{padding:14px 14px;border-radius:14px;width:100%}.nav-links.open a:hover{background:#eef6f0}.section{padding:64px 20px}.hero{padding-top:42px;gap:24px;min-height:auto}.hero-copy{text-align:left}.eyebrow{font-size:11px}h1{font-size:clamp(42px,12vw,58px);letter-spacing:-.06em}.hero-text{font-size:16px}.hero-actions{display:grid;grid-template-columns:1fr;width:100%}.btn{width:100%}.btn.ghost{background:rgba(255,255,255,.55);border:1px solid var(--line)}.trust-row{font-size:13px}.hero-visual{min-height:410px;overflow:visible}.phone-stack{height:420px;width:330px;transform:translateX(5px)}.device-main{width:190px;height:410px;left:50%;border-width:7px;border-radius:30px}.device-left,.device-right{width:150px;height:325px;border-width:6px;border-radius:26px}.device-left{left:-4px;top:58px}.device-right{right:-4px;top:60px}.device img{border-radius:21px}.device-main img{border-radius:23px}.device-main:after,.device-left:after,.device-right:after{height:13px;width:52px;top:7px}.value-strip{margin:0 20px 18px;grid-template-columns:1fr;border-radius:22px}.value-strip article{border-right:0!important;border-bottom:1px solid var(--line);padding:18px}.value-strip article:last-child{border-bottom:0}.feature-grid,.steps,.media-grid,.faq-grid,.footer,.flow-list,.mini-proof{grid-template-columns:1fr}.feature-card{padding:18px 16px 14px}.feature-device{width:min(100%,285px);border-width:9px;border-radius:34px}.feature-device:after{width:64px;height:16px;top:8px}.split-section{margin:26px 20px;padding:28px 20px;grid-template-columns:1fr;border-radius:28px}.screen-frame{max-width:285px;margin:auto}.screen-device{flex-basis:285px;border-width:9px;border-radius:34px}.workflow-card{padding:28px 20px;border-radius:28px}.cta-banner{margin:34px 20px;padding:30px 22px;flex-direction:column;align-items:flex-start}.store-badge{width:100%;align-items:center}.footer{padding-top:40px}.footer .brand{font-size:22px}.copyright{text-align:left;padding:18px 20px}}
@media(max-width:390px){.phone-stack{transform:scale(.9);transform-origin:top center;margin-left:-5px}.hero-visual{min-height:378px}.feature-device{width:min(100%,255px);border-width:8px;border-radius:31px}.feature-device:after{width:58px;height:14px}.screen-device{flex-basis:265px;border-width:8px;border-radius:31px}.launch-pill{font-size:12px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}*{animation:none!important;transition:none!important}}

:focus-visible{outline:3px solid rgba(31,86,56,.35);outline-offset:4px}
@media(max-width:520px){.feature-card{border-radius:26px;padding:12px}.feature-card div{padding:16px 4px 4px}.screen-device{flex-basis:290px}.mini-proof-card{padding:20px}.cta-banner h2{font-size:34px}}

/* v9 fix: stable bottom-right mobile menu */
@media (max-width: 760px) {
  body { padding-bottom: 96px !important; }

  .site-header .menu-button {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    position: fixed !important;
    top: auto !important;
    left: auto !important;
    right: 18px !important;
    bottom: calc(18px + env(safe-area-inset-bottom)) !important;
    z-index: 9999 !important;
    width: 62px !important;
    height: 62px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(255,255,255,.22) !important;
    border-radius: 22px !important;
    background: linear-gradient(135deg, var(--green), #153d28) !important;
    box-shadow: 0 18px 42px rgba(16,54,34,.35) !important;
  }

  .site-header .menu-button span {
    display: block !important;
    flex: 0 0 auto !important;
    width: 25px !important;
    height: 2.5px !important;
    margin: 0 !important;
    border-radius: 999px !important;
    background: #fff !important;
    transform-origin: center !important;
    transition: transform .22s ease, opacity .22s ease !important;
  }

  .site-header .menu-button[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7.5px) rotate(45deg) !important;
  }

  .site-header .menu-button[aria-expanded="true"] span:nth-child(2) {
    opacity: 0 !important;
  }

  .site-header .menu-button[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7.5px) rotate(-45deg) !important;
  }

  .site-header .nav-links {
    display: none !important;
  }

  .site-header .nav-links.open {
    display: flex !important;
    position: fixed !important;
    top: auto !important;
    left: auto !important;
    right: 18px !important;
    bottom: calc(92px + env(safe-area-inset-bottom)) !important;
    z-index: 9998 !important;
    width: min(300px, calc(100vw - 36px)) !important;
    max-height: calc(100vh - 140px) !important;
    overflow-y: auto !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 4px !important;
    margin: 0 !important;
    padding: 12px !important;
    border: 1px solid rgba(207,222,211,.95) !important;
    border-radius: 24px !important;
    background: rgba(255,255,255,.98) !important;
    backdrop-filter: blur(18px) !important;
    box-shadow: 0 24px 70px rgba(16,54,34,.26) !important;
  }

  .site-header .nav-links.open a {
    display: block !important;
    width: 100% !important;
    padding: 15px 14px !important;
    border-radius: 15px !important;
    color: var(--green) !important;
    font-weight: 900 !important;
  }

  .site-header .nav-links.open a:active,
  .site-header .nav-links.open a:hover {
    background: #eef6f0 !important;
  }
}


/* v10 final mobile menu fix: button is outside header and fixed bottom-right */
.floating-menu-button{
  display:none;
  border:0;
  appearance:none;
  -webkit-appearance:none;
}

@media (min-width: 761px){
  .floating-menu-button{display:none !important;}
}

@media (max-width: 760px){
  body{padding-bottom:104px !important;}

  .site-header .menu-button{display:none !important;}

  .floating-menu-button{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    gap:5px !important;
    position:fixed !important;
    top:auto !important;
    left:auto !important;
    right:18px !important;
    bottom:calc(18px + env(safe-area-inset-bottom)) !important;
    z-index:2147483647 !important;
    width:64px !important;
    height:64px !important;
    margin:0 !important;
    padding:0 !important;
    border:1px solid rgba(255,255,255,.22) !important;
    border-radius:24px !important;
    background:linear-gradient(135deg,var(--green),#123620) !important;
    box-shadow:0 18px 42px rgba(16,54,34,.38) !important;
    cursor:pointer !important;
  }

  .floating-menu-button span{
    display:block !important;
    width:26px !important;
    height:2.6px !important;
    margin:0 !important;
    border-radius:999px !important;
    background:#fff !important;
    transform-origin:center !important;
    transition:transform .22s ease, opacity .22s ease !important;
  }

  .floating-menu-button[aria-expanded="true"] span:nth-child(1){
    transform:translateY(7.6px) rotate(45deg) !important;
  }
  .floating-menu-button[aria-expanded="true"] span:nth-child(2){
    opacity:0 !important;
  }
  .floating-menu-button[aria-expanded="true"] span:nth-child(3){
    transform:translateY(-7.6px) rotate(-45deg) !important;
  }

  .site-header .nav-links,
  .nav-links{
    display:none !important;
  }

  .site-header .nav-links.open,
  .nav-links.open{
    display:flex !important;
    position:fixed !important;
    top:auto !important;
    left:auto !important;
    right:18px !important;
    bottom:calc(96px + env(safe-area-inset-bottom)) !important;
    z-index:2147483646 !important;
    width:min(310px, calc(100vw - 36px)) !important;
    max-height:calc(100vh - 150px) !important;
    overflow-y:auto !important;
    flex-direction:column !important;
    align-items:stretch !important;
    gap:4px !important;
    margin:0 !important;
    padding:12px !important;
    border:1px solid rgba(207,222,211,.95) !important;
    border-radius:24px !important;
    background:rgba(255,255,255,.985) !important;
    backdrop-filter:blur(18px) !important;
    box-shadow:0 24px 70px rgba(16,54,34,.28) !important;
  }

  .nav-links.open a{
    display:block !important;
    width:100% !important;
    padding:15px 14px !important;
    border-radius:15px !important;
    color:var(--green) !important;
    font-weight:900 !important;
  }

  .nav-links.open a:active,
  .nav-links.open a:hover{
    background:#eef6f0 !important;
  }
}


/* v11: reliable mobile navigation panel outside the header */
.mobile-nav-panel{
  display:none;
}

@media (min-width: 761px){
  .mobile-nav-panel{display:none !important;}
}

@media (max-width: 760px){
  .site-header .nav-links{display:none !important;}

  .mobile-nav-panel{
    display:none !important;
  }

  .mobile-nav-panel.open{
    display:flex !important;
    position:fixed !important;
    right:18px !important;
    bottom:calc(96px + env(safe-area-inset-bottom)) !important;
    z-index:2147483646 !important;
    width:min(320px, calc(100vw - 36px)) !important;
    max-height:calc(100vh - 150px) !important;
    overflow-y:auto !important;
    flex-direction:column !important;
    align-items:stretch !important;
    gap:6px !important;
    margin:0 !important;
    padding:12px !important;
    border:1px solid rgba(207,222,211,.95) !important;
    border-radius:26px !important;
    background:rgba(255,255,255,.99) !important;
    backdrop-filter:blur(18px) !important;
    -webkit-backdrop-filter:blur(18px) !important;
    box-shadow:0 24px 70px rgba(16,54,34,.30) !important;
  }

  .mobile-nav-panel a{
    display:block !important;
    width:100% !important;
    padding:15px 14px !important;
    border-radius:16px !important;
    color:var(--green) !important;
    font-weight:900 !important;
    font-size:15px !important;
  }

  .mobile-nav-panel a:active,
  .mobile-nav-panel a:hover{
    background:#eef6f0 !important;
  }

  .mobile-nav-panel .mobile-nav-cta{
    margin-top:4px !important;
    color:#fff !important;
    text-align:center !important;
    background:linear-gradient(135deg,var(--green),#123620) !important;
  }
}
