@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;500;600;700;800;900&display=swap";:root{--primary-color:#f1a43a;--primary-hover:#e0942d;--text-dark:#1f3b5e;--text-light:#fff;--background-light:#fff}*{box-sizing:border-box;margin:0;padding:0}html{overflow-x:hidden}body{color:var(--text-dark);background-color:var(--background-light);font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}.header{background:var(--text-dark);z-index:1000;justify-content:space-between;align-items:center;gap:2rem;width:100%;padding:1.5rem 5%;transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 10px #0003}.app-content-wrapper{padding-top:95px}.header--hidden{transform:translateY(-100%)}.logo-container{flex-direction:column;flex-shrink:0;display:flex}.brand-logo{object-fit:contain;width:auto;max-height:55px}.nav-links{flex-wrap:nowrap;align-items:center;gap:2rem;display:flex}.nav-links a{color:#fff;white-space:nowrap;font-size:1.05rem;font-weight:500;text-decoration:none;transition:color .3s}.nav-links a:hover,.nav-links a.active{color:var(--primary-color)}.btn-primary{background-color:var(--primary-color);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:30px;padding:.8rem 1.8rem;font-size:1.05rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.btn-primary:hover{background-color:var(--primary-hover);transform:translateY(-2px);box-shadow:0 4px 12px #f1a43a4d}.hero{text-align:center;color:#fff;z-index:1;justify-content:center;align-items:center;height:calc(100vh - 95px);min-height:650px;display:flex;position:relative;overflow:hidden}.hero-bg{object-fit:cover;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.hero-overlay{z-index:2;pointer-events:none;background:linear-gradient(#0c15244d 0%,#0c1524a6 100%),radial-gradient(circle,#0c152426 0%,#0c152499 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{z-index:3;max-width:900px;padding:0 24px;animation:1.2s cubic-bezier(.16,1,.3,1) forwards fadeIn;position:relative}.hero-pre-title{letter-spacing:4px;color:var(--primary-color);text-shadow:0 2px 10px #0c152466;margin-bottom:1.5rem;font-family:Outfit,sans-serif;font-size:.95rem;font-weight:800;display:block}.hero h1{letter-spacing:-2.5px;text-shadow:0 4px 30px #0c152480;margin-bottom:1.5rem;font-family:Outfit,sans-serif;font-size:5.5rem;font-weight:900;line-height:1.05}.hero-subtitle{color:#fffffff2;letter-spacing:-.3px;text-shadow:0 2px 15px #0c152466;margin-bottom:3.5rem;font-family:Outfit,sans-serif;font-size:1.75rem;font-weight:500}.hero-cta-btn{color:#fff;background:var(--primary-color);cursor:pointer;border:1px solid #ffffff26;border-radius:50px;align-items:center;gap:.75rem;padding:1.25rem 3rem;font-family:Outfit,sans-serif;font-size:1.25rem;font-weight:700;text-decoration:none;transition:all .4s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 10px 30px #f08e2b59}.hero-cta-btn:hover{background:var(--primary-hover);color:#fff;transform:scale(1.04)translateY(-3px);box-shadow:0 20px 45px #f08e2b80}.hero-cta-arrow{transition:transform .4s cubic-bezier(.16,1,.3,1)}.hero-cta-btn:hover .hero-cta-arrow{transform:translate(6px)scale(1.1)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.suppliers-section{background-color:#fcfdfe;border-bottom:1px solid #f1f5f9;padding:6.5rem 5%;position:relative;overflow:hidden}.suppliers-section:before{content:"";z-index:0;pointer-events:none;background:radial-gradient(circle,#f08e2b0a 0%,#fff0 75%);width:700px;height:350px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.suppliers-header-container{z-index:10;justify-content:space-between;align-items:flex-end;gap:2rem;max-width:1200px;margin-bottom:3.5rem;margin-left:auto;margin-right:auto;display:flex;position:relative}.suppliers-header-left{text-align:left;max-width:650px}.suppliers-header-left h2{color:var(--text-dark);letter-spacing:-.8px;margin-top:.25rem;font-family:Outfit,sans-serif;font-size:2.5rem;font-weight:800}.suppliers-section-desc{color:#64748b;margin-top:.5rem;font-size:1.1rem;line-height:1.5}.suppliers-nav-controls{gap:.75rem;margin-bottom:.25rem;display:flex}.suppliers-nav-btn{color:var(--text-dark);cursor:pointer;background:#fffc;border:1px solid #0f253914;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 4px 12px #0f25390a}.suppliers-nav-btn:hover:not(:disabled){background:var(--primary-color);border-color:var(--primary-color);color:#fff;transform:scale(1.08);box-shadow:0 8px 20px #f08e2b4d}.suppliers-nav-btn:disabled{opacity:.35;cursor:not-allowed;transform:none}.carousel-wrapper{z-index:10;width:100%;margin-bottom:2.5rem;position:relative}.carousel-scroll-container{scroll-snap-type:x mandatory;scroll-behavior:smooth;cursor:grab;scrollbar-width:none;-webkit-user-select:none;user-select:none;width:100%;padding:1.5rem 0;display:flex;overflow-x:auto}.carousel-scroll-container::-webkit-scrollbar{display:none}.carousel-scroll-container.is-dragging{cursor:grabbing;scroll-snap-type:none;scroll-behavior:auto}.carousel-track{gap:1.75rem;padding:0 1.5rem;display:flex}.supplier-card-v2{scroll-snap-align:start;-webkit-backdrop-filter:blur(8px);background:#ffffffe6;border:1px solid #0f25390f;border-radius:24px;flex-shrink:0;justify-content:center;align-items:center;width:290px;height:140px;padding:1.5rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #0f253905}.supplier-card-v2:hover{background:#fff;border-color:#f08e2b4d;transform:translateY(-8px)scale(1.03);box-shadow:0 20px 40px #f08e2b14}.sup-logo-v2-wrapper{justify-content:center;align-items:center;width:100%;height:100%;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex}.sup-logo-v2-img{object-fit:contain;filter:grayscale()opacity(.7);-webkit-user-drag:none;user-drag:none;max-width:75%;max-height:75%;transition:all .4s cubic-bezier(.16,1,.3,1)}.supplier-card-v2:hover .sup-logo-v2-img{filter:grayscale(0%)opacity();transform:scale(1.05)translateY(-5px)}.supplier-card-v2:hover .sup-logo-v2-img.scale-up-logo{transform:scale(1.15)translateY(-5px)}.sup-fallback-v2{align-items:center;gap:1rem;width:100%;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex}.sup-icon-v2-wrapper{width:44px;height:44px;color:var(--primary-color);background:#f08e2b14;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.sup-info-v2-wrapper{flex-direction:column;display:flex}.sup-name-v2{color:var(--text-dark);font-size:1.15rem;font-weight:700}.sup-category-v2{text-transform:uppercase;letter-spacing:.8px;color:#64748b;font-size:.7rem;font-weight:600}.sup-tag-overlay{pointer-events:none;background:linear-gradient(#0c152400 0%,#0c1524e6 100%);align-items:center;gap:.75rem;width:100%;padding:.75rem 1.25rem;transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;bottom:0;left:0;transform:translateY(100%)}.supplier-card-v2:hover .sup-tag-overlay{transform:translateY(0)}.sup-tag-icon{color:var(--primary-color);align-items:center;display:flex}.sup-tag-text h4{color:#fff;margin:0;font-size:.85rem;font-weight:700}.sup-tag-text p{text-transform:uppercase;letter-spacing:.5px;color:#ffffffb3;margin:0;font-size:.65rem;font-weight:600}.carousel-footer{z-index:10;justify-content:space-between;align-items:center;gap:2rem;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;position:relative}.progress-bar-track{background:#0f253914;border-radius:10px;flex:1;max-width:350px;height:4px;overflow:hidden}.progress-bar-fill{background:linear-gradient(90deg, var(--primary-color) 0%, #ffc53d 100%);border-radius:10px;height:100%;transition:width .15s cubic-bezier(.16,1,.3,1)}.swipe-cue-text{color:#94a3b8;align-items:center;gap:.5rem;font-size:.85rem;font-weight:500;display:flex}.swipe-cue-text:before{content:"←";animation:1.5s infinite bounceX}.swipe-cue-text:after{content:"→";animation:1.5s infinite reverse bounceX}@keyframes bounceX{0%,to{transform:translate(0)}50%{transform:translate(-4px)}}@media (width<=900px){.suppliers-header-container{flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:2rem}.suppliers-nav-controls{display:none}.supplier-card-v2{border-radius:20px;width:260px;height:120px;padding:1.25rem}.suppliers-section{padding:4rem 1.25rem}}.unlock-section-v2{background-color:#fff;justify-content:center;padding:8rem 5%;display:flex;overflow:hidden}.unlock-container-v2{align-items:center;width:100%;max-width:1200px;display:flex;position:relative}.unlock-image-v2{border-radius:20px;flex:0 0 65%;height:500px;overflow:hidden;box-shadow:0 20px 40px #0000001a}.unlock-image-v2 img{object-fit:cover;width:100%;height:100%}.unlock-card-v2{z-index:10;background:#fff;border-radius:20px;width:45%;padding:4rem;position:absolute;top:50%;right:0;transform:translateY(-50%);box-shadow:0 30px 60px #0000001f}.unlock-card-v2 h2{color:#1a425f;letter-spacing:-.5px;margin-bottom:1.5rem;font-size:3rem;font-weight:600;line-height:1.1}.unlock-card-v2 p{color:#475569;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.6}@media (width<=900px){.unlock-section-v2{padding:4rem 5%}.unlock-container-v2{flex-direction:column;gap:0}.unlock-image-v2{border-radius:20px 20px 0 0;flex:none;width:100%;height:320px}.unlock-card-v2{text-align:center;border-radius:0 0 20px 20px;flex-direction:column;align-items:center;width:100%;margin-bottom:0;padding:3rem 2.5rem;display:flex;position:relative;top:auto;right:auto;transform:none;box-shadow:0 15px 35px #00000014}.unlock-card-v2 h2{font-size:2.2rem}}@media (width<=480px){.unlock-section-v2{padding:3rem 1.25rem}.unlock-image-v2{height:240px}.unlock-card-v2{padding:2.5rem 1.5rem 3rem}.unlock-card-v2 h2{font-size:1.85rem}.unlock-card-v2 p{font-size:1rem;line-height:1.55}}.mission-section{background-color:#f8fafc;padding:6rem 5%;overflow:hidden}.mission-container{max-width:1200px;margin:0 auto}.mission-image-wrapper{border:1px solid #f08e2b1a;border-radius:24px;width:100%;height:480px;margin-bottom:4rem;position:relative;overflow:hidden;box-shadow:0 20px 40px #0f253914}.mission-image{object-fit:cover;width:100%;height:100%;transition:transform .8s cubic-bezier(.16,1,.3,1)}.mission-image-wrapper:hover .mission-image{transform:scale(1.02)}.mission-image-overlay{pointer-events:none;background:linear-gradient(#0f172a00 60%,#0f172a33 100%);width:100%;height:100%;position:absolute;top:0;left:0}.mission-header{margin-bottom:2.5rem}.mission-header h4{color:var(--primary-color);letter-spacing:2px;text-transform:uppercase;margin-bottom:.5rem;font-size:.85rem;font-weight:700}.mission-header h2{color:var(--text-dark);font-size:2.4rem;font-weight:700;line-height:1.2}.mission-content{max-width:1200px;margin:0 auto}.mission-grid{gap:4rem;display:flex}.mission-col{flex:1}.mission-col p{color:#475569;margin:0 0 1.5rem;font-size:1.05rem;line-height:1.65}.mission-col .mission-lead{color:var(--text-dark);font-size:1.25rem;font-weight:600;line-height:1.5}.mission-bullets{flex-direction:column;gap:.85rem;margin-top:1.5rem;display:flex}.mission-bullet{color:var(--text-dark);align-items:center;gap:.75rem;font-size:.95rem;font-weight:600;display:flex}.bullet-dot{background-color:var(--primary-color);border-radius:50%;flex-shrink:0;width:8px;height:8px}.services-section{text-align:center;background-color:#fcfcfc;padding:5rem 10%}.services-section h2{color:#1a425f;margin-bottom:3rem;font-size:2.5rem;font-weight:500}.services-grid{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.service-card{background:#fff;border-radius:12px;flex-direction:column;align-items:center;width:220px;padding:2.5rem 1.5rem;transition:transform .3s;display:flex;box-shadow:0 4px 20px #0000000d}.service-card:hover{transform:translateY(-5px)}.service-icon{background-color:#f5f5f5;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:1.5rem;display:flex}.service-icon:before{content:"🌾";font-size:2rem}.service-card p{color:#1a425f;font-size:1.1rem;font-weight:500;line-height:1.3}.smarter-farming-section{background:linear-gradient(170deg,#0a1220 0%,#0e1a2e 40%,#0c1524 100%);padding:8rem 5%;position:relative;overflow:hidden}.smarter-farming-section:before{content:"";pointer-events:none;background:radial-gradient(#f1a43a0f 0%,#0c152400 70%);width:80%;height:60%;position:absolute;top:-20%;left:50%;transform:translate(-50%)}.smarter-farming-section:after{content:"";pointer-events:none;background:radial-gradient(circle,#3b82f60a 0%,#0c152400 70%);width:40%;height:40%;position:absolute;bottom:-10%;right:-5%}.sf-header{text-align:center;z-index:1;margin-bottom:4.5rem;position:relative}.sf-header h4{color:var(--primary-color);letter-spacing:3px;text-transform:uppercase;margin-bottom:.75rem;font-family:Outfit,sans-serif;font-size:.82rem;font-weight:800}.sf-header h2{color:#fff;max-width:650px;margin:0 auto 1.25rem;font-family:Outfit,sans-serif;font-size:2.8rem;font-weight:800;line-height:1.2}.sf-subtitle{color:#94a3b8;max-width:620px;margin:0 auto;font-size:1.08rem;line-height:1.65}.sf-content{z-index:1;justify-content:space-between;align-items:center;gap:2rem;max-width:1200px;margin:0 auto;display:flex;position:relative}.sf-content.sf-no-middle{grid-template-columns:repeat(2,1fr);align-items:stretch;gap:2rem;max-width:900px;display:grid}@media (width<=768px){.sf-content.sf-no-middle{grid-template-columns:1fr}}.sf-left,.sf-right{flex-direction:column;flex:1;gap:1.75rem;display:flex}.sf-card{-webkit-backdrop-filter:blur(12px);background:#ffffff06;border:1px solid #ffffff0f;border-radius:18px;gap:1.25rem;padding:1.75rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex}.sf-card:hover{background:#ffffff0a;border-color:#f1a43a33;transform:translateY(-4px);box-shadow:0 12px 30px #0003}.sf-card-icon-wrapper{width:48px;height:48px;color:var(--primary-color);background-color:#f1a43a1a;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;transition:all .3s;display:flex}.sf-card:hover .sf-card-icon-wrapper{background-color:var(--primary-color);color:#0c1524;transform:scale(1.05)}.sf-card-body h3{color:#fff;margin-bottom:.4rem;font-family:Outfit,sans-serif;font-size:1.15rem;font-weight:700;line-height:1.3}.sf-card-body .sf-bold{color:var(--primary-color);margin-bottom:.3rem;font-size:.88rem;font-weight:700}.sf-card-body p{color:#94a3b8;margin:0;font-size:.88rem;line-height:1.55}.sf-middle{flex-direction:column;flex:1.15;align-items:center;gap:2rem;display:flex}.sf-image-wrapper{border:1px solid #f1a43a26;border-radius:24px;width:100%;transition:all .5s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;box-shadow:0 0 0 1px #f1a43a14,0 20px 50px #00000059,0 0 80px -20px #f1a43a1f}.sf-image-wrapper:before{content:"";-webkit-mask-composite:xor;pointer-events:none;z-index:2;background:linear-gradient(135deg,#f1a43a4d,#3b82f626,#f1a43a1a);border-radius:24px;padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.sf-image-wrapper:hover{transform:scale(1.015);box-shadow:0 0 0 1px #f1a43a26,0 25px 60px #0006,0 0 100px -15px #f1a43a2e}.swat-map-img{object-fit:cover;border-radius:24px;width:100%;height:320px;display:block}.sf-button-container .sf-btn{letter-spacing:.3px;border-radius:50px;padding:1rem 2.5rem;font-family:Outfit,sans-serif;font-size:.95rem;font-weight:700;transition:all .3s;box-shadow:0 8px 25px #f1a43a33}.sf-button-container .sf-btn:hover{transform:translateY(-2px);box-shadow:0 12px 35px #f1a43a4d}.podcast-section{background-color:#0c1524;padding:7rem 5%;position:relative;overflow:hidden}.podcast-content{justify-content:space-between;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:flex}.podcast-text{flex:1.1}.podcast-text h4{color:var(--primary-color);letter-spacing:2px;text-transform:uppercase;margin-bottom:.75rem;font-size:.85rem;font-weight:700}.podcast-text h2{color:#fff;margin-bottom:1.5rem;font-size:2.8rem;font-weight:700;line-height:1.15}.podcast-description{color:#94a3b8;max-width:500px;margin-bottom:2.25rem;font-size:1.05rem;line-height:1.6}.podcast-platforms{flex-wrap:wrap;gap:1rem;margin-bottom:2rem;display:flex}.platform-badge{color:#cbd5e1;background:#ffffff0a;border:1px solid #ffffff14;border-radius:30px;align-items:center;gap:.6rem;padding:.6rem 1.25rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex}.platform-badge:hover{color:#fff;transform:translateY(-2px);box-shadow:0 10px 20px #0003}.platform-badge.spotify:hover{color:#1db954;background:#1db9541a;border-color:#1db9544d}.platform-badge.apple:hover{color:#e166d3;background:#d156c31a;border-color:#d156c34d}.podcast-cta-wrapper{margin-top:1rem}.podcast-cta-link{color:var(--primary-color);align-items:center;gap:.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.podcast-cta-link:hover{color:#f89d38;gap:.75rem}.podcast-embed-container{flex:.9;justify-content:flex-end;display:flex}.spotify-placeholder{-webkit-backdrop-filter:blur(12px);color:#fff;background:#0f172a99;border:1px solid #ffffff0f;border-radius:20px;align-items:center;gap:1.5rem;width:480px;padding:2rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;box-shadow:0 25px 50px -12px #0006}.spotify-placeholder:hover{border-color:#f08e2b33;transform:translateY(-5px);box-shadow:0 35px 60px #00000080}.spotify-img-container{border-radius:12px;flex-shrink:0;width:100px;height:100px;overflow:hidden;box-shadow:0 10px 20px #00000059}.spotify-album-art{object-fit:cover;width:100%;height:100%}.spotify-info{flex-direction:column;flex-grow:1;display:flex}.spotify-badge{color:var(--primary-color);letter-spacing:1.5px;margin-bottom:.4rem;font-size:.7rem;font-weight:700}.spotify-info h4{color:#fff;margin:0 0 .25rem;font-size:1.15rem;font-weight:700;line-height:1.3}.spotify-info p{color:#94a3b8;margin:0 0 .85rem;font-size:.85rem}.spotify-save{color:#1db954;cursor:pointer;font-size:.85rem;font-weight:600;transition:opacity .2s}.spotify-save:hover{opacity:.85}.spotify-controls{align-items:center;gap:1rem;display:flex}.spotify-time{color:#64748b;font-size:.8rem}.spotify-play{color:#0f172a;cursor:pointer;background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;padding-left:2px;font-size:1.1rem;transition:all .2s;display:flex}.spotify-placeholder:hover .spotify-play{background-color:var(--primary-color);color:#fff;transform:scale(1.05)}.spotify-logo{color:#1db954;align-items:center;gap:.35rem;font-size:.8rem;font-weight:700;display:flex;position:absolute;top:1.5rem;right:1.5rem}.contact-location-section{background-color:#f8fafc;padding:7rem 5%}.contact-location-container{align-items:stretch;gap:4rem;max-width:1200px;margin:0 auto;display:flex}.contact-column{flex:1.1}.info-column{flex:.9}.contact-form-card{background:#fff;border:1px solid #f08e2b0f;border-radius:24px;flex-direction:column;height:100%;padding:3.5rem;display:flex;box-shadow:0 20px 40px #0f25390a}.contact-form-card h2{color:var(--text-dark);letter-spacing:-.5px;margin-bottom:.5rem;font-size:2.3rem;font-weight:700}.contact-form-card .subtitle{color:#64748b;margin-bottom:2.5rem;font-size:1.1rem}.form-row{gap:1.5rem;margin-bottom:1.5rem;display:flex}.form-group{flex-direction:column;flex:1;display:flex}.form-group.full-width{margin-bottom:2rem}.form-group label{color:#475569;text-transform:uppercase;letter-spacing:.8px;margin-bottom:.6rem;font-size:.75rem;font-weight:700}.form-group input,.form-group textarea,.phone-input{color:#1e293b;background-color:#f8fafc;border:1px solid #cbd5e1;border-radius:12px;outline:none;padding:.9rem 1.2rem;font-family:inherit;font-size:1rem;transition:all .25s cubic-bezier(.16,1,.3,1)}.form-group input::placeholder,.form-group textarea::placeholder,.phone-input input::placeholder{color:#94a3b8}.form-group input:focus,.form-group textarea:focus{border-color:var(--primary-color);background-color:#fff;box-shadow:0 0 0 4px #f08e2b1f}.phone-input{background-color:#f8fafc;align-items:center;padding:.9rem 1.2rem;display:flex}.phone-input:focus-within{border-color:var(--primary-color);background-color:#fff;box-shadow:0 0 0 4px #f08e2b1f}.phone-input .flag{margin-right:.75rem;font-size:1.2rem;line-height:1}.phone-input input{color:#1e293b;border:none;outline:none;flex:1;padding:0;font-size:1rem;background-color:#0000!important}.form-submit{letter-spacing:.5px;border-radius:30px;width:100%;max-width:200px;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 14px #f08e2b4d}.form-submit:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f08e2b66}.info-tabs-card{background:#fff;border:1px solid #f08e2b0f;border-radius:24px;flex-direction:column;height:100%;display:flex;overflow:hidden;box-shadow:0 20px 40px #0f25390a}.info-media-container{border-bottom:1px solid #f1f5f9;height:250px;display:flex}.info-photo-panel{flex:1;position:relative;overflow:hidden}.info-shed-img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.info-photo-panel:hover .info-shed-img{transform:scale(1.05)}.info-shed-badge{-webkit-backdrop-filter:blur(8px);color:#fff;background:#0f172ad9;border:1px solid #ffffff14;border-radius:8px;padding:.45rem .9rem;font-size:.75rem;font-weight:700;position:absolute;bottom:1rem;left:1rem}.info-map-panel{border-left:1px solid #f1f5f9;flex:1;overflow:hidden}.info-text-panel{flex-direction:column;flex-grow:1;justify-content:space-between;gap:2.25rem;padding:2.5rem;display:flex}.info-hours-block h3,.details-col h3{color:var(--text-dark);align-items:center;gap:.6rem;margin-bottom:1rem;font-size:1.15rem;font-weight:700;display:flex}.info-icon-gold{color:var(--primary-color);flex-shrink:0}.hours-list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.hours-list li{color:#475569;border-bottom:1px dashed #e2e8f0;justify-content:space-between;padding-bottom:.5rem;font-size:.95rem;font-weight:500;display:flex}.hours-list li:last-child{border-bottom:none;padding-bottom:0}.hours-list li .sat-label,.hours-list li .sat-val{color:var(--primary-color);font-weight:600}.hours-list li .sun-label{color:#94a3b8}.hours-list li .sun-val{color:#ef4444;font-weight:600}.info-details-grid{border-top:1px solid #f1f5f9;gap:2rem;padding-top:1.75rem;display:flex}.details-col{flex:1}.details-col p{color:#475569;margin:0;font-size:.92rem;line-height:1.6}.details-col a{color:#0f172a;font-weight:600;text-decoration:none;transition:color .2s}.details-col a:hover{color:var(--primary-color)}.contact-person{font-weight:600}.contact-email{margin-top:.5rem;font-size:.9rem}.true-footer{background-color:var(--text-dark);color:#fff;padding:4rem 10% 2rem}.tf-top{flex-wrap:wrap;justify-content:space-between;gap:2rem;margin-bottom:4rem;display:flex}.tf-logo{flex:1;min-width:250px}.footer-brand-logo{max-height:70px}.tf-links{flex:2;justify-content:center;gap:4rem;display:flex}.tf-column{flex-direction:column;gap:.8rem;display:flex}.tf-column a{color:#c0d0d8;font-size:.95rem;text-decoration:none}.tf-column a:hover{color:#fff}.tf-contact{color:#c0d0d8;flex:1;min-width:200px;font-size:.95rem;line-height:1.6}.tf-contact a{color:#c0d0d8;text-decoration:none}.tf-contact a:hover{color:#fff}.tf-bottom{color:#8fa5b3;border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding-top:2rem;font-size:.85rem;display:flex}.tf-bottom-right{align-items:center;gap:1rem;display:flex}.staff-portal-link{color:#8fa5b3;font-weight:500;text-decoration:none;transition:all .2s}.staff-portal-link:hover{text-shadow:0 0 8px #ffb7034d;color:var(--primary-color)!important}.tf-divider{color:#fff3}.tf-bottom a{color:#8fa5b3;text-decoration:none}.tf-bottom a:hover{color:#fff}.about-hero{text-align:center;background-color:#fff;padding:6rem 5% 4rem}.about-hero h4{color:#1a425f;margin-bottom:.5rem;font-size:1.5rem;font-weight:500}.about-hero h1{color:#1a1a1a;font-size:3.5rem;font-weight:500}.crew-section{color:#fff;background-color:#0c1524;padding:6rem 5%}.crew-container{max-width:1300px;margin:0 auto}.crew-header{text-align:center;margin-bottom:5rem}.crew-header h2{letter-spacing:-1px;margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:3.2rem;font-weight:800}.crew-header p{color:#94a3b8;max-width:600px;margin:0 auto;font-size:1.15rem;line-height:1.6}.crew-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem;max-width:1200px;margin:0 auto;display:grid}.crew-card{background:#ffffff05;border:1px solid #ffffff0d;border-radius:24px;gap:2rem;padding:2.5rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex}.crew-card:hover{background:#ffffff0a;border-color:#f08e2b40;transform:translateY(-5px);box-shadow:0 20px 40px #0000004d}.crew-photo{flex:0 0 180px}.crew-photo img{object-fit:cover;border-radius:16px;width:100%;height:240px;transition:transform .4s;box-shadow:0 10px 20px #0000004d}.crew-card:hover .crew-photo img{transform:scale(1.03)}.crew-info{flex-direction:column;flex:1;display:flex}.crew-info h3{color:#fff;margin-bottom:.25rem;font-family:Outfit,sans-serif;font-size:1.6rem;font-weight:700}.crew-role{text-transform:uppercase;letter-spacing:2px;color:var(--primary-color);margin-bottom:1.25rem;font-size:.85rem;font-weight:700}.crew-info p{color:#cbd5e1;font-size:.95rem;line-height:1.7}@media (width<=992px){.crew-grid{grid-template-columns:1fr}}@media (width<=600px){.crew-card{text-align:center;flex-direction:column;align-items:center;padding:2rem}.crew-photo{flex:none;width:200px;margin-bottom:1rem}}.about-text-section{background-color:#fcfcfc;justify-content:center;padding:8rem 5%;display:flex}.about-text-container{align-items:center;gap:6rem;width:100%;max-width:1200px;display:flex}.about-text-left{flex:1.1}.about-pre-title{color:var(--primary-color);letter-spacing:3px;text-transform:uppercase;margin-bottom:1.5rem;font-size:.85rem;font-weight:700;display:inline-block}.about-text-left h2{color:#0c1524;letter-spacing:-1px;margin-bottom:2.5rem;font-family:Outfit,sans-serif;font-size:3.5rem;font-weight:800;line-height:1.1}.about-lead-box{border-left:4px solid var(--primary-color);padding-left:2rem}.about-text-left .large-text{color:#334155;font-size:1.15rem;font-weight:500;line-height:1.7}.about-text-right{color:#64748b;flex-direction:column;flex:1;gap:1.5rem;font-size:1.1rem;line-height:1.8;display:flex}@media (width<=900px){.about-text-container{flex-direction:column;gap:4rem}}.hiring-cta-section{background:linear-gradient(135deg,#0c1524 0%,#1a365d 100%);padding:7rem 5%;position:relative;overflow:hidden}.hiring-container{z-index:2;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:flex;position:relative}.hiring-text{color:#fff;flex:1}.hiring-text h2{letter-spacing:-1px;margin-bottom:1.5rem;font-family:Outfit,sans-serif;font-size:3rem;font-weight:800}.hiring-text p{color:#cbd5e1;max-width:500px;font-size:1.15rem;line-height:1.7}.hiring-form-wrapper{background:#fff;border-radius:24px;flex:1;padding:3rem;box-shadow:0 25px 50px #00000040}.hiring-form{flex-direction:column;gap:1.25rem;display:flex}.hiring-form .form-group input,.hiring-form .form-group textarea{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;width:100%;padding:1rem 1.25rem;font-family:Inter,sans-serif;font-size:1rem;transition:all .3s}.hiring-form .form-group input:focus,.hiring-form .form-group textarea:focus{border-color:var(--primary-color);background:#fff;outline:none;box-shadow:0 0 0 4px #f08e2b1a}.hiring-form .form-submit{border-radius:12px;width:100%;margin-top:.5rem;padding:1.1rem;font-size:1.1rem}@media (width<=900px){.hiring-container{flex-direction:column}.hiring-text{text-align:center}.hiring-text p{margin:0 auto}.hiring-form-wrapper{width:100%;padding:2rem}}.feature-scroll-container{background-color:#f8fafc;width:100%;padding-bottom:7rem}.fs-hero{text-align:center;padding:6rem 5% 3.5rem}.fs-hero h4{color:var(--primary-color);letter-spacing:2px;text-transform:uppercase;margin-bottom:.75rem;font-size:.9rem}.fs-hero h2{color:var(--text-dark);max-width:600px;margin:0 auto;font-size:2.5rem}.fs-section{background-color:#fff;border-radius:0;align-items:stretch;width:90%;max-width:1050px;margin:0 auto;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s;display:flex;position:relative}.fs-section:hover{z-index:5;transform:translateY(-4px)}.fs-section:first-of-type{border-top-left-radius:24px;border-top-right-radius:24px;box-shadow:0 -15px 40px #0f25390a,-15px 0 40px #0f25390a,15px 0 40px #0f25390a}.fs-section:first-of-type .fs-image-container{border-top-left-radius:0;border-top-right-radius:24px}.fs-section:first-of-type.reversed .fs-image-container{border-top-left-radius:24px;border-top-right-radius:0}.fs-section:last-of-type{border-bottom-right-radius:24px;border-bottom-left-radius:24px;box-shadow:0 15px 40px #0f25390f,-15px 0 40px #0f25390a,15px 0 40px #0f25390a}.fs-section:last-of-type .fs-image-container{border-bottom-right-radius:24px;border-bottom-left-radius:0}.fs-section:last-of-type.reversed .fs-image-container{border-bottom-right-radius:0;border-bottom-left-radius:24px}.fs-section:not(:first-of-type):not(:last-of-type){box-shadow:-15px 0 40px #0f25390a,15px 0 40px #0f25390a}.fs-section:hover{box-shadow:0 20px 40px #0f25391f}.fs-section.reversed{flex-direction:row-reverse}.fs-image-container{width:50%;min-height:420px;display:flex;position:relative;overflow:hidden}.fs-image{object-fit:cover;width:100%;height:100%;transition:transform 6s cubic-bezier(.16,1,.3,1)}.fs-section:hover .fs-image{transform:scale(1.04)}.fs-content{background:#fff;align-items:center;width:50%;padding:3.5rem 4rem;display:flex}.fs-text-wrapper{width:100%}.fs-icon{color:var(--primary-color);margin-bottom:1.25rem}.fs-text-wrapper h3{color:var(--text-dark);margin-bottom:1rem;font-size:1.85rem;line-height:1.25}.fs-text-wrapper p{color:#475569;margin-bottom:2rem;font-size:1.05rem;line-height:1.6}.fs-cta-btn{color:var(--text-dark);border:2px solid var(--text-dark);background-color:#0000;border-radius:30px;padding:.75rem 2rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.fs-cta-btn:hover{background-color:var(--text-dark);color:#fff}.home-services-section{background-color:#f8fafc;padding:4.5rem 5%;overflow:hidden}.hs-container{max-width:1200px;margin:0 auto}.hs-header{text-align:center;margin-bottom:2.75rem}.hs-header h4{color:var(--primary-color);letter-spacing:2px;text-transform:uppercase;margin-bottom:.5rem;font-size:.8rem;font-weight:700}.hs-header h2{color:var(--text-dark);max-width:600px;margin:0 auto .75rem;font-size:2.1rem;font-weight:700;line-height:1.25}.hs-subtitle{color:#64748b;max-width:600px;margin:0 auto;font-size:1rem;line-height:1.5}.hs-grid{flex-wrap:wrap;justify-content:center;gap:1.5rem;max-width:1200px;margin:0 auto;display:flex}.hs-card{text-align:left;background:#fff;border:1px solid #f1f5f9;border-radius:18px;flex-direction:column;flex:0 0 calc(25% - 1.15rem);align-items:flex-start;min-width:230px;padding:2.2rem 1.6rem;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s,border-color .4s;display:flex;position:relative;box-shadow:0 10px 25px #0f253905}.hs-card-icon-wrapper{width:50px;height:50px;color:var(--primary-color);background-color:#f08e2b14;border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.25rem;transition:all .3s;display:flex}.hs-card h3{color:var(--text-dark);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.hs-card p{color:#475569;flex-grow:1;margin-bottom:1.5rem;font-size:.9rem;line-height:1.5}.hs-card-link{color:var(--primary-color);align-items:center;gap:.35rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:color .25s;display:inline-flex}.hs-arrow-icon{transition:transform .25s}.hs-card:hover{border-color:#f08e2b33;transform:translateY(-5px);box-shadow:0 15px 35px #0f25390f}.hs-card:hover .hs-card-icon-wrapper{background-color:var(--primary-color);color:#fff;transform:scale(1.05)}.hs-card:hover .hs-arrow-icon{transform:translate(4px)}.hs-footer-cta{text-align:center;flex-direction:column;align-items:center;gap:1rem;margin-top:3.5rem;display:flex}.hs-footer-cta p{color:#475569;font-size:1rem}.hs-cta-btn{border-radius:30px;padding:.85rem 2.2rem;font-size:.95rem;font-weight:600}.hamburger{cursor:pointer;z-index:1000;display:none}@media (width<=1250px){.nav-links{gap:1.2rem}.nav-links a{font-size:.95rem}.btn-primary{padding:.6rem 1.4rem;font-size:.95rem}}@media (width<=950px){.hamburger{display:block}.nav-links{background-color:var(--text-dark);opacity:0;visibility:hidden;z-index:99;flex-direction:column;width:100%;padding:2rem 5%;transition:all .4s;position:absolute;top:100%;left:0;transform:translateY(-150%);box-shadow:0 10px 15px #0003}.nav-links.active{opacity:1;visibility:visible;transform:translateY(0)}.nav-links a{text-align:center;border-bottom:1px solid #ffffff0d;width:100%;padding:1rem 0;font-size:1.2rem}.nav-links a:last-child{border-bottom:none;margin-top:1.5rem}.hero-pre-title{letter-spacing:3px;margin-bottom:1rem;font-size:.8rem}.hero h1{letter-spacing:-1.5px;font-size:3.2rem}.hero-subtitle{margin-bottom:2.5rem;font-size:1.35rem}.hero-cta-btn{padding:1rem 2.2rem;font-size:1.1rem}.suppliers-grid{gap:2rem}.fs-section,.fs-section.reversed{border-radius:20px;flex-direction:column-reverse;align-items:stretch;min-height:auto;margin:0 auto 2.5rem;box-shadow:0 10px 30px #0f25390d}.fs-section:first-of-type,.fs-section:last-of-type{border-radius:20px}.fs-section:first-of-type .fs-image-container,.fs-section:first-of-type.reversed .fs-image-container,.fs-section:last-of-type .fs-image-container,.fs-section:last-of-type.reversed .fs-image-container{border-radius:0}.fs-image-container{width:100%;height:280px}.fs-content{width:100%;padding:2.5rem 2rem}.fs-text-wrapper h3{font-size:1.85rem}.hs-grid{gap:1.5rem}.hs-card{flex:0 0 calc(50% - .75rem);padding:2.2rem 1.5rem}.hs-header h2{font-size:2rem}.hs-footer-cta{margin-top:3.5rem}.smarter-farming-section{padding:4.5rem 5%}.sf-header h2{font-size:1.85rem}.sf-content{flex-direction:column;gap:2.5rem}.sf-middle{order:-1;width:100%;max-width:550px}.sf-left,.sf-right{width:100%}.mission-section{padding:4rem 5%}.mission-image-wrapper{height:280px;margin-bottom:2.5rem}.mission-header h2{font-size:1.85rem}.mission-grid{flex-direction:column;gap:1.5rem}.mission-col .mission-lead{font-size:1.15rem}.podcast-section{padding:4.5rem 5%}.podcast-content{text-align:center;flex-direction:column;gap:3rem}.podcast-text h2{font-size:2.1rem}.podcast-description{margin:0 auto 2rem}.podcast-platforms{justify-content:center}.podcast-embed-container{justify-content:center;width:100%}.spotify-placeholder{gap:1.25rem;width:100%;max-width:440px;padding:1.5rem}.spotify-img-container{width:80px;height:80px}.spotify-info h4{font-size:1.05rem}.contact-location-section{padding:4.5rem 5%}.contact-location-container{flex-direction:column;gap:3rem}.contact-column,.info-column{width:100%}.contact-form-card{padding:2.5rem 2rem}.contact-form-card h2{font-size:1.95rem}.info-media-container{height:180px}.info-text-panel{padding:2rem}.info-details-grid{flex-direction:column;gap:1.5rem}}@media (width<=768px){.suppliers-grid{gap:1.5rem}.supplier-logo{min-width:120px;font-size:1rem}.hs-card{flex:0 0 100%;padding:2rem 1.5rem}.sf-card{border-radius:16px;gap:1rem;padding:1.5rem}.sf-card-body h3{font-size:1.15rem}.contact-location-section{padding:3.5rem 4%}.contact-form-card{padding:2.5rem 1.5rem}.contact-form-card h2{font-size:2rem}.contact-form-card .subtitle{margin-bottom:2rem;font-size:1rem}.form-row{flex-direction:column;gap:1.25rem;margin-bottom:1.25rem}.form-group.full-width{margin-bottom:1.5rem}.form-submit{max-width:100%}}.page-header{text-align:center;color:#fff;background-color:var(--text-dark);justify-content:center;align-items:center;height:40vh;min-height:400px;display:flex;position:relative;overflow:hidden}.page-header-bg{object-fit:cover;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.page-header-placeholder{background:linear-gradient(135deg, var(--text-dark), #1a425f)}.page-header-overlay{z-index:2;background:linear-gradient(#0c152466 0%,#0c1524d9 100%);width:100%;height:100%;position:absolute;top:0;left:0}.page-header-content{z-index:3;max-width:900px;padding:0 5%;position:relative}.page-header-content h4{letter-spacing:3px;color:var(--primary-color);text-transform:uppercase;text-shadow:0 2px 10px #0c152480;margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:1rem;font-weight:700}.page-header-content h1{letter-spacing:-1.5px;text-shadow:0 4px 20px #0c152499;font-family:Outfit,sans-serif;font-size:4rem;font-weight:800;line-height:1.1}@media (width<=768px){.page-header-content h1{font-size:2.8rem}}.service-detail-page{background-color:#f8fafc;min-height:100vh}.service-detail-hero{color:#fff;text-align:center;background-position:50%;background-size:cover;padding:12rem 5% 8rem;position:relative}.sd-hero-content{z-index:2;max-width:800px;margin:0 auto;position:relative}.back-link{color:var(--primary-color);text-transform:uppercase;letter-spacing:2px;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:opacity .3s;display:inline-flex}.back-link:hover{opacity:.8}.sd-icon{color:var(--primary-color);margin-bottom:1.5rem;display:inline-block}.sd-icon svg{width:30px;height:30px}.sd-hero-content h1{letter-spacing:-1px;font-family:Outfit,sans-serif;font-size:4.5rem;font-weight:800}.service-detail-content-section{padding:6rem 5%}.sd-container{align-items:flex-start;gap:4rem;max-width:1200px;margin:0 auto;display:flex}.sd-main-content{background:#fff;border-radius:24px;flex:2;padding:4rem;box-shadow:0 10px 40px #0000000d}.sd-main-content h2{color:#0c1524;margin-bottom:2rem;font-family:Outfit,sans-serif;font-size:2.5rem}.sd-lead-text{color:#334155;font-size:1.25rem;font-weight:500;line-height:1.7}.sd-divider{background:#f1f5f9;width:100%;height:2px;margin:2.5rem 0}.sd-body-text{color:#64748b;font-size:1.1rem;line-height:1.8}.sd-sidebar{flex:1;position:sticky;top:120px}.sd-contact-card{color:#fff;background:linear-gradient(135deg,#0c1524 0%,#1a365d 100%);border-radius:24px;padding:2.5rem;box-shadow:0 20px 40px #0003}.sd-contact-card h3{margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:1.8rem}.sd-contact-card p{color:#cbd5e1;margin-bottom:2rem;line-height:1.6}@media (width<=900px){.sd-container{flex-direction:column}.sd-sidebar{width:100%;position:relative;top:0}.sd-hero-content h1{font-size:3rem}.sd-main-content{padding:2.5rem}}.sup-logo-full-img.sipcam-logo{transform:scale(1.15)}.supplier-card:hover .sup-logo-full-img.sipcam-logo{transform:scale(1.22)}.sup-logo-full-img.incitec-logo{transform:scale(1.6)}.supplier-card:hover .sup-logo-full-img.incitec-logo{transform:scale(1.65)}.btn-secondary{border:1.5px solid var(--primary-color);color:var(--primary-color);cursor:pointer;white-space:nowrap;background-color:#0000;border-radius:30px;padding:.8rem 1.8rem;font-size:1.05rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.btn-secondary:hover{background-color:var(--primary-color);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #f1a43a33}.sd-contact-card .btn-secondary{transition:all .3s;color:#fff!important;background-color:#0000!important;border-color:#ffffff4d!important}.sd-contact-card .btn-secondary:hover{transform:translateY(-2px);color:#fff!important;box-shadow:none!important;background-color:#ffffff1a!important;border-color:#fff!important}.sd-features-section{text-align:left;margin-top:2.5rem}.sd-features-section h3{color:#0c1524;margin-bottom:1.5rem;font-family:Outfit,sans-serif;font-size:1.8rem}.sd-features-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:1rem;display:grid}@media (width<=600px){.sd-features-grid{grid-template-columns:1fr}}.sd-feature-card{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;align-items:flex-start;gap:1rem;padding:1.25rem;transition:all .3s;display:flex}.sd-feature-card:hover{border-color:var(--primary-color);transform:translateY(-2px);box-shadow:0 4px 20px #f1a43a14}.sd-feature-icon-wrapper{background-color:#f1a43a1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.sd-check-icon{color:var(--primary-color);font-size:.9rem;font-weight:700}.sd-feature-text{color:#475569;margin:0;font-size:1rem;font-weight:500;line-height:1.5}.sd-gallery-section{text-align:left;margin-top:2.5rem}.sd-gallery-header{margin-bottom:2rem}.sd-gallery-pre{color:var(--primary-color);letter-spacing:2px;margin-bottom:.5rem;font-family:Outfit,sans-serif;font-size:.85rem;font-weight:800;display:block}.sd-gallery-header h3{color:#0c1524;margin-bottom:.5rem;font-family:Outfit,sans-serif;font-size:1.8rem}.sd-gallery-header p{color:#64748b;margin:0;font-size:1rem}.sd-gallery-grid{gap:1.5rem;display:grid}.sd-gallery-grid.grid-count-1{grid-template-columns:1fr}.sd-gallery-grid.grid-count-1 .sd-gallery-card{height:400px}.sd-gallery-grid.grid-count-2{grid-template-columns:1.4fr 1fr;height:380px}.sd-gallery-grid.grid-count-2 .sd-gallery-card{height:100%}.sd-gallery-grid.grid-count-3{grid-template-rows:repeat(2,200px);grid-template-columns:1.5fr 1fr;gap:1.5rem}.sd-gallery-grid.grid-count-3 .sd-gallery-card:first-child{grid-row:span 2;height:100%}.sd-gallery-grid.grid-count-3 .sd-gallery-card:nth-child(2),.sd-gallery-grid.grid-count-3 .sd-gallery-card:nth-child(3){height:100%}@media (width<=768px){.sd-gallery-grid.grid-count-2,.sd-gallery-grid.grid-count-3{grid-template-rows:auto;grid-template-columns:1fr;height:auto}.sd-gallery-grid.grid-count-2 .sd-gallery-card,.sd-gallery-grid.grid-count-3 .sd-gallery-card{height:280px}}.sd-gallery-card{cursor:pointer;background-color:#0c1524;border:1px solid #e2e8f0;border-radius:20px;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000000d}.sd-gallery-img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1);display:block}.sd-gallery-card:hover .sd-gallery-img{transform:scale(1.06)}.sd-gallery-overlay{opacity:0;pointer-events:none;background:linear-gradient(#0c152400 40%,#0c1524a6 100%);align-items:flex-end;width:100%;height:100%;padding:1.5rem;transition:opacity .4s;display:flex;position:absolute;top:0;left:0}.sd-gallery-card:hover .sd-gallery-overlay{opacity:1}.sd-gallery-tag{color:#fff;letter-spacing:1.5px;text-transform:uppercase;font-size:.8rem;font-weight:600;transition:transform .4s cubic-bezier(.16,1,.3,1);transform:translateY(10px)}.sd-gallery-card:hover .sd-gallery-tag{transform:translateY(0)}.beulah-page{color:#0c1524;background-color:#fff;overflow:hidden}.beulah-hero{text-align:center;color:#fff;background-color:#0c1524;justify-content:center;align-items:center;height:60vh;min-height:450px;padding:80px 1.5rem 0;display:flex;position:relative}.beulah-hero-bg{z-index:1;background-image:url(https://images.unsplash.com/photo-1500937386664-56d1dfef3854?q=80&w=2070&auto=format&fit=crop);background-position:50% 30%;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0}.beulah-hero-overlay{z-index:2;background:linear-gradient(#0c152480 0%,#0c1524d9 100%);width:100%;height:100%;position:absolute;top:0;left:0}.beulah-hero-content{z-index:3;max-width:800px;position:relative}.beulah-pre-title{color:var(--primary-color);letter-spacing:3px;text-transform:uppercase;margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:.9rem;font-weight:800;display:block}.beulah-hero h1{margin:0 0 1.5rem;font-family:Outfit,sans-serif;font-size:3.5rem;font-weight:800;line-height:1.15}.beulah-subtitle{color:#e2e8f0;max-width:650px;margin:0 auto;font-size:1.25rem;line-height:1.6}@media (width<=768px){.beulah-hero h1{font-size:2.5rem}.beulah-subtitle{font-size:1.1rem}}.beulah-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.beulah-section-tag{color:var(--primary-color);letter-spacing:2px;text-transform:uppercase;margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:.85rem;font-weight:800;display:block}.beulah-intro-section{background-color:#fff;padding:6rem 0}.beulah-intro-grid{grid-template-columns:1.1fr .9fr;align-items:center;gap:4rem;display:grid}@media (width<=991px){.beulah-intro-grid{grid-template-columns:1fr;gap:3.5rem}}.beulah-story h2{color:#0c1524;margin-bottom:1.5rem;font-family:Outfit,sans-serif;font-size:2.5rem;line-height:1.2}.beulah-lead{color:#1e293b;margin-bottom:1.5rem;font-size:1.15rem;font-weight:600;line-height:1.6}.beulah-story p{color:#475569;margin-bottom:2rem;font-size:1.05rem;line-height:1.7}.beulah-contact-strip{border-top:1px solid #e2e8f0;gap:2.5rem;padding-top:2rem;display:flex}@media (width<=480px){.beulah-contact-strip{flex-direction:column;gap:1.5rem}}.beulah-contact-item{align-items:flex-start;gap:1rem;display:flex}.beulah-contact-item .contact-icon{color:var(--primary-color);flex-shrink:0;margin-top:.2rem}.beulah-contact-item h4{color:#0c1524;margin:0 0 .25rem;font-family:Outfit,sans-serif;font-size:1.1rem}.beulah-contact-item p{color:#64748b;margin:0;font-size:.95rem}.beulah-contact-item p a{color:#0c1524;font-weight:600;text-decoration:none;transition:color .2s}.beulah-contact-item p a:hover{color:var(--primary-color)}.beulah-weather-widget{color:#fff;background-color:#0c1524;border:1px solid #ffffff14;border-radius:24px;padding:2.75rem 2.5rem 3rem;position:relative;overflow:hidden;box-shadow:0 20px 40px #0c152426}.beulah-weather-widget:before{content:"";pointer-events:none;background:radial-gradient(circle,#f1a43a0f 0%,#0c152400 70%);width:100%;height:100%;position:absolute;top:-50%;right:-50%}.widget-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.75rem;display:flex}.widget-title{flex:1;align-items:flex-start;gap:.75rem;display:flex}.widget-title h3{margin:0;font-family:Outfit,sans-serif;font-size:1.45rem;font-weight:800;line-height:1.35}.widget-title .text-gold{margin-top:.2rem}.live-badge{color:var(--primary-color);letter-spacing:1px;background-color:#f1a43a26;border-radius:50px;flex-shrink:0;margin-top:.15rem;padding:.35rem .75rem;font-family:Outfit,sans-serif;font-size:.75rem;font-weight:800}.widget-sub{color:#94a3b8;margin:0 0 2.25rem;font-size:.92rem;line-height:1.6}.widget-stats-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-bottom:2rem;display:grid}.widget-stat-card{background-color:#ffffff08;border:1px solid #ffffff0d;border-radius:16px;align-items:center;gap:1rem;padding:1.25rem;transition:all .3s;display:flex}.widget-stat-card:hover{background-color:#ffffff0f;border-color:#f1a43a33}.stat-icon-wrapper{color:var(--primary-color);background-color:#f1a43a1a;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.stat-info{flex-direction:column;display:flex}.stat-label{color:#64748b;text-transform:uppercase;letter-spacing:.5px;font-size:.8rem;font-weight:600}.stat-val{color:#fff;font-family:Outfit,sans-serif;font-size:1.3rem;font-weight:700}.widget-spray-safety{border:1px solid #ffffff0a;border-left:4px solid var(--primary-color);background-color:#ffffff05;border-radius:16px;margin-bottom:1.75rem;padding:1.5rem}.widget-spray-safety.optimal-window{border-left-color:#10b981}.widget-spray-safety.warning-window{border-left-color:var(--primary-color)}.widget-spray-safety h4{color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin:0 0 .5rem;font-family:Outfit,sans-serif;font-size:.85rem;font-weight:800}.widget-spray-safety p{margin:0;font-size:1rem;font-weight:600;line-height:1.5}.widget-spray-safety p .text-green{color:#10b981}.widget-spray-safety p .text-warning{color:var(--primary-color)}.widget-footer{text-align:center;color:#475569;letter-spacing:.5px;border-top:1px solid #ffffff0a;margin-top:1.75rem;padding-top:1.25rem;font-size:.75rem;display:block}.text-center{text-align:center!important}.beulah-services-section{text-align:center;background-color:#f8fafc;padding:6rem 0}.beulah-services-section h2{color:#0c1524;margin-bottom:.75rem;font-family:Outfit,sans-serif;font-size:2.5rem}.beulah-section-subtitle{color:#64748b;max-width:600px;margin:0 auto 4rem;font-size:1.1rem}.beulah-services-grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}@media (width<=1200px){.beulah-services-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.beulah-services-grid{grid-template-columns:1fr;max-width:600px;margin:0 auto}}.beulah-service-card{text-align:left;background-color:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:2.5rem;transition:all .4s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 25px #00000005}.beulah-service-card:hover{border-color:var(--primary-color);transform:translateY(-6px);box-shadow:0 15px 40px #f1a43a0f}.card-icon-container{color:var(--primary-color);background-color:#f1a43a14;border-radius:16px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1.75rem;display:flex}.beulah-service-card h3{color:#0c1524;margin:0 0 1rem;font-family:Outfit,sans-serif;font-size:1.4rem}.beulah-service-card p{color:#475569;margin:0;font-size:.98rem;line-height:1.6}.beulah-contact-section{background-color:#fff;padding:7rem 0}.beulah-contact-grid{grid-template-columns:.94fr 1.06fr;align-items:center;gap:5rem;display:grid}@media (width<=991px){.beulah-contact-grid{grid-template-columns:1fr;gap:4rem}}.beulah-contact-info h2{color:#0c1524;margin-bottom:1.5rem;font-family:Outfit,sans-serif;font-size:2.5rem}.beulah-contact-info p{color:#475569;margin-bottom:1.5rem;font-size:1.05rem;line-height:1.7}.beulah-info-list{flex-direction:column;gap:1.25rem;margin-top:2rem;display:flex}.info-row{color:#0c1524;align-items:center;gap:1rem;font-size:1.05rem;font-weight:600;display:flex}.beulah-form-container{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:24px;padding:3rem;box-shadow:0 15px 35px #00000005}@media (width<=480px){.beulah-form-container{padding:2rem 1.5rem}}.beulah-form{flex-direction:column;gap:1.25rem;display:flex}.form-group-row{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}@media (width<=480px){.form-group-row{grid-template-columns:1fr}}.form-group{text-align:left;flex-direction:column;gap:.5rem;display:flex}.form-group label{color:#334155;text-transform:uppercase;letter-spacing:.5px;font-family:Outfit,sans-serif;font-size:.9rem;font-weight:700}.form-group input,.form-group select,.form-group textarea{color:#0c1524;background-color:#fff;border:1px solid #cbd5e1;border-radius:12px;outline:none;padding:.85rem 1rem;font-size:1rem;transition:all .25s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--primary-color);box-shadow:0 0 0 4px #f1a43a1a}.beulah-form-success{text-align:center;flex-direction:column;align-items:center;gap:1.25rem;padding:3rem 1rem;display:flex}.beulah-form-success h3{color:#0c1524;margin:0;font-family:Outfit,sans-serif;font-size:1.8rem}.beulah-form-success p{color:#475569;max-width:420px;margin:0;font-size:1.05rem;line-height:1.6}.home-weather-section{color:#fff;background-color:#0c1524;border-top:1px solid #ffffff0d;border-bottom:1px solid #ffffff0d;max-width:100vw;padding:6rem 0;position:relative;overflow:hidden}.home-weather-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#f1a43a0a 0%,#0c152400 70%);width:50%;height:60%;position:absolute;top:-30%;left:10%}.home-weather-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.home-weather-header{text-align:center;max-width:800px;margin:0 auto 3rem}.weather-pre{color:var(--primary-color);letter-spacing:3px;text-transform:uppercase;margin-bottom:.75rem;font-family:Outfit,sans-serif;font-size:.85rem;font-weight:800;display:block}.home-weather-header h2{color:#fff;margin:0 0 1rem;font-family:Outfit,sans-serif;font-size:2.8rem;font-weight:800}.weather-subtitle{color:#94a3b8;font-size:1.1rem;line-height:1.6}.home-weather-tabs-container{justify-content:center;margin-bottom:2.5rem;display:flex}.weather-tabs{background-color:#ffffff08;border:1px solid #ffffff0d;border-radius:14px;gap:.5rem;padding:.45rem;display:inline-flex}.weather-tab-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:center;gap:.6rem;padding:.75rem 1.5rem;font-family:Outfit,sans-serif;font-size:.95rem;font-weight:700;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.weather-tab-btn:hover{color:#fff;background-color:#ffffff05}.weather-tab-btn.active{color:#0c1524;background-color:var(--primary-color)}.home-weather-display-wrapper{max-width:900px;margin:0 auto}.home-weather-widget{background-color:#ffffff05;border:1px solid #ffffff0f;border-radius:24px;padding:3rem;position:relative;box-shadow:0 15px 40px #0003}.h-widget-top{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding-bottom:1.75rem;display:flex}@media (width<=640px){.h-widget-top{flex-direction:column;align-items:flex-start;gap:1rem}}.h-widget-meta{align-items:center;gap:1rem;display:flex}.h-widget-meta h3{color:#fff;margin:0 0 .2rem;font-family:Outfit,sans-serif;font-size:1.35rem}.station-desc{color:#64748b;text-transform:uppercase;letter-spacing:1px;margin:0;font-size:.85rem;font-weight:700}.h-live-pulse{color:#10b981;letter-spacing:.5px;background-color:#10b9811a;border-radius:50px;align-items:center;gap:.5rem;padding:.4rem .85rem;font-family:Outfit,sans-serif;font-size:.75rem;font-weight:800;display:flex}.pulse-dot{background-color:#10b981;border-radius:50%;width:7px;height:7px;animation:1.8s infinite h-pulse}@keyframes h-pulse{0%{opacity:1;transform:scale(.9)}50%{opacity:.4;transform:scale(1.3)}to{opacity:1;transform:scale(.9)}}.h-widget-stats{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:2rem;display:grid}@media (width<=900px){.h-widget-stats{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.h-widget-stats{grid-template-columns:1fr}}.h-stat-card{background-color:#ffffff05;border:1px solid #ffffff0a;border-radius:16px;align-items:center;gap:1rem;padding:1.5rem;transition:all .3s;display:flex}.h-stat-card:hover{background-color:#ffffff0a;border-color:#f1a43a33}.h-icon{color:var(--primary-color);background-color:#f1a43a1a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.h-info{flex-direction:column;display:flex}.h-label{color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.15rem;font-size:.78rem;font-weight:600}.h-value{color:#fff;font-family:Outfit,sans-serif;font-size:1.25rem;font-weight:700}.h-widget-footer{border-top:1px solid #ffffff0f;flex-direction:column;align-items:stretch;gap:1.5rem;padding-top:1.75rem;display:flex}.h-recommendation-box{border:1px solid #ffffff0a;border-left:4px solid var(--primary-color);text-align:left;background-color:#ffffff05;border-radius:16px;flex-direction:column;align-items:flex-start;gap:.5rem;padding:1.5rem;display:flex}.h-recommendation-box.optimal-window{border-left-color:#10b981}.h-recommendation-box.warning-window{border-left-color:var(--primary-color)}.recommendation-title{color:#64748b;letter-spacing:.5px;text-transform:uppercase;font-family:Outfit,sans-serif;font-size:.82rem;font-weight:800}.h-recommendation-box p{text-align:left;margin:0;font-size:.98rem;font-weight:600;line-height:1.55}.h-recommendation-box p .text-green{color:#10b981}.h-recommendation-box p .text-warn{color:var(--primary-color)}.h-updated{color:#475569;text-align:right;align-self:flex-end;font-size:.75rem;font-weight:600}.h-gauge-row{background-color:#ffffff05;border:1px solid #ffffff0a;border-radius:16px;grid-template-columns:1fr auto;align-items:center;gap:1.5rem;margin-bottom:1.5rem;padding:1.5rem;display:grid}@media (width<=600px){.h-gauge-row{grid-template-columns:1fr;gap:1.25rem}}.h-rain-gauge{flex-direction:column;flex:1;gap:.5rem;display:flex}.h-gauge-header{justify-content:space-between;align-items:baseline;display:flex}.h-gauge-label{text-transform:uppercase;letter-spacing:.5px;color:#64748b;font-family:Outfit,sans-serif;font-size:.82rem;font-weight:800}.h-gauge-values{color:#fff;font-family:Outfit,sans-serif;font-size:.95rem;font-weight:700}.h-gauge-avg{color:#475569;font-size:.8rem;font-weight:500}.h-gauge-track{background-color:#ffffff0f;border-radius:50px;height:14px;position:relative;overflow:hidden}.h-gauge-fill{background:linear-gradient(90deg,#3b82f6,#10b981);border-radius:50px;justify-content:flex-end;align-items:center;min-width:2.5rem;height:100%;padding-right:.4rem;transition:width 1.2s cubic-bezier(.16,1,.3,1);display:flex}.h-gauge-pct{color:#fff;letter-spacing:.3px;font-size:.65rem;font-weight:800}.h-gauge-sub{color:#475569;font-size:.75rem;font-weight:600}.h-harvest-countdown{text-align:center;border-left:1px solid #ffffff0f;flex-direction:column;align-items:center;gap:.15rem;min-width:110px;padding-left:1.5rem;display:flex}@media (width<=600px){.h-harvest-countdown{border-top:1px solid #ffffff0f;border-left:none;flex-flow:wrap;justify-content:space-between;align-items:center;gap:.5rem;padding-top:1rem;padding-left:0}}.h-harvest-label{text-transform:uppercase;letter-spacing:.5px;color:#64748b;white-space:nowrap;font-family:Outfit,sans-serif;font-size:.75rem;font-weight:800}.h-harvest-number{color:var(--primary-color);font-family:Outfit,sans-serif;font-size:2.6rem;font-weight:800;line-height:1}.h-harvest-unit{color:#94a3b8;font-size:.82rem;font-weight:600}.h-harvest-weeks{color:#64748b;font-size:.75rem}.h-harvest-date{color:#475569;margin-top:.1rem;font-size:.72rem;font-weight:600}@media (width<=600px){.weather-tabs{flex-direction:column;width:100%;display:flex}.weather-tab-btn{justify-content:center;width:100%;padding:.65rem 1.2rem}}@media (width<=480px){.hero h1{letter-spacing:-1px!important;font-size:2.3rem!important;line-height:1.15!important}.hero-subtitle{margin-bottom:2rem!important;font-size:1.15rem!important}.hero-cta-btn{justify-content:center;width:100%;padding:.95rem 1.8rem!important;font-size:1.05rem!important}.home-weather-widget{border-radius:18px!important;padding:1.75rem!important}.h-widget-meta h3{font-size:1.1rem!important}.h-widget-top{gap:.75rem!important}.h-stat-card{padding:1.15rem!important}.h-value{font-size:1.15rem!important}.h-widget-footer{padding-top:1.5rem!important}.h-updated{text-align:center!important;align-self:center!important}}.privacy-page{background-color:#f8fafc;min-height:100vh;padding:130px 20px 80px}.privacy-container{background:#fff;border:1px solid #e2e8f0;border-radius:16px;max-width:900px;margin:0 auto;overflow:hidden;box-shadow:0 4px 20px #0000000d}.privacy-header{background:var(--text-dark);color:#fff;padding:40px}.privacy-tag{color:var(--primary-color);letter-spacing:1.5px;align-items:center;gap:12px;margin-bottom:20px;font-size:.85rem;font-weight:700;display:flex}.privacy-header h1{margin-bottom:10px;font-family:Outfit,sans-serif;font-size:2.5rem}.privacy-date{color:#94a3b8;font-size:1.1rem}.privacy-content{color:#334155;padding:40px}.privacy-content section{margin-bottom:40px}.privacy-content h2{color:var(--text-dark);align-items:center;gap:12px;margin-bottom:15px;font-family:Outfit,sans-serif;font-size:1.5rem;display:flex}.privacy-content p{margin-bottom:15px;font-size:1.05rem;line-height:1.8}.privacy-content ul{margin-bottom:20px;padding-left:25px;font-size:1.05rem;line-height:1.8}.privacy-content li{margin-bottom:8px}.privacy-contact-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;margin-top:20px;padding:25px}.privacy-contact-box p{margin-bottom:5px}@media (width<=768px){.privacy-header,.privacy-content{padding:25px}.privacy-header h1{font-size:2rem}}.podcast-page{width:100%;overflow-x:hidden}.pod-hero{justify-content:center;align-items:center;min-height:85vh;display:flex;position:relative;overflow:hidden}.pod-hero-bg{z-index:0;background:linear-gradient(135deg,#0f2539 0%,#1a3d5c 30%,#1f4a6e 50%,#1a3d5c 70%,#0f2539 100%);position:absolute;inset:0}.pod-hero-gradient{background:radial-gradient(80% 60% at 30%,#f1a43a14 0%,#0000 60%),radial-gradient(60% 80% at 70% 30%,#f1a43a0d 0%,#0000 50%);position:absolute;inset:0}.pod-particles{pointer-events:none;z-index:1;position:absolute;inset:0}.pod-particle{background:#f1a43a;border-radius:50%;animation:linear infinite pod-float;position:absolute;bottom:-10px}@keyframes pod-float{0%{opacity:0;transform:translateY(0)rotate(0)}10%{opacity:var(--opacity,.2)}90%{opacity:var(--opacity,.2)}to{opacity:0;transform:translateY(-100vh)rotate(360deg)}}.pod-hero-content{z-index:2;align-items:center;gap:5rem;width:100%;max-width:1200px;padding:6rem 5%;animation:1s ease-out forwards pod-fadeUp;display:flex;position:relative}@keyframes pod-fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.pod-cover-wrapper{flex-shrink:0;position:relative}.pod-cover-glow{filter:blur(25px);background:radial-gradient(circle,#f1a43a40 0%,#0000 70%);border-radius:30px;animation:4s ease-in-out infinite alternate pod-glow;position:absolute;inset:-20px}@keyframes pod-glow{0%{opacity:.5;transform:scale(.95)}to{opacity:1;transform:scale(1.05)}}.pod-cover{background:linear-gradient(145deg,#1a4a6e 0%,#1f3b5e 40%,#15334f 100%);border-radius:24px;justify-content:center;align-items:center;width:300px;height:300px;transition:transform .5s cubic-bezier(.23,1,.32,1);display:flex;position:relative;overflow:hidden;box-shadow:0 25px 60px #00000080,0 0 0 1px #ffffff0d,inset 0 1px #ffffff14}.pod-cover:hover{transform:scale(1.03)rotate(-1deg)}.pod-cover:before{content:"";opacity:.6;pointer-events:none;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%23f1a43a' fill-opacity='0.08' d='M0,224L48,213.3C96,203,192,181,288,186.7C384,192,480,224,576,229.3C672,235,768,213,864,192C960,171,1056,149,1152,154.7C1248,160,1344,192,1392,208L1440,224L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z'%3E%3C/path%3E%3C/svg%3E") bottom/cover no-repeat;height:40%;position:absolute;bottom:0;left:0;right:0}.pod-cover-logo{object-fit:cover;z-index:1;border-radius:24px;width:100%;height:100%;position:relative}.pod-hero-text{color:#fff;max-width:550px}.pod-badge{color:#f1a43a;letter-spacing:2px;text-transform:uppercase;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f1a43a26;border:1px solid #f1a43a4d;border-radius:50px;align-items:center;gap:.6rem;margin-bottom:1.5rem;padding:.5rem 1.2rem;font-size:.75rem;font-weight:700;display:inline-flex}.pod-badge-dot{background:#f1a43a;border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite pod-pulse}@keyframes pod-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.8)}}.pod-hero-text h1{background:linear-gradient(135deg,#fff 0%,#e0e8f0 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:4.5rem;font-weight:700;line-height:1}.pod-tagline{color:#f1a43a;margin-bottom:1rem;font-size:1.4rem;font-style:italic;font-weight:600}.pod-description{color:#ffffffa6;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.7}.pod-platform-links{flex-wrap:wrap;gap:.8rem;display:flex}.pod-platform-btn{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0f;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:.6rem;padding:.75rem 1.4rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.pod-platform-btn:hover{border-color:var(--platform-color);color:var(--platform-color);background:#ffffff1f;transform:translateY(-3px);box-shadow:0 8px 25px #0000004d}.pod-platform-btn svg{transition:color .3s}.pod-platform-btn:hover svg{color:var(--platform-color)}.pod-episodes{background:linear-gradient(#f8fafc 0%,#fff 100%);padding:6rem 5%}.pod-episodes-header{text-align:center;margin-bottom:4rem}.pod-episodes-header h2{color:#1a425f;letter-spacing:-.5px;margin-bottom:.8rem;font-size:3rem;font-weight:600}.pod-episodes-header p{color:#64748b;font-size:1.2rem}.pod-episodes-grid{grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:1.5rem;max-width:1200px;margin:0 auto;display:grid}.pod-episode-card{cursor:pointer;opacity:0;background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:2rem;transition:all .4s cubic-bezier(.23,1,.32,1);position:relative;overflow:hidden;transform:translateY(30px)}.pod-episode-card.visible{opacity:1;transform:translateY(0)}.pod-episode-card:before{content:"";background:linear-gradient(#f1a43a,#e0942d);border-radius:0 4px 4px 0;width:4px;height:0;transition:height .4s;position:absolute;top:0;left:0}.pod-episode-card:hover{border-color:#f1a43a33;transform:translateY(-4px);box-shadow:0 20px 40px #1a425f14,0 0 0 1px #f1a43a1a}.pod-episode-card.visible:hover{transform:translateY(-4px)}.pod-episode-card:hover:before{height:100%}.pod-ep-top{justify-content:space-between;align-items:center;margin-bottom:1.2rem;display:flex}.pod-ep-number{letter-spacing:2px;color:#f1a43a;text-transform:uppercase;background:#f1a43a14;border-radius:6px;padding:.3rem .8rem;font-size:.75rem;font-weight:800}.pod-ep-meta{color:#94a3b8;gap:1rem;font-size:.85rem;display:flex}.pod-ep-duration{color:#64748b;font-weight:600}.pod-ep-title{color:#1a425f;margin-bottom:.8rem;font-size:1.4rem;font-weight:600;line-height:1.3;transition:color .3s}.pod-episode-card:hover .pod-ep-title{color:#f1a43a}.pod-ep-desc{color:#64748b;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.pod-ep-bottom{justify-content:space-between;align-items:center;display:flex}.pod-ep-play{color:#fff;background:linear-gradient(135deg,#1a425f,#1f4a6e);border-radius:50px;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.pod-ep-play:hover{background:linear-gradient(135deg,#f1a43a,#e0942d);transform:scale(1.05);box-shadow:0 6px 20px #f1a43a4d}.pod-ep-wave{align-items:center;gap:2px;height:24px;display:flex}.pod-wave-bar{background:#cbd5e1;border-radius:2px;width:3px;transition:all .3s}.pod-episode-card:hover .pod-wave-bar{background:#f1a43a;animation:.6s ease-in-out infinite alternate pod-wave-anim}@keyframes pod-wave-anim{0%{transform:scaleY(.4)}to{transform:scaleY(1)}}.pod-about{color:#fff;background:#0f2539;padding:6rem 5%}.pod-about-inner{align-items:center;gap:5rem;max-width:1200px;margin:0 auto;display:flex}.pod-about-visual{flex:1;justify-content:center;align-items:center;display:flex}.pod-about-quote{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff14;border-radius:20px;padding:3rem;position:relative}.pod-about-quote svg{color:#f1a43a;opacity:.6;margin-bottom:1.5rem}.pod-about-quote p{color:#fffc;font-size:1.3rem;font-style:italic;line-height:1.7}.pod-about-text{flex:1}.pod-about-text h2{margin-bottom:1.5rem;font-size:2.8rem;font-weight:600;line-height:1.2}.pod-about-text h2 span{color:#f1a43a}.pod-about-text p{color:#ffffffa6;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.7}.pod-about-text strong{color:#fff}.pod-subscribe-btn{color:#fff;background:linear-gradient(135deg,#f1a43a,#e0942d);border-radius:50px;align-items:center;gap:.8rem;margin-top:1rem;padding:1rem 2rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 8px 25px #f1a43a40}.pod-subscribe-btn:hover{transform:translateY(-3px);box-shadow:0 12px 35px #f1a43a59}.pod-subscribe-btn svg{transition:transform .3s}.pod-subscribe-btn:hover svg{transform:translate(4px)}@media (width<=1024px){.pod-hero-content{text-align:center;flex-direction:column;gap:3rem;padding-top:4rem}.pod-hero-text h1{font-size:3.5rem}.pod-platform-links{justify-content:center}.pod-cover{width:250px;height:250px}.pod-cover-title{font-size:2.2rem}}@media (width<=900px){.pod-about-inner{flex-direction:column;gap:3rem}.pod-about-text h2{font-size:2.2rem}.pod-episodes-grid{grid-template-columns:1fr}}@media (width<=600px){.pod-hero{min-height:auto;padding-bottom:3rem}.pod-hero-text h1{font-size:2.8rem}.pod-tagline{font-size:1.1rem}.pod-description{font-size:1rem}.pod-cover{width:200px;height:200px}.pod-cover-title{font-size:1.8rem}.pod-wheat-icon svg{width:48px;height:48px}.pod-platform-links{flex-direction:column;align-items:center}.pod-platform-btn{justify-content:center;width:100%}.pod-episodes{padding:4rem 5%}.pod-episodes-header h2{font-size:2.2rem}.pod-episode-card{padding:1.5rem}.pod-ep-title{font-size:1.2rem}.pod-about{padding:4rem 5%}.pod-about-quote{padding:2rem}.pod-about-quote p{font-size:1.1rem}.pod-subscribe-btn{justify-content:center;width:100%}}.pod-ep-embed-wrapper{background:#00000008;border-radius:12px;margin-top:1.25rem;margin-bottom:1.25rem;animation:.4s cubic-bezier(.16,1,.3,1) forwards slideDownPlayer;overflow:hidden;box-shadow:inset 0 2px 8px #0000000d}@keyframes slideDownPlayer{0%{opacity:0;max-height:0;transform:scale(.97)translateY(-10px)}to{opacity:1;max-height:250px;transform:scale(1)translateY(0)}}.pod-ep-play.playing-btn{color:#1a425f;background:#f1f5f9;border:1px solid #cbd5e1}.pod-ep-play.playing-btn:hover{color:#fff;background:#ef4444;border-color:#ef4444;box-shadow:0 6px 20px #ef44444d}.pod-episode-card.playing{border-color:#f1a43a;box-shadow:0 15px 35px #f1a43a14}.guide-page-wrapper{color:var(--text-dark);background:#fbfcfd;font-family:Inter,sans-serif;overflow-x:hidden}.guide-hero{text-align:center;color:#fff;background:url(https://images.unsplash.com/photo-1500937386664-56d1dfef3854?q=80&w=2070&auto=format&fit=crop) 50%/cover no-repeat;justify-content:center;align-items:center;height:60vh;min-height:520px;display:flex;position:relative}.guide-hero-overlay{z-index:1;background:linear-gradient(#1f3b5e80 0%,#1f3b5ee6 100%);width:100%;height:100%;position:absolute;top:0;left:0}.guide-hero-content{z-index:2;max-width:850px;padding:0 1.5rem;animation:1s cubic-bezier(.16,1,.3,1) forwards guideFadeIn;position:relative}.guide-pre-title{letter-spacing:3px;color:var(--primary-color);text-transform:uppercase;margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:.9rem;font-weight:800;display:block}.guide-hero h1{letter-spacing:-1.5px;margin-bottom:1.5rem;font-family:Outfit,sans-serif;font-size:4rem;font-weight:900;line-height:1.1}.guide-hero p{color:#ffffffe6;margin-bottom:2.5rem;font-size:1.2rem;line-height:1.6}.guide-hero-ctas{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.guide-scroll-btn{background:var(--primary-color);color:#fff;border-radius:50px;align-items:center;gap:.5rem;padding:1rem 2.25rem;font-family:Outfit,sans-serif;font-size:1.05rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 10px 25px #f1a43a4d}.guide-scroll-btn:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 15px 30px #f1a43a66}@keyframes guideFadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.philosophy-bar{background:#fff;border-bottom:1px solid #e2e8f0;padding:2.5rem 0;box-shadow:0 4px 15px #1f3b5e05}.philosophy-grid{grid-template-columns:repeat(3,1fr);gap:3rem;display:grid}.philosophy-item{align-items:flex-start;gap:1.25rem;display:flex}.ph-number{color:#f1a43a33;font-family:Outfit,sans-serif;font-size:2.25rem;font-weight:900;line-height:1}.philosophy-item h3{color:var(--text-dark);margin-bottom:.35rem;font-size:1.1rem;font-weight:700}.philosophy-item p{color:#64748b;font-size:.9rem;line-height:1.5}.guide-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.guide-section-header{text-align:center;max-width:750px;margin:0 auto 3rem}.guide-section-header h4{color:var(--primary-color);letter-spacing:2px;text-transform:uppercase;margin-bottom:.5rem;font-size:.85rem;font-weight:700}.guide-section-header h2{color:var(--text-dark);letter-spacing:-.5px;margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:2.5rem;font-weight:800}.guide-section-header p{color:#64748b;font-size:1.1rem;line-height:1.6}.guide-playbook-section{background:#fff;border-bottom:1px solid #f1f5f9;padding:6.5rem 0}.booklet-tabs-container{background:#fff;border:1px solid #e2e8f0;border-radius:100px;flex-wrap:wrap;justify-content:center;align-items:center;gap:.4rem;width:fit-content;max-width:100%;margin:0 auto 4rem;padding:.5rem;display:flex;box-shadow:0 8px 30px #0f172a0a}.booklet-tab-btn{color:#64748b;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:100px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.4rem;font-family:Outfit,sans-serif;font-size:.95rem;font-weight:700;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex}.booklet-tab-btn:hover{color:var(--text-dark);background:#1f3b5e0a}.booklet-tab-btn.active{background:var(--text-dark);color:#fff;box-shadow:0 4px 15px #1f3b5e26}.chapter-layout{grid-template-columns:1.2fr 1fr;align-items:start;gap:4rem;display:grid}.chapter-text{flex-direction:column;display:flex}.chapter-badge{color:var(--primary-color);letter-spacing:1.5px;margin-bottom:.5rem;font-size:.75rem;font-weight:800}.chapter-text h2{color:var(--text-dark);margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:2.25rem;font-weight:900}.chapter-lead{color:#475569;margin-bottom:2.5rem;font-size:1.15rem;line-height:1.6}.chapter-visual{border-radius:24px;position:relative;overflow:hidden;box-shadow:0 15px 35px #1f3b5e14}.chapter-img{object-fit:cover;width:100%;height:auto;max-height:520px;display:block}.quote-overlay-box{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#1f3b5ef2;border:1px solid #ffffff1a;border-radius:18px;padding:1.5rem;position:absolute;bottom:2rem;left:2rem;right:2rem}.quote-overlay-box p{color:#ffffffe6;margin-bottom:.75rem;font-size:.95rem;font-style:italic;line-height:1.5}.quote-overlay-box span{letter-spacing:1px;color:var(--primary-color);text-transform:uppercase;font-family:Outfit,sans-serif;font-size:.8rem;font-weight:700}.process-timeline{flex-direction:column;gap:1.75rem;display:flex}.timeline-step{align-items:flex-start;gap:1.25rem;display:flex}.timeline-num{background:var(--primary-color);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;margin-top:.2rem;font-family:Outfit,sans-serif;font-size:.95rem;font-weight:800;display:flex}.timeline-body h4{color:var(--text-dark);margin-bottom:.25rem;font-size:1.1rem;font-weight:700}.timeline-body p{color:#64748b;font-size:.925rem;line-height:1.5}.services-spec-grid{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2.5rem;display:grid}.service-spec-card{background:#f8fafc;border:1px solid #f1f5f9;border-radius:18px;padding:1.5rem;transition:all .3s}.service-spec-card:hover{background:#fff;border-color:#f1a43a33;box-shadow:0 8px 24px #1f3b5e0a}.spec-card-icon{color:var(--primary-color);background:#f1a43a14;border-radius:8px;justify-content:center;align-items:center;width:38px;height:38px;margin-bottom:1rem;display:flex}.service-spec-card h3{color:var(--text-dark);margin-bottom:.5rem;font-size:1.05rem;font-weight:700}.service-spec-card p{color:#64748b;font-size:.875rem;line-height:1.5}.agworld-callout{color:#fff;background:linear-gradient(135deg,#1b3047 0%,#112032 100%);border:1px solid #ffffff0d;border-radius:20px;padding:2rem}.agworld-badge{background:var(--primary-color);color:#fff;letter-spacing:1px;border-radius:30px;margin-bottom:.75rem;padding:.2rem .6rem;font-size:.65rem;font-weight:800;display:inline-block}.agworld-callout h3{margin-bottom:.5rem;font-family:Outfit,sans-serif;font-size:1.25rem;font-weight:800}.agworld-callout p{color:#ffffffbf;font-size:.9rem;line-height:1.5}.swat-tech-list{flex-direction:column;gap:1.5rem;display:flex}.swat-tech-item{border-left:3px solid var(--primary-color);background:#f8fafc;border-radius:0 16px 16px 0;padding:1.25rem 1.75rem}.swat-tech-item h4{color:var(--text-dark);margin-bottom:.35rem;font-size:1.1rem;font-weight:700}.swat-tech-item p{color:#475569;font-size:.925rem;line-height:1.55}.weeds-story-box{background:#fdfaf3;border:1px solid #f1a43a33;border-radius:20px;margin-bottom:2rem;padding:2rem}.weeds-story-header{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.weeds-story-header h3{color:var(--text-dark);font-family:Outfit,sans-serif;font-size:1.25rem;font-weight:800}.weeds-story-box p{color:#475569;margin-bottom:1rem;font-size:.95rem;line-height:1.6}.weeds-story-box p:last-child{margin-bottom:0}.swat-bullet-points{flex-direction:column;gap:.75rem;display:flex}.bullet-point{color:var(--text-dark);align-items:center;gap:.6rem;font-size:.925rem;font-weight:600;display:flex}.seed-map-mock{color:#fff;background:#0b1521;border:1px solid #ffffff14;border-radius:20px;padding:1.5rem}.seed-map-caption{border-top:1px solid #ffffff1a;margin-top:1.25rem;padding-top:1rem}.seed-map-caption h4{margin-bottom:.25rem;font-family:Outfit,sans-serif;font-size:1.05rem;font-weight:700}.seed-map-caption p{color:#fff9;font-size:.8rem;line-height:1.4}.guide-calculator-section{background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:8rem 0}.guide-calc-grid{grid-template-columns:1fr 1.1fr;align-items:start;gap:4rem;display:grid}.guide-calc-inputs{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:3rem;box-shadow:0 10px 30px #0f172a05}.guide-calc-inputs h3{color:var(--text-dark);margin-bottom:.25rem;font-family:Outfit,sans-serif;font-size:1.6rem;font-weight:800}.calc-inputs-sub{color:#64748b;margin-bottom:2.5rem;font-size:.95rem}.input-group{margin-bottom:2.25rem}.input-group:last-child{margin-bottom:0}.input-label-row{justify-content:space-between;align-items:center;margin-bottom:.85rem;display:flex}.input-label-row label{color:var(--text-dark);font-size:1.05rem;font-weight:700}.input-val-display{color:var(--primary-color);background:#f1a43a14;border-radius:30px;padding:.3rem .8rem;font-family:Outfit,sans-serif;font-size:1.15rem;font-weight:800}.calc-slider{appearance:none;background:#e2e8f0;border-radius:10px;outline:none;width:100%;height:6px;margin-bottom:.5rem}.calc-slider::-webkit-slider-thumb{appearance:none;background:var(--primary-color);cursor:pointer;border-radius:50%;width:20px;height:20px;transition:transform .2s;box-shadow:0 2px 6px #f1a43a66}.calc-slider::-webkit-slider-thumb:hover{background:var(--primary-hover);transform:scale(1.2)}.slider-limits{color:#94a3b8;justify-content:space-between;font-size:.75rem;font-weight:600;display:flex}.crop-type-selector{flex-wrap:wrap;gap:.75rem;margin-top:.75rem;display:flex}.crop-btn{color:#64748b;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.9rem;font-size:.95rem;font-weight:700;transition:all .3s;display:inline-flex}.crop-btn:hover{background:#f1f5f9;border-color:#cbd5e1}.crop-btn.active{background:var(--text-dark);border-color:var(--text-dark);color:#fff}.results-card{background:var(--text-dark);color:#fff;border-radius:28px;padding:3.5rem;position:sticky;top:110px;box-shadow:0 25px 50px #1f3b5e33}.results-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:2rem;display:flex}.results-header h3{font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:800;line-height:1.2}.results-badge{color:#ffffffd9;letter-spacing:1.5px;background:#ffffff1a;border-radius:30px;padding:.35rem .75rem;font-size:.65rem;font-weight:800}.result-metric{flex-direction:column;gap:.25rem;display:flex}.metric-label{color:#fff9;font-size:.9rem;font-weight:500}.metric-value.flat-cost{font-family:Outfit,sans-serif;font-size:2.25rem;font-weight:800}.results-divider{background:#ffffff1f;height:1px;margin:2rem 0}.metrics-sub-grid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.sub-metric{flex-direction:column;gap:.5rem;display:flex}.metric-icon-label{color:#fff9;align-items:center;gap:.4rem;font-size:.85rem;font-weight:600;display:flex}.sub-label-pct{opacity:.75;font-size:.75rem}.sub-metric-value{font-family:Outfit,sans-serif;font-size:1.75rem;font-weight:800}.text-gold{color:var(--primary-color)!important}.text-green{color:#3a8b6c!important}.total-benefit-box{text-align:center;background:#ffffff0d;border:1px solid #ffffff0f;border-radius:20px;flex-direction:column;align-items:center;padding:2rem;display:flex}.total-label{color:#ffffffbf;text-transform:uppercase;letter-spacing:1px;margin-bottom:.25rem;font-size:.95rem;font-weight:700}.total-value{color:var(--primary-color);text-shadow:0 4px 20px #f1a43a26;margin-bottom:.75rem;font-family:Outfit,sans-serif;font-size:3.25rem;font-weight:900;line-height:1}.total-sub{color:#ffffff73;font-size:.75rem;line-height:1.4}.guide-faq-section{background:#fff;padding:8rem 0}.guide-faq-grid{grid-template-columns:1fr 1fr;gap:2.5rem;margin-bottom:6rem;display:grid}.faq-card{background:#f8fafc;border:1px solid #f1f5f9;border-radius:20px;padding:2.5rem;transition:border-color .3s}.faq-card:hover{border-color:#f1a43a4d}.faq-icon-wrapper{color:var(--primary-color);background:#f1a43a14;border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;margin-bottom:1.5rem;display:flex}.faq-card h3{color:var(--text-dark);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.faq-card p{color:#475569;font-size:.95rem;line-height:1.6}.guide-bottom-cta{background:linear-gradient(135deg, var(--text-dark) 0%, #152942 100%);text-align:center;color:#fff;border-radius:30px;padding:5rem 3rem;position:relative;overflow:hidden;box-shadow:0 20px 45px #1f3b5e26}.guide-bottom-cta:before{content:"";pointer-events:none;background:radial-gradient(circle at 10% 10%,#f1a43a14 0%,#0000 60%);width:100%;height:100%;position:absolute;top:0;left:0}.guide-bottom-cta h2{margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:2.75rem;font-weight:800}.guide-bottom-cta p{color:#fffc;max-width:650px;margin:0 auto 3rem;font-size:1.15rem;line-height:1.6}.cta-buttons-row{flex-wrap:wrap;justify-content:center;gap:1.25rem;display:flex}.btn-secondary{color:#fff;background:#ffffff14;border:1px solid #ffffff26;border-radius:50px;align-items:center;gap:.5rem;padding:1rem 2.25rem;font-family:Outfit,sans-serif;font-size:1.05rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.btn-secondary:hover{background:#ffffff26;transform:translateY(-2px)}@media (width<=1140px){.booklet-tabs-container{border-radius:20px;flex-wrap:wrap;padding:1rem}.booklet-tab-btn{border-radius:8px;padding:.75rem 1rem}}@media (width<=992px){.philosophy-grid{grid-template-columns:1fr;gap:2rem}.chapter-layout,.guide-calc-grid{grid-template-columns:1fr;gap:3rem}.results-card{position:static}.quote-overlay-box{background:var(--text-dark);margin-top:1.5rem;position:static}}@media (width<=768px){.guide-hero h1{font-size:3rem}.guide-hero p{font-size:1.1rem}.guide-section-header h2{font-size:2rem}.guide-faq-grid{grid-template-columns:1fr;gap:1.5rem}.guide-bottom-cta h2{font-size:2rem}.guide-bottom-cta{padding:3.5rem 1.5rem}.results-card{padding:2.25rem}.guide-calc-inputs{padding:2rem}.metrics-sub-grid{grid-template-columns:1fr;gap:1.5rem}.total-value{font-size:2.5rem}.services-spec-grid{grid-template-columns:1fr}}
