:root{--tide-950: #060e1b;--tide-900: #0a1628;--tide-800: #0f2a47;--tide-700: #13395e;--tide-600: #1a4f7a;--tide-500: #2563a8;--tide-400: #3b82c4;--tide-300: #6ba3d6;--tide-200: #a3c8e8;--tide-100: #d4e6f5;--tide-50: #eef5fb;--tide-accent: #0891b2;--tide-accent-light: #22d3ee;--tide-accent-glow: rgba(8, 145, 178, .35);--tide-text: #e2e8f0;--tide-text-muted: #94a3b8;--tide-surface: #0f2a47;--tide-card: #132f4c;--tide-border: rgba(56, 189, 248, .1);--tide-glass: rgba(15, 42, 71, .6);--tide-glass-border: rgba(56, 189, 248, .15)}.tide-hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(180deg,var(--tide-950) 0%,var(--tide-900) 40%,var(--tide-800) 100%)}.tide-hero__bg-image{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.tide-hero__bg-img{width:100%;height:100%;object-fit:cover;display:block}.tide-hero__bg-effects{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden}.tide-hero__orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.4}.tide-hero__orb--1{width:600px;height:600px;background:radial-gradient(circle,var(--tide-accent) 0%,transparent 70%);top:-200px;right:-100px;animation:tide-float 8s ease-in-out infinite}.tide-hero__orb--2{width:400px;height:400px;background:radial-gradient(circle,var(--tide-accent-light) 0%,transparent 70%);bottom:-100px;left:-100px;animation:tide-float 10s ease-in-out infinite reverse}.tide-hero__orb--3{width:300px;height:300px;background:radial-gradient(circle,#0e7490 0%,transparent 70%);top:40%;left:60%;animation:tide-float 12s ease-in-out infinite 2s}@keyframes tide-float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-20px) scale(1.05)}66%{transform:translate(-20px,15px) scale(.95)}}.tide-hero__grid-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(56,189,248,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(56,189,248,.03) 1px,transparent 1px);background-size:60px 60px}.tide-hero__content{position:relative;z-index:2;text-align:center;max-width:800px;padding:2rem 1.5rem}.tide-hero__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem;border-radius:100px;background:var(--tide-glass);border:1px solid var(--tide-glass-border);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:var(--tide-accent-light);font-family:Raleway,sans-serif;font-size:.85rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;margin-bottom:2rem}.tide-hero__badge svg{width:16px;height:16px;flex-shrink:0}.tide-hero__title{font-family:Lora,Georgia,serif;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:600;line-height:1.1;color:#fff;margin:0 0 1.5rem;letter-spacing:-.02em}.tide-hero__title span{background:linear-gradient(135deg,var(--tide-accent-light),var(--tide-accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.tide-hero__subtitle{font-family:Raleway,sans-serif;font-size:clamp(1rem,2vw,1.25rem);font-weight:400;color:var(--tide-text-muted);line-height:1.7;margin:0 auto 2.5rem;max-width:600px}.tide-hero__actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.tide-btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;border-radius:8px;font-family:Raleway,sans-serif;font-size:1rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all .25s ease;border:none;letter-spacing:.02em}.tide-btn svg{width:18px;height:18px;flex-shrink:0}.tide-btn--primary{background:linear-gradient(135deg,var(--tide-accent),#0e7490);color:#fff;box-shadow:0 4px 20px var(--tide-accent-glow)}.tide-btn--primary:hover{box-shadow:0 8px 30px #0891b280;transform:translateY(-2px)}.tide-btn--secondary{background:var(--tide-glass);color:var(--tide-text);border:1px solid var(--tide-glass-border);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.tide-btn--secondary:hover{background:#0f2a47cc;border-color:#38bdf84d;transform:translateY(-2px)}.tide-hero__stats{display:flex;justify-content:center;gap:3rem;margin-top:4rem;padding-top:2rem;border-top:1px solid var(--tide-border)}.tide-hero__stat{text-align:center}.tide-hero__stat-value{display:block;font-family:Lora,Georgia,serif;font-size:1.75rem;font-weight:700;color:#fff}.tide-hero__stat-label{font-family:Raleway,sans-serif;font-size:.8rem;color:var(--tide-text-muted);text-transform:uppercase;letter-spacing:.1em;margin-top:.25rem}@media screen and (max-width:749px){.tide-hero__stats{gap:1.5rem;flex-wrap:wrap}.tide-hero__stat-value{font-size:1.4rem}}.tide-products{position:relative;padding:6rem 0;background:var(--tide-900)}.tide-products__header{text-align:center;max-width:700px;margin:0 auto 4rem;padding:0 1.5rem}.tide-products__label{display:inline-block;font-family:Raleway,sans-serif;font-size:.8rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--tide-accent);margin-bottom:1rem}.tide-products__title{font-family:Lora,Georgia,serif;font-size:clamp(2rem,4vw,3rem);font-weight:600;color:#fff;margin:0 0 1rem;line-height:1.2}.tide-products__desc{font-family:Raleway,sans-serif;font-size:1.05rem;color:var(--tide-text-muted);line-height:1.7;margin:0}.tide-products__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:var(--page-width, 1200px);margin:0 auto;padding:0 1.5rem}@media screen and (max-width:989px){.tide-products__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:749px){.tide-products__grid{grid-template-columns:1fr;max-width:420px}}.tide-product-card{position:relative;background:var(--tide-glass);border:1px solid var(--tide-glass-border);border-radius:16px;overflow:hidden;cursor:pointer;transition:all .3s ease;text-decoration:none;color:inherit;display:block}.tide-product-card:hover{border-color:#38bdf84d;box-shadow:0 8px 40px #0891b226;transform:translateY(-4px)}.tide-product-card__image-wrap{position:relative;aspect-ratio:4 / 3;overflow:hidden;background:var(--tide-800)}.tide-product-card__image-wrap img,.tide-product-card__image-wrap svg{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;display:block}.tide-product-card__image-wrap .placeholder-svg{width:100%;height:100%;background:var(--tide-800)}.tide-product-card:hover .tide-product-card__image-wrap img{transform:scale(1.05)}.tide-product-card__badge{position:absolute;top:1rem;left:1rem;padding:.35rem .75rem;border-radius:6px;background:var(--tide-accent);color:#fff;font-family:Raleway,sans-serif;font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.tide-product-card__body{padding:1.5rem}.tide-product-card__category{font-family:Raleway,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--tide-accent);margin:0 0 .5rem}.tide-product-card__name{font-family:Lora,Georgia,serif;font-size:1.25rem;font-weight:600;color:#fff;margin:0 0 .5rem;line-height:1.3}.tide-product-card__excerpt{font-family:Raleway,sans-serif;font-size:.9rem;color:var(--tide-text-muted);line-height:1.5;margin:0 0 1rem}.tide-product-card__footer{display:flex;align-items:center;justify-content:space-between}.tide-product-card__price{font-family:Lora,Georgia,serif;font-size:1.3rem;font-weight:700;color:#fff}.tide-product-card__action{display:inline-flex;align-items:center;gap:.35rem;font-family:Raleway,sans-serif;font-size:.85rem;font-weight:600;color:var(--tide-accent-light);transition:gap .2s ease}.tide-product-card:hover .tide-product-card__action{gap:.6rem}.tide-product-card__action svg{width:16px;height:16px}.tide-benefits{position:relative;padding:6rem 0;background:linear-gradient(180deg,var(--tide-900),var(--tide-950));overflow:hidden}.tide-benefits__header{text-align:center;max-width:700px;margin:0 auto 4rem;padding:0 1.5rem}.tide-benefits__label{display:inline-block;font-family:Raleway,sans-serif;font-size:.8rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--tide-accent);margin-bottom:1rem}.tide-benefits__title{font-family:Lora,Georgia,serif;font-size:clamp(2rem,4vw,3rem);font-weight:600;color:#fff;margin:0 0 1rem;line-height:1.2}.tide-benefits__desc{font-family:Raleway,sans-serif;font-size:1.05rem;color:var(--tide-text-muted);line-height:1.7;margin:0}.tide-benefits__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:var(--page-width, 1200px);margin:0 auto;padding:0 1.5rem}@media screen and (max-width:989px){.tide-benefits__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:749px){.tide-benefits__grid{grid-template-columns:1fr;max-width:480px}}.tide-benefit-card{position:relative;background:var(--tide-glass);border:1px solid var(--tide-glass-border);border-radius:16px;padding:2rem;transition:all .3s ease}.tide-benefit-card:hover{border-color:#38bdf84d;box-shadow:0 8px 40px #0891b21a;transform:translateY(-2px)}.tide-benefit-card__icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:#0891b226;color:var(--tide-accent-light);margin-bottom:1.25rem}.tide-benefit-card__icon svg{width:24px;height:24px}.tide-benefit-card__title{font-family:Lora,Georgia,serif;font-size:1.15rem;font-weight:600;color:#fff;margin:0 0 .75rem;line-height:1.3}.tide-benefit-card__text{font-family:Raleway,sans-serif;font-size:.95rem;color:var(--tide-text-muted);line-height:1.6;margin:0}.tide-testimonials{position:relative;padding:6rem 0;background:var(--tide-950)}.tide-testimonials__header{text-align:center;max-width:700px;margin:0 auto 4rem;padding:0 1.5rem}.tide-testimonials__label{display:inline-block;font-family:Raleway,sans-serif;font-size:.8rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--tide-accent);margin-bottom:1rem}.tide-testimonials__title{font-family:Lora,Georgia,serif;font-size:clamp(2rem,4vw,3rem);font-weight:600;color:#fff;margin:0 0 1rem;line-height:1.2}.tide-testimonials__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:var(--page-width, 1200px);margin:0 auto;padding:0 1.5rem}@media screen and (max-width:989px){.tide-testimonials__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:749px){.tide-testimonials__grid{grid-template-columns:1fr;max-width:480px}}.tide-testimonial-card{background:var(--tide-glass);border:1px solid var(--tide-glass-border);border-radius:16px;padding:2rem;transition:all .3s ease}.tide-testimonial-card:hover{border-color:#38bdf840}.tide-testimonial-card__stars{display:flex;gap:.2rem;margin-bottom:1.25rem;color:#fbbf24}.tide-testimonial-card__stars svg{width:18px;height:18px;fill:currentColor}.tide-testimonial-card__quote{font-family:Raleway,sans-serif;font-size:1rem;color:var(--tide-text);line-height:1.7;margin:0 0 1.5rem;font-style:italic}.tide-testimonial-card__author{display:flex;align-items:center;gap:.75rem}.tide-testimonial-card__avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--tide-accent),var(--tide-accent-light));display:flex;align-items:center;justify-content:center;font-family:Raleway,sans-serif;font-size:.85rem;font-weight:700;color:#fff;flex-shrink:0}.tide-testimonial-card__name{font-family:Raleway,sans-serif;font-size:.9rem;font-weight:600;color:#fff}.tide-testimonial-card__role{font-family:Raleway,sans-serif;font-size:.8rem;color:var(--tide-text-muted)}.tide-cta{position:relative;padding:6rem 0;background:linear-gradient(180deg,var(--tide-950),var(--tide-900));overflow:hidden}.tide-cta__inner{position:relative;max-width:720px;margin:0 auto;text-align:center;padding:4rem 2rem;background:var(--tide-glass);border:1px solid var(--tide-glass-border);border-radius:24px;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.tide-cta__glow{position:absolute;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,var(--tide-accent-glow),transparent 70%);top:-150px;left:50%;transform:translate(-50%);pointer-events:none}.tide-cta__title{position:relative;font-family:Lora,Georgia,serif;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:600;color:#fff;margin:0 0 1rem;line-height:1.2}.tide-cta__subtitle{position:relative;font-family:Raleway,sans-serif;font-size:1.05rem;color:var(--tide-text-muted);line-height:1.7;margin:0 0 2rem;max-width:500px;margin-left:auto;margin-right:auto}.tide-cta__form{position:relative;display:flex;gap:.75rem;max-width:460px;margin:0 auto}@media screen and (max-width:749px){.tide-cta__form{flex-direction:column}.tide-cta__inner{margin:0 1.5rem}}.tide-cta__input{flex:1;padding:.875rem 1.25rem;border-radius:8px;border:1px solid var(--tide-glass-border);background:#0a162899;color:var(--tide-text);font-family:Raleway,sans-serif;font-size:.95rem;outline:none;transition:border-color .2s ease}.tide-cta__input::placeholder{color:var(--tide-text-muted)}.tide-cta__input:focus{border-color:var(--tide-accent)}.tide-cta__note{position:relative;font-family:Raleway,sans-serif;font-size:.8rem;color:var(--tide-text-muted);margin:1rem 0 0}.tide-feature-banner{position:relative;padding:4rem 0;background:var(--tide-900);border-top:1px solid var(--tide-border);border-bottom:1px solid var(--tide-border)}.tide-feature-banner__grid{display:flex;justify-content:center;gap:3rem;max-width:var(--page-width, 1200px);margin:0 auto;padding:0 1.5rem;flex-wrap:wrap}.tide-feature-banner__item{display:flex;align-items:center;gap:.75rem;color:var(--tide-text-muted);font-family:Raleway,sans-serif;font-size:.9rem;font-weight:500}.tide-feature-banner__item svg{width:22px;height:22px;color:var(--tide-accent-light);flex-shrink:0}@media(prefers-reduced-motion:reduce){.tide-hero__orb{animation:none}.tide-product-card,.tide-benefit-card,.tide-testimonial-card,.tide-btn{transition:none}.tide-product-card:hover,.tide-benefit-card:hover,.tide-btn--primary:hover,.tide-btn--secondary:hover{transform:none}}.tide-reveal{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.tide-reveal.is-visible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.tide-reveal{opacity:1;transform:none;transition:none}}.tide-hero:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none;background:#0009;background:rgba(var(--hero-overlay-rgb, 0, 0, 0),var(--hero-overlay-opacity, .6))}.tide-usps{position:relative;padding:6rem 0;background:linear-gradient(180deg,var(--tide-900),var(--tide-950));overflow:hidden}.tide-usps__inner{max-width:var(--page-width, 1200px);margin:0 auto;padding:0 1.5rem}.tide-usps__header{text-align:center;max-width:700px;margin:0 auto 4rem}.tide-usps__label{display:inline-block;font-family:Raleway,sans-serif;font-size:.8rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--tide-accent);margin-bottom:1rem}.tide-usps__title{font-family:Lora,Georgia,serif;font-size:clamp(2rem,4vw,3rem);font-weight:600;color:#fff;margin:0 0 1rem;line-height:1.2}.tide-usps__desc{font-family:Raleway,sans-serif;font-size:1.05rem;color:var(--tide-text-muted);line-height:1.7;margin:0}.tide-usps__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media screen and (max-width:989px){.tide-usps__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:749px){.tide-usps__grid{grid-template-columns:1fr;max-width:480px;margin:0 auto}}.tide-usp-card{position:relative;background:var(--tide-glass);border:1px solid var(--tide-glass-border);border-radius:16px;padding:2rem;transition:all .3s ease}.tide-usp-card:hover{border-color:#38bdf84d;box-shadow:0 8px 40px #0891b21a;transform:translateY(-2px)}.tide-usp-card__number{display:block;font-family:Lora,Georgia,serif;font-size:2.5rem;font-weight:700;color:#0891b226;line-height:1;margin-bottom:1rem}.tide-usp-card__icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:#0891b226;color:var(--tide-accent-light);margin-bottom:1.25rem}.tide-usp-card__icon svg{width:24px;height:24px}.tide-usp-card__title{font-family:Lora,Georgia,serif;font-size:1.15rem;font-weight:600;color:#fff;margin:0 0 .75rem;line-height:1.3}.tide-usp-card__text{font-family:Raleway,sans-serif;font-size:.95rem;color:var(--tide-text-muted);line-height:1.6;margin:0}.tide-delivery{position:relative;padding:6rem 0;background:var(--tide-950);overflow:hidden}.tide-delivery__inner{max-width:800px;margin:0 auto;padding:0 1.5rem}.tide-delivery__header{text-align:center;margin-bottom:3rem}.tide-delivery__label{display:inline-block;font-family:Raleway,sans-serif;font-size:.8rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--tide-accent);margin-bottom:1rem}.tide-delivery__title{font-family:Lora,Georgia,serif;font-size:clamp(2rem,4vw,3rem);font-weight:600;color:#fff;margin:0 0 1rem;line-height:1.2}.tide-delivery__desc{font-family:Raleway,sans-serif;font-size:1.05rem;color:var(--tide-text-muted);line-height:1.7;margin:0}.tide-delivery__accordion{display:flex;flex-direction:column;gap:.75rem}.tide-delivery__item{background:var(--tide-glass);border:1px solid var(--tide-glass-border);border-radius:12px;overflow:hidden;transition:border-color .3s ease}.tide-delivery__item[open]{border-color:#38bdf84d}.tide-delivery__summary{display:flex;align-items:center;gap:1rem;padding:1.25rem 1.5rem;cursor:pointer;list-style:none;font-family:Raleway,sans-serif;font-size:1rem;font-weight:600;color:#fff;transition:background .2s ease}.tide-delivery__summary::-webkit-details-marker{display:none}.tide-delivery__summary::marker{content:""}.tide-delivery__summary:hover{background:#0891b20d}.tide-delivery__icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:#0891b226;color:var(--tide-accent-light);flex-shrink:0}.tide-delivery__icon svg{width:20px;height:20px}.tide-delivery__summary-text{flex:1}.tide-delivery__chevron{width:20px;height:20px;flex-shrink:0;color:var(--tide-text-muted);transition:transform .3s ease}.tide-delivery__chevron svg{width:20px;height:20px}.tide-delivery__item[open] .tide-delivery__chevron{transform:rotate(180deg)}.tide-delivery__content{padding:0 1.5rem 1.5rem 4.75rem;font-family:Raleway,sans-serif;font-size:.95rem;color:var(--tide-text-muted);line-height:1.7}.tide-delivery__content p{margin:0 0 .75rem}.tide-delivery__content p:last-child{margin-bottom:0}.tide-product-hero{position:relative;padding:6rem 0 3rem;background:linear-gradient(180deg,var(--tide-950),var(--tide-900));overflow:hidden}.tide-product-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.tide-product-hero__bg-img{width:100%;height:100%;object-fit:cover;display:block}.tide-product-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(180deg,#060e1bd9,#0a162899,#060e1be6);pointer-events:none}.tide-product-hero__orbs{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden;z-index:1}.tide-product-hero__content{position:relative;z-index:2;text-align:center;padding:0 1.5rem}.tide-product-hero__breadcrumb{margin-bottom:1.5rem}.tide-product-hero__breadcrumb ol{list-style:none;display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;padding:0;margin:0;font-family:Raleway,sans-serif;font-size:.85rem;color:var(--tide-text-muted)}.tide-product-hero__breadcrumb li:not(:last-child):after{content:"/";margin-left:.5rem;color:var(--tide-text-muted);opacity:.5}.tide-product-hero__breadcrumb a{color:var(--tide-text-muted);text-decoration:none;transition:color .2s ease}.tide-product-hero__breadcrumb a:hover,.tide-product-hero__breadcrumb li[aria-current=page]{color:var(--tide-accent-light)}.tide-product-hero__label{display:inline-block;font-family:Raleway,sans-serif;font-size:.8rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--tide-accent);margin:0 0 .75rem}.tide-product-hero__title{font-family:Lora,Georgia,serif;font-size:clamp(2rem,4vw,3.5rem);font-weight:600;color:#fff;margin:0;line-height:1.2}.tide-product-hero__price{font-family:Lora,Georgia,serif;font-size:1.5rem;font-weight:700;color:var(--tide-accent-light);margin:1rem 0 0}.tide-about-story{position:relative;padding:6rem 0;background:var(--tide-900);overflow:hidden}.tide-about-story__inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:var(--page-width, 1200px);margin:0 auto;padding:0 1.5rem}@media screen and (max-width:989px){.tide-about-story__inner{grid-template-columns:1fr;gap:2.5rem}}.tide-about-story__image{border-radius:16px;overflow:hidden}.tide-about-story__img{width:100%;height:auto;display:block;border-radius:16px}.tide-about-story__placeholder{aspect-ratio:4 / 3;background:var(--tide-800);border-radius:16px;display:flex;align-items:center;justify-content:center}.tide-about-story__placeholder .placeholder-svg{width:100%;height:100%}.tide-about-story__label{display:inline-block;font-family:Raleway,sans-serif;font-size:.8rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--tide-accent);margin-bottom:1rem}.tide-about-story__title{font-family:Lora,Georgia,serif;font-size:clamp(2rem,4vw,3rem);font-weight:600;color:#fff;margin:0 0 1.5rem;line-height:1.2}.tide-about-story__body{font-family:Raleway,sans-serif;font-size:1.05rem;color:var(--tide-text-muted);line-height:1.8;margin-bottom:2rem}.tide-about-story__body p{margin:0 0 1rem}.tide-about-story__body p:last-child{margin-bottom:0}.tide-values{position:relative;padding:6rem 0;background:linear-gradient(180deg,var(--tide-900),var(--tide-950));overflow:hidden}.tide-values__inner{max-width:var(--page-width, 1200px);margin:0 auto;padding:0 1.5rem}.tide-values__header{text-align:center;max-width:700px;margin:0 auto 4rem}.tide-values__label{display:inline-block;font-family:Raleway,sans-serif;font-size:.8rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--tide-accent);margin-bottom:1rem}.tide-values__title{font-family:Lora,Georgia,serif;font-size:clamp(2rem,4vw,3rem);font-weight:600;color:#fff;margin:0 0 1rem;line-height:1.2}.tide-values__desc{font-family:Raleway,sans-serif;font-size:1.05rem;color:var(--tide-text-muted);line-height:1.7;margin:0}.tide-values__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media screen and (max-width:989px){.tide-values__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:749px){.tide-values__grid{grid-template-columns:1fr;max-width:480px;margin:0 auto}}.tide-value-card{position:relative;background:var(--tide-glass);border:1px solid var(--tide-glass-border);border-radius:16px;padding:2rem;text-align:center;transition:all .3s ease}.tide-value-card:hover{border-color:#38bdf84d;box-shadow:0 8px 40px #0891b21a;transform:translateY(-2px)}.tide-value-card__icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#0891b226;color:var(--tide-accent-light);margin:0 auto 1.25rem}.tide-value-card__icon svg{width:28px;height:28px}.tide-value-card__title{font-family:Lora,Georgia,serif;font-size:1.15rem;font-weight:600;color:#fff;margin:0 0 .75rem;line-height:1.3}.tide-value-card__text{font-family:Raleway,sans-serif;font-size:.95rem;color:var(--tide-text-muted);line-height:1.6;margin:0}.tide-footer{background:var(--tide-950);color:var(--tide-text);border-top:1px solid var(--tide-border)}.tide-footer__inner{max-width:var(--page-width, 1200px);margin:0 auto;padding:4rem 1.5rem 3rem}.tide-footer__grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.5fr;gap:3rem}@media screen and (max-width:989px){.tide-footer__grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}}@media screen and (max-width:749px){.tide-footer__grid{grid-template-columns:1fr;gap:2rem}}.tide-footer__logo{display:inline-block;margin-bottom:1rem}.tide-footer__logo-img{max-width:160px;height:auto}.tide-footer__logo-text{font-family:Lora,Georgia,serif;font-size:1.5rem;font-weight:700;color:#fff;text-decoration:none;display:inline-block;margin-bottom:1rem}.tide-footer__tagline{font-family:Raleway,sans-serif;font-size:.9rem;color:var(--tide-text-muted);line-height:1.6;margin:0 0 1.5rem}.tide-footer__social{display:flex;gap:.75rem}.tide-footer__social a{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:var(--tide-glass);border:1px solid var(--tide-glass-border);color:var(--tide-text-muted);transition:all .2s ease}.tide-footer__social a:hover{color:var(--tide-accent-light);border-color:#38bdf84d;background:#0891b21a}.tide-footer__social svg{width:18px;height:18px}.tide-footer__menu-title{font-family:Lora,Georgia,serif;font-size:1rem;font-weight:600;color:#fff;margin:0 0 1.25rem}.tide-footer__menu-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}.tide-footer__menu-list a{font-family:Raleway,sans-serif;font-size:.9rem;color:var(--tide-text-muted);text-decoration:none;transition:color .2s ease}.tide-footer__menu-list a:hover{color:var(--tide-accent-light)}.tide-footer__newsletter-text{font-family:Raleway,sans-serif;font-size:.9rem;color:var(--tide-text-muted);line-height:1.6;margin:0 0 1rem}.tide-footer__newsletter-form{display:flex;gap:.5rem}@media screen and (max-width:749px){.tide-footer__newsletter-form{flex-direction:column}}.tide-footer__newsletter-input{flex:1;padding:.75rem 1rem;border-radius:8px;border:1px solid var(--tide-glass-border);background:#0a162899;color:var(--tide-text);font-family:Raleway,sans-serif;font-size:.9rem;outline:none;transition:border-color .2s ease}.tide-footer__newsletter-input::placeholder{color:var(--tide-text-muted)}.tide-footer__newsletter-input:focus{border-color:var(--tide-accent)}.tide-footer__newsletter-btn{padding:.75rem 1.5rem;font-size:.9rem;white-space:nowrap}.tide-footer__bottom{border-top:1px solid var(--tide-border);background:#060e1b80}.tide-footer__bottom-inner{max-width:var(--page-width, 1200px);margin:0 auto;padding:1.5rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}@media screen and (max-width:749px){.tide-footer__bottom-inner{flex-direction:column;text-align:center}}.tide-footer__copyright{font-family:Raleway,sans-serif;font-size:.8rem;color:var(--tide-text-muted);margin:0}.tide-footer__payment{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.tide-footer__payment-icon{height:24px;width:auto}.tide-footer__policies{display:flex;flex-wrap:wrap;gap:1rem}.tide-footer__policies a{font-family:Raleway,sans-serif;font-size:.8rem;color:var(--tide-text-muted);text-decoration:none;transition:color .2s ease}.tide-footer__policies a:hover{color:var(--tide-accent-light)}@media(prefers-reduced-motion:reduce){.tide-usp-card,.tide-value-card,.tide-delivery__item,.tide-delivery__chevron{transition:none}.tide-usp-card:hover,.tide-value-card:hover{transform:none}}.tide-pdp-trust-strip{display:flex;flex-wrap:wrap;gap:.75rem;margin:1.25rem 0;padding:1rem 1.25rem;background:var(--tide-glass);border:1px solid var(--tide-glass-border);border-radius:12px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.tide-pdp-trust-strip__item{display:flex;align-items:center;gap:.5rem;font-family:Raleway,sans-serif;font-size:.85rem;font-weight:500;color:var(--tide-text-muted);white-space:nowrap}.tide-pdp-trust-strip__item svg{width:18px;height:18px;color:var(--tide-accent-light);flex-shrink:0}@media screen and (max-width:749px){.tide-pdp-trust-strip{flex-direction:column;gap:.5rem;padding:.875rem 1rem}}.tide-pdp-delivery-note{display:flex;align-items:center;gap:.625rem;margin:1rem 0;padding:.875rem 1.25rem;border-left:3px solid var(--tide-accent);background:#0891b20f;border-radius:0 8px 8px 0;font-family:Raleway,sans-serif;font-size:.9rem;color:var(--tide-text-muted);line-height:1.5}.tide-pdp-delivery-note svg{width:18px;height:18px;color:var(--tide-accent-light);flex-shrink:0}.tide-pdp-delivery-note strong{color:var(--tide-text);font-weight:600}.tide-pdp-trust-bar{position:relative;padding:2.5rem 0;background:var(--tide-900);border-top:1px solid var(--tide-border);border-bottom:1px solid var(--tide-border)}.tide-pdp-trust-bar__inner{display:flex;justify-content:center;align-items:center;gap:3rem;flex-wrap:wrap}.tide-pdp-trust-bar__item{display:flex;align-items:center;gap:.75rem}.tide-pdp-trust-bar__icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:#0891b226;color:var(--tide-accent-light);flex-shrink:0}.tide-pdp-trust-bar__icon svg{width:20px;height:20px}.tide-pdp-trust-bar__text{font-family:Raleway,sans-serif;font-size:.9rem;font-weight:600;color:var(--tide-text)}@media screen and (max-width:989px){.tide-pdp-trust-bar__inner{gap:2rem}}@media screen and (max-width:749px){.tide-pdp-trust-bar{padding:2rem 0}.tide-pdp-trust-bar__inner{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;max-width:400px;margin:0 auto}}.tide-pdp-credentials{position:relative;padding:5rem 0;background:linear-gradient(180deg,var(--tide-900),var(--tide-950));overflow:hidden}.tide-pdp-credentials__inner{max-width:var(--page-width, 1200px);margin:0 auto;padding:0 1.5rem}.tide-pdp-credentials__header{text-align:center;max-width:600px;margin:0 auto 3.5rem}.tide-pdp-credentials__title{font-family:Lora,Georgia,serif;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:600;color:#fff;margin:0 0 .75rem;line-height:1.2}.tide-pdp-credentials__desc{font-family:Raleway,sans-serif;font-size:1.05rem;color:var(--tide-text-muted);line-height:1.7;margin:0}.tide-pdp-credentials__stats{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}.tide-pdp-credentials__stat{padding:1.5rem 1rem}.tide-pdp-credentials__number{display:block;font-family:Lora,Georgia,serif;font-size:clamp(2.25rem,4vw,3.25rem);font-weight:700;line-height:1.1;margin-bottom:.5rem;background:linear-gradient(135deg,var(--tide-accent-light),var(--tide-accent),#0e7490);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.tide-pdp-credentials__label{display:block;font-family:Raleway,sans-serif;font-size:.85rem;font-weight:500;color:var(--tide-text-muted);text-transform:uppercase;letter-spacing:.08em}@media screen and (max-width:989px){.tide-pdp-credentials__stats{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:749px){.tide-pdp-credentials{padding:3.5rem 0}.tide-pdp-credentials__stats{grid-template-columns:repeat(2,1fr);gap:1rem}.tide-pdp-credentials__number{font-size:2rem}}.tide-pdp-credentials__logos{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:2.5rem;margin-top:3rem;padding-top:2.5rem;border-top:1px solid var(--tide-border)}.tide-pdp-credentials__logo-img{max-height:40px;width:auto;filter:grayscale(100%) brightness(.7);opacity:.6;transition:all .3s ease}.tide-pdp-credentials__logo:hover .tide-pdp-credentials__logo-img{filter:grayscale(0%) brightness(1);opacity:1}.tide-pdp-credentials__logo-placeholder{padding:.5rem 1.5rem;background:var(--tide-glass);border:1px solid var(--tide-glass-border);border-radius:8px;font-family:Raleway,sans-serif;font-size:.8rem;color:var(--tide-text-muted)}@media(prefers-reduced-motion:reduce){.tide-pdp-credentials__logo-img{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/tide-recovery.css.map */
