@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap";:root{--primary: #7ABA2C;--primary-dark: #679E25;--secondary: #FFFFFF;--text-dark: #3C3C3B;--text-light: #5A5A5A;--white: #FFFFFF;--accent: #7ABA2C;--bg-light: #F7FAFC;--font-main: "Outfit", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);background-color:var(--white);color:var(--text-dark)}a{text-decoration:none;color:inherit}ul{list-style:none}button{font-family:var(--font-main)}.skeleton{background:#e0e0e0;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite;border-radius:4px}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-text{height:1em;margin-bottom:.5em}.skeleton-title{height:2em;margin-bottom:1em}.skeleton-img{width:100%;height:300px}.skeleton-btn{height:45px;width:150px}.container{max-width:1400px;margin:0 auto;padding:0 40px;width:100%}@media (max-width: 768px){.container{padding:0 20px}}img,video{max-width:100%;height:auto}@media (max-width: 480px){.container{padding:0 16px}}.top-bar{background-color:var(--primary);color:#fff;text-align:center;padding:10px 20px;font-size:14px;font-weight:500;letter-spacing:.5px}@media (max-width: 480px){.top-bar{font-size:12px;padding:8px 12px}}.site-header{position:sticky;top:0;z-index:1000;background-color:#fffffffa;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.05);box-shadow:0 2px 8px #0000000d}.container{max-width:1400px;margin:0 auto;padding:0 20px}.header-main{height:120px;display:flex;align-items:center;border-bottom:1px solid #f0f0f0}.header-layout{display:flex;justify-content:space-between;align-items:center;width:100%;gap:30px}.logo{text-decoration:none;display:flex;align-items:center}.logo span{display:none}.header-center{flex:1;max-width:500px}.favorites-mobile{display:none}.mobile-only{display:none!important}.search-container{display:flex;background:#f8f9fa;border-radius:50px;padding:5px;border:1px solid transparent}.search-container:focus-within{background:#fff;border-color:#ddd}.search-input{flex:1;border:none;background:transparent;padding:8px 20px;font-size:14px;outline:none}.search-submit{background:var(--primary);color:#fff;border:none;width:36px;height:36px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center}.header-actions{display:flex;align-items:center;gap:30px}.action-item{display:flex;flex-direction:column;align-items:center;gap:4px;color:#333;font-size:11px;font-weight:600}.cart-icon-wrapper{position:relative}.cart-badge{position:absolute;top:-8px;right:-8px;background:#e53e3e;color:#fff;width:18px;height:18px;border-radius:50%;font-size:10px;display:flex;align-items:center;justify-content:center;border:2px solid white}.header-nav{background:#fff;border-bottom:1px solid #eee}.nav-menu{display:flex;justify-content:center;list-style:none}.nav-item-root{position:relative;padding:15px 0;margin:0 10px}.nav-item-root a{font-size:14px;font-weight:700;color:#333;letter-spacing:.5px;text-transform:uppercase;display:flex;align-items:center;gap:4px;text-decoration:none}.nav-item-root:hover>a{color:var(--primary)}.mega-menu{position:absolute;top:100%;z-index:1000;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .5s cubic-bezier(.23,1,.32,1),visibility .5s cubic-bezier(.23,1,.32,1),transform .6s cubic-bezier(.23,1,.32,1);transform-origin:top center}.mega-menu.show{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0) translate(var(--menu-x, 0)) scale(1)}.mega-menu.text-only{--menu-x: 0;left:0;transform:translateY(15px) translate(var(--menu-x)) scale(.98);background:#fff;box-shadow:0 15px 40px #0000001f;min-width:220px;padding:15px 0;border-top:2px solid var(--primary);border-radius:0 0 12px 12px}.seed-menu{--menu-x: -50%;left:50%;transform:translateY(20px) translate(var(--menu-x)) scale(.95);padding-top:5px}.seed-menu-inner{background-color:#43631dfa;background-image:linear-gradient(145deg,#fff3,#fff0);backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);border-radius:30px;padding:15px;width:400px;box-shadow:0 50px 100px -20px #00000059;border:1px solid rgba(255,255,255,.3);display:flex;flex-direction:column;transition:opacity .6s ease .1s}.mega-menu:not(.show) .seed-menu-inner{opacity:0}.seed-items-scroll{max-height:480px;overflow-y:auto;padding-right:10px}.seed-items-scroll::-webkit-scrollbar{width:4px}.seed-items-scroll::-webkit-scrollbar-track{background:#ffffff0d;border-radius:10px}.seed-items-scroll::-webkit-scrollbar-thumb{background:#7aba2c66;border-radius:10px}.seed-item{display:flex;align-items:center;gap:15px;padding:10px 15px;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);border-radius:20px;margin-bottom:2px}.seed-item:hover{background:#ffffff1f;transform:translate(4px)}.seed-img-wrapper{width:65px;height:65px;background:#ffffff26;border-radius:12px;padding:0;flex-shrink:0;display:flex;align-items:center;justify-content:center;overflow:hidden}.seed-img-wrapper img{width:100%;height:100%;object-fit:cover}.seed-info{display:flex;flex-direction:column}.seed-label{font-family:var(--font-main);font-size:11px;font-weight:600;color:#fffc;text-transform:uppercase;letter-spacing:.8px;margin-bottom:2px}.seed-title-row{display:flex;align-items:center;gap:10px}.seed-title{font-family:var(--font-main);font-size:12px;font-weight:700;color:#fff;margin:0;line-height:1.2;text-transform:uppercase;letter-spacing:.3px}.seed-badge{background:#b5ff3b;color:#000;font-size:10px;font-weight:800;padding:3px 10px;border-radius:20px;text-transform:uppercase}.seed-footer-link{display:flex;align-self:flex-end;margin-top:20px;padding:8px 0;color:#fff;text-decoration:none;font-weight:600;font-size:12px;letter-spacing:.8px;text-transform:uppercase;transition:all .3s ease;opacity:.8}.seed-footer-link:hover{opacity:1;transform:translate(5px)}.seed-footer-link span{border-bottom:2px solid rgba(255,255,255,.3);padding-bottom:2px;transition:border-color .3s ease}.seed-footer-link:hover span{border-bottom-color:#fff}.mobile-menu-toggle{display:none;background:none;border:none}@media (max-width: 1200px){.nav-item-root{margin:0 6px}.nav-item-root a{font-size:12px}}@media (max-width: 1024px){.header-nav,.desktop-only{display:none}.mobile-menu-toggle{display:block}.header-main{height:80px}.logo{font-size:24px}}.mobile-drawer{position:fixed;top:0;left:-100%;width:280px;height:100vh;background:#fff;z-index:2000;transition:left .3s ease;padding:20px}.mobile-drawer.open{left:0}.drawer-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.drawer-menu{list-style:none;padding:0}.drawer-menu li{padding:12px 0;border-bottom:1px solid #f5f5f5}.drawer-menu a{font-weight:600;font-size:14px;text-transform:uppercase}@media (max-width: 768px){.site-header{position:fixed;top:0;left:0;right:0;width:100%}.header-main{height:auto;padding:12px 0}.header-layout{flex-wrap:wrap;gap:12px}.header-left{display:flex;align-items:center;gap:8px}.header-center{order:3;width:100%;max-width:none;display:flex;align-items:center;gap:12px}.favorites-mobile,.mobile-only{display:flex!important}.search-container{flex:1;width:auto}.search-input{font-size:14px;padding:10px 14px}.header-actions{gap:12px}.user-mobile{padding:0;min-width:auto}.action-item{font-size:10px}.mobile-drawer{width:85vw;max-width:320px}}@media (max-width: 480px){.search-submit{width:34px;height:34px}}.footer{background-color:#f9f9f9;color:var(--text-dark);padding:60px 0 20px;margin-top:80px;border-top:1px solid #eee}.footer-top{max-width:1400px;margin:0 auto 40px;padding:0 40px;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px}.brand-col h3{color:var(--primary);font-size:24px;font-weight:700;margin-bottom:16px}.brand-col h3 span{font-size:12px;color:var(--text-light);margin-left:2px;vertical-align:top}.brand-col p{margin-bottom:24px;line-height:1.6;max-width:300px;color:var(--text-light)}.social-icons{display:flex;gap:16px}.social-icons a{color:var(--text-light);transition:color .2s}.social-icons a:hover{color:var(--primary)}.footer-col h4{color:var(--text-dark);font-size:16px;font-weight:700;margin-bottom:20px;text-transform:uppercase;letter-spacing:.5px}.footer-col ul li{margin-bottom:12px}.footer-col ul li a{color:var(--text-light);transition:color .2s}.footer-col ul li a:hover{color:var(--primary)}.footer-bottom{border-top:1px solid #eee;padding-top:20px;text-align:center;font-size:14px;color:var(--text-light)}@media (max-width: 768px){.footer-top{grid-template-columns:1fr;gap:30px;padding:0 20px}}@media (max-width: 576px){.footer{padding:40px 0 16px}.footer-top{text-align:center}.brand-col p{margin-left:auto;margin-right:auto;text-align:center}.social-icons{justify-content:center}}.carousel-root{position:relative;height:600px;width:100%;overflow:hidden;background-color:#f5f5f5}.slide-container{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;display:flex;align-items:center}.slide-overlay{width:100%;height:100%;background:linear-gradient(to right,rgba(255,255,255,.8) 0%,rgba(255,255,255,.2) 60%,transparent 100%);display:flex;align-items:center}.slide-content{max-width:600px}.slide-title{font-size:48px;font-weight:800;color:#000;margin-bottom:20px;line-height:1.1;letter-spacing:-1px}.slide-subtitle{font-size:20px;color:#444;margin-bottom:40px}.slide-cta{padding:15px 40px;color:#fff;border:none;font-weight:700;font-size:14px;border-radius:4px;cursor:pointer;transition:transform .2s}.slide-cta:hover{transform:scale(1.05)}.carousel-nav{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff80;border:none;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:background .2s}.carousel-nav:hover{background:#ffffffe6}.carousel-nav.prev{left:20px}.carousel-nav.next{right:20px}.carousel-dots{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:10px;z-index:10}.dot{width:10px;height:10px;border-radius:50%;background:#0003;cursor:pointer;transition:all .2s}.dot.active{background:var(--primary);width:30px;border-radius:10px}@media (max-width: 768px){.carousel-root{height:450px}.slide-title{font-size:32px}.slide-subtitle{font-size:16px}.slide-overlay{background:#ffffffb3}}@media (max-width: 576px){.carousel-root{height:360px}.slide-content{padding:0 16px}.slide-title{font-size:26px}.slide-subtitle{font-size:14px}}.cinematic-hero-section{position:relative;height:67vh;width:100%;overflow:hidden;background:#fff;display:flex;align-items:center;justify-content:center}.hero-bg-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-webp-bg{width:100%;height:100%;object-fit:cover;object-position:center;pointer-events:none}.hero-overlay-clear{position:absolute;top:0;left:0;width:100%;height:100%;background:transparent;z-index:2}.hero-content-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:10;pointer-events:none}.hero-content-wrapper.top-right{display:flex;align-items:flex-start;justify-content:flex-end;padding:60px 50px 0 0}.hero-cta-group{display:flex;gap:20px;pointer-events:auto}.btn-cta-transparent{padding:15px 40px;border:2px solid var(--text-dark);background:transparent;color:var(--text-dark);border-radius:50px;font-weight:600;letter-spacing:.1em;cursor:pointer;transition:all .3s cubic-bezier(.16,1,.3,1)}.btn-cta-transparent:hover{background:var(--text-dark);color:#fff}.btn-cta-white{padding:15px 40px;border:2px solid var(--primary);background:var(--primary);color:#fff;border-radius:50px;font-weight:700;letter-spacing:.1em;cursor:pointer;transition:all .3s cubic-bezier(.16,1,.3,1);box-shadow:0 10px 20px #7aba2c33}.btn-cta-white:hover{background:var(--primary-dark);border-color:var(--primary-dark);transform:translateY(-2px);box-shadow:0 15px 30px #7aba2c4d}.scroll-indicator{position:absolute;bottom:30px;left:50%;transform:translate(-50%);z-index:10;opacity:.7}.mouse{width:26px;height:42px;border:2px solid var(--text-dark);border-radius:15px;position:relative}.wheel{width:2px;height:6px;background:var(--text-dark);position:absolute;top:8px;left:50%;transform:translate(-50%);animation:scroll 2s infinite}@keyframes scroll{0%{opacity:1;transform:translate(-50%) translateY(0)}to{opacity:0;transform:translate(-50%) translateY(15px)}}@media (max-width: 768px){.hero-cta-group{flex-direction:column;gap:15px;padding:0 40px}.btn-cta-transparent,.btn-cta-white{width:100%}}@media (max-width: 768px){.cinematic-hero-section{height:55vh}.hero-content-wrapper.top-right{justify-content:center;padding:30px 20px 0}}@media (max-width: 480px){.cinematic-hero-section{height:50vh}}.brand-loader-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fff;display:flex;justify-content:center;align-items:center;z-index:9999;transition:opacity .8s ease,visibility .8s}.brand-loader-overlay.fade-out{opacity:0;visibility:hidden}.loader-content{display:flex;flex-direction:column;align-items:center;gap:30px}.logo-wrapper{position:relative;width:300px;height:auto;animation:zoomPulse 2s ease-in-out infinite}.loader-logo{width:100%;height:auto;object-fit:contain}.shimmer-effect{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,#fff0,#fff6,#fff0);animation:shimmer 1.5s infinite}.loader-bar{width:200px;height:2px;background:#f0f0f0;border-radius:10px;overflow:hidden}.loader-progress{width:100%;height:100%;background:#e6007e;animation:progress 2.5s ease-out forwards;transform-origin:left}.loader-tagline{font-size:.9rem;letter-spacing:.3em;color:#1d2d50;font-weight:500;opacity:0;animation:fadeIn 1s ease-out .5s forwards}@keyframes progress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes shimmer{0%{left:-100%}to{left:100%}}@keyframes zoomPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes fadeIn{to{opacity:1}}@media (max-width: 480px){.logo-wrapper{width:220px}.loader-bar{width:160px}.loader-tagline{font-size:.75rem}}.product-card{background:#fff;border:1px solid #f0f0f0;padding:15px;display:flex;flex-direction:column;transition:border-color .3s}.product-card:hover{border-color:#ccc}.product-card-link{text-decoration:none;color:inherit;display:block}.product-image-container{aspect-ratio:auto;min-height:250px;display:flex;align-items:center;justify-content:center;position:relative;margin-bottom:15px;background:#fdfdfd;border-radius:32px;overflow:hidden}.product-image{width:100%;height:auto;max-height:350px;object-fit:contain;border-radius:20px}.badge.new{position:absolute;top:0;left:0;background:#000;color:#fff;font-size:10px;font-weight:700;padding:4px 8px;text-transform:uppercase}.product-brand{font-size:10px;font-weight:700;color:#999;margin-bottom:5px;letter-spacing:1px}.product-title{font-size:14px;font-weight:600;color:#333;margin-bottom:15px;line-height:1.4;height:40px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.product-price{font-size:18px;font-weight:800;margin-bottom:10px}.subscription-notice{font-size:12px;color:#444;margin-bottom:20px;background:#f4f8f4;padding:8px;border-radius:4px;text-align:center}.subscription-notice .highlight{color:#7aba2c;font-weight:700}.add-to-cart-full{width:100%;background:#fff;border:2px solid #000;color:#000;padding:12px;font-size:12px;font-weight:700;cursor:pointer;transition:all .2s;margin-top:auto}.badge.distributor{position:absolute;top:10px;right:10px;background:#eab308;color:#fff;font-size:10px;font-weight:700;padding:4px 8px;text-transform:uppercase;border-radius:4px}.product-price-container{display:flex;flex-direction:column;gap:6px;margin-bottom:10px}.original-price-mini{text-decoration:line-through;color:#9ca3af;font-size:13px;font-weight:500}.distributor-price{color:#059669}.price-range-note{font-size:11px;color:#666;display:flex;align-items:center;gap:4px;margin-top:-4px}.price-range-note.distributor{color:#059669;font-weight:600}.price-range-note svg{flex-shrink:0}.add-to-cart-full:hover{background:#000;color:#fff}@media (max-width: 576px){.product-image-container{min-height:200px;border-radius:20px}.product-title{height:auto;font-size:13px}.product-price{font-size:16px}}.visual-discovery{padding:20px 0;margin-top:-20px;background-color:#fff}.discovery-header{margin-bottom:50px;text-align:left}.discovery-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,300px);gap:15px}.discovery-card{position:relative;overflow:hidden;border-radius:32px;background-color:#f5f5f5;transition:transform .4s ease}.discovery-card:hover{transform:translateY(-5px)}.item-tall-left{grid-row:span 2}.discovery-img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.discovery-card:hover .discovery-img{transform:scale(1.05)}.discovery-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top,rgba(0,0,0,.7) 0%,rgba(0,0,0,.2) 60%,transparent 100%);display:flex;align-items:flex-end;padding:25px;opacity:.9;transition:opacity .3s}.discovery-card:hover .discovery-overlay{opacity:1}.discovery-info{color:#fff}.discovery-info h3{font-size:18px;font-weight:800;margin-bottom:5px;letter-spacing:.5px}.item-tall-left .discovery-info h3{font-size:24px}.discovery-info p{font-size:13px;margin-bottom:15px;opacity:.9}.btn-explore{display:inline-block;padding:8px 20px;background-color:#fff;color:#000;text-decoration:none;font-size:11px;font-weight:700;border-radius:4px;transition:all .2s}.btn-explore:hover{background-color:var(--primary);color:#fff}@media (max-width: 1200px){.discovery-grid{grid-template-rows:repeat(2,250px)}}@media (max-width: 991px){.visual-discovery{padding-left:20px;padding-right:20px}.discovery-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:auto}.item-tall-left{grid-column:span 2;grid-row:span 1;height:400px}.discovery-card{height:250px}}@media (max-width: 576px){.visual-discovery{padding-left:30px;padding-right:30px}.discovery-grid{grid-template-columns:1fr;gap:12px}.item-tall-left{grid-column:span 1}}@media (max-width: 576px){.discovery-card,.item-tall-left{height:220px}.discovery-overlay{padding:18px}}.product-carousel-container{position:relative;width:100%;padding:40px 0 60px;cursor:grab}.product-carousel-container:active{cursor:grabbing}.carousel-window{overflow:hidden;margin:0 -10px}.carousel-track{display:flex;padding:20px 0;touch-action:pan-y}.carousel-item{padding:0 10px;box-sizing:border-box;display:flex;justify-content:center}.carousel-arrow{position:absolute;top:45%;transform:translateY(-50%);width:40px;height:40px;background:#fff;border:1px solid #eee;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;box-shadow:0 4px 12px #00000014;transition:all .3s;color:#333}.carousel-arrow:hover{background:var(--primary);border-color:var(--primary);color:#fff;box-shadow:0 5px 15px #9bca3e4d}.carousel-arrow.prev{left:-20px}.carousel-arrow.next{right:-20px}.carousel-pagination{margin-top:20px;display:flex;justify-content:center}.pagination-bar{width:100%;max-width:200px;height:2px;background:#f0f0f0;position:relative;border-radius:2px}.pagination-progress{position:absolute;top:0;left:0;height:100%;background:var(--primary);border-radius:2px}@media (max-width: 1024px){.carousel-arrow{display:none}.carousel-window{margin:0 -5px}.carousel-item{padding:0 5px}.carousel-track{-webkit-overflow-scrolling:touch;will-change:transform}}@media (max-width: 768px){.product-carousel-container{cursor:default}.carousel-window{overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.carousel-track{scroll-snap-type:x mandatory;will-change:auto}.carousel-item{scroll-snap-align:start}.carousel-pagination{margin-top:10px}.pagination-progress{transition:width .2s ease}}.visual-product-card.modern-layout{position:relative;width:100%;background-color:transparent;cursor:pointer;transition:transform .3s ease;-webkit-user-select:none;user-select:none;padding:0;box-shadow:none;-webkit-tap-highlight-color:transparent}.visual-product-img-container{width:100%;aspect-ratio:1/1;position:relative;overflow:hidden;border-radius:28px;background-color:#f7f7f7;margin-bottom:18px}.visual-product-img{width:100%;height:100%;object-fit:cover;padding:0;position:absolute;top:0;left:0;transition:opacity 1.2s cubic-bezier(.4,0,.2,1),transform 1.2s cubic-bezier(.4,0,.2,1);z-index:1;transform:translateZ(0);backface-visibility:hidden}.visual-product-img.secondary{opacity:0;transform:scale(1.1)}@media (hover: hover) and (pointer: fine){.visual-product-card:hover .visual-product-img.main{opacity:0}.visual-product-card:hover .visual-product-img.secondary{opacity:1;transform:scale(1)}}.quick-view-overlay{position:absolute;bottom:0;left:0;width:100%;background-color:#fffffff5;padding:14px;text-align:center;font-size:10px;font-weight:800;letter-spacing:2px;color:#000;transform:translateY(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);z-index:3}.visual-product-card:hover .quick-view-overlay{transform:translateY(0)}.visual-product-info-bottom{text-align:center;padding:0 10px}.product-rating-stars{display:flex;justify-content:center;gap:3px;margin-bottom:10px}.visual-product-title{font-size:18px;font-weight:800;color:#111;margin-bottom:8px;line-height:1.1;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical}.visual-product-price-row{display:flex;justify-content:center;align-items:baseline;gap:12px}.visual-product-price{font-size:26px;font-weight:800;color:#d4a017;display:inline-flex;align-items:flex-start}.price-cents{font-size:15px;margin-top:4px;font-weight:700}.visual-product-old-price{font-size:15px;text-decoration:line-through;color:#b8b8b8;font-weight:500}@media (max-width: 991px){.visual-product-card.modern-layout{transition:none}.visual-product-img{transition:none;will-change:auto}.quick-view-overlay,.wishlist-btn,.cart-add-btn{transition:none}.visual-product-card .floating-badge{display:none!important}}@media (max-width: 768px){.visual-product-title{font-size:15px}.visual-product-price{font-size:20px}}.wishlist-btn{position:absolute;top:15px;right:15px;width:36px;height:36px;border-radius:50%;background:#ffffffe6;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .2s ease;box-shadow:0 4px 12px #00000014}.wishlist-btn:hover{transform:scale(1.1);background:#fff}.wishlist-btn.active{background:#fff;box-shadow:0 4px 12px #ef444426}.wishlist-btn svg{transition:all .2s ease}.cart-add-btn{position:absolute;bottom:15px;right:15px;width:36px;height:36px;border-radius:50%;background:#004b4df2;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .2s ease;box-shadow:0 4px 12px #00000026;color:#fff}.cart-add-btn:hover{transform:scale(1.1);background:var(--primary);box-shadow:0 6px 16px #004b4d4d}.cart-add-btn svg{transition:all .2s ease}@media (max-width: 480px){.visual-product-img-container{border-radius:20px}.visual-product-title{font-size:14px}.visual-product-price{font-size:18px}}.visual-product-img-container .floating-badge{position:absolute;display:flex;align-items:center;gap:6px;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:8px 12px;border-radius:50px;box-shadow:0 8px 20px #0000001f;z-index:3;font-weight:700;font-size:11px;border:1px solid rgba(255,255,255,.6);color:#1e293b;pointer-events:none;max-width:80%;white-space:normal;line-height:1.2;text-align:left}.visual-product-img-container .badge-icon{width:18px;height:18px;background:#7aba2c;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.visual-product-img-container .floating-badge.b1{top:8%;right:12%}.visual-product-img-container .floating-badge.b2{top:34%;left:12%}.visual-product-img-container .floating-badge.b3{bottom:22%;right:12%}.visual-product-img-container .floating-badge.b4{top:18%;left:12%}.visual-product-img-container .floating-badge.b5{bottom:7%;left:12%}.visual-product-img-container.badge-layout-vflora .floating-badge,.visual-product-img-container.badge-layout-shake .floating-badge,.visual-product-img-container.badge-layout-creatina .floating-badge{max-width:65%}.visual-product-img-container.badge-layout-vflora .floating-badge.b1,.visual-product-img-container.badge-layout-shake .floating-badge.b1,.visual-product-img-container.badge-layout-creatina .floating-badge.b1{top:6%;right:4%}.visual-product-img-container.badge-layout-vflora .floating-badge.b2,.visual-product-img-container.badge-layout-shake .floating-badge.b2,.visual-product-img-container.badge-layout-creatina .floating-badge.b2{top:36%;left:4%}.visual-product-img-container.badge-layout-vflora .floating-badge.b2{top:auto;bottom:14%}.visual-product-img-container.badge-layout-vplen .floating-badge.b2{top:auto;bottom:14%;left:4%}.visual-product-img-container.badge-layout-vflora .floating-badge.b3,.visual-product-img-container.badge-layout-shake .floating-badge.b3,.visual-product-img-container.badge-layout-creatina .floating-badge.b3{bottom:24%;right:4%}.visual-product-img-container.badge-layout-vflora .floating-badge.b4,.visual-product-img-container.badge-layout-shake .floating-badge.b4,.visual-product-img-container.badge-layout-creatina .floating-badge.b4{top:20%;left:4%}.visual-product-img-container.badge-layout-vflora .floating-badge.b5,.visual-product-img-container.badge-layout-shake .floating-badge.b5,.visual-product-img-container.badge-layout-creatina .floating-badge.b5{bottom:8%;left:4%}.visual-product-card:hover .floating-badge{opacity:0;transition:opacity .3s ease}@media (min-width: 1024px){.visual-product-img-container .floating-badge{display:none}}.category-cards-section{padding:80px 20px;background-color:#fff}.category-cards-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;max-width:1400px;margin:0 auto}@media (min-width: 901px){.category-cards-grid .modern-family-card:last-child:nth-child(odd){grid-column:1 / span 2}}.modern-family-card{display:flex;flex-direction:column;background:#fff;border-radius:30px;overflow:hidden;box-shadow:0 20px 40px #0000000d;transition:all .5s cubic-bezier(.4,0,.2,1);height:100%}.modern-family-card:hover{transform:translateY(-10px);box-shadow:0 30px 60px #0000001a}.category-header-visual{position:relative;height:250px;overflow:hidden}.lifestyle-bg{width:100%;height:100%;object-fit:cover;transition:transform 1.2s ease}.modern-family-card:hover .lifestyle-bg{transform:scale(1.1)}.card-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.category-header-visual .category-title{position:absolute;bottom:25px;left:30px;right:30px;color:#fff;font-size:32px;font-weight:800;z-index:2;margin:0;text-shadow:0 2px 10px rgba(0,0,0,.3);line-height:1.1}.category-body{padding:40px;flex-grow:1;display:flex;flex-direction:column;gap:25px}.focus-tag{font-size:14px;letter-spacing:.5px;color:#444;padding:10px 18px;background:#f8f8f8;border-radius:50px;display:inline-block;align-self:flex-start}.focus-tag strong{color:#1d2d50;margin-right:5px}.products-list{display:flex;flex-direction:column;gap:30px}.family-product-item{padding-left:20px;border-left:3px solid #eee;transition:border-color .3s ease}.modern-family-card:hover .family-product-item{border-left-color:currentColor}.prod-name{font-size:18px;font-weight:700;color:#1a1a1a;margin-bottom:10px;display:flex;align-items:center}.prod-desc{font-size:15px;color:#666;line-height:1.6;margin-bottom:12px}.usage-recommendation{font-size:14px;background:#fdf6e4;padding:12px 18px;border-radius:12px;color:#856404;font-style:italic}.category-footer-simple{padding:30px 40px;background:#fafafa;border-top:1px solid #f0f0f0}.category-link-btn{display:inline-block;font-weight:700;color:#1d2d50;text-decoration:none;font-size:14px;position:relative;padding-bottom:5px}.category-link-btn:after{content:"";position:absolute;bottom:0;left:0;width:30px;height:2px;background:currentColor;transition:width .3s ease}.category-link-btn:hover:after{width:100%}@media (max-width: 1200px){.category-header-visual .category-title{font-size:28px}}@media (max-width: 900px){.category-cards-grid{grid-template-columns:1fr;gap:40px}.category-header-visual{height:200px}}@media (max-width: 600px){.category-body{padding:25px}.category-footer-simple{padding:20px 25px}.category-header-visual .category-title{font-size:24px;left:20px}}@media (max-width: 576px){.category-header-visual{height:180px}.category-header-visual .category-title{font-size:20px}.category-body{padding:20px;gap:16px}.prod-name{font-size:16px}.prod-desc{font-size:14px}}.home-page{position:relative}.home-loader{height:100vh;display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:#666}.home-section{padding:80px 0}.section-head{margin-bottom:40px;display:flex;flex-direction:column}.title-md{font-size:32px;font-weight:800;color:#000;margin-bottom:8px;text-transform:uppercase;letter-spacing:1px}.subtitle{color:#666;font-size:16px;margin-bottom:20px}.link-btn{width:fit-content;text-transform:uppercase;font-weight:700;font-size:13px;border-bottom:2px solid var(--primary);padding-bottom:4px;transition:all .2s}.link-btn:hover{color:var(--primary)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.familias-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.familia-card{display:flex;background:#fff;border:1px solid #eee;border-radius:8px;overflow:hidden;transition:box-shadow .3s}.familia-card:hover{box-shadow:0 10px 30px #0000000d}.familia-img{flex:1;max-width:200px}.familia-img img{width:100%;height:100%;object-fit:cover}.familia-content{flex:2;padding:30px;display:flex;flex-direction:column;justify-content:center}.familia-content h3{font-size:20px;font-weight:700;margin-bottom:10px}.familia-content p{font-size:14px;color:#666;margin-bottom:20px}.btn-outline{display:inline-block;padding:10px 20px;border:1px solid #333;font-size:12px;font-weight:700;text-transform:uppercase;width:fit-content}.about-split{display:flex;min-height:500px;background:#f9f9f9}.about-img,.about-text{flex:1}.about-img img{width:100%;height:100%;object-fit:cover}.about-text{display:flex;align-items:center;padding:80px}.about-inner{max-width:500px}.brand-slogan{font-size:24px;color:var(--primary);margin:20px 0}.about-inner p{line-height:1.8;color:#444;margin-bottom:30px}.newsletter-section{padding:60px 0;background:#fff;border-top:1px solid #eee}.newsletter-grid{display:flex;align-items:center;justify-content:space-between}.newsletter-form{display:flex;gap:10px;max-width:500px;width:100%}.newsletter-form input{flex:1;padding:15px;border:1px solid #ddd;border-radius:4px}.btn-solid{background:#000;color:#fff;padding:15px 30px;border:none;font-weight:700;text-transform:uppercase;cursor:pointer}.text-center{text-align:center;align-items:center}@media (max-width: 991px){.product-grid,.familias-grid{grid-template-columns:repeat(2,1fr)}.about-split{flex-direction:column}.newsletter-grid{flex-direction:column;gap:30px;text-align:center}}@media (max-width: 576px){.product-grid,.familias-grid{grid-template-columns:1fr}}@media (max-width: 768px){.home-section{padding:48px 0}.title-md{font-size:26px;text-align:center}.subtitle{font-size:14px;text-align:center}.section-head{align-items:center}.about-text{padding:40px 24px}.newsletter-form{flex-direction:column;width:100%}.btn-solid{width:100%}}@media (max-width: 480px){.familia-card{flex-direction:column}.familia-img{max-width:100%}}.skeleton-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.skeleton-card{background:#fff;padding:15px;border-radius:12px}@media (max-width: 991px){.skeleton-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.skeleton-grid{grid-template-columns:1fr}}.product-sticky-nav{position:sticky;top:100px;z-index:100;background:#fff;border-bottom:1px solid #f0f0f0;box-shadow:0 4px 10px #00000005}.nav-tabs{display:flex;justify-content:center;gap:40px;padding:15px 0}.nav-tab{text-decoration:none;color:#4a5568;font-size:.85rem;font-weight:500;letter-spacing:.1em;transition:color .3s}.nav-tab:hover{color:#e6007e}html{scroll-behavior:smooth}@media (max-width: 768px){.nav-tabs{gap:20px;overflow-x:auto;justify-content:flex-start;padding:15px 20px}.nav-tab{white-space:nowrap}}.not-found-page{min-height:70vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:60px 20px}.not-found-content{max-width:600px}.not-found-icon{color:var(--primary);margin-bottom:20px;opacity:.5}.not-found-content h1{font-size:6rem;font-weight:900;margin:0;line-height:1;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.not-found-content h2{font-size:1.8rem;margin:20px 0;color:#1a1a1a}.not-found-content p{color:#666;font-size:1.1rem;margin-bottom:40px}.not-found-actions{display:flex;gap:15px;justify-content:center}.btn-outline{padding:12px 25px;border:2px solid #1a1a1a;color:#1a1a1a;font-weight:600;border-radius:8px;transition:all .2s}.btn-outline:hover{background:#1a1a1a;color:#fff}@media (max-width: 480px){.not-found-actions{flex-direction:column}}@media (max-width: 360px){.not-found-content h1{font-size:4.5rem}}.frequency-selector{margin:20px 0}.frequency-label{display:block;font-size:14px;font-weight:700;color:#1a1a1a;margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px}.frequency-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px}.frequency-option{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px 16px;background:#fafafa;border:2px solid #e5e5e5;border-radius:16px;cursor:pointer;transition:all .3s ease;text-align:center}.frequency-option:hover{border-color:#9333ea;background:#f9f5ff;transform:translateY(-2px)}.frequency-option.selected{background:linear-gradient(135deg,#9333ea,#7c3aed);border-color:#9333ea;color:#fff}.frequency-option.selected .frequency-name,.frequency-option.selected .frequency-interval{color:#fff}.popular-badge{position:absolute;top:-8px;right:-8px;background:#f59e0b;color:#fff;font-size:10px;font-weight:700;padding:4px 10px;border-radius:50px;text-transform:uppercase;letter-spacing:.3px;box-shadow:0 2px 8px #f59e0b4d}.frequency-name{font-size:16px;font-weight:700;color:#1a1a1a;margin-bottom:4px}.frequency-interval{font-size:13px;color:#666;font-weight:500}@media (max-width: 640px){.frequency-options{grid-template-columns:1fr}.frequency-option{padding:16px}}.subscription-badge{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;background:linear-gradient(135deg,#9333ea,#7c3aed);color:#fff;border-radius:50px;font-size:13px;font-weight:700;letter-spacing:.3px;box-shadow:0 4px 12px #9333ea40;transition:all .3s ease;cursor:pointer}.subscription-badge:hover{transform:translateY(-2px);box-shadow:0 6px 20px #9333ea59}.badge-icon{font-size:14px;line-height:1}.badge-text{font-size:12px;white-space:nowrap}.subscription-badge.compact{padding:6px 12px;font-size:11px}.subscription-badge.compact .badge-icon{font-size:12px}.subscription-badge.large{padding:12px 24px;font-size:15px}.subscription-badge.large .badge-icon{font-size:18px}.subscription-badge.outline{background:transparent;border:2px solid #9333ea;color:#9333ea;box-shadow:none}.subscription-badge.outline:hover{background:linear-gradient(135deg,#9333ea,#7c3aed);color:#fff}.price-display{margin:20px 0;padding:20px;background:#fafafa;border-radius:16px;border:1px solid #e5e5e5}.price-badge{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:50px;font-size:13px;font-weight:700;letter-spacing:.3px;margin-bottom:15px;box-shadow:0 4px 12px #00000014}.price-badge.distributor{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.price-badge.customer{background:linear-gradient(135deg,#9333ea,#7c3aed);color:#fff}.price-container{display:flex;flex-direction:column;gap:10px}.price-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0}.price-row.main{padding:12px 0;border-top:2px solid #e5e5e5;border-bottom:2px solid #e5e5e5}.price-label{font-size:14px;color:#666;font-weight:600}.original-price{font-size:16px;color:#999;text-decoration:line-through;font-weight:500}.current-price{font-size:32px;font-weight:800;color:#1a1a1a}.subscription-price{font-size:24px;font-weight:700;color:#9333ea}.savings-text{padding:12px 16px;background:#fff;border-radius:12px;text-align:center;font-size:14px;font-weight:700;border:1px solid #e5e5e5}.savings-text:not(.subscription){color:#f59e0b;background:#fffbeb;border-color:#fef3c7}.savings-text.subscription{color:#9333ea;background:#faf5ff;border-color:#e9d5ff}.price-display.distributor{background:linear-gradient(135deg,#fffbeb,#fef3c7);border-color:#fde047}.price-display.distributor .current-price{color:#d97706}.price-display.customer{background:#fff}@media (max-width: 640px){.price-display{padding:15px}.current-price{font-size:28px}.subscription-price{font-size:20px}.price-badge{font-size:12px;padding:6px 12px}}.subscription-price-green{color:#10b981}.original-price-strike{font-size:18px;color:#9ca3af;text-decoration:line-through;font-weight:500;margin-left:10px}.custom-strike{color:#999;text-decoration:line-through;font-size:1rem;margin-left:.5rem}.price-display.customer.active-subscription{background:linear-gradient(to bottom right,#f0fdf4,#fff);border-color:#bbf7d0}.variant-selector-container{margin:30px 0;overflow:visible}.variant-selector-title{font-size:20px;font-weight:700;color:#1e293b;margin-bottom:16px;display:flex;align-items:center;gap:12px}.distributor-label{font-size:14px;font-weight:600;background:linear-gradient(135deg,#2563eb,#1e40af);color:#fff;padding:4px 12px;border-radius:20px;display:inline-flex;align-items:center;gap:4px}.variant-chips-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:20px;padding:12px;margin-left:-12px;margin-right:-12px;overflow:visible}.variant-chip{position:relative;background:#fff;border:2px solid #e2e8f0;border-radius:16px;padding:20px;cursor:pointer;transition:all .3s ease}.variant-chip:hover{border-color:#cbd5e0;box-shadow:0 4px 12px #00000014}.variant-chip.selected{border-color:#2563eb;background:linear-gradient(135deg,#eff6ff,#dbeafe);box-shadow:0 4px 16px #2563eb33}.variant-chip.pack-trio{border:3px solid #f59e0b;background:linear-gradient(135deg,#fffbeb,#fef3c7)}.variant-chip.pack-trio:hover{box-shadow:0 6px 20px #f59e0b40}.variant-chip.pack-trio.selected{border-color:#f59e0b;background:linear-gradient(135deg,#fef3c7,#fde68a);box-shadow:0 6px 20px #f59e0b59}.variant-chip.master-box{border-color:#8b5cf6}.variant-chip.master-box.selected{border-color:#7c3aed;background:linear-gradient(135deg,#f5f3ff,#ede9fe)}.chip-selector{position:absolute;top:12px;right:12px;width:24px;height:24px;border:2px solid #cbd5e0;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff;transition:all .2s ease}.chip-selector.active{background:#2563eb;border-color:#2563eb;color:#fff}.variant-chip.pack-trio .chip-selector.active{background:#f59e0b;border-color:#f59e0b}.chip-badge{position:absolute;top:-2px;left:50%;transform:translate(-50%);font-size:11px;font-weight:700;text-transform:uppercase;padding:4px 10px;border-radius:0 0 12px 12px;display:flex;align-items:center;gap:4px;letter-spacing:.5px;box-shadow:0 2px 8px #0000001a;z-index:1}.chip-badge.badge-star{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.chip-badge.badge-trend{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff}.chip-badge.badge-savings{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.chip-content{display:flex;flex-direction:column;gap:8px;margin-top:8px}.chip-title{font-size:16px;font-weight:700;color:#1e293b;margin:0;padding-right:30px}.chip-units{font-size:13px;color:#64748b;margin:0;font-weight:500}.chip-price{display:flex;flex-direction:column;gap:2px;margin-top:4px}.price-label{font-size:12px;color:#64748b;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.price-value{font-size:24px;font-weight:800;color:#1e293b;line-height:1}.variant-chip.selected .price-value{color:#2563eb}.variant-chip.pack-trio .price-value{color:#d97706}.chip-per-unit{font-size:13px;color:#64748b;font-weight:600;padding:4px 8px;background:#64748b1a;border-radius:6px;display:inline-block;width:fit-content}.chip-savings{display:flex;align-items:center;gap:6px;padding:6px 10px;background:linear-gradient(135deg,#d1fae5,#a7f3d0);border-radius:8px;margin-top:4px}.savings-icon{font-size:14px}.savings-text{font-size:13px;font-weight:700;color:#065f46}.variant-chip.pack-trio .chip-savings{background:linear-gradient(135deg,#fed7aa,#fdba74)}.variant-chip.pack-trio .savings-text{color:#92400e}.chip-unavailable{padding:6px 10px;background:#fee2e2;border-radius:8px;text-align:center;margin-top:4px}.chip-unavailable span{font-size:12px;font-weight:600;color:#991b1b}.variant-chip:has(.chip-unavailable){opacity:.6;cursor:not-allowed}.variant-chip:has(.chip-unavailable):hover{transform:none;box-shadow:none;border-color:#e2e8f0}.variant-selector-info{padding:12px 16px;background:linear-gradient(135deg,#eff6ff,#dbeafe);border-left:4px solid #2563eb;border-radius:8px;margin-top:16px}.variant-selector-info p{margin:0;font-size:13px;color:#1e40af;line-height:1.6}.variant-selector-info strong{font-weight:700}@media (max-width: 768px){.variant-chips-grid{grid-template-columns:1fr;gap:12px}.variant-selector-title{font-size:18px;flex-direction:column;align-items:flex-start;gap:8px}.chip-content{gap:6px}.chip-title{font-size:15px}.price-value{font-size:20px}.chip-badge{font-size:10px;padding:3px 8px}}@media (max-width: 480px){.variant-chip{padding:16px}.chip-selector{width:20px;height:20px;top:10px;right:10px}.chip-selector svg{width:14px;height:14px}}.pricing-tier-table-container{background:#fff;border-radius:20px;padding:24px;box-shadow:0 4px 16px #00000014;margin:30px 0}.tier-table-header{margin-bottom:20px;padding-bottom:16px;border-bottom:2px solid #e2e8f0}.header-content{display:flex;align-items:flex-start;gap:12px}.header-icon{color:#2563eb;flex-shrink:0}.header-title{font-size:20px;font-weight:800;color:#1e293b;margin:0 0 4px}.header-subtitle{font-size:14px;color:#64748b;margin:0}.tier-current-status{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border:2px solid #2563eb;border-radius:12px;padding:16px;margin-bottom:20px}.status-content{display:flex;align-items:center;gap:12px;margin-bottom:12px}.status-icon{color:#2563eb;flex-shrink:0}.status-label{font-size:12px;color:#1e40af;margin:0;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.status-tier{font-size:16px;font-weight:800;color:#1e293b;margin:0}.status-price{margin-left:auto;text-align:right;display:flex;flex-direction:column;align-items:flex-end}.status-price .price-label{font-size:11px;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.status-price .price-value{font-size:24px;font-weight:800;color:#2563eb;line-height:1}.status-price .price-unit{font-size:13px;color:#64748b;font-weight:600}.status-next-tier{display:flex;align-items:center;gap:8px;padding:10px 12px;background:#ffffffb3;border-radius:8px;font-size:13px;color:#1e40af}.status-next-tier svg{color:#10b981;flex-shrink:0}.status-next-tier strong{font-weight:700;color:#059669}.tier-table{display:flex;flex-direction:column;gap:12px}.tier-row{display:flex;align-items:center;gap:16px;padding:16px;background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;transition:all .3s ease}.tier-row:hover{background:#f1f5f9;border-color:#cbd5e0}.tier-row.active{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-color:#2563eb;box-shadow:0 4px 12px #2563eb33}.tier-row.passed{opacity:.5}.tier-row.best{background:linear-gradient(135deg,#fef3c7,#fde68a);border-color:#f59e0b}.tier-row.best.active{background:linear-gradient(135deg,#fef3c7,#fcd34d);border-color:#d97706;box-shadow:0 4px 12px #f59e0b4d}.tier-indicator{width:32px;height:32px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.indicator-active{width:32px;height:32px;background:#2563eb;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.indicator-best{width:32px;height:32px;background:#f59e0b;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.indicator-dot{width:12px;height:12px;background:#cbd5e0;border-radius:50%}.tier-content{flex:1;display:grid;grid-template-columns:1fr 1fr auto;gap:16px;align-items:center}.tier-range{display:flex;flex-direction:column;gap:4px}.range-text{font-size:15px;font-weight:700;color:#1e293b}.range-badge{font-size:11px;font-weight:700;text-transform:uppercase;color:#d97706;background:#f59e0b33;padding:2px 8px;border-radius:4px;width:fit-content;letter-spacing:.5px}.tier-label{font-size:13px;color:#64748b;font-weight:600}.tier-row.active .tier-label{color:#1e40af;font-weight:700}.tier-pricing{display:flex;align-items:center;gap:12px}.price-main{display:flex;align-items:baseline;gap:4px}.price-amount{font-size:24px;font-weight:800;color:#1e293b;line-height:1}.tier-row.active .price-amount{color:#2563eb}.tier-row.best .price-amount{color:#d97706}.price-per{font-size:13px;color:#64748b;font-weight:600}.discount-badge{font-size:13px;font-weight:700;padding:4px 10px;border-radius:20px;background:#e0f2fe;color:#0369a1}.tier-row.active .discount-badge{background:#2563eb;color:#fff}.tier-row.best .discount-badge{background:#f59e0b;color:#fff}.tier-table-footer{margin-top:16px;padding-top:16px;border-top:1px solid #e2e8f0}.tier-table-footer p{margin:0;font-size:13px;color:#64748b;line-height:1.6}@media (max-width: 768px){.pricing-tier-table-container{padding:20px}.tier-content{grid-template-columns:1fr;gap:12px}.tier-range{order:1}.tier-pricing{order:2;justify-content:space-between}.tier-label{order:3;font-size:12px}.status-content{flex-wrap:wrap}.status-price{width:100%;align-items:flex-start;margin-left:32px;margin-top:8px}.header-title{font-size:18px}}@media (max-width: 480px){.tier-row{padding:12px;gap:12px}.tier-indicator,.indicator-active,.indicator-best{width:24px;height:24px}.indicator-active svg,.indicator-best svg{width:14px;height:14px}.price-amount{font-size:20px}.tier-pricing{flex-direction:column;align-items:flex-start;gap:6px}}.pdp-wrapper.container{max-width:1300px;margin:0 auto;padding:40px 20px;overflow-x:hidden;overflow-y:visible}.breadcrumbs{display:flex;align-items:center;gap:8px;margin-bottom:30px;font-size:13px;color:#666}.breadcrumbs a{text-decoration:none;color:inherit}.breadcrumbs a:hover{color:var(--primary)}.pdp-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:40px;width:100%;max-width:100%;box-sizing:border-box}.pdp-legal-disclaimer{margin:18px 8px 0;font-size:12px;color:#666;text-align:center;letter-spacing:.4px;line-height:1.6}.pdp-gallery{display:flex;gap:20px}.thumb-list{display:flex;flex-direction:column;gap:15px}.thumb-item{width:80px;height:80px;border:1px solid #eee;padding:5px;cursor:pointer;transition:border-color .2s ease;border-radius:12px;overflow:hidden;touch-action:manipulation;-webkit-tap-highlight-color:transparent}@media (hover: hover) and (pointer: fine){.thumb-item:hover{border-color:var(--primary)}}.thumb-item.active{border-color:var(--primary)}.thumb-item img{width:100%;height:100%;object-fit:contain;pointer-events:none}.main-image-container{flex:0 1 auto;height:680px;align-self:flex-start;border:2px solid #f5f5f5;background:#fdfdfd;border-radius:40px;overflow:hidden;display:flex}.main-pdp-img{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .2s ease}.pdp-details{display:flex;flex-direction:column;width:100%;max-width:100%;box-sizing:border-box;overflow:visible}.pdp-brand{font-size:14px;font-weight:700;color:#999;margin-bottom:15px;letter-spacing:2px}.pdp-title{font-size:36px;font-weight:800;color:#1a1a1a;margin-bottom:15px!important;line-height:1.2!important}.pdp-meta{margin-bottom:15px!important;display:flex;justify-content:space-between;align-items:center;gap:16px}.rating{display:flex;align-items:center;gap:12px}.rating span{font-size:14px;color:#666}.pdp-meta .btn-wishlist{background:#f5f5f5;border:2px solid #e0e0e0;border-radius:10px;padding:10px 12px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;color:#666;flex-shrink:0}.pdp-meta .btn-wishlist:hover{background:#fff0f6;border-color:var(--primary);color:var(--primary);transform:translateY(-2px);box-shadow:0 4px 12px #9333ea26}.pdp-meta .btn-wishlist.active{background:var(--primary);border-color:var(--primary);color:#fff}.pdp-meta .btn-wishlist.active:hover{background:#7c3aed;border-color:#7c3aed}.pdp-price-section{margin-bottom:30px!important}.current-price{font-size:32px;font-weight:800;color:#1a1a1a;letter-spacing:-1px}.pdp-variants{margin-bottom:30px!important}.variant-group{margin-bottom:25px!important}.variant-label{display:block;font-size:13px;font-weight:700;text-transform:uppercase;color:#333;margin-bottom:15px!important;letter-spacing:1px}.variant-label span{color:#666;font-weight:400;margin-left:5px}.variant-options{display:flex;flex-wrap:wrap;gap:12px}.variant-btn{padding:12px 24px;border:1px solid #e0e0e0;background:#fff;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}.variant-btn:hover{border-color:#000;background:#f9f9f9}.variant-btn.selected{background:#000;color:#fff;border-color:#000;box-shadow:0 4px 12px #00000026}.distributor-tip-banner{padding:16px;background:linear-gradient(135deg,#fef3c7,#fde68a);border:2px solid #f59e0b;border-radius:12px;margin-bottom:20px}.distributor-tip-banner p{margin:0;font-size:14px;color:#92400e;line-height:1.6}.distributor-tip-banner strong{font-weight:700;color:#78350f}.purchase-options{display:flex;flex-direction:column;gap:25px!important;margin-bottom:50px!important;width:100%;max-width:100%;box-sizing:border-box}.option-card{display:flex;align-items:center;gap:20px;padding:24px;border:2px solid #f0f0f0;border-radius:16px;cursor:pointer;transition:all .2s ease;position:relative;background:#fff;width:100%;max-width:100%;box-sizing:border-box}.option-card:hover{border-color:#e0e0e0}.option-card.selected{border-color:var(--primary);background:#fafff5}.option-card.highlight.selected{border-color:var(--primary)}.radio-dot{width:20px;height:20px;border:2px solid #ddd;border-radius:50%;flex-shrink:0;position:relative}.selected .radio-dot{border-color:var(--primary)}.selected .radio-dot:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;background:var(--primary);border-radius:50%}.option-info{flex:1}.option-info strong{display:block;font-size:16px;color:#1a1a1a}.option-info p{font-size:13px;color:#666;margin-top:4px}.option-price{font-size:18px;font-weight:800;color:#1a1a1a}.discount-tag{background:var(--primary);color:#fff;font-size:12px;font-weight:700;padding:4px 10px;border-radius:6px;margin-right:10px}.pdp-actions{display:flex;gap:15px;margin-bottom:40px}.pdp-return-note{margin:-20px 0 28px;font-size:13px;color:#666;line-height:1.6}.pdp-return-note a{color:var(--primary);font-weight:700;text-decoration:underline}.quantity-selector{display:flex;align-items:center;background:#f5f5f5;border-radius:8px;overflow:hidden}.quantity-selector button{background:none;border:none;padding:15px 20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.quantity-selector button:hover{background:#e0e0e0}.quantity-selector span{font-weight:700;width:40px;text-align:center;font-size:16px}.btn-add-pdp{flex:1;background:#000;color:#fff;border:none;border-radius:8px;font-weight:800;font-size:15px;letter-spacing:1px;cursor:pointer;transition:all .3s ease}.btn-add-pdp:hover:not(:disabled){background:#333;transform:translateY(-2px);box-shadow:0 8px 20px #0003}.btn-add-pdp:disabled{background:#ccc;cursor:not-allowed}.pdp-info-accordions{border-top:1px solid #eee}.accordion-item{border-bottom:1px solid #eee}.accordion-header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:25px 0;background:none;border:none;font-weight:700;font-size:15px;text-transform:uppercase;cursor:pointer;letter-spacing:1px}.accordion-body{padding-bottom:30px;font-size:15px;color:#444;line-height:1.8;width:100%;max-width:100%;overflow-wrap:break-word;word-wrap:break-word}.description-content img{border-radius:24px!important;max-width:100%;height:auto;margin:30px 0;display:block;box-shadow:0 10px 30px #0000000d}.description-content,.description-content *{max-width:100%;overflow-wrap:break-word;word-wrap:break-word}.timeline-container{padding-left:10px}.timeline-item{display:flex;gap:20px;margin-bottom:30px;position:relative}.timeline-icon{width:44px;height:44px;border:2px solid #eee;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff;z-index:2;flex-shrink:0;position:relative}.timeline-line{position:absolute;left:21px;top:44px;bottom:-30px;width:2px;background:#f0f0f0;z-index:1}.timeline-content h4{font-size:16px;margin-bottom:8px;font-weight:700}.timeline-content p{font-size:14px;color:#666;line-height:1.5}@property --border-angle{syntax: "<angle>"; initial-value: 0deg; inherits: false;}.shine-border-frame{position:relative;padding:40px;background:#fff;border-radius:40px;box-shadow:0 20px 60px #0000000d;z-index:1;width:100%;max-width:100%;box-sizing:border-box;overflow:visible}.shine-border-frame:before{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border-radius:42px;padding:2px;background:conic-gradient(from var(--border-angle),transparent 20%,var(--primary),#B5FF3B,var(--primary),transparent 80%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;z-index:-1;animation:border-rotate 4s linear infinite}.shine-border-frame:after{content:"";position:absolute;top:-15px;right:-15px;bottom:-15px;left:-15px;background:conic-gradient(from var(--border-angle),transparent 20%,var(--primary),#B5FF3B,var(--primary),transparent 80%);filter:blur(30px);opacity:.15;z-index:-2;animation:border-rotate 4s linear infinite}@keyframes border-rotate{0%{--border-angle: 0deg}to{--border-angle: 360deg}}@media (max-width: 991px){.pdp-layout{grid-template-columns:1fr}.pdp-wrapper.container{padding:20px}}.biotin-evolution-section{padding:40px 0 100px;overflow:visible}.biotin-main-container{width:100%;max-width:100%}.evolution-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:flex-start;width:100%;max-width:100%;box-sizing:border-box;overflow:visible}.timeline-intro{margin-bottom:30px}.evolution-label{display:inline-block;font-size:11px;font-weight:800;letter-spacing:2px;color:#9333ea;background:#9333ea1a;padding:6px 14px;border-radius:50px;margin-bottom:20px}.evolution-title{font-size:42px;font-weight:800;color:#1a1a1a;line-height:1.1;margin-bottom:25px}.gradient-purple{background:linear-gradient(135deg,#9333ea,#7c3aed);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.evolution-desc{font-size:17px;color:#666;line-height:1.6;max-width:500px}.evolution-label.green-theme{color:#16a34a;background:#16a34a1a}.gradient-green{background:linear-gradient(135deg,#16a34a,#22c55e);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.marker-dot.green-theme{background:#16a34a;box-shadow:0 0 0 4px #16a34a1a}.vertical-timeline-steps{display:flex;flex-direction:column;margin-top:20px}.timeline-step{display:flex;gap:30px}.step-marker{display:flex;flex-direction:column;align-items:center;width:24px}.marker-dot{width:14px;height:14px;background:#9333ea;border-radius:50%;border:4px solid #fff;box-shadow:0 0 0 4px #9333ea1a;z-index:2}.marker-line{flex:1;width:2px;background:#eee;margin:4px 0}.step-content{padding-bottom:40px}.step-header{display:flex;align-items:center;gap:15px;margin-bottom:12px}.step-badge{padding:4px 12px;background:#111;color:#fff;font-size:11px;font-weight:800;border-radius:6px}.step-content h3{font-size:20px;font-weight:800;margin:0}.step-content ul{list-style:none;padding:0;margin:0}.gradient-orange{background:linear-gradient(135deg,#f76802,#ea580c);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.orange-theme .usage-guide-card{background:linear-gradient(135deg,#ee8d59,#f0ac92)}.orange-theme .sabor-badge{color:#f09a6c}.step-content li{font-size:15px;color:#555;line-height:1.5;position:relative;padding-left:20px;margin-bottom:8px}.step-content li:before{content:"•";position:absolute;left:0;color:#9333ea;font-weight:700}.evolution-product-display{position:relative;display:flex;flex-direction:column;align-items:center;width:100%;max-width:100%;overflow:visible;padding:0 80px}.bottle-showcase-wrapper{width:100%;max-width:450px;position:relative;overflow:visible}.bottle-card-frame{position:relative;background:#fff;box-shadow:0 30px 60px #0000000d;width:100%;max-width:100%}.main-bottle-img{width:100%;height:auto;filter:drop-shadow(0 30px 60px rgba(0,0,0,.1));z-index:1}.floating-badge{position:absolute;display:flex;align-items:center;gap:10px;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:12px 20px;border-radius:100px;box-shadow:0 10px 30px #0000000f;z-index:2;font-weight:700;font-size:13px;border:1px solid rgba(255,255,255,.5);color:#fff}.badge-icon{width:24px;height:24px;background:#7aba2c;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center}.floating-badge.b1{top:10%;right:-15%}.floating-badge.b2{top:45%;left:-20%}.floating-badge.b3{bottom:15%;right:-15%}.floating-badge.b4{top:15%;left:-15%}.floating-badge.b5{bottom:25%;left:-10%}.nutritional-highlights{display:flex;align-items:center;gap:30px;background:#fff;padding:30px 50px;border-radius:24px;box-shadow:0 10px 40px #0000000a;width:100%;max-width:100%;box-sizing:border-box}.highlight-item{text-align:center}.highlight-item strong{display:block;font-size:24px;font-weight:800;color:#1a1a1a}.highlight-item span{font-size:12px;color:#888;font-weight:600}.divider{width:1px;height:30px;background:#eee}.product-specs-container{padding:30px;border-radius:32px;border:1px solid #eee;background:#fff}.spec-item{margin-bottom:20px}.spec-item h4{font-size:14px;font-weight:800;text-transform:uppercase;margin-bottom:8px}.spec-item p{font-size:15px;font-weight:600;line-height:1.5}@media (max-width: 991px){.biotin-evolution-section{padding:30px 0 60px;overflow:visible!important}.biotin-evolution-section .container{padding:0 16px!important;width:100%!important;max-width:100%!important;overflow:visible!important}.biotin-main-container{width:100%!important;max-width:100%!important;overflow:visible!important}.evolution-grid{display:flex!important;flex-direction:column!important;width:100%!important;max-width:100%!important;gap:0!important}.evolution-grid>*{display:block!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important;margin-bottom:30px!important;flex:none!important}.evolution-grid>*:last-child{margin-bottom:0!important}.evolution-timeline,.evolution-product-display{width:100%!important;max-width:100%!important}.evolution-timeline{order:1}.evolution-grid>*:has(.product-specs-container){order:2}.evolution-grid>motion\.div,.evolution-grid>div{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important}.evolution-product-display{order:-1}.floating-badge{padding:8px 12px;font-size:12px;gap:6px;white-space:nowrap}.badge-icon{width:20px;height:20px}.floating-badge.b1{right:2%;top:5%}.floating-badge.b2{left:2%;top:40%}.floating-badge.b3{right:2%;bottom:10%}.floating-badge.b4{left:2%;top:15%}.floating-badge.b5{left:2%;bottom:20%}.bottle-showcase-wrapper{padding:0 20px}.biotin-technical-grid>div{display:flex!important;flex-direction:column!important;gap:30px!important}.biotin-technical-grid>div>*:first-child{order:1}.biotin-technical-grid>div>*:last-child{order:2}}.usage-guide-card{background:linear-gradient(135deg,#1d2d50,#131d35);padding:30px;border-radius:24px;color:#fff;position:relative;overflow:hidden}.usage-guide-card:before{content:"";position:absolute;top:-50%;right:-20%;width:200px;height:200px;background:radial-gradient(circle,rgba(147,51,234,.2),transparent 70%);pointer-events:none}.sabor-badge{display:inline-block;padding:4px 12px;background:#9333ea;color:#fff;font-size:10px;font-weight:800;border-radius:50px;margin-bottom:15px;letter-spacing:1.5px;text-transform:uppercase}.usage-content h4{color:#fff;font-size:20px;font-weight:800;margin-bottom:10px}.usage-guide-card.green-theme:before{background:radial-gradient(circle,rgba(22,163,74,.3),transparent 70%)}.sabor-badge.green-theme{background:#16a34a}.usage-content p{color:#fffc;font-size:15px;line-height:1.5;margin:0}.benefits-detailed-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:30px;margin-top:40px}.benefit-col h4{font-size:16px;font-weight:800;color:#1a1a1a;margin-bottom:15px;border-bottom:2px solid #eee;padding-bottom:8px;display:flex;align-items:center;gap:10px}.benefit-col ul{list-style:none;padding:0;margin:0}.benefit-col li{font-size:13px;color:#666;margin-bottom:8px;line-height:1.4;position:relative;padding-left:15px}.benefit-col li:before{content:"•";position:absolute;left:0;color:var(--theme-color, #9333ea);font-weight:700}.orange-theme{--theme-color: #f97316}.orange-theme .evolution-label{color:#f97316;background:#f973161a}.orange-theme .marker-dot{background:#f97316;box-shadow:0 0 0 4px #f973161a}.usage-guide-card.orange-theme:before{background:radial-gradient(circle,rgba(249,115,22,.3),transparent 70%)}.sabor-badge.orange-theme{background:#585857}.vflex-theme{--theme-color: #16a34a}.vflex-theme .evolution-label{color:#16a34a;background:#16a34a1a}.vflex-theme .marker-dot{background:#16a34a;box-shadow:0 0 0 4px #16a34a1a}.gradient-vflex{background:linear-gradient(135deg,#16a34a,#15803d);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.usage-guide-card.vflex-theme:before{background:radial-gradient(circle,rgba(22,163,74,.3),transparent 70%)}.sabor-badge.vflex-theme{background:#16a34a}.vflora-theme{--theme-color: #ea580c}.vflora-theme .evolution-label{color:#ea580c;background:#ea580c1a}.vflora-theme .marker-dot{background:#ea580c;box-shadow:0 0 0 4px #ea580c1a}.gradient-vflora{background:linear-gradient(135deg,#ea580c,#c2410c);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.usage-guide-card.vflora-theme:before{background:radial-gradient(circle,rgba(234,88,12,.3),transparent 70%)}.sabor-badge.vflora-theme{background:#ea580c}.tp-theme{--theme-color: #003366}.tp-theme .evolution-label{color:#036;background:#0033661a}.tp-theme .marker-dot{background:#036;box-shadow:0 0 0 4px #0033661a}.gradient-tp{background:linear-gradient(135deg,#036,#024);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.usage-guide-card.tp-theme:before{background:radial-gradient(circle,rgba(0,51,102,.3),transparent 70%)}.sabor-badge.tp-theme{background:#036}.nutritional-table-container{margin-top:30px;background:#fff;border:1px solid #eee;border-radius:20px;padding:20px}.nutrition-header{margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid #f0f0f0}.nutrition-header h4{font-size:16px;font-weight:800;margin-bottom:5px}.nutrition-header p{font-size:12px;color:#888;margin:0}.nutri-table{width:100%;border-collapse:collapse}.nutri-table th{text-align:left;font-size:11px;text-transform:uppercase;color:#999;padding:10px 5px;border-bottom:1px solid #eee}.nutri-table td{padding:10px 5px;border-bottom:1px solid #f9f9f9;font-size:13px;color:#444}.nutri-table tr:last-child td{border-bottom:none}.nutri-label{font-weight:600;color:#1a1a1a}.nutri-value{text-align:right;font-family:Inter,sans-serif;font-weight:500}.nutri-important{background:#fff9f5;font-weight:700!important;color:var(--theme-color)!important}.vplen-theme{--theme-color: #a855f7}.vplen-theme .evolution-label{color:#a855f7;background:#a855f71a}.vplen-theme .marker-dot{background:#a855f7;box-shadow:0 0 0 4px #a855f71a}.vplen-theme .usage-guide-card:before{background:radial-gradient(circle,rgba(168,85,247,.3),transparent 70%)}.sabor-badge.vplen-theme{background:#a855f7}@media (max-width: 768px){*{box-sizing:border-box}body,html{overflow-x:hidden!important;max-width:100vw!important}.pdp-wrapper.container{padding:80px 12px 20px;overflow-x:hidden;width:100%;max-width:100vw}.biotin-evolution-section{overflow:visible!important;width:100%!important;max-width:100vw!important}.biotin-evolution-section .container{overflow:visible!important;width:100%!important;max-width:100%!important}.pdp-layout{grid-template-columns:1fr;gap:20px;width:100%;max-width:100%}.pdp-details{width:100%;max-width:100%;overflow-x:hidden}.breadcrumbs{font-size:11px;flex-wrap:wrap;gap:6px;margin-bottom:20px;padding-top:10px}.shine-border-frame{padding:16px;border-radius:16px;width:100%;max-width:100%;margin:0;overflow:visible!important}.shine-border-frame:before,.shine-border-frame:after{display:none}.pdp-gallery{flex-direction:column;gap:12px}.thumb-list{flex-direction:row;overflow-x:auto;padding-bottom:6px;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none}.thumb-list::-webkit-scrollbar{display:none}.thumb-item{width:64px;height:64px;flex:0 0 auto;scroll-snap-align:start;touch-action:manipulation;-webkit-tap-highlight-color:transparent;transition:none}.thumb-item:hover{border-color:#eee}.main-image-container{height:auto;max-height:400px;aspect-ratio:1/1;border-radius:20px;width:100%}.main-pdp-img{object-fit:contain;padding:10px;will-change:transform;transform:translateZ(0)}.pdp-title{font-size:24px;line-height:1.3;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.pdp-meta{flex-direction:row;justify-content:space-between;align-items:center}.pdp-meta .btn-wishlist{padding:10px}.pdp-actions{flex-direction:column;gap:12px}.quantity-selector,.btn-add-pdp{width:100%}.option-card{flex-direction:column;align-items:flex-start;gap:12px;padding:14px;width:100%;max-width:100%;margin:0}.option-info{width:100%;max-width:100%;word-wrap:break-word;overflow-wrap:break-word}.option-info strong,.option-info p{max-width:100%;word-wrap:break-word}.option-price{font-size:18px;align-self:flex-start}.purchase-options{width:100%;max-width:100%;gap:12px!important}.variant-options{gap:8px}.variant-btn{padding:10px 16px;font-size:13px}.nutritional-highlights{flex-direction:column;gap:16px;padding:16px;width:100%;max-width:100%;box-sizing:border-box}.highlight-item{width:100%;max-width:100%}.bottle-showcase-wrapper{padding:0;overflow:visible}.evolution-product-display{overflow:visible;width:100%}.accordion-body,.accordion-body *{max-width:100%;overflow-wrap:break-word}.floating-badge{padding:6px 10px;font-size:11px;gap:5px}.badge-icon{width:18px;height:18px}.floating-badge.b1,.floating-badge.b3{right:5%}.floating-badge.b2,.floating-badge.b4,.floating-badge.b5{left:5%}.divider{display:none}.evolution-title{font-size:24px;line-height:1.3;word-wrap:break-word;overflow-wrap:break-word;max-width:100%}.pdp-brand,.pdp-price-section,.pdp-variants,.pdp-info-accordions{width:100%;max-width:100%;box-sizing:border-box}.accordion-item{margin-bottom:12px}.accordion-header{padding:14px;font-size:14px}.accordion-body{padding:16px;font-size:14px;line-height:1.6}.timeline-item{padding:12px 0}.usage-guide-card{padding:20px}.benefit-col{padding:16px}.evolution-grid{gap:20px}.evolution-grid>div{width:100%;max-width:100%;overflow-x:hidden}.product-specs-container{padding:20px 16px!important;border-radius:20px!important;background:#fafafa!important;border:none!important;width:100%!important;max-width:100%!important;display:block!important;margin:0!important;box-sizing:border-box!important}.spec-item{background:#fff;padding:16px;border-radius:12px;margin-bottom:12px;border:1px solid #eee;box-shadow:0 2px 8px #0000000a}.spec-item:last-of-type{margin-bottom:20px}.spec-item h4{font-size:11px!important;font-weight:800!important;letter-spacing:.5px!important;margin-bottom:8px!important}.spec-item p{font-size:14px!important;font-weight:600!important;line-height:1.6!important;color:#333!important}.spec-item,.spec-item *{width:100%;max-width:100%;word-wrap:break-word;overflow-wrap:break-word}.nutritional-table-container{padding:16px;width:100%;max-width:100%;overflow-x:auto;background:#fff;border-radius:12px;border:1px solid #eee;box-shadow:0 2px 8px #0000000a;margin-top:12px}.nutrition-header h4{font-size:13px;font-weight:800;margin-bottom:6px}.nutrition-header p{font-size:11px;color:#666;line-height:1.4}.nutri-table{width:100%;font-size:13px}.nutri-table th{font-size:10px;padding:8px 4px}.nutri-table td{padding:10px 4px;font-size:13px}.nutri-label{font-size:13px}.nutri-value{font-size:13px;font-weight:600}}@media (max-width: 480px){body,html{overflow-x:hidden;max-width:100vw}.pdp-wrapper.container{padding:40px 8px 16px;width:100%;max-width:100%}.pdp-layout{gap:16px}.evolution-grid{display:flex!important;flex-direction:column!important;gap:0!important}.evolution-grid>div{display:block!important;width:100%!important;max-width:100%!important;padding:16px;margin-bottom:20px!important;flex:none!important}.shine-border-frame{padding:12px;border-radius:12px;margin:0}.main-image-container{height:auto;max-height:320px;aspect-ratio:1/1;margin:0}.pdp-title{font-size:18px;padding-right:0;max-width:100%}.pdp-brand{font-size:11px}.current-price{font-size:24px}.variant-btn{width:100%;justify-content:center;font-size:12px;padding:8px 10px;margin:0}.purchase-options{gap:10px!important;margin-bottom:30px!important}.option-card{padding:12px;gap:10px}.option-info strong{font-size:14px}.option-info p{font-size:12px}.btn-add-pdp{padding:12px;font-size:13px;width:100%}.evolution-title{font-size:18px}.nutritional-table-container{padding:16px;width:100%;max-width:100%;overflow-x:auto;background:#fff;border-radius:12px;border:1px solid #eee;box-shadow:0 2px 8px #0000000a}.nutrition-header h4{font-size:13px;font-weight:800;margin-bottom:6px}.nutrition-header p{font-size:11px;color:#666;line-height:1.4}.nutri-table{width:100%;font-size:13px}.nutri-table th{font-size:10px;padding:8px 4px}.nutri-table td{padding:10px 4px;font-size:13px}.nutri-label{font-size:13px}.nutri-value{font-size:13px;font-weight:600}.accordion-header{font-size:13px;padding:12px 0}.accordion-body{font-size:13px;padding:0 0 16px}}.moq-banner{display:flex;gap:20px;padding:24px;background:linear-gradient(135deg,#fffbeb,#fef3c7);border:2px solid #fbbf24;border-radius:16px;margin:20px 0;box-shadow:0 4px 12px #fbbf2426;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.moq-icon{font-size:32px;line-height:1;flex-shrink:0}.moq-content{flex:1;display:flex;flex-direction:column;gap:12px}.moq-content h4{font-size:18px;font-weight:800;color:#92400e;margin:0}.moq-message{font-size:14px;color:#78350f;font-weight:600;margin:0}.moq-progress-container{display:flex;flex-direction:column;gap:10px}.progress-bar{width:100%;height:12px;background:#92400e26;border-radius:50px;overflow:hidden;position:relative}.progress-fill{height:100%;background:linear-gradient(90deg,#f59e0b,#d97706);border-radius:50px;transition:width .5s ease-out;box-shadow:0 2px 8px #f59e0b66}.moq-details{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:13px;color:#78350f}.missing-item{display:inline-flex;align-items:center;gap:4px}.missing-item strong{color:#92400e;font-weight:800}.separator{padding:0 6px;font-weight:700;color:#92400e}.moq-hint{padding:12px 16px;background:#fff9;border-radius:8px;font-size:13px;color:#78350f;border:1px solid rgba(251,191,36,.3)}.moq-hint strong{color:#92400e;font-weight:700}@media (max-width: 640px){.moq-banner{flex-direction:column;gap:12px;padding:16px}.moq-icon{font-size:24px}.moq-content h4{font-size:16px}.moq-details{flex-direction:column;align-items:flex-start;gap:6px}.separator{display:none}}.cart-page{padding-top:40px;padding-bottom:80px;min-height:60vh}.cart-title{font-family:Outfit,sans-serif;font-size:2rem;font-weight:700;margin-bottom:30px;color:#1a1a1a}.cart-layout{display:grid;grid-template-columns:1fr 340px;gap:40px}.cart-items{background:#fff;border-radius:12px}.cart-item{display:flex;gap:20px;padding:20px 0;border-bottom:1px solid #eee}.cart-item:last-child{border-bottom:none}.cart-item-img{width:100px;height:100px;background:#f4f4f4;border-radius:8px;overflow:hidden;flex-shrink:0}.cart-item-img img{width:100%;height:100%;object-fit:cover}.cart-item-info{flex:1}.cart-item-title{font-family:Outfit,sans-serif;font-weight:600;font-size:1.1rem;color:#1a1a1a;text-decoration:none;display:block;margin-bottom:5px}.cart-item-title:hover{color:#ffb800}.cart-item-variant{font-size:.9rem;color:#666;margin-bottom:5px}.cart-item-price{font-weight:500;color:#333;margin-bottom:5px}.cart-item-qty{font-size:.9rem;color:#888}.cart-item-controls{display:flex;align-items:center;gap:20px;margin-top:15px}.qty-control{display:flex;align-items:center;border:1px solid #ddd;border-radius:6px;overflow:hidden}.qty-control button{background:#f4f4f4;border:none;padding:8px 12px;cursor:pointer;display:flex;align-items:center;color:#333}.qty-control button:hover:not(:disabled){background:#e9e9e9}.qty-control span{padding:0 15px;font-weight:600;min-width:30px;text-align:center}.btn-remove{background:none;border:none;color:#888;font-size:.85rem;display:flex;align-items:center;gap:5px;cursor:pointer;transition:color .2s}.btn-remove:hover:not(:disabled){color:#f44}.cart-item-total{font-weight:700;font-size:1.1rem;color:#1a1a1a}.empty-cart-container{padding:80px 0;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh}.empty-cart-icon{color:#ccc;margin-bottom:20px}.empty-cart-container h2{font-size:1.8rem;margin-bottom:10px}.empty-cart-container p{color:#666;margin-bottom:30px}.cart-page-loader{min-height:50vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px;color:#666}.loader-spinner{width:40px;height:40px;border:3px solid #f3f3f3;border-top:3px solid #000;border-radius:50%;animation:spin 1s linear infinite}.summary-card{background:#f9f9f9;padding:25px;border-radius:12px;position:sticky;top:100px}.summary-card h3{font-size:1.2rem;margin-bottom:20px;border-bottom:1px solid #ddd;padding-bottom:15px}.summary-row{display:flex;justify-content:space-between;margin-bottom:12px;font-size:.95rem;color:#444}.highlight-row{color:var(--primary);font-weight:600}.summary-total{display:flex;justify-content:space-between;margin-top:20px;margin-bottom:25px;font-size:1.2rem;font-weight:700;color:#000;border-top:1px solid #ddd;padding-top:15px}.checkout-consent{margin-bottom:14px}.checkout-consent .checkbox-label{display:flex;gap:10px;font-size:12px;color:#555;line-height:1.5;align-items:flex-start}.checkout-consent .checkbox-label input{margin-top:3px}.checkout-consent a{color:var(--primary);font-weight:700;text-decoration:underline}.btn-checkout{width:100%;background:#000;color:#fff;padding:15px;border:none;border-radius:8px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;transition:background .2s}.btn-checkout:hover{background:#333}.secure-checkout-note{margin-top:15px;text-align:center;font-size:.8rem;color:#888}@media (max-width: 768px){.cart-layout{grid-template-columns:1fr}.summary-card{position:static}}@media (max-width: 640px){.cart-item{flex-direction:column;align-items:flex-start}.cart-item-img{width:80px;height:80px}.cart-item-controls{width:100%;justify-content:space-between;flex-wrap:wrap;gap:12px}.cart-item-total{margin-top:10px}}.about-hero{background:#f4f4f4;padding:80px 0;text-align:center;margin-bottom:60px}.about-hero h1{font-size:3rem;font-weight:800;margin-bottom:10px;letter-spacing:2px}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;margin-bottom:80px}.about-text-content h2{font-size:2rem;margin-bottom:25px;color:var(--primary)}.about-text-content p{line-height:1.8;color:#555;margin-bottom:20px}.about-image img{width:100%;border-radius:12px;box-shadow:0 20px 40px #0000001a}.values-section{text-align:center;padding:60px 0}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:40px}.value-card{padding:30px;background:#fff;border:1px solid #eee;border-radius:12px;transition:transform .3s}.value-card:hover{transform:translateY(-5px)}.value-card h3{color:var(--primary);margin-bottom:15px}.contact-header{text-align:center;padding:60px 0}.contact-header h1{font-size:2.5rem;margin-bottom:10px}.contact-layout{display:grid;grid-template-columns:1fr 2fr;gap:80px;margin-bottom:100px}.contact-info{display:flex;flex-direction:column;gap:40px}.info-item{display:flex;gap:20px;align-items:flex-start}.info-icon{color:var(--primary);flex-shrink:0}.info-item h3{font-size:1.1rem;margin-bottom:5px}.contact-form{background:#fff;padding:40px;border-radius:12px;box-shadow:0 10px 30px #0000000d}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:600;font-size:.9rem}.form-group input,.form-group textarea{width:100%;padding:12px;border:1px solid #ddd;border-radius:6px;font-family:inherit}.form-group input:disabled,.form-group textarea:disabled{background-color:#f3f4f6;cursor:not-allowed;opacity:.6}.btn-send{background:#1a1a1a;color:#fff;border:none;padding:15px 30px;border-radius:6px;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:10px;transition:background .2s}.btn-send:hover{background:var(--primary)}.btn-send:disabled{background:#9ca3af;cursor:not-allowed;opacity:.7}.btn-send:disabled:hover{background:#9ca3af}.contact-consent{margin-top:-6px;margin-bottom:16px}.contact-consent .checkbox-label{display:flex;gap:10px;font-size:12px;color:#555;line-height:1.5;align-items:flex-start}.contact-consent .checkbox-label input{margin-top:3px}.contact-consent a{color:var(--primary);font-weight:700;text-decoration:underline}.contact-consent .consent-error{color:#b91c1c;font-size:12px;margin:6px 0 0 22px}.faq-page{padding:80px 0;max-width:900px}.faq-page h1{margin-bottom:40px;text-align:center}.faq-section{margin-bottom:50px}.faq-section h2{font-size:1.4rem;margin-bottom:20px;border-left:4px solid var(--primary);padding-left:15px}.faq-item{background:#fff;border:1px solid #eee;border-radius:14px;padding:20px;box-shadow:0 8px 20px #0000000a}.faq-item h3{margin-bottom:10px;font-size:1.05rem;color:#1a1a1a}.faq-item p{color:#555;line-height:1.7}.faq-spacer{height:16px}.legal-page{padding:80px 0;max-width:800px}.legal-page h1{margin-bottom:40px;text-align:center}.legal-content section{margin-bottom:40px}.legal-content h2{font-size:1.4rem;margin-bottom:15px;border-left:4px solid var(--primary);padding-left:15px}.legal-content p{line-height:1.8;color:#444}.legal-content ul,.legal-content ol{line-height:1.8;color:#444;margin:0 0 20px;padding-left:20px}.legal-content li{margin-bottom:10px}.legal-content .spaced-list li+li{margin-top:14px}.legal-spacer{height:16px}.legal-divider{border:0;border-top:1px solid #e5e7eb;margin:32px 0 12px}.legal-updated{color:#6b7280;font-size:.95rem;margin:0}@media (max-width: 768px){.about-grid,.values-grid,.contact-layout{grid-template-columns:1fr;gap:40px}}@media (max-width: 576px){.about-hero{padding:50px 0}.about-hero h1{font-size:2rem;letter-spacing:1px}.contact-header h1{font-size:2rem}.contact-form{padding:24px}}.subscription-page{width:100%;overflow-x:hidden}.subscription-hero{padding:120px 20px 80px;background:linear-gradient(135deg,#f8f9fa,#fff);position:relative;overflow:hidden}.subscription-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 50%,rgba(147,51,234,.05) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(59,130,246,.05) 0%,transparent 50%);pointer-events:none}.subscription-hero .container{max-width:1200px;margin:0 auto;position:relative;z-index:1}.hero-content{text-align:center;margin-bottom:60px}.hero-label{display:inline-block;padding:8px 20px;background:linear-gradient(135deg,#9333ea,#7c3aed);color:#fff;border-radius:50px;font-size:14px;font-weight:600;margin-bottom:20px;letter-spacing:.5px}.hero-title{font-size:56px;font-weight:800;line-height:1.2;margin-bottom:20px;color:#1a1a1a}.gradient-text{background:linear-gradient(135deg,#9333ea,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:20px;color:#666;max-width:700px;margin:0 auto 40px;line-height:1.6}.hero-ctas{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.hero-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:30px;max-width:900px;margin:0 auto}.stat-card{background:#fff;padding:30px;border-radius:20px;text-align:center;box-shadow:0 4px 20px #0000000f;border:1px solid #f0f0f0}.stat-number{font-size:48px;font-weight:800;color:#9333ea;margin-bottom:10px}.stat-label{font-size:14px;color:#666;font-weight:600;text-transform:uppercase;letter-spacing:1px}.subscription-benefits{padding:100px 20px;background:#fff}.subscription-benefits .container{max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:60px}.section-title{font-size:42px;font-weight:800;color:#1a1a1a;margin-bottom:15px}.section-description{font-size:18px;color:#666;max-width:600px;margin:0 auto}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px}.benefit-card{background:#fafafa;padding:40px 30px;border-radius:24px;border:1px solid #f0f0f0;transition:all .3s ease}.benefit-card:hover{transform:translateY(-5px);box-shadow:0 12px 40px #00000014;border-color:#9333ea}.benefit-icon{font-size:48px;margin-bottom:20px}.benefit-card h3{font-size:20px;font-weight:700;color:#1a1a1a;margin-bottom:12px}.benefit-card p{font-size:15px;color:#666;line-height:1.6}.subscription-plans{padding:100px 20px;background:linear-gradient(135deg,#f8f9fa,#fff)}.subscription-plans .container{max-width:1200px;margin:0 auto}.plans-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:40px;max-width:1000px;margin:0 auto}.plan-card{background:#fff;padding:50px 40px;border-radius:32px;border:2px solid #f0f0f0;position:relative;transition:all .3s ease}.plan-card:hover{transform:translateY(-8px);box-shadow:0 20px 60px #0000001f}.plan-featured{border-color:#9333ea;box-shadow:0 12px 40px #9333ea26}.plan-header{margin-bottom:30px}.plan-badge{display:inline-block;padding:6px 16px;background:#f0f0f0;color:#666;border-radius:50px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:15px}.plan-badge.featured{background:linear-gradient(135deg,#9333ea,#7c3aed);color:#fff}.plan-title{font-size:32px;font-weight:800;color:#1a1a1a;margin-bottom:5px}.plan-subtitle{font-size:16px;color:#666;font-weight:500}.plan-price{text-align:center;padding:30px 0;margin-bottom:30px;border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0}.price-discount{display:block;font-size:52px;font-weight:800;color:#9333ea;line-height:1;margin-bottom:10px}.price-label{font-size:16px;color:#666;font-weight:600}.plan-features{list-style:none;padding:0;margin:0 0 40px}.plan-features li{padding:12px 0;font-size:15px;color:#444;line-height:1.6;border-bottom:1px solid #f5f5f5}.plan-features li:last-child{border-bottom:none}.plan-cta{width:100%;text-align:center;padding:16px 32px;font-size:16px;font-weight:700;text-decoration:none;display:block}.how-it-works{padding:100px 20px;background:#fff}.how-it-works .container{max-width:1200px;margin:0 auto}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px}.step-card{text-align:center;padding:40px 30px}.step-number{display:inline-block;width:80px;height:80px;line-height:80px;background:linear-gradient(135deg,#9333ea,#7c3aed);color:#fff;border-radius:50%;font-size:28px;font-weight:800;margin-bottom:25px}.step-card h3{font-size:24px;font-weight:700;color:#1a1a1a;margin-bottom:15px}.step-card p{font-size:16px;color:#666;line-height:1.6}.subscription-faq{padding:100px 20px;background:#fafafa}.subscription-faq .container{max-width:1200px;margin:0 auto}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:30px}.faq-item{background:#fff;padding:30px;border-radius:20px;border:1px solid #f0f0f0}.faq-item h3{font-size:18px;font-weight:700;color:#1a1a1a;margin-bottom:12px}.faq-item p{font-size:15px;color:#666;line-height:1.6}.subscription-cta{padding:100px 20px;background:linear-gradient(135deg,#9333ea,#7c3aed);text-align:center}.subscription-cta .container{max-width:800px;margin:0 auto}.cta-content h2{font-size:42px;font-weight:800;color:#fff;margin-bottom:15px}.cta-content p{font-size:18px;color:#ffffffe6;margin-bottom:30px}.btn-large{padding:18px 48px;font-size:18px}.btn{padding:14px 32px;border-radius:50px;font-weight:700;text-decoration:none;display:inline-block;transition:all .3s ease;cursor:pointer;border:none}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #9333ea4d}.btn-secondary{background:#fff;color:#9333ea;border:2px solid #9333ea}.btn-secondary:hover{background:#9333ea;color:#fff}@media (max-width: 768px){.hero-title{font-size:36px}.hero-description{font-size:16px}.section-title{font-size:32px}.plans-grid,.faq-grid,.steps-grid{grid-template-columns:1fr}.cta-content h2{font-size:32px}}@media (max-width: 768px){.subscription-hero{padding:90px 16px 60px}.hero-title{font-size:34px}.hero-description{font-size:16px}.plans-grid{grid-template-columns:1fr}.plan-card{padding:32px 24px}.benefits-grid{grid-template-columns:1fr}}@media (max-width: 480px){.hero-stats{grid-template-columns:1fr}.section-title{font-size:30px}}.auth-test-page{min-height:100vh;padding:60px 20px;background:#f5f5f5}.auth-test-page .container{max-width:1200px;margin:0 auto}.auth-test-page h1{font-size:32px;font-weight:800;margin-bottom:40px;text-align:center;color:#1a1a1a}.test-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:30px}.test-section{background:#fff;padding:30px;border-radius:16px;box-shadow:0 4px 12px #00000014}.test-section.full-width{grid-column:1 / -1}.test-section h2{font-size:20px;font-weight:700;margin-bottom:20px;color:#1a1a1a}.status-card{display:flex;flex-direction:column;gap:15px}.status-row{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#fafafa;border-radius:8px;border:1px solid #e5e5e5}.status-row .label{font-weight:600;color:#666;font-size:14px}.status-row .value{font-weight:600;font-size:14px}.status-row .value.success{color:#10b981}.status-row .value.error{color:#ef4444}.status-row .value.neutral{color:#6b7280}.status-row .value.code{font-family:monospace;font-size:12px;color:#9333ea;word-break:break-all}.login-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-weight:600;font-size:14px;color:#1a1a1a}.form-group input{padding:12px 16px;border:2px solid #e5e5e5;border-radius:8px;font-size:14px;transition:border-color .3s}.form-group input:focus{outline:none;border-color:#9333ea}.error-message{padding:12px;background:#fef2f2;color:#dc2626;border-radius:8px;font-size:14px;font-weight:600;border:1px solid #fecaca}.test-credentials{margin-top:20px;padding:16px;background:#f0fdf4;border-radius:8px;border:1px solid #bbf7d0}.test-credentials h4{font-size:14px;font-weight:700;color:#166534;margin-bottom:8px}.test-credentials p{font-size:13px;color:#166534;margin:4px 0}.btn{padding:12px 24px;border-radius:8px;font-weight:700;font-size:14px;border:none;cursor:pointer;transition:all .3s}.btn-primary{background:linear-gradient(135deg,#9333ea,#7c3aed);color:#fff}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #9333ea4d}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{background:#f3f4f6;color:#1a1a1a}.btn-secondary:hover{background:#e5e7eb}.btn-outline{background:#fff;color:#9333ea;border:2px solid #9333ea}.btn-outline:hover{background:#9333ea;color:#fff}.btn-danger{background:#ef4444;color:#fff}.btn-danger:hover{background:#dc2626}.price-info{padding:16px;background:#fafafa;border-radius:8px;margin-bottom:20px}.price-info h3{font-size:18px;font-weight:700;margin-bottom:8px}.price-info p{font-size:14px;color:#666}.price-data-display{margin-bottom:30px}.price-data-display h4{font-size:16px;font-weight:700;margin-bottom:12px}.price-data-display pre{background:#1a1a1a;color:#10b981;padding:16px;border-radius:8px;overflow-x:auto;font-size:12px;line-height:1.6}.price-component-display h4{font-size:16px;font-weight:700;margin-bottom:12px}.cache-info{display:flex;gap:12px;flex-wrap:wrap}@media (max-width: 768px){.test-grid{grid-template-columns:1fr}.auth-test-page h1{font-size:24px}.test-section{padding:20px}}.simulation-section{background-color:#f8fafc;border:2px dashed #94a3b8}.simulation-buttons{display:flex;gap:15px;margin-top:20px;flex-wrap:wrap}.btn-sim-b2c{background-color:#3b82f6;color:#fff;padding:10px 20px;border-radius:8px;border:none;cursor:pointer;font-weight:600}.btn-sim-b2b{background-color:#eab308;color:#fff;padding:10px 20px;border-radius:8px;border:none;cursor:pointer;font-weight:600}.btn-sim-b2c:hover,.btn-sim-b2b:hover{opacity:.9;transform:translateY(-1px)}.auth-page{min-height:80vh;display:flex;align-items:center;justify-content:center;padding:40px 20px;background:radial-gradient(circle at top right,rgba(147,51,234,.05),transparent),radial-gradient(circle at bottom left,rgba(16,185,129,.05),transparent)}.auth-card{width:100%;max-width:450px;background:#fff;padding:40px;border-radius:24px;box-shadow:0 20px 50px #00000014;border:1px solid rgba(0,0,0,.05)}.auth-header{text-align:center;margin-bottom:30px}.auth-icon{color:var(--primary);margin-bottom:15px;background:#9333ea1a;padding:12px;border-radius:50%;width:60px;height:60px}.auth-logo{width:72px;height:72px;object-fit:contain;display:inline-block;margin-bottom:15px}.auth-header h1{font-size:28px;font-weight:800;color:#1a1a1a;margin-bottom:10px}.auth-header p{color:#666;font-size:15px;line-height:1.5}.auth-form{display:flex;flex-direction:column;gap:20px}.form-group label{display:block;font-size:13px;font-weight:700;margin-bottom:8px;color:#333;text-transform:uppercase;letter-spacing:.5px}.input-wrapper{position:relative;display:flex;align-items:center}.input-wrapper svg{position:absolute;left:15px;color:#999}.input-wrapper input{width:100%;padding:14px 15px 14px 45px;border:2px solid #f1f1f1;border-radius:12px;font-size:15px;transition:all .3s ease;background:#fdfdfd}.input-wrapper input:focus{border-color:var(--primary);background:#fff;box-shadow:0 4px 12px #9333ea1a;outline:none}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}.btn-auth{background:var(--primary);color:#fff;padding:16px;border-radius:12px;border:none;font-weight:700;font-size:15px;display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);margin-top:10px}.btn-auth:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 20px #9333ea4d;background:#7c3aed}.btn-auth:disabled{opacity:.7;cursor:not-allowed}.auth-error{background:#fee;color:#c00;padding:12px;border-radius:8px;font-size:14px;text-align:center;border:1px solid #ffcccc}.auth-success{background:#f0fdf4;color:#166534;padding:12px;border-radius:8px;font-size:14px;text-align:center;border:1px solid #bbf7d0}.auth-terms{display:flex;flex-direction:column;gap:8px;margin-top:-4px}.auth-terms .checkbox-label{display:flex;gap:10px;font-size:13px;color:#444;align-items:flex-start;line-height:1.4}.auth-terms .checkbox-label input{margin-top:3px}.auth-terms-note{font-size:12px;color:#666;line-height:1.5;margin:0}.auth-terms a{color:var(--primary);font-weight:700;text-decoration:underline}.auth-inline-error{color:#b91c1c;font-size:12px;margin-top:6px}.auth-footer{margin-top:25px;text-align:center;padding-top:20px;border-top:1px solid #f1f1f1}.auth-footer p{font-size:14px;color:#666}.btn-toggle{background:none;border:none;color:var(--primary);font-weight:700;cursor:pointer;margin-left:5px;text-decoration:underline}.account-dashboard{padding-top:40px;padding-bottom:80px}.dashboard-grid{display:grid;grid-template-columns:300px 1fr;gap:40px}.user-card{background:#fff;padding:30px;border-radius:24px;text-align:center;box-shadow:0 10px 30px #0000000d;margin-bottom:20px;border:1px solid rgba(0,0,0,.05)}.user-avatar{width:80px;height:80px;background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:800;margin:0 auto 15px}.user-info h3{font-size:20px;font-weight:800;margin-bottom:5px}.user-info p{color:#666;font-size:14px;margin-bottom:12px}.user-badge{display:inline-block;padding:4px 12px;background:#f3f4f6;border-radius:50px;font-size:12px;font-weight:700}.dashboard-nav{display:flex;flex-direction:column;gap:10px}.nav-item{display:flex;align-items:center;gap:12px;padding:14px 20px;background:#fff;border:1px solid #f1f1f1;border-radius:12px;font-weight:600;font-size:15px;color:#666;cursor:pointer;transition:all .2s;text-align:left}.nav-item:hover{background:#fafafa;color:var(--primary)}.nav-item.active{background:var(--primary);color:#fff;border-color:var(--primary)}.nav-item.logout{margin-top:20px;color:#ef4444}.nav-item.logout:hover{background:#fef2f2}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:40px}.stat-card{background:#fff;padding:24px;border-radius:16px;text-align:center;box-shadow:0 4px 15px #00000005;border:1px solid #f1f1f1}.stat-value{display:block;font-size:24px;font-weight:800;color:var(--primary);margin-bottom:4px}.stat-label{font-size:13px;color:#666;font-weight:600}.section-header{margin-bottom:30px}.section-header h1{font-size:32px;font-weight:800;margin-bottom:8px}.section-header p{color:#666}.orders-empty{background:#f9fafb;border:2px dashed #e5e7eb;border-radius:20px;padding:60px;text-align:center}.orders-empty svg{color:#9ca3af;margin-bottom:20px}.orders-empty h3{font-size:20px;font-weight:700;margin-bottom:10px}.orders-empty p{color:#666;margin-bottom:25px}.profile-card{background:#fff;padding:32px;border-radius:20px;box-shadow:0 4px 20px #0000000d;border:1px solid #f1f1f1;margin-bottom:24px}.profile-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:20px;border-bottom:2px solid #f1f1f1}.profile-card-header h3{font-size:20px;font-weight:800;color:#1a1a1a}.btn-edit,.btn-save,.btn-cancel{display:flex;align-items:center;gap:6px;padding:10px 18px;border-radius:10px;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s;border:none}.btn-edit{background:#f3f4f6;color:#374151}.btn-edit:hover{background:#e5e7eb}.btn-save{background:var(--primary);color:#fff}.btn-save:hover:not(:disabled){background:#7c3aed}.btn-cancel{background:#fee2e2;color:#dc2626}.btn-cancel:hover{background:#fecaca}.profile-form{display:flex;flex-direction:column;gap:20px}.profile-form .form-group label{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700;margin-bottom:8px;color:#333;text-transform:uppercase;letter-spacing:.5px}.profile-form input{width:100%;padding:14px 16px;border:2px solid #f1f1f1;border-radius:12px;font-size:15px;transition:all .3s ease;background:#fdfdfd}.profile-form input:focus:not(:disabled){border-color:var(--primary);background:#fff;box-shadow:0 4px 12px #9333ea1a;outline:none}.profile-form input:disabled{background:#f9fafb;cursor:not-allowed}.profile-info-row{display:flex;gap:16px;padding:16px;background:#f9fafb;border-radius:12px;margin-top:8px}.info-item{display:flex;align-items:center;gap:12px}.info-item svg{color:var(--primary)}.info-item .info-label{display:block;font-size:12px;color:#666;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.info-item .info-value{display:block;font-size:16px;font-weight:700;color:#1a1a1a}.favorites-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:24px}.favorite-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 15px #0000000f;border:1px solid #f1f1f1;transition:transform .2s}.favorite-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #0000001a}.favorite-card img{width:100%;height:200px;object-fit:cover}.favorite-card h4{padding:16px 16px 8px;font-size:16px;font-weight:700;color:#1a1a1a}.favorite-card .price{padding:0 16px 16px;font-size:20px;font-weight:800;color:var(--primary)}.favorite-actions{display:flex;gap:8px;padding:0 16px 16px}.btn-add-cart{flex:1;padding:10px;background:var(--primary);color:#fff;border:none;border-radius:10px;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s}.btn-add-cart:hover{background:#7c3aed}.btn-remove{padding:10px 14px;background:#fee2e2;color:#dc2626;border:none;border-radius:10px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.btn-remove:hover{background:#fecaca}.security-info{display:flex;flex-direction:column;gap:16px}.security-item{display:flex;align-items:flex-start;gap:16px;padding:16px;background:#f9fafb;border-radius:12px}.security-item strong{display:block;font-size:15px;font-weight:700;color:#1a1a1a;margin-bottom:4px}.security-item p{font-size:14px;color:#666;line-height:1.6}@media (max-width: 900px){.dashboard-grid{grid-template-columns:1fr}.favorites-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@media (max-width: 768px){.auth-card{padding:28px}.form-row{grid-template-columns:1fr}.dashboard-grid{grid-template-columns:1fr;gap:24px}.stats-grid{grid-template-columns:1fr}.section-header h1{font-size:26px}.profile-card{padding:20px}.profile-card-header{flex-direction:column;align-items:flex-start;gap:12px}.favorites-grid{grid-template-columns:1fr}}@media (max-width: 640px){.form-row{grid-template-columns:1fr}}.shopify-product-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 4px 20px #0000000f;transition:all .3s ease;display:flex;flex-direction:column;border:1px solid #f0f0f0}.shopify-product-card:hover{transform:translateY(-8px);box-shadow:0 12px 30px #0000001a}.shopify-card-img-container{width:100%;aspect-ratio:1/1;background:#f7f7f7;padding:30px;display:flex;align-items:center;justify-content:center;border-radius:32px 32px 0 0}.shopify-card-img{max-width:100%;max-height:100%;object-fit:contain;border-radius:20px}.shopify-card-body{padding:24px;display:flex;flex-direction:column;gap:18px}.shopify-card-title{font-size:18px;font-weight:800;color:#111;margin:0;line-height:1.2}.shopify-card-price{font-size:24px;font-weight:800;color:#d4a017;margin:5px 0 0}.shopify-card-price .currency{font-size:12px;font-weight:600;color:#999}.shopify-options-container{display:flex;flex-direction:column;gap:12px}.shopify-card-selector label,.shopify-card-quantity label{display:block;font-size:11px;font-weight:700;text-transform:uppercase;color:#666;margin-bottom:8px;letter-spacing:1px}.shopify-select{width:100%;padding:12px;border:1px solid #ddd;border-radius:8px;font-size:14px;background-color:#fcfcfc;outline:none;cursor:pointer}.shopify-select:focus{border-color:#d4a017}.quantity-controls{display:flex;align-items:center;border:1px solid #ddd;border-radius:8px;width:fit-content;overflow:hidden}.quantity-controls button{background:#f9f9f9;border:none;width:40px;height:40px;font-size:18px;cursor:pointer}.quantity-controls button:hover{background:#eee}.quantity-controls input{width:50px;border:none;text-align:center;font-weight:700;font-size:14px;outline:none}.quantity-controls input::-webkit-outer-spin-button,.quantity-controls input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.shopify-add-btn{background-color:#d4a017;color:#fff;border:none;padding:16px;border-radius:50px;font-weight:800;text-transform:uppercase;font-size:13px;letter-spacing:1px;cursor:pointer;transition:all .2s ease;margin-top:10px}.shopify-add-btn:hover:not(:disabled){background-color:#b88a10;transform:scale(1.02);box-shadow:0 5px 15px #d4a0174d}.shopify-add-btn:disabled{background-color:#e0e0e0;color:#999;cursor:not-allowed}@media (max-width: 576px){.shopify-card-body{padding:18px}.shopify-card-title{font-size:16px}.shopify-card-price{font-size:20px}}.favorites-page{padding:80px 0;min-height:70vh;background:#fff}.favorites-header{text-align:center;margin-bottom:60px}.favorites-header h1{font-size:3rem;font-weight:800;margin-bottom:10px;letter-spacing:-1px}.favorites-header .subtitle{color:#666;font-size:1.1rem}.favorites-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:40px 30px}.favorite-item-wrapper{position:relative}.remove-fav-btn{position:absolute;top:15px;left:15px;width:30px;height:30px;border-radius:50%;background:#fff;border:1px solid #eee;color:#1a1a1a;font-size:20px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:5;transition:all .2s ease;box-shadow:0 4px 10px #0000000d}.remove-fav-btn:hover{background:#fdfdfd;transform:scale(1.1);color:#ef4444}.empty-favorites{text-align:center;padding:100px 0;max-width:500px;margin:0 auto}.empty-icon-wrapper{width:100px;height:100px;background:#f7fbf2;color:#7aba2c;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 30px}.empty-favorites h2{font-size:2rem;font-weight:800;margin-bottom:15px}.empty-favorites p{color:#666;margin-bottom:40px;line-height:1.6}.loading-state{text-align:center;padding:100px 0}.loader-spinner{width:40px;height:40px;border:3px solid #eee;border-top-color:#7aba2c;border-radius:50%;margin:0 auto 20px;animation:spin 1s linear infinite}@media (max-width: 768px){.favorites-page{padding:40px 0}.favorites-header h1{font-size:2.2rem}.favorites-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:30px 20px}}.shopify-demo-page{padding-bottom:100px;background-color:#fafafa;min-height:100vh}.shopify-header{background-color:#fff;padding:80px 0 40px;text-align:center;border-bottom:1px solid #eee;margin-bottom:60px}.title-lg{font-size:42px;font-weight:800;letter-spacing:2px;margin-bottom:10px}.shopify-status-bar{margin-top:30px;display:flex;justify-content:center}.cart-badge-info{display:flex;align-items:center;gap:20px;background:#f0f0f0;padding:10px 25px;border-radius:50px;font-size:13px}.shopify-actions{margin-top:30px}.qty-pill{background:#e2e2e2;padding:2px 10px;border-radius:4px;font-weight:800}.btn-checkout{background-color:#000;color:#fff;border:none;padding:8px 20px;border-radius:20px;font-weight:700;cursor:pointer;transition:background .2s}.btn-checkout:hover:not(:disabled){background-color:#d4a017}.btn-checkout:disabled{opacity:.5;cursor:default}.shopify-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:40px}.shopify-loading,.shopify-error{height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:20px}.spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #D4A017;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}@media (max-width: 768px){.title-lg{font-size:32px}.shopify-grid{grid-template-columns:1fr}}@media (max-width: 576px){.shopify-header{padding:60px 0 30px}.cart-badge-info{flex-direction:column;gap:8px}}.search-page{min-height:80vh;padding:60px 20px}.search-header{text-align:center;margin-bottom:48px;display:flex;flex-direction:column;align-items:center;gap:16px}.search-icon{color:var(--primary)}.search-header h1{font-size:36px;font-weight:700;color:var(--text-dark);margin:0}.search-query{font-size:18px;color:var(--text-light);margin:0}.search-query strong{color:var(--primary)}.results-count{font-size:16px;color:var(--text-light);margin-bottom:32px;text-align:center}.search-results-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:32px;margin-bottom:60px}.no-results,.no-query{text-align:center;padding:80px 20px}.no-results-icon{color:#ccc;margin-bottom:24px}.no-results h2,.no-query h2{font-size:28px;font-weight:600;color:var(--text-dark);margin-bottom:16px}.no-results p,.no-query p{font-size:16px;color:var(--text-light);margin-bottom:32px}.btn-back-products{display:inline-block;background-color:var(--primary);color:#fff;padding:14px 32px;border-radius:50px;text-decoration:none;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #004b4d33}.btn-back-products:hover{background-color:var(--primary-light);transform:translateY(-2px);box-shadow:0 6px 16px #004b4d4d}@media (max-width: 768px){.search-page{padding:40px 16px}.search-header h1{font-size:28px}.search-query{font-size:16px}.search-results-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:20px}.no-results,.no-query{padding:60px 16px}.no-results h2,.no-query h2{font-size:22px}}.beauty-nutrition-page{background:#fff}.beauty-hero{position:relative;min-height:75vh;display:flex;align-items:center;background:linear-gradient(135deg,#fce7f3,#fbcfe8,#f9a8d4);overflow:hidden}.beauty-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:url(https://images.unsplash.com/photo-1552693673-1bf958298935?auto=format&fit=crop&q=80&w=1600);background-size:cover;background-position:center;opacity:.15}.beauty-hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#9333ea1a,#ec48991a)}.beauty-hero-content{position:relative;z-index:2;text-align:center;max-width:900px;margin:0 auto;padding:60px 20px}.category-badge{display:inline-flex;align-items:center;gap:8px;background:#fffffff2;padding:10px 20px;border-radius:50px;font-size:13px;font-weight:700;letter-spacing:1px;color:var(--primary);margin-bottom:25px;box-shadow:0 4px 15px #9333ea33}.beauty-title{font-size:56px;font-weight:900;color:#1a1a1a;margin-bottom:20px;line-height:1.1;letter-spacing:-1px}.beauty-subtitle{font-size:20px;color:#4b5563;line-height:1.7;margin-bottom:35px;max-width:750px;margin-left:auto;margin-right:auto}.beauty-hero-badges{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.hero-badge svg{color:var(--primary)}.beauty-focus-section{padding:100px 0;background:linear-gradient(to bottom,#fafafa,#fff)}.focus-divider{width:80px;height:4px;background:linear-gradient(to right,var(--primary),#ec4899);margin:0 auto;border-radius:2px}.focus-benefits-list li strong{color:var(--primary);font-weight:700}.visual-caption svg{color:#fbbf24}.beauty-benefits-section{padding:100px 0;background:#fff}.benefit-card{background:linear-gradient(135deg,#fefce8,#fef3c7);padding:40px 30px;border-radius:20px;text-align:center;transition:transform .3s,box-shadow .3s;border:2px solid #fde68a}.benefit-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #9333ea26}.benefit-icon{width:70px;height:70px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;color:var(--primary);box-shadow:0 8px 20px #9333ea33}.beauty-science-section{padding:100px 0;background:linear-gradient(135deg,#f3f4f6,#e5e7eb)}.science-icon{width:80px;height:80px;background:linear-gradient(135deg,var(--primary),#ec4899);border-radius:20px;display:flex;align-items:center;justify-content:center;color:#fff;margin:0 auto 25px}.beauty-products-section{padding:100px 0;background:#fff}.loader-spinner{width:50px;height:50px;border:4px solid #f1f1f1;border-top:4px solid var(--primary);border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 20px}.product-detail-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001a;border-color:var(--primary)}.product-detail-card.featured{background:linear-gradient(135deg,#fef3c7,#fde68a);border-color:#f59e0b}.featured-badge{display:inline-flex;align-items:center;gap:6px;background:#f59e0b;color:#fff;padding:6px 14px;border-radius:20px;font-size:11px;font-weight:700;letter-spacing:.5px;margin-bottom:15px}.highlight-item{padding:12px 16px;background:#fff;border-radius:10px;font-size:14px;line-height:1.6;color:#374151;border-left:4px solid var(--primary)}.product-detail-card.featured .highlight-item{border-left-color:#f59e0b}.detail-cta{display:inline-flex;align-items:center;gap:8px;background:var(--primary);color:#fff;padding:14px 28px;border-radius:10px;font-weight:700;font-size:15px;text-decoration:none;transition:all .3s}.detail-cta:hover{background:#7c3aed;transform:translate(5px);box-shadow:0 8px 20px #9333ea4d}.featured-cta{background:#f59e0b}.featured-cta:hover{background:#d97706}.beauty-timeline-section{padding:100px 0;background:linear-gradient(to bottom,#fafafa,#fff)}.timeline-marker{width:120px;height:120px;background:linear-gradient(135deg,var(--primary),#ec4899);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:900;color:#fff;margin:0 auto 20px;box-shadow:0 10px 30px #9333ea4d;aspect-ratio:1 / 1}.beauty-cta-section{padding:100px 0;background:linear-gradient(135deg,var(--primary) 0%,#7c3aed 50%,#ec4899 100%)}.btn-primary-cta{background:#fff;color:var(--primary)}@media (max-width: 991px){.beauty-title{font-size:42px}.beauty-subtitle{font-size:18px}.focus-grid{grid-template-columns:1fr;gap:40px}.focus-visual{position:static}.visual-card img{height:350px}.products-grid,.product-details-grid{grid-template-columns:1fr}.timeline-track{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.beauty-hero{min-height:60vh}.beauty-title{font-size:32px}.beauty-subtitle{font-size:16px}.beauty-hero-badges{flex-direction:column;align-items:center}.focus-header h2,.benefits-header h2,.science-content h2,.products-header h2,.timeline-content h2,.cta-content h2{font-size:32px}.product-details-section h3{font-size:28px}.timeline-track{grid-template-columns:1fr}.cta-buttons{flex-direction:column;align-items:center}.btn-primary-cta,.btn-secondary-cta{width:100%;max-width:300px}}.mobility-active-page{background:#fff}.mobility-hero{position:relative;min-height:75vh;display:flex;align-items:center;background:linear-gradient(135deg,#dbeafe,#bfdbfe,#60a5fa);overflow:hidden}.mobility-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:url(https://images.unsplash.com/photo-1517836357463-d25dfeac3438?auto=format&fit=crop&q=80&w=1600);background-size:cover;background-position:center;opacity:.2}.mobility-hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#1d2d5026,#3b82f626)}.mobility-hero-content{position:relative;z-index:2;text-align:center;max-width:900px;margin:0 auto;padding:60px 20px}.category-badge{display:inline-flex;align-items:center;gap:8px;background:#fffffff2;padding:10px 20px;border-radius:50px;font-size:13px;font-weight:700;letter-spacing:1px;color:#1d2d50;margin-bottom:25px;box-shadow:0 4px 15px #1d2d5033}.mobility-title{font-size:56px;font-weight:900;color:#1a1a1a;margin-bottom:20px;line-height:1.1;letter-spacing:-1px}.mobility-subtitle{font-size:20px;color:#4b5563;line-height:1.7;margin-bottom:35px;max-width:750px;margin-left:auto;margin-right:auto}.mobility-hero-badges{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.hero-badge svg{color:#1d2d50}.mobility-focus-section{padding:100px 0;background:linear-gradient(to bottom,#fafafa,#fff)}.focus-divider{width:80px;height:4px;background:linear-gradient(to right,#1d2d50,#3b82f6);margin:0 auto;border-radius:2px}.focus-benefits-list li strong{color:#1d2d50;font-weight:700}.visual-caption svg{color:#60a5fa}.mobility-benefits-section{padding:100px 0;background:#fff}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:30px}.benefit-card{background:linear-gradient(135deg,#dbeafe,#bfdbfe);padding:40px 30px;border-radius:20px;text-align:center;transition:transform .3s,box-shadow .3s;border:2px solid #93c5fd}.benefit-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #1d2d5033}.benefit-icon{width:70px;height:70px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;color:#1d2d50;box-shadow:0 8px 20px #1d2d5033}.mobility-science-section{padding:100px 0;background:linear-gradient(135deg,#f3f4f6,#e5e7eb)}.science-icon{width:80px;height:80px;background:linear-gradient(135deg,#1d2d50,#3b82f6);border-radius:20px;display:flex;align-items:center;justify-content:center;color:#fff;margin:0 auto 25px}.mobility-products-section{padding:100px 0;background:#fff}.loader-spinner{width:50px;height:50px;border:4px solid #f1f1f1;border-top:4px solid #1d2d50;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 20px}.product-detail-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001a;border-color:#1d2d50}.product-detail-card.featured{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-color:#3b82f6}.featured-badge{display:inline-flex;align-items:center;gap:6px;background:#3b82f6;color:#fff;padding:6px 14px;border-radius:20px;font-size:11px;font-weight:700;letter-spacing:.5px;margin-bottom:15px}.highlight-item{padding:12px 16px;background:#fff;border-radius:10px;font-size:14px;line-height:1.6;color:#374151;border-left:4px solid #1d2d50}.product-detail-card.featured .highlight-item{border-left-color:#3b82f6}.detail-cta{display:inline-flex;align-items:center;gap:8px;background:#1d2d50;color:#fff;padding:14px 28px;border-radius:10px;font-weight:700;font-size:15px;text-decoration:none;transition:all .3s}.detail-cta:hover{background:#152039;transform:translate(5px);box-shadow:0 8px 20px #1d2d504d}.featured-cta{background:#3b82f6}.featured-cta:hover{background:#2563eb}.stack-recommendation{margin-top:80px;padding:60px;background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:24px;border:3px solid #fbbf24}.stack-header{text-align:center;margin-bottom:40px}.stack-header svg{color:#f59e0b;margin-bottom:15px}.stack-header h3{font-size:32px;font-weight:900;color:#1a1a1a;margin-bottom:10px}.stack-header p{font-size:18px;color:#92400e}.stack-content{display:flex;align-items:center;justify-content:center;gap:30px;flex-wrap:wrap;margin-bottom:30px}.stack-item{display:flex;align-items:center;gap:15px;background:#fff;padding:20px 25px;border-radius:16px;box-shadow:0 4px 15px #0000001a;flex:1;min-width:250px}.stack-number{width:50px;height:50px;background:#f59e0b;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:900;flex-shrink:0}.stack-info h4{font-size:18px;font-weight:800;color:#1a1a1a;margin-bottom:5px}.stack-info p{font-size:14px;color:#4b5563;line-height:1.6}.stack-divider{font-size:32px;font-weight:900;color:#f59e0b}.stack-result{text-align:center;font-size:16px;line-height:1.7;color:#1a1a1a;padding:25px;background:#fff;border-radius:12px}.stack-result strong{color:#f59e0b;font-weight:800}.mobility-timeline-section{padding:100px 0;background:linear-gradient(to bottom,#fafafa,#fff)}.timeline-marker{width:120px;height:120px;background:linear-gradient(135deg,#1d2d50,#3b82f6);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:900;color:#fff;margin:0 auto 20px;box-shadow:0 10px 30px #1d2d504d;aspect-ratio:1 / 1}.mobility-cta-section{padding:100px 0;background:linear-gradient(135deg,#1d2d50,#3b82f6,#60a5fa)}.btn-primary-cta{background:#fff;color:#1d2d50}@media (max-width: 991px){.mobility-title{font-size:42px}.mobility-subtitle{font-size:18px}.focus-grid{grid-template-columns:1fr;gap:40px}.focus-visual{position:static}.visual-card img{height:350px}.products-grid,.product-details-grid{grid-template-columns:1fr}.timeline-track{grid-template-columns:repeat(2,1fr)}.stack-content{flex-direction:column}.stack-item{min-width:100%}.stack-divider{transform:rotate(90deg)}}@media (max-width: 768px){.mobility-hero{min-height:60vh}.mobility-title{font-size:32px}.mobility-subtitle{font-size:16px}.mobility-hero-badges{flex-direction:column;align-items:center}.focus-header h2,.benefits-header h2,.science-content h2,.products-header h2,.timeline-content h2,.cta-content h2{font-size:32px}.product-details-section h3{font-size:28px}.timeline-track{grid-template-columns:1fr}.cta-buttons{flex-direction:column;align-items:center}.btn-primary-cta,.btn-secondary-cta{width:100%;max-width:300px}.stack-recommendation{padding:30px 20px}.stack-header h3{font-size:24px}}.digestive-health-page{background:#fff}.digestive-hero{position:relative;min-height:75vh;display:flex;align-items:center;background:linear-gradient(135deg,#d1fae5,#a7f3d0,#34d399);overflow:hidden}.digestive-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:url(https://images.unsplash.com/photo-1490645935967-10de6ba17061?auto=format&fit=crop&q=80&w=1600);background-size:cover;background-position:center;opacity:.15}.digestive-hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#10b9811a,#0596691a)}.digestive-hero-content{position:relative;z-index:2;text-align:center;max-width:900px;margin:0 auto;padding:60px 20px}.category-badge{display:inline-flex;align-items:center;gap:8px;background:#fffffff2;padding:10px 20px;border-radius:50px;font-size:13px;font-weight:700;letter-spacing:1px;color:#059669;margin-bottom:25px;box-shadow:0 4px 15px #10b98133}.digestive-title{font-size:56px;font-weight:900;color:#1a1a1a;margin-bottom:20px;line-height:1.1;letter-spacing:-1px}.digestive-subtitle{font-size:20px;color:#4b5563;line-height:1.7;margin-bottom:35px;max-width:750px;margin-left:auto;margin-right:auto}.digestive-hero-badges{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.hero-badge{display:flex;align-items:center;gap:8px;background:#fff;padding:12px 24px;border-radius:12px;font-weight:600;font-size:14px;color:#374151;box-shadow:0 4px 12px #00000014}.hero-badge svg{color:#10b981}.digestive-focus-section{padding:100px 0;background:linear-gradient(to bottom,#fafafa,#fff)}.focus-header{text-align:center;margin-bottom:60px}.focus-header h2{font-size:42px;font-weight:900;color:#1a1a1a;margin-bottom:15px}.focus-divider{width:80px;height:4px;background:linear-gradient(to right,#10b981,#34d399);margin:0 auto;border-radius:2px}.focus-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:60px;align-items:start}.focus-main h3{font-size:28px;font-weight:800;color:#1a1a1a;margin-bottom:20px}.focus-main p{font-size:17px;line-height:1.8;color:#4b5563;margin-bottom:20px}.focus-benefits-list{list-style:none;padding:0;margin-top:30px}.focus-benefits-list li{padding:15px 0;border-bottom:1px solid #f1f1f1;font-size:16px;line-height:1.7;color:#374151}.focus-benefits-list li strong{color:#059669;font-weight:700}.visual-card{position:relative;border-radius:24px;overflow:hidden;box-shadow:0 20px 60px #00000026}.visual-card img{width:100%;height:500px;object-fit:cover;display:block}.visual-caption{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);padding:30px 20px 20px;display:flex;align-items:center;gap:10px;color:#fff;font-weight:600}.visual-caption svg{color:#34d399}.digestive-benefits-section{padding:100px 0;background:#fff}.benefits-header h2{font-size:42px;font-weight:900;color:#1a1a1a;margin-bottom:15px}.benefits-header p{font-size:18px;color:#6b7280}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmin(260px,1fr));gap:30px}.benefit-card{background:linear-gradient(135deg,#d1fae5,#a7f3d0);padding:40px 30px;border-radius:20px;text-align:center;transition:transform .3s,box-shadow .3s;border:2px solid #6ee7b7}.benefit-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #10b98133}.benefit-icon{width:70px;height:70px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;color:#059669;box-shadow:0 8px 20px #10b98133}.benefit-card h3{font-size:20px;font-weight:800;color:#1a1a1a;margin-bottom:12px}.benefit-card p{font-size:15px;line-height:1.6;color:#4b5563}.digestive-science-section{padding:100px 0;background:linear-gradient(135deg,#f3f4f6,#e5e7eb)}.science-content{text-align:center}.science-content h2{font-size:42px;font-weight:900;color:#1a1a1a;margin-bottom:20px}.science-intro{font-size:18px;color:#6b7280;max-width:700px;margin:0 auto 60px;line-height:1.7}.science-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:35px}.science-card{background:#fff;padding:45px 35px;border-radius:20px;box-shadow:0 10px 30px #00000014;transition:transform .3s}.science-card:hover{transform:translateY(-5px)}.science-icon{width:80px;height:80px;background:linear-gradient(135deg,#10b981,#34d399);border-radius:20px;display:flex;align-items:center;justify-content:center;color:#fff;margin:0 auto 25px}.science-card h3{font-size:22px;font-weight:800;color:#1a1a1a;margin-bottom:15px}.science-card p{font-size:16px;line-height:1.7;color:#4b5563}.digestive-products-section{padding:100px 0;background:#fff}.products-header h2{font-size:42px;font-weight:900;color:#1a1a1a;margin-bottom:15px}.products-header p{font-size:18px;color:#6b7280}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:35px;margin-bottom:80px}.loading-state{text-align:center;padding:60px 20px}.loader-spinner{width:50px;height:50px;border:4px solid #f1f1f1;border-top:4px solid #10b981;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 20px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.no-products{text-align:center;padding:60px 20px;font-size:18px;color:#6b7280}.product-details-section{margin-top:80px;padding-top:80px;border-top:2px solid #f1f1f1}.product-details-section h3{font-size:36px;font-weight:900;text-align:center;margin-bottom:50px;color:#1a1a1a}.product-details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:40px}.product-detail-card{background:linear-gradient(135deg,#fafafa,#fff);padding:40px;border-radius:20px;border:2px solid #f1f1f1;transition:all .3s;position:relative}.product-detail-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001a;border-color:#10b981}.product-detail-card.featured{background:linear-gradient(135deg,#d1fae5,#a7f3d0);border-color:#34d399}.featured-badge{display:inline-flex;align-items:center;gap:6px;background:#10b981;color:#fff;padding:6px 14px;border-radius:20px;font-size:11px;font-weight:700;letter-spacing:.5px;margin-bottom:15px}.product-detail-card h4{font-size:24px;font-weight:800;color:#1a1a1a;margin-bottom:15px}.detail-intro{font-size:16px;line-height:1.7;color:#4b5563;margin-bottom:25px}.detail-highlights{display:flex;flex-direction:column;gap:15px;margin-bottom:25px}.highlight-item{padding:12px 16px;background:#fff;border-radius:10px;font-size:14px;line-height:1.6;color:#374151;border-left:4px solid #10b981}.product-detail-card.featured .highlight-item{border-left-color:#059669}.highlight-item strong{color:#1a1a1a;font-weight:700;display:block;margin-bottom:4px}.detail-cta{display:inline-flex;align-items:center;gap:8px;background:#059669;color:#fff;padding:14px 28px;border-radius:10px;font-weight:700;font-size:15px;text-decoration:none;transition:all .3s}.detail-cta:hover{background:#047857;transform:translate(5px);box-shadow:0 8px 20px #10b9814d}.featured-cta{background:#10b981}.featured-cta:hover{background:#059669}.synergy-section{margin-top:80px;padding:60px;background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:24px;border:3px solid #fbbf24}.synergy-header{text-align:center;margin-bottom:40px}.synergy-header svg{color:#f59e0b;margin-bottom:15px}.synergy-header h3{font-size:32px;font-weight:900;color:#1a1a1a;margin-bottom:10px}.synergy-header p{font-size:18px;color:#92400e}.synergy-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-bottom:40px}.synergy-point{background:#fff;padding:30px;border-radius:16px;box-shadow:0 4px 15px #0000001a;text-align:center}.synergy-number{width:50px;height:50px;background:#f59e0b;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:900;margin:0 auto 15px}.synergy-point h4{font-size:18px;font-weight:800;color:#1a1a1a;margin-bottom:10px}.synergy-point p{font-size:15px;color:#4b5563;line-height:1.6}.synergy-schedule{background:#fff;padding:30px;border-radius:16px}.synergy-schedule h4{font-size:20px;font-weight:800;color:#1a1a1a;margin-bottom:20px;text-align:center}.schedule-items{display:flex;flex-direction:column;gap:15px}.schedule-item{display:flex;align-items:center;justify-content:space-between;padding:15px 20px;background:#fef3c7;border-radius:12px;border-left:4px solid #f59e0b}.schedule-time{font-weight:700;color:#92400e;font-size:15px}.schedule-action{font-size:15px;color:#374151;font-weight:600}.digestive-timeline-section{padding:100px 0;background:linear-gradient(to bottom,#fafafa,#fff)}.timeline-content{text-align:center}.timeline-content h2{font-size:42px;font-weight:900;color:#1a1a1a;margin-bottom:15px}.timeline-intro{font-size:18px;color:#6b7280;margin-bottom:60px}.timeline-track{display:grid;grid-template-columns:repeat(4,1fr);gap:50px 40px;max-width:1100px;margin:0 auto}.timeline-marker{width:120px;height:120px;background:linear-gradient(135deg,#10b981,#34d399);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:900;color:#fff;margin:0 auto 20px;box-shadow:0 10px 30px #10b9814d;aspect-ratio:1 / 1}.timeline-item h4{font-size:20px;font-weight:800;color:#1a1a1a;margin-bottom:10px}.timeline-item p{font-size:15px;line-height:1.7;color:#4b5563}.digestive-cta-section{padding:100px 0;background:linear-gradient(135deg,#10b981,#34d399,#6ee7b7)}.cta-content{text-align:center;color:#fff}.cta-content svg{color:#fbbf24;margin-bottom:20px}.cta-content h2{font-size:48px;font-weight:900;margin-bottom:20px}.cta-content p{font-size:20px;line-height:1.7;max-width:700px;margin:0 auto 40px;opacity:.95}.cta-buttons{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.btn-primary-cta,.btn-secondary-cta{padding:18px 40px;border-radius:12px;font-weight:800;font-size:16px;text-decoration:none;transition:all .3s;display:inline-block}.btn-primary-cta{background:#fff;color:#059669}.btn-primary-cta:hover{background:#f9fafb;transform:translateY(-3px);box-shadow:0 10px 30px #ffffff4d}.btn-secondary-cta{background:transparent;color:#fff;border:2px solid white}.btn-secondary-cta:hover{background:#ffffff1a;transform:translateY(-3px)}@media (max-width: 991px){.digestive-title{font-size:42px}.digestive-subtitle{font-size:18px}.focus-grid{grid-template-columns:1fr;gap:40px}.focus-visual{position:static}.visual-card img{height:350px}.products-grid,.product-details-grid{grid-template-columns:1fr}.timeline-track{grid-template-columns:repeat(2,1fr)}.synergy-grid{grid-template-columns:1fr}}@media (max-width: 768px){.digestive-hero{min-height:60vh}.digestive-title{font-size:32px}.digestive-subtitle{font-size:16px}.digestive-hero-badges{flex-direction:column;align-items:center}.focus-header h2,.benefits-header h2,.science-content h2,.products-header h2,.timeline-content h2,.cta-content h2{font-size:32px}.product-details-section h3{font-size:28px}.timeline-track{grid-template-columns:1fr}.cta-buttons{flex-direction:column;align-items:center}.btn-primary-cta,.btn-secondary-cta{width:100%;max-width:300px}.synergy-section{padding:30px 20px}.synergy-header h3{font-size:24px}.schedule-item{flex-direction:column;gap:8px;text-align:center}}.balance-wellness-page{width:100%;overflow-x:hidden}.balance-hero{position:relative;min-height:75vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fef3c7,#fde68a,#fbbf24,#d4a017,#b8860b);overflow:hidden}.balance-hero .container{width:100%;display:flex;justify-content:center;align-items:center}.balance-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url(https://images.unsplash.com/photo-1544367567-0f2fcb009e0b?auto=format&fit=crop&q=80&w=1920) center/cover;opacity:.15;z-index:1}.balance-hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,#fef3c780,#d4a01799);z-index:2}.balance-hero-content{position:relative;z-index:3;text-align:center;max-width:900px;padding:2rem}.category-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#fffffff2;color:#92400e;border-radius:50px;font-size:.9rem;font-weight:600;letter-spacing:1px;margin-bottom:1.5rem;box-shadow:0 4px 15px #d4a01733}.balance-title{font-size:3.5rem;font-weight:800;color:#1f2937;margin-bottom:1.5rem;line-height:1.2;text-shadow:0 2px 4px rgba(0,0,0,.05)}.balance-subtitle{font-size:1.25rem;color:#374151;line-height:1.8;margin-bottom:2.5rem;max-width:800px;margin-left:auto;margin-right:auto}.balance-hero-badges{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.hero-badge{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#fff;border-radius:12px;font-size:.95rem;font-weight:600;color:#6b21a8;box-shadow:0 4px 12px #6b21a826}.hero-badge svg{color:#d4a017}.balance-focus-section{padding:6rem 0;background:#fff}.focus-content{max-width:1200px;margin:0 auto}.focus-header{text-align:center;margin-bottom:3rem}.focus-header h2{font-size:2.5rem;font-weight:800;color:#1f2937;margin-bottom:1rem}.focus-divider{width:80px;height:4px;background:linear-gradient(to right,#d4a017,#fbbf24);margin:0 auto;border-radius:2px}.focus-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:4rem;align-items:start}.focus-main h3{font-size:1.75rem;color:#6b21a8;margin-bottom:1.5rem;font-weight:700}.focus-main p{font-size:1.1rem;color:#4b5563;line-height:1.8;margin-bottom:1.5rem}.focus-benefits-list{list-style:none;padding:0;margin:2rem 0 0;grid-column:1 / -1;display:grid;grid-template-columns:repeat(2,1fr);gap:1rem 2rem}.focus-benefits-list li{padding:1rem 0 1rem 2rem;position:relative;font-size:1.05rem;color:#374151;line-height:1.7;border-left:3px solid #fbbf24;margin-bottom:.75rem;background:linear-gradient(to right,rgba(254,243,199,.3),transparent)}.focus-benefits-list li:before{content:"✓";position:absolute;left:.5rem;color:#d4a017;font-weight:700;font-size:1.2rem}.focus-benefits-list strong{color:#92400e;font-weight:700}.focus-visual{position:sticky;top:120px}.visual-card{border-radius:20px;overflow:hidden;box-shadow:0 20px 60px #d4a01740;transition:transform .3s ease}.visual-card:hover{transform:translateY(-8px)}.visual-card img{width:100%;height:auto;display:block}.visual-caption{display:flex;align-items:center;gap:.75rem;padding:1.25rem;background:linear-gradient(135deg,#6b21a8,#9333ea);color:#fff;font-weight:600;font-size:1rem}.balance-benefits-section{padding:6rem 0;background:linear-gradient(to bottom,#fefce8,#fef3c7)}.benefits-header{text-align:center;margin-bottom:4rem}.benefits-header h2{font-size:2.5rem;font-weight:800;color:#1f2937;margin-bottom:.75rem}.benefits-header p{font-size:1.2rem;color:#6b7280}.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1200px;margin:0 auto}.benefit-card{background:linear-gradient(135deg,#fef3c7,#fde68a);padding:2.5rem;border-radius:20px;text-align:center;transition:all .3s ease;border:1px solid #fbbf24;box-shadow:0 4px 15px #d4a0171a}.benefit-card:hover{transform:translateY(-8px);box-shadow:0 12px 30px #d4a01740}.benefit-icon{width:70px;height:70px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#6b21a8;box-shadow:0 4px 12px #6b21a826}.benefit-card h3{font-size:1.3rem;color:#92400e;margin-bottom:1rem;font-weight:700}.benefit-card p{font-size:1rem;color:#4b5563;line-height:1.7}.balance-science-section{padding:6rem 0;background:linear-gradient(to bottom,#f3f4f6,#e5e7eb)}.science-content{max-width:1200px;margin:0 auto;text-align:center}.science-content h2{font-size:2.5rem;font-weight:800;color:#1f2937;margin-bottom:1rem}.science-intro{font-size:1.2rem;color:#6b7280;margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto}.science-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem}.science-card{background:#fff;padding:2.5rem 2rem;border-radius:20px;box-shadow:0 4px 20px #00000014;transition:all .3s ease}.science-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #6b21a826}.science-icon{width:80px;height:80px;background:linear-gradient(135deg,#6b21a8,#9333ea);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#fff}.science-card h3{font-size:1.4rem;color:#1f2937;margin-bottom:1rem;font-weight:700}.science-card p{font-size:1.05rem;color:#6b7280;line-height:1.7}.balance-products-section{padding:6rem 0;background:#fff}.products-header{text-align:center;margin-bottom:4rem}.products-header h2{font-size:2.5rem;font-weight:800;color:#1f2937;margin-bottom:.75rem}.products-header p{font-size:1.2rem;color:#6b7280}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto 4rem}.loading-state{text-align:center;padding:4rem 2rem}.loader-spinner{width:50px;height:50px;border:4px solid #fde68a;border-top-color:#d4a017;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}@keyframes spin{to{transform:rotate(360deg)}}.no-products{text-align:center;padding:3rem;color:#6b7280;font-size:1.1rem}.product-details-section{margin-top:5rem;max-width:1200px;margin-left:auto;margin-right:auto}.product-details-section>h3{font-size:2rem;font-weight:800;color:#1f2937;text-align:center;margin-bottom:3rem}.product-details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:3rem}.product-detail-card{background:linear-gradient(to bottom,#fff,#f9fafb);padding:2.5rem;border-radius:20px;border:2px solid #e5e7eb;box-shadow:0 4px 20px #0000000d;position:relative;transition:all .3s ease}.product-detail-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #6b21a81f}.product-detail-card.featured{background:linear-gradient(135deg,#fef3c7,#fde68a,#fef3c7);border-color:#fbbf24;border-left:5px solid #d4a017}.featured-badge{position:absolute;top:1.5rem;right:1.5rem;display:flex;align-items:center;gap:.4rem;padding:.5rem 1rem;background:#6b21a8;color:#fff;border-radius:20px;font-size:.75rem;font-weight:700;letter-spacing:.5px;box-shadow:0 2px 8px #6b21a84d}.product-detail-card h4{font-size:1.6rem;color:#1f2937;margin-bottom:1.25rem;font-weight:800}.detail-intro{font-size:1.1rem;color:#4b5563;line-height:1.8;margin-bottom:2rem;font-style:italic}.detail-highlights{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.highlight-item{padding:1rem 1.25rem;background:#fff;border-left:4px solid #fbbf24;border-radius:8px;font-size:.95rem;color:#374151;line-height:1.6;box-shadow:0 2px 8px #0000000a}.highlight-item strong{color:#92400e;font-weight:700}.detail-cta{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;background:linear-gradient(135deg,#6b21a8,#9333ea);color:#fff;text-decoration:none;border-radius:12px;font-weight:600;font-size:1rem;transition:all .3s ease;box-shadow:0 4px 15px #6b21a840}.detail-cta:hover{transform:translate(5px);box-shadow:0 6px 25px #6b21a859}.featured-cta{background:linear-gradient(135deg,#d4a017,#fbbf24);box-shadow:0 4px 15px #d4a01740}.featured-cta:hover{box-shadow:0 6px 25px #d4a01759}.womens-journey-section{margin-top:5rem;padding:3rem;background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:24px;border:3px solid #fbbf24;box-shadow:0 8px 30px #d4a01726}.journey-header{text-align:center;margin-bottom:3rem}.journey-header svg{color:#ec4899;margin-bottom:1rem}.journey-header h3{font-size:2rem;color:#92400e;margin-bottom:.75rem;font-weight:800}.journey-header p{font-size:1.1rem;color:#6b7280}.journey-stages{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:2rem}.journey-stage{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 15px #00000014;transition:transform .3s ease}.journey-stage:hover{transform:translateY(-5px)}.stage-age{display:inline-block;padding:.5rem 1rem;background:linear-gradient(135deg,#6b21a8,#9333ea);color:#fff;border-radius:20px;font-size:.9rem;font-weight:700;margin-bottom:1rem}.journey-stage h4{font-size:1.3rem;color:#1f2937;margin-bottom:1rem;font-weight:700}.journey-stage p{font-size:.95rem;color:#4b5563;line-height:1.7;margin-bottom:.75rem}.journey-note{background:#fffc;padding:1.5rem;border-radius:12px;border-left:4px solid #ec4899;font-size:1rem;color:#374151;line-height:1.7;box-shadow:0 2px 10px #0000000d}.journey-note strong{color:#92400e;font-weight:700}.lifestyle-tips-section{margin-top:5rem;max-width:1200px;margin-left:auto;margin-right:auto}.lifestyle-tips-section h3{font-size:2rem;font-weight:800;color:#1f2937;text-align:center;margin-bottom:1rem}.tips-intro{text-align:center;font-size:1.1rem;color:#6b7280;margin-bottom:3rem}.tips-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.tip-card{background:linear-gradient(to bottom,#fefce8,#fff);padding:2rem;border-radius:16px;border:2px solid #fde68a;text-align:center;transition:all .3s ease;box-shadow:0 4px 15px #0000000d}.tip-card:hover{transform:translateY(-5px);border-color:#fbbf24;box-shadow:0 8px 25px #d4a01726}.tip-icon{font-size:3rem;margin-bottom:1rem}.tip-card h4{font-size:1.2rem;color:#92400e;margin-bottom:.75rem;font-weight:700}.tip-card p{font-size:.95rem;color:#6b7280;line-height:1.6}.balance-timeline-section{padding:6rem 0;background:linear-gradient(to bottom,#f9fafb,#fff)}.timeline-content{max-width:1000px;margin:0 auto;text-align:center}.timeline-content h2{font-size:2.5rem;font-weight:800;color:#1f2937;margin-bottom:1rem}.timeline-intro{font-size:1.2rem;color:#6b7280;margin-bottom:4rem}.timeline-track{display:grid;grid-template-columns:repeat(4,1fr);gap:3rem 2rem;position:relative;max-width:1200px;margin:0 auto}.timeline-item{display:flex;flex-direction:column;align-items:center;text-align:center}.timeline-marker{width:120px;height:120px;background:linear-gradient(135deg,#d4a017,#fbbf24);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:1.5rem;font-weight:800;color:#fff;box-shadow:0 8px 25px #d4a0174d;position:relative;aspect-ratio:1 / 1}.timeline-marker:after{content:"";position:absolute;width:120%;height:120%;border:3px solid #fde68a;border-radius:50%;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.1)}}.timeline-item h4{font-size:1.3rem;color:#92400e;margin-bottom:.75rem;font-weight:700}.timeline-item p{font-size:1rem;color:#6b7280;line-height:1.7}.balance-cta-section{padding:6rem 0;background:linear-gradient(135deg,#6b21a8,#9333ea,#a855f7);position:relative;overflow:hidden}.balance-cta-section:before{content:"";position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(212,160,23,.3),transparent);border-radius:50%}.cta-content{max-width:800px;margin:0 auto;text-align:center;position:relative;z-index:2;color:#fff}.cta-content svg{color:#fde68a;margin-bottom:1.5rem}.cta-content h2{font-size:2.5rem;font-weight:800;margin-bottom:1.5rem}.cta-content p{font-size:1.2rem;line-height:1.8;margin-bottom:2.5rem;opacity:.95}.cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.btn-primary-cta,.btn-secondary-cta{padding:1rem 2.5rem;border-radius:12px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s ease;display:inline-block}.btn-primary-cta{background:linear-gradient(135deg,#d4a017,#fbbf24);color:#1f2937;box-shadow:0 6px 25px #d4a01766}.btn-primary-cta:hover{transform:translateY(-3px);box-shadow:0 10px 35px #d4a01780}.btn-secondary-cta{background:#fff;color:#6b21a8;box-shadow:0 6px 25px #fff3}.btn-secondary-cta:hover{transform:translateY(-3px);box-shadow:0 10px 35px #ffffff4d}@media (max-width: 991px){.balance-title{font-size:2.5rem}.balance-subtitle{font-size:1.1rem}.focus-grid{grid-template-columns:1fr;gap:3rem}.focus-benefits-list{grid-template-columns:1fr}.focus-visual{position:static}.benefits-grid{grid-template-columns:repeat(2,1fr)}.product-details-grid,.journey-stages{grid-template-columns:1fr}.timeline-track{grid-template-columns:repeat(2,1fr);gap:2rem}.cta-buttons{flex-direction:column;align-items:center}.btn-primary-cta,.btn-secondary-cta{width:100%;max-width:300px}}@media (max-width: 768px){.balance-hero{min-height:60vh}.balance-title{font-size:2rem}.balance-subtitle{font-size:1rem}.balance-hero-badges{flex-direction:column;gap:.75rem}.balance-focus-section,.balance-benefits-section,.balance-science-section,.balance-products-section,.balance-timeline-section,.balance-cta-section{padding:3rem 0}.focus-header h2,.benefits-header h2,.science-content h2,.products-header h2,.timeline-content h2,.cta-content h2{font-size:1.75rem}.benefits-grid,.science-grid,.products-grid,.tips-grid{grid-template-columns:1fr;gap:1.5rem}.timeline-track{grid-template-columns:1fr;gap:2rem}.product-detail-card{padding:1.5rem}.featured-badge{position:static;display:inline-flex;margin-bottom:1rem}.womens-journey-section{padding:2rem 1.5rem}.lifestyle-tips-section{margin-top:3rem}}@media (max-width: 480px){.balance-title{font-size:1.75rem}.category-badge{font-size:.8rem;padding:.6rem 1rem}.hero-badge{font-size:.85rem;padding:.6rem 1rem}.product-details-grid{grid-template-columns:1fr}.product-detail-card h4{font-size:1.3rem}.detail-intro{font-size:1rem}.timeline-marker{width:90px;height:90px;aspect-ratio:1 / 1;font-size:1.2rem}}.magnesium-page{background:#fff}.magnesium-hero{position:relative;min-height:75vh;display:flex;align-items:center;background:linear-gradient(135deg,#d1fae5,#a7f3d0,#6ee7b7);overflow:hidden}.magnesium-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:url(https://images.unsplash.com/photo-1506126613408-eca07ce68773?auto=format&fit=crop&q=80&w=1600);background-size:cover;background-position:center;opacity:.12}.magnesium-hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#10b9811a,#3b82f61a)}.magnesium-hero-content{position:relative;z-index:2;text-align:center;max-width:900px;margin:0 auto;padding:60px 20px}.category-badge{display:inline-flex;align-items:center;gap:8px;background:#ffffffe6;padding:8px 20px;border-radius:30px;font-size:.75rem;font-weight:600;letter-spacing:1px;color:#059669;margin-bottom:20px;box-shadow:0 2px 10px #00000014}.magnesium-title{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:900;color:#065f46;margin:0 0 20px;line-height:1.1;text-shadow:2px 2px 4px rgba(0,0,0,.05)}.magnesium-subtitle{font-size:clamp(1rem,2vw,1.25rem);color:#047857;line-height:1.6;margin-bottom:30px;max-width:700px;margin-left:auto;margin-right:auto}.magnesium-hero-badges{display:flex;gap:15px;justify-content:center;flex-wrap:wrap;margin-top:30px}.hero-badge{display:flex;align-items:center;gap:8px;background:#fffffff2;padding:10px 20px;border-radius:25px;font-size:.9rem;font-weight:500;color:#065f46;box-shadow:0 4px 15px #0000001a}.magnesium-intro-section{padding:100px 20px;background:linear-gradient(180deg,#fff,#f0fdf4)}.intro-header h2{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#065f46;margin-bottom:15px}.intro-divider{width:80px;height:4px;background:linear-gradient(90deg,#10b981,#3b82f6);margin:0 auto;border-radius:2px}.intro-lead{font-size:1.25rem;font-weight:500;color:#047857;margin-bottom:25px;line-height:1.7}.intro-highlight{display:flex;gap:20px;background:linear-gradient(135deg,#ecfdf5,#d1fae5);padding:30px;border-radius:15px;border-left:4px solid #10b981;margin-top:30px}.highlight-icon{color:#059669;flex-shrink:0}.intro-highlight h4{color:#065f46;margin-bottom:10px;font-size:1.15rem}.intro-highlight p{color:#047857;margin:0;line-height:1.6}.stat-box{background:linear-gradient(135deg,#10b981,#059669);padding:25px;border-radius:15px;text-align:center;color:#fff;box-shadow:0 8px 20px #10b98140}.magnesium-benefits-section{padding:100px 20px;background:#fff}.benefits-header h2{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#065f46;margin-bottom:15px}.benefit-card{background:linear-gradient(135deg,#f0fdf4,#ecfdf5);padding:35px;border-radius:16px;text-align:center;border:2px solid #d1fae5;transition:all .3s ease}.benefit-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px #10b98133;border-color:#10b981}.benefit-icon{width:70px;height:70px;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;color:#fff}.benefit-card h3{font-size:1.35rem;font-weight:700;color:#065f46;margin-bottom:12px}.magnesium-science-section{padding:100px 20px;background:linear-gradient(180deg,#065f46,#047857);color:#fff}.science-icon{width:60px;height:60px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px;color:#6ee7b7}.magnesium-deficiency-section{padding:100px 20px;background:linear-gradient(180deg,#fff9f0,#fff)}.deficiency-info h2{font-size:clamp(1.8rem,4vw,2.5rem);font-weight:800;color:#dc2626;margin-bottom:20px}.deficiency-info h3{font-size:1.3rem;font-weight:700;color:#065f46;margin-bottom:20px;margin-top:30px}.symptom-icon{color:#dc2626;flex-shrink:0}.deficiency-note{background:linear-gradient(135deg,#fef3c7,#fde68a);padding:20px;border-radius:12px;border-left:4px solid #f59e0b;font-size:.95rem;line-height:1.6;color:#78350f}.deficiency-note strong{color:#92400e}.visual-card{background:linear-gradient(135deg,#ecfdf5,#d1fae5);padding:30px;border-radius:16px;border:2px solid #10b981}.visual-card h3{font-size:1.4rem;font-weight:700;color:#065f46;margin-bottom:20px}.causes-list li{display:flex;align-items:center;gap:12px;padding:12px 0;color:#047857;font-size:1rem;border-bottom:1px solid rgba(16,185,129,.2)}.causes-list svg{color:#10b981;flex-shrink:0}.magnesium-food-section{padding:100px 20px;background:linear-gradient(180deg,#f0fdf4,#fff)}.food-content h2{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#065f46;margin-bottom:15px}.food-card{background:#fff;padding:30px;border-radius:16px;border:2px solid #d1fae5;transition:all .3s ease}.food-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #10b98126;border-color:#10b981}.food-card h4{font-size:1.2rem;font-weight:700;color:#065f46;margin-bottom:8px}.food-amount{color:#10b981;font-weight:600;font-size:.95rem;margin:0}.magnesium-why-vsouls-section{padding:100px 20px;background:#fff}.why-vsouls-content h2{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#065f46;text-align:center;margin-bottom:60px}.why-card{background:linear-gradient(135deg,#f0fdf4,#fff);padding:35px;border-radius:16px;text-align:center;border:2px solid #d1fae5;transition:all .3s ease}.why-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px #10b98133;border-color:#10b981}.why-icon{color:#10b981;margin-bottom:20px}.why-card h3{font-size:1.25rem;font-weight:700;color:#065f46;margin-bottom:12px}.magnesium-products-section{padding:100px 20px;background:linear-gradient(180deg,#f0fdf4,#ecfdf5)}.products-header h2{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#065f46;margin-bottom:15px}.magnesium-cta-section{padding:100px 20px;background:linear-gradient(135deg,#065f46,#047857);position:relative;overflow:hidden}.magnesium-cta-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.3}.btn-primary{background:#fff;color:#065f46;box-shadow:0 8px 20px #00000026}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 30px #0003;background:#f0fdf4}@media (max-width: 768px){.magnesium-hero{min-height:60vh}.magnesium-intro-section,.magnesium-benefits-section,.magnesium-science-section,.magnesium-deficiency-section,.magnesium-food-section,.magnesium-why-vsouls-section,.magnesium-products-section,.magnesium-cta-section{padding:60px 20px}.benefits-grid,.science-grid,.why-vsouls-grid{grid-template-columns:1fr}.food-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}}.omega-page{background:#fff}.omega-hero{position:relative;min-height:75vh;display:flex;align-items:center;background:linear-gradient(135deg,#dbeafe,#a5b4fc,#818cf8);overflow:hidden}.omega-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:url(https://images.unsplash.com/photo-1506744038136-46273834b3fb?auto=format&fit=crop&q=80&w=1600);background-size:cover;background-position:center;opacity:.12}.omega-hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#3b82f61a,#8b5cf61a)}.omega-hero-content{position:relative;z-index:2;text-align:center;max-width:900px;margin:0 auto;padding:60px 20px}.category-badge{display:inline-flex;align-items:center;gap:8px;background:#ffffffe6;padding:8px 20px;border-radius:30px;font-size:.75rem;font-weight:600;letter-spacing:1px;color:#2563eb;margin-bottom:20px;box-shadow:0 2px 10px #00000014}.omega-title{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:900;color:#1e293b;margin:0 0 20px;line-height:1.1;text-shadow:2px 2px 4px rgba(0,0,0,.05)}.omega-subtitle{font-size:clamp(1rem,2vw,1.25rem);color:#2563eb;line-height:1.6;margin-bottom:30px;max-width:700px;margin-left:auto;margin-right:auto}.omega-hero-badges{display:flex;gap:15px;justify-content:center;flex-wrap:wrap;margin-top:30px}.hero-badge{display:flex;align-items:center;gap:8px;background:#fffffff2;padding:10px 20px;border-radius:25px;font-size:.9rem;font-weight:500;color:#1e293b;box-shadow:0 4px 15px #0000001a}.omega-intro-section{padding:100px 20px;background:linear-gradient(180deg,#fff,#f1f5f9)}.intro-header h2{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#1e293b;margin-bottom:15px}.intro-divider{width:80px;height:4px;background:linear-gradient(90deg,#2563eb,#818cf8);margin:0 auto;border-radius:2px}.intro-lead{font-size:1.25rem;font-weight:500;color:#2563eb;margin-bottom:25px;line-height:1.7}.intro-highlight{display:flex;gap:20px;background:linear-gradient(135deg,#e0e7ff,#dbeafe);padding:30px;border-radius:15px;border-left:4px solid #2563eb;margin-top:30px}.highlight-icon{color:#2563eb;flex-shrink:0}.intro-highlight h4{color:#1e293b;margin-bottom:10px;font-size:1.15rem}.intro-highlight p{color:#2563eb;margin:0;line-height:1.6}.stat-box{background:linear-gradient(135deg,#2563eb,#818cf8);padding:25px;border-radius:15px;text-align:center;color:#fff;box-shadow:0 8px 20px #3b82f626}.omega-benefits-section{padding:100px 20px;background:#fff}.benefits-header h2{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#1e293b;margin-bottom:15px}.benefit-card{background:linear-gradient(135deg,#f1f5f9,#e0e7ff);padding:35px;border-radius:16px;text-align:center;border:2px solid #dbeafe;transition:all .3s ease}.benefit-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px #3b82f626;border-color:#2563eb}.benefit-icon{width:70px;height:70px;background:linear-gradient(135deg,#2563eb,#818cf8);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;color:#fff}.benefit-card h3{font-size:1.35rem;font-weight:700;color:#1e293b;margin-bottom:12px}.omega-science-section{padding:100px 20px;background:linear-gradient(180deg,#1e293b,#2563eb);color:#fff}.science-icon{width:60px;height:60px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px;color:#818cf8}.omega-deficiency-section{padding:100px 20px;background:linear-gradient(180deg,#fff9f0,#fff)}.deficiency-info h2{font-size:clamp(1.8rem,4vw,2.5rem);font-weight:800;color:#2563eb;margin-bottom:20px}.deficiency-info h3{font-size:1.3rem;font-weight:700;color:#1e293b;margin-bottom:20px;margin-top:30px}.symptom-icon{color:#2563eb;flex-shrink:0}.deficiency-note{background:linear-gradient(135deg,#e0e7ff,#a5b4fc);padding:20px;border-radius:12px;border-left:4px solid #2563eb;font-size:.95rem;line-height:1.6;color:#3730a3}.visual-card{background:linear-gradient(135deg,#e0e7ff,#dbeafe);padding:30px;border-radius:16px;border:2px solid #2563eb}.visual-card h3{font-size:1.4rem;font-weight:700;color:#1e293b;margin-bottom:20px}.causes-list li{display:flex;align-items:center;gap:12px;padding:12px 0;color:#2563eb;font-size:1rem;border-bottom:1px solid rgba(59,130,246,.2)}.causes-list svg{color:#2563eb;flex-shrink:0}.omega-food-section{padding:100px 20px;background:linear-gradient(180deg,#f1f5f9,#fff)}.food-content h2{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#1e293b;margin-bottom:15px}.food-card{background:#fff;padding:30px;border-radius:16px;border:2px solid #dbeafe;transition:all .3s ease}.food-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #3b82f61f;border-color:#2563eb}.food-card h4{font-size:1.2rem;font-weight:700;color:#1e293b;margin-bottom:8px}.food-amount{color:#2563eb;font-weight:600;font-size:.95rem;margin:0}.omega-why-vsouls-section{padding:100px 20px;background:#fff}.why-vsouls-content h2{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#1e293b;text-align:center;margin-bottom:60px}.why-card{background:linear-gradient(135deg,#f1f5f9,#fff);padding:35px;border-radius:16px;text-align:center;border:2px solid #dbeafe;transition:all .3s ease}.why-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px #3b82f626;border-color:#2563eb}.why-icon{color:#2563eb;margin-bottom:20px}.why-card h3{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:12px}.omega-products-section{padding:100px 20px;background:linear-gradient(180deg,#f1f5f9,#e0e7ff)}.products-header h2{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#1e293b;margin-bottom:15px}.omega-cta-section{padding:100px 20px;background:linear-gradient(135deg,#1e293b,#2563eb);position:relative;overflow:hidden}.omega-cta-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.3}.btn-primary{background:#fff;color:#1e293b;box-shadow:0 8px 20px #00000026}@media (max-width: 768px){.omega-hero{min-height:60vh}.omega-intro-section,.omega-benefits-section,.omega-science-section,.omega-deficiency-section,.omega-food-section,.omega-why-vsouls-section,.omega-products-section,.omega-cta-section{padding:60px 20px}.benefits-grid,.science-grid,.why-vsouls-grid{grid-template-columns:1fr}.food-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}}.collagen-page{background:#fff}.collagen-hero{position:relative;min-height:75vh;display:flex;align-items:center;background:linear-gradient(135deg,#fce7f3,#fbcfe8,#f9a8d4);overflow:hidden}.collagen-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:url(https://images.unsplash.com/photo-1552693673-1bf958298935?auto=format&fit=crop&q=80&w=1600);background-size:cover;background-position:center;opacity:.12}.collagen-hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#ec48991a,#ec48991a)}.collagen-hero-content{position:relative;z-index:2;text-align:center;max-width:900px;margin:0 auto;padding:60px 20px}.category-badge{display:inline-flex;align-items:center;gap:8px;background:#ffffffe6;padding:8px 20px;border-radius:30px;font-size:.75rem;font-weight:600;letter-spacing:1px;color:#ec4899;margin-bottom:20px;box-shadow:0 2px 10px #00000014}.collagen-title{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:900;color:#be185d;margin:0 0 20px;line-height:1.1;text-shadow:2px 2px 4px rgba(0,0,0,.05)}.collagen-subtitle{font-size:clamp(1rem,2vw,1.25rem);color:#db2777;line-height:1.6;margin-bottom:30px;max-width:700px;margin-left:auto;margin-right:auto}.collagen-hero-badges{display:flex;gap:15px;justify-content:center;flex-wrap:wrap;margin-top:30px}.hero-badge{display:flex;align-items:center;gap:8px;background:#fffffff2;padding:10px 20px;border-radius:25px;font-size:.9rem;font-weight:500;color:#be185d;box-shadow:0 4px 15px #0000001a}.collagen-intro-section{padding:100px 20px;background:linear-gradient(180deg,#fff,#fdf2f8)}.intro-header h2{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#be185d;margin-bottom:15px}.intro-divider{width:80px;height:4px;background:linear-gradient(90deg,#ec4899,#f472b6);margin:0 auto;border-radius:2px}.intro-lead{font-size:1.25rem;font-weight:500;color:#db2777;margin-bottom:25px;line-height:1.7}.intro-highlight{display:flex;gap:20px;background:linear-gradient(135deg,#fdf2f8,#fce7f3);padding:30px;border-radius:15px;border-left:4px solid #ec4899;margin-top:30px}.highlight-icon{color:#ec4899;flex-shrink:0}.intro-highlight h4{color:#be185d;margin-bottom:10px;font-size:1.15rem}.intro-highlight p{color:#db2777;margin:0;line-height:1.6}.stat-box{background:linear-gradient(135deg,#ec4899,#f472b6);padding:25px;border-radius:15px;text-align:center;color:#fff;box-shadow:0 8px 20px #ec489926}.collagen-benefits-section{padding:100px 20px;background:#fff}.benefits-header h2{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#be185d;margin-bottom:15px}.benefit-card{background:linear-gradient(135deg,#fdf2f8,#fce7f3);padding:35px;border-radius:16px;text-align:center;border:2px solid #fbcfe8;transition:all .3s ease}.benefit-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px #ec489926;border-color:#ec4899}.benefit-icon{width:70px;height:70px;background:linear-gradient(135deg,#ec4899,#f472b6);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;color:#fff}.benefit-card h3{font-size:1.35rem;font-weight:700;color:#be185d;margin-bottom:12px}.collagen-science-section{padding:100px 20px;background:linear-gradient(180deg,#be185d,#db2777);color:#fff}.science-icon{width:60px;height:60px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px;color:#f9a8d4}.collagen-deficiency-section{padding:100px 20px;background:linear-gradient(180deg,#fff9f0,#fff)}.deficiency-info h2{font-size:clamp(1.8rem,4vw,2.5rem);font-weight:800;color:#db2777;margin-bottom:20px}.deficiency-info h3{font-size:1.3rem;font-weight:700;color:#be185d;margin-bottom:20px;margin-top:30px}.symptom-icon{color:#db2777;flex-shrink:0}.deficiency-note{background:linear-gradient(135deg,#fbcfe8,#f9a8d4);padding:20px;border-radius:12px;border-left:4px solid #ec4899;font-size:.95rem;line-height:1.6;color:#831843}.deficiency-note strong{color:#831843}.visual-card{background:linear-gradient(135deg,#fdf2f8,#fce7f3);padding:30px;border-radius:16px;border:2px solid #ec4899}.visual-card h3{font-size:1.4rem;font-weight:700;color:#be185d;margin-bottom:20px}.causes-list li{display:flex;align-items:center;gap:12px;padding:12px 0;color:#db2777;font-size:1rem;border-bottom:1px solid rgba(236,72,153,.2)}.causes-list svg{color:#ec4899;flex-shrink:0}.collagen-food-section{padding:100px 20px;background:linear-gradient(180deg,#fdf2f8,#fff)}.food-content h2{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#be185d;margin-bottom:15px}.food-card{background:#fff;padding:30px;border-radius:16px;border:2px solid #fbcfe8;transition:all .3s ease}.food-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #ec48991f;border-color:#ec4899}.food-card h4{font-size:1.2rem;font-weight:700;color:#be185d;margin-bottom:8px}.food-amount{color:#ec4899;font-weight:600;font-size:.95rem;margin:0}.collagen-why-vsouls-section{padding:100px 20px;background:#fff}.why-vsouls-content h2{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#be185d;text-align:center;margin-bottom:60px}.why-card{background:linear-gradient(135deg,#fdf2f8,#fff);padding:35px;border-radius:16px;text-align:center;border:2px solid #fbcfe8;transition:all .3s ease}.why-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px #ec489926;border-color:#ec4899}.why-icon{color:#ec4899;margin-bottom:20px}.why-card h3{font-size:1.25rem;font-weight:700;color:#be185d;margin-bottom:12px}.collagen-products-section{padding:100px 20px;background:linear-gradient(180deg,#fdf2f8,#fce7f3)}.products-header h2{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#be185d;margin-bottom:15px}.collagen-cta-section{padding:100px 20px;background:linear-gradient(135deg,#be185d,#db2777);position:relative;overflow:hidden}.collagen-cta-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.3}.btn-primary{background:#fff;color:#be185d;box-shadow:0 8px 20px #00000026}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 30px #0003;background:#fdf2f8}@media (max-width: 768px){.collagen-hero{min-height:60vh}.collagen-intro-section,.collagen-benefits-section,.collagen-science-section,.collagen-deficiency-section,.collagen-food-section,.collagen-why-vsouls-section,.collagen-products-section,.collagen-cta-section{padding:60px 20px}.benefits-grid,.science-grid,.why-vsouls-grid{grid-template-columns:1fr}.food-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}}.probiotics-page{background:#fff}.probiotics-hero{position:relative;min-height:75vh;display:flex;align-items:center;background:linear-gradient(135deg,#d1fae5,#fef9c3,#fcd34d);overflow:hidden}.probiotics-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:url(https://images.unsplash.com/photo-1506744038136-46273834b3fb?auto=format&fit=crop&q=80&w=1600);background-size:cover;background-position:center;opacity:.1}.probiotics-hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#fde0471a,#10b9811a)}.probiotics-hero-content{position:relative;z-index:2;text-align:center;max-width:900px;margin:0 auto;padding:60px 20px}.probiotics-title{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:900;color:#ca8a04;margin:0 0 20px;line-height:1.1;text-shadow:2px 2px 4px rgba(0,0,0,.05)}.probiotics-subtitle{font-size:clamp(1rem,2vw,1.25rem);color:#65a30d;line-height:1.6;margin-bottom:30px;max-width:700px;margin-left:auto;margin-right:auto}.probiotics-hero-badges{display:flex;gap:15px;justify-content:center;flex-wrap:wrap;margin-top:30px}.hero-badge{display:flex;align-items:center;gap:8px;background:#fffffff2;padding:10px 20px;border-radius:25px;font-size:.9rem;font-weight:500;color:#ca8a04;box-shadow:0 4px 15px #0000001a}.probiotics-intro-section{padding:100px 20px;background:linear-gradient(180deg,#fff,#fefce8)}.intro-header h2{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#ca8a04;margin-bottom:15px}.intro-divider{width:80px;height:4px;background:linear-gradient(90deg,#65a30d,#fcd34d);margin:0 auto;border-radius:2px}.intro-highlight{display:flex;gap:20px;background:linear-gradient(135deg,#fef9c3,#d1fae5);padding:30px;border-radius:15px;border-left:4px solid #65a30d;margin-top:30px}.intro-highlight h4{color:#ca8a04;margin-bottom:10px;font-size:1.15rem}.stat-box{background:linear-gradient(135deg,#65a30d,#fcd34d);padding:25px;border-radius:15px;text-align:center;color:#fff;box-shadow:0 8px 20px #fde04726}.probiotics-benefits-section{padding:100px 20px;background:#fff}.benefits-header h2{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#ca8a04;margin-bottom:15px}.benefit-card{background:linear-gradient(135deg,#fef9c3,#d1fae5);padding:35px;border-radius:16px;text-align:center;border:2px solid #fcd34d;transition:all .3s ease}.benefit-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px #fde04726;border-color:#65a30d}.benefit-icon{width:70px;height:70px;background:linear-gradient(135deg,#65a30d,#fcd34d);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;color:#fff}.benefit-card h3{font-size:1.35rem;font-weight:700;color:#ca8a04;margin-bottom:12px}.probiotics-science-section{padding:100px 20px;background:linear-gradient(180deg,#ca8a04,#65a30d);color:#fff}.science-icon{width:60px;height:60px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px;color:#fcd34d}.probiotics-deficiency-section{padding:100px 20px;background:linear-gradient(180deg,#fff9f0,#fff)}.deficiency-info h3{font-size:1.3rem;font-weight:700;color:#ca8a04;margin-bottom:20px;margin-top:30px}.deficiency-note{background:linear-gradient(135deg,#fef9c3,#fcd34d);padding:20px;border-radius:12px;border-left:4px solid #65a30d;font-size:.95rem;line-height:1.6;color:#713f12}.deficiency-note strong{color:#713f12}.visual-card{background:linear-gradient(135deg,#fef9c3,#d1fae5);padding:30px;border-radius:16px;border:2px solid #65a30d}.visual-card h3{font-size:1.4rem;font-weight:700;color:#ca8a04;margin-bottom:20px}.causes-list li{display:flex;align-items:center;gap:12px;padding:12px 0;color:#65a30d;font-size:1rem;border-bottom:1px solid rgba(253,224,71,.2)}.probiotics-food-section{padding:100px 20px;background:linear-gradient(180deg,#fefce8,#fff)}.food-content h2{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#ca8a04;margin-bottom:15px}.food-card{background:#fff;padding:30px;border-radius:16px;border:2px solid #fcd34d;transition:all .3s ease}.food-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #fde0471f;border-color:#65a30d}.food-card h4{font-size:1.2rem;font-weight:700;color:#ca8a04;margin-bottom:8px}.probiotics-why-vsouls-section{padding:100px 20px;background:#fff}.why-vsouls-content h2{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#ca8a04;text-align:center;margin-bottom:60px}.why-card{background:linear-gradient(135deg,#fef9c3,#fff);padding:35px;border-radius:16px;text-align:center;border:2px solid #fcd34d;transition:all .3s ease}.why-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px #fde04726;border-color:#65a30d}.why-card h3{font-size:1.25rem;font-weight:700;color:#ca8a04;margin-bottom:12px}.probiotics-products-section{padding:100px 20px;background:linear-gradient(180deg,#fef9c3,#d1fae5)}.products-header h2{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#ca8a04;margin-bottom:15px}.probiotics-cta-section{padding:100px 20px;background:linear-gradient(135deg,#ca8a04,#65a30d);position:relative;overflow:hidden}.probiotics-cta-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.3}.btn-primary{background:#fff;color:#ca8a04;box-shadow:0 8px 20px #00000026}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 30px #0003;background:#fef9c3}@media (max-width: 768px){.probiotics-hero{min-height:60vh}.probiotics-intro-section,.probiotics-benefits-section,.probiotics-science-section,.probiotics-deficiency-section,.probiotics-food-section,.probiotics-why-vsouls-section,.probiotics-products-section,.probiotics-cta-section{padding:60px 20px}.benefits-grid,.science-grid,.why-vsouls-grid{grid-template-columns:1fr}.food-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}}.biotin-page{background:#fff}.biotin-hero{position:relative;min-height:75vh;display:flex;align-items:center;background:linear-gradient(135deg,#fef3c7,#fde68a,#fbbf24);overflow:hidden}.biotin-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:url(https://images.unsplash.com/photo-1506744038136-46273834b3fb?auto=format&fit=crop&q=80&w=1600);background-size:cover;background-position:center;opacity:.1}.biotin-hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#fbbf241a,#fde68a1a)}.biotin-hero-content{position:relative;z-index:2;text-align:center;max-width:900px;margin:0 auto;padding:60px 20px}.category-badge{display:inline-flex;align-items:center;gap:8px;background:#ffffffe6;padding:8px 20px;border-radius:30px;font-size:.75rem;font-weight:600;letter-spacing:1px;color:#f59e42;margin-bottom:20px;box-shadow:0 2px 10px #00000014}.biotin-title{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:900;color:#b45309;margin:0 0 20px;line-height:1.1;text-shadow:2px 2px 4px rgba(0,0,0,.05)}.biotin-subtitle{font-size:clamp(1rem,2vw,1.25rem);color:#f59e42;line-height:1.6;margin-bottom:30px;max-width:700px;margin-left:auto;margin-right:auto}.biotin-hero-badges{display:flex;gap:15px;justify-content:center;flex-wrap:wrap;margin-top:30px}.hero-badge{display:flex;align-items:center;gap:8px;background:#fffffff2;padding:10px 20px;border-radius:25px;font-size:.9rem;font-weight:500;color:#b45309;box-shadow:0 4px 15px #0000001a}.biotin-intro-section{padding:100px 20px;background:linear-gradient(180deg,#fff,#fef3c7)}.intro-header h2{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#b45309;margin-bottom:15px}.intro-divider{width:80px;height:4px;background:linear-gradient(90deg,#f59e42,#fde68a);margin:0 auto;border-radius:2px}.intro-lead{font-size:1.25rem;font-weight:500;color:#f59e42;margin-bottom:25px;line-height:1.7}.intro-highlight{display:flex;gap:20px;background:linear-gradient(135deg,#fef3c7,#fde68a);padding:30px;border-radius:15px;border-left:4px solid #f59e42;margin-top:30px}.highlight-icon{color:#f59e42;flex-shrink:0}.intro-highlight h4{color:#b45309;margin-bottom:10px;font-size:1.15rem}.intro-highlight p{color:#f59e42;margin:0;line-height:1.6}.stat-box{background:linear-gradient(135deg,#f59e42,#fde68a);padding:25px;border-radius:15px;text-align:center;color:#fff;box-shadow:0 8px 20px #fbbf2426}.biotin-benefits-section{padding:100px 20px;background:#fff}.benefits-header h2{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#b45309;margin-bottom:15px}.benefit-card{background:linear-gradient(135deg,#fef3c7,#fde68a);padding:35px;border-radius:16px;text-align:center;border:2px solid #fde68a;transition:all .3s ease}.benefit-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px #fbbf2426;border-color:#f59e42}.benefit-icon{width:70px;height:70px;background:linear-gradient(135deg,#f59e42,#fde68a);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;color:#fff}.benefit-card h3{font-size:1.35rem;font-weight:700;color:#b45309;margin-bottom:12px}.biotin-science-section{padding:100px 20px;background:linear-gradient(180deg,#b45309,#fde68a);color:#fff}.science-icon{width:60px;height:60px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px;color:#fde68a}.biotin-deficiency-section{padding:100px 20px;background:linear-gradient(180deg,#fff9f0,#fff)}.deficiency-info h2{font-size:clamp(1.8rem,4vw,2.5rem);font-weight:800;color:#f59e42;margin-bottom:20px}.deficiency-info h3{font-size:1.3rem;font-weight:700;color:#b45309;margin-bottom:20px;margin-top:30px}.symptom-icon{color:#f59e42;flex-shrink:0}.deficiency-note{background:linear-gradient(135deg,#fde68a,#fbbf24);padding:20px;border-radius:12px;border-left:4px solid #f59e42;font-size:.95rem;line-height:1.6;color:#78350f}.deficiency-note strong{color:#78350f}.visual-card{background:linear-gradient(135deg,#fef3c7,#fde68a);padding:30px;border-radius:16px;border:2px solid #f59e42}.visual-card h3{font-size:1.4rem;font-weight:700;color:#b45309;margin-bottom:20px}.causes-list li{display:flex;align-items:center;gap:12px;padding:12px 0;color:#f59e42;font-size:1rem;border-bottom:1px solid rgba(251,191,36,.2)}.causes-list svg{color:#f59e42;flex-shrink:0}.biotin-food-section{padding:100px 20px;background:linear-gradient(180deg,#fef3c7,#fff)}.food-content h2{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#b45309;margin-bottom:15px}.food-card{background:#fff;padding:30px;border-radius:16px;border:2px solid #fde68a;transition:all .3s ease}.food-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #fbbf241f;border-color:#f59e42}.food-card h4{font-size:1.2rem;font-weight:700;color:#b45309;margin-bottom:8px}.food-amount{color:#f59e42;font-weight:600;font-size:.95rem;margin:0}.biotin-why-vsouls-section{padding:100px 20px;background:#fff}.why-vsouls-content h2{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#b45309;text-align:center;margin-bottom:60px}.why-card{background:linear-gradient(135deg,#fef3c7,#fff);padding:35px;border-radius:16px;text-align:center;border:2px solid #fde68a;transition:all .3s ease}.why-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px #fbbf2426;border-color:#f59e42}.why-icon{color:#f59e42;margin-bottom:20px}.why-card h3{font-size:1.25rem;font-weight:700;color:#b45309;margin-bottom:12px}.biotin-products-section{padding:100px 20px;background:linear-gradient(180deg,#fef3c7,#fde68a)}.products-header h2{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#b45309;margin-bottom:15px}.biotin-cta-section{padding:100px 20px;background:linear-gradient(135deg,#b45309,#fde68a);position:relative;overflow:hidden}.biotin-cta-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.3}.btn-primary{background:#fff;color:#b45309;box-shadow:0 8px 20px #00000026}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 30px #0003;background:#fef3c7}@media (max-width: 768px){.biotin-hero{min-height:60vh}.biotin-intro-section,.biotin-benefits-section,.biotin-science-section,.biotin-deficiency-section,.biotin-food-section,.biotin-why-vsouls-section,.biotin-products-section,.biotin-cta-section{padding:60px 20px}.benefits-grid,.science-grid,.why-vsouls-grid{grid-template-columns:1fr}.food-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}}.tryptophan-page{background:#fff}.tryptophan-hero{position:relative;min-height:75vh;display:flex;align-items:center;background:linear-gradient(135deg,#e0e7ff,#f3e8ff,#a5b4fc);overflow:hidden}.tryptophan-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:url(https://images.unsplash.com/photo-1506744038136-46273834b3fb?auto=format&fit=crop&q=80&w=1600);background-size:cover;background-position:center;opacity:.1}.tryptophan-hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#a5b4fc1a,#f3e8ff1a)}.tryptophan-hero-content{position:relative;z-index:2;text-align:center;max-width:900px;margin:0 auto;padding:60px 20px}.category-badge{display:inline-flex;align-items:center;gap:8px;background:#ffffffe6;padding:8px 20px;border-radius:30px;font-size:.75rem;font-weight:600;letter-spacing:1px;color:#6366f1;margin-bottom:20px;box-shadow:0 2px 10px #00000014}.tryptophan-title{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:900;color:#4f46e5;margin:0 0 20px;line-height:1.1;text-shadow:2px 2px 4px rgba(0,0,0,.05)}.tryptophan-subtitle{font-size:clamp(1rem,2vw,1.25rem);color:#6366f1;line-height:1.6;margin-bottom:30px;max-width:700px;margin-left:auto;margin-right:auto}.tryptophan-hero-badges{display:flex;gap:15px;justify-content:center;flex-wrap:wrap;margin-top:30px}.hero-badge{display:flex;align-items:center;gap:8px;background:#fffffff2;padding:10px 20px;border-radius:25px;font-size:.9rem;font-weight:500;color:#4f46e5;box-shadow:0 4px 15px #0000001a}.tryptophan-intro-section{padding:100px 20px;background:linear-gradient(180deg,#fff,#e0e7ff)}.intro-header h2{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#4f46e5;margin-bottom:15px}.intro-divider{width:80px;height:4px;background:linear-gradient(90deg,#6366f1,#a5b4fc);margin:0 auto;border-radius:2px}.intro-lead{font-size:1.25rem;font-weight:500;color:#6366f1;margin-bottom:25px;line-height:1.7}.intro-highlight{display:flex;gap:20px;background:linear-gradient(135deg,#e0e7ff,#a5b4fc);padding:30px;border-radius:15px;border-left:4px solid #6366f1;margin-top:30px}.highlight-icon{color:#6366f1;flex-shrink:0}.intro-highlight h4{color:#4f46e5;margin-bottom:10px;font-size:1.15rem}.intro-highlight p{color:#6366f1;margin:0;line-height:1.6}.stat-box{background:linear-gradient(135deg,#6366f1,#a5b4fc);padding:25px;border-radius:15px;text-align:center;color:#fff;box-shadow:0 8px 20px #6366f126}.tryptophan-benefits-section{padding:100px 20px;background:#fff}.benefits-header h2{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#4f46e5;margin-bottom:15px}.benefit-card{background:linear-gradient(135deg,#e0e7ff,#a5b4fc);padding:35px;border-radius:16px;text-align:center;border:2px solid #a5b4fc;transition:all .3s ease}.benefit-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px #6366f126;border-color:#6366f1}.benefit-icon{width:70px;height:70px;background:linear-gradient(135deg,#6366f1,#a5b4fc);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;color:#fff}.benefit-card h3{font-size:1.35rem;font-weight:700;color:#4f46e5;margin-bottom:12px}.tryptophan-science-section{padding:100px 20px;background:linear-gradient(180deg,#4f46e5,#a5b4fc);color:#fff}.science-icon{width:60px;height:60px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px;color:#a5b4fc}.tryptophan-deficiency-section{padding:100px 20px;background:linear-gradient(180deg,#f3e8ff,#fff)}.deficiency-info h2{font-size:clamp(1.8rem,4vw,2.5rem);font-weight:800;color:#6366f1;margin-bottom:20px}.deficiency-info h3{font-size:1.3rem;font-weight:700;color:#4f46e5;margin-bottom:20px;margin-top:30px}.symptom-icon{color:#6366f1;flex-shrink:0}.deficiency-note{background:linear-gradient(135deg,#a5b4fc,#e0e7ff);padding:20px;border-radius:12px;border-left:4px solid #6366f1;font-size:.95rem;line-height:1.6;color:#3730a3}.deficiency-note strong{color:#3730a3}.visual-card{background:linear-gradient(135deg,#e0e7ff,#a5b4fc);padding:30px;border-radius:16px;border:2px solid #6366f1}.visual-card h3{font-size:1.4rem;font-weight:700;color:#4f46e5;margin-bottom:20px}.causes-list li{display:flex;align-items:center;gap:12px;padding:12px 0;color:#6366f1;font-size:1rem;border-bottom:1px solid rgba(99,102,241,.2)}.causes-list svg{color:#6366f1;flex-shrink:0}.tryptophan-food-section{padding:100px 20px;background:linear-gradient(180deg,#e0e7ff,#fff)}.food-content h2{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#4f46e5;margin-bottom:15px}.food-card{background:#fff;padding:30px;border-radius:16px;border:2px solid #a5b4fc;transition:all .3s ease}.food-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #6366f11f;border-color:#6366f1}.food-card h4{font-size:1.2rem;font-weight:700;color:#4f46e5;margin-bottom:8px}.food-amount{color:#6366f1;font-weight:600;font-size:.95rem;margin:0}.tryptophan-why-vsouls-section{padding:100px 20px;background:#fff}.why-vsouls-content h2{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#4f46e5;text-align:center;margin-bottom:60px}.why-card{background:linear-gradient(135deg,#e0e7ff,#fff);padding:35px;border-radius:16px;text-align:center;border:2px solid #a5b4fc;transition:all .3s ease}.why-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px #6366f126;border-color:#6366f1}.why-icon{color:#6366f1;margin-bottom:20px}.why-card h3{font-size:1.25rem;font-weight:700;color:#4f46e5;margin-bottom:12px}.tryptophan-products-section{padding:100px 20px;background:linear-gradient(180deg,#e0e7ff,#a5b4fc)}.products-header h2{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#4f46e5;margin-bottom:15px}.tryptophan-cta-section{padding:100px 20px;background:linear-gradient(135deg,#4f46e5,#a5b4fc);position:relative;overflow:hidden}.tryptophan-cta-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.3}.btn-primary{background:#fff;color:#4f46e5;box-shadow:0 8px 20px #00000026}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 30px #0003;background:#e0e7ff}@media (max-width: 768px){.tryptophan-hero{min-height:60vh}.tryptophan-intro-section,.tryptophan-benefits-section,.tryptophan-science-section,.tryptophan-deficiency-section,.tryptophan-food-section,.tryptophan-why-vsouls-section,.tryptophan-products-section,.tryptophan-cta-section{padding:60px 20px}.benefits-grid,.science-grid,.why-vsouls-grid{grid-template-columns:1fr}.food-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}}.antioxidants-page{background:#fff}.antioxidants-hero{position:relative;min-height:75vh;display:flex;align-items:center;background:linear-gradient(135deg,#f0fdfa,#fef9c3,#bef264);overflow:hidden}.antioxidants-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:url(https://images.unsplash.com/photo-1610348725531-843dff563e2c?auto=format&fit=crop&q=80&w=1600);background-size:cover;background-position:center;opacity:.1}.antioxidants-hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#bef2641a,#fef9c31a)}.antioxidants-hero-content{position:relative;z-index:2;text-align:center;max-width:900px;margin:0 auto;padding:60px 20px}.category-badge{display:inline-flex;align-items:center;gap:8px;background:#ffffffe6;padding:8px 20px;border-radius:30px;font-size:.75rem;font-weight:600;letter-spacing:1px;color:#65a30d;margin-bottom:20px;box-shadow:0 2px 10px #00000014}.antioxidants-title{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:900;color:#365314;margin:0 0 20px;line-height:1.1;text-shadow:2px 2px 4px rgba(0,0,0,.05)}.antioxidants-subtitle{font-size:clamp(1rem,2vw,1.25rem);color:#65a30d;line-height:1.6;margin-bottom:30px;max-width:700px;margin-left:auto;margin-right:auto}.antioxidants-hero-badges{display:flex;gap:15px;justify-content:center;flex-wrap:wrap;margin-top:30px}.hero-badge{display:flex;align-items:center;gap:8px;background:#fffffff2;padding:10px 20px;border-radius:25px;font-size:.9rem;font-weight:500;color:#365314;box-shadow:0 4px 15px #0000001a}.antioxidants-intro-section{padding:100px 20px;background:linear-gradient(180deg,#fff,#f0fdfa)}.intro-content{max-width:1200px;margin:0 auto}.intro-header{text-align:center;margin-bottom:50px}.intro-header h2{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#365314;margin-bottom:15px}.intro-divider{width:80px;height:4px;background:linear-gradient(90deg,#65a30d,#bef264);margin:0 auto;border-radius:2px}.intro-grid{display:grid;grid-template-columns:2fr 1fr;gap:60px;align-items:start}@media (max-width: 968px){.intro-grid{grid-template-columns:1fr;gap:40px}}.intro-main{font-size:1.05rem;line-height:1.8;color:#374151}.intro-lead{font-size:1.25rem;font-weight:500;color:#65a30d;margin-bottom:25px;line-height:1.7}.intro-highlight{display:flex;gap:20px;background:linear-gradient(135deg,#f0fdfa,#bef264);padding:30px;border-radius:15px;border-left:4px solid #65a30d;margin-top:30px}.highlight-icon{color:#65a30d;flex-shrink:0}.intro-highlight h4{color:#365314;margin-bottom:10px;font-size:1.15rem}.intro-highlight p{color:#65a30d;margin:0;line-height:1.6}.intro-stats{display:flex;flex-direction:column;gap:20px}.stat-box{background:linear-gradient(135deg,#65a30d,#bef264);padding:25px;border-radius:15px;text-align:center;color:#fff;box-shadow:0 8px 20px #65a30d26}.stat-number{font-size:2.5rem;font-weight:900;margin-bottom:5px}.stat-label{font-size:.9rem;opacity:.95;line-height:1.4}.antioxidants-benefits-section{padding:100px 20px;background:#fff}.benefits-header{text-align:center;margin-bottom:60px}.benefits-header h2{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#365314;margin-bottom:15px}.benefits-subtitle{font-size:1.15rem;color:#6b7280;max-width:600px;margin:0 auto}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;max-width:1200px;margin:0 auto}.benefit-card{background:linear-gradient(135deg,#f0fdfa,#bef264);padding:35px;border-radius:16px;text-align:center;border:2px solid #bef264;transition:all .3s ease}.benefit-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px #65a30d26;border-color:#65a30d}.benefit-icon{width:70px;height:70px;background:linear-gradient(135deg,#65a30d,#bef264);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;color:#fff}.benefit-card h3{font-size:1.35rem;font-weight:700;color:#365314;margin-bottom:12px}.benefit-card p{color:#4b5563;line-height:1.6;margin:0}.antioxidants-science-section{padding:100px 20px;background:linear-gradient(180deg,#365314,#bef264);color:#fff}.science-header{text-align:center;margin-bottom:60px}.science-header h2{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#fff;margin-bottom:15px}.science-header p{font-size:1.15rem;color:#ffffffd9}.science-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;max-width:1200px;margin:0 auto}.science-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:35px;border-radius:16px;border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.science-card:hover{background:#ffffff26;transform:translateY(-5px)}.science-icon{width:60px;height:60px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px;color:#bef264}.science-card h3{font-size:1.3rem;font-weight:700;color:#fff;margin-bottom:12px}.science-card p{color:#ffffffe6;line-height:1.6;margin:0}.antioxidants-deficiency-section{padding:100px 20px;background:linear-gradient(180deg,#fef9c3,#fff)}.deficiency-content{max-width:1200px;margin:0 auto}.deficiency-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:start}@media (max-width: 968px){.deficiency-grid{grid-template-columns:1fr;gap:40px}}.deficiency-info h2{font-size:clamp(1.8rem,4vw,2.5rem);font-weight:800;color:#65a30d;margin-bottom:20px}.deficiency-lead{font-size:1.1rem;color:#4b5563;line-height:1.7;margin-bottom:30px}.deficiency-info h3{font-size:1.3rem;font-weight:700;color:#365314;margin-bottom:20px;margin-top:30px}.symptoms-list{list-style:none;padding:0;margin:0 0 30px}.symptoms-list li{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid #e5e7eb;color:#374151;font-size:1.05rem}.symptom-icon{color:#65a30d;flex-shrink:0}.deficiency-note{background:linear-gradient(135deg,#bef264,#f0fdfa);padding:20px;border-radius:12px;border-left:4px solid #65a30d;font-size:.95rem;line-height:1.6;color:#365314}.deficiency-note strong{color:#365314}.deficiency-visual{position:sticky;top:100px}.visual-card{background:linear-gradient(135deg,#f0fdfa,#bef264);padding:30px;border-radius:16px;border:2px solid #65a30d}.visual-card h3{font-size:1.4rem;font-weight:700;color:#365314;margin-bottom:20px}.causes-list{list-style:none;padding:0;margin:0}.causes-list li{display:flex;align-items:center;gap:12px;padding:12px 0;color:#65a30d;font-size:1rem;border-bottom:1px solid rgba(101,163,13,.2)}.causes-list li:last-child{border-bottom:none}.causes-list svg{color:#65a30d;flex-shrink:0}.antioxidants-food-section{padding:100px 20px;background:linear-gradient(180deg,#f0fdfa,#fff)}.food-content{max-width:1000px;margin:0 auto;text-align:center}.food-content h2{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#365314;margin-bottom:15px}.food-subtitle{font-size:1.1rem;color:#6b7280;margin-bottom:50px;line-height:1.6}.food-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:25px}.food-card{background:#fff;padding:30px;border-radius:16px;border:2px solid #bef264;transition:all .3s ease}.food-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #65a30d1f;border-color:#65a30d}.food-icon{font-size:3rem;margin-bottom:15px}.food-card h4{font-size:1.2rem;font-weight:700;color:#365314;margin-bottom:8px}.food-amount{color:#65a30d;font-weight:600;font-size:.95rem;margin:0}.antioxidants-why-vsouls-section{padding:100px 20px;background:#fff}.why-vsouls-content{max-width:1200px;margin:0 auto}.why-vsouls-content h2{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#365314;text-align:center;margin-bottom:60px}.why-vsouls-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px}.why-card{background:linear-gradient(135deg,#f0fdfa,#fff);padding:35px;border-radius:16px;text-align:center;border:2px solid #bef264;transition:all .3s ease}.why-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px #65a30d26;border-color:#65a30d}.why-icon{color:#65a30d;margin-bottom:20px}.why-card h3{font-size:1.25rem;font-weight:700;color:#365314;margin-bottom:12px}.why-card p{color:#4b5563;line-height:1.6;margin:0}.antioxidants-products-section{padding:100px 20px;background:linear-gradient(180deg,#f0fdfa,#bef264)}.products-header{text-align:center;margin-bottom:60px}.products-header h2{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#365314;margin-bottom:15px}.products-header p{font-size:1.15rem;color:#6b7280}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:30px;max-width:1200px;margin:0 auto}.antioxidants-cta-section{padding:100px 20px;background:linear-gradient(135deg,#365314,#bef264);position:relative;overflow:hidden}.antioxidants-cta-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.3}.cta-content{text-align:center;max-width:700px;margin:0 auto;position:relative;z-index:1}.cta-content h2{font-size:clamp(2rem,4vw,3rem);font-weight:900;color:#fff;margin-bottom:20px}.cta-content p{font-size:1.2rem;color:#fffffff2;margin-bottom:40px;line-height:1.7}.cta-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.btn-primary,.btn-secondary{padding:16px 35px;border-radius:30px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s ease;display:inline-block}.btn-primary{background:#fff;color:#365314;box-shadow:0 8px 20px #00000026}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 30px #0003;background:#f0fdfa}.btn-secondary{background:transparent;color:#fff;border:2px solid white}.btn-secondary:hover{background:#ffffff1a;transform:translateY(-2px)}@media (max-width: 768px){.antioxidants-hero{min-height:60vh}.antioxidants-intro-section,.antioxidants-benefits-section,.antioxidants-science-section,.antioxidants-deficiency-section,.antioxidants-food-section,.antioxidants-why-vsouls-section,.antioxidants-products-section,.antioxidants-cta-section{padding:60px 20px}.benefits-grid,.science-grid,.why-vsouls-grid{grid-template-columns:1fr}.food-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}}.cookie-banner{position:fixed;left:0;right:0;bottom:0;background:#111827;color:#f9fafb;padding:14px 20px;z-index:9999;box-shadow:0 -10px 25px #0003}.cookie-banner__content{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:18px;justify-content:space-between;font-size:13px;line-height:1.4}.cookie-banner__content p{margin:0}.cookie-banner__content a{color:#a7f3d0;font-weight:700;text-decoration:underline}.cookie-banner__action{background:#7aba2c;color:#111827;border:none;padding:10px 16px;border-radius:999px;font-weight:700;cursor:pointer;white-space:nowrap}.cookie-banner__action:hover{background:#91c54a}.cookie-banner__actions{display:flex;align-items:center;gap:10px}.cookie-banner__action--secondary{background:#374151;color:#f9fafb}.cookie-banner__action--secondary:hover{background:#4b5563}.cookie-banner__action--ghost{background:transparent;color:#f9fafb;border:1px solid #4b5563;text-decoration:none}.cookie-banner__action--ghost:hover{background:#1f2937}.cookie-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:20px}.cookie-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#11182799}.cookie-modal__panel{position:relative;background:#111827;color:#f9fafb;border-radius:16px;padding:22px;max-width:520px;width:100%;box-shadow:0 20px 40px #00000059;z-index:1}.cookie-modal__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.cookie-modal__header h3{margin:0;font-size:16px}.cookie-modal__close{background:transparent;border:none;color:#f9fafb;font-size:22px;cursor:pointer;line-height:1}.cookie-modal__panel p{margin:0 0 16px;font-size:13px;line-height:1.5}.cookie-modal__panel a{color:#a7f3d0;font-weight:700;text-decoration:underline}.cookie-modal__actions{display:flex;align-items:center;gap:10px;justify-content:flex-end;flex-wrap:wrap}.cookie-modal__btn{background:#7aba2c;color:#111827;border:none;padding:10px 16px;border-radius:999px;font-weight:700;cursor:pointer}.cookie-modal__btn--secondary{background:#374151;color:#f9fafb}.cookie-modal__btn--ghost{background:transparent;color:#f9fafb;border:1px solid #4b5563}.cookie-modal__btn:hover{background:#91c54a}.cookie-modal__btn--secondary:hover{background:#4b5563}.cookie-modal__btn--ghost:hover{background:#1f2937}@media (max-width: 768px){.cookie-banner__content{flex-direction:column;align-items:flex-start}.cookie-banner__actions{width:100%;flex-direction:column;align-items:stretch}.cookie-banner__action{width:100%;text-align:center}.cookie-modal__actions{justify-content:stretch}.cookie-modal__btn{width:100%}}.app-container{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1}@media (max-width: 768px){.main-content{padding-top:140px}}
