@import "https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500;9..40,600&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--green-dark:#1a4d00;--green-mid:#2a6500;--green-light:#3a7d00;--yellow:#f5c400;--yellow-hover:#e0b000;--white:#fff;--off-white:#f9f7f2;--text-dark:#111;--text-muted:#555;--border:#ffffff26;--shadow:0 4px 24px #0000001f;--radius:16px;--radius-sm:10px;--font-display:"DM Serif Display", serif;--font-body:"DM Sans", sans-serif}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--text-dark);background:var(--white);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4{font-family:var(--font-display);line-height:1.15}a{color:inherit;text-decoration:none}img{max-width:100%}button{cursor:pointer;font-family:var(--font-body);border:none}.container{max-width:1200px;margin:0 auto;padding:0 24px}.btn-primary{background:var(--yellow);color:var(--green-dark);font-size:1rem;font-weight:700;font-family:var(--font-body);border:none;border-radius:50px;align-items:center;gap:8px;padding:14px 28px;transition:all .2s;display:inline-flex}.btn-primary:hover{background:var(--yellow-hover);transform:translateY(-2px);box-shadow:0 8px 24px #f5c40059}.btn-secondary{color:var(--white);font-size:1rem;font-weight:600;font-family:var(--font-body);background:0 0;border:2px solid #fff9;border-radius:50px;align-items:center;gap:8px;padding:13px 28px;transition:all .2s;display:inline-flex}.btn-secondary:hover{background:#ffffff1f;border-color:#fff;transform:translateY(-2px)}.btn-green{background:var(--green-dark);color:var(--white);font-size:1rem;font-weight:700;font-family:var(--font-body);border:none;border-radius:50px;align-items:center;gap:8px;padding:14px 28px;transition:all .2s;display:inline-flex}.btn-green:hover{background:var(--green-mid);transform:translateY(-2px);box-shadow:0 8px 24px #1a4d004d}.section-label{color:var(--green-dark);letter-spacing:.12em;text-transform:uppercase;background:#1a4d0014;border-radius:50px;margin-bottom:16px;padding:6px 16px;font-size:.78rem;font-weight:600;display:inline-block}.section-title{color:var(--text-dark);margin-bottom:16px;font-size:clamp(2rem,4vw,2.8rem);font-weight:800}.section-sub{color:var(--text-muted);max-width:560px;font-size:1.05rem}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:var(--green-mid);border-radius:3px}.navbar{z-index:1000;padding:20px 0;transition:background .3s,box-shadow .3s,padding .3s;position:fixed;top:0;left:0;right:0}.navbar.scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#1a4d00f7;padding:12px 0;box-shadow:0 4px 24px #0003}.navbar-inner{justify-content:space-between;align-items:center;gap:24px;display:flex}.navbar-logo img{object-fit:contain;border-radius:0;width:120px;height:auto}.navbar-logo span{font-family:var(--font-display);color:var(--white);font-size:1.1rem;font-weight:700}.navbar-links{align-items:center;gap:8px;display:flex}.navbar-links button{color:#ffffffd9;font-size:.95rem;font-weight:500;font-family:var(--font-body);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:8px 14px;transition:color .2s,background .2s}.navbar-links button:hover{color:var(--white);background:#ffffff1a}.navbar-actions{align-items:center;gap:12px;display:flex}.navbar-cta{padding:10px 22px!important;font-size:.9rem!important}.hamburger{color:#fff;background:0 0;padding:4px;display:none}@media (width<=900px){.navbar-links{background:var(--green-dark);border-top:1px solid #ffffff1a;flex-direction:column;gap:8px;padding:20px;display:none;position:fixed;top:72px;left:0;right:0;box-shadow:0 8px 24px #0003}.navbar-links.open{display:flex}.navbar-links button{text-align:left;border-radius:8px;width:100%;padding:12px 16px;font-size:1rem}.navbar-links button:hover{background:#ffffff1a}.hamburger{display:flex}.navbar-cta{padding:9px 16px!important;font-size:.82rem!important}}@media (width<=480px){.navbar-logo img{width:90px}.navbar{padding:14px 0}.navbar.scrolled{padding:10px 0}}.hero{align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:0;position:absolute;inset:0}.hero-bg-img{object-fit:cover;object-position:center top;width:100%;height:100%}.hero-overlay{background:linear-gradient(120deg,#143a00e6 0%,#143a00c7 55%,#0a1e00a6 100%);position:absolute;inset:0}.hero-content{z-index:1;text-align:left;max-width:680px;margin-left:0;margin-right:auto;padding-top:120px;padding-bottom:80px;padding-left:100px;position:relative}.hero-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#ffffffe6;background:#ffffff1f;border:1px solid #ffffff40;border-radius:50px;align-items:center;gap:8px;margin-bottom:28px;padding:8px 18px;font-size:.85rem;font-weight:500;animation:.6s forwards fadeSlideDown;display:inline-flex}.badge-dot{background:var(--yellow);width:8px;height:8px;box-shadow:0 0 8px var(--yellow);border-radius:50%;animation:2s infinite pulse}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.85)}}.hero-title{color:var(--white);margin-bottom:24px;font-size:clamp(2.8rem,6.5vw,5rem);font-weight:800;line-height:1.05;animation:.7s .1s both fadeSlideUp}.hero-title-accent{color:var(--yellow)}.hero-sub{color:#ffffffd1;max-width:500px;margin-bottom:36px;font-size:clamp(1rem,2vw,1.2rem);line-height:1.7;animation:.7s .2s both fadeSlideUp}.hero-actions{flex-wrap:wrap;gap:14px;margin-bottom:28px;animation:.7s .3s both fadeSlideUp;display:flex}.hero-btn{padding:16px 32px!important;font-size:1.05rem!important}.hero-social-proof{color:#ffffffa6;font-size:.95rem;font-weight:500;animation:.7s .4s both fadeSlideUp}.hero-scroll-hint{z-index:1;color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background .2s;animation:2s infinite bounce;display:flex;position:absolute;bottom:32px;left:50%;transform:translate(-50%)}.hero-scroll-hint:hover{background:#ffffff40}@keyframes bounce{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(6px)}}@keyframes fadeSlideDown{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.hero-content{text-align:left;padding:110px 24px 60px}.hero-stats{gap:12px}.stat-num{font-size:1.2rem}.hero-title{font-size:2.4rem}.hero-sub{font-size:1rem}.hero-actions{flex-direction:column;align-items:flex-start}.hero-btn{justify-content:center;width:100%}.hero-scroll-hint{display:none}}@media (width<=480px){.hero-title{text-align:left;font-size:2rem}.hero-stats{gap:12px}.stat-num{font-size:1.2rem}.hero-badge{padding:6px 14px;font-size:.78rem}.hero-social-proof{font-size:.85rem}}.why-fb{background:var(--white);padding:100px 0}.why-fb-header{text-align:center;margin-bottom:60px}.why-fb-header .section-sub{margin:0 auto}.why-fb-cards{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.why-fb-card{background:var(--off-white);text-align:center;border:1px solid #0000000d;border-radius:20px;padding:40px 32px;transition:all .25s;position:relative;overflow:hidden}.why-fb-card:after{content:"";background:linear-gradient(90deg, var(--green-dark), var(--yellow));transform-origin:0;height:4px;transition:transform .3s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.why-fb-card:hover{transform:translateY(-6px);box-shadow:0 16px 48px #1a4d001f}.why-fb-card:hover:after{transform:scaleX(1)}.why-fb-icon{background:linear-gradient(135deg, var(--green-dark), var(--green-light));width:68px;height:68px;color:var(--white);border-radius:18px;justify-content:center;align-items:center;margin:0 auto 20px;display:flex}.why-fb-title{color:var(--text-dark);margin-bottom:12px;font-size:1.15rem;font-weight:800}.why-fb-desc{color:var(--text-muted);font-size:.95rem;line-height:1.7}@media (width<=900px){.why-fb-cards{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.why-fb{padding:70px 0}.why-fb-header{margin-bottom:40px}.why-fb-cards{grid-template-columns:1fr;max-width:100%}.why-fb-card{padding:28px 24px}.why-fb-icon{width:56px;height:56px}.why-fb-title{font-size:1.05rem}}.how-it-works{background:var(--green-dark);padding:100px 0}.hiw-header{text-align:center;margin-bottom:64px}.hiw-header .section-label{color:var(--yellow);background:#f5c40026}.hiw-header .section-title{color:var(--white)}.hiw-header .section-sub{color:#ffffffa6;margin:0 auto}.hiw-steps{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.hiw-step{text-align:center;position:relative}.step-top{justify-content:center;align-items:center;margin-bottom:20px;display:flex;position:relative}.step-number-badge{background:var(--yellow);width:52px;height:52px;color:var(--green-dark);font-family:var(--font-display);z-index:1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;font-weight:800;display:flex}.step-line{z-index:0;background:#f5c40040;width:calc(100% + 32px);height:2px;position:absolute;top:50%;left:calc(50% + 26px);transform:translateY(-50%)}.step-icon{width:60px;height:60px;color:var(--yellow);background:#ffffff14;border:1px solid #ffffff1a;border-radius:16px;justify-content:center;align-items:center;margin:0 auto 18px;display:flex}.step-title{color:var(--white);margin-bottom:10px;font-size:1.15rem;font-weight:700}.step-desc{color:#fff9;font-size:.93rem;line-height:1.65}@media (width<=900px){.hiw-steps{grid-template-columns:repeat(2,1fr);gap:40px}.step-line{display:none}}@media (width<=600px){.how-it-works{padding:70px 0}.hiw-header{margin-bottom:40px}.hiw-steps{grid-template-columns:1fr;gap:36px;max-width:100%}.step-number-badge{width:44px;height:44px;font-size:.9rem}.step-icon{width:52px;height:52px}.step-title{font-size:1.05rem}.step-desc{font-size:.88rem}}.rider-section{background:var(--off-white);padding:100px 0}.rider-inner{grid-template-columns:1fr 1fr;align-items:center;gap:64px;display:grid}.rider-pitch .section-label{margin-bottom:16px}.rider-pitch-title{color:var(--text-dark);margin-bottom:16px;font-size:clamp(2rem,4vw,2.8rem);font-weight:800;line-height:1.1}.rider-pitch-sub{color:var(--text-muted);margin-bottom:32px;font-size:1.05rem;line-height:1.7}.rider-pitch-img{border-radius:20px;position:relative;overflow:hidden;box-shadow:0 20px 60px #00000026}.rider-pitch-img img{object-fit:cover;width:100%;height:320px;transition:transform .5s;display:block}.rider-pitch-img:hover img{transform:scale(1.04)}.rider-pitch-img-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff2;border-radius:14px;align-items:center;gap:10px;padding:12px 16px;font-size:1.6rem;display:flex;position:absolute;bottom:20px;left:20px;box-shadow:0 8px 24px #0000001f}.rider-pitch-img-badge div{flex-direction:column;gap:2px;display:flex}.rider-pitch-img-badge strong{font-family:var(--font-display);color:var(--text-dark);font-size:.88rem;font-weight:700;line-height:1}.rider-pitch-img-badge span{color:var(--text-muted);font-size:.75rem}.field-group{flex-direction:column;gap:6px;display:flex}.field-label{color:var(--text-dark);font-size:.9rem;font-weight:600}.field-req{color:#c0392b;margin-left:2px}.field-input{background:var(--off-white);width:100%;font-family:var(--font-body);color:var(--text-dark);border:1.5px solid #e0dbd0;border-radius:10px;outline:none;padding:13px 16px;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.field-input::placeholder{color:#b0a89a}.field-input:focus{border-color:var(--green-dark);background:var(--white);box-shadow:0 0 0 3px #1a4d001a}.field-input.error{border-color:#e74c3c;box-shadow:0 0 0 3px #e74c3c14}.field-error{color:#e74c3c;font-size:.8rem;font-weight:500}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes popIn{0%{transform:scale(0)}to{transform:scale(1)}}@media (width<=900px){.rider-inner{grid-template-columns:1fr;gap:40px}.rider-pitch-title{font-size:2rem}}@media (width<=600px){.rider-section{padding:70px 0}.rider-pitch-title{font-size:1.8rem}.rider-pitch-sub{font-size:.95rem}.rider-pitch-img img{height:240px}.rider-pitch-img-badge{padding:10px 14px;font-size:.85rem}.rider-pitch-img-badge strong{font-size:.82rem}.rider-pitch-img-badge span{font-size:.72rem}.inline-form-card{padding:28px 20px}.inline-form-header h3{font-size:1.15rem}.inline-form-submit{padding:14px!important;font-size:.95rem!important}}@media (width<=400px){.rider-pitch-title{font-size:1.6rem}.rider-pitch-img img{height:200px}}.partner-section{background:var(--white);padding:100px 0}.partner-header{margin-bottom:56px}.partner-label{color:#7c5a00;background:#f5c4001f}.partner-title-accent{color:var(--green-dark)}.partner-who{margin-bottom:64px}.partner-who-label{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:16px;font-size:.82rem;font-weight:700}.partner-who-grid{grid-template-columns:repeat(6,1fr);gap:12px;display:grid}.partner-who-card{background:var(--off-white);text-align:center;cursor:default;border:1px solid #0000000f;border-radius:14px;flex-direction:column;align-items:center;gap:8px;padding:18px 12px;transition:all .2s;display:flex}.partner-who-card:hover{border-color:var(--green-dark);background:#1a4d000a;transform:translateY(-3px);box-shadow:0 8px 24px #1a4d0014}.who-emoji{font-size:1.6rem}.who-label{color:var(--text-dark);font-size:.78rem;font-weight:600;line-height:1.3}.partner-inner{grid-template-columns:1fr 1fr;align-items:start;gap:64px;display:grid}.partner-benefits-title{color:var(--text-dark);text-transform:uppercase;letter-spacing:.05em;font-size:1.1rem;font-weight:800;font-family:var(--font-display);margin-bottom:24px}.partner-benefits-list{flex-direction:column;gap:20px;margin-bottom:36px;display:flex}.partner-benefit{align-items:flex-start;gap:16px;display:flex}.benefit-icon{width:46px;height:46px;color:var(--green-dark);background:#1a4d0012;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;display:flex}.partner-benefit strong{color:var(--text-dark);margin-bottom:4px;font-size:.97rem;font-weight:700;display:block}.partner-benefit p{color:var(--text-muted);font-size:.9rem;line-height:1.55}.partner-img-wrap{border-radius:20px;position:relative;overflow:hidden;box-shadow:0 12px 40px #00000024}.partner-img-wrap img{object-fit:cover;width:100%;height:240px;transition:transform .5s;display:block}.partner-img-wrap:hover img{transform:scale(1.04)}.partner-img-tag{background:linear-gradient(#0000 0%,#143a00d9 100%);flex-direction:column;gap:2px;padding:24px 20px 16px;display:flex;position:absolute;bottom:0;left:0;right:0}.p-tag-num{font-family:var(--font-display);color:var(--yellow);font-size:1rem;font-weight:800}.p-tag-sub{color:#ffffffbf;font-size:.78rem}.partner-form-card{position:sticky;top:100px;border-top:4px solid var(--green-dark)!important}.inline-form-card{background:var(--white);border:1px solid #0000000d;border-radius:24px;padding:40px 36px;box-shadow:0 8px 40px #0000001a}.inline-form-header{margin-bottom:28px}.inline-form-header h3{color:var(--text-dark);margin-bottom:6px;font-size:1.35rem;font-weight:800}.inline-form-header p{color:var(--text-muted);font-size:.88rem}.inline-form-fields{flex-direction:column;gap:18px;display:flex}.inline-form-submit{justify-content:center;width:100%;margin-top:4px;padding:15px!important;font-size:1rem!important}.form-success{text-align:center;flex-direction:column;align-items:center;gap:14px;padding:20px 0;display:flex}.form-success-icon{width:80px;height:80px;color:var(--green-dark);background:#1a4d0014;border-radius:50%;justify-content:center;align-items:center;animation:.4s cubic-bezier(.34,1.56,.64,1) popIn;display:flex}.form-success h3{color:var(--text-dark);font-size:1.35rem;font-weight:800}.form-success p{color:var(--text-muted);max-width:300px;font-size:.95rem;line-height:1.65}.form-success p strong{color:var(--green-dark)}.spin{animation:1s linear infinite spin}@media (width<=1000px){.partner-who-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=900px){.partner-inner{grid-template-columns:1fr;gap:48px}.partner-form-card{position:static}.partner-section{padding:70px 0}}@media (width<=600px){.partner-header{margin-bottom:36px}.partner-who{margin-bottom:40px}.partner-who-grid{grid-template-columns:repeat(2,1fr);gap:10px}.partner-who-card{padding:14px 10px}.who-emoji{font-size:1.3rem}.who-label{font-size:.72rem}.partner-benefits-list{gap:16px}.partner-benefit strong{font-size:.92rem}.partner-benefit p{font-size:.85rem}.benefit-icon{width:40px;height:40px}.partner-img-wrap img{height:200px}.inline-form-card{padding:28px 20px}.inline-form-header h3{font-size:1.15rem}.inline-form-submit{padding:14px!important;font-size:.95rem!important}}@media (width<=400px){.partner-who-grid{grid-template-columns:repeat(2,1fr)}.partner-img-wrap img{height:180px}}.footer{background:var(--green-dark);color:#fffc;padding:72px 0 0}.footer-top{border-bottom:1px solid #ffffff1a;grid-template-columns:2fr 1fr 1fr;gap:48px;padding-bottom:48px;display:grid}.footer-logo{align-items:center;gap:12px;margin-bottom:20px;display:flex}.footer-logo img{object-fit:contain;border-radius:0;width:140px;height:auto}.footer-logo-name{font-family:var(--font-display);color:var(--white);font-size:1.1rem;font-weight:800;line-height:1;display:block}.footer-logo-sub{color:var(--yellow);letter-spacing:.1em;text-transform:uppercase;font-size:.75rem;font-weight:600;display:block}.footer-tagline{color:#ffffffa6;max-width:320px;margin-bottom:24px;font-size:.9rem;line-height:1.65}.footer-contact-list{flex-direction:column;gap:10px;display:flex}.footer-contact-item{color:#ffffffa6;align-items:center;gap:8px;font-size:.88rem;text-decoration:none;transition:color .2s;display:flex}.footer-contact-item:hover{color:var(--yellow)}.footer-links-col h4{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.1em;color:var(--white);margin-bottom:20px;font-size:.85rem;font-weight:700}.footer-links-col ul{flex-direction:column;gap:10px;list-style:none;display:flex}.footer-links-col a{color:#fff9;align-items:center;gap:5px;font-size:.9rem;transition:color .2s;display:inline-flex}.footer-links-col a:hover{color:var(--yellow)}.footer-bottom{color:#fff6;justify-content:space-between;align-items:center;padding:20px 0;font-size:.83rem;display:flex}.footer-made{font-style:italic}@media (width<=900px){.footer-top{grid-template-columns:1fr 1fr;gap:32px}.footer-brand{grid-column:1/-1}}@media (width<=600px){.footer{padding:56px 0 0}.footer-top{grid-template-columns:1fr;gap:36px}.footer-brand{grid-column:auto}.footer-logo img{width:110px}.footer-tagline{max-width:100%;font-size:.88rem}.footer-contact-list{gap:8px}.footer-contact-item{font-size:.85rem}.footer-links-col h4{margin-bottom:14px;font-size:.8rem}.footer-links-col a,.footer-links-col button{font-size:.88rem}.footer-bottom{text-align:center;flex-direction:column;gap:6px;padding:16px 0;font-size:.78rem}}@media (width<=400px){.footer-logo img{width:90px}.footer-tagline{font-size:.85rem}}.footer-links-col button{font-family:var(--font-body);color:#fff9;cursor:pointer;text-align:left;background:0 0;border:none;padding:0;font-size:.9rem;transition:color .2s}.footer-links-col button:hover{color:var(--yellow)}main{padding-top:0}
