@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Anton&family=Henny+Penny&family=Emilys+Candy&family=Macondo&display=swap");:root{--primary-green:#00b03b;--dark-grey:#1c1c1c;--light-grey:#f8f8f8;--text-grey:#4a4a4a}*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,sans-serif}body{background-color:#FAFAFA;overflow-x:hidden;color:var(--dark-grey)}.app-container{min-height:100vh;display:flex;flex-direction:column;position:relative;overflow-x:hidden}.delay-100{transition-delay:.1s}.delay-200{transition-delay:.2s}.delay-300{transition-delay:.3s}.delay-400{transition-delay:.4s}.delay-500{transition-delay:.5s}.hero-section{position:relative;min-height:100vh;display:flex;flex-direction:column;overflow:hidden}.hero-bg{position:absolute;top:0;right:0;width:60%;height:100%;background-image:url(/hero_bg.png);background-size:cover;background-position:bottom;background-repeat:no-repeat;z-index:1;-webkit-mask-image:linear-gradient(90deg,transparent 0,black 25%);mask-image:linear-gradient(90deg,transparent 0,black 25%)}.content-wrapper{position:relative;z-index:2;flex:1;display:flex;flex-direction:column;padding:40px 80px}.pill-navbar{justify-content:space-between;background:rgba(255,255,255,.85);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(0,0,0,.05);padding:8px 10px;margin-bottom:80px;width:100%;box-shadow:0 4px 24px rgba(0,0,0,.04);position:relative;z-index:50}.nav-brand,.pill-navbar{display:flex;align-items:center;border-radius:100px}.nav-brand{gap:8px;background-color:transparent;color:#212519;padding:0 10px;font-weight:800;font-size:16px;letter-spacing:.5px}.nav-logo{height:54px;width:auto;object-fit:contain}.desktop-nav{display:flex;gap:36px;align-items:center}.nav-link{text-decoration:none;color:#212519;font-size:16px;font-weight:600;transition:opacity .2s ease}.nav-link:hover{opacity:.7}.nav-actions{display:flex;align-items:center}.btn-apply{background-color:#10B981;color:#FFFFFF;border:none;padding:12px 28px;border-radius:100px;font-weight:600;font-size:15px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px rgba(16,185,129,.2)}.btn-apply:hover{background-color:#059669;transform:translateY(-2px);box-shadow:0 6px 20px rgba(16,185,129,.3)}.mobile-menu-btn{display:none;background:transparent;border:none;color:#212519;cursor:pointer;padding:8px;align-items:center;justify-content:center}.mobile-nav-overlay{display:none}@media (max-width:900px){.pill-navbar{padding:6px 8px}.desktop-nav,.desktop-only{display:none}.mobile-menu-btn{display:flex}.mobile-nav-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:rgba(255,255,255,.96);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);z-index:999;display:flex;flex-direction:column;padding:24px;opacity:0;pointer-events:none;transform:translateY(-20px);transition:all .4s cubic-bezier(.16,1,.3,1)}.mobile-nav-overlay.open{opacity:1;pointer-events:auto;transform:translateY(0)}.mobile-close-btn{align-self:flex-end;background:#f3f4f6;border:none;border-radius:50%;width:48px;height:48px;display:flex;justify-content:center;align-items:center;cursor:pointer;margin-bottom:40px}.mobile-menu-links{display:flex;flex-direction:column;gap:32px;flex:1}.mobile-link{font-size:36px;font-weight:800;color:#111827;text-decoration:none;letter-spacing:-1px;opacity:0;transform:translateY(20px);transition:all .4s ease}.mobile-nav-overlay.open .mobile-link{opacity:1;transform:translateY(0)}.mobile-menu-bottom{margin-top:auto;padding-bottom:20px}.mobile-section-title{font-size:13px;font-weight:700;color:#9CA3AF;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:16px}.mobile-lang-pills{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:32px}.mobile-lang-pill{padding:12px 20px;background:#f3f4f6;border-radius:100px;font-size:14px;font-weight:600;color:#4B5563;cursor:pointer;transition:all .2s ease}.mobile-lang-pill.active{background:#00B140;color:white}.mobile-cta-btn{width:100%;justify-content:center;padding:18px!important;font-size:18px!important}}.language-selector{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}.lang-btn{background:white;border:1px solid rgba(0,0,0,.05);padding:6px 14px;border-radius:100px;font-size:13px;font-weight:600;color:#4B5563;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px rgba(0,0,0,.02)}.lang-btn:hover{background:#f3f4f6}.lang-btn.active{background:#10B981;color:white;border-color:#10B981}.hero-content{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;max-width:1400px;margin:0 auto;padding-bottom:80px;gap:60px}.hero-left-col{flex:1;max-width:600px;z-index:10;transform:translateY(-40px)}.hero-right-col{flex:1.2;position:relative;height:700px;display:flex;justify-content:center;align-items:center;z-index:10}.hero-center-phone{position:relative;z-index:10;filter:drop-shadow(0 40px 80px rgba(0,177,64,.15))}.hero-floating-cards{position:absolute;top:0;left:0;width:100%;height:100%;z-index:15;pointer-events:none}.hc-card{position:absolute;background:white;padding:10px 16px;border-radius:100px;display:flex;align-items:center;gap:10px;font-weight:700;font-size:13px;color:#111827;box-shadow:0 10px 30px rgba(0,0,0,.08);border:1px solid rgba(0,0,0,.03);pointer-events:auto;transition:transform .3s ease}.hc-card:hover{transform:translateY(-5px) scale(1.05)}.hc-1{top:15%;left:0}.hc-2{top:35%;right:0}.hc-3{top:45%;left:-5%}.hc-4{top:60%;right:-5%}.hc-5{top:75%;left:5%}.hc-6{top:85%;right:10%}.launch-badge{display:inline-flex;align-items:center;background:white;padding:6px 14px 6px 6px;border-radius:100px;box-shadow:0 4px 12px rgba(0,0,0,.04);border:1px solid rgba(0,0,0,.03);margin-bottom:24px;gap:12px;align-self:flex-start}.coming-soon{background-color:#E6F4EA;color:#10B981;padding:4px 10px;border-radius:100px;font-size:12px;font-weight:700;letter-spacing:.5px}.launch-text{font-size:13px;font-weight:500;color:#4B5563}.hero-title{font-size:64px;line-height:1.1;margin-bottom:20px;font-family:Anton,sans-serif;letter-spacing:1px;text-transform:uppercase;color:#111827}.hero-description{font-size:16px;color:#4B5563;line-height:1.6;margin-bottom:24px;max-width:520px;font-weight:400}@media (max-width:1024px){.hero-content{flex-direction:column;text-align:center;padding-top:40px}.launch-badge{align-self:center}.cta-buttons{justify-content:center}.hero-right-col{width:100%;height:700px;margin-top:40px}.hc-card{font-size:13px;padding:10px 16px}}@media (max-width:768px){.hero-title{font-size:48px}.hero-right-col{height:550px}.hero-center-phone{transform:scale(.7);transform-origin:center top}.hc-card{padding:8px 12px;font-size:12px;gap:8px;box-shadow:0 4px 15px rgba(0,0,0,.08)}.hc-card svg{width:16px;height:16px}.hc-1{top:10%;left:2%}.hc-2{top:25%;right:2%}.hc-3{top:40%;left:-2%}.hc-4{top:55%;right:-2%}.hc-5{top:70%;left:2%}.hc-6{top:85%;right:2%}}.service-category-pills{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:40px}.service-pill{background:white;border:1px solid rgba(0,0,0,.03);box-shadow:0 4px 15px rgba(0,0,0,.03);padding:10px 18px;border-radius:100px;display:flex;align-items:center;gap:8px;font-weight:500;font-size:15px;color:#374151;cursor:pointer;transition:all .3s ease}.service-pill:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.06)}.service-pill svg{color:#10B981}.premium-stats{display:flex;gap:48px;margin-bottom:40px}.stat-item{display:flex;flex-direction:column}.stat-number{font-size:32px;font-weight:800;color:#111827;line-height:1;margin-bottom:6px}.stat-label{font-size:14px;color:#6B7280;font-weight:500}.cta-buttons{display:flex;gap:16px;margin-bottom:40px}.premium-btn{background-color:#10B981;color:white;border:none;padding:14px 32px;border-radius:100px;font-weight:600;font-size:16px;cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:all .3s ease;box-shadow:0 4px 15px rgba(16,185,129,.2)}.premium-btn:hover{background-color:#059669;transform:translateY(-2px);box-shadow:0 8px 25px rgba(16,185,129,.3)}.premium-btn-outline{background-color:white;color:#374151;border:1px solid #e5e7eb;padding:14px 32px;border-radius:100px;font-weight:600;font-size:16px;cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:all .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.02)}.premium-btn-outline:hover{background-color:#F9FAFB;border-color:#D1D5DB;transform:translateY(-2px)}.bottom-trust-bar{display:flex;gap:24px;color:#9CA3AF;font-size:14px;font-weight:500}.ticker-container{position:absolute;bottom:0;left:0;width:100%;background-image:url(https://www.transparenttextures.com/patterns/black-paper.png),linear-gradient(180deg,#1a1a1a,#000000);background-color:#111;color:white;padding:12px 0;z-index:10;border-top:4px solid var(--primary-green);transform:rotate(-1.5deg) scale(1.05);transform-origin:bottom left;box-shadow:0 -10px 30px rgba(0,0,0,.4)}.ticker-content{display:flex;white-space:nowrap;animation:ticker 25s linear infinite;font-family:Anton,sans-serif;font-size:22px;letter-spacing:1px}.ticker-item{display:flex;align-items:center;gap:24px;margin-right:24px}.ticker-dot{width:6px;height:6px;background-color:var(--primary-green);border-radius:50%}@keyframes ticker{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (max-width:1200px){.hero-bg{width:50%}}@media (max-width:900px){.hero-bg{width:100%;opacity:.15;-webkit-mask-image:none;mask-image:none}.content-wrapper{padding:30px}.hero-title{font-size:48px}.logo-image{max-height:60px}}@media (max-width:600px){.hero-title{font-size:36px}.cta-buttons{flex-direction:column}.features-grid{flex-wrap:wrap;gap:24px}.feature-item{width:calc(50% - 12px)}.logo-image{max-height:50px}}.saas-showcase{padding:80px 40px 100px;background-color:#ebfad2;position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center}.section-header{max-width:800px;margin-bottom:80px}.section-header h2{font-size:44px;font-weight:900;letter-spacing:-1px;margin-bottom:20px}.section-header p{font-size:18px;color:var(--text-grey);line-height:1.6}.gradient-text-green{background:linear-gradient(135deg,#00B140,#008833);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.gradient-text-orange{background:linear-gradient(135deg,#FF8A00,#E65C00);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.phones-grid{display:flex;gap:40px;justify-content:center;flex-wrap:wrap;margin-bottom:80px}.mockup-card{transition:filter .4s ease}.real-mobile-mockup{width:250px;height:auto;display:block}.green-glow{filter:drop-shadow(0 0 80px rgba(0,177,64,.15))}.orange-glow{filter:drop-shadow(0 0 80px rgba(255,138,0,.15))}.purple-glow{filter:drop-shadow(0 0 80px rgba(128,0,255,.15))}.blue-glow{filter:drop-shadow(0 0 80px rgba(0,162,255,.15))}.teal-glow{filter:drop-shadow(0 0 80px rgba(0,200,180,.15))}.feature-badges{display:flex;gap:24px;flex-wrap:wrap;justify-content:center}.glass-badge{display:flex;align-items:center;gap:10px;padding:12px 24px;background:rgba(255,255,255,.6);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.8);border-radius:100px;font-weight:600;font-size:14px;box-shadow:0 8px 32px rgba(0,177,64,.08);transition:all .4s cubic-bezier(.16,1,.3,1);color:#1a1a1a;cursor:default}.glass-badge:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 15px 40px rgba(0,177,64,.15);background:rgba(255,255,255,.9);border:1px solid rgba(0,177,64,.3)}.features-path-section{background-color:#fcfbf7;padding:100px 20px 140px;overflow:hidden;position:relative;text-align:center}.features-path-header{margin-bottom:60px;position:relative;z-index:10}.features-path-header h2{font-size:56px;font-weight:500;letter-spacing:-1.5px;color:#163300;margin-bottom:40px;line-height:1.1;max-width:800px;margin-left:auto;margin-right:auto}.highlight-circle{position:relative;display:inline-block;color:#163300}.highlight-circle:after{content:"";position:absolute;top:-12px;left:-24px;right:-24px;bottom:-12px;border:4px solid #d4f770;border-radius:50% 50% 50% 50%/60% 60% 40% 40%;z-index:-1;transform:rotate(-2deg)}.fp-buttons{display:flex;gap:16px;justify-content:center}.features-path-container{position:relative;max-width:1400px;margin:0 auto;height:700px;display:flex;justify-content:center;align-items:center}.fp-background-line{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120%;height:auto;z-index:1}.fp-floating-cards{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}.fp-central-phone{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:10;display:flex;justify-content:center;align-items:center}.fp-card{position:absolute;background:white;border-radius:24px;padding:32px 28px;width:280px;box-shadow:0 20px 40px rgba(0,0,0,.04);z-index:5;text-align:left;transition:transform .3s ease,box-shadow .3s ease}.fp-card:hover{transform:translateY(-5px);box-shadow:0 30px 60px rgba(0,0,0,.08)}.fp-card h3{font-size:20px;font-weight:600;color:#163300;margin:20px 0 10px;letter-spacing:-.5px}.fp-card p{font-size:14px;color:#6B7280;line-height:1.5}.fp-icon{width:54px;height:54px;border-radius:16px;display:flex;align-items:center;justify-content:center;background:#fdfdfd;box-shadow:0 4px 12px rgba(0,0,0,.03)}.card-1{left:2%;top:20%}.card-2{left:16%;top:65%}.card-3{right:16%;top:30%}.card-4{right:2%;top:65%}@media (max-width:1300px){.card-1{left:0;top:15%}.card-1,.card-2{width:250px;padding:24px}.card-2{left:10%;top:65%}.card-3{right:10%;top:25%}.card-3,.card-4{width:250px;padding:24px}.card-4{right:0;top:65%}.fp-card h3{font-size:18px}.fp-card p{font-size:13px}}@media (max-width:1024px){.features-path-header h2{font-size:44px}.features-path-container{height:1600px;width:100%;margin-top:40px;position:relative;display:block}.fp-background-line{display:block;width:auto;height:1800px;transform:translate(-50%,-50%) rotate(90deg);top:50%;left:50%}.fp-floating-cards{position:absolute;top:0;left:0;width:100%;height:100%;display:block}.fp-central-phone{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);margin:0}.fp-card{position:absolute;width:85%;max-width:340px}.card-1{left:5%;top:5%;right:auto}.card-2{right:5%;top:22%;left:auto}.card-3{left:5%;top:75%;right:auto}.card-4{right:5%;top:90%;left:auto}}@media (max-width:600px){.features-path-header h2{font-size:36px}.fp-card{padding:20px;width:90%}.card-1{left:5%;top:2%}.card-2{right:5%;top:18%}.card-3{left:5%;top:78%}.card-4{right:5%;top:92%}}.language-section{padding:80px 40px;background-color:#ebfad2;position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center;border-top:1px solid rgba(0,0,0,.05)}.bg-radial-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80vw;height:80vw;background:radial-gradient(circle,rgba(0,177,64,.03) 0,rgba(255,138,0,.03) 50%,rgba(255,255,255,0) 70%);z-index:-1;pointer-events:none}.subtitle{font-size:24px;font-family:Macondo,cursive;font-weight:600;margin-bottom:12px;color:#1a1a1a}.lang-pills-container{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;max-width:900px;margin-top:60px}.lang-pill{padding:12px 28px;font-size:18px;font-weight:700;color:#4a4a4a;background:#ffffff;border-radius:100px;border:1px solid #e0e0e0;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 10px rgba(0,0,0,.02)}.lang-pill:hover{border-color:#00B140;color:#00B140;transform:translateY(-2px);box-shadow:0 6px 15px rgba(0,177,64,.1)}.lang-pill.active{background:#00B140;color:#ffffff;border-color:#00B140}.empower-section{padding:100px 40px;background-color:#e2f8c5;display:flex;justify-content:center;text-align:center;border-top:1px solid rgba(0,0,0,.05)}.empower-content{max-width:800px}.empower-content h2{font-size:44px;font-weight:900;margin-bottom:24px;letter-spacing:-1px}.empower-content p{font-size:18px;color:#4a4a4a;line-height:1.6;margin-bottom:24px}.empower-content .empower-highlight{font-size:20px;font-weight:700;color:#1a1a1a;margin-top:32px;padding:20px;background:rgba(0,177,64,.05);border-left:4px solid #00b140;border-radius:0 8px 8px 0;text-align:left}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}@media (max-width:900px){.language-section,.saas-showcase{padding:80px 30px}.section-header h2{font-size:40px}.lang-pill{font-size:18px;padding:12px 24px}}@media (max-width:600px){.section-header h2{font-size:32px}.glass-badge{width:100%;justify-content:center}.phones-grid{gap:20px}}.cta-banner-section{padding:60px 20px 80px;background:linear-gradient(180deg,#f9fafb 50%,#e8f9c5 0);overflow:hidden}.cta-banner-container,.cta-banner-section{display:flex;justify-content:center;position:relative}.cta-banner-container{max-width:1050px;width:100%}.cta-banner-card{background-color:#f7fdf7;border-radius:20px;padding:40px 48px;display:flex;flex-direction:row;align-items:center;box-shadow:0 10px 40px rgba(0,0,0,.04);position:relative;z-index:2;width:100%;transition:transform .4s ease,box-shadow .4s ease}.cta-banner-card:hover{transform:translateY(-4px);box-shadow:0 15px 50px rgba(0,0,0,.06)}.cta-banner-left{flex:1.2}.cta-banner-header{display:flex;align-items:flex-start;gap:16px;margin-bottom:12px}.cta-rocket-icon{width:48px;height:48px;background-color:#e6f7eb;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:4px}.cta-banner-title{font-size:36px;font-weight:800;line-height:1.15;color:#111827;letter-spacing:-1px}.cta-banner-title .green-text{color:#00B140}.cta-banner-desc{font-size:15px;color:#4b5563;line-height:1.6;margin-bottom:28px;max-width:440px;font-weight:500;padding-left:64px}.cta-banner-buttons{display:flex;gap:16px;padding-left:64px}.cta-btn{border-radius:12px;padding:12px 24px;font-weight:600;font-size:15px;display:flex;align-items:center;gap:8px;border:none;cursor:pointer;transition:all .3s ease}.btn-primary.cta-btn{background-color:#00B140;color:white;box-shadow:0 4px 12px rgba(0,177,64,.2)}.btn-primary.cta-btn:hover{background-color:#009933;transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,177,64,.3)}.btn-outline{background-color:white;border:1px solid #e5e7eb;color:#111827;box-shadow:0 2px 8px rgba(0,0,0,.02)}.btn-outline:hover{border-color:#d1d5db;background-color:#f9fafb;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.05)}.cta-banner-divider{width:1px;height:120px;background-color:#e5e7eb;margin:0 40px}.cta-banner-right{gap:32px;flex:1;justify-content:space-between}.cta-banner-right,.cta-stat{display:flex;align-items:center}.cta-stat{flex-direction:column;text-align:center;flex:1}.cta-stat-icon{width:48px;height:48px;background-color:#ebf9eb;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:12px}.cta-stat h3{font-size:26px;color:#00B140;font-weight:800;margin-bottom:4px}.cta-stat p{font-size:12px;font-weight:700;color:#374151;line-height:1.4;white-space:nowrap}.cta-stat-divider{width:1px;height:60px;background-color:#f3f4f6}.leaf-wrapper{position:absolute;top:50%;width:250px;height:300px;z-index:1}.leaf-left{left:-120px}.leaf-right{right:-120px}.leaf-img{width:100%;height:100%;background-image:url(/leaf.png);background-size:contain;background-repeat:no-repeat;background-position:50%;opacity:.95}.leaf-right .leaf-img{transform:scaleX(-1)}@media (max-width:900px){.cta-banner-card{flex-direction:column;padding:40px 30px}.cta-banner-header{justify-content:center}.cta-banner-buttons,.cta-banner-desc{padding-left:0;text-align:center}.cta-banner-buttons{justify-content:center}.cta-banner-divider{width:100%;height:1px;margin:30px 0}.cta-banner-right{flex-wrap:wrap;justify-content:center;width:100%}.leaf-decoration{display:none}}@media (max-width:600px){.cta-banner-buttons{flex-direction:column}.cta-stat-divider{display:block;width:1px;height:40px;background-color:#e5e7eb}.cta-banner-right{flex-direction:row;gap:0;justify-content:space-around;width:100%;flex-wrap:nowrap}.cta-stat{flex:1;padding:0 4px}.cta-stat h3{font-size:20px}.cta-stat p{font-size:10px;white-space:normal}.cta-stat-icon{width:36px;height:36px;margin-bottom:6px}.cta-banner-title{font-size:28px;text-align:left}.cta-banner-header{justify-content:flex-start}.cta-banner-desc{text-align:left}}.main-footer{background-color:#dcf8ad;padding:40px 40px 60px;color:#1a1a1a}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px}.footer-brand{padding-right:20px}.footer-logo-container{display:flex;align-items:center;gap:12px;margin-bottom:12px}.footer-logo-img{max-height:48px;width:auto;object-fit:contain;transition:transform .3s ease}.footer-logo-img:hover{transform:scale(1.05) rotate(-5deg)}.footer-logo{font-size:40px;font-weight:900;margin-bottom:0;line-height:1;background:linear-gradient(135deg,#1a1a1a,#4a8c14);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block;transition:transform .3s ease}.footer-logo:hover{transform:scale(1.02)}.footer-brand p{font-size:15px;line-height:1.5;color:#333;font-weight:500}.footer-col h3,.footer-contact h3{font-size:20px;font-weight:600;margin-bottom:20px;position:relative;display:inline-block}.footer-col h3:after,.footer-contact h3:after{content:"";position:absolute;left:0;bottom:-4px;width:0;height:2px;background-color:#4a8c14;transition:width .3s ease}.footer-col:hover h3:after,.footer-contact:hover h3:after{width:100%}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:12px;transition:transform .2s ease}.footer-col ul li:hover{transform:translateX(5px)}.footer-col ul li a{text-decoration:none;color:#444;font-size:15px;transition:color .3s;font-weight:500}.footer-col ul li a:hover{color:#4a8c14}.footer-contact p{margin-bottom:8px;font-size:15px;color:#444;font-weight:500;transition:color .3s ease}.footer-contact p:hover{color:#4a8c14}.footer-bottom{margin-top:60px;padding-top:30px;border-top:1px solid rgba(0,0,0,.1);text-align:center;font-size:15px;font-weight:600;color:#444}@media (max-width:1000px){.footer-content{grid-template-columns:1fr 1fr;gap:30px}}@media (max-width:600px){.footer-content{grid-template-columns:1fr}.waitlist-card{border-radius:40px;padding:30px 20px}.waitlist-card h2{font-size:28px}.waitlist-form{flex-direction:column;background:transparent;border-radius:0;gap:12px;box-shadow:none}.waitlist-form input{background:white;box-shadow:0 4px 15px rgba(0,0,0,.05)}.btn-subscribe,.waitlist-form input{padding:14px;width:100%}}.grocery-feature-section{padding:100px 40px;background:radial-gradient(circle at top left,#fdfaf0,#ebfad2);display:flex;justify-content:center;position:relative;overflow:hidden}.grocery-feature-section:before{content:"";position:absolute;top:-100px;right:-200px;width:800px;height:800px;background:white;transform:rotate(-30deg);z-index:0;opacity:.6}.grocery-container{display:flex;align-items:center;gap:80px;max-width:1200px;width:100%;position:relative;z-index:2}.grocery-left{flex:1;display:flex;justify-content:center;perspective:1200px}.tilted-phone-wrapper{position:relative;width:100%;display:flex;justify-content:center}.grocery-app-screen{background:linear-gradient(180deg,#fffcf5,#fff)!important;display:flex;flex-direction:column}.floating-phone-wrapper{animation:floatPhone 6s ease-in-out infinite}@keyframes floatPhone{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}.image-pop-animation{animation:gentlePulse 4s ease-in-out infinite}@keyframes gentlePulse{0%{transform:scale(1)}50%{transform:scale(1.02)}to{transform:scale(1)}}@media (max-width:1024px){.hidden-mobile{display:none}}.grocery-screen-content{display:flex;flex-direction:column;height:100%;position:relative}.grocery-badge{display:flex;align-items:center;gap:8px;background:rgba(0,0,0,.04);padding:8px 12px;border-radius:20px;align-self:center;margin-top:10px}.grocery-badge .bolt-icon{background:#00b140;color:white;width:24px;height:24px;border-radius:12px;display:flex;justify-content:center;align-items:center;font-size:14px}.grocery-badge .badge-text{font-size:10px;line-height:1.2}.grocery-logo-area{text-align:center;margin-top:20px}.grocery-inner-logo{height:40px;margin-bottom:10px}.grocery-inner-title{color:#0d4a22;font-family:Anton,sans-serif;font-size:24px;line-height:1.1;margin-bottom:5px}.grocery-inner-subtitle{font-size:13px;color:#4a4a4a;font-weight:500}.farmer-image-wrapper{flex:1;display:flex;align-items:flex-end;justify-content:center;margin:16px 16px 24px;border-radius:16px;overflow:hidden;position:relative;z-index:10;background-color:#f0fdf4;box-shadow:0 4px 15px rgba(0,0,0,.05)}.farmer-image-wrapper img{width:100%;height:100%;object-fit:cover;object-position:center}.grocery-bottom-tabs{display:flex;justify-content:space-between;padding:10px;background:rgba(255,255,255,.9);backdrop-filter:blur(10px);border-top:1px solid rgba(0,0,0,.05);margin-top:-5px;position:relative;z-index:20}.g-tab{display:flex;flex-direction:column;align-items:center;text-align:center;font-size:9px;font-weight:600;color:#666;gap:4px}.bolt-icon-small{color:#FF8A00}.grocery-right{flex:1;display:flex;flex-direction:column}.grocery-title{font-family:Anton,sans-serif;font-size:56px;color:#0d4a22;line-height:1.1;margin-bottom:20px}.grocery-desc{font-size:20px;color:#4a4a4a;line-height:1.6;margin-bottom:40px;max-width:90%}.grocery-bag-wrapper{position:relative;width:100%;max-width:500px}.grocery-bag-img{width:100%;height:auto;object-fit:contain;filter:drop-shadow(0 20px 30px rgba(0,0,0,.1))}@media (max-width:900px){.grocery-container{flex-direction:column;gap:40px}.grocery-title{font-size:40px}}@media (max-width:768px){.content-wrapper{padding:20px!important}header{margin-bottom:40px!important}.logo-image{max-height:40px!important}.main-nav{display:none!important}.auth-buttons{gap:8px!important}.btn-signup{padding:8px 16px!important;font-size:14px!important}.btn-login{padding:6px 12px!important}.btn-login-text{padding:2px 10px!important;font-size:14px!important}.hero-title{font-size:42px!important;line-height:1.1!important}.hero-description{font-size:16px!important;max-width:100%!important}.cta-buttons{flex-direction:column;width:100%;gap:16px}.cta-buttons .btn{width:100%;justify-content:center}.features-grid{gap:16px!important;flex-wrap:wrap!important;justify-content:space-between!important}.feature-item{width:45%!important;margin-bottom:16px!important}.hero-bg{width:100%!important;opacity:.15!important;-webkit-mask-image:none!important;mask-image:none!important}.phones-grid{flex-direction:column!important;align-items:center!important}.saas-showcase .section-header h2{font-size:32px!important}}@media (max-width:480px){.hero-title{font-size:36px!important}.logo-image{max-height:32px!important}.btn-signup{padding:6px 12px!important;font-size:13px!important}.btn-login-text{padding:2px 8px!important;font-size:13px!important}}.premium-footer{background-color:#F9FAFB;color:#111827;padding:80px 0 40px;border-top:1px solid rgba(0,0,0,.05);margin-top:80px}.footer-container{max-width:1400px;margin:0 auto;padding:0 40px}.footer-top{display:flex;justify-content:space-between;gap:60px;margin-bottom:80px}.footer-brand-section{flex:1;max-width:400px}.footer-logo-wrapper{display:flex;align-items:center;gap:12px;margin-bottom:24px}.footer-logo{height:48px;border-radius:12px}.footer-logo-wrapper h2{font-size:24px;font-weight:800;letter-spacing:-.5px;margin:0;color:#111827}.footer-tagline{font-size:18px;font-weight:700;color:#374151;margin-bottom:12px}.footer-desc{font-size:15px;color:#6B7280;line-height:1.6}.footer-links-grid{display:flex;gap:80px}.footer-link-group h3{font-size:13px;font-weight:700;color:#9CA3AF;text-transform:uppercase;letter-spacing:1px;margin-bottom:24px}.footer-link-group a{display:block;color:#4B5563;text-decoration:none;font-size:15px;font-weight:500;margin-bottom:16px;transition:color .2s ease}.footer-link-group a:hover{color:#00B140}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:40px;border-top:1px solid rgba(0,0,0,.05)}.footer-copyright{font-size:14px;color:#6B7280}.footer-socials{display:flex;gap:16px}.social-icon{width:40px;height:40px;border-radius:50%;background:rgba(0,0,0,.05);display:flex;justify-content:center;align-items:center;color:#374151;text-decoration:none;font-size:13px;font-weight:700;transition:all .2s ease}.social-icon:hover{background:#00B140;transform:translateY(-2px)}@media (max-width:900px){.premium-footer{padding:60px 0 30px}.footer-container{padding:0 24px}.footer-top{flex-direction:column;gap:48px;margin-bottom:48px}.footer-links-grid{flex-direction:column;gap:40px}.footer-bottom{flex-direction:column-reverse;gap:24px;align-items:flex-start}}