:root{--scoop-green:#5BC43A;--scoop-green-dark:#3DA023;--scoop-green-deep:#1F6B0F;--scoop-cream:#FBF7EC;--scoop-cream-warm:#F4EDD8;--scoop-ink:#0F1A0A;--scoop-ink-soft:#2B3A24;--scoop-coral:#FF6B4A;--scoop-butter:#FFD95C}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Poppins,sans-serif;background:var(--scoop-cream);color:var(--scoop-ink);overflow-x:hidden;line-height:1.5;background-image:radial-gradient(ellipse 900px 600px at 85% -10%,rgba(91,196,58,.22),transparent 60%),radial-gradient(ellipse 700px 500px at 10% 40%,rgba(91,196,58,.08),transparent 70%);background-attachment:fixed}body:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:1000;opacity:.04;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:24px 40px;justify-content:space-between;background:rgba(251,247,236,.85);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(15,26,10,.06)}.logo,nav{display:flex;align-items:center}.logo{text-decoration:none}.logo-img{display:block;height:32px;width:auto;object-fit:contain}nav .logo-img{max-width:min(230px,calc(100vw - 200px))}.logo-img--footer{height:28px;max-width:min(210px,100%)}.nav-cta{padding:10px 20px;background:var(--scoop-ink);color:var(--scoop-cream);border-radius:100px;text-decoration:none;font-weight:500;font-size:14px;transition:transform .2s ease,background .2s ease}.nav-cta:hover{background:var(--scoop-green-deep);transform:translateY(-1px)}.hero{min-height:100vh;padding:140px 40px 80px;display:grid;grid-template-columns:1.1fr .9fr;grid-gap:60px;gap:60px;align-items:center;max-width:1400px;margin:0 auto}.hero-copy{min-width:0}.hero-tag{display:inline-flex;align-items:center;gap:8px;padding:6px 14px 6px 8px;background:rgba(91,196,58,.12);border:1px solid rgba(91,196,58,.35);border-radius:100px;font-size:13px;font-weight:500;color:var(--scoop-green-deep);margin-bottom:32px;animation:fadeUp .8s ease forwards;opacity:0}.hero-tag-dot{width:22px;height:22px;background:var(--scoop-green);border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;font-size:11px;font-weight:700}h1.hero-title{font-family:Poppins,sans-serif;font-weight:800;font-size:clamp(52px,8vw,112px);line-height:.92;letter-spacing:-.045em;margin-bottom:28px}h1.hero-title .word{display:inline-block;animation:fadeUp .9s ease forwards;opacity:0}h1.hero-title .word:first-child{animation-delay:.1s}h1.hero-title .word:nth-child(2){animation-delay:.2s}h1.hero-title .word:nth-child(3){animation-delay:.3s}h1.hero-title .word:nth-child(4){animation-delay:.4s}.hero-title em{font-style:italic;font-weight:500;color:var(--scoop-green-dark);position:relative}.hero-title em:after{content:"";position:absolute;bottom:.08em;left:-.05em;right:-.05em;height:.12em;background:var(--scoop-butter);z-index:-1;transform:skewX(-8deg)}.hero-sub{font-size:19px;line-height:1.55;color:var(--scoop-ink-soft);max-width:520px;margin-bottom:40px;animation:fadeUp .9s ease .5s forwards;opacity:0}.waitlist-form{display:flex;gap:8px;max-width:480px;padding:8px;background:white;border-radius:100px;box-shadow:0 10px 40px rgba(15,26,10,.08),0 0 0 1px rgba(15,26,10,.06);animation:fadeUp .9s ease .6s forwards;opacity:0}.waitlist-form input{flex:1 1;border:none;background:transparent;padding:14px 20px;font-family:inherit;font-size:15px;color:var(--scoop-ink);outline:none}.waitlist-form input::placeholder{color:#9AA596}.waitlist-form button{padding:14px 26px;border:none;background:var(--scoop-green);color:white;border-radius:100px;font-family:inherit;font-weight:600;font-size:15px;cursor:pointer;transition:all .25s ease;display:flex;align-items:center;gap:6px;white-space:nowrap}.waitlist-form button:hover:not(:disabled){background:var(--scoop-green-dark);transform:translateX(2px)}.waitlist-form button:disabled{opacity:.6;cursor:not-allowed}.form-error{margin-top:10px;padding-left:20px;font-size:13px;color:var(--scoop-coral);min-height:18px}.social-proof{margin-top:24px;display:flex;align-items:center;gap:14px;animation:fadeUp .9s ease .7s forwards;opacity:0}.avatar-stack{display:flex}.avatar-stack>div{width:34px;height:34px;border-radius:50%;border:2px solid var(--scoop-cream);margin-left:-10px}.avatar-stack>div:first-child{margin-left:0;background:linear-gradient(135deg,var(--scoop-coral),#ff9e7a)}.avatar-stack>div:nth-child(2){background:linear-gradient(135deg,var(--scoop-butter),#ffb84c)}.avatar-stack>div:nth-child(3){background:linear-gradient(135deg,var(--scoop-green),var(--scoop-green-deep))}.avatar-stack>div:nth-child(4){background:linear-gradient(135deg,#8ecfff,#4a9fdc)}.social-proof-text{font-size:13px;color:var(--scoop-ink-soft)}.social-proof-text strong{color:var(--scoop-ink);font-weight:600}.count-pulse{display:inline-block;transition:transform .4s cubic-bezier(.34,1.56,.64,1)}.count-pulse.bump{transform:scale(1.3)}.hero-visual{position:relative;width:100%;max-width:420px;justify-self:center;animation:fadeUp 1s ease .4s forwards;opacity:0}.ride-card{position:relative;background:white;border-radius:28px;padding:24px;box-shadow:0 30px 60px -20px rgba(15,26,10,.25),0 10px 30px -10px rgba(15,26,10,.12);display:flex;flex-direction:column;gap:20px;overflow:hidden}.ride-card:before{content:"";position:absolute;top:-40px;right:-40px;width:160px;height:160px;background:radial-gradient(circle,var(--scoop-green) 0,transparent 70%);opacity:.18;pointer-events:none}.ride-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.ride-status{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--scoop-ink)}.pulse-dot{width:8px;height:8px;border-radius:50%;background:var(--scoop-green);box-shadow:0 0 0 0 var(--scoop-green);animation:pulseDot 1.8s ease-out infinite}@keyframes pulseDot{0%{box-shadow:0 0 0 0 rgba(91,196,58,.55)}80%,to{box-shadow:0 0 0 10px rgba(91,196,58,0)}}.ride-eta{font-family:Poppins,sans-serif;font-weight:700;font-size:15px;color:var(--scoop-green-deep,var(--scoop-green));background:rgba(91,196,58,.12);padding:4px 10px;border-radius:999px}.ride-route{display:flex;flex-direction:column;gap:10px;padding:14px 16px;background:var(--scoop-cream-warm,#f5efe0);border-radius:16px}.route-row{display:grid;grid-template-columns:16px 1fr auto;align-items:center;grid-gap:10px;gap:10px;font-size:14px}.route-dot{width:10px;height:10px;border-radius:50%;justify-self:center}.route-dot.start{background:var(--scoop-ink)}.route-dot.end{background:var(--scoop-green);box-shadow:0 0 0 3px rgba(91,196,58,.25)}.route-label{font-weight:600;color:var(--scoop-ink)}.route-time{font-size:12px;color:rgba(15,26,10,.55);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.route-line{width:2px;height:14px;margin-left:7px;border-left:2px dashed rgba(15,26,10,.25)}.ride-riders{display:flex;align-items:center;gap:12px}.avatar-stack.lg>div{width:32px;height:32px}.ride-riders-copy{display:flex;flex-direction:column;line-height:1.3}.ride-riders-copy strong{font-size:14px;color:var(--scoop-ink)}.ride-riders-copy span{font-size:12px;color:rgba(15,26,10,.55)}.ride-fare{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:16px;border-top:1px dashed rgba(15,26,10,.12)}.ride-fare-meta{display:flex;flex-direction:column;line-height:1.3}.ride-fare-label{font-size:13px;font-weight:600;color:var(--scoop-ink)}.ride-fare-sub{font-size:11px;color:rgba(15,26,10,.55)}.ride-fare-amount{display:flex;align-items:baseline;gap:8px}.ride-fare-strike{font-size:13px;color:rgba(15,26,10,.4);text-decoration:line-through}.ride-fare-price{font-family:Poppins,sans-serif;font-weight:800;font-size:24px;color:var(--scoop-ink);letter-spacing:-.02em}.ride-cta{display:flex;gap:10px;padding:14px;background:var(--scoop-ink);color:var(--scoop-cream);border-radius:16px;font-weight:600;font-size:14px;letter-spacing:.01em}.ride-cta,.ride-cta-bolt{align-items:center;justify-content:center}.ride-cta-bolt{width:24px;height:24px;background:rgba(255,255,255,.14);border-radius:50%;display:inline-flex;font-size:13px}.features{padding:120px 40px;max-width:1400px;margin:0 auto}.section-label{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:var(--scoop-green-dark);margin-bottom:20px}.section-title{font-family:Poppins,sans-serif;font-weight:800;font-size:clamp(40px,5vw,68px);line-height:1;letter-spacing:-.035em;margin-bottom:16px;max-width:800px}.section-title em{font-style:italic;font-weight:500;color:var(--scoop-green-dark)}.section-desc{font-size:18px;color:var(--scoop-ink-soft);max-width:560px;margin-bottom:70px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.feature-card{background:white;border:1px solid rgba(91,196,58,.2);border-radius:24px;padding:36px 32px;position:relative;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-6px);box-shadow:0 20px 50px rgba(91,196,58,.15)}.feature-card:first-child{background:linear-gradient(135deg,#ffffff,rgba(91,196,58,.08));border-color:rgba(91,196,58,.3)}.feature-card:nth-child(2){background:var(--scoop-ink);color:var(--scoop-cream);border-color:var(--scoop-ink)}.feature-card:nth-child(2) .feature-desc{color:rgba(251,247,236,.7)}.feature-card:nth-child(3){background:linear-gradient(135deg,var(--scoop-green) 0,var(--scoop-green-dark) 100%);color:white;border-color:var(--scoop-green-dark)}.feature-card:nth-child(3) .feature-desc{color:rgba(255,255,255,.95)}.feature-icon{width:56px;height:56px;border-radius:16px;background:var(--scoop-cream-warm);display:flex;align-items:center;justify-content:center;margin-bottom:24px}.feature-card:nth-child(2) .feature-icon{background:rgba(91,196,58,.2)}.feature-card:nth-child(3) .feature-icon{background:rgba(255,255,255,.2)}.feature-title{font-family:Poppins,sans-serif;font-weight:700;font-size:26px;line-height:1.1;letter-spacing:-.02em;margin-bottom:12px}.feature-desc{font-size:15px;line-height:1.55;color:var(--scoop-ink-soft)}.feature-number{position:absolute;top:24px;right:28px;font-family:Poppins,sans-serif;font-weight:400;font-style:italic;font-size:16px;opacity:.5}.van-gallery{padding:120px 40px;max-width:1400px;margin:0 auto;text-align:center}.van-gallery .section-title{margin-left:auto;margin-right:auto}.van-gallery .section-desc{margin:0 auto 60px}.gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px}.gallery-item{position:relative;border-radius:24px;overflow:hidden;box-shadow:0 20px 60px -20px rgba(15,26,10,.25);transition:transform .4s ease,box-shadow .4s ease}.gallery-item:hover{transform:translateY(-8px);box-shadow:0 30px 80px -20px rgba(15,26,10,.35)}.gallery-item img{width:100%;height:auto;display:block;object-fit:cover}@media (max-width:900px){.van-gallery{padding:80px 24px}.gallery-grid{grid-template-columns:1fr;gap:20px}.gallery-item{border-radius:20px}}@media (max-width:480px){.van-gallery{padding:60px 16px}.gallery-item{border-radius:16px}}.how{padding:120px 40px;background:var(--scoop-ink);color:var(--scoop-cream);position:relative;overflow:hidden}.how-bg-text{position:absolute;bottom:-40px;left:50%;transform:translateX(-50%);font-family:Poppins,sans-serif;font-weight:900;font-size:clamp(180px,22vw,340px);letter-spacing:-.05em;color:rgba(91,196,58,.15);white-space:nowrap;pointer-events:none;line-height:1}.how-inner{max-width:1400px;margin:0 auto;position:relative;z-index:1}.how .section-label{color:var(--scoop-green)}.how .section-title{color:var(--scoop-cream)}.how .section-desc{color:rgba(251,247,236,.65)}.steps{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:40px;gap:40px;margin-top:60px}.step-num{font-style:italic;font-size:80px;line-height:1;color:var(--scoop-green);margin-bottom:20px;letter-spacing:-.04em}.step-num,.step-title{font-family:Poppins,sans-serif;font-weight:700}.step-title{font-size:28px;letter-spacing:-.02em;margin-bottom:10px}.step-desc{color:rgba(251,247,236,.65);font-size:15px;line-height:1.6;max-width:320px}.final-cta{padding:120px 40px;margin:0;background:linear-gradient(135deg,var(--scoop-green) 0,var(--scoop-green-dark) 100%);color:white;position:relative;overflow:hidden;text-align:center}.final-cta:before{top:-100px;right:-100px;width:400px;height:400px;border:2px dashed rgba(255,255,255,.2);animation:spin 50s linear infinite}.final-cta:after,.final-cta:before{content:"";position:absolute;border-radius:50%;pointer-events:none}.final-cta:after{bottom:-150px;left:-80px;width:350px;height:350px;background:radial-gradient(circle,rgba(255,217,92,.25) 0,transparent 70%)}.final-cta-inner{max-width:900px;margin:0 auto;position:relative;z-index:1}.final-cta .section-label{color:rgba(255,255,255,.8)}.final-cta .section-title{color:white;margin:0 auto 20px}.final-cta .section-title em{color:var(--scoop-butter)}.final-cta .section-title em:after{background:rgba(255,255,255,.2)}.final-cta .section-desc{color:rgba(255,255,255,.9);margin:0 auto 40px}.final-cta .waitlist-form{margin:0 auto}.final-cta .waitlist-form button{background:var(--scoop-ink);color:white}.final-cta .waitlist-form button:hover:not(:disabled){background:var(--scoop-green-deep)}.final-cta .form-error{text-align:left;max-width:480px;margin:10px auto 0;color:var(--scoop-butter)}.final-cta .success-msg{background:var(--scoop-ink);color:white}.founder-tracker{max-width:480px;margin:28px auto 0;padding:16px 20px;background:rgba(15,26,10,.2);border:1px solid rgba(255,255,255,.15);border-radius:16px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.founder-tracker-label{font-size:13px;font-weight:500;color:white;margin-bottom:10px;display:flex;align-items:center;gap:8px}.founder-tracker-label:before{content:"";width:8px;height:8px;background:var(--scoop-butter);border-radius:50%;box-shadow:0 0 0 3px rgba(255,217,92,.3);animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{box-shadow:0 0 0 3px rgba(255,217,92,.3)}50%{box-shadow:0 0 0 6px rgba(255,217,92,.1)}}.founder-tracker-label strong{color:var(--scoop-butter);font-weight:600}.founder-tracker-bar{height:8px;background:rgba(15,26,10,.3);border-radius:100px;overflow:hidden;position:relative}.founder-tracker-fill{height:100%;background:linear-gradient(90deg,var(--scoop-butter) 0,#ffb84c 100%);border-radius:100px;transition:width 1s cubic-bezier(.34,1.56,.64,1);box-shadow:0 0 12px rgba(255,217,92,.5)}.founder-tracker.all-claimed .founder-tracker-fill{background:linear-gradient(90deg,#ff6b4a,#ff9e7a);box-shadow:0 0 12px rgba(255,107,74,.5)}.founder-success{background:linear-gradient(90deg,#fff6d6 0,var(--scoop-butter) 45%,#ffb84c 100%)!important;color:var(--scoop-ink)!important;font-weight:700;padding:20px 28px!important;border-radius:9999px;box-shadow:0 10px 28px rgba(15,26,10,.12)}.founder-success-sub{display:block;font-size:13px;font-weight:500;margin-top:6px;opacity:.88}footer{padding:60px 40px 40px;background:var(--scoop-ink);color:var(--scoop-cream);position:relative;overflow:hidden}footer:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--scoop-green) 0,var(--scoop-green-dark) 50%,var(--scoop-butter) 100%)}.footer-inner{max-width:1400px;margin:0 auto}.footer-top{display:grid;grid-template-columns:1.2fr 1fr;grid-gap:60px;gap:60px;padding-bottom:40px;border-bottom:1px solid rgba(251,247,236,.1);align-items:start}.footer-brand .logo{margin-bottom:14px}.footer-tagline{font-size:15px;color:rgba(251,247,236,.6);max-width:360px;line-height:1.5}.footer-legal-buttons{display:flex;flex-direction:column;gap:12px;align-items:flex-start}.footer-legal-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.18em;color:var(--scoop-green);margin-bottom:4px}.legal-btn{display:inline-flex;align-items:center;gap:10px;padding:14px 22px;background:rgba(91,196,58,.15);border:1.5px solid var(--scoop-green);border-radius:100px;color:var(--scoop-cream);text-decoration:none;font-weight:500;font-size:15px;min-width:200px;transition:all .25s ease}.legal-btn:hover{background:var(--scoop-green);transform:translateX(4px);box-shadow:0 6px 20px rgba(91,196,58,.3)}.legal-btn .arrow{margin-left:auto;transition:transform .25s ease}.legal-btn:hover .arrow{transform:translateX(3px)}.footer-bottom{padding-top:32px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;font-size:13px;color:rgba(251,247,236,.5)}.footer-small-links{display:flex;gap:24px}.footer-small-links a{color:rgba(251,247,236,.5);text-decoration:none;transition:color .2s}.footer-small-links a:hover{color:var(--scoop-green)}.success-msg{display:none;padding:16px 24px;background:var(--scoop-green);color:white;border-radius:100px;font-weight:500;text-align:center;max-width:min(480px,100%);width:-moz-fit-content;width:fit-content;margin-inline:auto;box-sizing:border-box;animation:fadeUp .5s ease}.success-msg.show{display:block}.waitlist-form.hidden{display:none}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:900px){nav{padding:18px 24px}.hero{grid-template-columns:1fr;padding:120px 24px 60px;gap:40px}.hero-tag{margin-bottom:24px;max-width:100%}h1.hero-title{font-size:clamp(40px,13vw,68px);line-height:.95;letter-spacing:-.04em}.hero-sub{font-size:17px;margin-bottom:32px}.social-proof{flex-wrap:wrap}.hero-visual{max-width:360px}.features,.final-cta,.how{padding:80px 24px}.feature-grid,.steps{grid-template-columns:1fr}footer{padding:48px 24px 32px}.footer-top{grid-template-columns:1fr;gap:36px;padding-bottom:32px}.footer-bottom{flex-direction:column;align-items:flex-start}.legal-btn{min-width:0;width:100%;max-width:320px}.waitlist-form{flex-direction:column;border-radius:24px;padding:10px}.waitlist-form input{text-align:center}.waitlist-form button{justify-content:center}}@media (max-width:480px){nav{padding:16px;gap:12px}.logo-img{height:28px}nav .logo-img{max-width:min(185px,calc(100vw - 155px))}.logo-img--footer{height:24px}.nav-cta{padding:10px 14px;font-size:12px;flex-shrink:0}.hero{min-height:auto;padding:104px 16px 48px;gap:28px}.hero-tag{font-size:12px;padding-right:12px}h1.hero-title{font-size:clamp(34px,12vw,52px)}.hero-sub{font-size:16px;line-height:1.5}.hero-visual{width:100%;max-width:340px}.ride-card{padding:20px;gap:16px;border-radius:24px}.ride-fare-price{font-size:22px}}.legal-shell{min-height:100vh;padding:0 24px 96px;color:var(--scoop-ink)}.legal-nav{max-width:820px;margin:0 auto;padding:28px 0 8px}.legal-back{display:inline-flex;align-items:center;gap:10px;padding:10px 18px;border-radius:999px;background:rgba(15,26,10,.04);border:1px solid rgba(15,26,10,.08);color:var(--scoop-ink);font-weight:600;font-size:14px;text-decoration:none;transition:background .16s ease,transform .16s ease,border-color .16s ease}.legal-back:hover{background:rgba(91,196,58,.12);border-color:rgba(91,196,58,.35);transform:translateX(-2px)}.legal-doc{max-width:820px;margin:24px auto 0;background:rgba(255,255,255,.7);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(15,26,10,.08);border-radius:28px;padding:56px clamp(24px,5vw,72px);box-shadow:0 24px 80px -40px rgba(15,26,10,.25)}.legal-header{border-bottom:1px solid rgba(15,26,10,.08);padding-bottom:28px;margin-bottom:32px}.legal-kicker{font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--scoop-green-dark);margin-bottom:10px}.legal-title{font-size:clamp(32px,5vw,48px);font-weight:800;letter-spacing:-.02em;line-height:1.1;color:var(--scoop-ink)}.legal-effective{margin-top:12px;font-size:14px;font-weight:500;color:var(--scoop-ink-soft)}.legal-lede{margin-top:16px;font-size:16px;color:var(--scoop-ink-soft);max-width:60ch}.legal-body{line-height:1.7}.legal-body,.legal-callout{font-size:15.5px;color:var(--scoop-ink)}.legal-callout{background:linear-gradient(135deg,rgba(91,196,58,.14),rgba(255,217,92,.16));border:1px solid rgba(91,196,58,.35);border-radius:18px;padding:20px 22px;margin-bottom:28px;line-height:1.65}.legal-h1{font-size:22px;font-weight:700;letter-spacing:-.01em;color:var(--scoop-ink);margin:36px 0 12px;padding-top:8px;border-top:1px solid rgba(15,26,10,.06)}.legal-body>.legal-h1:first-child{border-top:none;padding-top:0;margin-top:8px}.legal-h2{font-size:16px;font-weight:700;color:var(--scoop-green-deep);margin:24px 0 8px;letter-spacing:0}.legal-p{margin-bottom:14px;color:var(--scoop-ink-soft)}.legal-ul{margin:4px 0 18px 20px;padding:0;list-style:disc}.legal-ul li{margin-bottom:8px;color:var(--scoop-ink-soft);padding-left:4px}.legal-ul li::marker{color:var(--scoop-green)}.legal-table-wrap{margin:10px 0 22px;overflow-x:auto;border-radius:14px;border:1px solid rgba(15,26,10,.1)}.legal-table{width:100%;border-collapse:collapse;font-size:14.5px;background:rgba(255,255,255,.6)}.legal-table td,.legal-table th{padding:12px 14px;text-align:left;vertical-align:top;border-bottom:1px solid rgba(15,26,10,.08)}.legal-table thead th{background:rgba(91,196,58,.12);color:var(--scoop-ink);font-weight:700;font-size:13px;letter-spacing:.02em;text-transform:uppercase}.legal-table tbody tr:last-child td{border-bottom:none}.legal-table td:first-child{font-weight:600;color:var(--scoop-ink);white-space:nowrap}.legal-table td:last-child{font-weight:700;color:var(--scoop-green-deep);white-space:nowrap}.legal-footer{margin-top:40px;padding-top:24px;border-top:1px solid rgba(15,26,10,.08)}.legal-contact{font-style:normal;font-size:15px;line-height:1.7;color:var(--scoop-ink-soft)}.legal-contact strong{color:var(--scoop-ink)}.legal-contact a{color:var(--scoop-green-dark);text-decoration:none;font-weight:600}.legal-contact a:hover{text-decoration:underline}.legal-contact-note{display:inline-block;font-size:14px;color:var(--scoop-ink-soft)}.legal-acknowledgment{margin-top:28px;padding:20px 22px;background:rgba(15,26,10,.04);border-radius:16px;border:1px solid rgba(15,26,10,.08)}.legal-acknowledgment h4{font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--scoop-ink);margin-bottom:8px}.legal-acknowledgment p{font-size:14.5px;color:var(--scoop-ink-soft);line-height:1.65}.legal-copyright{margin-top:36px;font-size:13px;color:var(--scoop-ink-soft);text-align:center;opacity:.75}@media (max-width:640px){.legal-doc{padding:36px 22px;border-radius:22px}.legal-header{padding-bottom:22px;margin-bottom:24px}.legal-body{font-size:15px}.legal-table td,.legal-table th{padding:10px 12px}}