.bestsellers{background:#fff}.filter-tabs{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;margin-bottom:36px;display:flex}.filter-tab{color:#374151;background:#fff;border:1px solid #d1d5db;border-radius:100px;padding:8px 20px;font-size:13px;font-weight:500;transition:all .2s}.filter-tab:hover{color:#3b6d11;border-color:#3b6d11}.filter-tab--active{color:#fff;background:#3b6d11;border-color:#3b6d11}.pcard-grid{grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:40px;display:grid}.pcard{background:#fff;border:.5px solid #e5e7eb;border-radius:12px;flex-direction:column;width:100%;max-width:100%;transition:transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden}.pcard:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000014}.pcard__image-wrap{background:#f9fafb;position:relative;overflow:hidden}.pcard__image{aspect-ratio:1;border-radius:12px 12px 0 0;justify-content:center;align-items:center;width:100%;padding:16px;display:flex;overflow:hidden}.pcard__image img{width:auto;max-height:200px;transition:transform .4s}.pcard:hover .pcard__image img{transform:scale(1.05)}.pcard__badge{z-index:2;color:#fff;letter-spacing:.03em;text-transform:uppercase;z-index:2;background:#dc2626;border-radius:100px;padding:4px 12px;font-size:11px;font-weight:700;position:absolute;top:10px;left:10px}.pcard__quickview{color:#fff;z-index:3;cursor:pointer;background:#3b6d11;justify-content:center;align-items:center;gap:6px;height:44px;font-size:13px;font-weight:600;transition:transform .28s;display:flex;position:absolute;bottom:0;left:0;right:0;transform:translateY(100%)}.pcard:hover .pcard__quickview{transform:translateY(0)}.pcard__body{flex-direction:column;flex:1;padding:14px 16px 16px;display:flex}.pcard__technical{color:#6b7280;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;text-overflow:ellipsis;margin-bottom:3px;font-size:11px;font-weight:500;overflow:hidden}.pcard__name{color:#1f2937;white-space:nowrap;text-overflow:ellipsis;margin-bottom:8px;font-size:15px;font-weight:500;line-height:1.4;transition:color .2s;display:block;overflow:hidden}.pcard__name:hover{color:#3b6d11}.pcard__name-tooltip{color:#fff;white-space:normal;z-index:20;pointer-events:none;background:#1a2e0a;border-radius:6px;max-width:220px;padding:6px 10px;font-size:12px;font-weight:500;line-height:1.4;display:none;position:absolute;bottom:calc(100% + 6px);left:0;box-shadow:0 4px 12px #00000040}.pcard__name-tooltip:after{content:"";border:5px solid #0000;border-top-color:#1a2e0a;position:absolute;top:100%;left:14px}.pcard__name-wrap:hover .pcard__name-tooltip{display:block}.pcard__name-wrap{min-width:0;position:relative}.pcard__stars{align-items:center;gap:2px;min-height:18px;margin-bottom:8px;display:flex}.pcard__reviews{color:#9ca3af;margin-left:4px;font-size:12px}.pcard__pricing{flex-wrap:wrap;align-items:baseline;gap:8px;margin-top:auto;margin-bottom:12px;display:flex}.pcard__price{color:#3b6d11;font-size:18px;font-weight:700}.pcard__original{color:#9ca3af;font-size:13px;text-decoration:line-through}.pcard__discount{color:#dc2626;background:#fef2f2;border-radius:4px;padding:2px 7px;font-size:11px;font-weight:600}.pcard__sizes{flex-wrap:wrap;gap:6px;margin-bottom:12px;display:flex}.pcard__size{color:#6b7280;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:100px;padding:4px 10px;font-size:11px;font-weight:500;transition:all .15s}.pcard__size:hover{color:#3b6d11;border-color:#3b6d11}.pcard__size--active{color:#fff;background:#3b6d11;border-color:#3b6d11}.pcard__sold-badge{z-index:2;-webkit-backdrop-filter:blur(6px);color:#ea580c;white-space:nowrap;background:#ffffffbf;border:1.5px solid #ea580c;border-radius:100px;padding:4px 10px;font-size:11px;font-weight:700;position:absolute;top:10px;right:10px}.pcard__stock-left{color:#fff;background:#dc2626;border-radius:100px;margin-bottom:10px;padding:4px 10px;font-size:11px;font-weight:700;display:inline-block}.pcard__atc{color:#fff;background:#3b6d11;border-radius:8px;justify-content:center;align-items:center;gap:7px;width:100%;height:40px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.pcard__atc:hover{background:#2d5a0b;box-shadow:0 4px 12px #3b6d1140}.pcard__compare-btn{color:#6b7280;cursor:pointer;background:#fff;border:1.5px solid #d1d5db;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:16px;transition:all .2s;display:flex}.pcard__compare-btn:hover{color:#3b6d11;border-color:#3b6d11}.pcard__compare-btn--active{color:#fff;background:#3b6d11;border-color:#3b6d11}.quickview-overlay{z-index:11000;background:#00000073;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.quickview-modal{background:#fff;border-radius:16px;width:100%;max-width:680px;max-height:90vh;position:relative;overflow-y:auto;box-shadow:0 24px 60px #0003}.quickview-close{color:#374151;z-index:2;background:#f3f4f6;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:20px;transition:background .15s;display:flex;position:absolute;top:12px;right:16px}.quickview-close:hover{background:#e5e7eb}.quickview-content{gap:0;display:flex}.quickview-image{background:#f9fafb;border-radius:16px 0 0 16px;flex-shrink:0;justify-content:center;align-items:center;width:280px;padding:24px;display:flex}.quickview-info{flex:1;padding:28px 24px}.quickview-name{color:#1f2937;margin-bottom:10px;font-size:18px;font-weight:600;line-height:1.3}.quickview-pricing{flex-wrap:wrap;align-items:baseline;gap:10px;margin-bottom:16px;display:flex}.quickview-detail-link{color:#3b6d11;margin-top:12px;font-size:13px;font-weight:500;transition:opacity .2s;display:inline-block}.quickview-detail-link:hover{opacity:.7}.flying-image{pointer-events:none;z-index:99999}.bestsellers-cta{text-align:center}.bestsellers-cta__btn{color:#3b6d11;border:2px solid #3b6d11;border-radius:100px;padding:12px 32px;font-size:14px;font-weight:600;transition:all .2s;display:inline-block}.bestsellers-cta__btn:hover{color:#fff;background:#3b6d11;transform:translateY(-2px);box-shadow:0 4px 14px #3b6d1140}@media (max-width:1024px){.pcard-grid{grid-template-columns:repeat(3,1fr)}.pcard{max-width:none}}@media (max-width:768px){.pcard-grid{grid-template-columns:repeat(2,1fr);gap:14px}.filter-tabs{gap:6px;margin-bottom:28px}.filter-tab{padding:6px 14px;font-size:12px}.pcard__body{padding:10px 12px 14px}.pcard__name{font-size:13px}.pcard__price{font-size:16px}.pcard__sizes{gap:4px}.pcard__size{padding:3px 8px;font-size:10px}.pcard__atc{height:36px;font-size:12px}.quickview-content{flex-direction:column}.quickview-image{border-radius:16px 16px 0 0;width:100%;padding:20px}.quickview-info{padding:20px}}@media (max-width:480px){.pcard-grid{gap:10px}.pcard__image{padding:12px}.pcard__image img{max-height:140px}.pcard__price{font-size:14px}.pcard__name{font-size:12px}.pcard__atc{height:34px;font-size:11px}.pcard__sold-badge,.pcard__badge{padding:3px 7px;font-size:10px}.quickview-modal{padding:12px}.quickview-box{border-radius:16px;max-height:92vh}.filter-tabs{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;justify-content:flex-start;padding-bottom:8px;overflow-x:auto}.filter-tabs::-webkit-scrollbar{display:none}.filter-tab{flex-shrink:0}}@media (max-width:360px){.pcard-grid{grid-template-columns:1fr}.pcard__image img{max-height:200px}}
.trustproof{background:#fff}.tp-stats{border-bottom:1px solid #f3f4f6;padding:72px 0}.tp-stats__row{grid-template-columns:repeat(4,1fr);display:grid}.tp-stat{text-align:center;flex-direction:column;align-items:center;padding:0 16px;display:flex;position:relative}.tp-stat:not(:last-child):after{content:"";background:linear-gradient(#0000 0%,#e5e7eb 50%,#0000 100%);width:1px;height:84%;position:absolute;top:8%;right:0}.tp-stat__icon{color:#3b6d11;background:#f0fdf0;border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:18px;transition:transform .3s,box-shadow .3s;display:flex}.tp-stat:hover .tp-stat__icon{transform:scale(1.08);box-shadow:0 4px 14px #3b6d111f}.tp-stat__number{align-items:baseline;gap:2px;margin-bottom:8px;display:flex}.tp-stat__value{font-family:var(--font-poppins), "Poppins", sans-serif;color:#3b6d11;letter-spacing:-1px;font-size:48px;font-weight:700;line-height:1}.tp-stat__suffix{font-family:var(--font-poppins), "Poppins", sans-serif;color:#3b6d11;font-size:28px;font-weight:600;line-height:1}.tp-stat__label{color:#6b7280;text-transform:uppercase;letter-spacing:.06em;font-size:14px;font-weight:500}.tp-testi{background:#fafbfa;padding:64px 0 56px;overflow:hidden}.tp-testi__heading{font-family:var(--font-poppins), "Poppins", sans-serif;color:var(--dark,#1a1a1a);text-align:center;margin-bottom:8px;font-size:2rem;font-weight:700;line-height:1.3}.tp-testi__heading span{color:var(--primary,#3b6d11)}.tp-testi__sub{color:#6b7280;text-align:center;margin-bottom:0;font-size:.95rem}.tp-testi__wrap{margin-top:36px}.tp-testi__track{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:20px;padding:8px max(20px,50vw - 600px) 28px;display:flex;overflow-x:auto}.tp-testi__track::-webkit-scrollbar{display:none}.tp-tcard{scroll-snap-align:center;background:#fff;border:1px solid #f0f0f0;border-radius:20px;flex-direction:column;flex-shrink:0;width:360px;padding:28px 26px 22px;transition:transform .45s cubic-bezier(.34,1.56,.64,1),box-shadow .4s,opacity .4s;display:flex;position:relative;box-shadow:0 2px 12px #0000000f}.tp-tcard:not(.tp-tcard--active){opacity:.75;transform:scale(.95)translateY(10px)}.tp-tcard--active{z-index:2;border:1.5px solid #3b6d1138;transform:translateY(-20px)scale(1.04);box-shadow:0 24px 56px #3b6d1129,0 4px 16px #00000014}.tp-tcard:hover{transform:translateY(-6px);box-shadow:0 14px 36px #0000001a}.tp-tcard--active:hover{transform:translateY(-22px)scale(1.04)}.tp-tcard:before{content:"“";color:#e8f5e0;pointer-events:none;font-family:Georgia,serif;font-size:64px;line-height:1;position:absolute;top:16px;left:22px}.tp-tcard__stars{z-index:1;gap:3px;margin-bottom:12px;display:flex;position:relative}.tp-tcard__quote{color:#374151;z-index:1;-webkit-line-clamp:4;-webkit-box-orient:vertical;flex:1;margin-bottom:20px;font-size:14.5px;font-style:italic;line-height:1.7;display:-webkit-box;position:relative;overflow:hidden}.tp-tcard__author{border-top:1px solid #f0f4ec;align-items:center;gap:14px;padding-top:18px;display:flex}.tp-tcard__avatar{border:3px solid #d4edcc;border-radius:50%;flex-shrink:0;width:76px;height:76px;overflow:hidden;box-shadow:0 2px 8px #3b6d1126}.tp-tcard__meta{flex-direction:column;display:flex}.tp-tcard__name{color:#1f2937;font-size:15px;font-weight:700}.tp-tcard__village{color:#9ca3af;margin-top:2px;font-size:12px}.tp-tcard__crop{color:#3b6d11;letter-spacing:.02em;background:#f0fdf0;border-radius:100px;padding:3px 10px;font-size:11px;font-weight:600;position:absolute;top:18px;right:18px}.tp-testi__dots{justify-content:center;gap:8px;margin-top:36px;margin-bottom:12px;display:flex}.tp-dot{cursor:pointer;background:#d1d5db;border:none;border-radius:50%;width:8px;height:8px;transition:all .3s}.tp-dot:hover{background:#9ca3af}.tp-dot--active{background:#3b6d11;border-radius:4px;width:24px}.tp-masonry{columns:3;column-gap:20px;margin-top:48px}.tp-mcard{break-inside:avoid;background:#fff;border:1px solid #e5e7eb;border-radius:18px;margin-bottom:20px;padding:22px 20px;transition:transform .25s,box-shadow .25s;box-shadow:0 4px 16px #0000000d}.tp-mcard:hover{transform:translateY(-4px);box-shadow:0 12px 32px #3b6d111a}.tp-mcard__top{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.tp-mcard__crop{color:#3b6d11;letter-spacing:.08em;text-transform:uppercase;background:#e8f5e9;border-radius:100px;padding:3px 10px;font-size:10px;font-weight:700;display:inline-block}.tp-mcard__stars{gap:2px;display:flex}.tp-mcard__quote{color:#374151;margin-bottom:18px;font-size:14px;font-style:italic;line-height:1.65}.tp-mcard__author{border-top:1px solid #f3f4f6;align-items:center;gap:10px;padding-top:14px;display:flex}.tp-mcard__avatar{border:2px solid #e8f5e9;border-radius:50%;flex-shrink:0;width:40px;height:40px;overflow:hidden}.tp-mcard__name{color:#111827;font-size:13px;font-weight:700;display:block}.tp-mcard__village{color:#9ca3af;margin-top:2px;font-size:11px;display:block}.tp-carousel--mobile{display:none}.tp-carousel__track{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:16px;margin-top:32px;padding:8px 20px 20px;display:flex;overflow-x:auto}.tp-carousel__track::-webkit-scrollbar{display:none}.tp-carousel__track .tp-mcard{scroll-snap-align:center;flex:0 0 85vw;max-width:340px;margin-bottom:0}.tp-carousel__dots{justify-content:center;gap:8px;margin-top:16px;display:flex}@media (max-width:900px){.tp-masonry{columns:2}}@media (max-width:768px){.tp-masonry--desktop{display:none}.tp-carousel--mobile{display:block}}.tp-certs{background:#fff;border-top:1px solid #f3f4f6;padding:48px 0}.tp-certs__title{text-align:center;color:#9ca3af;text-transform:uppercase;letter-spacing:.12em;margin-bottom:28px;font-size:13px;font-weight:600}.tp-certs__row{flex-wrap:nowrap;justify-content:center;align-items:center;gap:32px;display:flex}.tp-cert{opacity:0;flex-direction:column;align-items:center;gap:10px;transition:opacity .6s,transform .6s;display:flex;transform:translateY(24px)}.tp-certs--visible .tp-cert{opacity:1;transform:none}.tp-certs--visible .tp-cert:nth-child(2){transition-delay:.12s}.tp-certs--visible .tp-cert:nth-child(3){transition-delay:.24s}.tp-certs--visible .tp-cert:nth-child(4){transition-delay:.36s}.tp-cert:hover{transform:translateY(-4px)}.tp-cert__logo{filter:grayscale();opacity:.5;width:120px;height:60px;transition:filter .35s,opacity .35s}.tp-cert:hover .tp-cert__logo{filter:grayscale(0%);opacity:1}.tp-cert__name{color:#9ca3af;white-space:nowrap;font-size:12px;font-weight:500;transition:color .3s}.tp-cert:hover .tp-cert__name{color:#374151}@media (max-width:768px){.tp-stats{padding:52px 0}.tp-stats__row{grid-template-columns:repeat(2,1fr);gap:36px 0}.tp-stat:nth-child(2n):after{display:none}.tp-stat__value{font-size:38px}.tp-stat__suffix{font-size:22px}.tp-stat__label{font-size:12px}.tp-testi{padding:48px 0 40px}.tp-testi__heading{font-size:1.6rem}.tp-tcard{width:290px;padding:20px}.tp-tcard__quote{font-size:13px}.tp-certs__row{gap:32px}}@media (max-width:480px){.tp-stats{padding:40px 0}.tp-stats__row{gap:28px 0}.tp-stat:after{display:none}.tp-stat__value{font-size:28px}.tp-stat__suffix{font-size:16px}.tp-stat__label{font-size:10px}.tp-stat__icon{border-radius:8px;width:36px;height:36px;margin-bottom:8px}.tp-testi{padding:36px 0 28px}.tp-testi__heading{font-size:1.4rem}.tp-tcard{width:240px;padding:16px}.tp-tcard__quote{-webkit-line-clamp:3;font-size:12.5px}.tp-tcard__avatar{width:52px;height:52px}.tp-tcard__name{font-size:13px}.tp-testi__track{gap:12px}.tp-certs__row{flex-wrap:nowrap;gap:16px}.tp-cert__logo{width:60px;height:36px}.tp-cert__name{font-size:10px}}@media (max-width:360px){.tp-stats__row{grid-template-columns:1fr 1fr}.tp-tcard{width:210px;padding:14px}.tp-testi__heading{font-size:1.2rem}}
.init{background:linear-gradient(135deg,#050d05 0%,#091508 50%,#0c1f0d 100%);position:relative;overflow:hidden}.init__orb{filter:blur(90px);pointer-events:none;border-radius:50%;animation:16s ease-in-out infinite alternate aurora-drift;position:absolute}.init__orb--1{background:#3b6d1133;width:600px;height:600px;animation-delay:0s;top:-200px;right:-100px}.init__orb--2{background:#1d9e7524;width:400px;height:400px;animation-delay:-8s;bottom:-100px;left:5%}.init__grain{opacity:.04;mix-blend-mode:overlay;pointer-events:none;z-index:1;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:absolute;inset:0}.init__header{text-align:center;z-index:2;margin-bottom:52px;position:relative}.init__title{font-family:var(--font-jakarta), var(--font-poppins), "Plus Jakarta Sans", sans-serif;color:#fff;letter-spacing:-.04em;margin-bottom:12px;font-size:clamp(1.8rem,4.5vw,3rem);font-weight:800;line-height:1.15}.init__title span{background:linear-gradient(135deg,#5dcaa5,#3b6d11);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.init__accent{background:linear-gradient(90deg,#3b6d11,#5dcaa5);border-radius:2px;width:48px;height:2px;margin:0 auto 18px}.init__subtitle{color:#ffffff8c;max-width:540px;margin:0 auto;font-size:1rem;line-height:1.65}.init__grid{z-index:2;grid-template-rows:auto auto;grid-template-columns:repeat(4,1fr);gap:14px;display:grid;position:relative}.init-card--lg{grid-column:span 2}.init-card--sm{grid-column:span 1}.init-card{opacity:0;-webkit-backdrop-filter:blur(16px)saturate(150%);background:#ffffff0e;border:1px solid #ffffff14;border-radius:18px;align-items:flex-start;gap:16px;padding:26px;text-decoration:none;transition:opacity .7s,transform .7s,border-color .28s,box-shadow .28s,background .28s;display:flex;position:relative;overflow:hidden;transform:translateY(50px)}.init__grid--visible .init-card{opacity:1;transform:none}.init__grid--visible .init-card:nth-child(2){transition-delay:.12s}.init__grid--visible .init-card:nth-child(3){transition-delay:.24s}.init__grid--visible .init-card:nth-child(4){transition-delay:.36s}.init__grid--visible .init-card:nth-child(5){transition-delay:.48s}.init__grid--visible .init-card:nth-child(6){transition-delay:.6s}.init-card:before{content:"";border-radius:inherit;pointer-events:none;background:linear-gradient(135deg,#ffffff0d 0%,#0000 60%);position:absolute;inset:0}.init-card:hover{background:#ffffff17;border-color:#5dcaa54d;transform:translateY(-4px);box-shadow:0 12px 40px #0006,0 0 0 1px #5dcaa526}.init-card--lg{background:#ffffff12;padding:34px}.init-card--lg:hover{background:#ffffff1c}.init-card--lg .init-card__name{font-size:17px}.init-card--lg .init-card__desc{font-size:14px}.init-card--sm{flex-direction:column;gap:12px;padding:24px}.init-card__icon{filter:drop-shadow(0 2px 8px #5dcaa533);flex-shrink:0;justify-content:center;align-items:center;transition:filter .25s,transform .25s;display:flex}.init-card:hover .init-card__icon{filter:drop-shadow(0 4px 16px #5dcaa566);transform:scale(1.06)}.init-card__text{flex:1;min-width:0}.init-card__name{color:#ffffffeb;letter-spacing:-.01em;margin-bottom:5px;font-size:15px;font-weight:700;line-height:1.3}.init-card__desc{color:#ffffff80;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;line-height:1.55;display:-webkit-box;overflow:hidden}.init-card__arrow{color:#5dcaa5;background:#5dcaa51f;border:1px solid #5dcaa533;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:transform .3s,background .3s,border-color .3s;display:flex;position:absolute;bottom:22px;right:22px}.init-card:hover .init-card__arrow{background:#5dcaa538;border-color:#5dcaa566;transform:translate(4px)}.init-card--lg .init-card__arrow{width:36px;height:36px;bottom:28px;right:28px}@media (max-width:900px){.init__grid{grid-template-columns:repeat(2,1fr)}.init-card--lg{grid-column:span 2}.init-card--sm{grid-column:span 1}}@media (max-width:600px){.init__grid{grid-template-columns:1fr;gap:12px}.init-card--lg{grid-column:span 1;padding:24px}.init-card--lg .init-card__icon svg{width:60px;height:60px}.init-card--sm{flex-direction:row;align-items:center;gap:14px}.init__title{font-size:1.5rem}.init__subtitle{font-size:.88rem}.init-card__arrow{flex-shrink:0;margin-left:auto;position:static}.init-card--lg .init-card__arrow{position:absolute}}
.app-cta-banner{cursor:pointer;padding:32px 0 0;text-decoration:none;display:block}.app-cta-banner__img{border-radius:16px;width:100%;max-width:1100px;margin:0 auto;display:block;box-shadow:0 4px 20px #00000014}@media (max-width:480px){.app-cta-banner{padding:20px 0 0}.app-cta-banner__img{border-radius:10px}}.app-band{isolation:isolate;background:#0b1710;border-radius:18px;max-width:1240px;margin:32px auto 0;padding:80px 0 88px;position:relative;overflow:hidden}.app-band:before{content:"";z-index:0;background:radial-gradient(58% 70% at 78% 42%,#1d9e7557,#0000 62%),radial-gradient(40% 55% at 96% 88%,#5dcaa529,#0000 70%),linear-gradient(#0b1710 0%,#0d1b13 58%,#0a150f 100%);position:absolute;inset:0}.app-band__inner{z-index:1;grid-template-columns:1.02fr .98fr;align-items:center;gap:56px;max-width:1140px;margin:0 auto;padding:0 44px;display:grid;position:relative}.app-band__mark{box-shadow:none;background:0 0;border-radius:0;padding:0;display:inline-flex}.app-band__mark img{width:auto;height:52px;display:block}.app-band__heading{letter-spacing:-.032em;color:#f1f6f0;text-wrap:balance;margin:30px 0 0;font-size:clamp(34px,4.2vw,52px);font-weight:800;line-height:1.04}.app-band__heading em{color:#5dcaa5;font-style:normal}.app-band__benefits{gap:14px;margin:36px 0 0;padding:0;list-style:none;display:grid}.app-band__benefits li{align-items:center;gap:14px;display:flex}.app-band__bicon{background:#5dcaa51c;border:1px solid #5dcaa533;border-radius:12px;flex:none;place-items:center;width:40px;height:40px;display:grid}.app-band__bicon svg{stroke:#5dcaa5;fill:none;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:19px;height:19px}.app-band__btxt{color:#f1f6f0;letter-spacing:-.012em;font-size:16px;font-weight:600}.app-band__get{flex-wrap:wrap;align-items:center;gap:18px;margin-top:40px;display:flex}.app-band__playbadge{color:#fff;background:#000;border:1px solid #f1f6f038;border-radius:12px;align-items:center;gap:12px;padding:11px 20px 11px 17px;text-decoration:none;transition:transform .18s,border-color .18s,box-shadow .18s;display:inline-flex;box-shadow:0 10px 26px -14px #000000e6}.app-band__playbadge:hover{border-color:#5dcaa599;transform:translateY(-2px);box-shadow:0 16px 34px -16px #000}.app-band__playbadge:focus-visible{outline-offset:3px;outline:2px solid #5dcaa5}.app-band__playbadge svg{flex:none;width:25px;height:28px}.app-band__pb-txt{flex-direction:column;line-height:1.05;display:flex}.app-band__pb-txt small{letter-spacing:.09em;text-transform:uppercase;opacity:.82;font-size:9.5px}.app-band__pb-txt strong{letter-spacing:-.01em;margin-top:2px;font-size:18.5px;font-weight:600}.app-band__free{color:#f1f6f0a8;border-left:1px solid #f1f6f024;padding-left:18px;font-size:13.5px;font-weight:600}.app-band__stage{place-items:center;min-height:520px;display:grid;position:relative}.app-band__phone{background:#0a120d;border:1px solid #f1f6f024;border-radius:32px;padding:8px;position:absolute;box-shadow:0 40px 80px -36px #000000f2,0 0 0 1px #5dcaa50f}.app-band__phone img{border-radius:25px;width:100%;height:auto;display:block}.app-band__phone--back{filter:saturate(.9)brightness(.86);width:214px;transform:rotate(6.5deg)translate(112px,-34px)}.app-band__phone--front{width:266px;transform:rotate(-3.5deg)translate(-46px,18px)}@media (max-width:1280px){.app-band{margin-left:20px;margin-right:20px}}@media (max-width:960px){.app-band__inner{grid-template-columns:1fr;gap:8px;padding:0 28px}.app-band__stage{min-height:430px;margin-top:34px}.app-band__phone--front{width:224px;transform:rotate(-3.5deg)translate(-34px,10px)}.app-band__phone--back{width:180px;transform:rotate(6.5deg)translate(92px,-26px)}}@media (max-width:640px){.app-band{border-radius:14px;margin-left:12px;margin-right:12px;padding:48px 0 60px}.app-band__inner{padding:0 20px}.app-band__mark{border-radius:12px;padding:10px 16px}.app-band__mark img{height:38px}.app-band__heading{margin-top:20px;font-size:28px}.app-band__benefits{gap:10px;margin-top:24px}.app-band__btxt{font-size:14px}.app-band__bicon{border-radius:10px;width:34px;height:34px}.app-band__bicon svg{width:16px;height:16px}.app-band__get{margin-top:28px}.app-band__stage{min-height:340px;margin-top:24px}.app-band__phone--front{width:180px;transform:rotate(-3.5deg)translate(-20px,10px)}.app-band__phone--back{width:150px;transform:rotate(6.5deg)translate(70px,-20px)}}@media (prefers-reduced-motion:reduce){.app-band__playbadge{transition:none}.app-band__playbadge:hover{transform:none}}
.tv-section{background:#f8fdf4;padding:80px 0}.tv-head{text-align:center;margin-bottom:48px}.tv-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.tv-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 2px 12px #0000000d}.tv-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001a}.tv-card__video-wrap{aspect-ratio:9/16;cursor:pointer;background:#000;position:relative;overflow:hidden}.tv-card__video{object-fit:cover;width:100%;height:100%;display:block}.tv-card__thumb{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.tv-card__overlay{background:#00000059;justify-content:center;align-items:center;transition:background .25s;display:flex;position:absolute;inset:0}.tv-card__video-wrap:hover .tv-card__overlay{background:#00000040}.tv-card__play{background:#3b6d11;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .2s;display:flex;box-shadow:0 4px 20px #3b6d1166}.tv-card__video-wrap:hover .tv-card__play{transform:scale(1.1)}.tv-card__pause-hint{cursor:pointer;background:#00000073;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s;display:flex;position:absolute;top:12px;right:12px}.tv-card__pause-hint:hover{background:#000000a6}.tv-card__info{align-items:center;gap:12px;padding:16px;display:flex}.tv-card__avatar{color:#fff;background:#3b6d11;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:16px;font-weight:700;display:flex}.tv-card__name{color:#1f2937;font-size:14px;font-weight:600}.tv-card__meta{color:#9ca3af;margin-top:2px;font-size:12px}@media (max-width:1024px){.tv-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.tv-section{padding:48px 0}.tv-head{margin-bottom:28px}.tv-section .container{padding:0}.tv-grid{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-flow:row;gap:12px;padding:0 16px 12px;display:flex;overflow-x:auto}.tv-grid::-webkit-scrollbar{display:none}.tv-card{scroll-snap-align:start;flex:0 0 62%}.tv-card__info{gap:8px;padding:10px 12px}.tv-card__name{font-size:12px}.tv-card__meta{font-size:11px}.tv-card__avatar{width:32px;height:32px;font-size:13px}.tv-card__play{width:44px;height:44px}}
.shopby-marquee{background:#1a3a0a;width:100%;padding:14px 0;overflow:hidden}.shopby-marquee__track{gap:0;width:max-content;animation:28s linear infinite marquee-scroll;display:flex}.shopby-marquee__item{color:#ffffffe0;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;align-items:center;gap:10px;padding:0 36px;font-size:13px;font-weight:600;display:inline-flex}.shopby-marquee__dot{background:#6abf40;border-radius:50%;flex-shrink:0;width:5px;height:5px}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.shopby{background:#fff;padding:72px 0 80px;overflow:hidden}.shopby__head{text-align:center;margin-bottom:52px}.shopby__eyebrow{color:#3b6d11;text-transform:uppercase;letter-spacing:.16em;margin-bottom:12px;font-size:12px;font-weight:700;display:inline-block}.shopby__grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.shopby__card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;flex-direction:column;gap:0;padding:20px;text-decoration:none;transition:all .2s;display:flex}.shopby__card:hover{border-color:#3b6d11;transform:translateY(-3px);box-shadow:0 6px 20px #00000014}.shopby__card-icon{border-radius:12px;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:14px;display:flex;overflow:hidden}.shopby__card-icon img{object-fit:contain;width:56px;height:56px}.shopby__card-title{color:#111827;margin:0 0 6px;font-size:15px;font-weight:700;line-height:1.3}.shopby__card-desc{color:#6b7280;flex:1;margin:0;font-size:13px;line-height:1.5}.shopby__card-footer{border-top:1px solid #f3f4f6;justify-content:space-between;align-items:center;margin-top:16px;padding-top:12px;display:flex}.shopby__card-count{color:#9ca3af;font-size:12px;font-weight:500}.shopby__card-link{color:#3b6d11;font-size:13px;font-weight:600}@media (max-width:1024px){.shopby__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.shopby{padding:36px 0 40px}.shopby__head{margin-bottom:32px}.shopby__grid{grid-template-columns:repeat(2,1fr);gap:12px}.shopby__card{padding:16px}.shopby__card-title{font-size:14px}.shopby__card-desc{font-size:12px}.shopby-marquee__item{padding:0 20px;font-size:12px}}@media (max-width:480px){.shopby{padding:28px 0 32px}.shopby__head{margin-bottom:20px}.shopby__grid{gap:10px}.shopby__card{border-radius:14px;padding:14px}.shopby__card-icon{border-radius:10px;width:60px;height:60px;margin-bottom:10px}.shopby__card-icon img{width:44px;height:44px}.shopby__card-title{font-size:13px}.shopby__card-desc{font-size:11px}.shopby__card-footer{margin-top:12px;padding-top:10px}.shopby__card-count{font-size:11px}.shopby__card-link{font-size:12px}.shopby-marquee__item{padding:0 14px;font-size:11px}}
