:root{--navy: #0B1D3A;--navy-mid: #1A3A5C;--gold: #C99B2E;--gold-lt: #D4A855;--cream: #FAF8F3;--blush: #F5EDE0;--sage: #6B8C6B;--text: #1A1A2E;--text-muted: #6B6B80;--border: #E8E4DC;--white: #FFFFFF;--radius: 12px;--radius-lg: 20px;--shadow: 0 4px 24px rgba(11,29,58,.08);--shadow-lg: 0 8px 40px rgba(11,29,58,.14);--font-sans: "Helvetica Neue", Helvetica, Arial, sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{font-family:var(--font-sans);color:var(--text);background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}.container{max-width:1160px;margin:0 auto;padding:0 24px}h1,h2,h3,h4,h5{font-weight:700;line-height:1.2;letter-spacing:-.02em}h1{font-size:clamp(2rem,5vw,3.5rem)}h2{font-size:clamp(1.5rem,3.5vw,2.5rem)}h3{font-size:clamp(1.1rem,2vw,1.4rem)}.eyebrow{font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gold)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 32px;border-radius:50px;font-size:.95rem;font-weight:600;letter-spacing:.02em;cursor:pointer;border:2px solid transparent;transition:all .25s ease;text-decoration:none;white-space:nowrap}.btn-primary{background:var(--navy);color:var(--white);border-color:var(--navy)}.btn-primary:hover{background:var(--navy-mid);border-color:var(--navy-mid);transform:translateY(-2px);box-shadow:var(--shadow)}.btn-gold{background:var(--gold);color:var(--white);border-color:var(--gold)}.btn-gold:hover{background:var(--gold-lt);border-color:var(--gold-lt);transform:translateY(-2px)}.btn-outline{background:transparent;color:var(--navy);border-color:var(--navy)}.btn-outline:hover{background:var(--navy);color:var(--white)}.btn-outline-white{background:transparent;color:var(--white);border-color:#fff9}.btn-outline-white:hover{background:var(--white);color:var(--navy)}.badge{display:inline-flex;align-items:center;gap:5px;padding:4px 12px;border-radius:50px;font-size:.75rem;font-weight:600;letter-spacing:.04em}.badge-navy{background:var(--navy);color:var(--white)}.product-card{background:var(--white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow);transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}.product-card__img{position:relative;aspect-ratio:1;background:var(--cream);overflow:hidden}.product-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-card__img img{transform:scale(1.04)}.product-card__body{padding:20px;flex:1;display:flex;flex-direction:column}.product-card__type{font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);margin-bottom:6px}.product-card__title{font-size:1.05rem;font-weight:700;color:var(--navy);margin-bottom:8px;line-height:1.3}.product-card__desc{font-size:.875rem;color:var(--text-muted);margin-bottom:16px;flex:1;line-height:1.5}.product-card__footer{display:flex;align-items:center;justify-content:space-between;gap:12px}.product-card__price{font-size:1.15rem;font-weight:700;color:var(--navy)}.product-card__cta{padding:10px 20px;font-size:.85rem;border-radius:50px}.section{padding:80px 0}.section--sm{padding:48px 0}.section--lg{padding:100px 0}.section-header{text-align:center;margin-bottom:48px}.section-header .eyebrow{margin-bottom:10px}.section-header h2{margin-bottom:14px;color:var(--navy)}.section-header p{font-size:1.05rem;color:var(--text-muted);max-width:520px;margin:0 auto}.announcement-bar{background:var(--navy);color:var(--white);text-align:center;padding:10px 24px;font-size:.85rem;font-weight:500;letter-spacing:.02em}.announcement-bar a{color:var(--gold-lt);text-decoration:underline;text-underline-offset:3px}.site-header{position:sticky;top:0;z-index:100;background:#fffffff7;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;max-width:1160px;margin:0 auto;gap:24px}.header-logo{font-size:1.5rem;font-weight:800;color:var(--navy);letter-spacing:-.03em;flex-shrink:0}.header-logo span{color:var(--gold)}.header-nav{display:flex;align-items:center;gap:32px;list-style:none}.header-nav a{font-size:.9rem;font-weight:500;color:var(--text);transition:color .2s;position:relative}.header-nav a:after{content:"";position:absolute;bottom:-3px;left:0;width:0;height:2px;background:var(--gold);transition:width .25s ease}.header-nav a:hover{color:var(--navy)}.header-nav a:hover:after{width:100%}.header-actions{display:flex;align-items:center;gap:16px}.header-actions a{color:var(--navy);transition:color .2s}.header-actions a:hover{color:var(--gold)}.cart-count{background:var(--gold);color:var(--white);font-size:.7rem;font-weight:700;width:18px;height:18px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;margin-left:-6px;vertical-align:top}.nav-toggle{display:none;background:none;border:none;cursor:pointer;color:var(--navy)}.hero{background:linear-gradient(135deg,var(--navy) 0%,#1a3a5c 60%,#2d5a8e 100%);color:var(--white);padding:90px 0 80px;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left: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.03'%3E%3Ccircle cx='30' cy='30' r='4'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");pointer-events:none}.hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative}.hero-content{max-width:520px}.hero-eyebrow{display:inline-flex;align-items:center;gap:8px;background:#c99b2e2e;color:var(--gold-lt);border:1px solid rgba(201,155,46,.35);padding:6px 14px;border-radius:50px;font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;margin-bottom:22px}.hero h1{font-size:clamp(2.2rem,4vw,3.2rem);font-weight:800;margin-bottom:18px;line-height:1.15}.hero h1 span{color:var(--gold-lt)}.hero-sub{font-size:1.1rem;color:#fffc;margin-bottom:32px;line-height:1.7}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.hero-trust{display:flex;gap:20px;margin-top:36px;flex-wrap:wrap}.hero-trust-item{display:flex;align-items:center;gap:7px;font-size:.82rem;color:#ffffffb3}.hero-trust-item svg{color:var(--gold-lt);flex-shrink:0}.hero-visual{display:flex;gap:16px;align-items:center;justify-content:center}.hero-product-card{background:#ffffff14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.15);border-radius:var(--radius-lg);padding:20px;text-align:center;width:140px;flex-shrink:0;transition:transform .3s ease}.hero-product-card:hover{transform:translateY(-6px)}.hero-product-card:nth-child(2){transform:translateY(-16px)}.hero-product-card:nth-child(2):hover{transform:translateY(-22px)}.hero-product-card img{width:80px;height:80px;object-fit:contain;margin:0 auto 10px}.hero-product-card span{font-size:.8rem;color:#ffffffd9;font-weight:500}.benefits-strip{background:var(--cream);padding:28px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.benefits-strip-inner{display:flex;align-items:center;justify-content:center;gap:40px;flex-wrap:wrap}.benefit-pill{display:flex;align-items:center;gap:10px;font-size:.9rem;font-weight:600;color:var(--navy)}.benefit-pill svg{color:var(--gold)}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.wellness-goals{background:var(--navy);color:var(--white)}.wellness-goals .section-header h2{color:var(--white)}.wellness-goals .section-header p{color:#ffffffb3}.goals-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.goal-card{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-lg);padding:32px 24px;text-align:center;transition:background .3s,transform .3s}.goal-card:hover{background:#ffffff1a;transform:translateY(-4px)}.goal-icon{width:60px;height:60px;background:#c99b2e2e;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 18px;font-size:1.6rem}.goal-card h3{color:var(--white);font-size:1.05rem;margin-bottom:10px}.goal-card p{color:#ffffffa6;font-size:.875rem;line-height:1.55}.goal-card a{color:var(--gold-lt);font-size:.85rem;font-weight:600;margin-top:14px;display:inline-block}.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.why-features{display:flex;flex-direction:column;gap:28px}.why-feature{display:flex;gap:18px;align-items:flex-start}.why-feature-icon{width:48px;height:48px;background:var(--cream);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.4rem}.why-feature-text h3{font-size:1rem;color:var(--navy);margin-bottom:5px}.why-feature-text p{font-size:.875rem;color:var(--text-muted);line-height:1.6}.why-visual{background:var(--cream);border-radius:var(--radius-lg);padding:40px;text-align:center}.why-stat-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.why-stat{background:var(--white);border-radius:var(--radius);padding:24px;text-align:center;box-shadow:var(--shadow)}.why-stat-num{font-size:2rem;font-weight:800;color:var(--navy);line-height:1}.why-stat-num span{color:var(--gold)}.why-stat-label{font-size:.8rem;color:var(--text-muted);margin-top:5px;font-weight:500}.cert-section{background:var(--blush)}.cert-grid{display:flex;justify-content:center;gap:32px;flex-wrap:wrap}.cert-item{display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center;width:100px}.cert-icon{width:60px;height:60px;background:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;box-shadow:var(--shadow)}.cert-item span{font-size:.78rem;font-weight:700;color:var(--navy);text-transform:uppercase;letter-spacing:.04em}.email-section h2{color:var(--white);margin-bottom:12px}.email-section p{color:#ffffffb3;margin-bottom:28px}.email-form{display:flex;gap:12px;max-width:480px;margin:0 auto}.email-form input{flex:1;padding:14px 20px;border-radius:50px;border:1px solid rgba(255,255,255,.2);background:#ffffff1a;color:var(--white);font-size:.9rem;outline:none;transition:border-color .2s}.email-form input::placeholder{color:#ffffff80}.email-form input:focus{border-color:var(--gold-lt)}.site-footer{background:var(--navy);color:var(--white);padding:60px 0 30px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.1)}.footer-brand-name{font-size:1.4rem;font-weight:800;color:var(--white);margin-bottom:10px}.footer-brand-name span{color:var(--gold)}.footer-tagline{font-size:.875rem;color:#fff9;line-height:1.6;margin-bottom:18px;max-width:280px}.footer-socials{display:flex;gap:12px}.footer-socials a{width:36px;height:36px;background:#ffffff14;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#ffffffb3;transition:background .2s,color .2s}.footer-socials a:hover{background:var(--gold);color:var(--white)}.footer-col h4{font-size:.85rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--gold-lt);margin-bottom:14px}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:9px}.footer-col ul a{font-size:.875rem;color:#ffffffa6;transition:color .2s}.footer-col ul a:hover{color:var(--white)}.footer-bottom{padding-top:24px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.footer-bottom p{font-size:.8rem;color:#ffffff73}.fda-disclaimer-footer{font-size:.78rem;color:#ffffff61;margin-top:12px;line-height:1.6}.product-description h3{color:var(--navy);font-size:1rem;margin:22px 0 10px;padding-bottom:6px;border-bottom:2px solid var(--gold);display:inline-block}.product-description ul{margin:0 0 0 18px}.product-description ul li{margin-bottom:7px;font-size:.925rem;line-height:1.6}.product-description p{font-size:.925rem;line-height:1.7;margin-bottom:10px}.product-tagline{font-size:1.05rem!important;color:var(--text-muted);font-style:italic;border-left:3px solid var(--gold);padding-left:14px;margin-bottom:20px!important}.supplement-facts{width:100%;border-collapse:collapse;font-size:.82rem;margin:12px 0;border:2px solid var(--text)}.supplement-facts th,.supplement-facts td{padding:6px 8px;border-bottom:1px solid var(--border);text-align:left}.supplement-facts th{background:var(--navy);color:var(--white)}.supplement-facts tr:nth-child(2n){background:var(--cream)}.fda-disclaimer{font-size:.78rem!important;color:var(--text-muted);font-style:italic;margin-top:20px!important}@media(max-width:768px){.header-nav{display:none}.nav-toggle{display:block}.header-nav.open{display:flex;flex-direction:column;position:fixed;top:0;left:0;right:0;bottom:0;background:var(--white);z-index:200;align-items:center;justify-content:center;gap:28px;font-size:1.2rem}.hero-inner{grid-template-columns:1fr}.hero-visual{display:none}.products-grid,.goals-grid,.why-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.email-form{flex-direction:column}.benefits-strip-inner{gap:20px}.section{padding:56px 0}}@media(max-width:480px){.footer-grid{grid-template-columns:1fr}.hero-actions{flex-direction:column;align-items:flex-start}.why-stat-grid{grid-template-columns:1fr 1fr}}.page-content{max-width:820px;margin:0 auto;padding:60px 24px 80px}.page-content h1{color:var(--navy);margin-bottom:20px}.page-content h2{color:var(--navy);margin-top:40px;margin-bottom:14px;padding-bottom:8px;border-bottom:2px solid var(--blush)}.page-content h3{color:var(--navy);margin-top:24px;margin-bottom:10px}.page-content p{color:var(--text-muted);margin-bottom:16px;font-size:1rem;line-height:1.75}.page-content p.lead{font-size:1.15rem;color:var(--text);font-weight:500;line-height:1.65;margin-bottom:28px}.page-content a{color:var(--gold);text-decoration:underline;text-underline-offset:3px}.page-content a:hover{color:var(--gold-lt)}.page-content ul,.page-content ol{margin:0 0 16px 24px;color:var(--text-muted)}.page-content li{margin-bottom:8px;line-height:1.7}.page-content em{color:var(--text-muted);font-size:.88rem}.contact-method{background:var(--cream);border-radius:var(--radius);padding:24px 28px;margin-bottom:16px;border-left:4px solid var(--gold)}.contact-method h3{margin-top:0;margin-bottom:8px}table.supplement-facts{width:100%;border-collapse:collapse;margin:16px 0;font-size:.875rem}table.supplement-facts th,table.supplement-facts td{padding:8px 10px;border-bottom:1px solid var(--border);text-align:left;vertical-align:top}table.supplement-facts th{background:var(--navy);color:var(--white);font-weight:700}table.supplement-facts tr:nth-child(2n) td{background:var(--cream)}.fda-disclaimer{font-size:.8rem;color:var(--text-muted);margin-top:20px}.product-description h3{font-size:1rem;color:var(--navy);margin-top:20px;margin-bottom:8px}.product-description ul{margin:0 0 14px 20px}.product-description li{font-size:.9rem;margin-bottom:6px;color:var(--text-muted)}.product-tagline{font-size:1.05rem;color:var(--text);line-height:1.65;margin-bottom:20px;font-style:italic}@media(max-width:600px){.page-content{padding:40px 16px 60px}.contact-method{padding:18px 20px}}.product-page-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.badge{display:inline-flex;align-items:center;gap:5px;padding:5px 12px;border-radius:50px;font-size:.78rem;font-weight:600;letter-spacing:.02em}.badge-cream{background:var(--cream);color:var(--navy);border:1px solid var(--border)}.badge-gold{background:var(--gold);color:var(--white)}.section--sm{padding:40px 0}.section{padding:64px 0}.section--lg{padding:96px 0}@media(max-width:768px){.product-page-grid{grid-template-columns:1fr;gap:32px}}.hero-social-proof{display:flex;align-items:center;gap:10px;margin-bottom:20px}.hero-stars{display:flex;gap:2px}.hero-social-proof-text{font-size:.85rem;color:#fffc}.hero-social-proof-text strong{color:var(--gold-lt)}.hero-product-type{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--gold-lt);margin-bottom:3px}.hero-product-name{font-size:.9rem;font-weight:600;color:var(--white);line-height:1.3;margin-bottom:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hero-product-footer{display:flex;align-items:center;justify-content:space-between}.hero-product-price{font-size:.9rem;font-weight:700;color:var(--white)}.hero-product-cta{font-size:.78rem;color:var(--gold-lt);font-weight:600}.hero-product-img{width:72px;height:72px;border-radius:10px;overflow:hidden;background:#ffffff1a;flex-shrink:0}.hero-product-img img{width:100%;height:100%;object-fit:cover}.hero-product-info{flex:1;min-width:0}.breadcrumb{font-size:.82rem;color:var(--text-muted);margin-bottom:28px}.breadcrumb a{color:var(--text-muted)}.breadcrumb a:hover{color:var(--navy)}.product-img-main{background:var(--cream);border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:1;display:flex;align-items:center;justify-content:center}.product-img-main img{width:100%;height:100%;object-fit:cover}.product-img-placeholder{color:var(--text-muted);text-align:center}.product-img-thumbs{display:flex;gap:10px;margin-top:14px;flex-wrap:wrap}.thumb-btn{width:72px;height:72px;border-radius:10px;overflow:hidden;border:2px solid var(--border);cursor:pointer;padding:0;background:none;transition:border-color .15s}.thumb-btn.active,.thumb-btn:hover{border-color:var(--gold)}.thumb-btn img{width:100%;height:100%;object-fit:cover;display:block}.product-info{display:flex;flex-direction:column;gap:0}.product-title{color:var(--navy);font-size:clamp(1.5rem,3vw,2rem);margin-bottom:10px;line-height:1.2}.product-stars{display:flex;align-items:center;gap:8px;margin-bottom:14px}.stars-row{color:#c99b2e;font-size:1.1rem;letter-spacing:1px}.stars-label{font-size:.84rem;color:var(--text-muted)}.stars-label strong{color:var(--navy)}.product-badges{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:20px}.product-price-row{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:22px}.product-price{font-size:1.9rem;font-weight:800;color:var(--navy);line-height:1}.product-compare-price{font-size:1.1rem;color:var(--text-muted);text-decoration:line-through}.badge-save{background:var(--gold);color:var(--white);font-size:.75rem;font-weight:700;padding:3px 10px;border-radius:50px;letter-spacing:.04em}.in-stock-dot{display:inline-flex;align-items:center;gap:5px;font-size:.8rem;font-weight:600;color:#2a7d45;margin-left:auto}.in-stock-dot .dot{width:8px;height:8px;background:#2a7d45;border-radius:50%;display:inline-block;flex-shrink:0}.qty-row{display:flex;align-items:center;gap:14px;margin-bottom:12px}.qty-label{font-size:.88rem;font-weight:600;color:var(--navy);white-space:nowrap}.qty-selector{display:flex;align-items:center;border:2px solid var(--border);border-radius:var(--radius);overflow:hidden;background:var(--white)}.qty-btn{width:42px;height:42px;border:none;background:none;font-size:1.2rem;cursor:pointer;color:var(--navy);font-weight:700;line-height:1;transition:background .15s}.qty-btn:hover{background:var(--cream)}.qty-input{width:48px;height:42px;border:none;border-left:1px solid var(--border);border-right:1px solid var(--border);text-align:center;font-size:.95rem;font-weight:700;color:var(--navy);background:none;-moz-appearance:textfield}.qty-input::-webkit-outer-spin-button,.qty-input::-webkit-inner-spin-button{-webkit-appearance:none}.btn-atc{width:100%;padding:17px 24px;font-size:1.05rem;font-weight:700;letter-spacing:.04em;background:var(--gold);color:var(--white);border:none;border-radius:var(--radius);cursor:pointer;display:flex;align-items:center;justify-content:center;gap:9px;transition:background .2s,transform .15s;margin-bottom:10px;font-family:inherit;box-shadow:0 4px 16px #c99b2e40}.btn-atc:hover{background:#b8891e;transform:translateY(-1px);box-shadow:0 6px 20px #c99b2e59}.btn-atc:active{transform:translateY(0)}.btn-atc:disabled{background:var(--border);color:var(--text-muted);cursor:not-allowed;box-shadow:none}.btn-buy-now{display:block;width:100%;padding:15px 24px;font-size:1rem;font-weight:600;color:var(--navy);border:2px solid var(--navy);border-radius:var(--radius);text-align:center;text-decoration:none;transition:background .2s,color .2s;margin-bottom:18px;box-sizing:border-box;font-family:inherit}.btn-buy-now:hover{background:var(--navy);color:var(--white)}.product-trust-bar{display:flex;flex-wrap:wrap;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;margin-bottom:20px}.trust-item{flex:1;min-width:110px;display:flex;align-items:center;gap:6px;padding:11px 13px;font-size:.77rem;font-weight:600;color:var(--navy);border-right:1px solid var(--border)}.trust-item:last-child{border-right:none}.trust-item svg{flex-shrink:0;stroke:var(--gold)}.shipping-note{background:var(--cream);border-radius:var(--radius);padding:14px 16px;margin-bottom:26px;display:flex;gap:11px;align-items:center;font-size:.875rem;color:var(--text-muted)}.shipping-note svg{flex-shrink:0}@media(max-width:700px){.product-trust-bar{flex-direction:column}.trust-item{border-right:none;border-bottom:1px solid var(--border)}.trust-item:last-child{border-bottom:none}.product-price-row{flex-wrap:wrap}.in-stock-dot{margin-left:0}}.related-section{background:var(--cream);padding:64px 0}.related-header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:36px;flex-wrap:wrap}.related-header h2{color:var(--navy);margin-bottom:0}.related-view-all{display:inline-flex;align-items:center;gap:6px;font-size:.9rem;font-weight:600;color:var(--gold);text-decoration:none;white-space:nowrap;transition:gap .2s}.related-view-all:hover{gap:10px}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.related-card{background:var(--white);border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border);display:flex;flex-direction:column;transition:box-shadow .2s,transform .2s}.related-card:hover{box-shadow:0 8px 32px #0b1d3a1a;transform:translateY(-3px)}.related-card__img-wrap{display:block;position:relative;aspect-ratio:1;overflow:hidden;background:var(--cream)}.related-card__img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease;display:block}.related-card:hover .related-card__img-wrap img{transform:scale(1.04)}.related-card__img-placeholder{width:100%;height:100%;background:var(--cream)}.related-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0b1d3a6b;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .25s}.related-card__overlay span{color:var(--white);font-weight:600;font-size:.9rem;letter-spacing:.04em;border:2px solid rgba(255,255,255,.7);padding:8px 20px;border-radius:50px}.related-card:hover .related-card__overlay{opacity:1}.related-card__body{padding:18px 18px 20px;display:flex;flex-direction:column;gap:6px;flex:1}.related-card__type{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);margin:0}.related-card__stars{display:flex;align-items:center;gap:5px}.related-stars-row{color:#c99b2e;font-size:.85rem;letter-spacing:1px;line-height:1}.related-stars-count{font-size:.78rem;color:var(--text-muted);font-weight:600}.related-card__title{font-size:1rem;font-weight:700;line-height:1.3;color:var(--navy);margin:2px 0 4px}.related-card__title a{color:inherit;text-decoration:none}.related-card__title a:hover{color:var(--gold)}.related-card__price-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:4px}.related-card__price{font-size:1.05rem;font-weight:800;color:var(--navy)}.related-card__compare{font-size:.85rem;color:var(--text-muted);text-decoration:line-through}.related-card__save{font-size:.7rem;font-weight:700;background:var(--gold);color:var(--white);padding:2px 8px;border-radius:50px;letter-spacing:.04em}.related-card__atc{width:100%;padding:12px;font-size:.88rem;font-weight:700;background:var(--navy);color:var(--white);border:none;border-radius:var(--radius);cursor:pointer;display:flex;align-items:center;justify-content:center;gap:7px;transition:background .2s;font-family:inherit;margin-top:auto;letter-spacing:.03em}.related-card__atc:hover{background:var(--gold)}.related-card__atc:disabled{background:var(--border);color:var(--text-muted);cursor:not-allowed}@media(max-width:900px){.related-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.related-grid{grid-template-columns:1fr}.related-header{flex-direction:column;align-items:flex-start}}.email-section{background:var(--navy);color:var(--white);padding:72px 0;position:relative;overflow:hidden}.email-section:before{content:"";position:absolute;top:-60px;right:-60px;width:400px;height:400px;background:radial-gradient(circle,rgba(201,155,46,.08) 0%,transparent 70%);pointer-events:none}.email-section:after{content:"";position:absolute;bottom:-80px;left:-40px;width:300px;height:300px;background:radial-gradient(circle,rgba(201,155,46,.06) 0%,transparent 70%);pointer-events:none}.email-inner{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:1}.email-headline{font-size:clamp(1.8rem,3.5vw,2.6rem);color:var(--white);line-height:1.15;margin-bottom:16px}.email-highlight{color:var(--gold-lt);display:inline}.email-sub{color:#ffffffb3;font-size:1rem;line-height:1.7;margin-bottom:24px}.email-benefits{list-style:none;padding:0;margin:0 0 28px;display:flex;flex-direction:column;gap:10px}.email-benefits li{display:flex;align-items:center;gap:10px;font-size:.92rem;color:#ffffffd9}.email-benefits svg{flex-shrink:0}.email-social-proof{display:flex;align-items:center;gap:12px;font-size:.85rem;color:#ffffffa6}.email-social-proof strong{color:var(--white)}.email-avatars{display:flex;margin-right:4px}.email-avatar{width:30px;height:30px;border-radius:50%;border:2px solid var(--navy);display:flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:700;color:var(--white);margin-right:-8px;flex-shrink:0}.email-form-card{background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-lg);padding:32px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.email-form-label{font-size:.9rem;font-weight:600;color:#fffc;margin-bottom:14px}.email-form-row{display:flex;flex-direction:column;gap:10px;margin-bottom:14px}.email-input{width:100%;padding:15px 18px;font-size:.95rem;border:1.5px solid rgba(255,255,255,.2);border-radius:var(--radius);background:#ffffff14;color:var(--white);font-family:inherit;transition:border-color .2s,background .2s;box-sizing:border-box}.email-input::placeholder{color:#ffffff59}.email-input:focus{outline:none;border-color:var(--gold);background:#ffffff1f}.email-submit{width:100%;padding:16px 24px;font-size:1rem;font-weight:700;letter-spacing:.03em;background:var(--gold);color:var(--white);border:none;border-radius:var(--radius);cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:background .2s,transform .15s;font-family:inherit;box-shadow:0 4px 18px #c99b2e4d}.email-submit:hover{background:#b8891e;transform:translateY(-1px)}.email-submit:active{transform:translateY(0)}.email-fine-print{font-size:.75rem;color:#ffffff59;display:flex;align-items:center;gap:5px;line-height:1.5}.email-fine-print a{color:#ffffff80;text-decoration:underline}.email-fine-print svg{flex-shrink:0}@media(max-width:860px){.email-inner{grid-template-columns:1fr;gap:40px}.email-headline{font-size:2rem}}@media(max-width:480px){.email-form-card{padding:24px 20px}}.faq-section{background:var(--white);padding:72px 0}.faq-section-header{display:grid;grid-template-columns:auto 1fr;gap:24px 60px;align-items:end;margin-bottom:44px}.faq-section-header h2{color:var(--navy);margin-bottom:0}.faq-section-sub{font-size:1rem;color:var(--text-muted);line-height:1.65;max-width:400px;margin:0;padding-bottom:4px}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:40px;align-items:start}.faq-item{border:1.5px solid var(--border);border-radius:var(--radius);overflow:hidden;background:var(--white);transition:border-color .2s,box-shadow .2s}.faq-item:has(.faq-question[aria-expanded=true]){border-color:var(--gold);box-shadow:0 2px 12px #c99b2e1f}.faq-question{width:100%;background:none;border:none;padding:18px 20px;display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;font-family:inherit;font-size:.95rem;font-weight:600;color:var(--navy);text-align:left;line-height:1.4;transition:background .15s}.faq-question:hover{background:#c99b2e0d}.faq-question span{flex:1}.faq-chevron{flex-shrink:0;color:var(--gold);transition:transform .3s ease}.faq-question[aria-expanded=true] .faq-chevron{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease}.faq-answer p{padding:14px 20px 18px;font-size:.9rem;color:var(--text-muted);line-height:1.75;margin:0;border-top:1px solid var(--border)}.faq-support-cta{display:flex;align-items:center;gap:18px;background:var(--cream);border:1.5px solid var(--border);border-radius:var(--radius-lg);padding:22px 28px;flex-wrap:wrap}.faq-support-icon{width:48px;height:48px;background:var(--navy);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.faq-support-title{font-size:1rem;font-weight:700;color:var(--navy);margin-bottom:2px}.faq-support-text{font-size:.85rem;color:var(--text-muted);margin:0}.faq-support-btn{margin-left:auto;padding:11px 26px;font-size:.9rem;font-weight:700;background:var(--navy);color:var(--white);border-radius:var(--radius);text-decoration:none;transition:background .2s;white-space:nowrap}.faq-support-btn:hover{background:var(--gold)}@media(max-width:860px){.faq-grid{grid-template-columns:1fr}.faq-section-header{grid-template-columns:1fr;gap:12px}.faq-section-sub{max-width:100%}}@media(max-width:560px){.faq-support-cta{flex-direction:column;align-items:flex-start}.faq-support-btn{margin-left:0;width:100%;text-align:center}}.cart__checkout-button{background:var(--gold)!important;color:var(--white)!important;border:none!important;border-radius:var(--radius)!important;font-weight:700!important;letter-spacing:.03em!important;font-size:1rem!important;padding:16px!important;transition:background .2s,transform .15s!important;box-shadow:0 4px 16px #c99b2e40!important}.cart__checkout-button:hover{background:#b8891e!important;transform:translateY(-1px)!important}.cart-trust-bar{display:flex;flex-wrap:wrap;gap:0;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;margin-top:16px;background:var(--white)}.cart-trust-item{flex:1;min-width:100px;display:flex;align-items:center;gap:6px;padding:10px 12px;font-size:.73rem;font-weight:600;color:var(--navy);border-right:1px solid var(--border);line-height:1.3}.cart-trust-item:last-child{border-right:none}.cart-trust-item svg{flex-shrink:0;stroke:var(--gold)}.cart-free-shipping-badge{display:flex;align-items:center;gap:7px;background:#f0faf4;border:1px solid #b7e4c7;border-radius:var(--radius);padding:10px 14px;font-size:.82rem;font-weight:600;color:#1a6b38;margin-top:10px}.cart-free-shipping-badge svg{stroke:#1a6b38;flex-shrink:0}@media(max-width:480px){.cart-trust-bar{flex-direction:column}.cart-trust-item{border-right:none;border-bottom:1px solid var(--border)}.cart-trust-item:last-child{border-bottom:none}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/maguly-theme.css.map */
