.scroll-stack-scroller{position:relative;width:100%}.scroll-stack-inner{padding:0 1rem 10rem;min-height:100vh}.scroll-stack-card{position:sticky;top:calc(var(--stack-top, 20%) + var(--i, 0) * var(--stack-gap, 30px));z-index:calc(var(--i, 0) + 1);width:100%;margin:30px auto var(--card-mb,100px);box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;align-items:center;transform-origin:top center;will-change:transform;transform:translateZ(0)}@media (min-width:768px){.scroll-stack-card{max-width:800px}}@media (orientation:landscape) and (max-height:500px){.scroll-stack-inner{padding:0 2rem 5rem}.scroll-stack-card{margin-top:15px}}:root{--landing-bg-warm:#FAF9F6;--landing-bg-card:#FAF8F2;--landing-border-soft:#EAE8DF;--landing-accent-lime:#D5F543;--landing-forest-green:#162D22;--landing-forest-dark:#0D1D16}.landing-section-warm{background-color:var(--landing-bg-warm);color:#1A1A1A;font-family:var(--font-ui);padding:6rem 1.5rem;border-bottom:1px solid var(--landing-border-soft)}.landing-container{max-width:1200px;margin:0 auto}.landing-badge{position:relative;display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(180deg,#ffffff 0,#faf8f2 60%,#eae7df);color:var(--landing-forest-green);padding:.45rem 1.75rem;font-size:.8125rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;border-color:#ffffff #d4d1c5 #b8b5a6;border-style:solid;border-width:1px;box-shadow:0 6px 16px rgba(22,45,34,.04),0 1px 3px rgba(22,45,34,.02);margin-bottom:2rem;z-index:10;margin-left:1.5rem;margin-right:1.5rem}.landing-badge:after,.landing-badge:before{content:"";position:absolute;top:6px;width:24px;height:100%;z-index:-1;filter:drop-shadow(0 2px 4px rgba(22,45,34,.06))}.landing-badge:before{left:-16px;background:linear-gradient(90deg,#dedcd1 0,#eae8df 16px,#9e9b8d 0,#9e9b8d 24px);clip-path:polygon(0 0,24px 0,24px calc(100% - 6px),16px 100%,16px calc(100% - 6px),0 calc(100% - 6px),8px 50%)}.landing-badge:after{right:-16px;background:linear-gradient(90deg,#9e9b8d 0,#9e9b8d 8px,#eae8df 0,#dedcd1 24px);clip-path:polygon(0 0,24px 0,16px 50%,24px calc(100% - 6px),8px calc(100% - 6px),8px 100%,0 calc(100% - 6px))}.landing-title-serif{font-family:Georgia,Cambria,Times New Roman,Times,serif;font-style:italic;font-weight:400;color:#111111;font-size:clamp(2rem,4.5vw,3.75rem);line-height:1.15;letter-spacing:-.02em;margin-bottom:1rem}.landing-subtitle{font-size:clamp(1rem,1.8vw,1.1875rem);color:#555552;max-width:680px;margin-left:auto;margin-right:auto;line-height:1.6;margin-bottom:4rem}.landing-proof-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.5rem}@media (min-width:768px){.landing-proof-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.landing-proof-card{background-color:var(--landing-bg-card);border:1px solid var(--landing-border-soft);border-radius:1.5rem;padding:2.5rem;text-align:left;transition:all .3s cubic-bezier(.22,1,.36,1);display:flex;flex-direction:column;gap:1.25rem}.landing-proof-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(22,45,34,.04),0 2px 8px rgba(22,45,34,.02);border-color:#D2CFBF}.landing-card-icon-container{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;background-color:#EFEFE9;border-radius:.75rem;color:#162D22}.landing-proof-card h3{font-size:1.25rem;font-weight:700;color:#111111;letter-spacing:-.01em}.landing-proof-card p{font-size:.9375rem;color:#555552;line-height:1.6}.landing-tabs-layout{display:flex;flex-direction:column;gap:1.25rem;max-width:64rem;margin:0 auto}.landing-tabs-list{display:flex;flex-direction:row;overflow-x:auto;white-space:nowrap;gap:.5rem;padding:.25rem 1rem .875rem;width:100%;-webkit-overflow-scrolling:touch;scrollbar-width:none;order:1;border-bottom:0;scroll-padding-inline:1rem}.landing-tabs-list::-webkit-scrollbar{display:none}.landing-tab-button{position:relative;flex:0 0 auto;display:flex;align-items:center;justify-content:center;min-height:3rem;max-width:min(12.5rem,62vw);padding:.75rem 1rem;border-radius:999px;background-color:rgba(255,255,255,.68);border:1px solid rgba(22,45,34,.14)!important;text-align:center;cursor:pointer;transition:all .25s ease}.landing-tab-button:after{display:none}.landing-tab-button:hover{background-color:rgba(255,255,255,.9)}.landing-tab-button-active{background-color:var(--landing-forest-green);border-color:var(--landing-forest-green)!important;box-shadow:0 10px 24px rgba(22,45,34,.14)}.landing-tab-button-active:hover{background-color:var(--landing-forest-dark)}.landing-tab-content-wrap{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.landing-tab-title{font-size:.875rem;font-weight:700;color:#111111;line-height:1.25;white-space:normal;text-align:center;transition:color .25s ease}.landing-tab-button-active .landing-tab-title{color:#ffffff}.landing-tab-chevron{display:none!important}.landing-active-features-list{background-color:rgba(255,255,255,.78);border:1px solid rgba(22,45,34,.12);border-radius:.75rem;padding:1.25rem;display:flex;flex-direction:column;align-items:stretch;gap:1.25rem;box-shadow:0 16px 42px rgba(22,45,34,.04);transition:all .3s cubic-bezier(.22,1,.36,1);order:2}.landing-features-header{display:flex;align-items:flex-start;gap:.875rem;width:100%}.landing-features-icon-wrap{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;background-color:#EFEFE9;border-radius:.875rem;color:var(--landing-forest-green);flex-shrink:0}.landing-features-title{font-size:1.125rem;font-weight:800;color:#111111;letter-spacing:0;line-height:1.25}.landing-features-subtitle{font-size:.875rem;color:#666662;margin-top:.25rem;line-height:1.45}.landing-features-divider{height:1px;background-color:rgba(22,45,34,.12);width:100%}.landing-features-items{display:flex;flex-direction:column;gap:.625rem;width:100%}.landing-active-feature-item{display:flex;align-items:flex-start;gap:.75rem;font-size:.9375rem;color:#333331;font-weight:500;line-height:1.45;padding:.5rem 0;transition:transform .2s ease}.landing-active-feature-item:hover{transform:translateX(4px)}.landing-active-feature-item svg{color:var(--landing-forest-green);flex-shrink:0;margin-top:.0625rem}.landing-features-footer{margin-top:.25rem;padding-top:.75rem;border-top:1px solid rgba(22,45,34,.12);width:100%;display:flex;justify-content:center}.landing-features-cta-btn{display:inline-flex;width:auto;align-items:center;justify-content:center;background-color:var(--landing-forest-green);color:#ffffff;font-weight:700;font-size:.9375rem;padding:.8125rem 1.125rem;border-radius:.625rem;transition:all .25s cubic-bezier(.22,1,.36,1);box-shadow:0 6px 16px rgba(22,45,34,.12);text-align:center}.landing-features-cta-btn:hover{background-color:var(--landing-forest-dark);color:var(--landing-accent-lime);transform:translateY(-2px);box-shadow:0 6px 18px rgba(22,45,34,.2)}@media (min-width:992px){.landing-tabs-layout{gap:1.5rem}.landing-tabs-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;overflow-x:visible;white-space:normal;padding:0 0 1rem;border-bottom:1px solid rgba(22,45,34,.14);scroll-padding-inline:0}.landing-tab-button{width:100%;min-height:6.25rem;justify-content:center;align-items:center;padding:1.125rem 1.25rem;max-width:none;border-radius:0;background-color:transparent;border:0!important;text-align:center;box-shadow:none}.landing-tab-button:not(:first-child):before{content:"";position:absolute;left:0;top:.375rem;bottom:1.375rem;width:1px;background-color:rgba(22,45,34,.12)}.landing-tab-button:hover{background-color:rgba(255,255,255,.54);transform:none;box-shadow:none}.landing-tab-button-active{background-color:rgba(255,255,255,.78);border-color:transparent!important;box-shadow:none}.landing-tab-button-active:hover{background-color:rgba(255,255,255,.86);border-color:transparent!important}.landing-tab-title{font-size:1.0625rem;color:#111111}.landing-tab-button-active .landing-tab-title{color:var(--landing-forest-dark)}.landing-tab-chevron{display:none!important}.landing-tab-button-active .landing-tab-chevron{transform:none}.landing-active-features-list{margin-top:0;min-height:auto;padding:1.75rem;display:grid;grid-template-columns:minmax(18rem,.86fr) minmax(0,1.14fr);gap:1.25rem 2rem;align-items:start}.landing-features-header{align-self:start}.landing-features-divider{display:none}.landing-features-items{border-left:1px solid rgba(22,45,34,.12);padding-left:2rem}.landing-features-footer{grid-column:1/-1;display:flex;justify-content:center}}.landing-security-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.5rem}@media (min-width:640px){.landing-security-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.landing-security-card{background-color:#FAF9F6;border:1px solid var(--landing-border-soft);border-radius:1.25rem;padding:2.25rem;display:flex;gap:1.25rem;text-align:left;transition:all .25s ease}.landing-security-card:hover{background-color:#ffffff;border-color:#D5D2C2}.landing-security-icon{flex-shrink:0;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background-color:#EFEFE9;border-radius:.75rem;color:#162D22}.landing-security-info h3{font-size:1.125rem;font-weight:700;color:#111111;margin-bottom:.5rem}.landing-security-info p{font-size:.875rem;color:#666662;line-height:1.6}.landing-cta-section{background-color:var(--landing-forest-dark);padding:6rem 1.5rem;color:#ffffff;position:relative;overflow:hidden;text-align:center;border-top:1px solid rgba(255,255,255,.05)}.landing-cta-grid-bg{position:absolute;inset:0;opacity:.05;background-size:32px 32px;background-image:linear-gradient(90deg,#ffffff 1px,transparent 0),linear-gradient(180deg,#ffffff 1px,transparent 0);z-index:1}.landing-cta-gradient-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:min(600px,100vw);height:min(600px,100vw);background:radial-gradient(circle,rgba(213,245,67,.05) 0,rgba(22,45,34,0) 70%);z-index:2;pointer-events:none}.landing-cta-container{position:relative;z-index:3;max-width:720px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.75rem}.landing-cta-title{font-family:Georgia,Cambria,Times New Roman,Times,serif;font-style:italic;font-size:clamp(2rem,4.5vw,3.5rem);font-weight:400;color:#ffffff;line-height:1.15;letter-spacing:-.02em}.landing-cta-desc{font-size:clamp(1rem,1.8vw,1.125rem);color:#A3B5AD;line-height:1.6;max-width:580px;margin-bottom:1rem}.landing-cta-buttons{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:32rem;justify-content:center}@media (min-width:540px){.landing-cta-buttons{flex-direction:row}}.landing-cta-btn-primary{background-color:var(--landing-accent-lime);color:#111827;font-weight:600;font-size:1rem;letter-spacing:.02em;padding:1rem 2.25rem;border-radius:9999px;transition:all .25s cubic-bezier(.22,1,.36,1);box-shadow:0 4px 14px rgba(213,245,67,.2);display:inline-flex;align-items:center;justify-content:center}.landing-cta-btn-primary:hover{background-color:#E2FF54;transform:translateY(-2px);box-shadow:0 6px 20px rgba(213,245,67,.3)}.landing-cta-btn-secondary{background-color:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15)!important;color:#ffffff;font-weight:600;font-size:1rem;padding:1rem 2.25rem;border-radius:9999px;transition:all .25s ease;display:inline-flex;align-items:center;justify-content:center}.landing-cta-btn-secondary:hover{background-color:rgba(255,255,255,.15);transform:translateY(-2px)}.landing-cta-subtext{font-size:.8125rem;color:#71897F;margin-top:.5rem}@keyframes float-down{0%,to{transform:translateY(0)}50%{transform:translateY(6px)}}.scroll-down-arrow{animation:float-down 2s ease-in-out infinite}