@layer base{*,:before,:after{box-sizing:border-box;margin:0;padding:0}}:root{--clr-orange:#bd6019;--clr-orange-dk:#9a4e14;--clr-green:#656322;--clr-green-dk:#4e4c1a;--clr-gold:#c49a3c;--clr-cream:#f5e6d3;--clr-text-dark:#2c2416;--clr-text-mid:#5a4a32;--clr-text-light:#8a7260;--font-heading:"Outfit", sans-serif;--font-body:"Inter", sans-serif;--nav-h:110px}html{scroll-behavior:smooth}#landing-page-wrapper{font-family:var(--font-body);background-color:var(--clr-cream);color:var(--clr-text-dark);min-height:100vh;overflow-x:hidden;-webkit-font-smoothing:auto!important;-moz-osx-font-smoothing:auto!important}#navbar{z-index:1000;height:var(--nav-h);background:0 0;align-items:center;padding:0 32px;display:flex;position:absolute;top:0;left:0;right:0}.nav-logo{flex-shrink:0;align-items:center;text-decoration:none;display:flex}.nav-logo img{object-fit:contain;width:auto;height:94px;transition:transform .3s}.nav-logo:hover img{transform:scale(1.05)}.nav-logo-mobile,.mobile-menu-btn,.hero-mobile-img{display:none}.nav-links{align-items:center;gap:2px;margin:0 auto;list-style:none;display:flex}.nav-links a{color:var(--clr-text-mid);border-radius:8px;padding:7px 14px;font-size:14px;font-weight:500;text-decoration:none;transition:color .25s;position:relative}.nav-links a:after{content:"";background:var(--clr-orange);transform-origin:0;border-radius:2px;height:2px;transition:transform .3s;position:absolute;bottom:3px;left:14px;right:14px;transform:scaleX(0)}.nav-links a:hover,.nav-links a.active{color:var(--clr-green)}.nav-links a:hover:after,.nav-links a.active:after{transform:scaleX(1)}.nav-actions{flex-shrink:0;align-items:center;gap:12px;display:flex}.btn-shop-now{color:#fff;background:var(--clr-green);cursor:pointer;border:none;border-radius:9px;align-items:center;gap:7px;padding:10px 20px;font-size:13.5px;text-decoration:none;transition:background .25s,transform .2s,box-shadow .25s;display:inline-flex;box-shadow:0 4px 14px #65632247;font-weight:600!important}.btn-shop-now:hover{background:var(--clr-green-dk);transform:translateY(-1px)}.btn-shop-now svg{width:15px;height:15px}.cart-btn{cursor:pointer;background:#bd601917;border:1.5px solid #bd601938;border-radius:9px;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;transition:background .25s,border-color .25s,transform .2s;display:flex;position:relative}.cart-btn:hover{background:#bd60192b;border-color:#bd601973;transform:translateY(-1px)}.cart-btn svg{width:18px;height:18px;color:var(--clr-orange)}.cart-badge{background:var(--clr-orange);color:#fff;border:2px solid var(--clr-cream);border-radius:50%;justify-content:center;align-items:center;width:17px;height:17px;font-size:9px;display:flex;position:absolute;top:-5px;right:-5px;font-weight:700!important}#hero{flex-direction:column;height:100vh;min-height:580px;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:0;position:absolute;inset:0}.hero-bg img{object-fit:cover;object-position:center right;width:100%;height:100%}.hero-bg:before{content:"";z-index:1;pointer-events:none;background:linear-gradient(#f5e6d3 0%,#f5e6d3f2 8%,#f5e6d399 18%,#0000 28%);position:absolute;inset:0}.hero-bg:after{content:"";background:linear-gradient(108deg,#f5e6d3f7 0%,#f5e6d3eb 34%,#f5e6d38c 54%,#f5e6d31a 70%,#0000 100%);position:absolute;inset:0}.hero-content-wrap{z-index:3;padding:calc(var(--nav-h) + 20px) 40px 56px 72px;flex-direction:column;flex:1;justify-content:center;gap:0;width:100%;display:flex;position:relative}.hero-left{flex-direction:column;flex:none;max-width:500px;display:flex}.hero-tag{color:var(--clr-orange-dk);letter-spacing:.7px;text-transform:uppercase;opacity:0;background:#bd60191a;border:1.5px solid #bd601947;border-radius:100px;align-items:center;gap:7px;margin-bottom:14px;padding:5px 13px;font-size:11px;animation:.7s .15s forwards fadeSlideUp;display:inline-flex;font-weight:600!important}.tag-dot{background:var(--clr-orange);border-radius:50%;flex-shrink:0;width:5px;height:5px;animation:1.8s ease-in-out infinite pulse}.hero-heading{letter-spacing:-1.5px;opacity:0;margin-bottom:12px;font-size:clamp(36px,4.4vw,66px);line-height:1.07;animation:.7s .3s forwards fadeSlideUp;font-family:Outfit,sans-serif!important;font-weight:800!important}.hero-heading .line-orange{color:var(--clr-orange);display:block}.hero-heading .line-green{color:var(--clr-green);display:block}.hero-divider{opacity:0;align-items:center;gap:10px;margin-bottom:13px;animation:.7s .44s forwards fadeSlideUp;display:flex}.hero-divider .div-line{background:linear-gradient(90deg, var(--clr-orange), var(--clr-gold));border-radius:2px;width:68px;height:2px}.hero-divider .div-leaf{font-size:14px;line-height:1}.hero-sub{color:var(--clr-text-mid);opacity:0;max-width:410px;margin-bottom:22px;font-size:14.5px;font-weight:400;line-height:1.65;animation:.7s .54s forwards fadeSlideUp}.hero-ctas{opacity:0;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:28px;animation:.7s .64s forwards fadeSlideUp;display:flex}.btn-primary{color:#fff;background:var(--clr-green);cursor:pointer;border:none;border-radius:10px;align-items:center;gap:8px;padding:12px 26px;font-size:14px;text-decoration:none;transition:background .3s;display:inline-flex;font-weight:700!important}.btn-primary:hover{background:var(--clr-green-dk)}.btn-primary svg{width:16px;height:16px;transition:transform .3s}.btn-primary:hover svg{transform:translate(4px)}.btn-outline{color:var(--clr-green);cursor:pointer;background:0 0;border:2px solid #65632261;border-radius:10px;align-items:center;gap:8px;padding:11px 24px;font-size:14px;text-decoration:none;transition:all .3s;display:inline-flex;font-weight:600!important}.btn-outline:hover{border-color:var(--clr-green);background:#65632212}.btn-outline svg{width:16px;height:16px;transition:transform .3s}.btn-outline:hover svg{transform:translate(4px)}.hero-features{opacity:0;align-items:flex-start;gap:24px;max-width:500px;animation:.6s .78s forwards fadeSlideUp;display:flex}.hf-item{text-align:center;cursor:default;flex-direction:column;align-items:center;gap:6px;transition:transform .25s;display:flex}.hf-item:hover{transform:translateY(-3px)}.hf-icon{width:50px;height:50px;color:var(--clr-orange);background:#f5e6d3e0;border:1.8px solid #bd601952;border-radius:50%;justify-content:center;align-items:center;transition:border-color .25s,background .25s;display:flex}.hf-item:hover .hf-icon{border-color:var(--clr-orange);background:#bd60190f}.hf-icon svg{width:21px;height:21px}.hf-title{color:var(--clr-text-mid);font-size:12.5px;line-height:1.2;font-family:Outfit,sans-serif!important;font-weight:700!important}.hf-sub{color:var(--clr-text-light);font-size:10.5px;font-weight:500}.section-wave-divider{z-index:10;margin-top:-52px;margin-bottom:-52px;line-height:0;position:relative}.section-wave-divider svg{width:100%;height:104px;display:block}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}@media (width<=1100px){.hero-content-wrap{padding-left:24px}.hero-left{max-width:460px}}@media (width<=768px){:root{--nav-h:64px}#navbar{justify-content:space-between;padding:0 16px}.nav-links{display:none}#hero{height:100dvh;min-height:100dvh;position:relative}.desktop-only,.nav-logo-desktop{display:none!important}.nav-logo-mobile{width:140px!important;height:auto!important;display:block!important}.nav-logo img{width:140px;height:auto}.hide-on-mobile,.cart-btn{display:none!important}.mobile-menu-btn{color:var(--clr-green);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:flex}.hero-bg img{content:url(/landing/images/1A.png);object-position:center top}.hero-bg:after{background:linear-gradient(#0000 0% 45%,#f5e6d3d9 58%,#f5e6d3f7 68%,#f5e6d3 78%)}.hero-content-wrap{padding:calc(var(--nav-h) + 10px) 20px 160px;text-align:left;flex-direction:column;justify-content:flex-end;align-items:flex-start;height:100%}.hero-left{flex:none;align-items:flex-start;width:100%;max-width:100%}.hero-heading{text-align:left;margin-top:10px;margin-bottom:12px;font-size:clamp(28px,8vw,36px);line-height:1.1}.hero-divider{justify-content:flex-start;margin-bottom:16px}.hero-sub{text-align:left;margin-bottom:24px;margin-left:0;margin-right:0;font-size:13px;line-height:1.5}.hero-ctas{flex-flow:row;justify-content:flex-start;align-items:center;gap:10px;width:100%;margin-bottom:20px}.hero-ctas>a{white-space:nowrap;flex:1;justify-content:center;padding:11px 12px;font-size:13px}.hero-features{background:var(--clr-cream);z-index:10;border-radius:20px 20px 0 0;flex-wrap:nowrap;justify-content:space-between;gap:4px;width:100%;padding:20px 16px 32px;position:absolute;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #65632214}.hf-item{flex:1;min-width:0}.hf-icon{width:44px;height:44px}.hf-icon svg{width:18px;height:18px}.hf-title{font-size:10.5px}.hf-sub{font-size:9px}}@media (width<=480px){.hero-heading{letter-spacing:-.5px}.btn-primary,.btn-outline{padding:10px 18px;font-size:13px}.hf-icon{width:42px;height:42px}.hf-icon svg{width:17px;height:17px}}#section-problem{padding:44px 72px 0;position:relative;overflow:hidden}.s2-bg{z-index:0;position:absolute;inset:0}.s2-bg img{object-fit:cover;object-position:center;width:100%;height:100%}.s2-inner{z-index:2;max-width:1300px;margin:0 auto;position:relative}.s2-header{text-align:center;margin-bottom:24px}.s2-label{color:var(--clr-green);letter-spacing:1.2px;text-transform:uppercase;border:1.5px solid #65632259;border-radius:100px;align-items:center;gap:8px;margin-bottom:10px;padding:6px 18px;font-size:11px;display:inline-flex;font-weight:700!important}.s2-label svg{width:13px;height:13px}.s2-heading{color:var(--clr-green);margin-bottom:8px;font-size:clamp(32px,4vw,54px);line-height:1.1;font-family:Outfit,sans-serif!important;font-weight:800!important}.s2-heading .hl{color:var(--clr-orange)}.s2-subtext{color:var(--clr-text-mid);font-size:16px;font-weight:400;line-height:1.7}.s2-cards{grid-template-columns:repeat(5,1fr);gap:20px;margin-bottom:20px;display:grid}.s2-card{text-align:center;-webkit-backdrop-filter:blur(6px);background:#ffffffb8;border:1px solid #c8b4964d;border-radius:20px;flex-direction:column;align-items:center;gap:0;padding:16px 16px 14px;transition:transform .25s,box-shadow .25s;display:flex;position:relative}.s2-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #6563221f}.s2-card-icon{object-fit:contain;width:100px;height:100px;margin-bottom:8px}.s2-card-title{color:var(--clr-text-dark);margin-bottom:6px;font-size:15px;line-height:1.3;font-family:Outfit,sans-serif!important;font-weight:800!important}.s2-card-desc{color:var(--clr-text-mid);flex:1;margin-bottom:8px;font-size:12.5px;font-weight:400;line-height:1.6}.s2-card-num{background:var(--clr-green);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;margin-top:auto;font-size:13px;display:flex;font-family:Outfit,sans-serif!important;font-weight:700!important}.s2-solution-wrap{padding-top:28px;position:relative}.s2-solution{background:var(--clr-green);border-radius:24px;align-items:center;gap:0;min-height:200px;display:flex;position:relative;overflow:visible}.s2-box-wrap{pointer-events:none;flex-shrink:0;width:200px;position:absolute;top:50%;left:20px;transform:translateY(-50%)}.s2-box-img{object-fit:contain;filter:drop-shadow(0 8px 20px #00000038);width:200px;height:auto;display:block}.s2-sol-content{flex:1;align-items:center;gap:32px;margin-left:210px;padding:18px 32px 18px 24px;display:flex;overflow:hidden}.s2-sol-text{flex:none;min-width:260px;max-width:360px}.s2-sol-label{color:#ffffffd9;letter-spacing:1.2px;text-transform:uppercase;border:1.5px solid #ffffff59;border-radius:100px;align-items:center;gap:7px;margin-bottom:16px;padding:5px 16px;font-size:10.5px;display:inline-flex;font-weight:700!important}.s2-sol-label svg{width:11px;height:11px}.s2-sol-heading{color:#fff;margin-bottom:14px;font-size:clamp(28px,3vw,42px);line-height:1.15;font-family:Outfit,sans-serif!important;font-weight:800!important}.s2-sol-heading .hl{color:var(--clr-orange)}.s2-sol-desc{color:#ffffffbf;font-size:14.5px;font-weight:400;line-height:1.7}.s2-sol-features{flex:1;justify-content:space-between;align-items:flex-start;display:flex}.s2-sf-item{text-align:center;cursor:default;flex-direction:column;flex:1;align-items:center;gap:8px;display:flex}.s2-sf-icon{color:#f5e6c8f2;background:#f5e6c838;border:2px solid #f5e6c859;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:background .25s,border-color .25s;display:flex}.s2-sf-item:hover .s2-sf-icon{background:#f5e6c852;border-color:#f5e6c899}.s2-sf-icon svg{width:22px;height:22px}.s2-sf-title{color:#fff;font-size:14px;line-height:1.25;font-family:Outfit,sans-serif!important;font-weight:700!important}.s2-sf-sub{color:#ffffffa6;font-size:12px;line-height:1.4}@media (width<=1100px){#section-problem{padding:64px 32px 0}.s2-sol-content{gap:32px;padding-right:32px}.s2-sol-features{gap:20px}}@media (width<=900px){.s2-cards{grid-template-columns:repeat(3,1fr)}.s2-solution{border-radius:20px}.s2-box-wrap{display:none}.s2-sol-content{flex-direction:column;align-items:flex-start;margin-left:0;padding:32px 28px}.s2-sol-features{flex-wrap:wrap;justify-content:center;width:100%}}.s2-swipe-hint{display:none}@keyframes swipeSlide{0%{opacity:1;transform:translate(0)}60%{opacity:1;transform:translate(10px)}80%{opacity:0;transform:translate(10px)}to{opacity:0;transform:translate(0)}}@keyframes swipeFade{0%,20%{opacity:.7}60%{opacity:1}to{opacity:.7}}@media (width<=600px){#section-problem{padding:40px 0 0}.s2-header{margin-bottom:28px;padding:0 20px}.s2-heading{font-size:28px}.s2-subtext{font-size:14px}.s2-swipe-hint{background:#bd601914;border:1px solid #bd601933;border-radius:100px;align-items:center;gap:5px;margin:0 20px 20px;padding:7px 14px;display:inline-flex}.s2-swipe-dot{background:var(--clr-orange);border-radius:50%;flex-shrink:0;width:6px;height:6px;animation:1.4s ease-in-out infinite dotWave}.s2-dot-1{animation-delay:0s}.s2-dot-2{animation-delay:.2s}.s2-dot-3{animation-delay:.4s}.s2-swipe-text{color:var(--clr-orange);letter-spacing:.3px;margin-left:4px;font-size:11.5px;font-weight:600}@keyframes dotWave{0%,to{opacity:.4;transform:translate(0)}50%{opacity:1;transform:translate(4px)}}.s2-cards{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-flow:row;gap:12px;margin-bottom:24px;padding:0 20px 16px;display:flex;overflow-x:auto}.s2-cards::-webkit-scrollbar{display:none}.s2-card{border-radius:16px;flex:0 0 160px;min-width:160px;padding:16px 12px 14px}.s2-card-icon{width:70px;height:70px;margin-bottom:8px}.s2-card-title{margin-bottom:4px;font-size:13px}.s2-card-desc{font-size:11.5px}.s2-card-num{width:28px;height:28px;font-size:11px}.s2-solution-wrap{padding:0 16px}.s2-solution{min-height:unset;border-radius:24px;flex-direction:column;align-items:stretch;position:relative;overflow:hidden}.s2-box-wrap{left:unset;top:unset;background:#ffffff12;border-bottom:1px solid #ffffff1a;justify-content:center;align-items:center;width:100%;height:220px;padding:16px 0;display:flex;position:relative;overflow:hidden;transform:none}.s2-box-img{object-fit:contain;filter:drop-shadow(0 8px 24px #00000040);width:100%;height:100%}.s2-sol-content{flex-direction:column;align-items:flex-start;gap:20px;margin-left:0;padding:20px 20px 28px}.s2-sol-text{min-width:unset;max-width:100%}.s2-sol-label{margin-bottom:10px}.s2-sol-heading{margin-bottom:0;font-size:24px;line-height:1.2}.s2-sol-features{flex-direction:column;gap:10px;width:100%;display:flex}.s2-sf-item{text-align:left;background:#ffffff14;border:1px solid #ffffff1f;border-radius:12px;flex-direction:row;align-items:center;gap:12px;width:100%;padding:10px 14px;display:flex}.s2-sf-icon{background:#f5e6c826;border-color:#f5e6c840;flex-shrink:0;width:36px;height:36px}.s2-sf-icon svg{width:16px;height:16px}.s2-sf-text{flex-direction:column;gap:1px;display:flex}.s2-sf-title{font-size:13px;line-height:1.3}.s2-sf-sub{font-size:11px}}#section-ingredients{min-height:100vh;padding:60px 48px 72px;position:relative;overflow:hidden}.s3-bg{z-index:0;position:absolute;inset:0}.s3-bg img{object-fit:cover;object-position:center;width:100%;height:100%}.s3-inner{z-index:2;max-width:1300px;margin:0 auto;position:relative}.s3-header{text-align:center;margin-bottom:48px}.s3-label{letter-spacing:1.5px;text-transform:uppercase;color:var(--clr-green);align-items:center;gap:8px;margin-bottom:12px;font-size:11px;display:inline-flex;font-weight:700!important}.s3-leaf{font-size:14px}.s3-heading{color:var(--clr-text-dark);margin-bottom:12px;font-size:clamp(30px,4vw,54px);line-height:1.1;font-family:Outfit,sans-serif!important;font-weight:800!important}.s3-heading .hl-num{color:var(--clr-orange);font-size:1.15em}.s3-subtext{color:var(--clr-text-mid);font-size:15px;line-height:1.7}.s3-layout{grid-template-rows:1fr 1fr auto;grid-template-columns:1fr 300px 1fr;align-items:center;gap:24px 20px;display:grid}.s3-p1{grid-area:1/1;justify-self:start}.s3-p3{grid-area:1/2/3}.s3-p5{grid-area:1/3;justify-self:end}.s3-p6{grid-area:2/1;justify-self:start}.s3-p9{grid-area:2/3;justify-self:end}.s3-p10{grid-area:3/1/auto/4;justify-self:center}.s3-bowl-wrap{justify-content:center;align-items:center;display:flex}.s3-bowl-img{object-fit:contain;filter:drop-shadow(0 12px 32px #0000002e);width:400px;height:auto;animation:4s ease-in-out infinite bowlFloat}@keyframes bowlFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.s3-card{background:#fffbf1cc;border:1.5px solid #bd601929;border-radius:10px 80px 80px 10px;flex-direction:row;align-items:center;gap:6px;padding:0 14px;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 3px 18px #65632217}.s3-card:hover{transform:translateY(-3px);box-shadow:0 8px 28px #65632224}.s3-card-body{flex-direction:column;gap:12px;min-width:0;display:flex}.s3-card--r .s3-card-body{margin-left:auto}.s3-card--r{text-align:right;border-radius:80px 10px 10px 80px}.s3-card--bc{border-radius:30px;justify-content:center;align-items:center;gap:28px;width:440px}.s3-card--bc .s3-card-img{width:160px;height:160px}.s3-card-img{object-fit:contain;filter:drop-shadow(0 6px 14px #00000026);flex-shrink:0;align-self:center;width:190px;height:190px;transition:transform .3s}.s3-card-img:hover{transform:scale(1.06)}.s3-card-head{align-items:center;gap:10px;margin-bottom:0;display:flex}.s3-card-head--r{justify-content:flex-end}.s3-num{background:var(--clr-orange);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:11.5px;display:flex;font-family:Outfit,sans-serif!important;font-weight:700!important}.s3-text{flex:1;min-width:0}.s3-text--r{text-align:right}.s3-name{color:var(--clr-green);font-size:15px;line-height:1.2;font-family:Outfit,sans-serif!important;font-weight:800!important}.s3-sub{color:var(--clr-text-light);margin-top:2px;font-size:11px}.s3-card-img-inline{object-fit:contain;filter:drop-shadow(0 6px 14px #00000026);flex-shrink:0;width:100px;height:100px;margin-left:auto;transition:transform .3s}.s3-card-img-inline:hover{transform:scale(1.06)}.s3-card--r .s3-card-img-inline{margin-left:0;margin-right:0}.s3-bc-benefits{flex:1;gap:6px;margin-left:16px}.s3-bc-benefits li{white-space:nowrap}.s3-benefits{flex-direction:column;gap:5px;margin:0;padding:0;list-style:none;display:flex}.s3-benefits li{color:var(--clr-text-mid);padding-left:15px;font-size:12.5px;line-height:1.4;position:relative}.s3-benefits li:before{content:"";border:2px solid var(--clr-orange);opacity:.85;border-radius:50%;width:7px;height:7px;position:absolute;top:5px;left:0}.s3-benefits--r li{text-align:right;padding-left:0;padding-right:15px}.s3-benefits--r li:before{left:auto;right:0}@media (width<=1100px){.s3-layout{grid-template-columns:1fr 240px 1fr;gap:18px 16px}.s3-bowl-img{width:210px}.s3-card-img{width:110px;height:110px}.s3-card--bc{width:440px}}@media (width<=800px){#section-ingredients{min-height:unset;padding:40px 16px 48px}.s3-header{margin-bottom:24px}.s3-heading{font-size:26px}.s3-subtext{font-size:13.5px}.s3-bowl-wrap{order:-1;justify-content:center;width:100%;margin-bottom:24px;display:flex}.s3-bowl-img{width:200px;animation:4s ease-in-out infinite bowlFloat}.s3-layout{flex-direction:column;align-items:stretch;gap:12px;display:flex}.s3-p1,.s3-p3,.s3-p5,.s3-p6,.s3-p9,.s3-p10{grid-column:unset;grid-row:unset;justify-self:unset}.s3-card,.s3-card--r,.s3-card--bc{text-align:left;border-radius:16px;flex-direction:row;align-items:center;gap:14px;width:100%;max-width:100%;padding:14px 16px 14px 14px;position:relative}.s3-num{width:26px;height:26px;font-size:10px;position:absolute;top:12px;right:12px}.s3-card--r{text-align:left!important;flex-direction:row!important}.s3-card--r .s3-card-body{text-align:left!important;margin-left:0!important}.s3-text--r,.s3-card-head--r{text-align:left!important;justify-content:flex-start!important}.s3-benefits--r{text-align:left!important}.s3-card--bc{border-radius:16px;justify-content:flex-start;gap:14px}.s3-card-img{flex-shrink:0;order:-1;width:80px;height:80px}.s3-card--bc .s3-card-img{width:80px;height:80px}.s3-card-body{flex:1;gap:6px;min-width:0}.s3-card-head,.s3-card-head--r{justify-content:flex-start;gap:8px}.s3-num{flex-shrink:0;width:24px;height:24px;font-size:10px}.s3-name{font-size:15px}.s3-sub{font-size:11px}.s3-benefits,.s3-benefits--r{text-align:left;flex-flow:column;align-items:flex-start;gap:4px}.s3-benefits li,.s3-benefits--r li{white-space:nowrap;background:#bd601912;border-radius:100px;padding:3px 8px 3px 16px;font-size:10.5px}.s3-benefits li:before{top:50%;left:4px;transform:translateY(-50%)}.s3-benefits--r li{text-align:left!important;padding-left:16px!important;padding-right:8px!important}.s3-benefits--r li:before{left:4px!important;right:unset!important}}#section-lifestyle{padding:72px 48px 80px;position:relative;overflow:hidden}.s4-bg{z-index:0;position:absolute;inset:0}.s4-bg img{object-fit:cover;object-position:center;width:100%;height:100%}.s4-inner{z-index:2;max-width:1300px;margin:0 auto;position:relative}.s4-header{text-align:center;margin-bottom:52px}.s4-label{letter-spacing:1.8px;text-transform:uppercase;color:var(--clr-green);align-items:center;gap:8px;margin-bottom:14px;font-size:11px;display:inline-flex;font-weight:700!important}.s4-heading{color:var(--clr-green);margin-bottom:14px;font-size:clamp(32px,4.5vw,60px);line-height:1.12;font-family:Outfit,sans-serif!important;font-weight:800!important}.s4-hl{color:var(--clr-orange)}.s4-subtext{color:var(--clr-text-mid);font-size:15.5px;line-height:1.7}.s4-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.s4-card{background:#fff8e8eb;border:1.5px solid #bd601926;border-radius:22px;flex-direction:row;min-height:240px;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 3px 20px #6563221a}.s4-card:hover{transform:translateY(-4px);box-shadow:0 12px 36px #6563222e}.s4-card-photo{flex-shrink:0;width:42%;overflow:hidden}.s4-card-photo img{object-fit:cover;object-position:top center;width:100%;height:100%;transition:transform .4s;display:block}.s4-card:hover .s4-card-photo img{transform:scale(1.04)}.s4-card-content{flex-direction:column;flex:1;gap:7px;padding:18px 16px 18px 18px;display:flex}.s4-card-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;margin-bottom:4px;display:flex}.s4-icon--orange{background:#bd601921}.s4-icon--green{background:#65632221}.s4-card-icon svg{width:18px;height:18px}.s4-card-title{color:var(--clr-orange);text-transform:uppercase;letter-spacing:.4px;font-size:14px;line-height:1.25;font-family:Outfit,sans-serif!important;font-weight:800!important}.s4-title--green{color:var(--clr-green)}.s4-card-desc{color:var(--clr-text-mid);margin:0;font-size:11.5px;line-height:1.55}.s4-features{flex-direction:column;gap:6px;margin:5px 0 0;padding:0;list-style:none;display:flex}.s4-features li{color:var(--clr-text-dark);align-items:center;gap:8px;font-size:11.5px;line-height:1.3;display:flex;font-weight:600!important}.s4-features li:before{content:"";background:var(--clr-orange);opacity:.75;border-radius:50%;flex-shrink:0;width:5px;height:5px}.s4-features li:nth-child(2):before{background:var(--clr-green);opacity:.8}.s4-features li:nth-child(3):before{opacity:.75;background:#c4832e}.s4-feat-icon{display:none}@media (width<=1100px){.s4-grid{grid-template-columns:repeat(2,1fr);gap:18px}}@media (width<=640px){#section-lifestyle{padding:40px 16px 48px}.s4-header{margin-bottom:28px}.s4-heading{margin-bottom:10px;font-size:26px}.s4-subtext{font-size:13.5px}.s4-grid{grid-template-columns:repeat(2,1fr);gap:12px}.s4-card{min-height:unset;border-radius:18px;flex-direction:column}.s4-card-photo{flex-shrink:0;width:100%;height:130px}.s4-card-photo img{object-position:top center}.s4-card-content{gap:5px;padding:12px 12px 14px}.s4-card-icon{width:30px;height:30px;margin-bottom:2px}.s4-card-icon svg{width:14px;height:14px}.s4-card-title{letter-spacing:.2px;font-size:12px}.s4-card-desc{font-size:10.5px;line-height:1.45}.s4-features{gap:4px;margin-top:4px}.s4-features li{gap:5px;font-size:10px}.s4-grid .s4-card:first-child .s4-card-photo img{content:url(/landing/images/Section-4/mobile/1.png)}.s4-grid .s4-card:nth-child(2) .s4-card-photo img{content:url(/landing/images/Section-4/mobile/2.png)}.s4-grid .s4-card:nth-child(3) .s4-card-photo img{content:url(/landing/images/Section-4/mobile/3.png)}.s4-grid .s4-card:nth-child(4) .s4-card-photo img{content:url(/landing/images/Section-4/mobile/4.png)}.s4-grid .s4-card:nth-child(5) .s4-card-photo img{content:url(/landing/images/Section-4/mobile/5.png)}.s4-grid .s4-card:nth-child(6) .s4-card-photo img{content:url(/landing/images/Section-4/mobile/6.png)}}#section-products{background:url(/landing/images/7.png) 50%/cover no-repeat;padding:72px 48px 84px}.s5-inner{max-width:1280px;margin:0 auto}.s5-header{text-align:center;margin-bottom:52px}.s5-label{letter-spacing:2px;text-transform:uppercase;color:var(--clr-green);align-items:center;gap:8px;margin-bottom:14px;font-size:11px;font-weight:700;display:inline-flex}.s5-heading{color:var(--clr-green-dk,#4e4c1a);margin-bottom:12px;font-family:Outfit,sans-serif;font-size:clamp(28px,3.8vw,52px);font-weight:800;line-height:1.12}.s5-hl{color:var(--clr-orange)}.s5-subtext{color:var(--clr-text-mid);font-size:15px;line-height:1.65}.s5-grid{grid-template-columns:repeat(4,1fr);gap:22px;margin-bottom:52px;display:grid}.s5-card{text-align:center;background:#fdfaf6;border:1px solid #65632214;border-radius:24px;flex-direction:column;align-items:center;gap:0;padding:36px 28px 32px;text-decoration:none;transition:transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 32px #6563220f}.s5-card:hover{transform:translateY(-6px);box-shadow:0 16px 48px #6563221f}.s5-badge{letter-spacing:1.5px;text-transform:uppercase;background:var(--clr-green-dk,#4e4c1a);color:#fff;border-radius:30px;margin-bottom:20px;padding:6px 18px;font-size:10px;font-weight:800;display:inline-block}.s5-pack-name{color:var(--clr-green-dk,#4e4c1a);margin-bottom:12px;font-family:Outfit,sans-serif;font-size:28px;font-weight:800;line-height:1.2}.s5-pack-desc{color:var(--clr-text-dark,#2c2416);max-width:95%;margin-bottom:32px;font-size:14px;line-height:1.5}.s5-img-wrap{justify-content:center;align-items:center;width:100%;min-height:180px;margin-bottom:36px;display:flex}.s5-img-wrap img{object-fit:contain;filter:drop-shadow(0 12px 24px #00000026);width:100%;max-height:200px;transition:transform .35s}.s5-card:hover .s5-img-wrap img{transform:scale(1.04)}.s5-mini-features{flex-direction:row;justify-content:center;gap:16px;width:100%;margin:0 0 32px;padding:0;list-style:none;display:flex}.s5-mini-feat{text-align:center;flex-direction:column;flex:1;align-items:center;gap:10px;display:flex}.s5-feat-icon{border:1px solid var(--clr-green,#656322);width:46px;height:46px;color:var(--clr-green,#656322);background:0 0;border-radius:50%;justify-content:center;align-items:center;display:flex}.s5-mini-feat span{color:var(--clr-text-dark,#2c2416);font-size:11.5px;font-weight:600;line-height:1.35}.s5-card-footer{justify-content:space-between;align-items:center;width:100%;margin-top:auto;display:flex}.s5-price{color:var(--clr-green-dk,#4e4c1a);letter-spacing:-.5px;margin:0;font-family:Outfit,sans-serif;font-size:36px;font-weight:800}.s5-cta-group{flex-shrink:0;align-items:center;gap:8px;display:flex}.s5-btn{cursor:pointer;letter-spacing:.2px;border:1.5px solid var(--clr-green-dk,#4e4c1a);height:48px;color:var(--clr-green-dk,#4e4c1a);white-space:nowrap;background:0 0;border-radius:50px;justify-content:center;align-items:center;padding:0 20px;font-family:Outfit,sans-serif;font-size:14px;font-weight:700;text-decoration:none;transition:all .24s;display:inline-flex}.s5-btn:hover{background:var(--clr-green-dk,#4e4c1a);color:#fff}.s5-cart-btn{border:1.5px solid var(--clr-green-dk,#4e4c1a);width:48px;height:48px;color:var(--clr-green-dk,#4e4c1a);cursor:pointer;background:0 0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .24s;display:flex}.s5-cart-btn:hover{background:var(--clr-green-dk,#4e4c1a);color:#fff}.s5-trust{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#fffcf6d1;border:1.5px solid #bd601924;border-radius:18px;justify-content:space-between;align-items:flex-start;gap:16px;padding:22px 32px;display:flex}.s5-trust-item{flex:1;align-items:flex-start;gap:11px;display:flex}.s5-trust-item+.s5-trust-item{border-left:1px solid #bd60191f;padding-left:16px}.s5-trust-icon{background:#65632217;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.s5-trust-icon svg{width:18px;height:18px}.s5-trust-text{flex-direction:column;gap:2px;display:flex}.s5-trust-text strong{color:var(--clr-text-dark);font-family:Outfit,sans-serif;font-size:13px;font-weight:700}.s5-trust-text span{color:var(--clr-text-mid);font-size:11px;line-height:1.45}.s5-trust-item--mobile-only{display:none}@media (width<=1100px){.s5-grid{grid-template-columns:repeat(2,1fr);gap:18px}.s5-trust{flex-wrap:wrap}.s5-trust-item{min-width:calc(50% - 16px)}.s5-trust-item+.s5-trust-item{border-left:none;padding-left:0}}@media (width<=640px){#section-products{padding:44px 0 52px}.s5-inner{max-width:100%;padding:0 16px}.s5-header{margin-bottom:24px;padding:0}.s5-heading{font-size:26px}.s5-subtext{font-size:13.5px}.s5-grid{grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:28px;padding:0;display:grid;overflow:visible}.s5-card-override{border-radius:20px!important}.s5-price{font-size:28px}.s5-pack-name{font-size:14px}.s5-trust{border-radius:16px;grid-template-columns:1fr 1fr;gap:12px;padding:16px 14px;display:grid}.s5-trust-item{flex:unset;gap:8px;border-left:none!important;padding-left:0!important}.s5-trust-item--mobile-only{display:flex}.s5-trust-icon{width:32px;height:32px}.s5-trust-icon svg{width:15px;height:15px}.s5-trust-text strong{font-size:11.5px}.s5-trust-text span{font-size:10px}}#section-testimonials{background:url(/landing/images/8.png) 50%/cover no-repeat}.s6-inner{max-width:1400px;margin:0 auto}.s6-part1{border-bottom:1.5px solid #bd60191f;padding:72px 48px 60px}.s6-header{text-align:center;margin-bottom:44px}.s6-label{letter-spacing:1.8px;text-transform:uppercase;color:var(--clr-green);justify-content:center;align-items:center;gap:12px;margin-bottom:12px;font-size:11px;display:flex;font-weight:700!important}.s6-label-line{background:var(--clr-green);opacity:.4;border-radius:2px;flex:1;max-width:80px;height:1.5px}.s6-heading{color:var(--clr-green);margin-bottom:10px;font-size:clamp(28px,4vw,52px);line-height:1.1;font-family:Outfit,sans-serif!important;font-weight:800!important}.s6-hl{color:var(--clr-orange)}.s6-subtext{color:var(--clr-text-mid);margin-bottom:14px;font-size:15px;line-height:1.6}.s6-rating-bar{background:#fffbf1e6;border:1px solid #bd60192e;border-radius:30px;align-items:center;gap:10px;padding:6px 18px;display:inline-flex}.s6-stars{color:#f4a843;letter-spacing:2px;font-size:17px}.s6-rating-text{color:var(--clr-text-dark);font-size:13px;font-weight:600!important}.s6-cards{grid-template-columns:repeat(5,1fr);gap:18px;display:grid}.s6-tcard{background:#fffbf1f2;border:1.5px solid #bd601924;border-radius:18px;flex-direction:column;gap:12px;padding:22px 18px 18px;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 2px 14px #65632212}.s6-tcard:hover{transform:translateY(-4px);box-shadow:0 8px 28px #65632224}.s6-quote{color:var(--clr-orange);opacity:.7;font-family:Georgia,serif;font-size:36px;line-height:1}.s6-tcard-text{color:var(--clr-text-dark);flex:1;margin:0;font-size:12.5px;line-height:1.6}.s6-tcard-stars{color:#f4a843;letter-spacing:2px;font-size:14px}.s6-tcard-profile{border-top:1px solid #bd60191a;align-items:center;gap:10px;padding-top:12px;display:flex}.s6-avatar{object-fit:cover;border:2px solid #bd601940;border-radius:50%;flex-shrink:0;width:40px;height:40px}.s6-profile-info{flex-direction:column;gap:2px;display:flex}.s6-profile-name{color:var(--clr-text-dark);align-items:center;gap:4px;font-size:12.5px;display:flex;font-weight:700!important}.s6-verified{color:var(--clr-green);font-size:11px}.s6-profile-title{color:var(--clr-text-mid);font-size:11px}.s6-part2{padding:60px 48px 72px}.s6-video-header{text-align:center;margin-bottom:36px}.s6-video-label{letter-spacing:1.8px;text-transform:uppercase;color:var(--clr-green);margin-bottom:10px;font-size:11px;font-weight:700!important}.s6-video-heading{color:var(--clr-green);margin-bottom:8px;font-size:clamp(26px,3.5vw,46px);line-height:1.1;font-family:Outfit,sans-serif!important;font-weight:800!important}.s6-video-subtext{color:var(--clr-text-mid);justify-content:center;align-items:center;gap:8px;font-size:14px;display:flex}.s6-video-subtext:before,.s6-video-subtext:after{content:"";background:#6563224d;width:50px;height:1px}.s6-videos{grid-template-columns:repeat(6,1fr);gap:14px;margin-bottom:32px;display:grid}.s6-vcard{background:#1a1a1a;border-radius:16px;flex-direction:column;transition:transform .3s;display:flex;overflow:hidden;box-shadow:0 4px 18px #0000001f}.s6-vcard:hover{transform:translateY(-4px)scale(1.02)}.s6-video-wrap{aspect-ratio:9/16;cursor:pointer;background:#111;position:relative;overflow:hidden}.s6-video-wrap video{object-fit:cover;width:100%;height:100%;display:block}.s6-video-wrap:after{content:"";pointer-events:none;background:linear-gradient(#0000 50%,#000000b8 100%);position:absolute;inset:0}.s6-play-btn{display:none}.s6-vcaption{z-index:3;color:#fff;text-shadow:0 1px 4px #00000080;font-size:11.5px;line-height:1.35;position:absolute;bottom:10px;left:10px;right:10px;font-weight:600!important}.s6-vmeta{background:#fffbf1f2;justify-content:space-between;align-items:center;gap:6px;padding:8px 10px;display:flex}.s6-vuser{align-items:center;gap:6px;min-width:0;display:flex}.s6-vuser img{object-fit:cover;border:1.5px solid #bd601940;border-radius:50%;flex-shrink:0;width:24px;height:24px}.s6-vuser span{color:var(--clr-text-dark);white-space:nowrap;text-overflow:ellipsis;font-size:10.5px;overflow:hidden;font-weight:600!important}.s6-vmeta-right{flex-shrink:0;align-items:center;gap:6px;display:flex}.s6-vviews{color:var(--clr-text-mid);white-space:nowrap;font-size:10px}.s6-vlike{cursor:pointer;color:var(--clr-orange);background:0 0;border:none;padding:0;font-size:15px;line-height:1;transition:transform .2s}.s6-vlike:hover{transform:scale(1.3)}.s6-ig-cta{text-align:center}.s6-ig-btn{border:2px solid var(--clr-green);color:var(--clr-green);border-radius:50px;align-items:center;gap:8px;padding:12px 28px;font-size:13.5px;text-decoration:none;transition:all .25s;display:inline-flex;font-family:Outfit,sans-serif!important;font-weight:700!important}.s6-ig-btn:hover{background:var(--clr-green);color:#fff}@media (width<=1200px){.s6-cards,.s6-videos{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.s6-part1,.s6-part2{padding:48px 24px}.s6-cards,.s6-videos{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.s6-part1{padding:40px 0}.s6-header{margin-bottom:24px;padding:0 20px}.s6-heading{font-size:26px}.s6-subtext{margin-bottom:12px;font-size:13.5px}.s6-rating-bar{gap:8px;padding:5px 14px}.s6-stars{font-size:14px}.s6-rating-text{font-size:11.5px}.s6-cards{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-flow:row;gap:0;padding:4px 20px 16px;display:flex;overflow-x:auto}.s6-cards::-webkit-scrollbar{display:none}.s6-tcard{scroll-snap-align:center;border-radius:20px;flex:0 0 calc(100vw - 72px);gap:10px;min-width:calc(100vw - 72px);margin-right:14px;padding:20px 18px 16px}.s6-tcard:last-child{margin-right:0}.s6-quote{font-size:30px}.s6-tcard-text{font-size:13px;line-height:1.65}.s6-tcard-stars{font-size:15px}.s6-avatar{width:36px;height:36px}.s6-profile-name{font-size:13px}.s6-profile-title{font-size:11px}.s6-cards:after{content:"";flex:0 0 4px}.s6-videos{grid-template-columns:repeat(2,1fr)}}#section-feedback{background:url(/landing/images/9.png) 50%/cover no-repeat;padding:64px 48px 0}.s7-inner{max-width:1280px;margin:0 auto}.s7-header{text-align:center;margin-bottom:40px}.s7-label{letter-spacing:1.8px;text-transform:uppercase;color:var(--clr-green);align-items:center;gap:8px;margin-bottom:10px;font-size:11px;display:inline-flex;font-weight:700!important}.s7-heading{color:var(--clr-green);margin-bottom:10px;font-size:clamp(32px,4.5vw,60px);line-height:1.1;font-family:Outfit,sans-serif!important;font-weight:800!important}.s7-hl{color:var(--clr-orange)}.s7-heading-divider{background:var(--clr-green);opacity:.4;border-radius:2px;width:60px;height:3px;margin:8px auto 0}.s7-body{grid-template-columns:1fr 1.15fr;align-items:stretch;gap:40px;padding-bottom:48px;display:grid}.s7-left{background:#fffbf1f2;border:1.5px solid #bd601926;border-radius:20px;flex-direction:column;gap:28px;padding:28px 26px 24px;display:flex;box-shadow:0 4px 24px #6563221c}.s7-right{flex-direction:column;display:flex}.s7-form-card{background:#fffbf1f2;border:1.5px solid #bd601926;border-radius:20px;flex-direction:column;flex:1;padding:28px 26px 24px;display:flex;box-shadow:0 4px 24px #6563221c}.s7-form{flex-direction:column;flex:1;gap:11px;display:flex}.s7-desc{color:var(--clr-text-mid);text-align:center;margin:0;font-size:16px;line-height:1.65}.s7-values{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.s7-val{text-align:center;flex-direction:column;align-items:center;gap:10px;display:flex}.s7-val-icon{background:#fffbf1d9;border:1.5px solid #6563222e;border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;display:flex}.s7-val-icon svg{width:24px;height:24px}.s7-val strong{color:var(--clr-text-dark);font-size:12.5px;display:block;font-family:Outfit,sans-serif!important;font-weight:700!important}.s7-val span{color:var(--clr-text-mid);font-size:11px;line-height:1.4}.s7-envelope-card{background:#fffbf1eb;border:1.5px solid #bd601926;border-radius:16px;align-items:center;gap:16px;padding:18px 20px;display:flex;box-shadow:0 3px 16px #6563221a}.s7-envelope-img{object-fit:contain;filter:drop-shadow(0 6px 16px #00000024);flex-shrink:0;width:155px}.s7-envelope-text{flex-direction:column;gap:4px;display:flex}.s7-envelope-text strong{color:var(--clr-text-dark);font-size:14.5px;font-family:Outfit,sans-serif!important;font-weight:700!important}.s7-envelope-text p{color:var(--clr-text-mid);margin:0;font-size:12px;line-height:1.5}.s7-thankyou{color:var(--clr-orange);margin-top:6px;font-family:Georgia,serif;font-size:22px;font-style:italic;line-height:1.45;display:block}.s7-form-header{border-bottom:1px solid #bd60191f;align-items:flex-start;gap:14px;margin-bottom:22px;padding-bottom:18px;display:flex}.s7-form-icon{background:#65632217;border:1.5px solid #65632229;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.s7-form-icon svg{width:24px;height:24px}.s7-form-title{color:var(--clr-text-dark);margin-bottom:4px;font-size:18px;font-family:Outfit,sans-serif!important;font-weight:800!important}.s7-form-sub{color:var(--clr-text-mid);margin:0;font-size:12px;line-height:1.5}.s7-form{flex-direction:column;gap:11px;display:flex}.s7-row{grid-template-columns:1fr 1fr;gap:11px;display:grid}.s7-field{background:#fdf6ea;border:1.5px solid #bd601933;border-radius:10px;align-items:center;transition:border-color .2s;display:flex;overflow:hidden}.s7-field:focus-within{border-color:var(--clr-green)}.s7-field-icon{stroke:#b09060;flex-shrink:0;width:15px;height:15px;margin:0 11px}.s7-field-icon--top{align-self:flex-start;margin-top:13px}.s7-field input,.s7-field select,.s7-field textarea{font-family:var(--font-body);color:var(--clr-text-dark);background:0 0;border:none;outline:none;flex:1;padding:12px 11px 12px 0;font-size:13px}.s7-field input::placeholder,.s7-field textarea::placeholder{color:#b09060;opacity:.85}.s7-field select{appearance:none;color:#b09060;cursor:pointer;padding-right:30px}.s7-field--select{position:relative}.s7-select-arrow{stroke:#b09060;pointer-events:none;width:15px;height:15px;position:absolute;right:10px}.s7-field--textarea{align-items:flex-start;position:relative}.s7-field--textarea textarea{resize:none;padding-top:13px;line-height:1.55}.s7-char-count{color:#c0a070;font-size:10px;position:absolute;bottom:7px;right:10px}.s7-submit{background:var(--clr-green);color:#fff;cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:2px;padding:13px;font-size:15px;transition:background .25s;display:flex;font-family:Outfit,sans-serif!important;font-weight:700!important}.s7-submit svg{width:16px;height:16px}.s7-submit:hover{background:#4a4a18}.s7-privacy{color:var(--clr-text-mid);justify-content:center;align-items:center;gap:5px;margin:0;font-size:11px;display:flex}.s7-privacy svg{stroke:var(--clr-green)}.s7-contact-bar{background:#fff8e8e0;border-top:1.5px solid #bd601924;grid-template-columns:repeat(4,1fr);display:grid}.s7-contact-item{border-right:1px solid #bd60191c;align-items:center;gap:13px;padding:20px 22px;display:flex}.s7-contact-item:last-child{border-right:none}.s7-contact-icon{background:#fffbf1e6;border:1.5px solid #65632224;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.s7-contact-icon svg{width:19px;height:19px}.s7-contact-text{flex-direction:column;gap:2px;display:flex}.s7-contact-text strong{color:var(--clr-text-dark);font-size:13px;font-family:Outfit,sans-serif!important;font-weight:700!important}.s7-contact-text span{color:var(--clr-text-mid);font-size:11px;line-height:1.4}@media (width<=1024px){.s7-body{grid-template-columns:1fr}.s7-values,.s7-contact-bar{grid-template-columns:repeat(2,1fr)}.s7-contact-item:nth-child(2){border-right:none}#section-feedback{padding:48px 32px 0}}@media (width<=640px){.s7-row{grid-template-columns:1fr}.s7-values{grid-template-columns:repeat(2,1fr)}.s7-contact-bar{grid-template-columns:1fr}.s7-contact-item{border-bottom:1px solid #bd60191c;border-right:none}#section-feedback{padding:40px 18px 0}}.ft-newsletter{background:#fbebd9;border-bottom:1px solid #bd601926;padding:20px 48px}.ft-nl-inner{background:#fffbf1cc;border:1.5px solid #bd601926;border-radius:16px;justify-content:space-between;align-items:center;gap:32px;max-width:1280px;margin:0 auto;padding:18px 28px;display:flex}.ft-nl-left{align-items:center;gap:16px;display:flex}.ft-nl-icon{background:#65632214;border:1.5px solid #65632226;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.ft-nl-icon svg{width:24px;height:24px}.ft-nl-left strong{color:var(--clr-green);margin-bottom:2px;font-size:15px;display:block;font-family:Outfit,sans-serif!important;font-weight:800!important}.ft-nl-left p{color:var(--clr-text-mid);margin:0;font-size:12px;line-height:1.4}.ft-nl-right{flex-shrink:0;align-items:center;gap:12px;display:flex}.ft-nl-field{align-items:center;display:flex;position:relative}.ft-nl-field input{width:280px;font-family:var(--font-body);color:var(--clr-text-dark);background:#fdf6ea;border:1.5px solid #bd601938;border-radius:10px;outline:none;padding:11px 40px 11px 14px;font-size:13px;transition:border-color .2s}.ft-nl-field input:focus{border-color:var(--clr-green)}.ft-nl-field input::placeholder{color:#b09060}.ft-nl-mail-icon{stroke:#b09060;pointer-events:none;width:15px;height:15px;position:absolute;right:12px}.ft-nl-btn{background:var(--clr-orange);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:10px;padding:11px 24px;font-size:14px;transition:background .25s;font-family:Outfit,sans-serif!important;font-weight:700!important}.ft-nl-btn:hover{background:#b85a0f}.ft-body{background:#fbebd9;border-top:1px solid #bd60191a;padding:52px 48px 32px}.ft-inner{grid-template-columns:1.8fr 1fr 1fr 1fr 1.2fr;align-items:start;gap:36px;max-width:1280px;margin:0 auto;display:grid}.ft-logo{width:200px;height:auto;margin-bottom:14px;display:block}.ft-logo-text{margin-bottom:12px}.ft-logo-name{color:var(--clr-green);letter-spacing:1px;font-size:22px;font-weight:900;display:block;font-family:Outfit,sans-serif!important}.ft-logo-tag{color:var(--clr-orange);text-transform:uppercase;letter-spacing:1.5px;font-size:11px;font-weight:600!important}.ft-brand-desc{color:var(--clr-text-mid);margin:0 0 20px;font-size:13px;line-height:1.65}.ft-trust-badges{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.ft-badge{text-align:center;flex-direction:column;align-items:center;gap:7px;display:flex}.ft-badge-icon{background:#fffbf1e6;border:1.5px solid #6563222e;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.ft-badge-icon svg{width:20px;height:20px}.ft-badge span{color:var(--clr-text-dark);text-transform:uppercase;letter-spacing:.3px;font-size:10.5px;line-height:1.3;font-weight:700!important}.ft-col-icon{background:#fffbf1cc;border:1.5px solid #65632226;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;margin-bottom:10px;display:flex}.ft-col-icon svg{width:18px;height:18px}.ft-col-title{color:var(--clr-text-dark);text-transform:uppercase;letter-spacing:1.2px;margin-bottom:14px;font-size:12px;font-family:Outfit,sans-serif!important;font-weight:800!important}.ft-links{flex-direction:column;gap:9px;margin:0;padding:0;list-style:none;display:flex}.ft-links li a{color:var(--clr-text-mid);font-size:13px;text-decoration:none;transition:color .2s}.ft-links li a:hover{color:var(--clr-orange)}.ft-links li a em{color:var(--clr-text-mid);opacity:.7;font-size:11px;font-style:italic}.ft-links--chevron li{align-items:center;gap:6px;display:flex}.ft-links--chevron li:before{content:"";border-right:2px solid var(--clr-orange);border-top:2px solid var(--clr-orange);flex-shrink:0;width:6px;height:6px;margin-top:1px;display:inline-block;transform:rotate(45deg)}.ft-contact-list{flex-direction:column;gap:10px;margin:0 0 20px;padding:0;list-style:none;display:flex}.ft-contact-list li{align-items:center;gap:8px;display:flex}.ft-contact-list li svg{flex-shrink:0;width:14px;height:14px}.ft-contact-list li a,.ft-contact-list li span{color:var(--clr-text-mid);font-size:12.5px;line-height:1.4;text-decoration:none;transition:color .2s}.ft-contact-list li a:hover{color:var(--clr-orange)}.ft-social-title{margin-top:18px}.ft-socials{gap:8px;display:flex}.ft-social-btn{width:38px;height:38px;color:var(--clr-green);background:#fffbf1d9;border:1.5px solid #6563222e;border-radius:50%;justify-content:center;align-items:center;text-decoration:none;transition:background .2s,transform .2s;display:flex}.ft-social-btn:hover{background:var(--clr-green);color:#fff;transform:translateY(-2px)}.ft-social-btn svg{width:17px;height:17px}.ft-promise-bar{background:var(--clr-green);padding:28px 48px}.ft-promise-inner{grid-template-columns:1fr 1.4fr 1fr;align-items:center;gap:32px;max-width:1280px;margin:0 auto;display:grid}.ft-promise-side{align-items:center;gap:14px;display:flex}.ft-promise-side--right{justify-content:flex-end}.ft-promise-icon{border:1.5px solid #f4c87a59;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;display:flex}.ft-promise-icon svg{width:22px;height:22px}.ft-promise-label{text-transform:uppercase;letter-spacing:1.5px;color:#f4c87a;margin-bottom:4px;font-size:11px;display:block;font-family:Outfit,sans-serif!important;font-weight:700!important}.ft-promise-side p{color:#ffffffbf;margin:0;font-size:11.5px;line-height:1.5}.ft-promise-center{text-align:center}.ft-promise-leaf{width:20px;height:20px;margin-bottom:6px}.ft-promise-script{color:#fff;margin:0 0 4px;font-family:Georgia,serif;font-size:22px;font-style:italic;line-height:1.3}.ft-promise-sub{color:#ffffffbf;justify-content:center;align-items:center;gap:5px;margin:0;font-size:13px;display:flex}.ft-copyright{background:#3a3a12;justify-content:space-between;align-items:center;gap:16px;padding:12px 48px;display:flex}.ft-copyright span{color:#ffffff8c;font-size:12px}.ft-copyright-mid{align-items:center;gap:5px;display:flex;color:#ffffff8c!important}.ft-copyright-mid svg{stroke:#fff6}@media (width<=1100px){.ft-inner{grid-template-columns:1fr 1fr 1fr;gap:28px}.ft-col--brand{grid-column:1/-1}.ft-trust-badges{grid-template-columns:repeat(4,auto);justify-content:flex-start;gap:20px}.ft-promise-inner{grid-template-columns:1fr 1fr}.ft-promise-side--right{display:none}.ft-newsletter{padding:20px 24px}.ft-body{padding:40px 24px 28px}.ft-promise-bar,.ft-copyright{padding:24px}}@media (width<=768px){.ft-inner{grid-template-columns:1fr 1fr}.ft-nl-inner{flex-direction:column;align-items:stretch}.ft-nl-right{flex-direction:column}.ft-nl-field input{width:100%}.ft-promise-inner{text-align:center;grid-template-columns:1fr}.ft-promise-side{justify-content:center}.ft-copyright{text-align:center;flex-direction:column;gap:6px}}@media (width<=480px){.ft-newsletter{padding:20px 16px}.ft-nl-inner{flex-direction:column;align-items:stretch;gap:16px}.ft-nl-left{flex-direction:column;gap:10px}.ft-nl-left strong{font-size:15px}.ft-nl-left p{font-size:12px}.ft-nl-right{flex-direction:row;gap:8px}.ft-nl-field{flex:1}.ft-nl-field input{padding:10px 36px 10px 14px;font-size:13px}.ft-nl-btn{white-space:nowrap;border-radius:10px;padding:10px 16px;font-size:13px}.ft-body{padding:32px 16px 24px}.ft-col--brand{text-align:center;grid-column:1/-1}.ft-logo{filter:drop-shadow(0 1px 4px #00000014);width:160px;margin:0 auto 12px;display:block}.ft-brand-desc{margin-bottom:16px;font-size:12.5px}.ft-trust-badges{grid-template-columns:repeat(4,1fr);justify-items:center;gap:8px}.ft-badge-icon{width:36px;height:36px}.ft-badge-icon svg{width:16px;height:16px}.ft-badge span{font-size:9px}.ft-inner{grid-template-columns:1fr 1fr;gap:24px 16px}.ft-col:last-child{grid-column:auto}.ft-col-icon{width:30px;height:30px;margin-bottom:8px}.ft-col-icon svg{width:15px;height:15px}.ft-col-title{margin-bottom:10px;font-size:11px}.ft-links{gap:8px}.ft-links li a{font-size:12px}.ft-contact-list{flex-direction:column;gap:8px;margin-bottom:14px;display:flex}.ft-contact-list li{align-items:flex-start}.ft-contact-list li a,.ft-contact-list li span{font-size:11.5px}.ft-social-title{text-align:left;margin-top:12px}.ft-socials{justify-content:flex-start;gap:8px}.ft-social-btn{width:36px;height:36px}.ft-promise-bar{padding:24px 16px}.ft-promise-inner{text-align:left;grid-template-columns:1fr 1fr;gap:16px}.ft-promise-center{text-align:center;border-bottom:1px solid #f4c87a33;grid-area:1/1/auto/-1;margin-bottom:0;padding-bottom:16px}.ft-promise-script{font-size:16px}.ft-promise-sub{font-size:11.5px}.ft-promise-side--right{justify-content:flex-start;display:flex!important}.ft-promise-side{align-items:flex-start;gap:10px}.ft-promise-icon{flex-shrink:0;width:36px;height:36px}.ft-promise-icon svg{width:18px;height:18px}.ft-promise-label{letter-spacing:1px;font-size:10px}.ft-promise-side p{font-size:11px}.ft-copyright{text-align:center;flex-direction:column;gap:4px;padding:12px 16px}.ft-copyright span{font-size:11px}.ft-copyright-mid{font-size:11px!important}}
