.fh-announcement{background-color:var(--color-brand-primary);color:#fff;padding:.5rem 0;font-size:.75rem;font-weight:500;letter-spacing:.03em}.fh-announcement__list{display:flex;align-items:center;justify-content:center;gap:0;flex-wrap:wrap}.fh-announcement__item{display:flex;align-items:center;gap:.375rem;padding:0 1.25rem;position:relative}.fh-announcement__item+.fh-announcement__item:before{content:"\2726";position:absolute;left:0;transform:translate(-50%);font-size:.5rem;opacity:.6}.fh-announcement__item a{color:#b7e4c7;text-decoration:underline;text-underline-offset:2px}@media(max-width:600px){.fh-announcement__item+.fh-announcement__item{display:none}}.fh-header{position:sticky;top:0;z-index:200;background:linear-gradient(to bottom,#f0faf4,#fff);border-bottom:1px solid #e8f0ec;box-shadow:0 2px 8px #0000000f;transition:box-shadow .25s ease}.fh-header--scrolled{box-shadow:0 2px 16px #1b43321a}.fh-header__inner{display:flex;align-items:center;gap:2rem;padding-block:1rem}.fh-header__logo{font-family:var(--font-display);font-size:1.5rem;font-weight:600;color:var(--color-brand-primary);text-decoration:none;letter-spacing:-.02em;flex-shrink:0}.fh-header__logo img{height:36px;width:auto}.fh-nav{display:flex;align-items:center;gap:1.75rem;flex:1;justify-content:center}.fh-nav__link{font-size:.875rem;font-weight:500;color:#2a2a2a;text-decoration:none;transition:color .15s;white-space:nowrap}.fh-nav__link:hover{color:var(--color-brand-primary)}.fh-header__actions{display:flex;align-items:center;gap:.625rem;flex-shrink:0}.fh-icon-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#2a2a2a;transition:background .15s,color .15s;text-decoration:none}.fh-icon-btn:hover{background:#f0f7f3;color:var(--color-brand-primary)}.fh-icon-btn svg{width:20px;height:20px}.fh-cart-wrap{position:relative}.fh-cart-bubble{position:absolute;top:-3px;right:-3px;width:17px;height:17px;background:var(--color-brand-light);color:var(--color-brand-primary);border-radius:50%;font-size:.625rem;font-weight:700;display:flex;align-items:center;justify-content:center}.fh-hamburger{display:none;flex-direction:column;gap:5px;padding:8px;cursor:pointer}.fh-hamburger span{display:block;width:20px;height:2px;background:var(--color-brand-primary);border-radius:2px}.fh-mobile-nav{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;background:#fff;padding:1.5rem;flex-direction:column;gap:1.25rem;overflow-y:auto;transform:translate(-100%);transition:transform .35s ease}.fh-mobile-nav.is-open{transform:translate(0)}.fh-mobile-nav__close{align-self:flex-end;font-size:1.5rem;color:var(--color-brand-primary);background:none;border:none;cursor:pointer;line-height:1}.fh-mobile-nav__link{font-family:var(--font-display);font-size:1.5rem;color:#1a1a1a;text-decoration:none;padding-block:.5rem;border-bottom:1px solid #e8f0ec}@media(max-width:900px){.fh-nav{display:none}.fh-hamburger,.fh-mobile-nav{display:flex}.fh-header__actions .fh-btn{display:none}}.fh-hero{background-color:var(--color-cream);background-image:radial-gradient(ellipse 60% 80% at 75% 50%,rgba(116,198,157,.13) 0%,transparent 65%);overflow:hidden}.fh-hero__grid{display:grid;grid-template-columns:1fr 1fr;min-height:580px;gap:0}.fh-hero__content{display:flex;flex-direction:column;justify-content:center;gap:1.5rem;padding-block:clamp(3rem,6vw,5rem);padding-right:clamp(1.5rem,3vw,3rem)}.fh-hero__title{font-family:var(--font-display);font-size:clamp(2.25rem,4.2vw,3.5rem);font-weight:700;line-height:1.08;letter-spacing:-.025em;color:var(--color-brand-primary)}.fh-hero__subtitle{font-size:1rem;line-height:1.7;color:var(--color-text-muted);max-width:440px}.fh-hero__ctas{display:flex;gap:.875rem;flex-wrap:wrap}.fh-hero__trust{display:flex;gap:1.25rem;flex-wrap:wrap;margin-top:.25rem}.fh-trust-item{display:flex;flex-direction:column;align-items:center;gap:.375rem;text-align:center;max-width:84px}.fh-trust-item__icon{width:44px;height:44px;border-radius:12px;background:#40916c1a;display:flex;align-items:center;justify-content:center}.fh-trust-item__icon svg{width:22px;height:22px}.fh-trust-item__label{font-size:.6875rem;font-weight:500;line-height:1.4;color:var(--color-text-muted)}.fh-hero__media{position:relative;overflow:hidden;background:var(--color-cream)}.fh-hero__media img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.fh-hero__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#e8f0ec}@media(max-width:768px){.fh-hero__grid{grid-template-columns:1fr;min-height:unset}.fh-hero__media{order:-1;height:280px}.fh-hero__content{padding-right:0;padding-block:2.5rem}}.fh-social-proof{background:#fff;padding-block:clamp(2.5rem,5vw,4rem);border-top:1px solid #e8f0ec}.fh-social-proof__inner{display:grid;grid-template-columns:1fr auto 1fr;gap:3rem;align-items:center}.fh-testimonial__quote{font-family:var(--font-display);font-size:1rem;font-style:italic;line-height:1.65;color:#2a2a2a;position:relative;padding-left:1.5rem}.fh-testimonial__quote:before{content:'"';position:absolute;left:0;top:-.25rem;font-size:3rem;line-height:1;color:var(--color-brand-light);font-family:var(--font-display)}.fh-testimonial__author{margin-top:.75rem;font-size:.875rem;font-weight:600;color:var(--color-brand-primary)}.fh-media-logos{display:flex;flex-direction:column;align-items:center;gap:1rem}.fh-media-logos__label{font-size:.6875rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#888}.fh-media-logos__row{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap;justify-content:center}.fh-media-logo{font-family:var(--font-display);font-size:.875rem;font-weight:600;color:#aaa;letter-spacing:.05em;text-transform:uppercase}.fh-media-logo img{height:22px;width:auto;opacity:.4;filter:grayscale(1)}.fh-rating{text-align:right}.fh-rating__score{font-family:var(--font-display);font-size:1rem;font-weight:600;color:#2a2a2a;margin-bottom:.375rem}.fh-rating__stars{color:#f4a11b;font-size:1.125rem;letter-spacing:2px}.fh-rating__count{font-size:.75rem;color:#888;margin-top:.25rem}.fh-rating__link{color:var(--color-brand-medium);text-decoration:underline;text-underline-offset:2px;font-size:.75rem}@media(max-width:900px){.fh-social-proof__inner{grid-template-columns:1fr;gap:2rem}.fh-rating{text-align:left}}.fh-kits{background:var(--color-white);padding-block:clamp(3rem,6vw,5rem)}.fh-kits__title{font-family:var(--font-display);font-size:clamp(1.75rem,3vw,2.25rem);font-weight:600;color:var(--color-brand-primary);text-align:center;margin-bottom:2.5rem}.fh-kits__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.fh-kit-card{background:var(--color-cream);border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--color-border);display:flex;flex-direction:column;transition:transform .22s ease-out,box-shadow .22s ease-out}.fh-kit-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.fh-kit-card__img{overflow:hidden;background:var(--color-white)}.fh-kit-card__img img{width:100%;height:100%;object-fit:cover;display:block}.fh-kit-card__body{padding:1.25rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.fh-kit-card__name{font-size:1rem;font-weight:700;color:var(--color-text-dark)}.fh-kit-card__desc{font-size:.8125rem;color:var(--color-text-muted);line-height:1.6;flex:1}.fh-kit-card__link{display:inline-flex;align-items:center;gap:.375rem;font-size:.875rem;font-weight:600;color:inherit;text-decoration:none;margin-top:.5rem;transition:gap .15s}.fh-kit-card__link:hover{gap:.625rem}@media(max-width:1024px){.fh-kits__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.fh-kits__grid{grid-template-columns:1fr}}.fh-about{background:var(--color-cream);padding-block:clamp(3rem,6vw,5rem);overflow:hidden}.fh-about__grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4.5rem);align-items:center}.fh-about__content{display:flex;flex-direction:column;gap:1.25rem}.fh-about__title{font-family:var(--font-display);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:600;color:var(--color-brand-primary);line-height:1.15}.fh-about__desc{font-size:.9375rem;color:var(--color-text-muted);line-height:1.75}.fh-about__img{border-radius:20px;overflow:hidden;aspect-ratio:4/3}.fh-about__img img{width:100%;height:100%;object-fit:cover}@media(max-width:768px){.fh-about__grid{grid-template-columns:1fr}.fh-about__img{order:-1}}.fh-hiw{background:#fff;padding-block:clamp(3rem,6vw,5rem)}.fh-hiw__grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4.5rem);align-items:center}.fh-hiw__content{display:flex;flex-direction:column;gap:2rem}.fh-hiw__title{font-family:var(--font-display);font-size:clamp(1.75rem,3vw,2.75rem);font-weight:600;color:var(--color-brand-primary);line-height:1.12}.fh-hiw__steps{display:flex;flex-direction:column;gap:1.5rem}.fh-step{display:flex;align-items:flex-start;gap:1rem}.fh-step__num{width:44px;height:44px;border-radius:50%;background:var(--color-brand-primary);color:var(--color-white);font-family:var(--font-display);font-size:1rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.fh-step__title{font-size:.9375rem;font-weight:700;color:var(--color-text-dark);margin-bottom:.25rem}.fh-step__desc{font-size:.875rem;color:var(--color-text-muted);line-height:1.6}.fh-hiw__img{border-radius:20px;overflow:hidden;aspect-ratio:4/3}.fh-hiw__img img{width:100%;height:100%;object-fit:cover}@media(max-width:768px){.fh-hiw__grid{grid-template-columns:1fr}.fh-hiw__img{order:-1;height:260px}.fh-hiw__img img{object-fit:cover}}.fh-cta{background:var(--color-brand-primary);padding-block:clamp(2.5rem,4vw,4rem)}.fh-cta__inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.fh-cta__text{font-family:var(--font-display);font-size:clamp(1.125rem,2.5vw,1.5rem);font-weight:500;color:#fff;line-height:1.3}.fh-cta__text em{font-style:italic;color:var(--color-brand-light)}.fh-cta__btns{display:flex;gap:.75rem;flex-wrap:wrap;flex-shrink:0}@media(max-width:700px){.fh-cta__inner{flex-direction:column;align-items:flex-start}}.fh-footer{background:#fff;border-top:1px solid #e4f0ea;padding-block:clamp(2.5rem,5vw,4rem) 1.5rem}.fh-footer__top{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid #e4f0ea}.fh-footer__logo{font-family:var(--font-display);font-size:1.375rem;font-weight:600;color:var(--color-brand-primary);text-decoration:none;margin-bottom:.875rem;display:block}.fh-footer__logo img{height:32px;width:auto}.fh-footer__desc{font-size:.875rem;color:var(--color-text-muted);line-height:1.7;margin-bottom:1.25rem}.fh-footer__social{display:flex;gap:.75rem}.fh-footer__social-link{width:44px;height:44px;border-radius:50%;border:1px solid var(--color-border);display:flex;align-items:center;justify-content:center;color:var(--color-text-muted);transition:background .15s,color .15s,border-color .15s}.fh-footer__social-link:hover{background:var(--color-brand-primary);color:#fff;border-color:var(--color-brand-primary)}.fh-footer__social-link svg{width:16px;height:16px}.fh-footer__col-title{font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#1a1a1a;margin-bottom:1rem}.fh-footer__links{display:flex;flex-direction:column;gap:.625rem}.fh-footer__link{font-size:.875rem;color:var(--color-text-muted);text-decoration:none;transition:color .15s}.fh-footer__link:hover{color:var(--color-brand-primary)}.fh-footer__contact-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--color-text-muted);margin-bottom:.5rem}.fh-footer__contact-item svg{width:15px;height:15px;color:var(--color-brand-medium);flex-shrink:0}.fh-colombia-badge{display:inline-flex;align-items:center;gap:.5rem;margin-top:1rem;font-size:.75rem;font-weight:600;color:var(--color-text-muted);background:transparent;padding:0;border:none}.fh-footer__bottom{display:flex;align-items:center;justify-content:center;padding-top:1.5rem;font-size:.8125rem;color:var(--color-text-muted)}@media(max-width:1024px){.fh-footer__top{grid-template-columns:1fr 1fr}}@media(max-width:600px){.fh-footer__top{grid-template-columns:1fr}}.fh-btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;font-family:var(--font-body);font-size:.9375rem;font-weight:600;letter-spacing:.01em;line-height:1;padding:.875rem 1.75rem;border-radius:100px;border:2px solid transparent;text-decoration:none;cursor:pointer;transition:background .22s,color .22s,border-color .22s,box-shadow .22s,transform .14s;white-space:nowrap}.fh-btn:hover{transform:translateY(-2px)}.fh-btn:active{transform:none}.fh-btn--primary{background:var(--color-brand-primary);color:#fff;border-color:var(--color-brand-primary)}.fh-btn--primary:hover{background:var(--color-brand-medium);border-color:var(--color-brand-medium);box-shadow:0 6px 20px #1b433247}.fh-btn--outline{background:transparent;color:var(--color-brand-primary);border-color:var(--color-brand-primary)}.fh-btn--outline:hover{background:var(--color-brand-primary);color:#fff}.fh-btn--white{background:#fff;color:var(--color-brand-primary);border-color:#fff}.fh-btn--white:hover{background:var(--color-cream);box-shadow:0 4px 16px #0000001f}.fh-btn--white-outline{background:transparent;color:#fff;border-color:#fff9}.fh-btn--white-outline:hover{background:#ffffff1f;border-color:#fff}.fh-btn--sm{font-size:.875rem;padding:.625rem 1.25rem}.fh-btn--text{background:none;border-color:transparent;color:var(--color-brand-primary);padding-inline:0}.fh-btn--text:hover{background:none;border-color:transparent;text-decoration:underline;transform:none}
/*# sourceMappingURL=/cdn/shop/t/4/assets/fitoheal-sections.css.map */
