.pre-landing-hero{background-color:var(--hero-bg-color, #F5F7FA);padding-top:calc(var(--section-padding-top, 60px) * .7);border:1px solid #E6F3FD;overflow:hidden;min-height:40vh;display:flex;position:relative}.pre-landing-hero__inner{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.pre-landing-hero__content{display:flex;flex-direction:column;gap:1rem}.pre-landing-hero__logo{margin-bottom:0rem}.pre-landing-hero__logo img{max-width:80px;height:auto}.pre-landing-hero__heading{font-size:clamp(4rem,4vw,3.5rem);line-height:1.2;font-weight:600;margin:0;color:var(--colors_heading, #212326)}.pre-landing-hero__subheading{font-size:clamp(14px,1.5vw,1.125rem);line-height:1.3;color:var(--colors_text);max-width:500px;margin-top:1rem}.pre-landing-hero__buttons{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.pre-landing-hero__buttons .button{padding:8px 32px;height:40px;min-width:120px;max-width:100%;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;border-radius:4px;text-decoration:none;transition:all .2s ease;display:inline-block;display:flex;align-items:center}.pre-landing-hero__buttons .button--primary{background-color:var(--primary-button-bg, #0066FF);color:#fff;border-color:var(--primary-button-bg, #0066FF)}.pre-landing-hero__buttons .button--primary:hover{background-color:#0052cc;border-color:#0052cc}.pre-landing-hero__buttons .button--secondary{background-color:transparent;color:var(--colors_text, #068CF0);border-color:var(--colors_border, #068CF0)}.pre-landing-hero__buttons .button--secondary:hover{opacity:.8;color:#fafafa}.pre-landing-hero__media{position:relative;display:flex;justify-content:center;align-items:center;height:100%;min-height:300px}.pre-landing-hero__image{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.pre-landing-hero__image img{width:100%;height:100%;object-fit:contain;object-position:bottom;display:block}.pre-landing-hero__badges{position:absolute;align-items:flex-end;top:20px;right:20px;display:flex;flex-wrap:wrap;flex-direction:column;gap:12px;pointer-events:none;z-index:5}.pre-landing-badge{pointer-events:auto;display:inline-flex;position:static}.pre-landing-badge__inner{background:var(--badge-color, #E6F3FF);border-radius:20px;padding:10px 20px;display:flex;align-items:center;gap:.5rem;white-space:nowrap}.pre-landing-badge__icon{display:flex;align-items:center;color:var(--accent-color, #0066FF)}.pre-landing-badge__text{font-size:1rem;font-weight:500;color:var(--accent-color)}.pre-landing-social-proof{position:absolute;bottom:6%;right:4%;z-index:10}.pre-landing-social-proof__inner{background:#fff;border-radius:24px;padding:24px 20px;box-shadow:0 4px 16px #0000001f;display:flex;align-items:center;gap:20px;min-width:200px}.pre-landing-social-proof__icon{display:flex;align-items:center;align-content:center;justify-content:center;color:var(--accent-color, #0066FF);width:40px;height:40px;background-color:#e6f3fd;border-radius:999px}.pre-landing-social-proof__content{display:flex;flex-direction:column}.pre-landing-social-proof__number{font-size:1.5rem;font-weight:700;color:var(--colors_heading, #212326);line-height:1}.pre-landing-social-proof__text{font-size:.75rem;font-weight:700;color:var(--colors_text, #666);letter-spacing:.5px;margin-top:.25rem}.pre-landing-social-proof__subtext{font-size:.75rem;color:var(--colors_text, #999);margin-top:.5rem;line-height:1.3}.pre-landing-experts{background-color:var(--experts-bg-color, #FFFFFF);padding-top:var(--section-padding-top, 60px);padding-bottom:var(--section-padding-bottom, 60px)}.pre-landing-experts__inner{text-align:left}.pre-landing-experts__badge{display:inline-block;background-color:var(--badge-color, #E6F3FF);color:var(--accent-color, #068CF0);padding:6px 20px;border-radius:4px;font-size:1rem;font-weight:500;letter-spacing:1px;margin-bottom:1.5rem}.pre-landing-experts__heading{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:600;margin:0 0 3rem;color:var(--colors_heading, #212326)}.pre-landing-experts__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:4rem}.pre-landing-expert-card{background:#fff;border-radius:10px;overflow:hidden;border:1px solid #E6F3FD}.pre-landing-expert-card__image{width:100%;aspect-ratio:4 / 3;overflow:hidden;background-color:#a5c2da}.pre-landing-expert-card__image img{width:100%;height:100%;object-fit:cover;display:block}.pre-landing-expert-card__placeholder{width:100%;aspect-ratio:4 / 3;background-color:#e8f3ff;display:flex;align-items:center;justify-content:center}.pre-landing-expert-card__content{padding:16px 20px;text-align:left}.pre-landing-expert-card__name{font-size:16px;font-weight:600;margin:0 0 .25rem;color:var(--colors_heading, #212326)}.pre-landing-expert-card__title{font-size:12px;color:var(--colors_text, #666);margin:0}.pre-landing-experts__testimonial{text-align:left;background:#f5fafe;padding:40px 60px;border-radius:10px;position:relative}.pre-landing-experts__quote-icon{color:var(--accent-color, #068CF0);margin-bottom:1.5rem}.pre-landing-experts__quote{font-size:3rem;color:var(--colors_text, #333);margin:0 0 2rem}.pre-landing-experts__author{display:flex;align-items:center;gap:1rem}.pre-landing-experts__author-image{width:50px;height:50px;border-radius:50%;overflow:hidden;flex-shrink:0;background-color:#a5c2da}.pre-landing-experts__author-image img{width:100%;height:100%;object-fit:cover}.pre-landing-experts__author-info{display:flex;flex-direction:column;gap:.25rem}.pre-landing-experts__author-name{font-size:1rem;font-weight:700;color:var(--colors_heading, #212326)}.pre-landing-experts__author-title{font-size:.875rem;color:var(--colors_text, #666)}.pre-landing-reasons{background-color:var(--reasons-bg-color, #F8FAFB);padding-top:var(--section-padding-top, 60px);padding-bottom:var(--section-padding-bottom, 60px)}.pre-landing-reasons__inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.pre-landing-reasons__header{text-align:left;position:sticky;top:60px}.pre-landing-reasons__badge{display:inline-block;background-color:var(--badge-color, #E6F3FF);color:var(--accent-color, #068CF0);padding:6px 20px;border-radius:4px;font-size:1rem;font-weight:500;letter-spacing:1px;margin-bottom:1.5rem}.pre-landing-reasons__heading{font-size:clamp(2rem,4vw,3.5rem);font-weight:600;line-height:1.2;margin:0;color:var(--colors_heading, #212326)}.pre-landing-reasons__heading-accent{color:var(--accent-color, #068CF0);display:block}.pre-landing-reasons__grid{display:grid;grid-template-columns:repeat(2,1fr);flex-direction:column;flex-wrap:wrap;gap:2rem}.pre-landing-reason-card{background:#fff;border-radius:10px;padding:2rem 2.5rem;border:1px solid #E6F3FD;transition:transform .3s ease,box-shadow .3s ease}.pre-landing-reason-card:nth-child(3n){grid-column:span 2}.pre-landing-reason-card__number{display:inline-flex;align-items:center;justify-content:center;padding:8px 16px;background-color:#e6f3ff;color:var(--accent-color, #068CF0);border-radius:999px;font-size:1.125rem;font-weight:700;margin-bottom:2.4rem}.pre-landing-reason-card__title{font-size:2rem;font-weight:700;margin:0 0 .75rem;color:var(--colors_heading, #212326);letter-spacing:.5px}.pre-landing-reason-card__description{font-size:1.25rem;line-height:1.6;color:var(--colors_text);margin:0}.pre-landing-features{background-color:var(--features-bg-color, #FFFFFF);padding-top:var(--section-padding-top, 60px);padding-bottom:var(--section-padding-bottom, 60px)}.pre-landing-features__inner{text-align:center}.pre-landing-features__badge{display:inline-block;background-color:var(--badge-color, #E6F3FF);color:var(--accent-color, #068CF0);padding:8px 24px;border-radius:4px;font-size:1rem;font-weight:500;text-transform:uppercase;margin-bottom:1.5rem}.pre-landing-features__heading{font-size:clamp(3rem,4vw,3rem);font-weight:600;line-height:1.2;margin:0 0 3rem;color:var(--colors_heading, #212326)}.pre-landing-features__heading-accent{color:var(--accent-color, #068CF0)}.pre-landing-features__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem}.pre-landing-feature-card{background:#f8fafb;border-radius:12px;padding:1.5rem 2rem 2.25rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.pre-landing-feature-card__icon{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;margin:0 auto 2rem;color:var(--accent-color, #068CF0)}.pre-landing-feature-card__icon svg{width:40px;height:40px;stroke:1px currentColor}.pre-landing-feature-card__title{font-size:1.5rem;font-weight:700;letter-spacing:.5px;text-transform:uppercase;margin:0 0 .5rem;color:var(--colors_heading, #212326)}.pre-landing-feature-card__description{font-size:1rem;line-height:1.6;color:var(--colors_text);margin:0}.pre-landing-features__legal{font-size:.75rem;line-height:1.5;color:#999;text-align:center;max-width:900px;margin:0 auto;padding-top:1rem}.pre-landing-mythbusting{padding-top:var(--section-padding-top, 60px);padding-bottom:var(--section-padding-bottom, 60px);overflow:hidden;max-width:var(--page-width);margin:0 auto}.pre-landing-mythbusting__inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;padding:4rem 4.5rem;background-color:var(--mythbusting-bg-color, #F5F7FA);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;min-height:500px}.pre-landing-mythbusting__content{text-align:left;position:relative;z-index:2}.pre-landing-mythbusting__badge{display:inline-block;background-color:var(--badge-color, #E6F3FF);color:var(--accent-color, #068CF0);padding:6px 20px;border-radius:4px;font-size:1rem;font-weight:500;text-transform:uppercase;margin-bottom:1.5rem}.pre-landing-mythbusting__heading{font-size:clamp(2.5rem,4vw,3.5rem);font-weight:600;line-height:1.2;margin:0 0 2rem;color:var(--colors_heading, #212326)}.pre-landing-mythbusting__heading-accent{color:var(--accent-color, #068CF0);display:block}.pre-landing-mythbusting__product-image{margin-top:2rem}.pre-landing-mythbusting__product-image img{width:100%;height:auto;display:block;border-radius:12px}.pre-landing-mythbusting__cards-wrapper{position:relative;z-index:2}.pre-landing-mythbusting__cards{display:flex;flex-direction:column;gap:1rem}.pre-landing-myth-card{display:flex;align-items:center;gap:1rem;padding:1.25rem 1.5rem;background:#fffffff2;border-radius:24px;box-shadow:0 4px 7px #0000000d}.pre-landing-myth-card__icon{flex-shrink:0;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center}.pre-landing-myth-card--myth .pre-landing-myth-card__icon{background-color:#ff6b6b26;color:var(--myth-color, #FF6B6B)}.pre-landing-myth-card--truth .pre-landing-myth-card__icon{background-color:#51cf6626;color:var(--truth-color, #51CF66)}.pre-landing-myth-card__icon svg{width:24px;height:24px;stroke-width:2.5}.pre-landing-myth-card__text{font-size:1rem;font-weight:500;color:var(--colors_heading, #212326);line-height:1.4}.pre-landing-faq{background-color:var(--faq-bg-color, #FFFFFF);padding-top:var(--section-padding-top, 60px);padding-bottom:var(--section-padding-bottom, 60px)}.pre-landing-faq__inner{max-width:900px;margin:0 auto;text-align:center}.pre-landing-faq__badge{display:inline-block;background-color:var(--badge-color, #E6F3FF);color:var(--accent-color, #068CF0);padding:6px 20px;border-radius:4px;font-size:1rem;font-weight:500;text-transform:uppercase;margin-bottom:1.5rem}.pre-landing-faq__heading{font-size:clamp(2rem,4vw,3rem);font-weight:600;line-height:1.2;margin:0 0 3rem;color:var(--colors_heading, #212326)}.pre-landing-faq__accordion{display:flex;flex-direction:column;gap:0}.pre-landing-faq__item{border-bottom:1px solid rgba(0,0,0,.1);transition:all .3s ease}.pre-landing-faq__item:first-child{border-top:1px solid rgba(0,0,0,.1)}.pre-landing-faq__question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;background:none;border:none;cursor:pointer;text-align:left}.pre-landing-faq__question:hover{opacity:.8}.pre-landing-faq__question-text{font-size:1.5rem;font-weight:600;color:var(--colors_heading, #212326);line-height:1.4;padding-right:1rem}.pre-landing-faq__icon{flex-shrink:0;width:40px;height:40px;border-radius:50%;border:1px solid #0066FF;display:flex;align-items:center;justify-content:center;color:#fff;position:relative;transition:transform .3s ease,background-color .3s ease}.pre-landing-faq__icon svg{width:24px;height:24px;position:absolute;transition:opacity .2s ease,transform .2s ease}.pre-landing-faq__icon-plus{opacity:1;transform:rotate(0)}.pre-landing-faq__icon-close,.pre-landing-faq__item.is-active .pre-landing-faq__icon-plus{opacity:0;transform:rotate(90deg)}.pre-landing-faq__item.is-active .pre-landing-faq__icon-close{opacity:1;transform:rotate(0)}.pre-landing-faq__item.is-active .pre-landing-faq__icon{background-color:#06f}.pre-landing-faq__answer{overflow:hidden;transition:all .3s ease}.pre-landing-faq__answer-inner{padding:0 0 1.5rem;text-align:left}.pre-landing-faq__answer-inner p{font-size:1.25rem;line-height:1.6;color:var(--colors_text, #666);margin:0}.pre-landing-cta{overflow:hidden}.pre-landing-cta__inner{min-height:340px;display:flex;align-items:center;justify-content:center;gap:3rem;position:relative;padding:4rem 2rem;background-color:var(--cta-bg-color, #0D8FF0);background-size:cover;background-position:center;background-repeat:no-repeat}.pre-landing-cta__icon{flex-shrink:0;background:#fff3;border-radius:20px;padding:20px;display:flex;align-items:center;justify-content:center;width:100px;height:100px}.pre-landing-cta__icon img{width:60px;height:60px;object-fit:contain}.pre-landing-cta__content{text-align:center;color:var(--cta-text-color, #FFFFFF);max-width:800px}.pre-landing-cta__heading{font-size:clamp(3rem,4vw,4rem);font-weight:600;line-height:1.3;margin:0 0 1rem;color:var(--cta-text-color, #FFFFFF)}.pre-landing-cta__subheading{font-size:clamp(1.5rem,1.5vw,1.125rem);line-height:1.5;margin:0 0 4rem;color:var(--cta-text-color, #FFFFFF);opacity:.95}.pre-landing-cta__buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.pre-landing-cta__buttons .button{padding:12px 32px;min-width:140px;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;border-radius:4px;text-decoration:none;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent}.pre-landing-cta__buttons .button--cta-primary{background-color:var(--cta-primary-button-bg, #FFFFFF);color:var(--cta-bg-color, #0D8FF0);border-color:var(--cta-primary-button-bg, #FFFFFF)}.pre-landing-cta__buttons .button--cta-primary:hover{opacity:.9}.pre-landing-cta__buttons .button--cta-secondary{background-color:var(--cta-secondary-button-bg, transparent);color:var(--cta-text-color, #FFFFFF);border-color:var(--cta-text-color, #FFFFFF)}.pre-landing-cta__buttons .button--cta-secondary:hover{background-color:#ffffff1a}@media screen and (max-width: 989px){.pre-landing-hero{min-height:auto}.pre-landing-hero__inner{grid-template-columns:1fr;gap:3rem;display:flex;flex-direction:column}.pre-landing-hero__content{text-align:center;align-items:center}.pre-landing-hero__subheading{max-width:600px}.pre-landing-hero__buttons{justify-content:center}.pre-landing-hero__media{min-height:400px}.pre-landing-hero__image img{object-position:center bottom}.pre-landing-experts__grid{grid-template-columns:repeat(2,1fr)}.pre-landing-experts__testimonial{font-size:16px;line-height:1.5}.pre-landing-features__grid{grid-template-columns:repeat(2,1fr)}.pre-landing-feature-card{padding:2rem 1.5rem}.pre-landing-reasons__inner{display:flex;flex-direction:column;gap:3rem}.pre-landing-reasons__header{position:static}.pre-landing-hero__badges{top:10px;right:10px;gap:8px}.pre-landing-cta__inner{gap:2rem}.pre-landing-cta__icon{width:80px;height:80px}.pre-landing-cta__icon img{width:50px;height:50px}.pre-landing-mythbusting__inner{grid-template-columns:1fr;gap:3rem;padding:3rem 2rem}.pre-landing-mythbusting__content{text-align:left}.pre-landing-mythbusting__product-image{margin:2rem auto}.pre-landing-badge{animation:none}.pre-landing-hero__badges{display:flex;flex-direction:row;justify-content:center;position:relative}.pre-landing-badge__text{font-size:1.25rem}}@media screen and (max-width: 749px){.pre-landing-hero{min-height:auto}.pre-landing-reasons__grid{display:flex;flex-direction:column;width:100%;flex-wrap:wrap;gap:2rem}.pre-landing-hero__inner{gap:2rem}.pre-landing-hero__media{min-height:300px}.pre-landing-hero__image img{object-position:center bottom}.pre-landing-hero__heading{font-size:3rem}.pre-landing-hero__subheading{font-size:1rem}.pre-landing-hero__buttons{flex-direction:column;width:100%}.pre-landing-hero__buttons .button{width:100%;text-align:center;padding:.875rem 1.5rem}.pre-landing-hero__logo img{max-width:80px}.pre-landing-experts{padding-top:calc(var(--section-padding-top, 60px) * .7);padding-bottom:calc(var(--section-padding-bottom, 60px) * .7)}.pre-landing-experts__grid{grid-template-columns:1fr;gap:1.5rem}.pre-landing-experts__quote{font-size:1rem}.pre-landing-features__grid{grid-template-columns:1fr;gap:1.5rem}.pre-landing-feature-card{padding:2rem 1.5rem}.pre-landing-faq__question-text{font-size:1.125rem}.pre-landing-faq__icon{width:44px;height:44px}.pre-landing-faq__icon svg{width:22px;height:22px}.pre-landing-reasons{padding-top:calc(var(--section-padding-top, 60px) * .7);padding-bottom:calc(var(--section-padding-bottom, 60px) * .7)}.pre-landing-reason-card{padding:1.5rem 2rem}.pre-landing-badge__text{font-size:1.25rem}.pre-landing-social-proof{bottom:20px;right:20px}.pre-landing-social-proof__inner{padding:16px}.pre-landing-social-proof__number{font-size:1.25rem}.pre-landing-reasons__inner{display:flex;flex-direction:column;gap:4rem;align-items:start}.pre-landing-mythbusting__inner{padding:2rem 1.5rem;min-height:auto}.pre-landing-myth-card{padding:1rem 1.25rem}.pre-landing-myth-card__icon{width:40px;height:40px}.pre-landing-myth-card__icon svg{width:20px;height:20px}.pre-landing-myth-card__text{font-size:.9375rem}}@media screen and (max-width: 479px){.pre-landing-hero__heading{font-size:3rem}.pre-landing-experts__badge,.pre-landing-reasons__badge{font-size:1rem;padding:.4rem .75rem}.pre-landing-reason-card{padding:1.25rem 1.5rem}.pre-landing-reason-card__description{font-size:.875rem}.pre-landing-badge__inner{padding:8px 16px}.pre-landing-badge__text{font-size:1.25rem}}.pre-landing-testimonials{background-color:var(--testimonials-bg-color, #F5F7FA);padding-top:var(--section-padding-top, 60px);padding-bottom:var(--section-padding-bottom, 60px)}.pre-landing-testimonials__inner{text-align:left}.pre-landing-testimonials__badge{display:inline-block;background-color:var(--badge-color, #E6F3FF);color:var(--accent-color, #068CF0);padding:6px 20px;border-radius:4px;font-size:1rem;font-weight:500;letter-spacing:1px;margin-bottom:1.5rem}.pre-landing-testimonials__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem}.pre-landing-testimonials__heading{font-size:clamp(2rem,4vw,3rem);font-weight:600;line-height:1.2;margin:0;color:var(--colors_heading, #212326);text-align:left}.pre-landing-testimonials__navigation{display:flex;gap:1rem}.pre-landing-testimonials__nav-button{width:40px;height:40px;border-radius:50%;border:2px solid #068CF0;background:transparent;color:#068cf0;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.pre-landing-testimonials__nav-button:hover:not(:disabled){background:#068cf0;color:#fff}.pre-landing-testimonials__nav-button:disabled{opacity:.3;cursor:not-allowed}.pre-landing-testimonials__nav-button--next{background:#068cf0;color:#fff}.pre-landing-testimonials__nav-button--next:hover:not(:disabled){background:#06c}.pre-landing-testimonials__carousel{overflow:hidden;width:100%}.pre-landing-testimonials__track{display:flex;gap:2rem;transition:transform .5s ease}.pre-landing-testimonial-card{background:#fff;border-radius:12px;padding:32px 20px;width:calc(33.333% - 1.334rem);flex-shrink:0;display:flex;flex-direction:column;gap:16px}.pre-landing-testimonial-card__icon{color:#068cf0;display:flex;justify-content:flex-start}.pre-landing-testimonial-card__icon svg{width:36px;height:auto}.pre-landing-testimonial-card__text{font-size:12px;line-height:1.6;color:var(--colors_text, #333);text-align:left;flex-grow:1}.pre-landing-testimonial-card__author{display:flex;align-items:center;gap:20px;margin-top:auto}.pre-landing-testimonial-card__author-image{width:50px;height:50px;border-radius:50%;overflow:hidden;flex-shrink:0;background-color:#e6f3ff}.pre-landing-testimonial-card__author-image img{width:100%;height:100%;object-fit:cover;display:block}.pre-landing-testimonial-card__author-image--placeholder{display:flex;align-items:center;justify-content:center;color:#068cf0}.pre-landing-testimonial-card__author-name{font-size:20px;font-weight:600;color:var(--colors_heading, #212326);text-align:left}@media screen and (max-width: 989px){.pre-landing-testimonial-card{width:calc(50% - 1rem)}.pre-landing-testimonials__header{gap:2rem}.pre-landing-testimonials__heading{text-align:center}}@media screen and (max-width: 749px){.pre-landing-testimonial-card{width:100%}.pre-landing-testimonials__track{gap:1rem}.pre-landing-testimonials__header{gap:1.5rem}.pre-landing-testimonial-card{padding:2rem 1.5rem}.pre-landing-testimonials__nav-button{width:40px;height:40px}}.pre-landing-safety{background-color:var(--safety-bg-color, #FFFFFF);padding-top:var(--section-padding-top, 60px);padding-bottom:var(--section-padding-bottom, 60px)}.pre-landing-safety__inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.pre-landing-safety__image-wrapper{position:relative}.pre-landing-safety__image{width:100%;max-width:500px;border-radius:24px;overflow:hidden;background-color:#e8f3ff}.pre-landing-safety__image img{width:100%;height:auto;display:block;object-fit:cover}.pre-landing-safety__image--placeholder{aspect-ratio:4 / 5;display:flex;align-items:center;justify-content:center}.pre-landing-safety__content{justify-content:start;display:flex;flex-direction:column;gap:1.5rem}.pre-landing-safety__badge{display:inline-block;background-color:var(--badge-color, #E6F3FF);color:var(--accent-color, #068CF0);padding:6px 20px;border-radius:4px;font-size:1rem;font-weight:500;letter-spacing:1px;width:fit-content}.pre-landing-safety__heading{display:flex;gap:10px;font-size:clamp(2rem,4vw,3rem);font-weight:600;line-height:1.2;margin:0;color:var(--colors_heading, #212326)}.pre-landing-safety__heading-accent{color:var(--accent-color, #068CF0)}.pre-landing-safety__list{list-style:none;padding:0;margin:1rem 0 0;display:flex;flex-direction:column;gap:1rem}.pre-landing-safety__item{position:relative;padding-left:1.5rem;font-size:1.125rem;line-height:1.6;color:var(--colors_text, #333)}.pre-landing-safety__item:before{content:"\2022";position:absolute;left:0;color:var(--colors_heading, #212326);font-weight:700;font-size:1.5rem;line-height:1.2}.pre-landing-safety__button-wrapper{margin-top:2rem}.pre-landing-safety__button{display:inline-block;background-color:var(--accent-color, #068CF0);color:#fff;padding:12px 32px;border-radius:4px;font-weight:600;text-transform:uppercase;text-decoration:none;letter-spacing:.5px}@media screen and (max-width: 989px){.pre-landing-safety__inner{grid-template-columns:1fr;gap:3rem}.pre-landing-safety__image{max-width:400px;margin:0 auto}.pre-landing-safety__content{text-align:center;align-items:center}.pre-landing-safety__list{text-align:left;max-width:500px}}@media screen and (max-width: 749px){.pre-landing-safety__inner{gap:2rem}.pre-landing-safety__image{max-width:100%}.pre-landing-safety__item{font-size:1rem}.pre-landing-safety__button{width:100%;text-align:center}}.pre-landing-how-to-use{background-color:var(--how-to-use-bg-color, #068CF0);padding-top:var(--section-padding-top, 60px);padding-bottom:var(--section-padding-bottom, 60px);color:var(--how-to-use-text-color, #FFFFFF)}.pre-landing-how-to-use__inner{text-align:center}.pre-landing-how-to-use__badge{display:inline-block;background-color:#fff3;color:var(--how-to-use-text-color, #FFFFFF);padding:6px 20px;border-radius:4px;font-size:1rem;font-weight:500;letter-spacing:1px;margin-bottom:1.5rem}.pre-landing-how-to-use__heading{font-size:clamp(2.5rem,4vw,3.5rem);font-weight:600;line-height:1.2;margin:0 0 3rem;color:var(--how-to-use-text-color, #FFFFFF)}.pre-landing-how-to-use__steps{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem}.pre-landing-how-to-use-step{background:#fff;border-radius:24px;padding:2.5rem 2rem;display:flex;flex-direction:column;gap:1.5rem;align-items:center;text-align:center}.pre-landing-how-to-use-step__badge{background-color:#068cf01a;width:100%;color:#068cf0;padding:8px 24px;border-radius:999px;font-size:.875rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.pre-landing-how-to-use-step__icon{width:100%;max-width:200px;height:180px;display:flex;align-items:center;justify-content:center;margin:1rem 0}.pre-landing-how-to-use-step__icon img{max-width:100%;max-height:100%;object-fit:contain}.pre-landing-how-to-use-step__icon svg{max-width:100%;max-height:100%;color:#068cf0}.pre-landing-how-to-use-step__icon--placeholder{color:#068cf0}.pre-landing-how-to-use-step__title{font-size:1.125rem;font-weight:700;text-transform:uppercase;line-height:1.4;margin:0;color:var(--colors_heading, #212326);letter-spacing:.5px}.pre-landing-how-to-use__footer{font-size:1.125rem;font-weight:500;color:var(--how-to-use-text-color, #FFFFFF);opacity:.9}@media screen and (max-width: 989px){.pre-landing-how-to-use__steps{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 749px){.pre-landing-how-to-use__steps{grid-template-columns:1fr;gap:1.5rem}.pre-landing-how-to-use-step{padding:2rem 1.5rem}.pre-landing-how-to-use-step__icon{height:150px}.pre-landing-how-to-use-step__title{font-size:1rem}}.offer-countdown{background-color:var(--offer-bg-color, #1E8FDF);color:var(--offer-text-color, #FFFFFF);padding-top:var(--section-padding-top, 16px);padding-bottom:var(--section-padding-bottom, 16px)}.offer-countdown__inner{display:flex;align-items:center;justify-content:space-between;gap:2rem}.offer-countdown__content{flex-shrink:0;max-width:400px}.offer-countdown__heading{font-size:clamp(1.5rem,2.5vw,2rem);font-weight:600;margin:0 0 .5rem;color:var(--offer-text-color, #FFFFFF);line-height:1.2}.offer-countdown__subtext{font-size:clamp(.875rem,1vw,1rem);line-height:1.4;margin:0;color:var(--offer-text-color, #FFFFFF);opacity:.95}.offer-countdown__timer{flex-grow:1;display:flex;justify-content:center}.offer-countdown__time{display:flex;align-items:center;gap:12px}.offer-countdown__time-box{background-color:var(--offer-box-bg, #FFFFFF)!important;background:var(--offer-box-bg, #FFFFFF);border-radius:8px;padding:12px 16px;min-width:80px;height:auto;display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:4px;box-shadow:0 2px 4px #0000001a;position:relative}.offer-countdown__time-value{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;color:var(--offer-box-text, #1E8FDF)!important;line-height:1;font-variant-numeric:tabular-nums;display:block}.offer-countdown__time-label{font-size:.75rem;font-weight:500;color:var(--offer-box-text, #1E8FDF)!important;text-transform:capitalize;letter-spacing:.3px;display:block}.offer-countdown__button-wrapper{flex-shrink:0}.offer-countdown__button{display:inline-block;padding:12px 32px;background-color:transparent;color:var(--offer-text-color, #FFFFFF);border:1px solid var(--offer-button-border, #FFFFFF);border-radius:4px;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;text-decoration:none;transition:all .3s ease;white-space:nowrap}.offer-countdown__button:hover{background-color:var(--offer-text-color, #FFFFFF);color:var(--offer-bg-color, #1E8FDF)}.offer-countdown__timer.hidden{display:none}@media screen and (max-width: 989px){.offer-countdown__inner{flex-wrap:wrap;gap:1.5rem}.offer-countdown__content{max-width:100%;text-align:center;flex-basis:100%}.offer-countdown__timer{flex-basis:100%;order:2}.offer-countdown__button-wrapper{flex-basis:100%;order:3;text-align:center}.offer-countdown__button{width:100%;max-width:220px}.offer-countdown__time{gap:10px}.offer-countdown__time-box{min-width:70px;padding:10px 14px}}@media screen and (max-width: 749px){.offer-countdown{padding-top:12px;padding-bottom:12px}.offer-countdown__inner{gap:1rem}.offer-countdown__time{gap:8px}.offer-countdown__time-box{min-width:60px;padding:8px 10px}.offer-countdown__time-value{font-size:1.5rem}.offer-countdown__time-label{font-size:.625rem}.offer-countdown__button{padding:10px 24px;font-size:.8125rem}}@media screen and (max-width: 479px){.offer-countdown__time-box{min-width:50px;padding:6px 8px}.offer-countdown__time-value{font-size:1.25rem}.offer-countdown__time-label{font-size:.5625rem}}@media (prefers-reduced-motion: reduce){.pre-landing-badge,.pre-landing-social-proof{animation:none}.pre-landing-expert-card{transition:none}}@media print{.pre-landing-hero__buttons,.pre-landing-hero__badges{display:none}}
/*# sourceMappingURL=/cdn/shop/t/19/assets/pre-landing.css.map */
