@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Noto+Sans+Devanagari:wght@400;500;600;700;800;900&display=swap";:root{--forest:#123b22;--forest-2:#0a2716;--green:#1e7a3c;--green-2:#2fa24e;--gold:#f5a623;--lime:#9ccc65;--pale:#eaf6ec;--paper:#fff;--ink:#14251a;--muted:#65776a;--border:#123b221f;--shadow:0 24px 70px #123b2226;--shadow-soft:0 16px 40px #123b221a;--radius-lg:30px;--radius-md:22px;--radius-sm:16px;--header-height:76px;--cursor-x:50vw;--cursor-y:50vh}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:linear-gradient(#f7fff8 0%,#fff 48%,#f2fbf3 100%);margin:0;font-family:Mukta,Noto Sans Devanagari,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-x:hidden}body.dark-mode{--paper:#0d1b12;--ink:#ecfff0;--muted:#aec7b5;--pale:#102718;--border:#eaf6ec1f;--shadow:0 24px 70px #00000073;--shadow-soft:0 16px 40px #00000059;background:linear-gradient(#07150d 0%,#0d1b12 50%,#0a2113 100%)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer;border:0}img{max-width:100%;display:block}.container{width:min(1180px,100% - 32px);margin:0 auto}.section-pad{padding:72px 0}.site-header{z-index:100;height:var(--header-height);padding:max(10px, env(safe-area-inset-top)) 16px 10px;color:#fff;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#123b22f5;border-bottom:1px solid #ffffff1f;justify-content:space-between;align-items:center;gap:12px;display:flex;position:sticky;top:0;box-shadow:0 10px 35px #0000001f}.brand{align-items:center;gap:10px;min-width:0;display:flex}.brand img{object-fit:contain;background:#fff;border-radius:50%;width:48px;height:48px;padding:4px}.brand div{line-height:1;display:grid}.brand strong{letter-spacing:.05em;font-size:1.05rem}.brand span{color:var(--lime);letter-spacing:.08em;font-size:.95rem;font-weight:800}.nav{inset:var(--header-height) 16px auto 16px;color:var(--forest);box-shadow:var(--shadow);opacity:0;pointer-events:none;background:#fff;border-radius:24px;gap:6px;padding:12px;transition:all .25s;display:grid;position:fixed;transform:translateY(-18px)scale(.98)}.nav.open{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.nav a{border-radius:14px;padding:13px 14px;font-weight:800}.nav a:hover{background:var(--pale)}.header-actions{align-items:center;gap:8px;display:flex}.mini-btn,.menu-btn{color:#fff;background:#ffffff1f;border:1px solid #ffffff24;border-radius:999px;min-height:44px;padding:0 13px;font-weight:800}.icon-only{width:44px;padding:0}.menu-btn{place-items:center;gap:4px;width:46px;padding:10px;display:grid}.menu-btn span{background:#fff;border-radius:99px;width:20px;height:2px;display:block}.hero{min-height:calc(100svh - var(--header-height));background:radial-gradient(circle at 10% 10%,#9ccc6559,#0000 28%),radial-gradient(circle at 90% 20%,#f5a6232e,#0000 25%),linear-gradient(135deg,#f7fff8 0%,#eaf6ec 46%,#fff 100%);align-items:center;display:flex;position:relative;overflow:hidden}.hero:before{content:"";opacity:.5;background-image:linear-gradient(120deg,#123b220d 25%,#0000 25%),linear-gradient(60deg,#123b220a 25%,#0000 25%);background-size:82px 82px;position:absolute;inset:0}.hero-bg-orb{filter:blur(20px);opacity:.2;border-radius:50%;width:300px;height:300px;animation:7s ease-in-out infinite float;position:absolute}.orb-one{background:var(--green);bottom:10%;left:-120px}.orb-two{background:var(--gold);animation-delay:2s;top:14%;right:-120px}.hero-grid{align-items:center;gap:34px;display:grid;position:relative}.eyebrow-pill{border:1px solid var(--border);width:fit-content;color:var(--green);background:#ffffffb8;border-radius:999px;align-items:center;padding:8px 14px;font-weight:800;display:inline-flex;box-shadow:0 10px 30px #123b2214}.dark-mode .eyebrow-pill{background:#ffffff0f}.hero h1{letter-spacing:-.05em;color:var(--forest);margin:18px 0 12px;font-size:clamp(2.45rem,11vw,5.7rem);line-height:.92}.dark-mode .hero h1{color:#ecfff0}.hero h3{color:var(--green);margin:0 0 15px;font-size:clamp(1.3rem,5vw,2.2rem);line-height:1.1}.hero p{color:var(--muted);margin:0;font-size:1.1rem;line-height:1.58}.hero-ctas{flex-wrap:wrap;gap:12px;margin:26px 0 14px;display:flex}.btn{border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;min-height:52px;padding:0 22px;font-weight:900;transition:transform .22s,box-shadow .22s,background .22s;display:inline-flex}.btn:hover{transform:translateY(-2px)}.btn.primary{background:linear-gradient(135deg, var(--gold), #ffd46b);color:#2b2105;box-shadow:0 16px 34px #f5a6234d}.btn.ghost{color:var(--forest);background:#ffffffbd;border-color:#123b2233}.dark-mode .btn.ghost{color:#ecfff0;background:#ffffff14;border-color:#ffffff24}.full{width:100%}.micro-copy{font-weight:800;color:var(--green)!important;font-size:.96rem!important}.hero-card{position:relative}.hero-image-wrap{box-shadow:var(--shadow);background:#fff;border:10px solid #ffffffdb;border-radius:36px;position:relative;overflow:hidden;transform:rotate(1deg)}.dark-mode .hero-image-wrap{background:#07150d;border-color:#ffffff14}.floating-card{color:var(--forest);border:1px solid var(--border);box-shadow:var(--shadow-soft);background:#fffffff0;border-radius:999px;padding:10px 14px;font-weight:900;position:absolute}.dark-mode .floating-card{color:#ecfff0;background:#102718}.floating-card.one{top:22px;left:-6px}.floating-card.two{bottom:28px;right:-4px}.trust-bar{background:var(--forest);color:#fff;z-index:2;padding:18px 0;position:relative}.trust-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.trust-item{background:#ffffff14;border-radius:18px;gap:2px;padding:16px;display:grid}.trust-item strong{color:var(--gold);font-size:clamp(1.8rem,8vw,3.1rem);line-height:1}.trust-item span{opacity:.9;font-weight:800}.section-heading{max-width:760px;margin-bottom:28px}.section-heading h2{letter-spacing:-.04em;color:var(--forest);margin:16px 0 12px;font-size:clamp(2rem,7vw,4rem);line-height:1}.dark-mode .section-heading h2{color:#ecfff0}.section-heading p{color:var(--muted);margin:0;font-size:1.08rem;line-height:1.6}.problems-section{background:var(--paper)}.why-section{background:linear-gradient(180deg, var(--paper), var(--pale));position:relative;overflow:hidden}.why-section:before{content:"";filter:blur(6px);background:#f5a62321;border-radius:50%;width:420px;height:420px;position:absolute;top:40px;right:-160px}.why-grid{gap:16px;display:grid;position:relative}.why-card{border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-soft);background:#ffffffc7;padding:22px;transition:transform .22s,border-color .22s}.dark-mode .why-card{background:#ffffff0e}.why-card:hover{border-color:#f5a62373;transform:translateY(-4px)}.why-icon{background:linear-gradient(135deg, var(--forest), var(--green));color:#fff;border-radius:18px;place-items:center;width:56px;height:56px;font-size:1.65rem;display:grid;box-shadow:0 16px 32px #123b222e}.problem-grid,.service-grid,.models-grid,.crop-grid,.story-grid{gap:16px;display:grid}.problem-card,.service-card,.model-card,.crop-card,.mini-card,.story-card,.process-card,.layer-card,.result-card,.lead-form,.contact-card{border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-soft);background:#ffffffd1}.dark-mode .problem-card,.dark-mode .service-card,.dark-mode .model-card,.dark-mode .crop-card,.dark-mode .mini-card,.dark-mode .story-card,.dark-mode .process-card,.dark-mode .layer-card,.dark-mode .result-card,.dark-mode .lead-form,.dark-mode .contact-card{background:#ffffff0e}.problem-card{padding:24px;position:relative;overflow:hidden}.problem-card:after{content:"";background:var(--pale);border-radius:50%;width:100px;height:100px;position:absolute;top:-30px;right:-30px}.card-number{color:var(--gold);font-size:2.4rem;font-weight:900;line-height:1}h3{color:var(--forest);margin:8px 0;font-size:1.32rem;line-height:1.1}.dark-mode h3{color:#ecfff0}p{color:var(--muted);line-height:1.6}.services-section{background:linear-gradient(180deg, var(--pale), transparent)}.service-card{padding:22px;transition:all .22s}.service-card:hover,.model-card:hover,.crop-card:hover{transform:translateY(-4px)}.service-icon{background:var(--pale);border-radius:18px;place-items:center;width:56px;height:56px;font-size:1.8rem;display:grid}.models-section{background:var(--forest);color:#fff;position:relative;overflow:hidden}.models-section .section-heading h2,.models-section h3{color:#fff}.models-section .section-heading p{color:#ffffffbf}.models-section .eyebrow-pill{color:#fff;background:#ffffff1a;border-color:#ffffff24}.model-card{background:#ffffff14;border-color:#ffffff24;padding:24px}.model-card p{color:#ffffffbd}.model-card strong{color:var(--gold);margin:12px 0;font-size:1.1rem;display:block}.tag{color:var(--gold);background:#f5a62329;border-radius:999px;padding:6px 12px;font-weight:900}.text-btn{color:var(--lime);background:0 0;padding:0;font-weight:900}.crops-section{background:var(--paper)}.crops-layout{gap:28px;display:grid}.crop-grid{grid-template-columns:1fr}.crop-card{padding:18px}.crop-card span{font-size:2rem}.crop-image-card{box-shadow:var(--shadow);border:8px solid #ffffffc7;border-radius:34px;align-self:start;position:sticky;top:96px;overflow:hidden}.dark-mode .crop-image-card{border-color:#ffffff14}.crop-image-card img{aspect-ratio:4/5;object-fit:cover;object-position:center;width:100%}.multilayer-section{background:linear-gradient(180deg, transparent, var(--pale))}.multilayer-grid,.nursery-grid,.roi-grid,.contact-grid{align-items:center;gap:28px;display:grid}.multi-image,.phone-preview{box-shadow:var(--shadow);background:#fff;border:8px solid #fffc;border-radius:34px;overflow:hidden}.dark-mode .multi-image,.dark-mode .phone-preview{background:#07150d;border-color:#ffffff14}.multi-image img,.phone-preview img{aspect-ratio:4/5;object-fit:cover;object-position:top;width:100%}.layer-stack{gap:14px;display:grid}.layer-card{gap:16px;padding:18px;display:flex}.layer-card span{background:var(--green);color:#fff;border-radius:50%;flex:0 0 48px;place-items:center;height:48px;font-weight:900;display:grid}.layer-card h3,.layer-card p{margin-top:0;margin-bottom:5px}.roi-section{background:var(--forest);color:#fff}.roi-section .section-heading h2{color:#fff}.roi-section .section-heading p{color:#ffffffbf}.roi-section .eyebrow-pill{color:#fff;background:#ffffff1a;border-color:#ffffff24}.calculator-box{gap:14px;margin-top:22px;display:grid}.calculator-box label{color:#fff;gap:8px;font-weight:900;display:grid}input,select,textarea{border:1px solid var(--border);color:#152018;background:#fffffff0;border-radius:16px;outline:none;width:100%;min-height:54px;padding:0 15px}textarea{resize:vertical;padding-top:14px}input:focus,select:focus,textarea:focus{border-color:var(--gold);box-shadow:0 0 0 4px #f5a6232e}.disclaimer{color:#ffffffbd;border-left:4px solid var(--gold);padding-left:12px;font-size:.95rem}.result-card{color:var(--forest);background:#fff;padding:22px}.dark-mode .result-card{color:#ecfff0;background:#ffffff14}.result-card div{border-bottom:1px dashed var(--border);justify-content:space-between;align-items:center;gap:12px;padding:14px 0;display:flex}.result-card span{color:var(--muted);font-weight:800}.result-card strong{color:var(--green);font-size:1.45rem}.result-card .btn{margin-top:18px}.process-section{background:var(--paper)}.process-timeline{gap:14px;display:grid;position:relative}.process-card{padding:20px;position:relative;overflow:hidden}.process-card span{color:var(--gold);font-size:2.2rem;font-weight:900;line-height:1}.process-card h3,.process-card p{margin-bottom:0}.nursery-section{background:var(--pale)}.nursery-cards{gap:14px;display:grid}.mini-card{padding:20px}.cta-band{color:#fff;text-align:center;background:linear-gradient(135deg,#0a2716,#1e7a3c);padding:54px 0;position:relative;overflow:hidden}.cta-band:before{content:"";background:radial-gradient(circle at 30% 20%,#f5a6233d,#0000 25%),radial-gradient(circle at 90% 60%,#9ccc653d,#0000 28%);position:absolute;inset:-80px}.cta-band .container{position:relative}.cta-band h2{letter-spacing:-.04em;margin:0 0 8px;font-size:clamp(2rem,7vw,4rem);line-height:1}.cta-band p{color:#ffffffd1;margin-bottom:22px}.gallery-section{background:var(--paper)}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.gallery-item{box-shadow:var(--shadow-soft);background:var(--pale);border-radius:22px;margin:0;overflow:hidden}.gallery-item img{object-fit:cover;object-position:top;width:100%;height:210px;transition:transform .35s}.gallery-item:hover img{transform:scale(1.04)}.story-heading{color:var(--forest);margin:42px 0 18px;font-size:clamp(2rem,7vw,3.4rem)}.dark-mode .story-heading{color:#ecfff0}.story-card{gap:16px;padding:20px;display:flex}.avatar{background:linear-gradient(135deg, var(--green), var(--lime));color:#fff;border-radius:50%;flex:0 0 54px;place-items:center;width:54px;height:54px;font-size:1.4rem;font-weight:900;display:grid}.story-card span{color:var(--green);font-weight:900}.story-card p{margin-bottom:0}.faq-section{background:linear-gradient(180deg, transparent, var(--pale))}.faq-list{gap:12px;display:grid}details{border:1px solid var(--border);box-shadow:var(--shadow-soft);background:#ffffffdb;border-radius:18px;padding:0 16px}.dark-mode details{background:#ffffff0e}summary{cursor:pointer;color:var(--forest);padding:18px 0;font-weight:900;list-style:none}.dark-mode summary{color:#ecfff0}summary::-webkit-details-marker{display:none}details p{margin-top:0}.contact-section{background:var(--forest);color:#fff}.contact-section .section-heading h2{color:#fff}.contact-section .section-heading p{color:#ffffffbf}.contact-section .eyebrow-pill{color:#fff;background:#ffffff1a;border-color:#ffffff24}.contact-cards{gap:10px;margin:20px 0;display:grid}.contact-card{color:var(--forest);background:#fffffff2;padding:14px 16px;font-weight:900}.lead-form{gap:12px;padding:18px;display:grid}.lead-form input,.lead-form select,.lead-form textarea{background:#fff}.footer{color:#fff;background:#07150d;padding:54px 0 90px}.footer-grid{gap:28px;display:grid}.footer-brand{align-items:center;gap:12px;font-size:1.2rem;display:flex}.footer-brand img{object-fit:contain;background:#fff;border-radius:50%;width:58px;height:58px;padding:5px}.footer p{color:#ffffffb8}.footer a{color:#ffffffc7;margin:8px 0;font-weight:700;display:block}.cin{font-weight:900;color:var(--gold)!important}.socials{flex-wrap:wrap;gap:10px;display:flex}.socials a,.socials button{color:#fff;background:#ffffff1a;border-radius:50%;place-items:center;width:46px;height:46px;font-weight:900;transition:transform .22s,background .22s;display:grid}.socials a:hover{background:#f5a62338;transform:translateY(-3px)}.socials svg{width:22px;height:22px}.footer-bottom{color:#ffffff94;border-top:1px solid #ffffff1a;gap:8px;width:min(1180px,100% - 32px);margin:34px auto 0;padding-top:18px;font-weight:700;display:grid}.floating-whatsapp{z-index:90;color:#fff;background:#1faf5a;border-radius:999px;min-height:54px;padding:0 20px;font-weight:900;display:none;position:fixed;bottom:24px;right:22px;box-shadow:0 18px 35px #1faf5a5c}.mobile-bottom-bar{left:10px;right:10px;bottom:calc(10px + env(safe-area-inset-bottom));z-index:95;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#123b22f5;border-radius:24px;grid-template-columns:1fr 1.2fr 1fr;align-items:center;gap:8px;min-height:62px;padding:8px;display:grid;position:fixed;box-shadow:0 16px 42px #0000003d}.mobile-bottom-bar a,.mobile-bottom-bar button{color:#fff;background:#ffffff1a;border-radius:18px;place-items:center;min-height:46px;font-weight:900;display:grid}.mobile-bottom-bar button{background:linear-gradient(135deg,#1faf5a,#49d781)}@media (hover:hover) and (pointer:fine){body.cursor-ready,body.cursor-ready a,body.cursor-ready button,body.cursor-ready summary,body.cursor-ready .service-card,body.cursor-ready .model-card,body.cursor-ready .crop-card,body.cursor-ready .gallery-item{cursor:none}.custom-cursor{left:var(--cursor-x);top:var(--cursor-y);pointer-events:none;z-index:9999;opacity:0;transition:opacity .18s,width .18s,height .18s,background .18s,border-color .18s;position:fixed;transform:translate(-50%,-50%)}body.cursor-ready .custom-cursor{opacity:1}.cursor-ring{border:2px solid #f5a623d9;border-radius:50%;width:42px;height:42px;transition:transform 80ms linear,opacity .18s,width .18s,height .18s,border-color .18s;box-shadow:0 0 0 8px #f5a62314}.cursor-dot{background:var(--forest);width:22px;height:22px;color:var(--gold);border-radius:50%;place-items:center;font-size:.8rem;display:grid;box-shadow:0 10px 24px #123b223d}body.cursor-hover .cursor-ring{background:#1e7a3c0f;border-color:#1e7a3ce0;width:64px;height:64px}body.cursor-hover .cursor-dot{background:var(--gold);color:var(--forest)}body.cursor-down .cursor-ring{width:34px;height:34px}}.reveal{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(18px)}.reveal.visible{opacity:1;transform:translateY(0)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-22px)}}@media (width>=640px){.container{width:min(1180px,100% - 48px)}.trust-grid,.problem-grid,.service-grid,.crop-grid,.story-grid,.why-grid{grid-template-columns:repeat(2,1fr)}.models-grid{grid-template-columns:repeat(3,1fr)}.calculator-box{grid-template-columns:1fr 1fr}.gallery-grid{grid-template-columns:repeat(4,1fr)}.gallery-item img{height:260px}.footer-bottom{grid-template-columns:1fr auto}}@media (width>=920px){.section-pad{padding:96px 0}.site-header{padding-left:28px;padding-right:28px}.nav{opacity:1;pointer-events:auto;color:#fff;box-shadow:none;background:#ffffff14;border-radius:999px;padding:6px;display:flex;position:static;transform:none}.nav a{white-space:nowrap;border-radius:999px;padding:10px 14px}.nav a:hover{background:#ffffff21}.menu-btn{display:none}.hero-grid,.crops-layout,.multilayer-grid,.nursery-grid,.roi-grid,.contact-grid{grid-template-columns:1fr .88fr}.hero-copy{padding-right:20px}.service-grid{grid-template-columns:repeat(4,1fr)}.why-grid{grid-template-columns:repeat(3,1fr)}.problem-grid{grid-template-columns:repeat(4,1fr)}.crop-grid{grid-template-columns:repeat(2,1fr)}.process-timeline{grid-template-columns:repeat(5,1fr)}.footer-grid{grid-template-columns:1.4fr .7fr .7fr}.floating-whatsapp{align-items:center;display:inline-flex}.mobile-bottom-bar{display:none}.footer{padding-bottom:42px}}@media (width>=1120px){.hero-image-wrap img{aspect-ratio:5/5.7}.g1{grid-column:span 2}.g1 img{height:360px}}.real-gallery-block{margin-bottom:58px}.dynamic-gallery-grid{grid-template-columns:1fr}.dynamic-item{min-height:210px;position:relative}.dynamic-item:after{content:"";pointer-events:none;background:linear-gradient(#0000 45%,#123b2242);position:absolute;inset:0}.stories-block{padding-top:8px}.story-grid{align-items:stretch}.story-card{min-height:190px;transition:transform .22s,border-color .22s,box-shadow .22s;position:relative;overflow:hidden}.story-card:after{content:"❞";color:#f5a62329;font-size:5rem;font-weight:900;line-height:1;position:absolute;top:8px;right:18px}.story-card:hover{box-shadow:var(--shadow);border-color:#f5a62373;transform:translateY(-4px)}.avatar span{font-size:.96rem}.faq-layout{align-items:start;gap:22px;display:grid}.faq-intro{background:radial-gradient(circle at 100% 0%, #f5a62338, transparent 32%), linear-gradient(135deg, var(--forest), var(--green));color:#fff;box-shadow:var(--shadow);border-radius:32px;padding:26px;position:sticky;top:96px;overflow:hidden}.faq-intro:before{content:"";background:#9ccc652e;border-radius:50%;width:160px;height:160px;position:absolute;bottom:-60px;left:-60px}.faq-intro>*{position:relative}.faq-intro .eyebrow-pill{color:#fff;background:#ffffff1f;border-color:#ffffff29}.faq-intro h2{letter-spacing:-.04em;color:#fff;margin:18px 0 10px;font-size:clamp(2rem,7vw,3.6rem);line-height:.98}.faq-intro p{color:#ffffffc7;margin-bottom:20px}.faq-list{gap:14px}details{border-radius:22px;padding:0 18px;transition:border-color .2s,transform .2s,background .2s}details:hover{border-color:#f5a62366;transform:translateY(-2px)}details[open]{background:#fffffff5;border-color:#1e7a3c5c}.dark-mode details[open]{background:#ffffff14}summary{align-items:center;gap:12px;min-height:72px;display:flex}summary span{background:linear-gradient(135deg, var(--gold), #ffd46b);color:#2b2105;border-radius:15px;flex:none;place-items:center;min-width:44px;height:44px;font-size:.9rem;font-weight:900;display:grid}details p{color:var(--muted);padding:0 0 20px 56px}.faq-item{border:1px solid var(--border);box-shadow:var(--shadow-soft);background:#ffffffdb;border-radius:22px;padding:0 18px;transition:border-color .2s,transform .2s,background .2s;overflow:hidden}.dark-mode .faq-item{background:#ffffff0e}.faq-item:hover{border-color:#f5a62366;transform:translateY(-2px)}.faq-item.is-open{background:#fffffff5;border-color:#1e7a3c5c}.dark-mode .faq-item.is-open{background:#ffffff14}.faq-question{width:100%;min-height:72px;color:var(--forest);text-align:left;cursor:pointer;font:inherit;background:0 0;border:0;align-items:center;gap:12px;padding:0;font-weight:900;display:flex}.dark-mode .faq-question{color:#ecfff0}.faq-number{background:linear-gradient(135deg, var(--gold), #ffd46b);color:#2b2105;border-radius:15px;flex:none;place-items:center;min-width:44px;height:44px;font-size:.9rem;font-weight:900;display:grid}.faq-question-text{flex:1}.faq-arrow{background:#1e7a3c17;border-radius:50%;flex:0 0 38px;width:38px;height:38px;transition:transform .25s,background .25s;position:relative}.faq-arrow:before,.faq-arrow:after{content:"";background:currentColor;border-radius:2px;width:9px;height:2px;position:absolute;top:18px}.faq-arrow:before{left:11px;transform:rotate(45deg)}.faq-arrow:after{right:11px;transform:rotate(-45deg)}.faq-item.is-open .faq-arrow{background:#1e7a3c29;transform:rotate(180deg)}.faq-answer{opacity:0;grid-template-rows:0fr;transition:grid-template-rows .3s,opacity .25s;display:grid}.faq-answer>div{overflow:hidden}.faq-answer p{color:var(--muted);margin:0;padding:0 50px 20px 56px}.faq-item.is-open .faq-answer{opacity:1;grid-template-rows:1fr}@media (width>=640px){.dynamic-gallery-grid{grid-template-columns:repeat(3,1fr)}.dynamic-item img{height:245px}}@media (width>=920px){.dynamic-gallery-grid{grid-template-columns:repeat(4,1fr)}.story-grid{grid-template-columns:repeat(3,1fr)}.faq-layout{grid-template-columns:.78fr 1.22fr}}.video-section{background:radial-gradient(circle at 8% 12%, #f5a62329, transparent 30%), linear-gradient(180deg, var(--paper), var(--pale));position:relative;overflow:hidden}.video-section:before{content:"";filter:blur(6px);background:#1e7a3c1f;border-radius:50%;width:360px;height:360px;position:absolute;top:60px;right:-130px}.video-head-row{align-items:end;gap:16px;display:grid;position:relative}.video-channel-btn{width:fit-content}.shorts-grid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:18px;margin-top:18px;display:grid;position:relative}.short-card{border:1px solid var(--border);box-shadow:var(--shadow-soft);background:#ffffffc7;border-radius:30px;padding:12px;transition:transform .22s,box-shadow .22s,border-color .22s;overflow:hidden}.short-card:hover{box-shadow:var(--shadow);border-color:#f5a6237a;transform:translateY(-5px)}.short-phone-frame{aspect-ratio:9/16;background:#07150d;border:8px solid #102718;border-radius:24px;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff1f}.short-phone-frame:before{content:"";z-index:1;background:#ffffff38;border-radius:999px;width:48px;height:5px;position:absolute;top:7px;left:50%;transform:translate(-50%)}.short-phone-frame iframe{border:0;width:100%;height:100%;display:block}@media (width>=920px){.video-head-row{grid-template-columns:1fr auto}.shorts-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.hero.section-pad{height:calc(100svh - var(--header-height));min-height:640px;padding:24px 0}.hero-grid{height:100%}.hero h1{font-size:clamp(3.3rem,5.2vw,4.85rem)}.hero h3{font-size:clamp(1.55rem,2.2vw,2rem)}.hero p{font-size:1.03rem;line-height:1.48}.hero-ctas{margin:20px 0 10px}.hero-image-wrap img{height:min(650px, calc(100svh - var(--header-height) - 88px));aspect-ratio:auto}}.app-download-section{isolation:isolate;background:radial-gradient(circle at 8% 18%,#f5a6232e,#0000 28%),radial-gradient(circle at 94% 72%,#1e7a3c26,#0000 30%),linear-gradient(145deg,#fffdf7 0%,#edf8ef 52%,#e1f1e5 100%)!important}.app-download-grid{gap:clamp(30px,5vw,68px)}.app-download-copy{z-index:2;position:relative}.app-download-copy h2{max-width:760px}.app-download-copy>p:not(.app-note){max-width:650px;line-height:1.75}.app-note{border:1px solid #f5a62347;border-left:4px solid var(--gold);background:#ffffff94;border-radius:0 16px 16px 0;max-width:640px;padding:12px 16px;display:inline-flex}.dark-mode .app-note{background:#ffffff0e}.app-store-panel{align-items:center;min-width:0;min-height:590px;overflow:hidden;background:radial-gradient(circle at 12% 10%,#f5a62338,#0000 30%),radial-gradient(circle at 86% 70%,#9ccc6533,#0000 28%),linear-gradient(145deg,#06170c 0%,#123b22 52%,#1e7a3c 100%)!important;border-radius:44px!important;grid-template-columns:minmax(0,.8fr) minmax(250px,1.2fr)!important;gap:22px!important;padding:clamp(22px,3vw,34px)!important}.app-store-panel:after{content:"";border:42px solid #ffffff09;border-radius:50%;width:240px;height:240px;position:absolute;bottom:-90px;left:-70px}.app-store-badges{z-index:3;align-content:center;gap:12px;display:grid;position:relative}.store-panel-kicker{color:#dff7e4;letter-spacing:.05em;text-transform:uppercase;background:#ffffff14;border:1px solid #ffffff26;border-radius:999px;width:fit-content;padding:7px 11px;font-size:.78rem;font-weight:900}.app-store-badges h3{color:#fff;margin:2px 0 8px;font-size:clamp(1.65rem,3vw,2.45rem);line-height:1}.app-store-button{color:#fff;opacity:1;gap:12px;width:100%;background:linear-gradient(145deg,#080a09,#171b18)!important;border:1px solid #fff3!important;border-radius:17px!important;min-height:74px!important;padding:10px 15px!important;box-shadow:0 18px 38px #00000038,inset 0 1px #ffffff1a!important}.app-store-button:disabled{color:#fff;opacity:1}.app-store-button:hover{transform:none}.app-store-button .store-icon,.google-play-style .store-icon,.app-store-style .store-icon{width:43px;height:43px;box-shadow:none;border-radius:0;padding:2px;color:#fff!important;background:0 0!important}.google-play-mark{width:39px;height:39px;display:block}.app-store-style .store-icon .ui-icon{width:37px!important;height:37px!important}.app-store-button small{letter-spacing:.07em;margin-bottom:2px;font-size:.66rem;color:#ffffffb8!important}.app-store-button strong{color:#fff;letter-spacing:-.02em;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.25rem!important}.store-panel-note{color:#fff9;text-align:center;margin:2px 0 0;font-size:.78rem;font-weight:800}.device-stage{z-index:2;place-items:center;min-width:0;min-height:520px;display:grid;position:relative}.device-stage:before{content:"";filter:blur(2px);background:radial-gradient(circle,#f5a62333,#9ccc650f 54%,#0000 70%);border-radius:50%;width:330px;max-width:96%;height:330px;position:absolute}.device-orbit{border:1px solid #ffffff1a;border-radius:50%;position:absolute}.orbit-one{width:330px;max-width:96%;height:330px}.orbit-two{opacity:.55;width:410px;max-width:115%;height:410px}.device-stage .phone-mockup{z-index:3;aspect-ratio:9/17;grid-column:auto;width:min(272px,100%);height:auto;margin:0 auto;display:block;position:relative;overflow:hidden;background:linear-gradient(#f9fff9,#e8f4ea)!important;border:9px solid #050b07!important;border-radius:39px!important;padding:32px 14px 17px!important;box-shadow:0 34px 78px #0006,inset 0 0 0 1px #ffffff80!important}.device-stage .phone-notch{background:#b8beb9;width:74px;height:7px;top:10px}.device-stage .phone-screen-top{border-radius:17px;padding:9px}.device-stage .phone-screen-top img{object-fit:contain!important;width:45px!important;height:45px!important}.device-stage .phone-screen-top strong{font-size:.92rem!important}.device-stage .phone-screen-top span{font-size:.64rem;padding:4px 7px!important}.app-preview-visual{background:#fff;border:1px solid #123b221a;border-radius:18px;margin-top:11px;padding:7px;overflow:hidden;box-shadow:0 12px 28px #123b221a}.app-preview-image-frame{background:#edf5ee;border-radius:13px;height:112px;position:relative;overflow:hidden}.app-preview-image-frame img{display:block;position:absolute;inset:0;object-position:center!important;width:100%!important;height:100%!important;box-shadow:none!important;border-radius:0!important;padding:0!important}.app-preview-image-blur{filter:blur(10px)saturate(.85);opacity:.48;transform:scale(1.15);object-fit:cover!important}.app-preview-image-main{z-index:1;object-fit:contain!important}.app-preview-caption{padding:9px 5px 3px}.app-preview-caption small{color:var(--green);font-size:.68rem;font-weight:900;display:block}.app-preview-caption b{color:var(--forest);margin-top:3px;font-size:.82rem;line-height:1.25;display:block}.device-stage .app-preview-list{gap:6px;margin-top:10px}.device-stage .app-preview-list span{border:1px solid #123b2214;border-radius:11px;min-height:31px;margin-top:0;padding:0 9px;font-size:.72rem}@media (width>=920px){.app-download-grid{grid-template-columns:minmax(0,.9fr) minmax(520px,1.1fr)}}@media (width<=919px){.app-store-panel{min-height:auto;grid-template-columns:1fr!important}.app-store-badges{grid-template-columns:1fr 1fr}.app-store-badges>:not(.app-store-button){grid-column:1/-1}.device-stage{min-height:500px}}@media (width<=560px){.app-store-panel{border-radius:30px!important;padding:20px 16px 24px!important}.app-store-badges{grid-template-columns:1fr}.app-store-badges>*{grid-column:auto!important}.app-store-badges h3{margin-bottom:4px}.app-store-button{min-height:68px!important}.device-stage{min-height:470px}.device-stage .phone-mockup{width:min(255px,90vw)}.orbit-two{max-width:102%}}@media (width>=1120px){.hero-image-wrap img{height:min(650px, calc(100svh - var(--header-height) - 88px));aspect-ratio:auto}}@media (width<=520px){.shorts-grid{scroll-snap-type:x mandatory;padding-bottom:8px;display:flex;overflow-x:auto}.short-card{scroll-snap-align:start;min-width:78vw}}body{font-family:Inter,Noto Sans Devanagari,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.ui-icon,.mini-btn svg,.menu-btn svg,.btn svg,.service-icon svg,.why-icon svg,.crop-icon svg,.layer-card span svg,.contact-card svg,.address-line svg,.floating-whatsapp svg,.mobile-bottom-bar svg,.socials svg,.cursor-dot svg,.floating-card svg{flex:none;width:1.08em;height:1.08em}.menu-btn svg{width:22px;height:22px}.brand strong,.brand span,h1,h2,h3,.btn,.mini-btn,.nav a,.tag,.eyebrow-pill{letter-spacing:-.01em}.btn,.floating-whatsapp,.contact-card,.mobile-bottom-bar a,.mobile-bottom-bar button,.floating-card{gap:8px}.crop-icon,.service-icon,.why-icon{color:inherit}.crop-card .crop-icon{background:var(--pale);width:56px;height:56px;color:var(--green);border-radius:18px;place-items:center;font-size:1.5rem;display:grid}.layer-card span{font-size:1.15rem}.floating-card{align-items:center;display:inline-flex}.hero-image-wrap img{aspect-ratio:5/6.2;object-fit:cover;object-position:center;width:100%}.contact-card,.address-line{align-items:center;gap:10px;display:flex}.contact-card span,.address-line span{min-width:0}.address-line{color:#ffffffe0;margin:8px 0}.story-card span{margin-bottom:6px;display:inline-block}.footer a,.footer p,.footer span{word-break:break-word}.floating-whatsapp{align-items:center;display:inline-flex}.floating-whatsapp .wa-label{white-space:nowrap}.mobile-bottom-bar a,.mobile-bottom-bar button{flex-direction:column;gap:4px;padding:6px;font-size:.78rem;display:flex}.mobile-bottom-bar svg{width:18px;height:18px}@media (width<=919px){.mobile-bottom-bar .wa-text,.floating-whatsapp{display:none}}.video-scroll{scroll-snap-type:x proximity;scrollbar-width:thin;gap:16px;padding-bottom:8px;display:flex;overflow-x:auto}.video-scroll .short-card{scroll-snap-align:start;flex:none;width:205px;min-width:205px}.short-card h3{margin:10px 10px 2px;font-size:1rem}@media (width>=920px){.video-scroll{display:grid;overflow:visible}.video-scroll .short-card{width:auto;min-width:0}}.dynamic-gallery-grid{column-count:1;column-gap:14px;display:block}.dynamic-item{break-inside:avoid;min-height:auto;margin:0 0 14px;display:block;overflow:hidden}.dynamic-item:after{display:none}.gallery-button{background:0 0;width:100%;padding:0;display:block}.dynamic-item img{border-radius:22px;width:100%;object-fit:contain!important;height:auto!important}@media (width>=640px){.dynamic-gallery-grid{column-count:2}}@media (width>=920px){.dynamic-gallery-grid{column-count:3}}@media (width>=1240px){.dynamic-gallery-grid{column-count:4}}.lightbox{z-index:1200;place-items:center;display:grid;position:fixed;inset:0}.lightbox-backdrop{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#07150dd1;position:absolute;inset:0}.lightbox-panel{z-index:1;place-items:center;width:min(96vw,1300px);min-height:min(84vh,800px);padding:22px 58px;display:grid;position:relative}.lightbox-figure-wrap{place-items:center;width:100%;display:grid}.lightbox-image{border-radius:24px;width:auto;max-width:100%;max-height:calc(100vh - 120px);box-shadow:0 25px 70px #0006}.lightbox-close,.lightbox-nav{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff24;border:1px solid #ffffff2e;border-radius:50%;place-items:center;width:48px;height:48px;display:grid;position:absolute}.lightbox-close{top:16px;right:16px}.lightbox-nav{top:50%;transform:translateY(-50%)}.lightbox-nav.prev{left:10px}.lightbox-nav.next{right:10px}.lightbox-close svg,.lightbox-nav svg{width:24px;height:24px}@media (width<=767px){.lightbox-panel{width:100vw;padding:18px 10px 80px}.lightbox-nav{top:auto;bottom:16px;transform:none}.lightbox-nav.prev{left:calc(50% - 62px)}.lightbox-nav.next{right:calc(50% - 62px)}.lightbox-close{top:10px;right:10px}.lightbox-image{max-height:calc(100vh - 150px)}}@media (width>=920px){.hero.section-pad{min-height:calc(100svh - var(--header-height))}}.site-loader{z-index:5000;color:#fff;background:radial-gradient(circle at 20% 20%,#f5a62333,#0000 28%),radial-gradient(circle at 80% 70%,#9ccc6538,#0000 30%),linear-gradient(135deg,#07150d,#123b22 48%,#1e7a3c);place-items:center;animation:.35s .78s forwards loaderFade;display:grid;position:fixed;inset:0}.loader-card{text-align:center;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffff1a;border:1px solid #ffffff2e;border-radius:32px;place-items:center;width:min(340px,100vw - 42px);padding:34px 24px;display:grid;position:relative;overflow:hidden;box-shadow:0 30px 90px #00000052}.loader-card:before{content:"";background:conic-gradient(from 90deg,#0000,#f5a62359,#0000,#9ccc6559,#0000);animation:2.3s linear infinite spinLoader;position:absolute;inset:-60px}.loader-card>*{z-index:1;position:relative}.loader-card img{object-fit:contain;background:#fff;border-radius:50%;width:86px;height:86px;padding:8px;box-shadow:0 16px 35px #00000038}.loader-card strong{margin-top:18px;font-size:1.55rem;font-weight:900}.loader-card p{color:#ffffffd1;margin:6px 0 0;font-weight:800}.loader-rings span{background:var(--gold);border-radius:50%;width:10px;height:10px;animation:1.6s ease-in-out infinite orbitDot;position:absolute;box-shadow:0 0 20px #f5a623b3}@keyframes spinLoader{to{transform:rotate(360deg)}}@keyframes orbitDot{0%,to{opacity:.82;transform:translateY(0)scale(1)}50%{opacity:1;transform:translateY(-12px)scale(1.35)}}@keyframes loaderFade{to{opacity:0;visibility:hidden}}.hero{isolation:isolate}.hero:after{content:"";z-index:0;background:linear-gradient(#0000,#123b2217);height:38%;position:absolute;inset:auto 0 0}.hero-copy,.hero-card{z-index:2}.hero-mini-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:18px;display:grid}.hero-mini-stat{background:#ffffffc2;border:1px solid #123b221f;border-radius:20px;min-height:82px;padding:14px 12px;box-shadow:0 16px 36px #123b221a}.dark-mode .hero-mini-stat{background:#ffffff13;border-color:#ffffff1f}.hero-mini-stat strong{color:var(--green);font-size:clamp(1.35rem,5vw,2rem);font-weight:900;line-height:1;display:block}.hero-mini-stat span{color:var(--muted);margin-top:5px;font-size:.9rem;font-weight:900;line-height:1.15;display:block}.hero-card:before{content:"";z-index:-1;background:linear-gradient(135deg,#f5a62347,#0000 34%),linear-gradient(315deg,#1e7a3c33,#0000 40%);border-radius:42px;position:absolute;inset:-14px}.hero-image-wrap{background:linear-gradient(135deg,#fff,#eaf6ec)}.hero-image-wrap img{filter:saturate(1.08)contrast(1.02)}.why-icon,.service-icon,.crop-card .crop-icon,.layer-card span,.process-card span,.avatar{color:#fff;background:linear-gradient(135deg, var(--forest), var(--green))}.service-icon .ui-icon,.why-icon .ui-icon,.crop-icon .ui-icon,.layer-card span .ui-icon{color:#fff}.problem-card .card-number,.trust-item strong,.result-card strong{color:var(--gold)}.text-btn{color:var(--lime)}.contact-card .ui-icon{color:var(--green)}.address-line .ui-icon{color:var(--gold)}.socials a:first-child{background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045)}.socials a:nth-child(2){background:#f03}.socials a:nth-child(3){background:#1877f2}.socials a:hover{filter:brightness(1.08)}.short-card h3{display:none!important}.short-phone-frame{border-color:#123b22}.video-scroll .short-card{width:min(230px,72vw);min-width:min(230px,72vw)}@media (width>=920px){.video-scroll .short-card{width:auto;min-width:0}}.custom-cursor{display:none}@media (hover:hover) and (pointer:fine){.custom-cursor{display:block}.cursor-dot{line-height:1;font-size:.86rem!important}}@media (hover:none),(pointer:coarse),(width<=919px){.custom-cursor,.cursor-ring,.cursor-dot{visibility:hidden!important;opacity:0!important;display:none!important}body,body *{cursor:auto!important}}@media (width>=920px){.hero.section-pad{padding-top:18px;padding-bottom:18px}.hero-grid{gap:44px}.hero-copy{padding-right:0}.hero-card{transform:translateY(6px)}.hero h1{max-width:740px}.hero p{max-width:680px}}@media (width<=639px){.hero-mini-stats{grid-template-columns:1fr}.hero-mini-stat{justify-content:space-between;align-items:center;gap:12px;min-height:auto;display:flex}.hero-mini-stat span{text-align:right}}.site-loader{overflow:hidden;background:radial-gradient(circle at 22% 18%,#f5a6234d,#0000 26%),radial-gradient(circle at 78% 74%,#9ccc6542,#0000 32%),linear-gradient(135deg,#06170c 0%,#123b22 48%,#1e7a3c 100%)!important}.site-loader:before{content:"";background:repeating-conic-gradient(#ffffff09 0deg 8deg,#0000 8deg 22deg);width:120vmax;height:120vmax;animation:10s linear infinite loaderFieldSpin;position:absolute}.loader-card{gap:8px;width:auto!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:0 0!important;border:0!important;border-radius:0!important;padding:0!important;overflow:visible!important}.loader-card img{border:5px solid #f5a623b8;animation:1.35s ease-in-out infinite loaderLogoPulse;width:108px!important;height:108px!important;box-shadow:0 0 0 14px #ffffff14,0 0 0 28px #9ccc6514,0 26px 70px #00000057!important}.loader-card strong{letter-spacing:-.04em;text-shadow:0 16px 34px #00000047;line-height:1;font-size:clamp(1.8rem,7vw,3.2rem)!important}.loader-card p{font-size:1.05rem;color:#ffffffe0!important}.loader-rings span{width:12px!important;height:12px!important;box-shadow:0 0 28px!important}.loader-rings span:nth-child(2){top:calc(50% - 30px)!important;right:calc(50% - 105px)!important}.loader-rings span:nth-child(3){bottom:calc(50% - 102px)!important;left:calc(50% - 72px)!important}@keyframes loaderFieldSpin{to{transform:rotate(360deg)}}@keyframes loaderLogoPulse{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-7px)scale(1.035)}}.custom-cursor,.cursor-glow,.cursor-ring,.cursor-seed,.cursor-dot{display:none!important}@media (hover:hover) and (pointer:fine) and (width>=920px){body.cursor-ready,body.cursor-ready a,body.cursor-ready button,body.cursor-ready summary,body.cursor-ready .service-card,body.cursor-ready .model-card,body.cursor-ready .crop-card,body.cursor-ready .gallery-item,body.cursor-ready .story-card,body.cursor-ready .short-card{cursor:none!important}.custom-cursor{left:var(--cursor-x);top:var(--cursor-y);pointer-events:none;z-index:9999;opacity:0;will-change:transform, width, height, opacity;position:fixed;transform:translate(-50%,-50%);display:block!important}body.cursor-ready .custom-cursor{opacity:1}.cursor-glow{filter:blur(1px);background:radial-gradient(circle,#f5a6232e 0%,#9ccc651f 42%,#0000 70%);border-radius:50%;width:74px;height:74px;transition:width .18s,height .18s,opacity .18s}.cursor-ring{background:linear-gradient(135deg,#ffffff0a,#9ccc650f);border:2px solid #f5a623f0;border-radius:50%;width:42px;height:42px;transition:width .18s,height .18s,border-color .18s,background .18s,box-shadow .18s;box-shadow:0 0 0 7px #f5a62317,inset 0 0 0 1px #1e7a3c47}.cursor-seed{background:var(--gold);border-radius:999px 999px 999px 2px;width:8px;height:8px;transform:translate(-50%,-50%)rotate(-38deg);box-shadow:0 0 14px #f5a623d1}.cursor-dot{background:radial-gradient(circle at 35% 30%, #fff 0 3px, transparent 4px), linear-gradient(135deg, var(--forest), var(--green));color:var(--gold);border-radius:50%;place-items:center;line-height:1;transition:transform .14s,background .18s,color .18s,width .18s,height .18s;box-shadow:0 13px 30px #123b2247,0 0 0 3px #ffffff2e;width:26px!important;height:26px!important;font-size:.88rem!important;display:grid!important}body.cursor-hover .cursor-glow{background:radial-gradient(circle,#1e7a3c33 0%,#f5a62326 46%,#0000 72%);width:98px;height:98px}body.cursor-hover .cursor-ring{background:#1e7a3c14;border-color:#1e7a3cf2;width:66px;height:66px;box-shadow:0 0 0 10px #1e7a3c17,0 0 32px #f5a62329,inset 0 0 0 1px #f5a62357}body.cursor-hover .cursor-dot{background:linear-gradient(135deg, var(--gold), #ffd36c);color:var(--forest);transform:translate(-50%,-50%)rotate(8deg)scale(1.03);width:30px!important;height:30px!important}body.cursor-down .cursor-ring{width:34px;height:34px}body.cursor-down .cursor-dot{transform:translate(-50%,-50%)scale(.86)}}@media (hover:none),(pointer:coarse),(width<=919px){.custom-cursor,.cursor-glow,.cursor-ring,.cursor-seed,.cursor-dot{visibility:hidden!important;opacity:0!important;pointer-events:none!important;display:none!important}body,body *{cursor:auto!important}}.mobile-bottom-bar{border-radius:26px!important;grid-template-columns:repeat(3,1fr)!important;gap:7px!important;min-height:68px!important;padding:8px!important}.mobile-bottom-bar a,.mobile-bottom-bar button{border-radius:19px!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:4px!important;min-height:52px!important;padding:7px 4px!important;font-size:.78rem!important;line-height:1!important;display:flex!important}.mobile-bottom-bar .ui-icon,.mobile-bottom-bar svg{stroke-width:2.3px!important;width:22px!important;height:22px!important}.mobile-bottom-bar .wa-pill .ui-icon,.mobile-bottom-bar .wa-pill svg{width:24px!important;height:24px!important}.mobile-bottom-bar .wa-text{white-space:nowrap;text-overflow:ellipsis;max-width:74px;overflow:hidden;font-size:.72rem!important;display:inline!important}.hero-copy{position:relative}@media (width>=920px){.hero-mini-stats{max-width:650px}.hero-ctas{margin-top:22px}}.short-card{padding-bottom:12px!important}.site-loader{z-index:5000;color:#fff;place-items:center;animation:.35s .82s forwards loaderFade;display:grid;position:fixed;inset:0;overflow:hidden;background:radial-gradient(circle at 18% 18%,#f5a62357,#0000 24%),radial-gradient(circle at 80% 78%,#9ccc654d,#0000 30%),linear-gradient(135deg,#06170c 0%,#123b22 48%,#1e7a3c 100%)!important}.site-loader:before{content:"";background:repeating-conic-gradient(#ffffff09 0deg 8deg,#0000 8deg 22deg);animation:9s linear infinite loaderFieldSpin;position:absolute;inset:-25vmax}.site-loader:after{content:"";filter:blur(4px);background:radial-gradient(at bottom,#030f08b8,#0000 68%),repeating-linear-gradient(90deg,#0000 0 18px,#9ccc6529 18px 21px);border-radius:50%;width:min(720px,90vw);height:170px;position:absolute;bottom:11%;left:50%;transform:translate(-50%)}.loader-card{z-index:2;text-align:center;place-items:center;display:grid;position:relative;width:auto!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:0 0!important;border:0!important;border-radius:0!important;padding:0!important;overflow:visible!important}.loader-card:before{display:none!important}.loader-card img{object-fit:contain;background:#fff;border:5px solid #f5a623b8;border-radius:50%;padding:9px;animation:1.35s ease-in-out infinite loaderLogoPulse;width:112px!important;height:112px!important;box-shadow:0 0 0 14px #ffffff14,0 0 0 28px #9ccc6514,0 28px 76px #00000057!important}.loader-card strong{letter-spacing:-.05em;text-shadow:0 16px 34px #0000004d;margin-top:18px;font-weight:900;line-height:.98;font-size:clamp(1.75rem,7vw,3.35rem)!important}.loader-card p{margin:8px 0 0;font-weight:800;color:#ffffffe0!important}.loader-rings{pointer-events:none;position:absolute;inset:0}.loader-rings span{background:var(--gold);border-radius:50%;animation:1.6s ease-in-out infinite orbitDot;position:absolute;width:12px!important;height:12px!important;box-shadow:0 0 28px!important}.loader-rings span:first-child{top:calc(50% - 78px)!important;left:calc(50% - 96px)!important}.loader-rings span:nth-child(2){background:var(--lime);animation-delay:.25s;top:calc(50% - 28px)!important;right:calc(50% - 104px)!important}.loader-rings span:nth-child(3){animation-delay:.48s;bottom:calc(50% - 104px)!important;left:calc(50% - 72px)!important}.custom-cursor,.cursor-glow,.cursor-ring,.cursor-seed,.cursor-dot{visibility:hidden!important;opacity:0!important;pointer-events:none!important;display:none!important}@media (hover:hover) and (pointer:fine) and (width>=920px){body.cursor-ready,body.cursor-ready a,body.cursor-ready button,body.cursor-ready summary,body.cursor-ready input,body.cursor-ready select,body.cursor-ready textarea,body.cursor-ready .service-card,body.cursor-ready .model-card,body.cursor-ready .crop-card,body.cursor-ready .gallery-item,body.cursor-ready .story-card,body.cursor-ready .short-card{cursor:none!important}.custom-cursor{will-change:left, top, transform, opacity;visibility:visible!important;left:var(--cursor-x)!important;top:var(--cursor-y)!important;z-index:9999!important;pointer-events:none!important;opacity:0!important;transition:opacity .18s,width .18s,height .18s,border-color .18s,background .18s,box-shadow .18s!important;display:block!important;position:fixed!important;transform:translate(-50%,-50%)!important}body.cursor-ready .custom-cursor{opacity:1!important}.cursor-glow{filter:blur(1px);background:radial-gradient(circle,#f5a6232e,#9ccc651f 44%,#0000 72%)!important;border-radius:50%!important;width:76px!important;height:76px!important}.cursor-ring{background:#ffffff06!important;border:2px solid #f5a623f0!important;border-radius:50%!important;width:42px!important;height:42px!important;box-shadow:0 0 0 7px #f5a62317,inset 0 0 0 1px #1e7a3c47!important}.cursor-seed{background:var(--gold)!important;border-radius:999px 999px 999px 2px!important;width:8px!important;height:8px!important;transform:translate(-50%,-50%)rotate(-38deg)!important;box-shadow:0 0 14px #f5a623d1!important}.cursor-dot{visibility:visible!important;background:linear-gradient(135deg, var(--forest), var(--green))!important;width:26px!important;height:26px!important;color:var(--gold)!important;border-radius:50%!important;place-items:center!important;font-size:.88rem!important;line-height:1!important;display:grid!important;box-shadow:0 13px 30px #123b2247,0 0 0 3px #ffffff2e!important}body.cursor-hover .cursor-glow{background:radial-gradient(circle,#1e7a3c38,#f5a62326 46%,#0000 74%)!important;width:102px!important;height:102px!important}body.cursor-hover .cursor-ring{background:#1e7a3c14!important;border-color:#1e7a3cf5!important;width:66px!important;height:66px!important;box-shadow:0 0 0 10px #1e7a3c17,0 0 32px #f5a62329,inset 0 0 0 1px #f5a62357!important}body.cursor-hover .cursor-dot{background:linear-gradient(135deg, var(--gold), #ffd36c)!important;width:30px!important;height:30px!important;color:var(--forest)!important;transform:translate(-50%,-50%)rotate(8deg)scale(1.03)!important}body.cursor-down .cursor-ring{width:34px!important;height:34px!important}body.cursor-down .cursor-dot{transform:translate(-50%,-50%)scale(.86)!important}}@media (hover:none),(pointer:coarse),(width<=919px){.custom-cursor,.cursor-glow,.cursor-ring,.cursor-seed,.cursor-dot{visibility:hidden!important;opacity:0!important;display:none!important}body,body *{cursor:auto!important}}.mobile-bottom-bar{border-radius:26px!important;grid-template-columns:repeat(3,1fr)!important;align-items:stretch!important;gap:7px!important;min-height:68px!important;padding:8px!important}.mobile-bottom-bar a,.mobile-bottom-bar button{border-radius:19px!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:4px!important;height:52px!important;min-height:52px!important;padding:7px 4px!important;font-size:.78rem!important;font-weight:900!important;line-height:1!important;display:flex!important}.mobile-bottom-bar .ui-icon,.mobile-bottom-bar svg{stroke-width:2.3px!important;width:22px!important;min-width:22px!important;height:22px!important;min-height:22px!important}.mobile-bottom-bar .wa-pill .ui-icon,.mobile-bottom-bar .wa-pill svg{width:23px!important;min-width:23px!important;height:23px!important;min-height:23px!important}.mobile-bottom-bar .wa-text{text-overflow:ellipsis;white-space:nowrap;max-width:76px;overflow:hidden;font-size:.72rem!important;display:inline-block!important}.short-phone-frame{margin:0!important}.hero-copy:after{content:"";z-index:-1;background:radial-gradient(circle,#f5a62324,#0000 66%);border-radius:60% 40% 50% 50%;width:190px;height:190px;position:absolute;bottom:-34px;left:-36px}@media (width>=920px){.hero.section-pad{padding-top:18px!important;padding-bottom:18px!important}.hero-grid{gap:44px!important}.hero-mini-stats{max-width:650px}.hero-ctas{margin-top:22px}.hero-card{transform:translateY(6px)}}.site-loader{background:radial-gradient(circle at 50% 42%,#f5a62333,#0000 18%),radial-gradient(circle at 50% 62%,#9ccc652e,#0000 26%),linear-gradient(135deg,#06170c 0%,#123b22 54%,#1e7a3c 100%)!important}.site-loader:before{animation:none!important;display:none!important}.site-loader:after{content:"";filter:blur(4px);background:radial-gradient(at bottom,#030f089e,#0000 68%),linear-gradient(90deg,#0000,#9ccc652e,#0000);border-radius:50%;width:min(680px,88vw);height:150px;position:absolute;bottom:12%;left:50%;transform:translate(-50%);animation:none!important}.loader-card img{animation:1.45s ease-in-out infinite loaderLogoPulse!important}.loader-rings span{animation:1.7s ease-in-out infinite orbitDot!important}.premium-trust{background:radial-gradient(circle at 8% 20%,#f5a6231f,#0000 28%),linear-gradient(135deg,#0a2716,#123b22 48%,#1e7a3c);padding:28px 0;position:relative;overflow:hidden}.premium-trust:before{content:"";opacity:.28;background-image:linear-gradient(90deg,#ffffff0e 1px,#0000 1px),linear-gradient(0deg,#ffffff0b 1px,#0000 1px);background-size:54px 54px;position:absolute;inset:0}.premium-trust .container{position:relative}.premium-trust .trust-grid{gap:16px}.premium-trust .trust-item{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:linear-gradient(145deg,#ffffff1f,#ffffff0e);border:1px solid #ffffff29;border-radius:26px;padding:22px;position:relative;overflow:hidden;box-shadow:0 20px 48px #00000029}.premium-trust .trust-item:after{content:"";background:#f5a62321;border-radius:50%;width:116px;height:116px;position:absolute;top:-32px;right:-32px}.trust-icon{z-index:1;background:linear-gradient(135deg, var(--gold), #ffd36c);width:52px;height:52px;color:var(--forest);border-radius:18px;place-items:center;margin-bottom:14px;display:grid;position:relative;box-shadow:0 16px 34px #0000002e}.trust-icon .ui-icon{width:24px;height:24px}.premium-trust .trust-item strong{z-index:1;color:var(--gold);font-size:clamp(2.05rem,7vw,3.25rem);line-height:.88;display:block;position:relative}.premium-trust .trust-item span:not(.trust-icon){z-index:1;color:#fff;font-size:1.05rem;font-weight:900;position:relative}.premium-trust .trust-item p{z-index:1;color:#ffffffb3;margin:8px 0 0;font-size:.95rem;line-height:1.35;position:relative}.contact-section{background:radial-gradient(circle at 14% 15%,#f5a62329,#0000 28%),radial-gradient(circle at 88% 70%,#9ccc6524,#0000 30%),linear-gradient(135deg,#07150d 0%,#123b22 58%,#0a2716 100%)!important}.contact-copy{position:relative}.contact-copy:before{content:"";filter:blur(2px);background:#f5a6231c;border-radius:50%;width:130px;height:130px;position:absolute;top:-24px;left:-28px}.contact-copy>*{position:relative}.contact-card{border:1px solid #ffffff40;min-height:60px;transition:transform .2s,box-shadow .2s,background .2s;box-shadow:0 16px 36px #00000026;color:#0a2716!important;background:#fffffff5!important;border-radius:20px!important}.contact-card:hover{transform:translateY(-3px);box-shadow:0 22px 46px #0003}.contact-card .ui-icon{width:24px;height:24px;color:var(--green)!important}.contact-card span{word-break:break-word}.contact-action-row{flex-wrap:wrap;gap:12px;margin:18px 0;display:flex}.contact-action-row .ghost{background:#ffffff14;border-color:#ffffff47;color:#fff!important}.lead-form{background:linear-gradient(135deg,#fffffffa,#eaf6ecf5)!important;border:1px solid #ffffff73!important;box-shadow:0 28px 70px #0003!important}.dark-mode .lead-form{background:#ffffff14!important}.lead-form input,.lead-form select,.lead-form textarea{border-radius:18px!important}.footer-bottom{text-align:center;grid-template-columns:1fr!important}.contact-card[href^="https://"]{background:linear-gradient(135deg,#fff7e8,#fff)!important}.short-card h3,.short-card .reel-title{display:none!important}.short-card{padding:10px!important}.mobile-bottom-bar a,.mobile-bottom-bar button{color:#fff!important}.mobile-bottom-bar .ui-icon{margin:0 auto;display:block}.mobile-bottom-bar .wa-pill{background:linear-gradient(135deg,#1faf5a,#49d781)!important}.mobile-bottom-bar .wa-pill .ui-icon{color:#fff!important}.dynamic-gallery-grid{column-gap:16px!important}.dynamic-item{border:1px solid #123b221a;background:#eaf6ecbf!important;margin-bottom:16px!important}.dynamic-item img{width:100%;display:block;object-fit:contain!important;object-position:center!important;height:auto!important}.premium-trust .trust-item:first-child strong{letter-spacing:-.04em}.app-download-section{background:radial-gradient(circle at 12% 20%, #f5a62329, transparent 30%), radial-gradient(circle at 88% 65%, #9ccc652e, transparent 34%), linear-gradient(180deg, var(--paper), var(--pale));position:relative;overflow:hidden}.app-download-section:before{content:"";background:#1e7a3c1c;border-radius:50%;width:420px;height:420px;position:absolute;top:40px;right:-140px}.app-download-grid{align-items:center;gap:30px;display:grid;position:relative}.app-download-copy h2{color:var(--forest);letter-spacing:-.055em;margin:16px 0 12px;font-size:clamp(2.05rem,7vw,4.25rem);line-height:.96}.dark-mode .app-download-copy h2{color:#ecfff0}.app-download-copy p{max-width:700px;font-size:1.08rem}.app-feature-list{flex-wrap:wrap;gap:10px;margin:22px 0 14px;display:flex}.app-feature-list span{border:1px solid var(--border);min-height:42px;color:var(--forest);box-shadow:var(--shadow-soft);background:#ffffffd1;border-radius:999px;align-items:center;gap:8px;padding:0 14px;font-weight:900;display:inline-flex}.dark-mode .app-feature-list span{color:#ecfff0;background:#ffffff12}.app-feature-list .ui-icon{color:var(--green)}.app-note{border-left:4px solid var(--gold);padding-left:14px;font-weight:800}.app-store-panel{box-shadow:var(--shadow);background:radial-gradient(circle at 80% 20%,#f5a62338,#0000 28%),linear-gradient(135deg,#0a2716,#123b22);border:1px solid #ffffff1f;border-radius:36px;gap:14px;padding:20px;display:grid;position:relative;overflow:hidden}.app-store-panel:before{content:"";opacity:.34;background-image:linear-gradient(90deg,#ffffff0d 1px,#0000 1px),linear-gradient(0deg,#ffffff0a 1px,#0000 1px);background-size:44px 44px;position:absolute;inset:0}.app-store-button{z-index:1;color:#fff;opacity:1;background:#ffffff1c;border:1px solid #ffffff24;border-radius:24px;align-items:center;gap:14px;min-height:76px;padding:12px 16px;display:flex;position:relative}.app-store-button:disabled{cursor:not-allowed}.store-icon{width:52px;height:52px;color:var(--forest);background:linear-gradient(135deg, var(--gold), #ffd36c);border-radius:18px;flex:none;place-items:center;display:grid}.app-store-button small{color:var(--gold);text-transform:uppercase;letter-spacing:.08em;font-size:.72rem;font-weight:900;display:block}.app-store-button strong{font-size:1.12rem;line-height:1.1;display:block}.phone-mockup{z-index:1;aspect-ratio:9/16;text-align:center;background:radial-gradient(circle at 50% 18%,#f5a62333,#0000 30%),linear-gradient(#eaf6ec,#fff);border:10px solid #07150d;border-radius:34px;place-items:center;width:min(230px,76vw);margin:10px auto 0;padding:26px 18px;display:grid;position:relative;box-shadow:0 20px 50px #00000047}.phone-notch{background:#07150d3d;border-radius:999px;width:62px;height:7px;position:absolute;top:10px;left:50%;transform:translate(-50%)}.phone-mockup img{object-fit:contain;background:#fff;border-radius:50%;width:84px;height:84px;padding:7px;box-shadow:0 15px 35px #123b2224}.phone-mockup strong{color:var(--forest);margin-top:14px;font-size:1.35rem;font-weight:900;display:block}.phone-mockup span{background:var(--gold);color:#2d2105;border-radius:999px;margin-top:8px;padding:7px 11px;font-weight:900;display:inline-flex}@media (width>=920px){.app-download-grid{grid-template-columns:1.05fr .82fr}.app-store-panel{grid-template-columns:1fr 1fr}.phone-mockup{grid-column:1/-1}}.short-preview{background:#07150d;border:0;width:100%;height:100%;padding:0;display:block;position:relative;overflow:hidden}.short-preview img{object-fit:cover;filter:saturate(1.08)contrast(1.04);width:100%;height:100%}.short-preview:after{content:"";background:radial-gradient(circle,#00000014,#00000059),linear-gradient(#0000 48%,#07150da8);position:absolute;inset:0}.short-play{z-index:2;background:linear-gradient(135deg, var(--gold), #ffd36c);width:60px;height:60px;color:var(--forest);border:3px solid #ffffff3d;border-radius:50%;place-items:center;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 18px 42px #00000057}.short-play .ui-icon{width:27px;height:27px;margin-left:2px}.short-card.active-short{border-color:#f5a623b8!important;box-shadow:0 24px 60px #123b2233!important}.short-card.active-short .short-phone-frame{border-color:var(--gold)!important}@media (width<=919px){.short-play{width:66px;height:66px}.short-phone-frame iframe{min-height:100%}}.app-store-button:first-child .store-icon{color:#fff!important;background:linear-gradient(135deg,#a4c639,#5f9f18)!important}.app-store-button:nth-child(2) .store-icon{color:#fff!important;background:linear-gradient(135deg,#111,#3a3a3a)!important}.store-icon .ui-icon{width:30px!important;height:30px!important}.app-store-button:hover{background:#ffffff26;transform:translateY(-2px)}.phone-mockup{text-align:left!important;background:radial-gradient(circle at 50% 0,#f5a62333,#0000 28%),linear-gradient(#f7fff8,#eaf6ec)!important;place-items:stretch stretch!important;padding:34px 16px 18px!important}.phone-screen-top{background:#ffffffe0;border-radius:22px;align-items:center;gap:10px;padding:12px;display:flex;box-shadow:0 12px 30px #123b221a}.phone-screen-top img{width:54px!important;height:54px!important;box-shadow:none!important;padding:5px!important}.phone-screen-top strong{color:var(--forest);display:block;margin:0!important;font-size:1.05rem!important;line-height:1!important}.phone-screen-top span{font-size:.74rem;display:inline-flex;margin-top:7px!important;padding:5px 9px!important}.app-preview-card{color:#fff;background:radial-gradient(circle at 90% 20%,#f5a62333,#0000 34%),linear-gradient(135deg,#123b22,#1e7a3c);border-radius:22px;margin-top:14px;padding:16px;box-shadow:0 16px 36px #123b2233}.app-preview-card small{color:var(--gold);font-weight:900;display:block}.app-preview-card b{margin-top:7px;font-size:1.02rem;line-height:1.2;display:block}.app-preview-list{gap:8px;margin-top:14px;display:grid}.app-preview-list span{min-height:38px;color:var(--forest);background:#ffffffd1;border-radius:14px;align-items:center;gap:8px;padding:0 11px;font-size:.86rem;font-weight:900;display:flex}.app-preview-list .ui-icon{color:var(--green);width:16px;height:16px}.short-preview{z-index:2;position:relative}.short-preview img{background:#07150d}.reel-player-modal{z-index:1800;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.reel-player-backdrop{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:radial-gradient(circle at 30% 20%,#f5a62333,#0000 26%),#07150de0;position:absolute;inset:0}.reel-player-panel{z-index:1;place-items:center;width:min(92vw,440px);display:grid;position:relative}.reel-player-frame{aspect-ratio:9/16;background:#000;border:10px solid #07150d;border-radius:30px;width:min(86vw,390px);position:relative;overflow:hidden;box-shadow:0 30px 90px #00000075,0 0 0 1px #ffffff24}.reel-player-frame:before{content:"";z-index:2;pointer-events:none;background:#fff3;border-radius:999px;width:58px;height:6px;position:absolute;top:9px;left:50%;transform:translate(-50%)}.reel-player-frame iframe{opacity:1!important;visibility:visible!important;z-index:1!important;background:#000!important;border:0!important;width:100%!important;height:100%!important;display:block!important;position:absolute!important;inset:0!important}.reel-player-close,.reel-player-nav{z-index:3;color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff24;border:1px solid #ffffff2e;border-radius:50%;place-items:center;width:48px;height:48px;display:grid;position:absolute;box-shadow:0 18px 42px #00000047}.reel-player-close{top:-12px;right:-12px}.reel-player-nav{top:50%;transform:translateY(-50%)}.reel-player-nav.prev{left:-64px}.reel-player-nav.next{right:-64px}.reel-player-close .ui-icon,.reel-player-nav .ui-icon{width:23px;height:23px}@media (width<=640px){.reel-player-modal{padding:10px 10px 84px}.reel-player-panel{width:100%}.reel-player-frame{border-width:8px;border-radius:28px;width:min(92vw,390px)}.reel-player-close{top:-8px;right:4px}.reel-player-nav{top:auto;bottom:-66px;transform:none}.reel-player-nav.prev{left:calc(50% - 62px)}.reel-player-nav.next{right:calc(50% - 62px)}}.app-store-panel{background:radial-gradient(circle at 15% 15%,#f5a62338,#0000 28%),radial-gradient(circle at 85% 70%,#9ccc6533,#0000 28%),linear-gradient(145deg,#06170c 0%,#123b22 54%,#1e7a3c 100%)!important;border-radius:42px!important;padding:24px!important}.app-store-button{box-shadow:inset 0 1px #ffffff1f,0 18px 44px #00000024;background:#ffffff1f!important;border-radius:26px!important;min-height:82px!important}.google-play-style .store-icon{color:#fff!important;background:linear-gradient(135deg,#a4c639,#3ddc84)!important}.app-store-style .store-icon{color:#fff!important;background:linear-gradient(135deg,#050505,#414141)!important}.phone-mockup{border-color:#050b07!important;box-shadow:0 30px 80px #00000057,inset 0 0 0 1px #ffffff24!important}.phone-mockup:after{content:"";background:#07150d33;border-radius:999px;width:72px;height:5px;position:absolute;bottom:9px;left:50%;transform:translate(-50%)}.app-preview-card{position:relative;overflow:hidden}.app-preview-card:after{content:"";background:#f5a62333;border-radius:50%;width:90px;height:90px;position:absolute;top:-26px;right:-26px}.app-feature-list span,.app-preview-list span{transition:transform .2s,box-shadow .2s}.app-feature-list span:hover,.app-preview-list span:hover{transform:translateY(-2px);box-shadow:0 16px 36px #123b221f}.service-card,.why-card,.crop-card,.story-card,.problem-card,.model-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.service-card:hover,.why-card:hover,.crop-card:hover,.story-card:hover,.problem-card:hover,.model-card:hover{box-shadow:0 26px 70px #123b2229!important}.video-section,.shorts-grid,.short-card,.short-phone-frame,.short-preview,.short-preview img{backface-visibility:hidden;transform:translateZ(0)}.short-card{contain:paint;background:#ffffffc2!important}.dark-mode .short-card{background:#ffffff0f!important}.short-phone-frame{background:radial-gradient(circle at 50% 35%,#f5a6231a,#0000 35%),#07150d!important}.short-preview img{transition:transform .24s,filter .24s,opacity .18s;opacity:1!important;visibility:visible!important;min-width:100%!important;min-height:100%!important;display:block!important}.short-card.thumb-refresh .short-preview img{opacity:.985!important}.short-play{pointer-events:none}.reel-player-modal{isolation:isolate}.reel-player-panel,.reel-player-frame,.reel-player-frame iframe{backface-visibility:hidden;transform:translateZ(0)}.reel-player-close:hover,.reel-player-nav:hover{background:#f5a62338;border-color:#f5a62361}.site-header{box-shadow:0 14px 38px #00000029}.hero-image-wrap,.crop-image-card,.multi-image,.phone-preview,.reel-player-frame{outline:1px solid #ffffff1a}.gallery-item{border:1px solid #123b221a}.contact-action-row .btn,.app-store-button,.short-card{transition:transform .22s,box-shadow .22s,border-color .22s,background .22s}.contact-action-row .btn:hover,.app-store-button:hover,.short-card:hover{transform:translateY(-3px)}.reel-player-modal{display:none!important}.short-card.inline-playing .short-phone-frame{border-color:var(--gold)!important;background:#000!important}.short-phone-frame{isolation:isolate;contain:paint;position:relative!important;overflow:hidden!important}.short-preview{z-index:2!important;background:#07150d!important;border:0!important;width:100%!important;height:100%!important;padding:0!important;display:block!important;position:absolute!important;inset:0!important}.short-preview img{backface-visibility:hidden;transform:translateZ(0);object-fit:cover!important;opacity:1!important;visibility:visible!important;width:100%!important;min-width:100%!important;height:100%!important;min-height:100%!important;display:block!important;position:absolute!important;inset:0!important}.short-preview:after{z-index:1!important;pointer-events:none!important}.short-play{z-index:3!important;pointer-events:none!important}.inline-reel-iframe{backface-visibility:hidden;transform:translateZ(0);z-index:5!important;opacity:1!important;visibility:visible!important;background:#000!important;border:0!important;width:100%!important;min-width:100%!important;height:100%!important;min-height:100%!important;display:block!important;position:absolute!important;inset:0!important}.short-phone-frame:before{z-index:7!important;pointer-events:none!important}.inline-reel-stop{z-index:9;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#07150db8;border:1px solid #ffffff47;border-radius:50%;place-items:center;width:38px;height:38px;display:grid;position:absolute;top:12px;right:12px;box-shadow:0 14px 30px #0000004d}.inline-reel-stop .ui-icon{width:20px;height:20px}.inline-reel-stop:hover{color:var(--forest);background:#f5a623db}@media (width<=919px){.video-scroll .short-card{width:min(235px,74vw)!important;min-width:min(235px,74vw)!important}.inline-reel-stop{width:42px;height:42px;top:10px;right:10px}}.video-section,.shorts-grid,.short-card,.short-phone-frame,.short-preview,.short-preview img,.inline-reel-iframe{transform:translateZ(0)}.short-card:not(.inline-playing) .short-phone-frame{background:radial-gradient(circle at 50% 35%,#f5a6231a,#0000 35%),#07150d!important}.reel-player-modal,.inline-reel-iframe,.inline-reel-stop{display:none!important}.short-card.inline-playing{border-color:var(--border)!important;box-shadow:var(--shadow-soft)!important}.reel-dock{scroll-margin-top:calc(var(--header-height) + 18px);background:radial-gradient(circle at 12% 18%,#f5a62333,#0000 28%),radial-gradient(circle at 88% 82%,#9ccc652e,#0000 34%),linear-gradient(135deg,#07150d 0%,#123b22 58%,#1e7a3c 100%);border:1px solid #ffffff24;border-radius:34px;align-items:center;gap:20px;margin:0 0 24px;padding:20px;display:grid;position:relative;overflow:hidden;box-shadow:0 28px 78px #123b223d}.reel-dock:before{content:"";opacity:.3;pointer-events:none;background-image:linear-gradient(90deg,#ffffff0b 1px,#0000 1px),linear-gradient(0deg,#ffffff09 1px,#0000 1px);background-size:42px 42px;position:absolute;inset:0}.reel-dock>*{z-index:1;position:relative}.reel-dock-copy h3{color:#fff;letter-spacing:-.04em;margin:14px 0 8px;font-size:clamp(1.55rem,5vw,2.8rem);line-height:1}.reel-dock-copy p{color:#ffffffc2;max-width:680px}.reel-dock-actions{flex-wrap:wrap;gap:10px;margin-top:16px;display:flex}.reel-dock-actions .ghost{background:#ffffff14;border-color:#ffffff38;color:#fff!important}.reel-dock-frame{aspect-ratio:9/16;background:#000;border:9px solid #06170c;border-radius:30px;width:min(320px,78vw);margin:0 auto;position:relative;overflow:hidden;box-shadow:0 30px 74px #0000006b,inset 0 0 0 1px #ffffff24}.reel-dock-frame:before{content:"";z-index:2;pointer-events:none;background:#ffffff38;border-radius:999px;width:54px;height:6px;position:absolute;top:8px;left:50%;transform:translate(-50%)}.reel-dock-frame iframe{z-index:1!important;opacity:1!important;visibility:visible!important;background:#000!important;border:0!important;width:100%!important;min-width:100%!important;height:100%!important;min-height:100%!important;display:block!important;position:absolute!important;inset:0!important;transform:none!important}.short-card.selected-short{border-color:#f5a623bf!important;box-shadow:0 22px 56px #123b222b!important}.short-card.selected-short .short-phone-frame{border-color:var(--gold)!important}.short-card.selected-short .short-play{background:linear-gradient(135deg,#fff,#ffd36c)!important}.short-phone-frame,.short-preview,.short-preview img{transform:none!important}.short-preview{width:100%!important;height:100%!important;display:block!important;position:absolute!important;inset:0!important}.short-preview img{object-fit:cover!important;opacity:1!important;visibility:visible!important;width:100%!important;height:100%!important;display:block!important;position:absolute!important;inset:0!important}.short-preview:hover img{transform:scale(1.03)!important}@media (width>=920px){.reel-dock{grid-template-columns:1fr 360px;padding:26px 30px}.reel-dock-frame{width:330px}}@media (width<=639px){.reel-dock{border-radius:28px;padding:16px}.reel-dock-actions{grid-template-columns:1fr 1fr;display:grid}.reel-dock-actions .primary{grid-column:1/-1}.reel-dock-frame{border-width:8px;border-radius:26px;width:min(250px,74vw)}}.video-section{overflow:hidden}.video-head-row{align-items:end}.contact-section{position:relative}.contact-grid{align-items:stretch!important;gap:24px!important}.contact-copy,.lead-form{height:100%!important;min-height:100%!important}.contact-copy{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:radial-gradient(circle at 10% 12%,#f5a6232e,#0000 30%),linear-gradient(145deg,#ffffff24,#ffffff0e)!important;border:1px solid #ffffff29!important;border-radius:34px!important;flex-direction:column!important;justify-content:space-between!important;padding:clamp(22px,4vw,34px)!important;display:flex!important;box-shadow:0 28px 72px #0000002e!important}.contact-copy .section-heading{margin-bottom:16px!important}.contact-copy .section-heading h2,.contact-copy .section-heading p{color:#fff!important}.contact-cards{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.contact-card{align-items:center!important;min-height:72px!important;padding:14px 15px!important}.contact-card span{font-size:.94rem;line-height:1.25}.contact-highlight-strip{grid-template-columns:repeat(3,1fr);gap:10px;margin:16px 0 4px;display:grid}.contact-highlight{background:#ffffff1a;border:1px solid #ffffff24;border-radius:20px;flex-direction:column;justify-content:center;gap:5px;min-height:86px;padding:14px 12px;display:flex}.contact-highlight strong{color:var(--gold);font-size:clamp(1.15rem,3vw,1.7rem);font-weight:900;line-height:.95}.contact-highlight span{color:#ffffffc7;font-size:.82rem;font-weight:800;line-height:1.2}.contact-address-panel{gap:10px;margin-top:12px;display:grid}.contact-address-panel .address-line{background:#ffffff1a;border:1px solid #ffffff21;border-radius:20px;min-height:64px;padding:13px 14px;margin:0!important}.contact-address-panel .address-line .ui-icon{flex:none;color:var(--gold)!important}.contact-action-row{margin:16px 0 0!important}.contact-action-row .btn{flex:210px;justify-content:center}.lead-form{border-radius:34px!important;flex-direction:column!important;justify-content:space-between!important;padding:clamp(22px,4vw,34px)!important;display:flex!important}.lead-form-head{margin-bottom:14px}.lead-form-head h3{color:var(--forest);letter-spacing:-.04em;margin:12px 0 6px;font-size:clamp(1.45rem,4vw,2.1rem);line-height:1}.lead-form-head p{color:var(--muted);margin:0;font-weight:700;line-height:1.45}.dark-mode .lead-form-head h3{color:#ecfff0}.lead-form input,.lead-form select{min-height:54px!important}.lead-form textarea{resize:vertical;min-height:118px!important}.lead-form .full{min-height:56px;margin-top:2px}@media (width>=920px){.contact-grid{grid-template-columns:minmax(0,1fr) minmax(420px,.92fr)!important}.contact-copy,.lead-form{min-height:720px!important}}@media (width<=919px){.contact-copy,.lead-form{min-height:auto!important}.contact-cards{grid-template-columns:1fr!important}.contact-highlight-strip{grid-template-columns:1fr}.contact-highlight{min-height:70px}}@media (width<=520px){.contact-copy,.lead-form{border-radius:26px!important;padding:18px!important}.contact-action-row{display:grid!important}}#contact.contact-section{background:radial-gradient(circle at 12% 10%,#f5a6232e,#0000 28%),radial-gradient(circle at 88% 78%,#9ccc6526,#0000 32%),linear-gradient(135deg,#06170c 0%,#123b22 56%,#0a2716 100%)!important;padding-top:clamp(58px,8vw,96px)!important;padding-bottom:clamp(58px,8vw,96px)!important}#contact .contact-grid{align-items:stretch!important;gap:clamp(18px,3vw,30px)!important;display:grid!important}#contact .contact-copy,#contact .lead-form{box-sizing:border-box!important;border-radius:clamp(26px,3vw,36px)!important;height:100%!important;min-height:auto!important}#contact .contact-copy{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(145deg,#ffffff29,#ffffff0f)!important;border:1px solid #ffffff2e!important;flex-direction:column!important;justify-content:space-between!important;gap:16px!important;padding:clamp(22px,3.2vw,36px)!important;display:flex!important;box-shadow:0 28px 76px #0003!important}#contact .contact-copy:before{opacity:.68}#contact .contact-copy .section-heading h2{max-width:620px;color:#fff!important}#contact .contact-copy .section-heading p{max-width:650px;color:#ffffffc7!important}#contact .contact-cards{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;margin-top:2px!important;display:grid!important}#contact .contact-card{height:auto!important;min-height:76px!important;color:var(--forest)!important;background:#fffffff5!important;border-radius:22px!important;align-items:center!important;gap:12px!important;padding:14px 15px!important;display:flex!important}#contact .contact-card .ui-icon{flex:none;width:24px!important;height:24px!important;color:var(--green)!important}#contact .contact-card span{font-size:.94rem!important;font-weight:900!important;line-height:1.24!important}#contact .contact-highlight-strip{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;margin:2px 0!important;display:grid!important}#contact .contact-highlight{background:#ffffff1a!important;border:1px solid #ffffff26!important;border-radius:20px!important;min-height:86px!important;padding:14px 12px!important}#contact .contact-highlight strong{color:var(--gold)!important;font-size:clamp(1.15rem,2.5vw,1.65rem)!important}#contact .contact-highlight span{color:#ffffffc7!important;font-size:.82rem!important}#contact .contact-action-row{gap:12px!important;margin:2px 0!important;display:flex!important}#contact .contact-action-row .btn{flex:1 1 0!important;justify-content:center!important;min-height:54px!important}#contact .contact-address-panel{gap:10px!important;margin:0!important;display:grid!important}#contact .contact-address-panel .address-line{color:#ffffffd1!important;background:#ffffff1a!important;border:1px solid #ffffff24!important;border-radius:20px!important;align-items:flex-start!important;gap:10px!important;min-height:62px!important;margin:0!important;padding:13px 14px!important;display:flex!important}#contact .contact-address-panel .address-line .ui-icon{color:var(--gold)!important;flex:none!important}#contact .lead-form{background:radial-gradient(circle at 88% 10%,#f5a6231f,#0000 28%),linear-gradient(145deg,#fffffffa,#eaf6ecf5)!important;border:1px solid #ffffff6b!important;flex-direction:column!important;gap:12px!important;padding:clamp(22px,3.2vw,36px)!important;display:flex!important;box-shadow:0 28px 76px #0003!important}#contact .lead-form-head{margin-bottom:4px!important}#contact .lead-form-head .eyebrow-pill{color:var(--green)!important;background:#1e7a3c17!important;border-color:#1e7a3c38!important}#contact .lead-form-head h3{color:var(--forest)!important;margin:12px 0 7px!important;font-size:clamp(1.5rem,3.6vw,2.15rem)!important;line-height:1!important}#contact .lead-form-head p{color:var(--muted)!important;font-weight:700!important;line-height:1.42!important}#contact .lead-form input,#contact .lead-form select,#contact .lead-form textarea{background:#ffffffe0!important;border:1px solid #123b221f!important;border-radius:18px!important;width:100%!important;box-shadow:inset 0 1px #fff9!important}#contact .lead-form input,#contact .lead-form select{min-height:54px!important}#contact .lead-form textarea{resize:vertical!important;flex:auto!important;min-height:124px!important}#contact .lead-form .full{min-height:56px!important;margin-top:auto!important}.dark-mode #contact .lead-form{background:radial-gradient(circle at 88% 10%,#f5a6231a,#0000 28%),#ffffff14!important}.dark-mode #contact .lead-form input,.dark-mode #contact .lead-form select,.dark-mode #contact .lead-form textarea{color:#ecfff0!important;background:#ffffff17!important;border-color:#ffffff21!important}.dark-mode #contact .lead-form-head .eyebrow-pill{color:#ecfff0!important;background:#ffffff1a!important;border-color:#ffffff29!important}.dark-mode #contact .lead-form-head h3{color:#ecfff0!important}@media (width>=1020px){#contact .contact-grid{grid-template-columns:minmax(0,1.03fr) minmax(420px,.97fr)!important}#contact .contact-copy,#contact .lead-form{min-height:690px!important}}@media (width>=920px) and (width<=1110px){#contact .contact-cards,#contact .contact-highlight-strip{grid-template-columns:1fr!important}}@media (width<=919px){#contact .contact-grid{grid-template-columns:1fr!important}#contact .contact-copy,#contact .lead-form{min-height:auto!important}#contact .contact-cards,#contact .contact-highlight-strip{grid-template-columns:1fr!important}#contact .contact-action-row{grid-template-columns:1fr 1fr;display:grid!important}}@media (width<=520px){#contact .contact-copy,#contact .lead-form{border-radius:26px!important;padding:18px!important}#contact .contact-action-row{grid-template-columns:1fr!important}}.farm-visit-section{background:radial-gradient(circle at 8% 8%, #f5a6232e, transparent 25%), radial-gradient(circle at 92% 72%, #1e7a3c29, transparent 28%), linear-gradient(180deg, var(--pale), var(--paper));position:relative;overflow:hidden}.farm-visit-section:before{content:"";pointer-events:none;opacity:.38;background-image:linear-gradient(#123b220b 1px,#0000 1px),linear-gradient(90deg,#123b220b 1px,#0000 1px);background-size:54px 54px;position:absolute;inset:0}.farm-visit-section .container{position:relative}.dark-mode .farm-visit-section>.container>.section-heading .eyebrow-pill{color:#ecfff0;background:#ffffff14;border-color:#ffffff24}.farm-visit-benefits{gap:14px;margin:0 0 28px;display:grid}.farm-visit-benefit{border:1px solid var(--border);box-shadow:var(--shadow-soft);background:#ffffffc2;border-radius:22px;align-items:flex-start;gap:14px;padding:18px;display:flex}.dark-mode .farm-visit-benefit{background:#ffffff0e}.farm-visit-benefit-icon{color:#fff;background:linear-gradient(135deg, var(--forest), var(--green));border-radius:17px;flex:0 0 50px;place-items:center;width:50px;height:50px;display:grid;box-shadow:0 12px 28px #123b2233}.farm-visit-benefit-icon svg{width:24px;height:24px}.farm-visit-benefit h3{margin:2px 0 5px}.farm-visit-benefit p{margin:0;font-size:.95rem}.visit-booking-layout{align-items:stretch;gap:24px;display:grid}.visit-payment-panel,.farm-visit-form{border:1px solid var(--border);box-shadow:var(--shadow);border-radius:30px;height:100%;padding:clamp(18px,2.2vw,24px)}.visit-payment-panel{color:#fff;background:radial-gradient(circle at 90% 5%,#f5a62338,#0000 25%),linear-gradient(145deg,#0a2716,#164c2a)}.visit-panel-title{align-items:center;gap:12px;margin-bottom:14px;display:flex}.visit-panel-title>span{color:#2b2105;background:linear-gradient(135deg, var(--gold), #ffd46b);border-radius:15px;place-items:center;width:44px;height:44px;display:grid}.visit-panel-title h3{color:#fff;margin:0;font-size:clamp(1.35rem,3vw,1.8rem)}.visit-options{gap:12px;display:grid}.visit-option{cursor:pointer;background:#ffffff12;border:2px solid #ffffff21;border-radius:24px;flex-direction:column;padding:12px;transition:transform .2s,border-color .2s,background .2s;display:flex;position:relative}.visit-option:hover{border-color:#f5a6238c}.visit-option.selected{border-color:var(--gold);background:#f5a6231f}.visit-option input[type=radio]{opacity:0;width:1px;height:1px;position:absolute}.visit-option:focus-within{box-shadow:0 0 0 4px #f5a62338}.visit-option-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.visit-option-head h3{color:#fff;margin:8px 0 0;font-size:1.18rem}.visit-option-head strong{color:var(--gold);white-space:nowrap;font-size:1.7rem;line-height:1}.visit-badge{color:#ffffffe0;background:#ffffff1c;border-radius:999px;padding:5px 9px;font-size:.76rem;font-weight:900;display:inline-flex}.visit-option>p{color:#ffffffb8;margin:7px 0 9px;font-size:.88rem;line-height:1.4}.visit-qr-wrap{background:#f2f4fb;border:5px solid #fff;border-radius:18px;margin-top:auto;overflow:hidden}.visit-qr-wrap img{object-fit:cover;object-position:center;width:100%;height:290px}.visit-payment-steps{counter-reset:payment-step;gap:7px;margin:14px 0 0;padding:0;list-style:none;display:grid}.visit-payment-steps li{color:#ffffffd1;align-items:center;gap:10px;font-weight:700;display:flex}.visit-payment-steps li:before{counter-increment:payment-step;content:counter(payment-step);color:#2b2105;background:var(--gold);border-radius:50%;flex:0 0 28px;place-items:center;width:28px;height:28px;font-weight:900;display:grid}.farm-visit-form{background:radial-gradient(circle at 92% 6%,#f5a62321,#0000 25%),#ffffffe0;gap:10px;display:grid}.dark-mode .farm-visit-form{background:radial-gradient(circle at 92% 6%,#f5a6231a,#0000 25%),#fff1}.farm-visit-form-head{margin-bottom:2px}.farm-visit-form-head .eyebrow-pill{color:var(--green);background:#1e7a3c17;border-color:#1e7a3c33}.dark-mode .farm-visit-form-head .eyebrow-pill{color:#ecfff0;background:#ffffff17;border-color:#ffffff24}.farm-visit-form-head h3{margin:10px 0 6px;font-size:clamp(1.55rem,3.5vw,2.2rem)}.farm-visit-form-head p{margin:0;font-weight:700}.farm-visit-field-grid{gap:10px;display:grid}.farm-visit-form input,.farm-visit-form textarea{background:#ffffffe6;border-color:#123b2224}.farm-visit-form input{min-height:48px}.dark-mode .farm-visit-form input,.dark-mode .farm-visit-form textarea{color:#ecfff0;background:#ffffff14;border-color:#ffffff24}.dark-mode .farm-visit-form input::placeholder,.dark-mode .farm-visit-form textarea::placeholder{color:#ecfff099}.farm-visit-form textarea[name=address]{min-height:64px}.farm-visit-form textarea[name=problem]{min-height:84px}.visit-date-field{color:var(--muted);gap:6px;font-size:.82rem;font-weight:800;display:grid}.visit-date-field input{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}.dark-mode .visit-date-field input{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}.payment-reminder{color:#155c30;background:#1faf5a1c;border:1px solid #1faf5a33;border-radius:16px;align-items:flex-start;gap:10px;padding:9px 12px;font-weight:800;line-height:1.4;display:flex}.dark-mode .payment-reminder{color:#9cf2b8;background:#1faf5a1a}.payment-reminder svg{flex:0 0 21px;width:21px;height:21px}.farm-visit-form .btn.full{min-height:50px}@media (width>=680px){.farm-visit-benefits{grid-template-columns:repeat(3,1fr)}.visit-options,.farm-visit-field-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=1040px){.visit-booking-layout{grid-template-columns:minmax(0,1.12fr) minmax(390px,.88fr)}}@media (width<=520px){.visit-payment-panel,.farm-visit-form{border-radius:24px;padding:16px}.visit-option-head strong{font-size:1.45rem}.visit-qr-wrap img{height:300px}}@media (width>=920px){.multilayer-grid{align-items:stretch}.multilayer-grid .multi-image{height:100%;min-height:clamp(570px,38vw,680px);position:relative}.multilayer-grid .multi-image img{aspect-ratio:auto;object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;inset:0}.multilayer-content{flex-direction:column;min-height:100%;padding:4px 0;display:flex}.multilayer-content .section-heading{margin-bottom:22px}.multilayer-content .layer-stack{flex:auto;grid-template-rows:repeat(3,minmax(0,1fr))}.multilayer-content .layer-card{align-items:center;height:100%;min-height:0}}.calculator-crop-field{grid-column:1/-1}.calculator-meta{flex-wrap:wrap;gap:9px;margin-top:14px;display:flex}.calculator-meta span{color:#ffffffe0;background:#ffffff17;border:1px solid #ffffff1f;border-radius:999px;align-items:center;gap:7px;padding:8px 11px;font-size:.86rem;font-weight:800;display:inline-flex}.calculator-meta svg{width:17px;height:17px;color:var(--gold)}.roi-section .disclaimer{border-left:4px solid var(--gold);background:#fff1;border-radius:0 14px 14px 0;margin-top:16px;padding:12px 14px;line-height:1.5}.calculator-results{padding:clamp(20px,3vw,28px);overflow:hidden}.calculator-results .calculator-result-head{background:linear-gradient(135deg, var(--pale), #f5a6231f);border-bottom:1px solid #123b221f;margin:-28px -28px 4px;padding:18px 28px}.dark-mode .calculator-results .calculator-result-head{background:linear-gradient(135deg,#1e7a3c38,#f5a6231a);border-color:#ffffff1f}.calculator-results .calculator-result-head span{color:var(--forest);font-size:1.05rem}.dark-mode .calculator-results .calculator-result-head span{color:#ecfff0}.calculator-results .calculator-result-head strong{white-space:nowrap;background:#1e7a3c1a;border-radius:999px;padding:6px 10px;font-size:.86rem}.calculator-results>div:not(.calculator-result-head){min-height:58px}.calculator-results .negative-value{color:#c43d3d!important}.dark-mode .calculator-results .negative-value{color:#ff8d8d!important}.calculator-results .btn{min-height:54px}@media (width>=920px){.roi-grid{align-items:stretch}.roi-grid>*{height:100%}.calculator-results{flex-direction:column;display:flex}.calculator-results .btn{margin-top:auto}}@media (width<=639px){.calculator-results .calculator-result-head{margin:-20px -20px 4px;padding:16px 20px}.calculator-crop-field{grid-column:auto}.calculator-results .calculator-result-head{flex-direction:column;align-items:flex-start}.calculator-results>div:not(.calculator-result-head){align-items:flex-start}.calculator-results>div:not(.calculator-result-head) strong{text-align:right}}.hero-image-wrap{aspect-ratio:5/6.2;isolation:isolate;position:relative}.hero-image-wrap .hero-slide{aspect-ratio:auto;object-fit:cover;object-position:center;opacity:0;will-change:opacity, transform;width:100%;height:100%;transition:opacity .9s,transform 4.8s;position:absolute;inset:0;transform:scale(1.045)}.hero-image-wrap .hero-slide.active{opacity:1;z-index:1;transform:scale(1)}.hero-slide-dots{z-index:4;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#07150d7a;border-radius:999px;gap:6px;padding:7px 9px;display:flex;position:absolute;bottom:14px;left:50%;transform:translate(-50%)}.hero-slide-dots span{background:#ffffff7a;border-radius:50%;width:6px;height:6px;transition:width .3s,background .3s}.hero-slide-dots span.active{background:var(--gold);border-radius:999px;width:20px}.hero-card .floating-card{white-space:nowrap;z-index:5;max-width:calc(100% - 36px);padding:9px 13px;font-size:clamp(.78rem,1.15vw,.96rem);line-height:1.2}.hero-card .floating-card.one{top:18px;left:18px}.hero-card .floating-card.two{bottom:20px;right:18px}@media (width>=920px){.hero-image-wrap{height:min(650px, calc(100svh - var(--header-height) - 88px));aspect-ratio:auto}}@media (width<=520px){.hero-card .floating-card{max-width:calc(100% - 24px);padding:8px 10px;font-size:.75rem}.hero-card .floating-card.one{top:12px;left:12px}.hero-card .floating-card.two{bottom:14px;right:12px}.hero-slide-dots{bottom:10px}}@media (prefers-reduced-motion:reduce){.hero-image-wrap .hero-slide{transition:none;transform:none}.hero-slide-dots span{transition:none}}:root{--header-height:84px}.site-header{isolation:isolate;padding:max(10px, env(safe-area-inset-top)) clamp(16px, 2.4vw, 42px) 10px;background:radial-gradient(circle at 12% 0,#9ccc6529,#0000 26%),radial-gradient(circle at 88% 100%,#f5a62317,#0000 24%),linear-gradient(110deg,#082715fb,#123b22fa 52%,#144827fb);border-bottom:0;box-shadow:0 14px 40px #04180c38}.site-header:before{content:"";z-index:-1;pointer-events:none;opacity:.42;background-image:linear-gradient(115deg,#0000 0 42%,#ffffff09 42% 43%,#0000 43% 100%);background-size:120px 100%;position:absolute;inset:0}.site-header:after{content:"";pointer-events:none;opacity:.72;background:linear-gradient(90deg,#0000,#9ccc658c 28%,#f5a623c2 50%,#9ccc658c 72%,#0000);height:2px;position:absolute;bottom:0;left:0;right:0}.site-header .brand{background:#fff1;border:1px solid #ffffff1c;border-radius:999px;padding:5px 13px 5px 5px;transition:transform .22s,background .22s,border-color .22s;box-shadow:inset 0 1px #ffffff14,0 10px 24px #0000001a}.site-header .brand:hover{background:#ffffff17;border-color:#f5a62347;transform:translateY(-1px)}.site-header .brand img{border:2px solid #f5a62375;width:50px;height:50px;padding:4px;box-shadow:0 8px 20px #0000002e}.site-header .brand strong{text-shadow:0 2px 8px #0000002e;font-size:1.06rem}.site-header .brand span{color:#b6e978;font-size:.91rem}.site-header .nav{-webkit-backdrop-filter:blur(20px)saturate(1.15);backdrop-filter:blur(20px)saturate(1.15);background:linear-gradient(#ffffff1a,#ffffff0e);border:1px solid #ffffff1c;box-shadow:inset 0 1px #ffffff14,0 12px 30px #0000001f}.site-header .nav a{color:#ffffffe8;transition:color .2s,background .2s,transform .2s;position:relative}.site-header .nav a:after{content:"";background:var(--gold);border-radius:999px;width:0;height:2px;transition:width .22s;position:absolute;bottom:4px;left:50%;transform:translate(-50%)}.site-header .nav a:hover{color:#fff;background:#ffffff1a;transform:translateY(-1px)}.site-header .nav a:hover:after{width:24px}.site-header .header-actions{gap:9px}.site-header .mini-btn,.site-header .menu-btn{background:linear-gradient(#ffffff1f,#ffffff12);border-color:#ffffff29;transition:transform .2s,border-color .2s,background .2s,box-shadow .2s;box-shadow:inset 0 1px #ffffff1a,0 10px 22px #0000001a}.site-header .mini-btn:hover,.site-header .menu-btn:hover{background:#ffffff24;border-color:#f5a62361;transform:translateY(-2px);box-shadow:0 12px 26px #00000029}.site-header .icon-only{color:#ffe09a;background:linear-gradient(145deg,#f5a6232b,#ffffff12);border-color:#f5a62347}@media (width<=919px){:root{--header-height:76px}.site-header{padding-left:10px;padding-right:10px}.site-header .brand{box-shadow:none;background:0 0;border-color:#0000;padding:3px 8px 3px 3px}.site-header .brand img{width:46px;height:46px}.site-header .nav{box-shadow:var(--shadow);background:#fffffff7;border-color:#123b221f}.site-header .nav a{color:var(--forest)}.site-header .nav a:hover{color:var(--forest);background:var(--pale);transform:none}}@media (width<=460px){.site-header .brand strong{font-size:.92rem}.site-header .brand span{font-size:.78rem}.site-header .mini-btn{padding:0 11px}}@media (width>=920px){.stories-block .section-heading{margin-bottom:16px}.stories-block .story-grid{gap:12px}.stories-block .story-card{gap:11px;min-height:142px;padding:14px}.stories-block .avatar{flex-basis:44px;width:44px;height:44px;font-size:1.05rem}.stories-block .story-card h3{margin:1px 0 3px;font-size:1.05rem}.stories-block .story-card span{margin-bottom:3px;font-size:.83rem}.stories-block .story-card p{margin:0;font-size:.84rem;line-height:1.42}.stories-block .story-card:after{font-size:3.2rem;top:4px;right:10px}}.app-download-section{background:radial-gradient(circle at 8% 18%,#f5a6232e,#0000 28%),radial-gradient(circle at 94% 72%,#1e7a3c26,#0000 30%),linear-gradient(145deg,#fffdf7 0%,#edf8ef 52%,#e1f1e5 100%)!important}.dark-mode .app-download-section{background:radial-gradient(circle at 9% 18%,#f5a6231f,#0000 28%),radial-gradient(circle at 94% 72%,#9ccc651a,#0000 30%),linear-gradient(145deg,#0b1810,#102719)!important}.app-store-panel{align-items:center;min-height:590px;background:radial-gradient(circle at 12% 10%,#f5a62338,#0000 30%),radial-gradient(circle at 86% 70%,#9ccc6533,#0000 28%),linear-gradient(145deg,#06170c 0%,#123b22 52%,#1e7a3c 100%)!important;grid-template-columns:minmax(0,.8fr) minmax(250px,1.2fr)!important;gap:22px!important;padding:clamp(22px,3vw,34px)!important}.app-store-button{background:linear-gradient(145deg,#080a09,#171b18)!important;border-radius:17px!important;min-height:74px!important;padding:10px 15px!important}.app-store-button .store-icon,.google-play-style .store-icon,.app-store-style .store-icon{box-shadow:none;color:#fff!important;background:0 0!important}.app-store-button small{color:#ffffffb8!important}.app-store-button strong{font-size:1.25rem!important}@media (width>=920px){.app-download-grid{grid-template-columns:minmax(0,.9fr) minmax(520px,1.1fr)}}@media (width<=919px){.app-store-panel{min-height:auto;grid-template-columns:1fr!important}}@media (width<=560px){.app-store-panel{padding:20px 16px 24px!important}.app-store-button{min-height:68px!important}}main>section:not(.hero){--farm-sun-x:88%;--farm-field-x:52%;--farm-sun-glow:#f5a6231f;--farm-row-line:#1e7a3c0d;--farm-grid-line:#123b2206;isolation:isolate;position:relative}main>section:not(.hero):after{content:"";z-index:0;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='260' viewBox='0 0 260 260'%3E%3Cg fill='none' stroke='%231e7a3c' stroke-width='2' opacity='.13' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M196 246c-3-52 1-95 21-133'/%3E%3Cpath d='M211 165c-20-4-36 5-44 26 22 4 37-5 44-26Z'/%3E%3Cpath d='M217 130c12-17 28-21 47-12-8 20-24 25-47 12Z'/%3E%3Cpath d='M202 202c-16-2-28 5-35 21 18 3 30-4 35-21Z'/%3E%3C/g%3E%3C/svg%3E"), radial-gradient(circle at var(--farm-sun-x) 14%, var(--farm-sun-glow), transparent 21%), repeating-radial-gradient(ellipse at var(--farm-field-x) 122%, transparent 0 36px, var(--farm-row-line) 37px 39px, transparent 40px 76px), repeating-linear-gradient(112deg, transparent 0 92px, var(--farm-grid-line) 93px 94px, transparent 95px 188px);opacity:.54;background-position:right 14px top 18px,50%,50%,50%;background-repeat:repeat,no-repeat,no-repeat,repeat;background-size:260px 260px,auto,auto,auto;position:absolute;inset:0}main>section:not(.hero)>.container{z-index:1;position:relative}.problems-section,.services-section,.crops-section,.roi-section,.process-section,.gallery-section,.app-download-section{--farm-sun-x:10%;--farm-field-x:74%}.why-section,.models-section,.multilayer-section,.nursery-section,.faq-section,.farm-visit-section,.contact-section{--farm-sun-x:90%;--farm-field-x:26%}.trust-bar,.video-section,.cta-band,.contact-section,.farm-visit-section{--farm-sun-glow:#f5a6231c;--farm-row-line:#ffffff0b;--farm-grid-line:#ffffff06}.dark-mode main>section:not(.hero){--farm-sun-glow:#f5a62313;--farm-row-line:#9ccc650b;--farm-grid-line:#ffffff05}.farm-visit-section:after,.app-download-section:after,.cta-band:after,.contact-section:after{opacity:.7;background-size:230px 230px,auto,auto,auto}@media (width<=639px){main>section:not(.hero):after{opacity:.48;background-position:right -46px top 12px,50%,50%,50%;background-size:210px 210px,auto,auto,auto}}#contact.contact-section{scroll-margin-top:var(--header-height);padding:38px 0!important}#contact .contact-grid{align-items:stretch!important;gap:20px!important}#contact .contact-copy,#contact .lead-form{border-radius:30px!important;height:auto!important;min-height:0!important;padding:24px!important}#contact .contact-copy{justify-content:flex-start!important;gap:14px!important}#contact .contact-copy .section-heading{margin:0!important}#contact .contact-copy .section-heading h2{margin:12px 0 7px!important;font-size:clamp(2rem,3.6vw,3.35rem)!important;line-height:.98!important}#contact .contact-copy .section-heading p{font-size:.96rem;line-height:1.5;margin:0!important}#contact .contact-cards{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;margin:2px 0 0!important}#contact .contact-card{border-radius:17px!important;min-height:58px!important;padding:10px 13px!important}#contact .contact-card:last-child{grid-column:1/-1}#contact .contact-card .ui-icon{width:21px!important;height:21px!important}#contact .contact-card span{font-size:.88rem!important}#contact .contact-action-row{gap:10px!important;margin:auto 0 0!important}#contact .contact-action-row .btn{min-height:49px!important}#contact .lead-form{grid-template-columns:repeat(2,minmax(0,1fr))!important;align-content:start!important;gap:10px!important;display:grid!important}#contact .lead-form-head,#contact .lead-form select[name=crop],#contact .lead-form textarea,#contact .lead-form .full{grid-column:1/-1}#contact .lead-form-head{margin:0 0 2px!important}#contact .lead-form-head h3{margin:9px 0 5px!important;font-size:clamp(1.35rem,2.8vw,1.85rem)!important}#contact .lead-form-head p{font-size:.9rem;line-height:1.38!important}#contact .lead-form input,#contact .lead-form select{border-radius:14px!important;height:46px!important;min-height:46px!important;padding-top:0!important;padding-bottom:0!important}#contact .lead-form textarea{resize:none!important;border-radius:14px!important;height:74px!important;min-height:74px!important}#contact .lead-form .full{min-height:49px!important;margin:0!important}@media (width>=1020px){#contact .contact-grid{grid-template-columns:minmax(0,.9fr) minmax(500px,1.1fr)!important}}@media (width<=1019px){#contact .contact-grid{grid-template-columns:1fr!important}}@media (width<=620px){#contact.contact-section{padding:28px 0!important}#contact .contact-copy,#contact .lead-form{border-radius:24px!important;padding:18px!important}#contact .contact-cards,#contact .lead-form{grid-template-columns:1fr!important}#contact .contact-card:last-child,#contact .lead-form>*{grid-column:1!important}}.footer.footer-premium{isolation:isolate;color:#fff;background:radial-gradient(circle at 8% 6%,#f5a62321,#0000 24%),radial-gradient(circle at 92% 82%,#2fa24e29,#0000 28%),linear-gradient(145deg,#040d08 0%,#07150d 48%,#0b2314 100%);padding:46px 0 28px;position:relative;overflow:hidden}.footer-premium:before{content:"";z-index:-1;pointer-events:none;opacity:.35;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='280' height='280' viewBox='0 0 280 280'%3E%3Cg fill='none' stroke='%239ccc65' stroke-width='2' opacity='.12' stroke-linecap='round'%3E%3Cpath d='M214 270c-3-58 1-106 23-148'/%3E%3Cpath d='M231 181c-22-5-39 5-48 28 24 5 41-5 48-28Z'/%3E%3Cpath d='M237 142c14-19 31-23 52-13-9 22-27 28-52 13Z'/%3E%3C/g%3E%3C/svg%3E"),repeating-radial-gradient(at 50% 118%,#0000 0 44px,#ffffff09 45px 47px,#0000 48px 90px);background-size:280px 280px,auto;position:absolute;inset:0}.footer-top-cta{background:radial-gradient(circle at 82% 20%,#f5a6232e,#0000 28%),linear-gradient(135deg,#1e7a3c61,#ffffff0e);border:1px solid #ffffff24;border-radius:28px;justify-content:space-between;align-items:center;gap:24px;margin-bottom:38px;padding:24px 28px;display:flex;position:relative;box-shadow:0 22px 60px #00000038}.footer-top-cta span{color:var(--gold);letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-weight:900}.footer-top-cta h2{color:#fff;margin:6px 0 5px;font-size:clamp(1.65rem,3.5vw,2.65rem);line-height:1}.footer-top-cta p{max-width:720px;margin:0}.footer-top-cta .btn{flex:none;justify-content:center;min-width:190px}.footer-main-grid{align-items:start;display:grid;grid-template-columns:1.2fr .65fr 1fr 1.35fr!important;gap:clamp(24px,4vw,48px)!important}.footer-about>p{max-width:360px;line-height:1.65}.footer-brand{margin-bottom:14px}.footer-brand img{border:2px solid #f5a62359;width:64px;height:64px;box-shadow:0 14px 34px #0000003d}.footer-brand strong{max-width:190px;font-size:1.14rem;line-height:1.2}.footer-about .socials{margin-top:18px}.footer-column h3{color:#fff;margin:4px 0 18px;padding-bottom:10px;font-size:1rem;position:relative}.footer-column h3:after{content:"";background:linear-gradient(90deg, var(--gold), var(--lime));border-radius:999px;width:36px;height:3px;position:absolute;bottom:0;left:0}.footer-premium .footer-column a{color:#ffffffbd;align-items:flex-start;gap:8px;margin:10px 0;font-size:.88rem;line-height:1.4;transition:color .2s,transform .2s;display:flex}.footer-premium .footer-column a:hover{color:#fff;transform:translate(3px)}.footer-contact-links .ui-icon,.footer-offices .ui-icon{width:18px;height:18px;color:var(--gold);flex:0 0 18px;margin-top:2px}.footer-offices p{color:#ffffffad;align-items:flex-start;gap:9px;margin:0 0 13px;font-size:.82rem;line-height:1.5;display:flex}.footer-offices p span{min-width:0}.footer-trust-strip{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:34px;display:grid}.footer-trust-strip>div{background:#ffffff0e;border:1px solid #ffffff1c;border-radius:18px;align-items:center;gap:13px;min-height:76px;padding:15px 18px;display:flex}.footer-trust-strip strong{color:var(--gold);white-space:nowrap;font-size:1.28rem}.footer-trust-strip span{color:#ffffffb3;font-size:.84rem;font-weight:800}.footer-premium .footer-bottom{text-align:left;color:#ffffff85;align-items:center;margin-top:24px;font-size:.8rem;grid-template-columns:1fr auto!important}.footer-premium .footer-bottom .cin{text-align:right;color:#f5a623c7!important}@media (width<=980px){.footer-main-grid{grid-template-columns:repeat(2,1fr)!important}}@media (width<=640px){.footer.footer-premium{padding-top:28px;padding-bottom:96px}.footer-top-cta{border-radius:22px;padding:20px;display:grid}.footer-top-cta .btn{width:100%}.footer-main-grid{grid-template-columns:1fr!important}.footer-trust-strip{grid-template-columns:1fr}.footer-premium .footer-bottom{text-align:center;grid-template-columns:1fr!important}.footer-premium .footer-bottom .cin{text-align:center}}.hero{background:radial-gradient(circle at 8% 12%,#9ccc654d,#0000 27%),radial-gradient(circle at 91% 18%,#f5a62333,#0000 25%),radial-gradient(circle at 58% 92%,#1e7a3c1a,#0000 32%),linear-gradient(135deg,#fbfff9 0%,#eaf6ec 48%,#fffaf0 100%)!important}.dark-mode .hero{background:radial-gradient(circle at 8% 12%,#9ccc6524,#0000 27%),radial-gradient(circle at 91% 18%,#f5a6231a,#0000 25%),linear-gradient(135deg,#07150d 0%,#102718 66%,#132718 100%)!important}.hero:before{opacity:.72;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300' viewBox='0 0 300 300'%3E%3Cg fill='none' stroke='%231e7a3c' stroke-width='2' opacity='.11' stroke-linecap='round'%3E%3Cpath d='M232 290c-3-62 2-112 25-157'/%3E%3Cpath d='M249 196c-23-5-42 6-51 30 26 5 44-6 51-30Z'/%3E%3Cpath d='M256 154c15-20 34-25 56-14-10 24-29 30-56 14Z'/%3E%3C/g%3E%3C/svg%3E"),repeating-radial-gradient(at 48% 118%,#0000 0 48px,#1e7a3c0b 49px 51px,#0000 52px 98px);background-position:right -20px top 18px,50%;background-size:300px 300px,auto}.hero:after{background:linear-gradient(#0000 28%,#123b2217),repeating-linear-gradient(106deg,#0000 0 120px,#1e7a3c06 121px 123px,#0000 124px 244px);height:44%}.hero-grid{grid-template-rows:auto auto;grid-template-areas:"copy visual""proof visual";grid-template-columns:minmax(0,1.04fr) minmax(390px,.96fr)!important;gap:8px clamp(38px,5vw,72px)!important}.hero-copy{grid-area:copy;align-self:end}.hero-card{z-index:2;grid-area:visual;align-self:center}.hero-proof{z-index:2;grid-area:proof;align-self:start;position:relative}.hero h1{max-width:760px;color:var(--forest);text-wrap:balance;text-shadow:0 10px 34px #123b2212;margin:0 0 13px!important}.hero h3{width:fit-content;color:var(--green);text-wrap:balance;padding:0 4px 5px 0;display:inline-block;position:relative;margin:0 0 14px!important}.hero h3:after{content:"";z-index:-1;background:linear-gradient(90deg,#9ccc6559,#f5a6232e,#0000);border-radius:999px;height:9px;position:absolute;bottom:2px;left:0;right:-8px}.hero-copy>p{max-width:690px;line-height:1.55!important}.hero-ctas{margin:20px 0 0!important}.hero-ctas .btn{min-height:54px;padding-inline:21px}.hero-ctas .primary{box-shadow:0 18px 42px #f5a6234d,inset 0 1px #ffffff73}.hero-proof .micro-copy{letter-spacing:.01em;margin-top:2px;font-size:.88rem!important}.hero-mini-stats{gap:10px;margin-top:12px}.hero-mini-stat{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffb8;border-radius:18px;align-items:center;gap:10px;min-height:78px;padding:11px;display:flex;box-shadow:0 16px 38px #123b2217,inset 0 1px #ffffffbf}.hero-stat-icon{background:linear-gradient(135deg, var(--forest), var(--green));border-radius:12px;flex:0 0 35px;place-items:center;width:35px;height:35px;color:#fff!important;margin:0!important;display:grid!important}.hero-stat-icon .ui-icon{width:17px;height:17px}.hero-mini-stat>div{min-width:0}.hero-mini-stat strong{font-size:clamp(1.2rem,2.2vw,1.72rem)}.hero-mini-stat span:not(.hero-stat-icon){margin-top:4px;font-size:.76rem;line-height:1.15}.hero-card:before{background:radial-gradient(circle at 12% 8%,#f5a62352,#0000 24%),linear-gradient(145deg,#1e7a3c33,#ffffff38);border:1px solid #1e7a3c1a;border-radius:48px;inset:-17px;transform:rotate(-1.8deg)}.hero-card:after{content:"";z-index:-2;border:22px solid #f5a6231f;border-radius:50%;width:150px;height:150px;position:absolute;bottom:-30px;right:-34px}.hero-image-wrap{border:8px solid #ffffffe6!important;border-radius:42px!important;transform:none!important;box-shadow:0 34px 90px #123b2238,0 8px 22px #123b221a!important}.hero-image-wrap:after{content:"";z-index:2;pointer-events:none;background:linear-gradient(#0000 66%,#07150d2b);position:absolute;inset:0}.hero-slide-dots{z-index:5}@media (width>=920px){.hero-copy{padding-top:4px}.hero-card{transform:translateY(0)!important}.hero-image-wrap{height:min(630px, calc(100svh - var(--header-height) - 100px))}}@media (width<=919px){.hero.section-pad{min-height:auto;padding:38px 0 46px}.hero-grid{grid-template-rows:auto;grid-template-areas:"copy""visual""proof";grid-template-columns:minmax(0,1fr)!important;gap:22px!important}.hero-copy{align-self:auto}.hero h1{font-size:clamp(2.55rem,11.2vw,4.5rem)!important;line-height:.94!important}.hero h3{font-size:clamp(1.22rem,5vw,1.75rem)!important}.hero-copy>p{font-size:.97rem;line-height:1.5!important}.hero-ctas{grid-template-columns:1fr 1fr;gap:9px;display:grid;margin-top:18px!important}.hero-ctas .btn{text-align:center;min-width:0;min-height:58px;padding:8px 11px;line-height:1.18}.hero-card{width:min(100%,620px);margin:0 auto}.hero-image-wrap{aspect-ratio:4/3.35;width:100%;height:auto;border-width:6px!important;border-radius:30px!important}.hero-card:before{border-radius:36px;inset:-10px}.hero-card:after{border-width:15px;width:100px;height:100px;bottom:-20px;right:-18px}.hero-proof{width:100%}.hero-proof .micro-copy{text-align:center}.hero-mini-stats{gap:7px;grid-template-columns:repeat(3,minmax(0,1fr))!important}.hero-mini-stat{text-align:center;min-height:82px;padding:9px 7px;display:block}.hero-stat-icon{width:29px;height:29px;margin:0 auto 6px!important}.hero-mini-stat strong{font-size:1.17rem}.hero-mini-stat span:not(.hero-stat-icon){text-align:center;margin-top:3px;font-size:.66rem}}@media (width<=420px){.hero.section-pad{padding-top:30px}.hero h1{font-size:clamp(2.35rem,11.4vw,3.2rem)!important}.hero-copy>p{font-size:.92rem}.hero-ctas .btn{font-size:.82rem}.hero-proof .micro-copy{font-size:.76rem!important}.hero-image-wrap{aspect-ratio:4/3.45}}.site-loader.loader-farm{z-index:5000;color:#fff;place-items:center;display:grid;position:fixed;inset:0;overflow:hidden;background:radial-gradient(circle at 50% 38%,#f5a62333,#0000 20%),radial-gradient(circle at 14% 16%,#9ccc651f,#0000 25%),radial-gradient(circle at 86% 76%,#2fa24e38,#0000 28%),linear-gradient(155deg,#041008 0%,#0a2a17 48%,#15552b 100%)!important;animation:.36s 1.25s forwards loaderFarmExit!important}.site-loader.loader-farm:before{opacity:.72;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300' viewBox='0 0 300 300'%3E%3Cg fill='none' stroke='%239ccc65' stroke-width='2' opacity='.09' stroke-linecap='round'%3E%3Cpath d='M235 290c-4-61 2-111 25-155'/%3E%3Cpath d='M252 196c-23-5-41 6-50 29 25 5 43-6 50-29Z'/%3E%3Cpath d='M258 155c15-20 33-24 55-14-10 24-29 30-55 14Z'/%3E%3C/g%3E%3C/svg%3E");background-position:right -30px top 12px;background-size:300px 300px;position:absolute;inset:0;content:""!important;animation:none!important;display:block!important}.site-loader.loader-farm:after{filter:none;background:radial-gradient(at 50% 100%,#010a05d1,#041d0e6b 43%,#0000 70%),repeating-radial-gradient(at 50% 112%,#0000 0 34px,#9ccc651f 35px 37px,#0000 38px 70px);border-radius:50% 50% 0 0;width:125vw;height:52vh;position:absolute;bottom:-18%;left:50%;transform:translate(-50%);content:""!important;animation:none!important}.loader-sun{background:radial-gradient(circle,#ffd36c4d 0 9%,#f5a62324 30%,#0000 70%);border-radius:50%;width:clamp(210px,28vw,340px);height:clamp(210px,28vw,340px);animation:1.45s ease-out both loaderSunrise;position:absolute;top:20%;left:50%;transform:translate(-50%,-50%)}.loader-field-lines{z-index:1;pointer-events:none;opacity:.42;width:min(980px,120vw);height:45vh;position:absolute;bottom:-10%;left:50%;overflow:hidden;transform:translate(-50%)}.loader-field-lines span{transform-origin:bottom;background:linear-gradient(#0000,#9ccc6524,#f5a6235c);width:2px;height:132%;position:absolute;bottom:-16%;left:50%}.loader-field-lines span:first-child{transform:rotate(-38deg)}.loader-field-lines span:nth-child(2){transform:rotate(-15deg)}.loader-field-lines span:nth-child(3){transform:rotate(15deg)}.loader-field-lines span:nth-child(4){transform:rotate(38deg)}.site-loader.loader-farm .loader-card{z-index:3;text-align:center;place-items:center;gap:0;display:grid;position:relative;width:min(520px,100vw - 38px)!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:0 0!important;border:0!important;border-radius:0!important;padding:0!important;overflow:visible!important}.site-loader.loader-farm .loader-card:before{display:none!important}.loader-logo-stage{place-items:center;width:132px;height:132px;animation:.7s cubic-bezier(.2,.8,.2,1) both loaderLogoEnter;display:grid;z-index:2!important;position:relative!important}.loader-logo-halo{border:1px solid #ffffff2e;border-radius:50%;animation:1.5s ease-in-out infinite loaderHalo;inset:0;box-shadow:0 0 0 14px #ffffff0e,0 0 0 29px #9ccc650b,0 28px 80px #00000052;position:absolute!important}.site-loader.loader-farm .loader-logo-stage img{z-index:2;object-fit:contain;background:#fff;position:relative;border:4px solid #f5a623b8!important;border-radius:50%!important;width:106px!important;height:106px!important;padding:8px!important;animation:none!important;box-shadow:0 18px 48px #00000042!important}.loader-sprout{width:92px;height:60px;margin-top:-9px;z-index:4!important;position:relative!important}.loader-soil{background:linear-gradient(#9a5f2b,#48250f);border-radius:50%;width:76px;height:14px;animation:.45s both loaderSoil;bottom:1px;left:50%;transform:translate(-50%);box-shadow:0 8px 18px #00000042;position:absolute!important}.loader-stem{transform-origin:bottom;background:linear-gradient(#b8e986,#51a846);border-radius:999px;width:4px;height:41px;animation:.62s .22s both loaderStemGrow;bottom:10px;left:calc(50% - 2px);position:absolute!important}.loader-leaf{opacity:0;background:linear-gradient(135deg,#9ccc65,#2fa24e);width:28px;height:16px;bottom:30px;position:absolute!important}.loader-leaf:after{content:"";background:#ffffff6b;height:1px;position:absolute;top:7px;left:5px;right:5px}.leaf-left{transform-origin:100% 100%;border-radius:90% 12% 90% 16%;animation:.48s .58s forwards loaderLeafLeft;right:48px}.leaf-right{transform-origin:0 100%;border-radius:12% 90% 16%;animation:.48s .7s forwards loaderLeafRight;bottom:39px;left:48px}.site-loader.loader-farm .loader-card strong{color:#fff;letter-spacing:-.045em;text-shadow:0 16px 36px #0000004d;margin-top:2px;animation:.55s .45s both loaderTextUp;font-size:clamp(1.8rem,6vw,3.15rem)!important;line-height:1!important}.site-loader.loader-farm .loader-card p{max-width:440px;margin:8px 0 0;font-size:clamp(.92rem,2.5vw,1.08rem);font-weight:800;animation:.55s .58s both loaderTextUp;color:#ffffffd6!important}.loader-progress{background:#ffffff21;border-radius:999px;width:min(270px,72vw);height:5px;margin-top:19px;overflow:hidden;box-shadow:inset 0 1px 3px #0000002e;position:relative!important}.loader-progress span{border-radius:inherit;background:linear-gradient(90deg, var(--lime), var(--gold));transform-origin:0;width:100%;height:100%;animation:1.35s cubic-bezier(.2,.7,.2,1) both loaderProgress;display:block}.site-loader.loader-farm .loader-card small{color:#fff9;letter-spacing:.1em;text-transform:uppercase;margin-top:9px;font-size:.72rem;font-weight:900;animation:.55s .7s both loaderTextUp}@keyframes loaderFarmExit{to{opacity:0;visibility:hidden;transform:scale(1.012)}}@keyframes loaderSunrise{0%{opacity:0;transform:translate(-50%,-30%)scale(.72)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}@keyframes loaderLogoEnter{0%{opacity:0;transform:translateY(18px)scale(.82)}to{opacity:1;transform:none}}@keyframes loaderHalo{0%,to{opacity:.72;transform:scale(.96)}50%{opacity:1;transform:scale(1.04)}}@keyframes loaderSoil{0%{opacity:0;transform:translate(-50%)scaleX(.35)}to{opacity:1;transform:translate(-50%)scaleX(1)}}@keyframes loaderStemGrow{0%{transform:scaleY(0)}to{transform:scaleY(1)}}@keyframes loaderLeafLeft{0%{opacity:0;transform:rotate(28deg)scale(0)}to{opacity:1;transform:rotate(-24deg)scale(1)}}@keyframes loaderLeafRight{0%{opacity:0;transform:rotate(-28deg)scale(0)}to{opacity:1;transform:rotate(24deg)scale(1)}}@keyframes loaderTextUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@keyframes loaderProgress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@media (width<=520px){.loader-sun{top:22%}.loader-logo-stage{width:112px;height:112px}.site-loader.loader-farm .loader-logo-stage img{width:90px!important;height:90px!important}.loader-sprout{height:54px;margin-top:-7px;transform:scale(.9)}.site-loader.loader-farm .loader-card strong{font-size:1.78rem!important}.site-loader.loader-farm .loader-card p{max-width:320px;padding:0 10px;font-size:.9rem}.site-loader.loader-farm:after{width:160vw;height:44vh}}@media (prefers-reduced-motion:reduce){.site-loader.loader-farm *,.site-loader.loader-farm:before,.site-loader.loader-farm:after{animation:none!important}.loader-stem{transform:scaleY(1)}.loader-leaf{opacity:1}.loader-progress span{transform:scaleX(1)}}body[data-festival]{--festival-primary:#e39a23;--festival-secondary:#287a3b;--festival-glow:#ffe6a3;background-image:radial-gradient(circle at 8% 12%, color-mix(in srgb, var(--festival-primary) 10%, transparent), transparent 18%), radial-gradient(circle at 92% 38%, color-mix(in srgb, var(--festival-secondary) 9%, transparent), transparent 20%), linear-gradient(180deg, #f7fff8 0%, #fff 48%, #f2fbf3 100%)}body.dark-mode[data-festival]{background-image:radial-gradient(circle at 8% 12%, color-mix(in srgb, var(--festival-primary) 14%, transparent), transparent 21%), radial-gradient(circle at 92% 38%, color-mix(in srgb, var(--festival-secondary) 12%, transparent), transparent 24%), linear-gradient(180deg, #07150d 0%, #0d1b12 50%, #0a2113 100%)}body[data-festival] .site-header{border-bottom-color:color-mix(in srgb, var(--festival-primary) 65%, white);box-shadow:0 10px 35px #00000024, 0 2px 0 var(--festival-primary)}body[data-festival] .brand img{box-shadow:0 0 0 2px var(--festival-primary), 0 0 24px color-mix(in srgb, var(--festival-glow) 45%, transparent)}body[data-festival] .hero{background:radial-gradient(circle at 10% 10%, color-mix(in srgb, var(--festival-glow) 45%, transparent), transparent 29%), radial-gradient(circle at 90% 20%, color-mix(in srgb, var(--festival-primary) 20%, transparent), transparent 27%), linear-gradient(135deg, #f8fff8 0%, #eaf6ec 48%, #fff 100%)!important}body.dark-mode[data-festival] .hero{background:radial-gradient(circle at 12% 12%, color-mix(in srgb, var(--festival-primary) 18%, transparent), transparent 30%), linear-gradient(135deg, #07150d 0%, #102718 70%)!important}body[data-festival] .eyebrow-pill,body[data-festival] .tag,body[data-festival] .hero-kicker{box-shadow:0 8px 24px color-mix(in srgb, var(--festival-primary) 13%, transparent);border-color:color-mix(in srgb, var(--festival-primary) 55%, transparent)!important}body[data-festival] .btn.primary,body[data-festival] .floating-whatsapp,body[data-festival] .wa-pill{background:linear-gradient(135deg, var(--festival-secondary), color-mix(in srgb, var(--festival-secondary) 72%, #123b22))!important;color:#fff!important;box-shadow:0 12px 30px color-mix(in srgb, var(--festival-secondary) 24%, transparent)!important}body[data-festival] .section-heading h2:after,body[data-festival] .loader-progress span{background:linear-gradient(90deg, var(--festival-primary), var(--festival-secondary))!important}body[data-festival] .site-footer{border-top:3px solid var(--festival-primary);box-shadow:0 -18px 55px color-mix(in srgb, var(--festival-primary) 9%, transparent)}.festival-banner{z-index:40;color:#18331f;border:1px solid color-mix(in srgb, var(--festival-primary) 36%, white);background:linear-gradient(105deg, color-mix(in srgb, var(--festival-glow) 48%, white), #fffffff0 52%, color-mix(in srgb, var(--festival-secondary) 9%, white));width:min(1120px,100% - 28px);min-height:64px;box-shadow:0 14px 40px color-mix(in srgb, var(--festival-primary) 13%, #123b221a);border-radius:18px;grid-template-columns:46px 1fr auto;align-items:center;gap:12px;margin:12px auto 0;padding:9px 18px 9px 12px;animation:.55s cubic-bezier(.2,.8,.2,1) both festivalBannerIn;display:grid;position:relative;overflow:hidden}.festival-banner:after{content:"";background:linear-gradient(90deg, var(--festival-primary), var(--festival-secondary), var(--festival-primary));height:3px;position:absolute;inset:auto 0 0}.festival-banner-icon{width:46px;height:46px;box-shadow:inset 0 0 0 1px #fffc, 0 7px 18px color-mix(in srgb, var(--festival-primary) 18%, transparent);background:#ffffffc2;border-radius:14px;place-items:center;font-size:1.55rem;display:grid}.festival-banner div{gap:1px;min-width:0;display:grid}.festival-banner strong{color:#16351f;font-size:.98rem;line-height:1.25}.festival-banner div span{color:#53685a;font-size:.82rem;font-weight:700;line-height:1.35}.festival-banner-leaf{opacity:.62;font-size:1.3rem}.dark-mode .festival-banner{color:#f1fff3;border-color:color-mix(in srgb, var(--festival-primary) 46%, transparent);background:linear-gradient(105deg, color-mix(in srgb, var(--festival-primary) 20%, #102718), #091f11f7, color-mix(in srgb, var(--festival-secondary) 16%, #102718))}.dark-mode .festival-banner strong{color:#f2fff4}.dark-mode .festival-banner div span{color:#bcd0c0}.dark-mode .festival-banner-icon{background:#ffffff17}.festival-sky{z-index:35;inset:var(--header-height) 0 0;pointer-events:none;position:fixed;overflow:hidden}.festival-sky i{top:-8vh;left:calc((var(--festival-i) * 8.3%) + 1%);color:var(--festival-primary);opacity:0;filter:drop-shadow(0 3px 5px color-mix(in srgb, var(--festival-primary) 35%, transparent));animation:festivalDrift calc(11s + (var(--festival-i) * .55s)) linear calc(var(--festival-i) * -.83s) infinite;font-size:clamp(.62rem,1.3vw,1rem);font-style:normal;position:absolute}.festival-sky i:nth-child(3n){font-size:clamp(.82rem,1.55vw,1.2rem)}.festival-sky i:nth-child(2n){animation-name:festivalDriftAlt}body[data-festival] .cursor-ring{border-color:var(--festival-primary)!important;box-shadow:0 0 0 1px color-mix(in srgb, var(--festival-secondary) 28%, transparent), 0 0 24px color-mix(in srgb, var(--festival-primary) 34%, transparent)!important}body[data-festival] .cursor-dot{color:#fff!important;background:linear-gradient(145deg, var(--festival-primary), var(--festival-secondary))!important;box-shadow:0 7px 22px color-mix(in srgb, var(--festival-primary) 38%, transparent)!important}body[data-festival] .cursor-glow{background:radial-gradient(circle, color-mix(in srgb, var(--festival-primary) 21%, transparent), transparent 68%)!important}body[data-festival] .site-loader.loader-farm{background:radial-gradient(circle at 50% 38%, color-mix(in srgb, var(--festival-primary) 28%, transparent), transparent 22%), radial-gradient(circle at 14% 16%, color-mix(in srgb, var(--festival-glow) 17%, transparent), transparent 25%), radial-gradient(circle at 86% 76%, color-mix(in srgb, var(--festival-secondary) 26%, transparent), transparent 28%), linear-gradient(155deg, #041008 0%, color-mix(in srgb, var(--festival-secondary) 25%, #0a2a17) 52%, #15552b 100%)!important}body[data-festival] .site-loader.loader-farm .loader-logo-stage img{border-color:var(--festival-primary)!important;box-shadow:0 18px 48px #00000042, 0 0 36px color-mix(in srgb, var(--festival-glow) 24%, transparent)!important}body[data-festival] .site-loader.loader-farm .loader-card small{color:color-mix(in srgb, var(--festival-glow) 72%, white)!important}body[data-festival=holi] .hero:after{background-image:radial-gradient(circle at 12% 22%,#e83e8c33 0 7px,#0000 8px),radial-gradient(circle at 83% 18%,#7048e82e 0 10px,#0000 11px),radial-gradient(circle at 74% 82%,#ffc9302e 0 8px,#0000 9px)!important;background-size:180px 170px!important}body[data-festival=tricolor] .festival-banner:after{height:5px;background:linear-gradient(90deg,#ff8c21 0 33.3%,#fff 33.3% 66.6%,#138808 66.6%)!important}body[data-festival=diwali] .festival-banner{box-shadow:0 14px 46px color-mix(in srgb, var(--festival-primary) 22%, #123b221a), inset 0 0 30px color-mix(in srgb, var(--festival-glow) 13%, transparent)}body[data-festival=christmas] .festival-sky i:nth-child(3n+1){color:#fff}@keyframes festivalBannerIn{0%{opacity:0;transform:translateY(-10px)scale(.985)}to{opacity:1;transform:none}}@keyframes festivalDrift{0%{opacity:0;transform:translateY(-6vh)rotate(0)}12%{opacity:.34}82%{opacity:.2}to{opacity:0;transform:translate(42px,108vh)rotate(280deg)}}@keyframes festivalDriftAlt{0%{opacity:0;transform:translateY(-7vh)rotate(0)}14%{opacity:.3}80%{opacity:.18}to{opacity:0;transform:translate(-36px,108vh)rotate(-250deg)}}@media (width<=640px){.festival-banner{border-radius:15px;grid-template-columns:40px 1fr;gap:9px;min-height:58px;margin-top:8px;padding:8px 10px}.festival-banner-icon{border-radius:12px;width:40px;height:40px;font-size:1.25rem}.festival-banner strong{font-size:.86rem}.festival-banner div span{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.72rem;display:-webkit-box;overflow:hidden}.festival-banner-leaf{display:none}.festival-sky i{opacity:.16}}@media (prefers-reduced-motion:reduce){.festival-banner,.festival-sky i{animation:none!important}.festival-sky{display:none}}body[data-festival] .hero-grid{grid-template-rows:auto auto auto;grid-template-areas:"festival festival""copy visual""proof visual";row-gap:11px!important}.festival-banner-hero{width:min(760px,100%);min-height:54px;box-shadow:0 14px 34px color-mix(in srgb, var(--festival-primary) 14%, transparent), inset 0 1px 0 #ffffffd6;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:16px;grid-area:festival;place-self:start;margin:0 0 4px;padding:7px 14px 7px 8px;background:linear-gradient(105deg, color-mix(in srgb, var(--festival-glow) 56%, #ffffffdb), #ffffffb3 58%, color-mix(in srgb, var(--festival-secondary) 14%, #ffffffb8))!important}.festival-banner-hero .festival-banner-icon{border-radius:12px;width:40px;height:40px;font-size:1.25rem}.festival-banner-hero .festival-banner-leaf{color:var(--festival-primary)}.dark-mode .festival-banner-hero{box-shadow:0 16px 38px #0000003d,inset 0 1px #ffffff1a;background:linear-gradient(105deg, color-mix(in srgb, var(--festival-primary) 22%, #081d10e6), #081d10bf 58%, color-mix(in srgb, var(--festival-secondary) 21%, #081d10db))!important}body[data-festival] .site-header{background:linear-gradient(110deg, color-mix(in srgb, var(--festival-secondary) 30%, #123b22), #123b22 45%, color-mix(in srgb, var(--festival-primary) 18%, #123b22))!important}body[data-festival] .nav{border:1px solid color-mix(in srgb, var(--festival-primary) 25%, #ffffff26)}body[data-festival] .hero-card:before{background:radial-gradient(circle at 12% 8%, color-mix(in srgb, var(--festival-primary) 38%, transparent), transparent 25%), linear-gradient(145deg, color-mix(in srgb, var(--festival-secondary) 25%, transparent), #ffffff3d)!important;border-color:color-mix(in srgb, var(--festival-primary) 27%, transparent)!important}body[data-festival] .hero-image-wrap{box-shadow:0 34px 90px #123b2233, 0 0 0 3px color-mix(in srgb, var(--festival-primary) 58%, white), 0 0 44px color-mix(in srgb, var(--festival-glow) 28%, transparent)!important}body[data-festival] .hero h3{color:color-mix(in srgb, var(--festival-secondary) 78%, #176b38)!important}body[data-festival] .hero h3:after{background:linear-gradient(90deg, color-mix(in srgb, var(--festival-primary) 42%, transparent), color-mix(in srgb, var(--festival-glow) 30%, transparent), transparent)!important}body[data-festival] .hero-mini-stat{border:1px solid color-mix(in srgb, var(--festival-primary) 24%, #123b221a);box-shadow:0 16px 38px color-mix(in srgb, var(--festival-secondary) 12%, transparent), inset 0 3px 0 color-mix(in srgb, var(--festival-primary) 70%, transparent)}body[data-festival] main>section:not(.hero){box-shadow:inset 0 2px 0 color-mix(in srgb, var(--festival-primary) 34%, transparent), inset 0 -1px 0 color-mix(in srgb, var(--festival-secondary) 16%, transparent)}body[data-festival] main>section:not(.hero):after{background-image:radial-gradient(circle at 10% 18%, color-mix(in srgb, var(--festival-primary) 17%, transparent) 0 3px, transparent 4px), radial-gradient(circle at 91% 76%, color-mix(in srgb, var(--festival-secondary) 14%, transparent) 0 4px, transparent 5px), radial-gradient(circle at var(--farm-sun-x) 14%, color-mix(in srgb, var(--festival-glow) 28%, transparent), transparent 24%), repeating-radial-gradient(ellipse at var(--farm-field-x) 122%, transparent 0 36px, color-mix(in srgb, var(--festival-secondary) 8%, transparent) 37px 39px, transparent 40px 76px), repeating-linear-gradient(112deg, transparent 0 92px, color-mix(in srgb, var(--festival-primary) 4%, transparent) 93px 94px, transparent 95px 188px)!important;opacity:.9!important;background-size:170px 170px,230px 230px,auto,auto,auto!important}body[data-festival] main>section:nth-of-type(2n):after{background-position:40px 26px,right 20px top 30px,50%,50%,50%!important}body[data-festival] main>section:nth-of-type(odd):after{background-position:right 35px top 18px,18px 70%,50%,50%,50%!important}body[data-festival] .section-heading .eyebrow-pill{color:color-mix(in srgb, var(--festival-secondary) 82%, #123b22)!important;background:color-mix(in srgb, var(--festival-glow) 34%, #ffffffd6)!important}.dark-mode[data-festival] .section-heading .eyebrow-pill{color:color-mix(in srgb, var(--festival-glow) 82%, white)!important;background:color-mix(in srgb, var(--festival-primary) 15%, #ffffff0f)!important}body[data-festival] .section-heading h2{text-shadow:0 10px 32px color-mix(in srgb, var(--festival-primary) 11%, transparent)}body[data-festival] :is(.problem-card,.why-card,.service-card,.model-card,.crop-card,.layer-card,.process-card,.mini-card,.result-card,.story-card,.faq-item,.lead-form,.contact-copy,.contact-card,.visit-option,.farm-visit-form,.payment-card,.app-download-copy,.app-store-panel,.trust-item){border-color:color-mix(in srgb, var(--festival-primary) 30%, var(--border))!important;box-shadow:0 16px 40px color-mix(in srgb, var(--festival-secondary) 9%, transparent), inset 0 2px 0 color-mix(in srgb, var(--festival-glow) 30%, transparent)!important}body[data-festival] :is(.problem-card,.why-card,.service-card,.model-card,.crop-card,.layer-card,.process-card,.story-card,.faq-item,.visit-option,.payment-card):hover{border-color:var(--festival-primary)!important;box-shadow:0 22px 52px color-mix(in srgb, var(--festival-primary) 17%, transparent)!important}body[data-festival] :is(.service-icon,.crop-icon,.why-icon,.trust-icon,.hero-stat-icon,.faq-number,.card-number){color:#fff!important;background:linear-gradient(145deg, var(--festival-secondary), var(--festival-primary))!important;box-shadow:0 8px 22px color-mix(in srgb, var(--festival-primary) 24%, transparent)!important}body[data-festival] :is(input,select,textarea):focus{border-color:var(--festival-primary)!important;box-shadow:0 0 0 4px color-mix(in srgb, var(--festival-primary) 15%, transparent)!important}body[data-festival] .footer.footer-premium{border-top:3px solid var(--festival-primary);box-shadow:0 -20px 60px color-mix(in srgb, var(--festival-primary) 12%, transparent);background:radial-gradient(circle at 10% 8%, color-mix(in srgb, var(--festival-primary) 18%, transparent), transparent 26%), radial-gradient(circle at 90% 84%, color-mix(in srgb, var(--festival-secondary) 18%, transparent), transparent 28%), linear-gradient(145deg, color-mix(in srgb, var(--festival-secondary) 22%, #07150d), #07150d 62%, color-mix(in srgb, var(--festival-primary) 13%, #07150d))!important}body[data-festival] .footer-top-cta{border-color:color-mix(in srgb, var(--festival-primary) 45%, #ffffff1f)!important;background:linear-gradient(120deg, color-mix(in srgb, var(--festival-primary) 18%, #ffffff0f), color-mix(in srgb, var(--festival-secondary) 18%, #ffffff0a))!important}body[data-festival] .mobile-bottom-bar{border-color:color-mix(in srgb, var(--festival-primary) 45%, transparent)!important;box-shadow:0 -8px 30px color-mix(in srgb, var(--festival-primary) 18%, #0003)!important}.festival-edge{z-index:32;pointer-events:none;width:42px;color:var(--festival-primary);filter:drop-shadow(0 7px 12px color-mix(in srgb, var(--festival-primary) 28%, transparent));flex-direction:column;justify-content:space-around;align-items:center;display:flex;position:fixed;top:19vh;bottom:12vh}.festival-edge-left{left:5px}.festival-edge-right{right:5px}.festival-edge i{opacity:.44;border:1px solid color-mix(in srgb, var(--festival-primary) 24%, transparent);background:color-mix(in srgb, var(--festival-glow) 16%, transparent);border-radius:50%;place-items:center;width:34px;height:34px;font-size:1rem;font-style:normal;animation:3.6s ease-in-out infinite festivalEdgePulse;display:grid}.festival-edge i:nth-child(2n){animation-delay:-1.8s;transform:scale(.72)}body[data-festival=tricolor] main>section:not(.hero){box-shadow:inset 0 3px #ff8c21,inset 0 -3px #138808}body[data-festival=tricolor] :is(.hero-mini-stat,.service-card,.crop-card,.story-card):nth-child(odd){border-top-color:#ff8c21!important}body[data-festival=tricolor] :is(.hero-mini-stat,.service-card,.crop-card,.story-card):nth-child(2n){border-top-color:#138808!important}body[data-festival=holi] main>section:not(.hero):after{background-image:radial-gradient(circle at 12% 18%,#e83e8c2e 0 7px,#0000 8px),radial-gradient(circle at 82% 24%,#7048e829 0 9px,#0000 10px),radial-gradient(circle at 68% 80%,#ffc93029 0 6px,#0000 7px),radial-gradient(circle at 28% 72%,#23ae6324 0 8px,#0000 9px)!important;background-size:210px 190px,260px 230px,190px 180px,240px 220px!important}body[data-festival=diwali] main>section:not(.hero):after{background-image:radial-gradient(circle at 12% 16%, #ffd86b5c 0 2px, transparent 3px), radial-gradient(circle at 86% 26%, #f09a2247 0 3px, transparent 4px), radial-gradient(circle at var(--farm-sun-x) 14%, #ffd86b33, transparent 24%), repeating-radial-gradient(ellipse at var(--farm-field-x) 122%, transparent 0 36px, #f09a2212 37px 39px, transparent 40px 76px)!important;background-size:110px 110px,150px 150px,auto,auto!important}body[data-festival=christmas] main>section:not(.hero):after{background-image:radial-gradient(circle, #ffffffad 0 2px, transparent 3px), radial-gradient(circle, #c7333a21 0 4px, transparent 5px), radial-gradient(circle at var(--farm-sun-x) 14%, #f6d36a2e, transparent 24%)!important;background-size:70px 70px,180px 180px,auto!important}@keyframes festivalEdgePulse{0%,to{opacity:.32;translate:0}50%{opacity:.62;translate:0 -5px}}@media (width>=920px){body[data-festival] .hero.section-pad{padding-top:18px!important;padding-bottom:24px!important}body[data-festival] .hero-image-wrap{height:min(560px, calc(100svh - var(--header-height) - 165px))}}@media (width<=1120px){.festival-edge{display:none}}@media (width<=919px){body[data-festival] .hero-grid{grid-template-areas:"festival""copy""visual""proof";grid-template-columns:minmax(0,1fr)!important}body[data-festival] .hero.section-pad{padding-top:12px!important}.festival-banner-hero{width:100%;margin-bottom:5px}}@media (width<=640px){.festival-banner-hero{min-height:54px;margin-top:0;padding:7px 9px}body[data-festival] main>section:not(.hero):after{opacity:.7!important}.festival-sky i{font-size:.72rem}}body[data-festival]{--festival-deep:color-mix(in srgb, var(--festival-secondary) 58%, #07150d);--forest:var(--festival-deep);--forest-2:color-mix(in srgb, var(--festival-secondary) 35%, #041008);--green:var(--festival-secondary);--green-2:color-mix(in srgb, var(--festival-secondary) 74%, var(--festival-primary));--gold:var(--festival-primary);--lime:var(--festival-glow);--ink:color-mix(in srgb, var(--festival-secondary) 42%, #14251a);--pale:color-mix(in srgb, var(--festival-glow) 24%, #f1faf2);--paper:color-mix(in srgb, var(--festival-primary) 3%, #fff);--border:color-mix(in srgb, var(--festival-primary) 22%, #123b221a);--shadow:0 24px 70px color-mix(in srgb, var(--festival-secondary) 16%, #123b221a);--shadow-soft:0 16px 40px color-mix(in srgb, var(--festival-primary) 11%, #123b2214)}body.dark-mode[data-festival]{--paper:color-mix(in srgb, var(--festival-secondary) 9%, #0d1b12);--ink:#ecfff0;--muted:color-mix(in srgb, var(--festival-glow) 22%, #aec7b5);--pale:color-mix(in srgb, var(--festival-secondary) 17%, #102718);--border:color-mix(in srgb, var(--festival-primary) 24%, #eaf6ec1a)}.festival-mark{width:28px;height:28px;display:block;overflow:visible}.festival-mark .fm-primary{fill:var(--festival-primary)}.festival-mark .fm-secondary{fill:var(--festival-secondary)}.festival-mark .fm-light{fill:color-mix(in srgb, var(--festival-glow) 72%, white)}.festival-mark .fm-stroke{fill:none;stroke:var(--festival-secondary);stroke-width:3px;stroke-linecap:round;stroke-linejoin:round}.festival-banner-icon .festival-mark{width:30px;height:30px}.cursor-festival-mark{width:18px;height:18px}.cursor-dot .festival-mark .fm-stroke{stroke:#fff;stroke-width:4px}.cursor-dot .festival-mark .fm-primary{fill:#fff}.cursor-dot .festival-mark .fm-secondary{fill:color-mix(in srgb, var(--festival-glow) 74%, white)}.festival-backdrop{z-index:0;pointer-events:none;position:absolute;inset:0;overflow:hidden}.festival-backdrop svg{opacity:.17;width:min(1120px,78vw);height:100%;filter:saturate(1.15) drop-shadow(0 22px 50px color-mix(in srgb, var(--festival-primary) 15%, transparent));position:absolute;top:0;right:18%}.festival-backdrop .fb-primary{fill:var(--festival-primary)}.festival-backdrop .fb-secondary{fill:var(--festival-secondary)}.festival-backdrop .fb-light{fill:color-mix(in srgb, var(--festival-glow) 70%, white)}.festival-backdrop .fb-extra{fill:#38b66a}.festival-backdrop .fb-stroke,.festival-backdrop .fb-rays,.festival-backdrop .fb-wheel{fill:none;stroke:var(--festival-secondary);stroke-width:10px;stroke-linecap:round;stroke-linejoin:round}.festival-backdrop .fb-rays{stroke:var(--festival-primary);stroke-width:12px}.festival-backdrop .fb-wheel{stroke:#1853a3;stroke-width:5px}.festival-backdrop .fb-spark{fill:var(--festival-glow)}.festival-backdrop .fb-snow{fill:#fff}body.dark-mode[data-festival] .festival-backdrop svg{opacity:.2;filter:saturate(1.28) drop-shadow(0 20px 60px color-mix(in srgb, var(--festival-primary) 24%, transparent))}body[data-festival] .hero-grid{z-index:2}body[data-festival] .hero-bg-orb{z-index:1}.festival-backdrop-tricolor svg{opacity:.2;width:100%;right:-18%}.festival-backdrop-tricolor .fb-flag{transform-origin:50%;animation:7s ease-in-out infinite festivalFlagWave}.festival-backdrop-diwali svg{opacity:.18;width:min(900px,68vw);right:18%}.festival-backdrop-diwali .fb-light{transform-origin:450px 345px;animation:2.2s ease-in-out infinite festivalFlame}.festival-backdrop-diwali .fb-rays{animation:2.4s ease-in-out infinite festivalGlowLines}.festival-backdrop-holi svg{opacity:.2;filter:blur(1px)saturate(1.4);width:100%;right:-22%}.festival-backdrop-holi .fb-holi{transform-origin:50%;animation:6s ease-in-out infinite festivalColourBreathe}.festival-backdrop-eid .fb-secondary,.festival-backdrop-eid .fb-primary{transform-origin:50%;animation:5s ease-in-out infinite festivalMoonFloat}.festival-backdrop-christmas .fb-light{transform-origin:455px 69px;animation:2s ease-in-out infinite festivalStarPulse}.festival-backdrop-farm .fb-farm{transform-origin:bottom;animation:6s ease-in-out infinite festivalCropSway}.festival-backdrop-rakhi .fb-rakhi,.festival-backdrop-navratri .fb-navratri{transform-origin:450px 310px;animation:26s linear infinite festivalMandalaTurn}.festival-backdrop-krishna .fb-krishna{transform-origin:50%;animation:7s ease-in-out infinite festivalFeatherFloat}.festival-backdrop-ganesh .fb-ganesh,.festival-backdrop-shivratri .fb-shiv,.festival-backdrop-dussehra .fb-dussehra{animation:4.5s ease-in-out infinite festivalSacredGlow}.festival-backdrop-chhath .fb-primary{transform-origin:450px 230px;animation:4.5s ease-in-out infinite festivalSunRise}.festival-sky i{background:var(--festival-primary);width:8px;height:8px;box-shadow:0 0 14px color-mix(in srgb, var(--festival-primary) 52%, transparent);border-radius:50%}.festival-sky i:nth-child(2n){background:var(--festival-secondary);border-radius:2px;width:10px;height:10px;rotate:45deg}.festival-sky i:nth-child(3n){background:linear-gradient(var(--festival-primary), var(--festival-glow));border-radius:999px;width:6px;height:16px}.festival-edge i:before,.festival-edge i:after{content:"";background:var(--festival-primary);border-radius:99px;width:14px;height:3px;position:absolute}.festival-edge i:after{background:var(--festival-secondary);transform:rotate(90deg)}body[data-festival] :is(.btn.ghost,.mini-btn,.menu-btn){border-color:color-mix(in srgb, var(--festival-primary) 38%, var(--border))!important}body[data-festival] .btn.ghost:hover{color:#fff!important;background:linear-gradient(135deg, var(--festival-primary), var(--festival-secondary))!important}body[data-festival] :is(.trust-bar,.models-section,.video-section,.cta-band){background-image:radial-gradient(circle at 12% 12%, color-mix(in srgb, var(--festival-primary) 18%, transparent), transparent 30%), radial-gradient(circle at 88% 80%, color-mix(in srgb, var(--festival-secondary) 21%, transparent), transparent 32%), linear-gradient(135deg, var(--festival-deep), color-mix(in srgb, var(--festival-secondary) 48%, #07150d))!important}body[data-festival] :is(.trust-bar,.models-section,.video-section,.cta-band) :is(h2,h3,strong){color:color-mix(in srgb, var(--festival-glow) 62%, white)}body[data-festival=tricolor]{--festival-deep:#124f2b;--pale:#fff8e9}body[data-festival=holi]{--festival-deep:#452275;--pale:#fff2fa}body[data-festival=diwali]{--festival-deep:#43205b;--pale:#fff8e8}body[data-festival=eid]{--festival-deep:#07563f;--pale:#f2fff9}body[data-festival=christmas]{--festival-deep:#174d36;--pale:#fff4f4}body[data-festival=shivratri]{--festival-deep:#2d285d;--pale:#f4f3ff}@keyframes festivalFlagWave{0%,to{transform:skewY(-1deg)scaleX(.98)translate(0)}50%{transform:skewY(2deg)scaleX(1.035)translate(-18px)}}@keyframes festivalFlame{0%,to{filter:drop-shadow(0 0 10px var(--festival-glow));transform:scale(.94)rotate(-1deg)}50%{filter:drop-shadow(0 0 34px var(--festival-primary));transform:scale(1.06)rotate(2deg)}}@keyframes festivalGlowLines{0%,to{opacity:.48}50%{opacity:1}}@keyframes festivalColourBreathe{0%,to{transform:scale(.97)rotate(-1deg)}50%{transform:scale(1.04)rotate(2deg)}}@keyframes festivalMoonFloat{0%,to{translate:0}50%{translate:0 -18px}}@keyframes festivalStarPulse{0%,to{transform:scale(.78)rotate(0)}50%{transform:scale(1.18)rotate(18deg)}}@keyframes festivalCropSway{0%,to{transform:skew(-1deg)}50%{transform:skew(3deg)}}@keyframes festivalMandalaTurn{to{transform:rotate(360deg)}}@keyframes festivalFeatherFloat{0%,to{transform:translateY(0)rotate(-2deg)}50%{transform:translateY(-16px)rotate(2deg)}}@keyframes festivalSacredGlow{0%,to{opacity:.72}50%{opacity:1;filter:drop-shadow(0 0 22px var(--festival-glow))}}@keyframes festivalSunRise{0%,to{transform:translateY(8px)scale(.95)}50%{transform:translateY(-8px)scale(1.05)}}@media (width<=919px){.festival-backdrop svg{opacity:.11;width:150%;height:72%;top:0;right:-62%}.festival-backdrop-tricolor svg,.festival-backdrop-holi svg{opacity:.13;width:170%;right:-70%}.festival-backdrop-diwali svg{opacity:.14;width:135%;right:-48%}}@media (width<=520px){.festival-banner-icon .festival-mark{width:27px;height:27px}.festival-backdrop svg{opacity:.1;height:64%}}@media (prefers-reduced-motion:reduce){.festival-backdrop *,.festival-edge i{animation:none!important}}
