.fg-section{max-width:var(--page-width, 120rem);margin:0 auto;padding-left:3rem;padding-right:3rem}@media screen and (max-width:749px){.fg-section{padding-left:2rem;padding-right:2rem}}.fg-section__label{display:block;font-size:1.1rem;letter-spacing:.22em;text-transform:uppercase;opacity:.45;margin-bottom:1.6rem}.fg-section__heading{font-size:clamp(2.2rem,3vw,3.2rem);line-height:1.25;letter-spacing:.01em;font-weight:300;margin:0 0 3.6rem}.fg-hero{position:relative;overflow:hidden;border-bottom:1px solid rgba(var(--color-foreground),.08)}.fg-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.fg-hero__bg-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.fg-hero__bg-veil{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#ffffffeb,#ffffffc7,#fff6 60%,#ffffff14 85%);opacity:var(--fg-hero-veil, 1)}.fg-hero__inner{position:relative;z-index:1;display:flex;align-items:center;gap:5rem;min-height:54rem}.fg-hero__content{flex:0 0 44%;min-width:0}.fg-hero__visual{flex:1 1 auto;min-width:0;align-self:stretch;position:relative}.fg-bubble{position:absolute;border-radius:50%;width:var(--fg-b-size, 18rem);height:var(--fg-b-size, 18rem)}.fg-bubble--small{--fg-b-size: 12.5rem;--fg-b-half: 6.25rem}.fg-bubble--medium{--fg-b-size: 20.5rem;--fg-b-half: 10.25rem}.fg-bubble--large{--fg-b-size: 27.5rem;--fg-b-half: 13.75rem}.fg-bubble--x-left{left:6%}.fg-bubble--x-center{left:50%;margin-left:calc(var(--fg-b-half, 9rem) * -1)}.fg-bubble--x-right{right:2%}.fg-bubble--y-top{top:8%}.fg-bubble--y-middle{top:50%;margin-top:calc(var(--fg-b-half, 9rem) * -1)}.fg-bubble--y-bottom{bottom:2%}.fg-bubble:nth-child(1){--fg-float-dur: 4.2s}.fg-bubble:nth-child(2){--fg-float-dur: 5s}.fg-bubble:nth-child(3){--fg-float-dur: 3.8s}.fg-bubble:nth-child(4){--fg-float-dur: 4.6s}.fg-bubble:nth-child(5){--fg-float-dur: 5.4s}.fg-bubble__glass{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;overflow:hidden;background:#ffffff2e;border:1px solid rgba(255,255,255,.22);box-shadow:0 8px 40px #0000000a,inset 0 1px #ffffffb3}@supports (backdrop-filter: blur(1px)){.fg-bubble__glass{backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}}.fg-bubble__image{position:absolute;top:5%;left:5%;width:90%;height:90%;object-fit:contain;display:block}.fg-bubble--mode-bubble:before{content:"";position:absolute;top:8%;left:10%;width:42%;height:22%;background:#ffffff38;border-radius:50%;filter:blur(16px);z-index:2;pointer-events:none}.fg-bubble--mode-floating{border-radius:0;background:none}.fg-bubble__float{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;box-shadow:0 24px 48px #00000012,0 6px 16px #0000000d}.fg-bubble__float-image{width:100%;height:100%;object-fit:contain;display:block}.fg-bubble--float{animation:fg-float var(--fg-float-dur, 4.5s) ease-in-out infinite;animation-delay:var(--fg-bubble-delay, 0s)}@keyframes fg-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.fg-hero__eyebrow{display:block;font-size:1.1rem;letter-spacing:.22em;text-transform:uppercase;opacity:.45;margin-bottom:2rem}.fg-hero__title{font-size:clamp(4rem,6vw,6.4rem);line-height:1.1;font-weight:300;letter-spacing:.02em;margin:0 0 2.8rem}.fg-hero__subtitle{font-size:1.8rem;line-height:1.75;font-weight:400;max-width:60rem;margin:0 0 2.4rem}.fg-hero__description{font-size:1.4rem;line-height:2;opacity:.72;max-width:56rem;margin:0 0 4rem}.fg-hero__buttons{display:flex;flex-wrap:wrap;gap:1.2rem}.fg-hero__buttons .button{min-width:18rem;letter-spacing:.1em}@media screen and (max-width:749px){.fg-hero.fg-section{padding-top:0;padding-bottom:0}.fg-hero__inner{flex-direction:column;align-items:stretch;gap:0;min-height:0}.fg-hero__content{flex:none;padding:4.8rem 2.4rem 3.6rem}.fg-hero__visual{position:relative;height:26rem;align-self:auto;overflow:hidden;margin-bottom:3.2rem}.fg-bubble:nth-child(n+2){display:none}.fg-bubble--small{--fg-b-size: 8rem;--fg-b-half: 4rem}.fg-bubble--medium{--fg-b-size: 11rem;--fg-b-half: 5.5rem}.fg-bubble--large{--fg-b-size: 17rem;--fg-b-half: 8.5rem}.fg-bubble--x-left,.fg-bubble--x-center,.fg-bubble--x-right{left:50%;right:auto;margin-left:calc(var(--fg-b-half, 8.5rem) * -1)}.fg-bubble--y-top,.fg-bubble--y-middle,.fg-bubble--y-bottom{top:50%;bottom:auto;margin-top:calc(var(--fg-b-half, 8.5rem) * -1)}.fg-bubble--float{animation:none}.fg-hero__bg-veil{background:linear-gradient(to bottom,#fffffff5,#ffffffe0 40%,#ffffff94)}.fg-hero__buttons{flex-direction:column}.fg-hero__buttons .button{width:100%;text-align:center}}@media(prefers-reduced-motion:reduce){.fg-bubble--float{animation:none}}.fg-features__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3.6rem 4.4rem}@media screen and (max-width:749px){.fg-features__grid{grid-template-columns:1fr;gap:2.8rem}}.fg-feature-block{border-top:1px solid rgba(var(--color-foreground),.12);padding-top:2rem}.fg-feature-block__number{display:block;font-size:1rem;letter-spacing:.18em;opacity:.3;margin-bottom:1rem}.fg-feature-block__title{font-size:1.7rem;font-weight:400;line-height:1.4;letter-spacing:.02em;margin:0 0 .8rem}.fg-feature-block__body{font-size:1.4rem;line-height:1.9;opacity:.72;margin:0}.fg-scenes__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media screen and (max-width:749px){.fg-scenes__grid{grid-template-columns:1fr}}.fg-scene-block{display:flex;align-items:flex-start;gap:2.4rem;padding:2.4rem 0 2.8rem;border-top:1px solid rgba(var(--color-foreground),.12)}.fg-scene-block__icon-wrapper{flex:0 0 4.8rem;width:4.8rem;height:4.8rem}.fg-scene-block__icon-image{display:block;width:100%;height:100%;object-fit:contain;opacity:.7}@media screen and (min-width:750px){.fg-scene-block__icon-wrapper{flex:0 0 5.6rem;width:5.6rem;height:5.6rem}}.fg-scene-block__content{flex:1;min-width:0}.fg-scene-block__title{font-size:1.6rem;font-weight:400;line-height:1.4;letter-spacing:.02em;margin:0 0 .6rem}.fg-scene-block__body{font-size:1.4rem;line-height:1.9;opacity:.72;margin:0}.fg-why{max-width:72rem}.fg-why--has-image{max-width:none}.fg-why__inner{display:flex;align-items:center;gap:7.2rem}.fg-why__image-col{flex:0 0 45%;min-width:0}.fg-why__image{width:100%;height:auto;display:block;border-radius:2px}.fg-why__text-col{flex:1 1 auto;min-width:0}.fg-why__body{margin-top:0;border-left:2px solid rgba(var(--color-foreground),.14);padding-left:2.8rem}.fg-why__body p{font-size:1.5rem;line-height:2;opacity:.78;margin:0 0 2rem}.fg-why__body p:last-child{margin-bottom:0}@media screen and (max-width:749px){.fg-why__inner{flex-direction:column;gap:4rem}.fg-why__image-col{flex:none;width:100%;order:2}.fg-why__text-col{order:1}}.fg-sku__intro{font-size:1.4rem;line-height:1.9;opacity:.65;max-width:56rem;margin:-1.6rem 0 4rem}.fg-sku__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media screen and (max-width:989px){.fg-sku__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:749px){.fg-sku__grid{grid-template-columns:1fr}}.fg-sku-card{border:1px solid rgba(var(--color-foreground),.12);padding:2.4rem;display:flex;flex-direction:column;gap:1.4rem;transition:border-color .15s ease;overflow:hidden}.fg-sku-card__image-wrapper{margin:-2.4rem -2.4rem 0;position:relative;overflow:hidden;aspect-ratio:4 / 3}.fg-sku-card__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.fg-sku-card:hover{border-color:rgba(var(--color-foreground),.32)}.fg-sku-card__name{font-size:1.7rem;font-weight:400;line-height:1.35;letter-spacing:.01em;margin:0}.fg-sku-card__description{font-size:1.3rem;line-height:1.8;opacity:.7;margin:0}.fg-sku-card__specs{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem;border-top:1px solid rgba(var(--color-foreground),.08);padding-top:1.2rem}.fg-sku-card__spec{display:flex;gap:1rem;font-size:1.2rem;line-height:1.6}.fg-sku-card__spec-label{opacity:.45;white-space:nowrap;flex-shrink:0;min-width:5.5rem}.fg-sku-card__spec-value{opacity:.82}.fg-sku-card__tags{display:flex;flex-wrap:wrap;gap:.5rem}.fg-sku-card__tag{font-size:1.1rem;letter-spacing:.05em;padding:.3rem .8rem;border:1px solid rgba(var(--color-foreground),.18);opacity:.65}.fg-sku-card__buttons{display:flex;flex-direction:column;gap:.8rem;margin-top:auto;padding-top:1.6rem;border-top:1px solid rgba(var(--color-foreground),.08)}.fg-sku-card__buy-btn{display:block;text-align:center;padding:1rem 1.6rem;font-size:1.3rem;letter-spacing:.06em;text-decoration:none;border:1px solid rgba(var(--color-foreground),.28);color:rgb(var(--color-foreground));transition:background .15s ease,color .15s ease,border-color .15s ease;cursor:pointer}.fg-sku-card__buy-btn:hover{background:rgb(var(--color-foreground));color:rgb(var(--color-background));border-color:rgb(var(--color-foreground))}.fg-sku-card__buy-btn--placeholder{opacity:.32;cursor:default;pointer-events:none;border-style:dashed}.fg-faq__list{margin-top:0;max-width:80rem}.fg-faq__item{border-top:1px solid rgba(var(--color-foreground),.1)}.fg-faq__item:last-child{border-bottom:1px solid rgba(var(--color-foreground),.1)}.fg-faq__question{list-style:none}.fg-faq__question::-webkit-details-marker{display:none}.fg-faq__question{width:100%;background:none;border:none;cursor:pointer;text-align:left;padding:2rem 0;display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;font-family:inherit;font-size:1.5rem;line-height:1.6;font-weight:400;color:rgb(var(--color-foreground))}.fg-faq__question-icon{flex-shrink:0;width:1.4rem;height:1.4rem;position:relative;margin-top:.4rem;opacity:.45}.fg-faq__question-icon:before,.fg-faq__question-icon:after{content:"";position:absolute;background:currentColor}.fg-faq__question-icon:before{width:100%;height:1px;top:50%;left:0}.fg-faq__question-icon:after{width:1px;height:100%;top:0;left:50%;transition:transform .2s ease,opacity .2s ease}.fg-faq__item[open] .fg-faq__question-icon:after{transform:rotate(90deg);opacity:0}.fg-faq__answer{padding:0 4rem 2.4rem 0;font-size:1.4rem;line-height:2;opacity:.72;max-width:72rem}.fg-faq__answer p{margin:0}.fg-cta{text-align:center}.fg-cta__heading{font-size:clamp(2rem,3vw,2.8rem);font-weight:300;line-height:1.3;letter-spacing:.01em;margin:0 0 1.6rem}.fg-cta__text{font-size:1.4rem;line-height:1.9;opacity:.65;max-width:48rem;margin:0 auto 3.2rem}.fg-cta__buttons{display:flex;flex-wrap:wrap;gap:1.2rem;justify-content:center}@media screen and (max-width:749px){.fg-cta__buttons{flex-direction:column;align-items:center}.fg-cta__buttons .button{width:100%;max-width:36rem;text-align:center}}@keyframes fg-fade-in{0%{opacity:0}to{opacity:1}}@keyframes fg-slide-up{0%{transform:translateY(14px)}to{transform:translateY(0)}}.fg-hero__content{animation:fg-fade-in .65s ease-out both;animation-delay:.05s}.fg-hero__eyebrow{animation:fg-slide-up .5s ease-out both;animation-delay:.08s}.fg-hero__title{animation:fg-slide-up .55s ease-out both;animation-delay:.16s}.fg-hero__subtitle{animation:fg-slide-up .55s ease-out both;animation-delay:.24s}.fg-hero__description{animation:fg-slide-up .5s ease-out both;animation-delay:.3s}.fg-hero__buttons{animation:fg-slide-up .48s ease-out both;animation-delay:.38s}.fg-hero__image-wrapper{animation:fg-fade-in .85s ease both;animation-delay:.32s}.fg-reveal{opacity:0;transform:translateY(10px);transition:opacity .65s ease,transform .65s ease}.fg-reveal.is-visible{opacity:1;transform:none}.fg-sku-card{transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease}.fg-sku-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #5a94be1a;border-color:rgba(var(--color-foreground),.22)}.fg-hero__buttons .button,.fg-cta__buttons .button{transition:transform .22s ease,box-shadow .22s ease,background .2s ease,color .2s ease,border-color .2s ease}.fg-hero__buttons .button:hover,.fg-cta__buttons .button:hover{transform:translateY(-1px);box-shadow:0 4px 14px #508cb21f}@keyframes fg-answer-reveal{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}.fg-faq__item[open] .fg-faq__answer{animation:fg-answer-reveal .22s ease-out both}@media(prefers-reduced-motion:reduce){.fg-hero__content{animation:none}.fg-hero__eyebrow,.fg-hero__title,.fg-hero__subtitle,.fg-hero__description,.fg-hero__buttons{animation:none;transform:none}.fg-hero__image-wrapper{animation:none}.fg-reveal{opacity:1;transform:none;transition:none}.fg-sku-card{transition:border-color .15s ease}.fg-sku-card:hover{transform:none;box-shadow:none}.fg-hero__buttons .button,.fg-cta__buttons .button{transition:background .15s ease,color .15s ease,border-color .15s ease}.fg-hero__buttons .button:hover,.fg-cta__buttons .button:hover{transform:none;box-shadow:none}.fg-faq__item[open] .fg-faq__answer{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/46/assets/freshguard-landing.css.map */
