.lp-colostrum{--coral: #D4826E;--coral-deep: #C0705C;--coral-light: #E8967A;--pink: #ffb6b6;--pink-light: #FFC7CC;--cream: #FCF7F1;--cream-warm: #F9F3EC;--black: #232222;--black-soft: #3a3838;--black-muted: #787676;--rose: #F5D5C8;--rose-light: #F9E4DA;--gold: #C5A572;--gold-light: #D4B87A;--beige: #F7E8DE;--white: #ffffff;--green: #4A8B5C;--red: #C75050;--shadow-sm: 0 2px 8px rgba(0,0,0,.04);--shadow-md: 0 8px 32px rgba(0,0,0,.08);--shadow-lg: 0 16px 48px rgba(0,0,0,.12);--radius: 10px;--radius-lg: 10px}.lp-colostrum *,.lp-colostrum *:before,.lp-colostrum *:after{margin:0;padding:0;box-sizing:border-box}.lp-colostrum{scroll-behavior:smooth}.lp-colostrum{font-family:Montserrat,sans-serif;font-weight:500;color:var(--black);background:var(--cream);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;line-height:1.6}.lp-colostrum img{max-width:100%;display:block}.lp-colostrum a{color:inherit}.lp-colostrum button{font-family:inherit}.lp-colostrum .container{max-width:1180px;margin:0 auto;padding:0 24px}.lp-colostrum .text-center{text-align:center}.lp-colostrum .section-label{font-family:Montserrat,sans-serif;font-size:10.5px;letter-spacing:3.5px;text-transform:uppercase;font-weight:700;color:var(--coral-deep);margin-bottom:14px;display:block}.lp-colostrum .section-title{font-family:Playfair Display,Georgia,serif;font-size:clamp(26px,4.5vw,40px);font-weight:400;line-height:1.2;margin-bottom:16px}.lp-colostrum .section-title em{font-style:italic}.lp-colostrum .btn-cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--black);color:var(--white);font-family:Montserrat,sans-serif;font-size:15px;font-weight:600;letter-spacing:1px;text-transform:uppercase;padding:17px 36px;border:none;border-radius:7px;cursor:pointer;text-decoration:none;transition:all .25s ease}.lp-colostrum .btn-cta:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000002e}.lp-colostrum .btn-cta--coral{background:#e8967a;color:var(--white)}.lp-colostrum .btn-cta--coral:hover{background:#d4826e}.lp-colostrum .announcement-bar{background:var(--black);color:var(--cream);text-align:center;padding:11px 16px;font-size:13px;font-weight:500;letter-spacing:.3px}.lp-colostrum .announcement-bar strong{color:var(--pink)}.lp-colostrum .announcement-bar a{color:var(--pink);text-decoration:underline;text-underline-offset:2px;margin-left:8px;font-weight:600}.lp-colostrum .hero{background:linear-gradient(180deg,var(--cream) 0%,var(--rose-light) 100%);padding:48px 0 64px}.lp-colostrum .hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start;max-width:1180px;margin:0 auto;padding:0 24px}.lp-colostrum .hero-gallery{display:flex;flex-direction:column;gap:12px;position:sticky;top:24px;min-width:0;overflow:hidden}.lp-colostrum .hero-gallery-wrap{position:relative}.lp-colostrum .hero-main-img{width:100%;aspect-ratio:1;background:var(--white);border-radius:10px;overflow:hidden;box-shadow:var(--shadow-md)}.lp-colostrum .hero-main-img img{width:100%;height:100%;object-fit:cover}.lp-colostrum .gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:var(--white);border:1px solid rgba(35,34,34,.1);box-shadow:0 2px 8px #0000001a;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;transition:all .2s;color:var(--black);font-size:0;line-height:0}.lp-colostrum .gallery-arrow:hover{background:var(--black);color:var(--white);box-shadow:0 4px 12px #00000026}.lp-colostrum .gallery-arrow--prev{left:12px}.lp-colostrum .gallery-arrow--next{right:12px}.lp-colostrum .hero-thumbs{display:flex;gap:10px;overflow-x:auto}.lp-colostrum .hero-thumb{width:72px;height:72px;border-radius:8px;border:2px solid transparent;overflow:hidden;cursor:pointer;flex-shrink:0;background:var(--white);transition:border-color .2s}.lp-colostrum .hero-thumb.active,.hero-thumb:hover{border-color:var(--coral)}.lp-colostrum .hero-thumb img{width:100%;height:100%;object-fit:cover}.lp-colostrum .hero-reviews-wrap{margin-top:14px;position:relative}.lp-colostrum .hero-reviews-strip{overflow:hidden}.lp-colostrum .hero-review-chip{display:none;background:var(--cream-warm);border-radius:10px;padding:16px 18px}.lp-colostrum .hero-review-chip.active{display:block}.lp-colostrum .hero-review-chip-text{font-size:13.5px;line-height:1.55;color:var(--black-soft);margin-bottom:10px}.lp-colostrum .hero-review-chip-text strong{color:var(--black)}.lp-colostrum .hero-review-chip-footer{display:flex;align-items:center;justify-content:space-between}.lp-colostrum .hero-review-chip-stars{color:var(--gold);font-size:13px;letter-spacing:.5px}.lp-colostrum .hero-review-chip-author{font-size:11.5px;color:var(--black-muted);font-weight:600;display:flex;align-items:center;gap:4px}.lp-colostrum .hero-review-chip-author:before{content:"\2713";font-size:10px;color:var(--green);font-weight:800}.lp-colostrum .hero-reviews-dots{display:flex;justify-content:center;gap:7px;margin-top:10px}.lp-colostrum .hero-reviews-dot{width:8px;height:8px;border-radius:50%;background:#23222226;cursor:pointer;transition:background .2s}.lp-colostrum .hero-reviews-dot.active{background:var(--coral)}.lp-colostrum .hero-buybox{padding-top:8px}.lp-colostrum .hero-stars-row{display:inline-flex;align-items:center;gap:8px;margin-bottom:10px;background:#c5a5721a;padding:6px 14px;border-radius:20px}.lp-colostrum .stars{color:var(--gold);font-size:15px;letter-spacing:.5px}.lp-colostrum .stars-count{font-size:12.5px;color:var(--black-soft);font-weight:600}.lp-colostrum .hero-title{font-family:Playfair Display,Georgia,serif;font-size:clamp(28px,4vw,40px);font-weight:400;line-height:1.18;margin-bottom:20px}.lp-colostrum .hero-subtitle{font-size:15px;line-height:1.6;color:var(--black-soft);margin-bottom:20px}.lp-colostrum .hero-bullets{list-style:none;margin-bottom:8px}.lp-colostrum .hero-bullets li{font-size:14.5px;line-height:1.5;padding:6px 0;color:var(--black);font-weight:500}.lp-colostrum .qty-heading{font-size:11px;letter-spacing:2px;text-transform:uppercase;font-weight:700;color:var(--coral-deep);margin-bottom:12px;margin-top:8px}.lp-colostrum .brand-name{font-family:Kalnia,serif;font-style:normal;font-weight:400}.lp-colostrum .qty-selector{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}.lp-colostrum .qty-option{position:relative;display:flex;align-items:center;gap:12px;border:1.5px solid #e0d6cd;border-radius:8px;padding:12px 14px;cursor:pointer;transition:all .2s ease;background:var(--white);opacity:.7}.lp-colostrum .qty-option:hover{border-color:var(--black-muted);opacity:1}.lp-colostrum .qty-option.selected{border-color:var(--black);background:var(--white);box-shadow:0 0 0 1px var(--black);opacity:1}.lp-colostrum .qty-radio{width:18px;height:18px;border-radius:50%;border:2px solid #ccc;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s}.lp-colostrum .qty-option.selected .qty-radio{border-color:var(--black);background:var(--black)}.lp-colostrum .qty-option.selected .qty-radio:after{content:"";width:7px;height:7px;background:var(--white);border-radius:50%;display:block}.lp-colostrum .qty-info{flex:1}.lp-colostrum .qty-label{font-weight:700;font-size:13.5px;line-height:1.3;color:var(--black)}.lp-colostrum .qty-per-unit{font-size:11.5px;color:var(--black-muted);margin-top:1px}.lp-colostrum .qty-prices{text-align:right}.lp-colostrum .qty-price-row{display:flex;align-items:baseline;justify-content:flex-end;gap:6px}.lp-colostrum .qty-price{font-weight:800;font-size:18px;color:var(--black)}.lp-colostrum .qty-original{font-size:12px;color:#b0a59a;text-decoration:line-through}.lp-colostrum .qty-save{display:inline-block;font-size:9.5px;font-weight:800;letter-spacing:.3px;padding:2px 6px;border-radius:3px;background:var(--green);color:var(--white)}.lp-colostrum .qty-tag{position:absolute;top:-8px;right:12px;font-size:9.5px;font-weight:800;letter-spacing:.6px;text-transform:uppercase;padding:3px 10px;border-radius:4px;color:var(--white)}.lp-colostrum .qty-tag--pop{background:var(--black)}.lp-colostrum .qty-tag--best{background:var(--coral)}.lp-colostrum .hero-cta-btn{width:100%;padding:18px;font-size:15px;margin-bottom:0;letter-spacing:1px}.lp-colostrum .cta-trust-line{display:flex;align-items:center;justify-content:center;gap:6px;flex-wrap:wrap;margin-top:14px;margin-bottom:4px;font-size:12.5px;color:var(--black-muted);font-weight:500}.lp-colostrum .cta-trust-line strong{color:var(--black);font-weight:700}.lp-colostrum .cta-trust-line svg{flex-shrink:0;color:var(--black)}.lp-colostrum .buybox-faq{margin-top:20px;border-top:1px solid rgba(35,34,34,.08)}.lp-colostrum .buybox-faq-q{width:100%;background:none;border:none;padding:16px 0;font-size:14px;font-weight:600;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;color:var(--black);line-height:1.4;font-family:Montserrat,sans-serif}.lp-colostrum .buybox-faq-q:after{content:"+";font-size:20px;font-weight:300;color:var(--coral);flex-shrink:0;margin-left:12px;transition:transform .3s}.lp-colostrum .buybox-faq-a-inner{padding:0 0 16px;font-size:13px;line-height:1.65;color:var(--black-soft)}.lp-colostrum .hero-sub-badges{display:flex;justify-content:center;gap:20px;flex-wrap:wrap;margin-top:20px;margin-bottom:24px}.lp-colostrum .hero-sub-badge{display:flex;align-items:center;gap:6px;font-size:11.5px;color:var(--black-muted);font-weight:500}.lp-colostrum .hero-sub-badge svg{flex-shrink:0;color:var(--coral)}.lp-colostrum .free-gifts{background:var(--cream);border-radius:var(--radius);padding:20px;margin-top:4px}.lp-colostrum .free-gifts-title{font-size:11px;letter-spacing:2.5px;text-transform:uppercase;font-weight:700;color:var(--coral-deep);margin-bottom:14px;text-align:center}.lp-colostrum .free-gifts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.lp-colostrum .free-gift{text-align:center;padding:10px 6px;background:var(--white);border-radius:10px}.lp-colostrum .free-gift-tag{font-size:10px;font-weight:700;color:var(--green);letter-spacing:.5px;margin-bottom:6px}.lp-colostrum .free-gift-icon{font-size:28px;margin-bottom:6px}.lp-colostrum .free-gift-name{font-size:11.5px;font-weight:600;line-height:1.3}.lp-colostrum .three-steps{background:var(--black);color:var(--cream);padding:64px 24px}.lp-colostrum .three-steps .section-label{color:var(--pink)}.lp-colostrum .three-steps .section-title{color:var(--cream);margin-bottom:0}.lp-colostrum .steps-progress{display:flex;align-items:center;justify-content:center;max-width:600px;margin:40px auto 36px;gap:0}.lp-colostrum .steps-progress-dot{width:14px;height:14px;border-radius:50%;background:var(--coral);flex-shrink:0;position:relative}.lp-colostrum .steps-progress-dot span{position:absolute;top:22px;left:50%;transform:translate(-50%);font-size:10px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--pink);white-space:nowrap}.lp-colostrum .steps-progress-line{flex:1;height:2px;background:#d4826e4d;display:block!important}.lp-colostrum .steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:0}.lp-colostrum .step-card{background:#fff5ec0d;border:1px solid rgba(212,130,110,.15);border-radius:12px;padding:28px 24px;text-align:left}.lp-colostrum .step-day{font-family:Playfair Display,serif;font-size:48px;font-weight:400;color:var(--coral);line-height:1;margin-bottom:4px;opacity:.35}.lp-colostrum .step-name{font-family:Playfair Display,serif;font-size:22px;font-weight:500;margin-bottom:14px;color:var(--cream)}.lp-colostrum .step-details{list-style:none}.lp-colostrum .step-details li{font-size:13.5px;line-height:1.55;padding:5px 0 5px 20px;position:relative;color:#fff5eccc;word-wrap:break-word;overflow-wrap:break-word}.lp-colostrum .step-details li:before{content:"\2713";position:absolute;left:0;color:var(--pink);font-weight:700;font-size:12px}.lp-colostrum .step-arrow,.steps-dots,.steps-nav-row{display:none}.lp-colostrum .steps-wrap{position:relative}.lp-colostrum .compounds-section{background:var(--cream-warm);padding:80px 24px 0}.lp-colostrum .compounds-intro{max-width:620px;margin:0 auto 8px;font-size:15px;color:var(--black-soft);line-height:1.65}.lp-colostrum .barrier-diagram{display:grid;grid-template-columns:1fr 40px 1fr;gap:0;align-items:center;max-width:700px;margin:36px auto 40px}.lp-colostrum .barrier-panel{background:var(--white);border-radius:10px;padding:24px 20px 20px;text-align:center;border:1px solid rgba(35,34,34,.06)}.lp-colostrum .barrier-label{font-size:10px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:16px}.lp-colostrum .barrier-panel--damaged .barrier-label{color:var(--red)}.lp-colostrum .barrier-panel--repaired .barrier-label{color:var(--green)}.lp-colostrum .barrier-visual{height:100px;position:relative;margin-bottom:12px;display:flex;align-items:flex-end;justify-content:center;gap:3px}.lp-colostrum .barrier-cell{width:28px;height:48px;border-radius:14px 14px 0 0;position:relative}.lp-colostrum .barrier-panel--damaged .barrier-cell{background:#f0d4c8}.lp-colostrum .barrier-panel--damaged .barrier-cell:nth-child(3){height:32px;opacity:.5}.lp-colostrum .barrier-panel--damaged .barrier-cell:nth-child(5){height:28px;opacity:.4}.lp-colostrum .barrier-panel--repaired .barrier-cell{background:#c8e0c8}.lp-colostrum .barrier-toxins{position:absolute;top:0;left:0;right:0;display:flex;justify-content:center;gap:16px}.lp-colostrum .barrier-toxin{font-size:14px;line-height:1}.lp-colostrum .barrier-panel--damaged .barrier-toxin{color:var(--red)}.lp-colostrum .barrier-panel--repaired .barrier-toxin{color:var(--green)}.lp-colostrum .barrier-base{width:100%;height:8px;border-radius:4px;margin-top:-2px}.lp-colostrum .barrier-panel--damaged .barrier-base{background:linear-gradient(90deg,#f0d4c8,#e8b8a8,#f0d4c8)}.lp-colostrum .barrier-panel--repaired .barrier-base{background:linear-gradient(90deg,#c8e0c8,#a8d0a8,#c8e0c8)}.lp-colostrum .barrier-caption{font-size:12px;color:var(--black-soft);line-height:1.4}.lp-colostrum .barrier-arrow{display:flex;align-items:center;justify-content:center;color:var(--coral);font-size:20px}.lp-colostrum .compounds-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:40px;max-width:960px;margin-left:auto;margin-right:auto}.lp-colostrum .compound-card{background:var(--white);border-radius:var(--radius-lg);padding:32px 24px 28px;text-align:left;border:1px solid rgba(35,34,34,.06)}.lp-colostrum .compound-dose{font-family:Playfair Display,serif;font-size:28px;font-weight:500;color:var(--coral);margin-bottom:6px;line-height:1}.lp-colostrum .compound-name{font-size:14px;font-weight:700;margin-bottom:10px;line-height:1.3;color:var(--black)}.lp-colostrum .compound-desc{font-size:13px;line-height:1.55;color:var(--black-soft)}.lp-colostrum .compounds-more{max-width:960px;margin:0 auto}.lp-colostrum .compounds-toggle{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:20px;padding:14px 0;font-family:Montserrat,sans-serif;font-size:13px;font-weight:600;color:var(--coral-deep);cursor:pointer;background:none;border:none;width:100%;transition:color .2s}.lp-colostrum .compounds-toggle:hover{color:var(--black)}.lp-colostrum .compounds-toggle svg{transition:transform .3s}.lp-colostrum .compounds-more.open .compounds-toggle svg{transform:rotate(180deg)}.lp-colostrum .compounds-secondary{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-height:0;overflow:hidden;transition:max-height .4s ease;margin-top:0}.lp-colostrum .compounds-more.open .compounds-secondary{margin-top:20px}.lp-colostrum .compounds-secondary .compound-card{background:var(--cream);border:none}.lp-colostrum .trust-row{background:var(--cream-warm);padding:48px 24px 40px}.lp-colostrum .trust-row-inner{display:grid;grid-template-columns:repeat(6,1fr);gap:16px;max-width:800px;margin:0 auto}.lp-colostrum .trust-item{display:flex;flex-direction:column;align-items:center;gap:8px}.lp-colostrum .trust-icon{width:48px;height:48px;background:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;box-shadow:var(--shadow-sm)}.lp-colostrum .trust-text{font-size:11px;font-weight:700;letter-spacing:.3px;text-align:center;color:var(--black);line-height:1.3}.lp-colostrum .compounds-bottom{background:var(--cream-warm);padding:0 24px 64px}.lp-colostrum .compounds-footer-text{max-width:680px;margin:0 auto 28px;text-align:center;font-size:15px;line-height:1.7;color:var(--black-soft)}.lp-colostrum .review-spotlight{background:var(--rose-light);padding:64px 24px}.lp-colostrum .spotlight-inner{max-width:720px;margin:0 auto;text-align:center}.lp-colostrum .spotlight-stars{color:var(--gold);font-size:20px;margin-bottom:12px;letter-spacing:2px}.lp-colostrum .spotlight-headline{font-family:Playfair Display,serif;font-size:clamp(20px,3.5vw,28px);font-weight:500;margin-bottom:16px;line-height:1.3}.lp-colostrum .spotlight-text{font-size:15.5px;line-height:1.75;color:var(--black-soft);margin-bottom:20px;font-style:italic}.lp-colostrum .spotlight-author{font-size:14px;font-weight:700}.lp-colostrum .spotlight-badge{display:inline-flex;align-items:center;gap:4px;font-size:12px;color:var(--green);margin-top:4px}.lp-colostrum .social-section{background:var(--cream);padding:80px 24px}.lp-colostrum .social-top-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;max-width:900px;margin:40px auto 0}.lp-colostrum .ba-card{background:var(--white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm)}.lp-colostrum .ba-img-wrap{width:100%;aspect-ratio:4/3;overflow:hidden}.lp-colostrum .ba-img-wrap img{width:100%;height:100%;object-fit:cover}.lp-colostrum .ba-info{padding:14px 18px}.lp-colostrum .ba-problem{font-size:12px;color:var(--coral-deep);font-weight:600;margin-bottom:2px}.lp-colostrum .ba-duration{font-size:12px;color:var(--black-muted)}.lp-colostrum .reviews-scroll-wrap{max-width:900px;margin:24px auto 0;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.lp-colostrum .reviews-scroll-wrap::-webkit-scrollbar{display:none}.lp-colostrum .reviews-scroll{display:flex;gap:16px;padding-bottom:4px}.lp-colostrum .review-card{background:var(--white);border-radius:var(--radius-lg);padding:22px 20px;box-shadow:var(--shadow-sm);min-width:280px;max-width:300px;flex-shrink:0;text-align:left}.lp-colostrum .review-card .stars{font-size:14px;margin-bottom:8px;display:block;color:var(--gold)}.lp-colostrum .review-title{font-size:14px;font-weight:700;margin-bottom:8px;line-height:1.3;color:var(--black)}.lp-colostrum .review-text{font-size:13px;line-height:1.6;color:var(--black-soft);margin-bottom:12px}.lp-colostrum .review-footer{display:flex;align-items:center;gap:8px}.lp-colostrum .review-name{font-size:12px;font-weight:700}.lp-colostrum .review-verified{font-size:11px;color:var(--green)}.lp-colostrum .social-cta{margin-top:32px}.lp-colostrum .comparison-section{background:var(--black);color:var(--cream);padding:80px 24px}.lp-colostrum .comparison-section .section-label{color:var(--pink)}.lp-colostrum .comparison-section .section-title{color:var(--cream)}.lp-colostrum .comparison-intro{max-width:580px;margin:0 auto 8px;font-size:15px;color:#fff5ecb3}.lp-colostrum .comparison-cols{display:grid;grid-template-columns:1fr 1fr;gap:20px;max-width:800px;margin:40px auto 0}.lp-colostrum .comp-col{border-radius:12px;padding:32px 28px}.lp-colostrum .comp-col--mana{background:#d4826e1f;border:1px solid rgba(212,130,110,.25)}.lp-colostrum .comp-col--other{background:#fff5ec0a;border:1px solid rgba(255,245,236,.08)}.lp-colostrum .comp-col-header{font-size:13px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid rgba(255,245,236,.1)}.lp-colostrum .comp-col--mana .comp-col-header{color:var(--coral-light)}.lp-colostrum .comp-col--other .comp-col-header{color:#fff5ec66}.lp-colostrum .comp-row{padding:12px 0;border-bottom:1px solid rgba(255,245,236,.06)}.lp-colostrum .comp-row:last-child{border-bottom:none}.lp-colostrum .comp-row-label{font-size:11.5px;text-transform:uppercase;letter-spacing:1px;color:#fff5ec8c;margin-bottom:5px;font-weight:600}.lp-colostrum .comp-row-value{font-size:15px;font-weight:600;line-height:1.45}.lp-colostrum .comp-col--mana .comp-row-value{color:#fff}.lp-colostrum .comp-col--other .comp-row-value{color:#fff5ec8c}.lp-colostrum .comp-tabs{display:none}.lp-colostrum .stats-section{background:linear-gradient(135deg,#e8967a,#d4826e);padding:64px 24px;text-align:center;color:var(--white);position:relative;overflow:hidden}.lp-colostrum .stats-section:before{content:"";position:absolute;top:-50%;left:-25%;width:150%;height:200%;background:radial-gradient(ellipse,rgba(255,255,255,.06) 0%,transparent 70%);pointer-events:none}.lp-colostrum .stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;max-width:900px;margin:0 auto;position:relative}.lp-colostrum .stat-number{font-family:Playfair Display,serif;font-size:clamp(36px,6vw,52px);font-weight:800;line-height:1;margin-bottom:6px}.lp-colostrum .stat-label{font-size:13px;line-height:1.4;opacity:.9}.lp-colostrum .stats-footnote{font-size:11px;opacity:.6;margin-top:28px;position:relative}.lp-colostrum .protocol-section{background:var(--white);padding:80px 24px}.lp-colostrum .protocol-tabs-wrap{display:flex;align-items:center;justify-content:center;gap:0;max-width:720px;margin:40px auto 0}.lp-colostrum .protocol-tabs-arrow{display:none}.lp-colostrum .protocol-tabs{display:flex;justify-content:center;gap:0;border-bottom:2px solid #e5ddd4;flex:1}.lp-colostrum .protocol-tab{padding:12px 20px;font-size:12.5px;font-weight:600;letter-spacing:.3px;cursor:pointer;border-bottom:3px solid transparent;margin-bottom:-2px;transition:all .2s;color:#aaa;white-space:nowrap;background:none;border-top:none;border-left:none;border-right:none;font-family:Montserrat,sans-serif}.lp-colostrum .protocol-tab:hover{color:var(--black)}.lp-colostrum .protocol-tab.active{color:var(--coral-deep);border-bottom-color:var(--coral)}.lp-colostrum .protocol-panels{max-width:720px;margin:0 auto}.lp-colostrum .protocol-panel-inner{display:flex;gap:40px;align-items:flex-start}.lp-colostrum .protocol-panel-text{flex:1}.lp-colostrum .protocol-meter{width:120px;flex-shrink:0;text-align:center}.lp-colostrum .protocol-meter-bar{width:60px;height:180px;margin:0 auto 10px;background:#f0e8e0;border-radius:30px;position:relative;overflow:hidden}.lp-colostrum .protocol-meter-fill{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(180deg,var(--coral) 0%,var(--rose) 100%);border-radius:30px;transition:height .5s ease;display:block!important}.lp-colostrum .protocol-meter-label{font-size:10.5px;color:var(--black-muted);letter-spacing:.5px;font-weight:600;text-transform:uppercase}.lp-colostrum .protocol-meter-pct{font-family:Playfair Display,serif;font-size:28px;font-weight:400;color:var(--coral);margin-bottom:6px}.lp-colostrum .protocol-panel{display:none;padding-top:36px;text-align:left}.lp-colostrum .protocol-panel.active{display:block}.lp-colostrum .protocol-when{font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--coral-deep);margin-bottom:8px}.lp-colostrum .protocol-title{font-size:20px;font-weight:700;color:var(--black);margin-bottom:12px;line-height:1.3}.lp-colostrum .protocol-desc{font-size:14.5px;line-height:1.7;color:var(--black-soft)}.lp-colostrum .protocol-footnote{font-size:11px;color:#bbb;margin-top:32px;text-align:center}.lp-colostrum .science-section{background:var(--black);color:var(--cream);padding:72px 24px}.lp-colostrum .science-section .section-label{color:var(--pink)}.lp-colostrum .science-section .section-title{color:var(--cream)}.lp-colostrum .science-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:900px;margin:40px auto 0}.lp-colostrum .science-flip{cursor:pointer;position:relative}.lp-colostrum .science-front{border-radius:var(--radius-lg);padding:30px 24px;background:#fff5ec0f;border:1px solid rgba(212,130,110,.25);text-align:center;transition:opacity .3s ease;height:100%;display:flex;flex-direction:column;justify-content:center}.lp-colostrum .science-back{border-radius:var(--radius-lg);padding:30px 24px;background:#d4826e26;border:1px solid rgba(212,130,110,.3);text-align:left;display:none}.lp-colostrum .science-flip:hover .science-front,.lp-colostrum .science-flip.flipped .science-front{display:none}.lp-colostrum .science-flip:hover .science-back,.lp-colostrum .science-flip.flipped .science-back{display:flex;flex-direction:column;justify-content:center}.lp-colostrum .science-stat{font-family:Playfair Display,serif;font-size:36px;font-weight:500;color:var(--pink);margin-bottom:10px}.lp-colostrum .science-name{font-size:14px;font-weight:700;margin-bottom:8px;color:var(--cream)}.lp-colostrum .science-desc{font-size:13px;line-height:1.6;color:#fff5ecb3}.lp-colostrum .science-flip-hint{font-size:10.5px;color:#fff5ec59;margin-top:12px;letter-spacing:.5px}.lp-colostrum .science-back-title{font-size:15px;font-weight:700;color:var(--cream);margin-bottom:10px}.lp-colostrum .science-back-detail{font-size:13px;line-height:1.6;color:#fff5eccc;margin-bottom:14px}.lp-colostrum .science-back-link{font-size:12px;font-weight:600;color:var(--pink);text-decoration:underline;text-underline-offset:3px}.lp-colostrum .science-tag{font-size:9px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--coral-light);margin-bottom:10px;padding:4px 10px;border-radius:4px;background:#d4826e1a;display:inline-block}.lp-colostrum .science-tap-hint{display:none;font-size:10.5px;color:#fff5ec59;margin-top:12px;letter-spacing:.5px}.lp-colostrum .guarantee-section{background:var(--cream-warm);padding:64px 24px}.lp-colostrum .guarantee-inner{max-width:800px;margin:0 auto;display:flex;gap:36px;align-items:flex-start}.lp-colostrum .guarantee-seal{width:100px;height:100px;flex-shrink:0;background:linear-gradient(135deg,var(--gold) 0%,var(--gold-light) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:Playfair Display,serif;font-size:14px;font-weight:500;color:var(--black);text-align:center;line-height:1.2;box-shadow:0 8px 24px #c5a5724d}.lp-colostrum .guarantee-content{flex:1}.lp-colostrum .guarantee-content .section-title{text-align:left;margin-bottom:12px;font-size:clamp(22px,3.5vw,30px)}.lp-colostrum .guarantee-text{font-size:14.5px;line-height:1.7;color:var(--black-soft);margin-bottom:16px}.lp-colostrum .guarantee-points{list-style:none;margin-bottom:20px}.lp-colostrum .guarantee-points li{font-size:14px;line-height:1.5;padding:4px 0 4px 22px;position:relative;color:var(--black);font-weight:600}.lp-colostrum .guarantee-points li:before{content:"\2713";position:absolute;left:0;color:var(--green);font-weight:800;font-size:13px}.lp-colostrum .faq-section{background:var(--cream);padding:80px 24px}.lp-colostrum .faq-list{max-width:720px;margin:40px auto 0}.lp-colostrum .faq-item{border-bottom:1px solid #e5ddd4}.lp-colostrum .faq-q{width:100%;background:none;border:none;padding:20px 0;font-size:15.5px;font-weight:600;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;color:var(--black);line-height:1.4}.lp-colostrum .faq-q:after{content:"+";font-size:24px;font-weight:300;color:var(--coral);flex-shrink:0;margin-left:16px;transition:transform .3s}.lp-colostrum .faq-item.open .faq-q:after{content:"\2212"}.lp-colostrum .faq-a{max-height:0;overflow:hidden;transition:max-height .4s ease}.lp-colostrum .faq-a-inner{padding:0 0 22px;font-size:14px;line-height:1.7;color:var(--black-muted)}.lp-colostrum .kit-section{background:var(--white);padding:80px 24px}.lp-colostrum .kit-list{max-width:520px;margin:40px auto 0}.lp-colostrum .kit-item{display:flex;align-items:center;gap:16px;padding:16px 0;border-bottom:1px solid #f0e8e0}.lp-colostrum .kit-icon{width:48px;height:48px;background:var(--cream);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0}.lp-colostrum .kit-info{flex:1}.lp-colostrum .kit-name{font-size:14px;font-weight:700;line-height:1.3}.lp-colostrum .kit-detail{font-size:12px;color:var(--black-muted)}.lp-colostrum .kit-pricing{text-align:right}.lp-colostrum .kit-old{font-size:12px;color:#b0a59a;text-decoration:line-through}.lp-colostrum .kit-new{font-size:14px;font-weight:700;color:var(--green)}.lp-colostrum .final-cta{background:linear-gradient(180deg,var(--rose) 0%,var(--coral-light) 100%);padding:80px 24px;text-align:center}.lp-colostrum .final-cta .section-title{color:var(--black)}.lp-colostrum .final-sub{font-size:15px;max-width:500px;margin:0 auto 28px;color:var(--black-soft)}.lp-colostrum .final-prices{display:flex;align-items:baseline;justify-content:center;gap:16px;margin-bottom:8px}.lp-colostrum .final-old{font-size:22px;color:#00000059;text-decoration:line-through}.lp-colostrum .final-new{font-family:Playfair Display,serif;font-size:48px;font-weight:800;color:var(--black)}.lp-colostrum .final-unit{font-size:14px;color:var(--black-soft);margin-bottom:28px}.lp-colostrum .final-cta-btn{font-size:17px;padding:20px 48px}.lp-colostrum .sticky-cta{position:fixed;bottom:0;left:0;right:0;z-index:100;background:var(--white);border-top:1px solid rgba(35,34,34,.1);box-shadow:0 -4px 20px #00000014;padding:12px 24px;display:flex;align-items:center;justify-content:center;gap:20px;transform:translateY(100%);transition:transform .35s ease}.lp-colostrum .sticky-cta.visible{transform:translateY(0)}.lp-colostrum .sticky-cta-info{display:flex;align-items:baseline;gap:10px}.lp-colostrum .sticky-cta-name{font-size:14px;font-weight:700;color:var(--black)}.lp-colostrum .sticky-cta-price{font-size:18px;font-weight:800;color:var(--black)}.lp-colostrum .sticky-cta-original{font-size:13px;color:#b0a59a;text-decoration:line-through}.lp-colostrum .sticky-cta-save{font-size:11px;font-weight:800;color:var(--green)}.lp-colostrum .sticky-cta .btn-cta{padding:14px 32px;font-size:14px;white-space:nowrap}.lp-colostrum .marquee-strip{background:linear-gradient(135deg,var(--coral) 0%,var(--coral-light) 100%);color:var(--white);padding:10px 0;overflow:hidden;white-space:nowrap}.lp-colostrum .marquee-track{display:inline-flex;animation:marquee 25s linear infinite}.lp-colostrum .marquee-track span{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;padding:0 28px}.lp-colostrum .marquee-track span:before{content:"";width:5px;height:5px;background:var(--white);border-radius:50%;flex-shrink:0}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.lp-colostrum .site-footer{background:var(--black);color:#fff5ec73;padding:40px 24px;text-align:center;font-size:12px;line-height:2}.lp-colostrum .site-footer a{color:#fff5eca6;text-decoration:none}.lp-colostrum .site-footer a:hover{color:var(--cream)}.lp-colostrum .footer-links{margin-top:12px}.lp-colostrum .footer-links a{margin:0 10px}.lp-colostrum .cta-trust-line{display:flex;align-items:center;justify-content:center;gap:6px;flex-wrap:wrap;margin-top:14px;margin-bottom:4px;font-size:12.5px;color:#787676;font-weight:500}.lp-colostrum .cta-trust-line span{display:inline-flex;align-items:center;gap:5px;white-space:nowrap}.lp-colostrum .cta-trust-line .trust-sep{color:#d5cec6;font-size:10px}.lp-colostrum .cta-trust-line strong{color:#232222;font-weight:700}.lp-colostrum .cta-trust-line svg{flex-shrink:0;color:#232222}.lp-colostrum .buybox-trust-row{display:flex;gap:8px;margin-top:12px}.lp-colostrum .buybox-trust-badge{flex:1;display:flex;align-items:center;gap:8px;padding:10px 12px;background:#fcf7f1;border-radius:8px;border:1px solid rgba(35,34,34,.06);cursor:default;position:relative}.lp-colostrum .buybox-trust-badge svg{flex-shrink:0;color:#232222}.lp-colostrum .buybox-trust-badge-text{font-size:12px;font-weight:600;color:#232222;line-height:1.35}.lp-colostrum .buybox-trust-badge--shipping{cursor:pointer}.lp-colostrum .buybox-trust-badge--shipping .lp-ship-date{color:#d4826e}.lp-colostrum .buybox-shipping-tooltip{display:none;position:absolute;top:calc(100% + 6px);left:0;right:0;background:#232222;color:#fcf7f1;font-size:11.5px;line-height:1.55;padding:12px 14px;border-radius:8px;z-index:10;font-weight:400;box-shadow:0 8px 24px #00000026}.lp-colostrum .buybox-shipping-tooltip:before{content:"";position:absolute;top:-5px;left:20px;width:10px;height:10px;background:#232222;transform:rotate(45deg)}.lp-colostrum .buybox-trust-badge--shipping:hover .buybox-shipping-tooltip,.lp-colostrum .buybox-trust-badge--shipping.open .buybox-shipping-tooltip{display:block}@media(max-width:900px){.lp-colostrum .buybox-trust-row{flex-direction:column;gap:6px}}.lp-colostrum .buybox-faq{margin-top:16px;border-top:1px solid rgba(35,34,34,.08)}.lp-colostrum .buybox-faq-item{border-bottom:1px solid rgba(35,34,34,.08)}.lp-colostrum .buybox-faq-q{width:100%;background:none;border:none;padding:14px 0;font-size:13.5px;font-weight:600;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;color:#232222;line-height:1.4;font-family:Montserrat,sans-serif}.lp-colostrum .buybox-faq-q:after{content:"+";font-size:18px;font-weight:300;color:#d4826e;flex-shrink:0;margin-left:12px}.lp-colostrum .buybox-faq-item.open .buybox-faq-q:after{content:"\2212"}.lp-colostrum .buybox-faq-a{max-height:0;overflow:hidden;transition:max-height .4s ease}.lp-colostrum .buybox-faq-a-inner{padding:0 0 14px;font-size:13px;line-height:1.6;color:#787676}@media(max-width:900px){.lp-colostrum .hero{padding:24px 0 32px}.lp-colostrum .hero-grid{grid-template-columns:1fr;gap:20px}.lp-colostrum .hero-gallery{position:static;order:1}.lp-colostrum .hero-buybox{order:2;padding-top:0}.lp-colostrum .hero-title{margin-bottom:10px}.lp-colostrum .hero-subtitle{margin-bottom:12px}.lp-colostrum .hero-bullets{margin-bottom:16px}.lp-colostrum .hero-reviews-wrap{margin-top:8px}.lp-colostrum .announcement-bar a{display:none}.lp-colostrum .steps-wrap{position:relative}.lp-colostrum .steps-grid{display:flex;overflow-x:hidden;overflow-y:visible;gap:0;padding-bottom:0;max-width:100%}.lp-colostrum .steps-grid{align-items:flex-start}.lp-colostrum .step-card{min-width:100%;max-width:100%;flex-shrink:0;box-sizing:border-box;transition:transform .35s ease;border:none;border-radius:0;background:none;padding:20px 16px;height:auto!important;min-height:auto;overflow:visible!important}.lp-colostrum .steps-progress{margin:32px auto 20px}.lp-colostrum .steps-nav-row{display:flex;align-items:center;justify-content:center;gap:24px;margin-top:8px}.lp-colostrum .step-arrow{position:static;transform:none;width:40px;height:40px;border-radius:50%;background:#fff5ec1a;border:1px solid rgba(255,245,236,.2);display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--cream);transition:background .2s;flex-shrink:0}.lp-colostrum .step-arrow:hover{background:#fff5ec33}.lp-colostrum .steps-dots{display:flex;justify-content:center;gap:8px}.lp-colostrum .steps-dot{width:8px;height:8px;border-radius:50%;background:#fff5ec40;transition:background .2s;cursor:pointer}.lp-colostrum .steps-dot.active{background:var(--coral)}.lp-colostrum .compounds-grid,.lp-colostrum .compounds-secondary{grid-template-columns:repeat(2,1fr)}.lp-colostrum .social-top-row,.lp-colostrum .science-grid{grid-template-columns:1fr}.lp-colostrum .science-flip:hover .science-front{display:flex}.lp-colostrum .science-flip:hover .science-back,.lp-colostrum .science-flip.flipped .science-front{display:none}.lp-colostrum .science-flip.flipped .science-back{display:flex;flex-direction:column;justify-content:center}.lp-colostrum .science-flip-hint{display:none}.lp-colostrum .science-tap-hint{display:block}.lp-colostrum .stats-grid{grid-template-columns:repeat(2,1fr)}.lp-colostrum .trust-row-inner{grid-template-columns:repeat(3,1fr);gap:20px}.lp-colostrum .sticky-cta-info{display:none}.lp-colostrum .sticky-cta{justify-content:stretch}.lp-colostrum .sticky-cta .btn-cta{width:100%;text-align:center}}@media(max-width:640px){.lp-colostrum .compounds-grid,.lp-colostrum .compounds-secondary{grid-template-columns:1fr;gap:14px}.lp-colostrum .barrier-diagram{grid-template-columns:1fr;gap:8px}.lp-colostrum .barrier-arrow{transform:rotate(90deg)}.lp-colostrum .barrier-panel{padding:18px 16px 16px}.lp-colostrum .compound-card{padding:24px 20px 22px}.lp-colostrum .protocol-tabs{overflow-x:scroll;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;justify-content:flex-start;scrollbar-width:none;-ms-overflow-style:none;position:relative}.lp-colostrum .protocol-tabs::-webkit-scrollbar{display:none}.lp-colostrum .protocol-tab{font-size:11px;padding:10px 14px;white-space:nowrap;flex-shrink:0}.lp-colostrum .protocol-tabs-arrow{display:flex;align-items:center;justify-content:center;width:32px;height:32px;flex-shrink:0;background:none;border:1px solid #e5ddd4;border-radius:50%;cursor:pointer;color:var(--coral-deep);transition:background .2s}.lp-colostrum .protocol-tabs-arrow:hover{background:#d4826e14}.lp-colostrum .protocol-tabs-wrap{gap:8px}.lp-colostrum .protocol-panel-inner{flex-direction:column;gap:20px}.lp-colostrum .protocol-meter{width:100%;display:flex;align-items:center;gap:12px}.lp-colostrum .protocol-meter-bar{width:100%;height:12px;border-radius:6px}.lp-colostrum .protocol-meter-fill{border-radius:6px}.lp-colostrum .protocol-meter-pct{font-size:20px;min-width:50px}.lp-colostrum .comparison-table th,.comparison-table td{padding:10px 12px;font-size:13px}.lp-colostrum .free-gifts-grid{grid-template-columns:repeat(3,1fr);gap:8px}.lp-colostrum .hero-sub-badges{gap:12px}.lp-colostrum .trust-row-inner{grid-template-columns:repeat(3,1fr);gap:16px}.lp-colostrum .social-top-row{grid-template-columns:1fr;gap:14px}.lp-colostrum .guarantee-inner{flex-direction:column;align-items:center;text-align:center;gap:20px}.lp-colostrum .guarantee-content .section-title{text-align:center}.lp-colostrum .guarantee-points{text-align:left;display:inline-block}.lp-colostrum .comparison-cols{display:block}.lp-colostrum .comp-col{padding:24px 20px;display:none}.lp-colostrum .comp-col.comp-active{display:block}.lp-colostrum .comp-tabs{display:flex;justify-content:center;gap:0;margin:28px auto 0;max-width:320px;border-radius:8px;overflow:hidden;border:1px solid rgba(255,245,236,.15)}.lp-colostrum .comp-tab{flex:1;padding:12px 0;text-align:center;font-size:12.5px;font-weight:700;letter-spacing:.8px;text-transform:uppercase;cursor:pointer;background:none;border:none;color:#fff5ec80;font-family:Montserrat,sans-serif;transition:all .2s}.lp-colostrum .comp-tab.active{background:#d4826e33;color:var(--cream)}}.lp-colostrum .site-footer{padding-bottom:80px}
/*# sourceMappingURL=/cdn/shop/t/4/assets/landing-colostrum.css.map */
