:root{--fh-green: #16a34a;--fh-green-dark: #065f2a;--fh-green-deep: #064e2b;--fh-green-soft: #ecfdf3;--fh-green-bg: #f0fdf4;--fh-green-mid: #15803d;--fh-lime: #d9f99d;--fh-text: #143d25;--fh-muted: #6b7280;--fh-border: #d1fae5;--fh-topbar-h: 36px;--fh-mainbar-h: 68px;--fh-nav-h: 46px}.fh-container{max-width:1320px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media(min-width:640px){.fh-container{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1280px){.fh-container{padding-left:2rem;padding-right:2rem}}.fh-site-header{box-shadow:0 2px 14px #00000017}.fh-topbar{background:var(--fh-green);height:var(--fh-topbar-h);display:flex;align-items:center;font-size:12.5px;color:#fff}.fh-mainbar{background:#fff;height:var(--fh-mainbar-h);border-bottom:1px solid #edf7ee;display:flex;align-items:center}.fh-navbar{background:var(--fh-green-dark);height:var(--fh-nav-h);display:flex;align-items:center}.fh-nav-link{color:#ffffffd9;font-size:13.5px;font-weight:500;text-decoration:none;white-space:nowrap;padding:4px 0;transition:color .15s}.fh-nav-link:hover,.fh-nav-link--active{color:#fff;font-weight:600}.fh-nav-btn{display:inline-flex;align-items:center;gap:7px;background:#00000038;color:#fff;font-size:12.5px;font-weight:700;padding:0 16px;height:var(--fh-nav-h);border:none;cursor:pointer;white-space:nowrap;letter-spacing:.02em;transition:background .15s;text-transform:uppercase}.fh-nav-btn:hover{background:#00000059}.fh-nav-chip{display:inline-flex;align-items:center;gap:5px;background:#ffffff24;border:1px solid rgba(255,255,255,.22);color:#ffffffe6;font-size:11.5px;font-weight:500;padding:4px 10px;border-radius:100px;white-space:nowrap}.fh-search{flex:1;max-width:500px;position:relative}.fh-search input{width:100%;height:40px;border:1.5px solid #e2e8f0;border-radius:100px;padding:0 48px 0 18px;font-size:13.5px;outline:none;background:#fafafa;transition:border-color .2s,background .2s;color:#374151}.fh-search input::-moz-placeholder{color:#9ca3af}.fh-search input::placeholder{color:#9ca3af}.fh-search input:focus{border-color:var(--fh-green);background:#fff}.fh-search__btn{position:absolute;right:4px;top:4px;width:32px;height:32px;background:var(--fh-green);border:none;border-radius:100px;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.fh-search__btn:hover{background:var(--fh-green-dark)}.fh-hdr-icon{display:flex;flex-direction:column;align-items:center;gap:2px;color:#374151;text-decoration:none;font-size:11px;padding:5px 8px;border-radius:10px;transition:color .15s,background .15s;position:relative}.fh-hdr-icon:hover{color:var(--fh-green);background:var(--fh-green-soft)}.fh-cart-badge{position:absolute;top:1px;right:1px;background:#ef4444;color:#fff;font-size:10px;font-weight:700;min-width:17px;height:17px;border-radius:100px;display:flex;align-items:center;justify-content:center;padding:0 3px;line-height:1}.fh-drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;background:#064e2b73;opacity:0;pointer-events:none;transition:opacity .3s}.fh-drawer-backdrop.is-open{opacity:1;pointer-events:all}.fh-drawer{position:fixed;right:0;top:0;z-index:70;width:min(86%,360px);height:100%;background:#fff;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;overflow:hidden}.fh-drawer.is-open{transform:translate(0)}body.lock-scroll{overflow:hidden}.fh-main-offset{padding-top:calc(var(--fh-topbar-h) + var(--fh-mainbar-h) + var(--fh-nav-h))}@media(max-width:1023px){.fh-main-offset{padding-top:calc(var(--fh-topbar-h) + var(--fh-mainbar-h))}.fh-navbar{display:none!important}}@media(max-width:639px){.fh-topbar{display:none}.fh-main-offset{padding-top:var(--fh-mainbar-h)}}.fh-hero-header{transition:background .35s ease,box-shadow .35s ease}.fh-hero-header.header-solid{background:#fffffffa;box-shadow:0 2px 16px #0000001a}.fh-hnav__link{color:#064e2e;font-size:18px;font-weight:600;text-decoration:none;padding-bottom:3px;border-bottom:2px solid transparent;transition:color .2s,border-color .2s;white-space:nowrap}.fh-hnav__link:hover{color:#16a34a}.fh-hnav__link--active{color:var(--fh-green);border-bottom-color:var(--fh-green)}.fh-hero-header.header-solid .fh-hnav__link{color:#1a1a1a}.fh-hero-header.header-solid .fh-hnav__link:hover{color:var(--fh-green)}.fh-hero-header.header-solid .fh-hnav__link--active{color:var(--fh-green);border-bottom-color:var(--fh-green)}.fh-hnav__icon{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;color:#1a1a1a;text-decoration:none;transition:color .2s,background .2s}.fh-hnav__icon:hover{color:var(--fh-green);background:var(--fh-green-soft)}.fh-hero-header.header-solid .fh-hnav__icon{color:#1a1a1a}.fh-hero-header.header-solid .fh-hnav__icon:hover{color:var(--fh-green);background:var(--fh-green-soft)}@media(min-width:1024px){.fh-hnav__hamburger{display:none!important}}.fh-hero{position:relative;overflow:hidden;min-height:820px;display:flex;flex-direction:column;background-size:cover;background-position:center right}@media(max-width:767px){.fh-hero{background-image:var(--bg-sp)!important;background-position:center bottom;min-height:100vh;min-height:100dvh}}.fh-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#ffffffeb,#ffffffbf 40%,#ffffff1a 50%,#fff0);mask-image:linear-gradient(to bottom,transparent 0%,black 22%,black 78%,transparent 100%);-webkit-mask-image:linear-gradient(to bottom,transparent 0%,black 22%,black 78%,transparent 100%);pointer-events:none;z-index:1}@media(max-width:767px){.fh-hero__overlay{background:radial-gradient(ellipse 120% 85% at -10% 50%,#fffffff2,#ffffffeb 35%,#ffffff80 60%,#fff0 75%)}}.fh-hero__body{flex:1;display:flex;align-items:center;position:relative;z-index:2}.fh-hero__content{max-width:540px}.fh-hero__leaves,.fh-hero__orange{display:none}@keyframes fhLeafDrift{0%{transform:translateZ(0) scale(1)}to{transform:translate3d(-8px,7px,0) scale(1.02)}}@keyframes fhImgFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}.fh-hero__img{animation:fhImgFloat 5.5s ease-in-out infinite;filter:drop-shadow(0 20px 42px rgba(6,95,42,.2));width:100%;max-width:560px;height:auto}.fh-hero__badge{display:inline-flex;align-items:center;gap:8px;background:#ffffffa6;border:1px solid rgba(22,163,74,.35);color:#15803d;font-size:16px;font-weight:700;padding:10px 22px;border-radius:999px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);letter-spacing:.04em}.fh-hero__eyebrow{font-family:Dancing Script,cursive;font-style:normal;font-size:clamp(38px,4.5vw,58px);font-weight:700;line-height:1.2;margin:0;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.fh-hero__eyebrow-green{color:#16a34a}.fh-hero__eyebrow-orange{color:#f97316}.fh-hero__eyebrow-leaf{width:22px;height:22px;color:#16a34a;flex-shrink:0}.fh-hero__h1{font-family:Plus Jakarta Sans,sans-serif;font-size:clamp(64px,7vw,100px);font-weight:900;background:linear-gradient(180deg,#4a9c10,#2f7d08,#1b5400);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.3;letter-spacing:-.03em;margin:0}.fh-hero__desc{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:400;line-height:1.7;color:#374151}.fh-hero__desc-highlight{color:inherit;font-weight:700}.fh-hero__btn-outline{display:inline-flex;align-items:center;gap:9px;padding:13px 26px;background:#ffffffb8;border:1.5px solid rgba(22,163,74,.45);color:#16a34a;font-size:14px;font-weight:700;border-radius:9999px;text-decoration:none;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:all .2s;letter-spacing:.01em}.fh-hero__btn-outline:hover{background:#ffffffeb;border-color:#16a34a;color:#064e2e;transform:translateY(-2px)}.fh-hero__stat{display:flex;align-items:center;gap:10px}.fh-hero__stat-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:#16a34a;border:none;flex-shrink:0;color:#fff}.fh-hero__stat-icon--amber,.fh-hero__stat-icon--blue{background:#16a34a}.fh-hero__stat-text{font-size:13px;font-weight:700;color:#1f2937;line-height:1.4}.fh-hero__stat-divider{width:1px;height:36px;background:#16a34a4d;margin:0 14px;flex-shrink:0}.fh-badge-pill{display:inline-flex;align-items:center;gap:7px;background:#ecfdf3;border:1.5px solid #bbf7d0;color:var(--fh-green);font-size:11.5px;font-weight:700;padding:5px 14px;border-radius:100px;letter-spacing:.05em}.fh-btn-primary{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,var(--fh-green-dark),var(--fh-green));color:#fff;font-size:13.5px;font-weight:700;padding:13px 28px;border-radius:100px;text-decoration:none;border:none;cursor:pointer;box-shadow:0 8px 22px #065f2a3d;transition:all .2s;letter-spacing:.02em}.fh-btn-primary:hover{transform:translateY(-2px);box-shadow:0 14px 30px #065f2a52;color:#fff}.fh-btn-outline{display:inline-flex;align-items:center;gap:10px;padding:16px 48px;background:linear-gradient(135deg,#059669,#16a34a 45%,#0d9488);color:#fff;font-weight:800;font-size:15.5px;border-radius:9999px;text-decoration:none;border:none;box-shadow:0 6px 20px #10b98159,0 2px 6px #00000014,inset 0 1px #ffffff2e;transition:all .28s ease;letter-spacing:.01em}.fh-btn-outline:hover{transform:translateY(-3px);background:linear-gradient(135deg,#047857,#15803d 45%,#0f766e);box-shadow:0 14px 36px #10b98166,0 4px 12px #0000001a,inset 0 1px #fff3;color:#fff}.fh-btn-sm{display:inline-flex;align-items:center;gap:5px;background:var(--fh-green-soft);border:1.5px solid var(--fh-border);color:var(--fh-green);font-size:12px;font-weight:700;padding:7px 16px;border-radius:100px;text-decoration:none;transition:all .2s}.fh-btn-sm:hover{background:var(--fh-green);color:#fff;border-color:var(--fh-green)}.fh-trust{background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-top:1px solid rgba(22,163,74,.12);box-shadow:0 -2px #16a34a0f,0 4px 16px #0000000f}.fh-trust__item{display:flex;align-items:center;gap:12px;padding:1rem 1.25rem;background:transparent;position:relative}.fh-trust__item+.fh-trust__item:before{content:"";position:absolute;left:0;top:18%;bottom:18%;width:1px;background:#d1fae5}.fh-trust__icon{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#f0fdf4;color:var(--fh-green);border-radius:50%;border:1.5px solid #bbf7d0}.fh-section-eyebrow{font-size:11.5px;font-weight:700;color:var(--fh-green);text-transform:uppercase;letter-spacing:.18em}.fh-section-h2{font-size:clamp(22px,3vw,34px);font-weight:800;color:var(--fh-green-deep);margin-top:.4rem;line-height:1.2}.fh-section-link{font-size:13px;font-weight:700;color:var(--fh-green);text-decoration:none;display:inline-flex;align-items:center;gap:4px;transition:gap .2s}.fh-section-link:hover{gap:8px}.fh-cat-card{display:flex;flex-direction:column;align-items:center;padding:1rem .5rem;background:#fff;border:1.5px solid #e8f5e9;border-radius:16px;text-decoration:none;transition:all .22s;text-align:center}.fh-cat-card:hover{border-color:var(--fh-green);transform:translateY(-4px);box-shadow:0 8px 22px #16a34a24}.fh-cat-card__imgwrap{width:80px;height:80px;border-radius:50%;overflow:hidden;background:var(--fh-green-bg);flex-shrink:0;display:flex;align-items:center;justify-content:center;margin-bottom:.625rem}.fh-cat-card__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.fh-cat-card__emoji{font-size:36px;line-height:1}.fh-cat-card__name{font-size:12.5px;font-weight:700;color:var(--fh-green-deep);margin-bottom:3px}.fh-cat-card__sub{font-size:11px;color:var(--fh-green)}.fh-product-card{background:#fff;border:1.5px solid #e8f5e9;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;transition:all .25s}.fh-product-card:hover{transform:translateY(-5px);box-shadow:0 12px 32px #065f2a24;border-color:var(--fh-green)}.fh-product-card__imgwrap{position:relative;aspect-ratio:1;overflow:hidden;background:#f0fdf4}.fh-product-card__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s}.fh-product-card:hover .fh-product-card__img{transform:scale(1.06)}.fh-product-card__body{padding:.75rem;display:flex;flex-direction:column;flex:1}.fh-product-card__name{font-size:13px;font-weight:700;color:var(--fh-green-deep);line-height:1.3}.fh-product-card__stars{color:#f59e0b;font-size:12px;letter-spacing:1.5px}.fh-product-card__price{font-size:15px;font-weight:800;color:var(--fh-green)}.fh-product-card__old{font-size:11.5px;color:#9ca3af;text-decoration:line-through}.fh-badge-sale{position:absolute;top:8px;left:8px;background:#ef4444;color:#fff;font-size:10.5px;font-weight:700;padding:2px 9px;border-radius:100px}.fh-badge-hot{position:absolute;top:8px;left:8px;background:#f59e0b;color:#fff;font-size:10.5px;font-weight:700;padding:2px 9px;border-radius:100px}.fh-wishlist-btn{position:absolute;top:8px;right:8px;width:30px;height:30px;background:#ffffffeb;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#9ca3af;box-shadow:0 2px 6px #0000001a;transition:color .15s}.fh-wishlist-btn:hover,.fh-wishlist-btn.text-fresh-green{color:var(--fh-green)}.fh-btn-buy{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;background:var(--fh-green);color:#fff;font-size:12px;font-weight:700;padding:9px 10px;border-radius:8px;border:none;cursor:pointer;margin-top:auto;transition:background .15s;letter-spacing:.03em}.fh-btn-buy:hover{background:var(--fh-green-dark)}.fh-commit-card{display:flex;gap:13px;align-items:flex-start;background:#fff;border:1.5px solid #e8f5e9;border-radius:14px;padding:1.125rem;transition:box-shadow .2s}.fh-commit-card:hover{box-shadow:0 6px 20px #065f2a17}.fh-commit-icon{flex-shrink:0;width:46px;height:46px;background:var(--fh-green-soft);color:var(--fh-green);border-radius:12px;display:flex;align-items:center;justify-content:center}.fh-gift-card{background:#fff;border:1.5px solid #d1fae5;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;transition:all .25s}.fh-gift-card:hover{transform:translateY(-4px);box-shadow:0 10px 28px #065f2a1f;border-color:var(--fh-green)}.fh-gift-card__imgwrap{height:160px;overflow:hidden;background:#f0fdf4;position:relative;flex-shrink:0}.fh-gift-card__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s}.fh-gift-card:hover .fh-gift-card__img{transform:scale(1.05)}.fh-gift-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:56px}.fh-gift-card__body{padding:1rem;flex:1;display:flex;flex-direction:column}.fh-premium{background:linear-gradient(160deg,#f8fffe,#f0fdf4,#fafff8)}.fh-premium__intro{background:linear-gradient(160deg,var(--fh-green-dark) 0%,var(--fh-green) 100%);border-radius:20px;padding:2rem 1.75rem;color:#fff;display:flex;flex-direction:column;justify-content:center;min-height:100%;position:relative;overflow:hidden}.fh-premium__intro:after{content:"";position:absolute;right:-40px;bottom:-40px;width:180px;height:180px;border-radius:50%;background:#ffffff12}.fh-review-card{background:#fff;border:1.5px solid #e8f5e9;border-radius:16px;padding:1.5rem;box-shadow:0 2px 14px #065f2a0f}.fh-review-avatar{width:44px;height:44px;border-radius:50%;background:var(--fh-green-soft);color:var(--fh-green);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:16px;flex-shrink:0;border:2px solid var(--fh-border)}.fh-why-item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.25rem .75rem;background:#fff;border:1.5px solid #e8f5e9;border-radius:14px;transition:box-shadow .2s,border-color .2s}.fh-why-item:hover{box-shadow:0 6px 20px #065f2a17;border-color:var(--fh-green)}.fh-why-icon{width:52px;height:52px;border-radius:14px;background:var(--fh-green-soft);color:var(--fh-green);display:flex;align-items:center;justify-content:center;margin-bottom:.75rem}.fh-cta{background:linear-gradient(135deg,var(--fh-green-deep) 0%,var(--fh-green-dark) 45%,var(--fh-green) 100%);position:relative;overflow:hidden}.fh-cta:before{content:"";position:absolute;right:-100px;top:-100px;width:400px;height:400px;border-radius:50%;background:#ffffff0d}.fh-cta:after{content:"";position:absolute;left:-80px;bottom:-80px;width:300px;height:300px;border-radius:50%;background:#ffffff0a}.fh-cta-section{background:linear-gradient(135deg,var(--fh-green-deep) 0%,var(--fh-green-dark) 50%,var(--fh-green) 100%);padding:3rem 0;position:relative;overflow:hidden}@media(min-width:1024px){.fh-cta-section{padding:60px 0}}@media(max-width:1023px){.fh-cta-section{padding:30px 0}}.fh-cta-inner{position:relative;display:flex;align-items:center;gap:2rem}.fh-cta-fruit{display:none;flex-shrink:0}@media(min-width:1024px){.fh-cta-fruit{display:block;width:260px}}.fh-cta-fruit__img{width:100%;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 20px 40px rgba(0,0,0,.25))}.fh-cta-content{flex:1;text-align:center}@media(min-width:1024px){.fh-cta-content{text-align:left}}.fh-cta-h2{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800;color:#fff;line-height:1.2;margin-top:.5rem;letter-spacing:-.02em}.fh-cta-desc{margin-top:.875rem;font-size:15px;color:#fffc;line-height:1.6;max-width:480px}@media(min-width:1024px){.fh-cta-desc{margin-left:0}}.fh-cta-actions{margin-top:1.75rem;display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}@media(min-width:1024px){.fh-cta-actions{justify-content:flex-start}}.fh-cta-btn-primary{display:inline-flex;align-items:center;gap:.375rem;background:#fff;color:var(--fh-green-dark);font-size:15px;font-weight:700;padding:.75rem 1.75rem;border-radius:9999px;text-decoration:none;transition:all .2s;box-shadow:0 4px 14px #00000026}.fh-cta-btn-primary:hover{background:#f0fdf4;transform:translateY(-1px);box-shadow:0 8px 24px #0000002e}.fh-cta-btn-outline{display:inline-flex;align-items:center;gap:.5rem;background:transparent;color:#ffffffe6;font-size:15px;font-weight:600;padding:.75rem 1.5rem;border-radius:9999px;border:1.5px solid rgba(255,255,255,.4);text-decoration:none;transition:all .2s}.fh-cta-btn-outline:hover{border-color:#fffc;color:#fff;background:#ffffff14}.fh-footer{background:var(--fh-green-deep)}.fh-footer__link{color:#ffffff9e;font-size:13px;display:block;padding:3px 0;text-decoration:none;transition:color .15s;line-height:1.6}.fh-footer__link:hover{color:#fff}.fh-footer__heading{color:#ffffff6b;font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;margin-bottom:.875rem}.fh-social-icon{width:34px;height:34px;border-radius:8px;background:#ffffff1a;color:#ffffffb8;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:all .15s;border:1px solid rgba(255,255,255,.1)}.fh-social-icon:hover{background:var(--fh-green);color:#fff;border-color:var(--fh-green)}.fh-reveal{opacity:0;transform:translateY(22px);transition:opacity .5s ease,transform .55s ease}.fh-reveal.is-visible{opacity:1;transform:none}@media(max-width:639px){.fh-hero__body{align-items:flex-start}.fh-hero__body .fh-container{padding-top:5rem;padding-bottom:2rem}.fh-hero__content{max-width:88%}.fh-hero__badge{font-size:10px;padding:4px 8px;margin-bottom:.5rem}.fh-hero__eyebrow{font-size:22px;gap:5px}.fh-hero__eyebrow-leaf{width:16px;height:16px}.fh-hero__h1{font-size:42px}.fh-hero__desc{font-size:13px}.fh-hero .fh-btn-primary,.fh-hero .fh-hero__btn-outline{padding:7px 12px;font-size:11px}.fh-hero__stats-row{display:flex;flex-direction:row;justify-content:flex-start;gap:6px;width:auto}.fh-hero__stat{flex-direction:column;align-items:center;gap:3px;text-align:center}.fh-hero__stat-icon{width:28px;height:28px}.fh-hero__stat-icon svg{width:13px;height:13px}.fh-hero__stat-text{font-size:9px;line-height:1.3;text-align:center}.fh-hero__stat-divider{display:block;width:1px;height:28px;background:#16a34a4d;margin:0 2px;align-self:center}.fh-hero__desc-highlight{color:#f97316;font-weight:700}.fh-hero__img{max-width:320px}.fh-btn-primary,.fh-btn-outline{padding:12px 20px;font-size:13px}.fh-trust__item{padding:.625rem .75rem}.fh-gift-card__imgwrap{height:140px}.fh-premium__intro{min-height:auto}}.fh-cat-v2-section{position:relative;overflow:hidden;padding:60px 0;background:linear-gradient(160deg,#f8fffe,#f0fdf4,#fafff8)}.fh-cat-v2-blob{position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none;opacity:.45}.fh-cat-v2-blob--green{width:600px;height:600px;background:radial-gradient(circle,#bbf7d0 0%,transparent 70%);top:-120px;left:-180px}.fh-cat-v2-blob--orange{width:480px;height:480px;background:radial-gradient(circle,#fed7aa 0%,transparent 70%);top:-80px;right:-120px}.fh-cat-v2-blob--purple{width:400px;height:400px;background:radial-gradient(circle,#ddd6fe 0%,transparent 70%);bottom:-60px;right:10%}.fh-cat-v2-deco-leaf{position:absolute;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.14}.fh-cat-v2-heading{font-size:clamp(28px,4vw,44px);font-weight:900;color:#064e2b;line-height:1.08;margin-bottom:12px;letter-spacing:-.02em}.fh-cat-v2-heading em{font-style:italic;color:#16a34a;font-family:Fraunces,Georgia,serif}.fh-cat-v2-subtitle{font-size:16px;color:#6b7280;line-height:1.6;max-width:600px;margin:0 auto}.fh-cat-v2-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:30px}.fh-cat-v2-card{position:relative;overflow:hidden;border-radius:28px;min-height:210px;text-decoration:none;border:1.5px solid rgba(255,255,255,.75);box-shadow:0 4px 12px #00000012,0 10px 30px #00000014;transition:transform .4s cubic-bezier(.34,1.4,.64,1),box-shadow .32s ease;cursor:pointer;display:flex;flex-direction:column}.fh-cat-v2-card:hover{transform:translateY(-8px);box-shadow:0 8px 24px #0000001a,0 24px 56px #0000001f}.fh-cat-v2-card:hover .fh-cat-v2-bg-img{transform:scale(1.18)}.fh-cat-v2-card:hover .fh-cat-v2-arrow{transform:translate(5px)}.fh-cat-v2-bg-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;z-index:0;transform:scale(1.12);transition:transform .5s cubic-bezier(.25,.46,.45,.94)}.fh-cat-v2-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#fffffff0,#ffffffb3 28%,#ffffff38 58%,#fff0);z-index:1;pointer-events:none}.fh-cat-v2-body{position:relative;z-index:2;padding:22px 18px 20px 22px;display:flex;flex-direction:column;gap:10px}.fh-cat-v2-body-top{display:flex;flex-direction:column;gap:8px}.fh-cat-v2-badge{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;font-size:18px;flex-shrink:0;box-shadow:0 2px 8px #0000001f;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.fh-cat-v2-name{font-size:25px;font-weight:800;line-height:1.22;letter-spacing:-.01em;margin:0;max-width:90%}.fh-cat-v2-link{display:inline-flex;align-items:center;gap:5px;font-size:12.5px;font-weight:800;letter-spacing:.01em}.fh-cat-v2-arrow{display:inline-block;transition:transform .22s ease}.fh-cat-v2-cta{display:inline-flex;align-items:center;gap:10px;padding:16px 48px;background:linear-gradient(135deg,#059669,#16a34a 45%,#0d9488);color:#fff;font-weight:800;font-size:15.5px;border-radius:9999px;text-decoration:none;box-shadow:0 6px 20px #10b98159,0 2px 6px #00000014,inset 0 1px #ffffff2e;transition:all .28s ease;letter-spacing:.01em}.fh-cat-v2-cta:hover{transform:translateY(-3px);box-shadow:0 14px 36px #10b98166,0 4px 12px #0000001a,inset 0 1px #fff3;background:linear-gradient(135deg,#047857,#15803d 45%,#0f766e)}.fh-cat-v2-cta:hover .fh-cat-v2-arrow{transform:translate(5px)}@media(max-width:1023px){.fh-cat-v2-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.fh-cat-v2-section{padding:30px 0}.fh-cat-v2-card{min-height:180px}}@media(max-width:639px){.fh-cat-v2-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:24px}.fh-cat-v2-section{padding:30px 0}.fh-cat-v2-card{min-height:138px;border-radius:22px}.fh-cat-v2-body{padding:16px 14px 18px 18px}.fh-cat-v2-name{font-size:13.5px;max-width:62%}.fh-cat-v2-badge{width:32px;height:32px;font-size:15px}.fh-cat-v2-cta{padding:14px 32px;font-size:14px}}.fh-gn-section{position:relative;overflow:hidden;padding:60px 0;background:linear-gradient(160deg,#f8fffe,#f0fdf4,#fafff8)}.fh-gn-inner{position:relative;z-index:1}.fh-gn-blob{position:absolute;border-radius:50%;pointer-events:none;z-index:0}.fh-gn-blob--green{width:480px;height:480px;top:-120px;left:-160px;background:radial-gradient(circle,rgba(134,239,172,.18) 0%,transparent 70%)}.fh-gn-blob--gold{width:360px;height:360px;bottom:-80px;right:-100px;background:radial-gradient(circle,rgba(253,224,71,.13) 0%,transparent 70%)}.fh-gn-header{text-align:center;margin-bottom:30px}.fh-gn-eyebrow{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#16a34a;margin-bottom:14px}.fh-gn-heading{font-size:clamp(30px,4vw,46px);font-weight:900;color:#0b5a34;line-height:1.15;letter-spacing:-.02em;font-family:Fraunces,Plus Jakarta Sans,Georgia,serif;margin:0}.fh-gn-subtitle{font-size:16px;color:#6b7280;line-height:1.65;max-width:520px;margin:14px auto 0}.fh-gn-divider{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:22px}.fh-gn-divider__line{width:80px;height:1px;background-color:#b0c9aa}.fh-gn-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.fh-gn-grid .fh-gn-card:nth-child(n+9){display:none}.fh-gn-card{border-radius:28px;border:1.5px solid transparent;box-shadow:0 2px 8px #0000000d,0 8px 24px #00000012;overflow:hidden;display:flex;flex-direction:column;transition:transform .38s cubic-bezier(.34,1.4,.64,1),box-shadow .32s ease;text-decoration:none;color:inherit}.fh-gn-card:hover{transform:translateY(-8px);box-shadow:0 6px 20px #00000014,0 20px 48px #00000021}.fh-gn-card__imgwrap{position:relative;overflow:hidden;height:260px;flex-shrink:0}.fh-gn-card__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center calc(50% - 20px);object-position:center calc(50% - 20px);display:block;transition:transform .5s cubic-bezier(.25,.46,.45,.94)}.fh-gn-card:hover .fh-gn-card__img{transform:scale(1.05)}.fh-gn-card__badge{position:absolute;top:14px;right:14px;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 10px #0000001f;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.6)}.fh-gn-card__body{padding:20px 22px 22px;display:flex;flex-direction:column;flex:1;gap:8px;align-items:center;text-align:center}.fh-gn-card__title{font-size:16.5px;font-weight:800;color:#1a2e1c;line-height:1.3;margin:0;letter-spacing:-.01em}.fh-gn-card__desc{font-size:13.5px;color:#6b7280;line-height:1.65;margin:0;flex:1}.fh-gn-card__btn{display:inline-flex;align-items:center;gap:6px;align-self:center;margin-top:4px;padding:7px 16px;border-radius:9999px;border:1.5px solid transparent;font-size:12.5px;font-weight:700;text-decoration:none;white-space:nowrap;transition:background .2s ease,transform .2s ease}.fh-gn-card__btn:hover{transform:translate(2px)}.fh-gn-card__btn svg{transition:transform .2s ease}.fh-gn-card__btn:hover svg{transform:translate(3px)}.fh-gn-cta-wrap{display:flex;justify-content:center;margin-top:52px}.fh-gn-cta{display:inline-flex;align-items:center;gap:9px;padding:16px 48px;border-radius:9999px;font-size:16px;font-weight:700;color:#fff;text-decoration:none;background:linear-gradient(135deg,#059669,#16a34a,#15803d);box-shadow:0 4px 16px #16a34a59,0 1px 4px #0000001a,inset 0 1px #ffffff26;border:1.5px solid rgba(255,255,255,.15);transition:transform .3s cubic-bezier(.34,1.4,.64,1),box-shadow .28s ease,background .28s ease;letter-spacing:.01em}.fh-gn-cta:hover{transform:translateY(-3px);background:linear-gradient(135deg,#047857,#15803d,#0f766e);box-shadow:0 8px 28px #16a34a73,0 3px 10px #0000001f,inset 0 1px #fff3}@media(min-width:768px)and (max-width:1023px){.fh-gn-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.fh-gn-grid .fh-gn-card:nth-child(n+7){display:none}.fh-gn-section{padding:30px 0}.fh-gn-card__imgwrap{height:220px}}@media(max-width:767px){.fh-gn-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.fh-gn-grid .fh-gn-card:nth-child(n+7){display:none}.fh-gn-cta-wrap{margin-top:28px}.fh-gn-section{padding:30px 0}.fh-gn-card__imgwrap{height:180px}.fh-gn-card{border-radius:22px}.fh-gn-heading{font-size:28px}.fh-gn-cta{padding:14px 36px;font-size:15px}}.fh-wff-section{position:relative;overflow:hidden;padding:60px 0;background:linear-gradient(160deg,#f8fffe,#f0fdf4,#fafff8)}.fh-wff-inner{position:relative;z-index:1}.fh-wff-blob{position:absolute;border-radius:50%;pointer-events:none;z-index:0}.fh-wff-blob--green{width:500px;height:500px;top:-140px;right:-120px;background:radial-gradient(circle,rgba(134,239,172,.15) 0%,transparent 70%)}.fh-wff-blob--mint{width:380px;height:380px;bottom:-100px;left:-80px;background:radial-gradient(circle,rgba(167,243,208,.12) 0%,transparent 70%)}.fh-wff-header{text-align:center;margin-bottom:30px}.fh-wff-eyebrow{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#16a34a;margin-bottom:14px}.fh-wff-heading{font-size:clamp(32px,4.5vw,50px);font-weight:900;color:#0b5a34;line-height:1.12;letter-spacing:-.02em;font-family:Fraunces,Plus Jakarta Sans,Georgia,serif;margin:0}.fh-wff-heading em{font-style:italic;color:#16a34a}.fh-wff-subtitle{font-size:16px;color:#6b7280;line-height:1.7;max-width:560px;margin:14px auto 0}.fh-wff-divider{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:22px}.fh-wff-divider__line{width:80px;height:1px;background-color:#b0c9aa}.fh-wff-body{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:stretch}.fh-wff-img-wrap{border-radius:28px;overflow:hidden;box-shadow:0 4px 16px #00000014,0 16px 48px #0000001a;border:1.5px solid rgba(255,255,255,.8);min-height:460px}.fh-wff-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;display:block}.fh-wff-cards{display:grid;grid-template-columns:1fr 1fr;gap:28px 22px;padding:20px 8px 12px;position:relative}.fh-wff-card{position:relative;background:#fff;border-radius:2px;padding:9px 9px 0;display:flex;flex-direction:column;box-shadow:0 2px 6px #00000012,0 8px 24px #0000001a,0 18px 44px #00000012;transition:transform .35s cubic-bezier(.4,0,.2,1),box-shadow .35s cubic-bezier(.4,0,.2,1)}.fh-wff-card--1{transform:rotate(-3deg)}.fh-wff-card--2{transform:rotate(2.2deg);margin-top:18px}.fh-wff-card--3{transform:rotate(-1.2deg);margin-top:-10px}.fh-wff-card--4{transform:rotate(2.8deg)}.fh-wff-card:hover{transform:rotate(0) translateY(-10px) scale(1.03);box-shadow:0 4px 14px #0000001a,0 20px 52px #00000029,0 36px 72px #00000014}.fh-wff-card__tape{position:absolute;top:-12px;left:50%;width:58px;height:22px;border-radius:2px;z-index:2}.fh-wff-card--1 .fh-wff-card__tape{background:#a3d2a9b8;transform:translate(-50%) rotate(-1deg)}.fh-wff-card--2 .fh-wff-card__tape{background:#fddd7cc7;transform:translate(-50%) rotate(1.5deg)}.fh-wff-card--3 .fh-wff-card__tape{background:#93c5fdb8;transform:translate(-50%) rotate(-.8deg)}.fh-wff-card--4 .fh-wff-card__tape{background:#fdba74b8;transform:translate(-50%) rotate(1deg)}.fh-wff-card__photo{width:100%;height:148px;overflow:hidden;border-radius:1px;position:relative;flex-shrink:0}.fh-wff-card--1 .fh-wff-card__photo{background:linear-gradient(148deg,#fff9e0,#d9edda 55%,#c5e3c8)}.fh-wff-card--2 .fh-wff-card__photo{background:linear-gradient(148deg,#eaf6ea,#bee3d8 55%,#c8e8dc)}.fh-wff-card--3 .fh-wff-card__photo{background:linear-gradient(148deg,#fff8ed,#ffe4b8 55%,#ffcfaa)}.fh-wff-card--4 .fh-wff-card__photo{background:linear-gradient(148deg,#fff6f0,#fce5e5 55%,#f8d0d8)}.fh-wff-card__photo-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block}.fh-wff-card__caption{padding:13px 11px 16px;display:flex;flex-direction:column;gap:5px}.fh-wff-card__icon{display:flex;align-items:center;margin-bottom:1px;opacity:.85}.fh-wff-card__title{font-family:Fraunces,Georgia,serif;font-size:13.5px;font-weight:700;color:#1f5a36;line-height:1.3;margin:0}.fh-wff-card__desc{font-size:11.5px;color:#6b7280;line-height:1.68;margin:0}.fh-wff-card__clip{position:absolute;top:6px;right:-5px;z-index:3}.fh-wff-cta-wrap{display:flex;justify-content:center;margin-top:56px}.fh-wff-cta{display:inline-flex;align-items:center;gap:10px;padding:16px 48px;border-radius:9999px;font-size:15.5px;font-weight:800;color:#fff;text-decoration:none;background:linear-gradient(135deg,#059669,#16a34a 45%,#0d9488);box-shadow:0 6px 20px #10b98159,0 2px 6px #00000014,inset 0 1px #ffffff2e;transition:all .28s ease;letter-spacing:.01em}.fh-wff-cta:hover{transform:translateY(-3px);background:linear-gradient(135deg,#047857,#15803d 45%,#0f766e);box-shadow:0 14px 36px #10b98166,0 4px 12px #0000001a,inset 0 1px #fff3}.fh-wff-cta__arrow{transition:transform .22s ease}.fh-wff-cta:hover .fh-wff-cta__arrow{transform:translate(4px)}@media(max-width:1023px){.fh-wff-body{grid-template-columns:1fr;gap:28px}.fh-wff-img-wrap{min-height:320px}.fh-wff-section{padding:30px 0}}@media(max-width:639px){.fh-wff-cards{grid-template-columns:1fr;gap:32px;padding:16px 4px}.fh-wff-section{padding:30px 0}.fh-wff-img-wrap{min-height:260px;border-radius:20px}.fh-wff-heading{font-size:28px}.fh-wff-card{padding:9px 9px 0}.fh-wff-card--1{transform:rotate(-2deg)}.fh-wff-card--2{transform:rotate(1.5deg);margin-top:0}.fh-wff-card--3{transform:rotate(-1deg);margin-top:0}.fh-wff-card--4{transform:rotate(2deg)}.fh-wff-card__photo{height:160px}.fh-wff-cta{padding:14px 32px;font-size:15px;width:100%;justify-content:center}.fh-wff-cta-wrap{padding:0 4px;margin-top:28px}}.fh-pt-section{position:relative;overflow:hidden;padding:60px 0;background:linear-gradient(160deg,#eff8f2,#f7faf3 40%,#fdfaf4)}.fh-pt-blob{position:absolute;pointer-events:none;border-radius:50%;filter:blur(72px)}.fh-pt-blob--green{width:500px;height:500px;top:-120px;left:-100px;background:#2ead5f1f}.fh-pt-blob--peach{width:380px;height:380px;bottom:-60px;right:-60px;background:#fb923c1a}.fh-pt-blob--gold{width:300px;height:300px;top:30%;left:40%;background:#fbbf2412}.fh-pt-deco-leaf{position:absolute;pointer-events:none;z-index:0}.fh-pt-deco-leaf--tl{top:16px;left:-12px;width:180px;transform:rotate(-15deg);opacity:.13}.fh-pt-deco-leaf--br{bottom:16px;right:-10px;width:150px;transform:rotate(18deg) scaleX(-1);opacity:.1}.fh-pt-container{width:min(100% - 48px,1240px);margin-inline:auto}@media(min-width:1024px){.fh-pt-container{width:min(100% - 96px,1240px)}}.fh-pt-split{position:relative;min-height:400px;margin-bottom:30px;display:flex;align-items:center}.fh-pt-split__copy{display:flex;flex-direction:column;gap:0;width:100%;position:relative;z-index:2}@media(min-width:960px){.fh-pt-split__copy{max-width:54%}}.fh-pt-split__eyebrow{font-family:Plus Jakarta Sans,sans-serif;font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#1b7f3f;margin:0 0 12px}.fh-pt-split__heading{font-family:Fraunces,Georgia,serif;font-size:clamp(2.4rem,5vw,3.6rem);font-weight:700;line-height:1.1;color:#0d3320;margin:0 0 10px}.fh-pt-split__tagline{font-family:Fraunces,Georgia,serif;font-size:1.25rem;font-style:italic;color:#1b7f3f;margin:0 0 16px;font-weight:500}.fh-pt-split__desc{font-size:15px;line-height:1.7;color:#4a5c4e;margin:0 0 24px;max-width:520px}.fh-pt-split__perks{display:flex;flex-wrap:wrap;gap:16px 24px;margin-bottom:28px}.fh-pt-split__perk{display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center;font-size:11.5px;font-weight:600;color:#2a4a32;min-width:72px}.fh-pt-split__perk-icon{width:42px;height:42px;background:#1b7f3f1a;border-radius:12px;display:flex;align-items:center;justify-content:center}.fh-pt-split__ctas{display:flex;flex-wrap:wrap;gap:12px}.fh-pt-split__img-col{display:none}@media(min-width:960px){.fh-pt-split__img-col{display:flex;align-items:center;justify-content:center;position:absolute;top:-88px;bottom:-72px;right:-48px;width:48%;z-index:1}.fh-pt-split__img-wrap{width:100%;height:100%;overflow:hidden;border-radius:20% 0 0 20%/50% 0 0 50%}.fh-pt-split__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:right top;object-position:right top;display:block;transition:transform .5s ease}.fh-pt-split__img-wrap:hover .fh-pt-split__img{transform:scale(1.04)}}.fh-pt-split__badge{position:absolute;bottom:28px;left:24px;background:#fff;border-radius:999px;padding:10px 18px;box-shadow:0 8px 28px #0a3d2e26;border:1px solid rgba(27,127,63,.12);display:flex;align-items:center;gap:8px;font-size:12px;font-weight:600;color:#0d3320;line-height:1.4;white-space:nowrap;z-index:10}@media(max-width:639px){.fh-pt-split__badge{right:4px;bottom:12px;font-size:11px}}.fh-pt-btn{display:inline-flex;align-items:center;gap:8px;padding:13px 26px;border-radius:999px;font-family:Plus Jakarta Sans,sans-serif;font-size:15px;font-weight:600;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease,border-color .2s ease;cursor:pointer;border:none}.fh-pt-btn:hover{transform:translateY(-2px)}.fh-pt-btn--primary{background:#1b7f3f;color:#fff;box-shadow:0 8px 28px #1b7f3f66}.fh-pt-btn--primary:hover{background:#0d5c2c;box-shadow:0 14px 40px #1b7f3f80;color:#fff}.fh-pt-btn--outline{background:#fff;color:#1b7f3f;border:2px solid rgba(27,127,63,.35);box-shadow:0 4px 16px #1b7f3f14}.fh-pt-btn--outline:hover{border-color:#1b7f3f;background:#f0faf4;color:#0d5c2c;box-shadow:0 8px 24px #1b7f3f24}.fh-pt-btn-arrow{transition:transform .2s ease}.fh-pt-btn:hover .fh-pt-btn-arrow{transform:translate(4px)}.fh-pt-cards-new{display:grid;grid-template-columns:1fr;gap:20px;margin-bottom:32px;position:relative;z-index:3}@media(min-width:768px){.fh-pt-cards-new{grid-template-columns:1fr 1fr}}.fh-pt-card-new{display:flex;border-radius:20px;overflow:hidden;transition:transform .24s ease,box-shadow .24s ease}.fh-pt-card-new:hover{transform:translateY(-4px);box-shadow:0 24px 64px #0a3d2e2e}.fh-pt-card-new--dark{background:linear-gradient(140deg,#1a5c30,#8fca89);box-shadow:0 12px 40px #0a3d2e38}.fh-pt-card-new--light{background:#fff;border:1px solid rgba(27,127,63,.12);box-shadow:0 8px 32px #0a3d2e14}.fh-pt-card-new__img-col{flex:3;min-width:0}.fh-pt-card-new__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.fh-pt-card-new__body{flex:3;padding:24px 22px;display:flex;flex-direction:column;gap:8px}.fh-pt-card-new__icon-wrap{width:42px;height:42px;background:#fff3;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.fh-pt-card-new__icon-wrap--green{background:#1b7f3f1a}.fh-pt-card-new__title{font-family:Plus Jakarta Sans,sans-serif;font-size:16px;font-weight:800;letter-spacing:.06em;color:#fff;margin:0;line-height:1.2}.fh-pt-card-new__title--dark{color:#0d2b1a}.fh-pt-card-new__sub{font-size:12px;color:#ffffffb3;margin:0}.fh-pt-card-new__sub--dark{color:#5a6b5c}.fh-pt-card-new__list{list-style:none;padding:0;margin:4px 0 12px;display:flex;flex-direction:column;gap:7px;flex:1}.fh-pt-card-new__list li{display:flex;align-items:center;gap:8px;font-size:13px;color:#ffffffe0;font-weight:500}.fh-pt-card-new__list li:before{content:"";flex-shrink:0;width:16px;height:16px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234DBC7A' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/contain no-repeat}.fh-pt-card-new__list--dark li{color:#2a4a32}.fh-pt-card-new__list--dark li:before{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231B7F3F' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/contain no-repeat}.fh-pt-card-new__cta{display:inline-flex;align-items:center;gap:8px;padding:11px 22px;border-radius:9999px;font-weight:700;font-size:13.5px;transition:all .2s ease;text-decoration:none;width:-moz-fit-content;width:fit-content;margin-top:auto}.fh-pt-card-new__cta--white{background:#fff;color:#0d3320}.fh-pt-card-new__cta--white:hover{background:#f0faf4;color:#1b7f3f}.fh-pt-card-new__cta--green{background:#1b7f3f;color:#fff;box-shadow:0 6px 20px #1b7f3f4d}.fh-pt-card-new__cta--green:hover{background:#0d5c2c;color:#fff}.fh-pt-stats-bar{display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid rgba(27,127,63,.12);border-radius:20px;padding:20px 24px;box-shadow:0 8px 32px #0a3d2e12;margin-bottom:20px;flex-wrap:wrap;gap:8px}.fh-pt-stat-item{display:flex;flex-direction:column;align-items:center;gap:4px;text-align:center;padding:4px 12px}.fh-pt-stat-item__icon{width:38px;height:38px;background:#1b7f3f14;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:2px}.fh-pt-stat-item strong{font-family:Plus Jakarta Sans,sans-serif;font-size:18px;font-weight:800;color:#0d2b1a;line-height:1.1}.fh-pt-stat-item span{font-size:11px;color:#6b7b6d;font-weight:500}.fh-pt-stat-divider{width:1px;height:44px;background:#1b7f3f1f;flex-shrink:0}.fh-pt-quote-strip{display:flex;align-items:center;justify-content:center;gap:16px;text-align:center;padding:20px 24px}.fh-pt-quote-strip__text{font-size:15px;font-weight:600;color:#0d2b1a;margin:0 0 4px}.fh-pt-quote-strip__sub{font-size:13.5px;color:#1b7f3f;margin:0}.fh-pt-quote-strip__heart{flex-shrink:0;opacity:.6}@media(max-width:1023px){.fh-pt-section{padding:30px 0}.fh-pt-stats-bar{justify-content:center}.fh-pt-stat-divider:nth-child(8){display:none}}@media(max-width:639px){.fh-pt-section{padding:30px 0}.fh-pt-card-new__img-col{width:100px}.fh-pt-card-new__body{padding:18px 16px}.fh-pt-stats-bar{flex-direction:column;align-items:flex-start}.fh-pt-stat-divider{width:100%;height:1px}.fh-pt-split__img-wrap{max-width:100%}.fh-pt-split__perks{gap:12px 16px}}.bss-section{position:relative;overflow:hidden;padding:60px 0;background:linear-gradient(160deg,#f0faf3,#f9fdf6 45%,#fffdf5)}.bss-deco{position:absolute;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:0}.bss-deco--tr{top:-10px;right:-10px;width:220px;opacity:.65;transform:rotate(10deg) scaleX(-1)}.bss-deco--bl{bottom:80px;left:-10px;width:180px;opacity:.45;transform:rotate(-10deg) scaleY(-1)}.bss-deco--leaf-tl{top:24px;left:-12px;width:160px;opacity:.18;transform:rotate(-15deg)}.bss-deco--leaf-br{bottom:100px;right:-8px;width:130px;opacity:.14;transform:rotate(20deg) scaleX(-1)}.bss-header{text-align:center;margin-bottom:30px;position:relative;z-index:2}.bss-badge-pill{display:inline-flex;align-items:center;gap:6px;background:none;color:#1b7f3f;font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;padding:0;border-radius:0;margin-bottom:14px;box-shadow:none}.bss-badge-pill svg{color:#2ead5f}.bss-heading{font-family:Fraunces,Georgia,serif;font-size:clamp(2rem,4.5vw,3rem);font-weight:700;color:#0d3320;line-height:1.1;margin:0 0 10px;display:flex;align-items:center;justify-content:center;gap:12px}.bss-swirl{display:flex;align-items:center;flex-shrink:0;opacity:.9}.bss-swirl--r{transform:scaleX(-1)}.bss-subtitle{font-size:15px;color:#6b7c6e;line-height:1.6;max-width:500px;margin:0 auto}.bss-slider-outer{position:relative;z-index:2;display:flex;align-items:center;gap:0}.bss-nav-btn{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;border:2px solid rgba(255,255,255,.9);background:#fff;color:#374151;cursor:pointer;transition:all .22s ease;box-shadow:0 4px 18px #0a3d2e24;position:relative;z-index:10}.bss-nav-btn:hover{background:#1b7f3f;border-color:#1b7f3f;color:#fff;box-shadow:0 8px 28px #1b7f3f4d;transform:scale(1.08)}.bss-nav-btn.swiper-button-disabled{opacity:.38;pointer-events:none}.bss-swiper{flex:1;overflow:hidden;padding:36px 0 60px!important}.bss-swiper .swiper-slide{height:auto}.bss-swiper .swiper-slide.active-card{z-index:8}.bss-swiper .swiper-slide.near-left,.bss-swiper .swiper-slide.near-right{z-index:6}.bss-swiper .swiper-slide.far-left,.bss-swiper .swiper-slide.far-right{z-index:4}.bss-card{position:relative;background:#fff;border-radius:20px;overflow:hidden;display:flex;flex-direction:column;height:100%;border:1.5px solid rgba(200,235,210,.8);box-shadow:0 8px 28px #0a3d2e14;transform:scale(.72) translateY(55px);opacity:0;transition:transform .55s cubic-bezier(.2,.76,.22,1),opacity .45s ease,box-shadow .45s ease,border-color .45s ease}.bss-swiper .swiper-slide.far-left .bss-card{transform:scale(.94) translateY(42px) perspective(1200px) rotateY(22deg);transform-origin:right center;opacity:.88}.bss-swiper .swiper-slide.far-right .bss-card{transform:scale(.94) translateY(42px) perspective(1200px) rotateY(-22deg);transform-origin:left center;opacity:.88}.bss-swiper .swiper-slide.near-left .bss-card,.bss-swiper .swiper-slide.near-right .bss-card{transform:scale(1) translateY(28px);opacity:1}.bss-swiper .swiper-slide.active-card .bss-card{transform:scaleX(1.2) scaleY(1.03) translateY(-4px);opacity:1;border-color:#ffc324bf;box-shadow:0 26px 70px #12691d42}.bss-swiper .swiper-slide.far-left .bss-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:5;border-radius:inherit;background:linear-gradient(to right,rgba(7,95,31,.22) 0%,rgba(7,95,31,.08) 20%,transparent 45%)}.bss-swiper .swiper-slide.far-right .bss-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:5;border-radius:inherit;background:linear-gradient(to left,rgba(7,95,31,.22) 0%,rgba(7,95,31,.08) 20%,transparent 45%)}.bss-card__imgwrap{position:relative;aspect-ratio:1;overflow:hidden;background:#f0fdf4;display:block}.bss-card__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease;display:block}.bss-card:hover .bss-card__img{transform:scale(1.06)}.bss-badge{position:absolute;top:10px;left:10px;font-size:11px;font-weight:800;padding:4px 10px;border-radius:999px;line-height:1;letter-spacing:.02em}.bss-badge--sale{background:#ef4444;color:#fff}.bss-badge--hot{background:linear-gradient(135deg,#f97316,#ef4444);color:#fff}.bss-wishlist-btn{position:absolute;top:10px;right:10px;width:32px;height:32px;border-radius:50%;background:#ffffffeb;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#9ca3af;box-shadow:0 2px 8px #0000001f;transition:color .15s ease,transform .15s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.bss-wishlist-btn:hover,.bss-wishlist-btn.text-fresh-green{color:#ef4444;transform:scale(1.1)}.bss-quality-badge{position:absolute;bottom:12px;right:12px;width:66px;height:66px;border-radius:50%;background:linear-gradient(145deg,#16a34a,#0d5c2c);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;font-size:10px;font-weight:800;line-height:1.25;text-align:center;padding:4px;box-shadow:0 6px 20px #16a34a73;opacity:0;transform:scale(.5) rotate(-10deg);transition:opacity .4s ease .1s,transform .4s ease .1s;pointer-events:none}.bss-card__body{padding:14px 16px 16px;display:flex;flex-direction:column;flex:1;gap:6px}.bss-card__name-link{text-decoration:none}.bss-card__name{font-size:14px;font-weight:700;color:#0d2b1a;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0}.bss-card__name-link:hover .bss-card__name{color:#1b7f3f}.bss-card__stars{display:flex;align-items:center;gap:5px}.bss-stars-icons{color:#f59e0b;font-size:12px;letter-spacing:1px}.bss-stars-count{font-size:11.5px;color:#9ca3af;font-weight:500}.bss-card__price-row{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap;margin-top:2px}.bss-card__price{font-size:16px;font-weight:800;color:#1b7f3f}.bss-card__old-price{font-size:12px;color:#9ca3af;text-decoration:line-through}.bss-btn-buy{display:flex;align-items:center;justify-content:center;gap:7px;width:100%;padding:10px 14px;border-radius:10px;border:1.5px solid rgba(27,127,63,.4);background:transparent;color:#1b7f3f;font-size:13px;font-weight:700;cursor:pointer;margin-top:auto;transition:all .22s ease;letter-spacing:.02em;white-space:nowrap}.bss-btn-buy:hover{background:#1b7f3f0f;border-color:#1b7f3f}.bss-btn-buy__arrow{display:none}.bss-swiper .swiper-slide.active-card .bss-btn-buy{background:#1b7f3f;color:#fff;border-color:#1b7f3f;box-shadow:0 6px 20px #1b7f3f4d;font-size:14px;padding:12px 14px}.bss-swiper .swiper-slide.active-card .bss-btn-buy:hover{background:#0d5c2c;box-shadow:0 10px 28px #1b7f3f66}.bss-swiper .swiper-slide.active-card .bss-btn-buy__arrow{display:block}.bss-btn-consult{display:flex;align-items:center;justify-content:center;gap:7px;width:100%;padding:10px 14px;border-radius:10px;border:1.5px solid rgba(0,104,255,.35);background:transparent;color:#0068ff;font-size:13px;font-weight:700;cursor:pointer;margin-top:6px;transition:all .22s ease;letter-spacing:.02em;white-space:nowrap;text-decoration:none}.bss-btn-consult:hover{background:#0068ff0f;border-color:#0068ff}.bss-pagination{bottom:10px!important;left:50%!important;transform:translate(-50%)!important;width:auto!important}.bss-pagination .swiper-pagination-bullet{width:8px;height:8px;background:#bbf7d0;opacity:1;border-radius:999px;transition:width .26s ease,background .26s ease}.bss-pagination .swiper-pagination-bullet-active{width:28px;background:#1b7f3f}.bss-empty{display:flex;flex-direction:column;align-items:center;gap:12px;padding:64px 24px;color:#9ca3af;font-size:15px;font-weight:500;text-align:center}.bss-trust-strip{display:flex;align-items:center;justify-content:center;background:#fff;border-radius:20px;border:1px solid rgba(27,127,63,.1);box-shadow:0 8px 32px #0a3d2e12;padding:18px 20px;margin-top:32px;position:relative;z-index:2}.bss-trust-item{display:flex;align-items:center;gap:12px;flex:1;padding:4px 12px;min-width:0}.bss-trust-icon{flex-shrink:0;width:44px;height:44px;background:#1b7f3f14;border-radius:12px;display:flex;align-items:center;justify-content:center}.bss-trust-text{display:flex;flex-direction:column;gap:2px;min-width:0}.bss-trust-text strong{font-size:13px;font-weight:700;color:#0d2b1a;white-space:nowrap}.bss-trust-text span{font-size:12px;color:#6b7c6e}.bss-trust-divider{width:1px;height:44px;background:#1b7f3f1f;flex-shrink:0}@media(max-width:1023px){.bss-section{padding:30px 0}.bss-trust-strip{flex-wrap:wrap;gap:0}.bss-trust-item{min-width:45%}.bss-trust-divider:nth-child(4){display:none}}@media(max-width:639px){.bss-section{padding:30px 0}.bss-heading{font-size:1.8rem;gap:8px}.bss-swirl svg{width:36px}.bss-trust-strip{flex-direction:column;align-items:flex-start;gap:8px}.bss-trust-item{width:100%}.bss-trust-divider{width:100%;height:1px}}@media(max-width:1023px){.bss-nav-btn,.bss-pagination{display:none}.bss-slider-outer{display:block}.bss-swiper{overflow:visible;padding:8px 0 16px!important}.bss-swiper:not(.swiper-initialized){overflow:visible;padding:0!important}.bss-swiper:not(.swiper-initialized) .swiper-slide{width:100%!important;margin:0!important;transform:none!important;opacity:1!important}.bss-swiper:not(.swiper-initialized) .bss-card{transform:none!important;opacity:1!important;transition:box-shadow .2s ease,border-color .2s ease!important;box-shadow:0 4px 16px #0a3d2e14!important;border-color:#c8ebd2cc!important}.bss-swiper:not(.swiper-initialized) .bss-card:before,.bss-swiper:not(.swiper-initialized) .bss-card:after{display:none!important}.bss-swiper:not(.swiper-initialized) .bss-card__body{padding:10px 12px 12px;gap:4px}.bss-swiper:not(.swiper-initialized) .bss-card__price{font-size:14px}.bss-swiper:not(.swiper-initialized) .bss-btn-buy{padding:8px 10px;font-size:12px}}@media(max-width:767px){.bss-swiper:not(.swiper-initialized) .swiper-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:12px}.bss-swiper:not(.swiper-initialized) .swiper-slide:nth-child(n+7){display:none}}@media(min-width:768px)and (max-width:1023px){.bss-swiper:not(.swiper-initialized) .swiper-wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.bss-swiper:not(.swiper-initialized) .swiper-slide:nth-child(n+7){display:none}}.fh-sh-wrap{text-align:center;position:relative;z-index:2}.fh-sh-badge{display:inline-flex;align-items:center;gap:6px;background:none;color:#1b7f3f;font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;padding:0;border-radius:0;margin-bottom:12px;box-shadow:none}.fh-sh-badge svg{color:#2ead5f}.fh-sh-heading{font-family:Fraunces,Georgia,serif;font-size:clamp(1.9rem,4vw,2.9rem);font-weight:700;color:#0d3320;line-height:1.12;margin:0 0 10px;display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}.fh-sh-heading em{font-style:italic;color:#1b7f3f}.fh-sh-swirl{display:flex;align-items:center;flex-shrink:0;opacity:.85}.fh-sh-swirl--r{transform:scaleX(-1)}.fh-sh-subtitle{font-size:15px;color:#6b7c6e;line-height:1.65;max-width:520px;margin:0 auto}@media(max-width:639px){.fh-sh-heading{font-size:1.7rem;gap:8px}.fh-sh-swirl svg{width:36px;height:20px}}
