﻿.hero-section{position:relative;text-align:center;background-size:cover;}@media only screen and (max-width:1024px){.hero-section{background:url("/images/home_mobile_banner_min.png") no-repeat center center/cover;height:950px;}}@media only screen and (min-width:1023px){.hero-section{background:url("/images/desktop_banner_home.png") no-repeat center center/cover;height:580px;background-attachment:fixed;animation:move linear forwards;animation-timeline:scroll();}}@-webkit-keyframes move{from{background-position-y:50px;}to{background-position-y:-200px;}}.hero-container{position:relative;z-index:2;height:100%;}.hero-content{display:flex;flex-direction:column;align-items:center;height:100%;}.hero-content h1{margin-top:24px;color:#0e2a47;}.hero-content .subheadline{font-size:clamp(1.1rem,1rem + .5vw,1.3rem);max-width:580px;margin:16px auto 24px 0;color:#0e2a47;opacity:.95;}.hero-content .cta-buttons{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;}.hero-content .cta-buttons .btn.secondary{color:#0e2a47;background:#fff;border-color:#0e2a47;}.hero-container{position:relative;z-index:2;}.trust-bar-section{background:#f7f9fc;padding:24px 0;border-bottom:1px solid #e6ecf3;}.trust-bar-container{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;}.visual-story-section{background:#fff;}.story-grid{display:grid;grid-template-columns:1fr;gap:24px;margin-top:32px;}.story-item{text-align:center;}.story-image-container{border-radius:18px;overflow:hidden;margin-bottom:16px;box-shadow:0 14px 32px rgba(15,31,53,.1);aspect-ratio:4/3;}.story-image-container img{width:100%;height:100%;object-fit:cover;}.product-section{background:#f7f9fc;}.product-grid{display:grid;grid-template-columns:1fr;gap:24px;margin-top:32px;}.product-card{background:#fff;border:2px solid #e6ecf3;border-radius:18px;padding:24px;text-align:center;display:flex;flex-direction:column;box-shadow:0 14px 32px rgba(15,31,53,.1);transition:transform .2s ease,box-shadow .2s ease;position:relative;}.product-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(15,31,53,.12);}.product-card.featured{border-color:#2fbf9f;}.product-card .product-image{display:grid;place-items:center;margin-bottom:16px;min-height:200px;}.product-card .product-image>img{max-width:80%;max-height:180px;}.product-card .price{font-size:clamp(1.8rem,1.5rem + 1vw,2.5rem);font-weight:800;color:#14212b;margin:16px 0;font-family:"Montserrat",sans-serif;}.product-card .badge-popular{position:absolute;top:-14px;right:16px;background:#2fbf9f;color:#fff;padding:6px 12px;border-radius:999px;font-size:.8rem;font-weight:700;}.product-card .btn{margin-top:auto;}.product-card .btn.primary{color:#fff;}.product-card .btn.secondary{color:#0e2a47;}.product-card .product-details{color:#5c6a7c;}.product-card .price-per-tube{font-weight:600;color:#2fbf9f;margin-top:12px;}.testimonials-section{background:#0e2a47;color:#fff;padding:0;height:800px;display:flex;flex-direction:column;overflow:hidden;}.testimonials-section>div{flex:1;height:100%;padding:0;}.testimonials-section h2{color:#fff;}.testimonials-section .community-row{display:flex;flex-direction:column-reverse;align-items:flex-start;height:100%;}.testimonials-section .community-row .thumbscrolls{position:relative;overflow:hidden;flex:1;}.testimonials-section .community-row .thumbscrolls .image-columns{display:flex;flex-direction:row;}.testimonials-section .community-row .thumbscrolls .image-columns .image-column{width:33%;background:#fff;padding:0 0 0 2px;}.testimonials-section .community-row .thumbscrolls .image-columns .image-column:last-child{padding-right:2px;}.testimonials-section .community-row .thumbscrolls .image-columns .image-column:hover .group .image{opacity:1;cursor:pointer;}.testimonials-section .community-row .thumbscrolls .image-columns .image-column:hover .group .image:after{font-size:4rem;}.testimonials-section .community-row .thumbscrolls .image-columns .image-column .group{display:grid;gap:2px;background:#fff;padding:2px 0;}.testimonials-section .community-row .thumbscrolls .image-columns .image-column .group:first-child{padding-bottom:0;}.testimonials-section .community-row .thumbscrolls .image-columns .image-column .group .image{position:relative;flex-shrink:0;display:flex;flex-direction:column;justify-content:space-around;color:#000;min-width:100%;gap:4px;background:#fff;opacity:.8;}.testimonials-section .community-row .thumbscrolls .image-columns .image-column .group .image:after{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:"Font Awesome 6 Free";font-weight:900;content:"";font-weight:500;font-size:3rem;color:#fff;transition:350ms all;}.testimonials-section .community-row .thumbscrolls .image-columns .image-column .group .image span{position:absolute;top:4px;left:4px;background:rgba(255,255,255,.7);color:#0e2a47;border-radius:5px;padding:3px 6px;font-size:.7rem;}.testimonials-section .community-row .thumbscrolls .image-columns .image-column .group .image img{width:100%;}.testimonials-section .community-row .thumbscrolls .image-columns .image-column.scroll-up .group{animation:scroll-up 30s linear infinite;}.testimonials-section .community-row .thumbscrolls .image-columns .image-column.scroll-down .group{animation:scroll-down 30s linear infinite;}.testimonials-section .community-row .text{flex:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;height:100%;padding:24px 12px;}.testimonials-section .community-row .text .small{font-size:.9rem;}.testimonials-section .community-row .text h2{font-size:4rem;margin:8px 0;}.testimonials-section .community-row .text .subtitle{margin:12px 0;}.testimonials-section .community-row .text .quote{font-style:italic;}@keyframes scroll-up{from{transform:translateY(0);}to{transform:translateY(calc(-100% - 1rem));}}@keyframes scroll-down{from{transform:translateY(calc(-100% - 1rem));}to{transform:translateY(0);}}.carousel{position:relative;overflow:hidden;margin-top:32px;}.slides{display:flex;transition:transform .35s ease;}.tcard{min-width:100%;padding:24px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.18);border-radius:18px;}.trow{display:grid;grid-template-columns:auto 1fr;gap:16px;align-items:center;}.avatar{width:48px;height:48px;border-radius:999px;background:#fff;color:#0e2a47;display:grid;place-items:center;font-weight:900;}.tcard p{color:#fff;opacity:.9;margin:0;}.author{opacity:.8;font-weight:600;margin-top:8px;}.stars{grid-column:1/-1;margin-top:12px;display:flex;gap:4px;color:#ffd36a;}.dots{display:flex;gap:8px;justify-content:center;margin-top:16px;}.dots button{width:10px;height:10px;border-radius:999px;background:#1f6fff;opacity:.4;border:none;cursor:pointer;padding:0;}.dots button.active{opacity:1;}.guarantee-section{background-color:#e8f1ff;border-top:1px solid #e6ecf3;border-bottom:1px solid #e6ecf3;}.guarantee-section i{font-size:3rem;color:#e63946;margin-bottom:16px;}.guarantee-section p{font-size:1.1rem;max-width:60ch;}.faq-section{background-color:#fff;}.faq-accordion{max-width:800px;margin:32px auto 0;display:grid;gap:12px;}details{background:#fff;border:1px solid #e6ecf3;border-radius:14px;padding:16px;}summary{cursor:pointer;font-weight:600;color:#0e2a47;font-size:1.1rem;}.faq-answer{padding-top:12px;}@media only screen and (min-width:1024px){.hero-content{max-width:65% !important;text-align:left;justify-content:center !important;align-items:flex-start;}.cta-buttons{justify-content:center;}.testimonials-section{height:400px;}.testimonials-section .community-row{flex-direction:row;}.testimonials-section .community-row .thumbscrolls .image-columns .image-column{width:200px;}.testimonials-section .community-row .text{padding-left:48px;}}@-webkit-keyframes scaler{from{background-position-y:-120px;}to{background-position-y:-450px;}}@keyframes scaler{from{background-position-y:-120px;}to{background-position-y:-450px;}}