:root{--blue:#FF6A4D;--black:#201A17;--gray:#6B6560;--cream:#FFF7EC;--pink:#FFE3DC;--lightblue:#E4F5EE;--lightgreen:#EAF6E9;--lightpurple:#FDF0DC;--border:#e2e2e2}*{box-sizing:border-box}body{margin:0;font-family:Arial,Liberation Sans,Helvetica,sans-serif;color:var(--black);background:#fff}a{color:inherit}.wrap{max-width:1180px;margin:0 auto;padding:0 24px}a.btn,button.btn{display:inline-block;text-decoration:none;font-weight:700;padding:14px 28px;border-radius:10px;font-size:15px}.btn-primary{background:var(--blue);color:#fff}.btn-dark{background:var(--black);color:#fff}.btn-outline{background:transparent;color:#fff;border:2px solid #fff}.btn-outline-dark{background:transparent;color:var(--black);border:2px solid var(--black)}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-to-content-link:focus{position:fixed!important;top:12px;left:12px;width:auto;height:auto;margin:0;padding:12px 20px;background:var(--blue);color:#fff;clip:auto;overflow:visible;white-space:normal;z-index:1000;border-radius:6px;font-weight:700;text-decoration:none}.site-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--border);position:relative}.site-header__inner{display:flex;align-items:center;justify-content:space-between;width:100%}.site-header__nav a{margin-left:20px;text-decoration:none;font-size:14px;font-weight:700}.site-header__nav a:hover{color:var(--blue)}.hero{position:relative;min-height:560px;color:#fff;display:flex;align-items:center;background-size:cover;background-position:center}.hero-inner{max-width:640px;padding:80px 24px}.hero h1{font-size:52px;line-height:1.05;margin:0 0 20px}.hero p{font-size:18px;line-height:1.6;margin:0 0 32px;color:#f0f0f0}.hero-buttons a{margin-right:16px;margin-bottom:12px}.hero-icons{display:flex;gap:36px;margin-top:44px;flex-wrap:wrap}.hero-icons div{font-size:14px;font-weight:700;display:flex;align-items:center;gap:8px}.hero-icons span.dot{width:8px;height:8px;background:var(--blue);border-radius:50%;display:inline-block}.icon-cols{padding:70px 24px;background:#fff}.icon-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.icon-card{border-radius:14px;padding:34px 26px;text-align:center}.icon-card .ico{width:56px;height:56px;border-radius:50%;background:#fff;margin:0 auto 18px;display:flex;align-items:center;justify-content:center;font-size:24px}.icon-card h3{font-size:19px;margin:0 0 10px}.icon-card p{font-size:14.5px;color:var(--gray);line-height:1.55;margin:0}section{padding:70px 24px}.section-header{text-align:center;max-width:640px;margin:0 auto 44px}.eyebrow{color:var(--blue);font-weight:700;letter-spacing:.03em;font-size:14px;text-transform:uppercase;margin-bottom:8px}.heading{font-size:34px;font-weight:700;margin:0}.about{background:var(--lightblue)}.about .wrap{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.about .eyebrow{text-align:left}.about h2{font-size:34px;margin:0 0 18px;line-height:1.15}.about p{font-size:15.5px;color:var(--gray);line-height:1.7;margin:0 0 26px}.about-img{width:100%;height:320px;object-fit:contain;background:#fff;border-radius:10px}.collections-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.coll-card{border-radius:14px;padding:26px 22px;min-height:230px;display:flex;flex-direction:column;text-decoration:none;color:var(--black)}.coll-card h4{font-size:18px;margin:0 0 6px}.coll-card .price{font-weight:700;color:var(--black);margin-bottom:14px;font-size:14px}.coll-card .coll-list ul{margin:0;padding-left:18px;font-size:13.5px;color:var(--gray);line-height:1.7;flex:1}.coll-card a{margin-top:16px;font-size:13.5px;font-weight:700;color:var(--blue);text-decoration:none}.featured-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px}.feat-card{border:1px solid var(--border);border-radius:14px;overflow:hidden}.feat-card img{width:100%;height:190px;object-fit:cover;display:block}.feat-body{padding:22px}.feat-body h4{font-size:19px;margin:0 0 8px}.feat-body .price{font-size:16px;font-weight:700;margin-bottom:14px}.cta-banner{background:linear-gradient(120deg,var(--black),#2b2b2b);color:#fff;text-align:center;border-radius:18px;padding:70px 30px;margin:0 24px}.cta-banner .eyebrow{color:var(--blue)}.cta-banner h2{font-size:36px;margin:0 0 28px}.team{background:var(--cream)}.team-card{max-width:760px;margin:0 auto;background:#fff;border-radius:16px;overflow:hidden;display:grid;grid-template-columns:260px 1fr;box-shadow:0 4px 24px #0000000d}.team-card img{width:100%;height:100%;object-fit:cover;display:block}.team-card-body{padding:30px 32px}.team-card-body h3{font-size:22px;margin:0 0 4px}.team-card-body .role{color:var(--blue);font-weight:700;font-size:13.5px;margin-bottom:14px}.team-card-body p{font-size:14.5px;color:var(--gray);line-height:1.65;margin:0}.stats{background:var(--lightpurple)}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;text-align:center}.stat-num{font-size:44px;font-weight:700;color:var(--black)}.stat-label{font-size:14px;color:var(--gray);font-weight:700;margin-top:6px}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.blog-card{border:1px solid var(--border);border-radius:12px;overflow:hidden}.blog-card img{width:100%;height:150px;object-fit:cover;display:block}.blog-card-body{padding:18px}.blog-card-body h5{margin:0 0 8px;font-size:15.5px}.blog-card-body h5 a{text-decoration:none}.blog-card-body p{margin:0;font-size:13px;color:var(--gray)}.site-footer{background:var(--black);color:#ccc;padding:60px 24px 30px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:30px}.footer-tagline{font-size:13px;color:#999;margin-top:16px;max-width:280px}.site-footer h5{color:#fff;font-size:14px;margin:0 0 14px}.site-footer a{color:#ccc;text-decoration:none;font-size:13.5px;display:block;margin-bottom:8px}.copyright{margin-top:40px;font-size:12.5px;color:#888;text-align:center;border-top:1px solid #333;padding-top:24px}.breadcrumb{font-size:13px;color:var(--gray);margin:24px 0}.breadcrumb a{color:var(--gray);text-decoration:none}.breadcrumb a:hover{color:var(--blue)}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;padding:60px 0}.product-media-thumbs{display:flex;gap:10px;margin-top:12px;flex-wrap:wrap}.product-thumb{border:2px solid transparent;border-radius:8px;padding:0;background:none;cursor:pointer;overflow:hidden;width:70px;height:70px}.product-thumb img{width:100%;height:100%;object-fit:cover;display:block}.product-thumb.is-active{border-color:var(--blue)}.product-info h1{font-size:32px;margin:0 0 12px}.product-price-row{display:flex;align-items:center;gap:12px;margin-bottom:20px;flex-wrap:wrap}.product-price-row .price{font-size:26px;font-weight:700;color:var(--black)}.price-compare{font-size:17px;color:#999;text-decoration:line-through}.product-badge{display:inline-block;font-size:12px;font-weight:700;padding:5px 12px;border-radius:20px;margin-bottom:12px}.trust-row{display:flex;flex-wrap:wrap;gap:10px 20px;margin-bottom:20px}.trust-item{font-size:13.5px;font-weight:700;color:var(--gray)}.product-specs{margin:0 0 22px;border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:6px 0}.product-spec-row{display:flex;justify-content:space-between;padding:8px 0;font-size:14px}.product-spec-row dt{color:var(--gray);margin:0}.product-spec-row dd{margin:0;font-weight:700}.qty-row{display:flex;align-items:center;gap:12px;margin:20px 0}.qty-row label{font-size:13px;font-weight:700}.qty-row input{width:70px;padding:10px;border:1px solid var(--border);border-radius:6px;font-size:15px}.btn-add-to-cart,.btn-checkout{width:100%;text-align:center;border:none;font-size:16px;cursor:pointer;border-radius:999px}.product-description{margin-top:30px;font-size:15px;line-height:1.7;color:var(--gray)}.product-bullet-block{margin-top:26px}.product-bullet-block h4{font-size:16px;margin:0 0 10px}.bullet-content ul{margin:0;padding-left:20px;color:var(--gray);font-size:14.5px;line-height:1.8}.product-instructor{display:flex;gap:16px;align-items:flex-start;margin-top:26px;padding:18px;background:var(--cream);border-radius:12px}.product-instructor-name{font-weight:700;margin-bottom:4px}.product-instructor p{margin:0;font-size:13.5px;color:var(--gray);line-height:1.6}.product-accordion{margin-top:30px;border-top:1px solid var(--border)}.product-accordion details{border-bottom:1px solid var(--border);padding:16px 0}.product-accordion summary{font-weight:700;cursor:pointer;font-size:15px}.accordion-content{padding-top:12px;font-size:14.5px;color:var(--gray);line-height:1.65}.product-list-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.product-card{border:1px solid var(--border);border-radius:12px;overflow:hidden;text-decoration:none;color:var(--black);display:block}.product-card img{width:100%;height:180px;object-fit:cover}.product-card-body{padding:16px}.cart-table{width:100%;border-collapse:collapse;margin:30px 0}.cart-table th,.cart-table td{text-align:left;padding:12px;border-bottom:1px solid var(--border)}.cart-total{font-size:20px;font-weight:700;margin:20px 0}.page-content{max-width:760px;margin:0 auto;line-height:1.7;font-size:16px}@media(max-width:900px){.icon-grid,.collections-grid,.featured-grid,.stats-grid,.blog-grid,.product-list-grid{grid-template-columns:1fr 1fr}.about .wrap{grid-template-columns:1fr}.about-img{height:260px}.team-card{grid-template-columns:1fr}.team-card img{height:280px}.footer-grid{grid-template-columns:1fr 1fr}.product-grid{grid-template-columns:1fr;gap:32px}.hero h1{font-size:40px}.hero p{font-size:16px}}@media(max-width:750px){.mobile-nav-toggle{display:flex}.site-header__nav{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;padding:16px 24px 24px;border-bottom:1px solid var(--border);box-shadow:0 8px 16px #0000000f;z-index:100}.site-header__nav.is-open{display:flex}.site-header__nav a{margin-left:0;padding:12px 0;border-bottom:1px solid var(--border)}.site-header__nav a:last-child{border-bottom:none}.site-header{padding:16px 20px}section{padding:48px 20px}.hero-inner{padding:56px 20px}.hero h1{font-size:32px}.hero p{font-size:15px}.hero{min-height:auto}.hero-buttons a{display:block;text-align:center;margin-right:0}.hero-icons{gap:20px}.heading{font-size:26px}.icon-grid,.collections-grid,.featured-grid,.stats-grid,.blog-grid,.product-list-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:32px;text-align:left}.cta-banner{margin:0;padding:48px 24px}.cta-banner h2,.about h2{font-size:26px}.stats-grid{gap:32px}.stat-num{font-size:34px}.site-header__logo img{width:150px!important}.product-media-thumbs{justify-content:center}.cart-table{display:block;overflow-x:auto;white-space:nowrap}.product-instructor{flex-direction:column;align-items:flex-start}.product-badge{font-size:11px}}.price-badge{background:var(--pink);color:#c0392b;font-size:12px;font-weight:700;padding:4px 10px;border-radius:20px}.variant-option label{display:block;font-size:13px;font-weight:700;margin-bottom:8px}.variant-pills{display:flex;flex-wrap:wrap;gap:8px}.variant-pill{border:2px solid var(--border);background:#fff;border-radius:6px;padding:8px 16px;font-size:14px;font-weight:700;cursor:pointer}.variant-pill.is-selected{border-color:var(--blue);color:var(--blue)}.related-products{margin-top:80px}.lp-hero{position:relative;overflow:hidden;background:var(--blue);padding:70px 24px 60px}.lp-hero:before{content:"";position:absolute;width:600px;height:600px;background:#e8492d;opacity:.55;top:-260px;right:-180px;border-radius:50%;z-index:0}.lp-hero:after{content:"";position:absolute;width:380px;height:380px;background:#fff;opacity:.08;bottom:-160px;left:-120px;border-radius:50%;z-index:0}.lp-hero-inner{position:relative;z-index:1;max-width:720px;text-align:center;margin:0 auto}.lp-eyebrow{color:var(--blue);font-weight:700;letter-spacing:.03em;font-size:14px;text-transform:uppercase;margin-bottom:14px}.lp-hero h1{font-size:46px;line-height:1.15;margin:0 0 20px;color:#fff}.lp-hero-sub{font-size:17px;line-height:1.65;color:#ffffffe6;max-width:600px;margin:0 auto 34px}.lp-hero-buttons{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.lp-hero .btn-primary{background:var(--black);color:#fff;box-shadow:0 8px 20px #00000040}.lp-hero .btn-primary:hover{transform:translateY(-3px);box-shadow:0 12px 26px #00000052}.lp-hero .btn-outline-dark{background:transparent;color:#fff;border:2px solid #fff}.lp-hero .btn-outline-dark:hover{transform:translateY(-3px);background:#ffffff1f}.lp-stats{background:var(--black);padding:44px 24px}.lp-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:900px;margin:0 auto;text-align:center}.lp-stat-num{font-size:38px;font-weight:700;color:var(--blue)}.lp-stat-label{font-size:13.5px;color:#ccc;margin-top:6px;line-height:1.4}.lp-stats-source{text-align:center;font-size:11.5px;color:#888;margin:20px 0 0}.lp-pain{padding:80px 24px}.lp-pain-inner{max-width:1080px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}.lp-pain-body{font-size:15.5px;color:var(--gray);line-height:1.75;margin-top:16px}.lp-pain-list{display:flex;flex-direction:column;gap:20px}.lp-pain-item{display:flex;gap:14px;align-items:flex-start;background:var(--lightblue);border-radius:12px;padding:18px 20px}.lp-pain-check{color:var(--blue);font-weight:700;font-size:18px;line-height:1.4}.lp-pain-item-title{font-weight:700;font-size:15px;margin-bottom:4px}.lp-pain-item-text{font-size:13.5px;color:var(--gray);line-height:1.5}.lp-modules{background:var(--pink);padding:80px 24px}.lp-modules-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;max-width:1180px;margin:0 auto}.lp-module-card{background:#fff;border-radius:12px;padding:22px 16px;text-align:center;box-shadow:0 2px 10px #0000000a}.lp-module-num{width:34px;height:34px;border-radius:50%;background:var(--blue);color:#fff;font-weight:700;font-size:14px;display:flex;align-items:center;justify-content:center;margin:0 auto 12px}.lp-module-title{font-size:13.5px;font-weight:700;line-height:1.4}.lp-solicitor{padding:80px 24px}.lp-solicitor-inner{max-width:980px;margin:0 auto;display:grid;grid-template-columns:140px 1fr;gap:44px;align-items:center}.lp-solicitor-img{width:140px;height:140px;border-radius:50%;background:var(--lightpurple);display:flex;align-items:center;justify-content:center;font-size:56px}.lp-solicitor-body{font-size:15.5px;color:var(--gray);line-height:1.75;margin-top:16px}.lp-pricing{background:var(--cream);padding:80px 24px}.lp-pricing-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px;max-width:840px;margin:0 auto}.lp-pricing-card{background:#fff;border:1px solid var(--border);border-radius:16px;padding:34px 28px;text-align:center;position:relative}.lp-pricing-card h3{font-size:19px;margin:0 0 10px}.lp-pricing-card p{font-size:13.5px;color:var(--gray);margin:10px 0 22px;line-height:1.5}.lp-pricing-card .btn{width:100%}.lp-price{font-size:32px;font-weight:700}.lp-price-compare{font-size:18px;color:#999;text-decoration:line-through;font-weight:400;margin-right:8px}.lp-pricing-card--featured{border-color:var(--blue);border-width:2px}.lp-pricing-badge{position:absolute;top:-14px;left:50%;transform:translate(-50%);background:var(--blue);color:#fff;font-size:11.5px;font-weight:700;padding:6px 16px;border-radius:20px;white-space:nowrap}.lp-faq{padding:80px 24px}.lp-faq-list{max-width:760px;margin:0 auto;border-top:1px solid var(--border)}.lp-faq-item{border-bottom:1px solid var(--border);padding:18px 0}.lp-faq-item summary{font-weight:700;cursor:pointer;font-size:15.5px;list-style:none}.lp-faq-item summary::-webkit-details-marker{display:none}.lp-faq-item summary:after{content:"+";float:right;color:var(--blue);font-size:20px}.lp-faq-item[open] summary:after{content:"\2212"}.lp-faq-answer{padding-top:12px;font-size:14.5px;color:var(--gray);line-height:1.7}.lp-final-cta{background:linear-gradient(120deg,var(--black),#2b2b2b);padding:80px 24px}.lp-final-cta-inner{max-width:640px;margin:0 auto;text-align:center;color:#fff}.lp-final-cta-inner h2{font-size:36px;margin:10px 0 16px}.lp-final-cta-inner p{font-size:15.5px;color:#ddd;line-height:1.6;margin:0 0 30px}.lp-final-buttons{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}@media(max-width:900px){.lp-pain-inner,.lp-solicitor-inner{grid-template-columns:1fr}.lp-solicitor-img{margin:0 auto}.lp-modules-grid{grid-template-columns:repeat(3,1fr)}.lp-stats-grid{grid-template-columns:1fr;gap:20px}}@media(max-width:750px){.lp-hero{padding:44px 20px 40px}.lp-hero:before{width:380px;height:380px;top:-160px;right:-140px}.lp-hero h1{font-size:30px}.lp-hero-sub{font-size:15px}.lp-hero-buttons a{width:100%;text-align:center}.lp-modules-grid{grid-template-columns:1fr 1fr}.lp-pricing-grid{grid-template-columns:1fr}.lp-final-cta-inner h2{font-size:28px}}.waw-hero{background:linear-gradient(160deg,var(--cream),#fff);padding:90px 24px 70px;text-align:center}.waw-hero-inner{max-width:760px;margin:0 auto}.waw-hero-heading{font-size:42px;line-height:1.2;margin:14px 0 20px}.waw-hero-lead{font-size:18px;line-height:1.65;color:var(--gray);max-width:600px;margin:0 auto}.waw-honest{padding:20px 24px 80px}.waw-honest-box{max-width:760px;margin:0 auto;background:var(--lightpurple);border-radius:16px;padding:44px 40px;text-align:center}.waw-honest-heading{font-size:28px;margin:10px 0 18px}.waw-honest-body{font-size:15.5px;color:var(--gray);line-height:1.75;margin:0}@media(max-width:750px){.waw-hero{padding:60px 20px 48px}.waw-hero-heading{font-size:30px}.waw-hero-lead{font-size:15px}.waw-honest-box{padding:32px 24px}.waw-honest-heading{font-size:24px}}.contact-form-section{padding:20px 24px 90px}.contact-form-wrap{max-width:640px;margin:0 auto}.contact-form .form-row{margin-bottom:20px}.contact-form .form-label{display:block;font-size:13.5px;font-weight:700;margin-bottom:6px}.contact-form .form-input{width:100%;padding:13px 14px;border:1px solid var(--border);border-radius:8px;font-size:15px;font-family:inherit;color:var(--black);background:#fff}.contact-form .form-input:focus{outline:none;border-color:var(--blue)}.contact-form .form-textarea{resize:vertical;min-height:140px}.contact-form .btn-submit{width:100%;border:none;cursor:pointer;font-size:16px;margin-top:6px}.contact-form .form-success{background:var(--lightgreen);color:var(--black);padding:16px 18px;border-radius:10px;margin-bottom:24px;font-size:14.5px;font-weight:700}.contact-form .form-error-list{background:var(--pink);color:var(--black);padding:16px 18px;border-radius:10px;margin-bottom:24px;font-size:14px}.contact-form .form-error-list p{margin:0 0 8px;font-weight:700}.contact-form .form-error-list ul{margin:0;padding-left:18px}@media(max-width:750px){.contact-form-section{padding:10px 20px 60px}}.faq-group{padding:36px 24px}.faq-group .section-header{text-align:left;max-width:760px;margin:0 auto 20px}.faq-group .heading{font-size:22px}.col-hero{padding:50px 24px 54px;background:var(--blue);position:relative;overflow:hidden}.col-hero-inner{display:grid;grid-template-columns:1fr 320px;gap:44px;align-items:center;position:relative;z-index:1}.col-hero-count{display:inline-flex;align-items:center;background:var(--black);color:#fff;font-size:12.5px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:7px 14px;border-radius:999px;margin-bottom:14px}.col-hero-title{font-family:Poppins,Arial,Helvetica,sans-serif;font-size:36px;font-weight:800;letter-spacing:-.01em;margin:0 0 12px;color:#fff}.col-hero-desc{font-size:15px;line-height:1.6;color:#ffffffd9;max-width:520px}.col-hero-img{width:100%;height:220px;object-fit:contain;background:#fff;border-radius:14px;padding:10px;box-shadow:0 10px 26px #0000002e}.col-grid-section{padding:56px 24px 70px}.col-empty{text-align:center;padding:60px 24px}.col-empty p{color:var(--gray);font-size:15px;margin-bottom:20px}.product-card{position:relative}.product-card-body h4{font-size:16px;margin:0 0 8px;line-height:1.35}.product-card-body .price{font-size:15px;font-weight:700}.product-card-body .price-compare{font-size:13px;color:#999;text-decoration:line-through;font-weight:400;margin-right:6px}@media(max-width:750px){.col-hero-inner{grid-template-columns:1fr;text-align:left}.col-hero-img{height:180px}.col-hero-title{font-size:28px}.col-hero{padding:32px 20px 36px}.col-grid-section{padding:40px 20px 50px}}h1,h2,h3,h4{font-family:Poppins,Arial,Helvetica,sans-serif;font-weight:800;letter-spacing:-.01em}.eyebrow{display:inline-flex;align-items:center;background:var(--black);color:#fff;font-family:Arial,Helvetica,sans-serif;font-weight:700;font-size:13px;letter-spacing:.03em;text-transform:uppercase;padding:8px 16px 8px 12px;border-radius:999px;margin-bottom:14px}.eyebrow:before{content:"";display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--blue);margin-right:8px;flex-shrink:0}.cta-banner .eyebrow{background:#ffffff1f;color:#fff}.cta-banner .eyebrow:before{background:var(--blue)}.lp-eyebrow,.tt-eyebrow{display:inline-flex;align-items:center;background:var(--black);color:#fff;font-weight:700;font-size:13px;letter-spacing:.03em;text-transform:uppercase;padding:8px 16px 8px 12px;border-radius:999px;margin-bottom:14px}.lp-eyebrow:before,.tt-eyebrow:before{content:"";display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--blue);margin-right:8px}a.btn,button.btn{transition:transform .15s ease,box-shadow .15s ease}.btn-primary{box-shadow:0 8px 20px #ff6a4d59}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 12px 26px #ff6a4d73}.btn-outline:hover,.btn-outline-dark:hover,.btn-dark:hover{transform:translateY(-3px)}.btn-add-to-cart:hover,.btn-checkout:hover{transform:translateY(-2px)}.hero-punch{position:relative;overflow:hidden;background:var(--blue);padding:38px 24px 46px}.hero-blob{position:absolute;border-radius:50%;z-index:0}.hero-blob-1{width:600px;height:600px;background:#e8492d;opacity:.55;top:-260px;right:-180px}.hero-blob-2{width:380px;height:380px;background:#fff;opacity:.08;bottom:-160px;left:-120px}.hero-inner{position:relative;z-index:1;max-width:720px}.hero-eyebrow-pill{display:inline-flex;align-items:center;background:var(--black);color:#fff;font-family:Arial,Helvetica,sans-serif;font-weight:700;font-size:13px;letter-spacing:.03em;text-transform:uppercase;padding:8px 16px 8px 12px;border-radius:999px;margin-bottom:10px}.hero-eyebrow-pill .dot{width:8px;height:8px;border-radius:50%;background:#fff;display:inline-block;margin-right:8px}.hero-heading-punch{font-size:44px;line-height:1.08;letter-spacing:-.02em;margin:0 0 8px;color:#fff}.hero-heading-punch .hl{color:var(--black)}.hero-sub-punch{font-family:Arial,Helvetica,sans-serif;font-size:17px;line-height:1.6;color:#ffffffe6;max-width:560px;margin:0 0 14px}.hero-buttons-punch{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:24px}.hero-buttons-punch a{margin:0}.hero-punch .btn-primary{background:var(--black);color:#fff;box-shadow:0 8px 20px #00000040}.hero-punch .btn-primary:hover{transform:translateY(-3px);box-shadow:0 12px 26px #00000052}.hero-punch .btn-outline-dark{background:transparent;color:#fff;border:2px solid #fff}.hero-punch .btn-outline-dark:hover{transform:translateY(-3px);background:#ffffff1f}.hero-badges-punch{display:flex;gap:14px;flex-wrap:wrap}.hero-badge-chip{display:flex;align-items:center;gap:8px;background:#ffffff29;color:#fff;padding:10px 18px;border-radius:999px;font-family:Arial,Helvetica,sans-serif;font-weight:700;font-size:14px}.hero-badge-chip:before{content:"";width:8px;height:8px;border-radius:50%;background:#fff;flex-shrink:0}@media(max-width:900px){.hero-heading-punch{font-size:44px}}@media(max-width:750px){.hero-punch{padding:56px 20px 60px}.hero-heading-punch{font-size:34px}.hero-sub-punch{font-size:15px}.hero-blob-1{width:380px;height:380px;top:-160px;right:-140px}.hero-buttons-punch a{width:100%;text-align:center}}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start;padding:30px 0 60px}.product-media-main img{width:100%;border-radius:16px;background:var(--cream);display:block}.product-media-thumbs{display:flex;gap:10px;margin-top:12px}.product-thumb{border:2px solid transparent;border-radius:10px;padding:0;overflow:hidden;cursor:pointer;background:none}.product-thumb img{width:64px;height:64px;object-fit:cover;display:block;border-radius:8px}.product-thumb:hover,.product-thumb.is-active{border-color:var(--blue)}.product-info h1{font-size:30px;margin:0 0 14px}.product-badge{display:inline-block;padding:8px 16px;border-radius:999px;font-weight:700;font-size:12.5px;text-transform:uppercase;letter-spacing:.03em;margin-bottom:14px}.product-purchase-card{background:#fff;border:2px solid var(--blue);border-radius:16px;padding:26px 28px;margin:20px 0 28px;box-shadow:0 8px 22px #0000000f}.product-price-row{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap;margin-bottom:16px}.product-price-row .price{font-family:Poppins,Arial,Helvetica,sans-serif;font-size:28px;font-weight:800;color:var(--black)}.product-price-row .price-compare{font-size:16px;color:#999;text-decoration:line-through}.product-price-row .price-badge{background:var(--black);color:#fff;font-weight:700;font-size:12px;text-transform:uppercase;letter-spacing:.03em;padding:6px 12px;border-radius:999px}.trust-row{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:20px}.trust-item{display:inline-flex;align-items:center;gap:7px;background:var(--cream);color:var(--black);font-weight:700;font-size:12.5px;padding:8px 14px;border-radius:999px}.trust-item:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--blue);flex-shrink:0}.product-specs{margin:0 0 20px}.product-spec-row{display:flex;justify-content:space-between;gap:16px;padding:9px 0;border-bottom:1px solid var(--border);font-size:14.5px}.product-spec-row:last-child{border-bottom:none}.product-spec-row dt{color:var(--gray)}.product-spec-row dd{margin:0;font-weight:700;color:var(--black)}.variant-option{margin-bottom:18px}.variant-option label{display:block;font-weight:700;font-size:13.5px;margin-bottom:8px}.variant-pills{display:flex;gap:8px;flex-wrap:wrap}.variant-pill{border:2px solid var(--border);border-radius:999px;padding:8px 18px;font-weight:700;font-size:14px;background:#fff;color:var(--black);cursor:pointer;transition:transform .15s ease}.variant-pill:hover{transform:translateY(-2px)}.variant-pill.is-selected{background:var(--black);color:#fff;border-color:var(--black)}.qty-row{display:flex;align-items:center;gap:12px;margin-bottom:16px}.qty-row label{font-weight:700;font-size:13.5px}.qty-row input{width:70px;padding:10px 12px;border:1px solid var(--border);border-radius:8px;font-size:15px}.product-form .btn-add-to-cart{width:100%;padding:16px 28px;font-size:16px}.product-description{font-size:15px;line-height:1.7;color:var(--gray);margin-bottom:24px}.product-instructor{display:flex;gap:16px;align-items:flex-start;background:var(--cream);border-radius:14px;padding:18px 20px;margin:0 0 24px}.product-instructor img{width:64px;height:64px;border-radius:50%;object-fit:cover;flex-shrink:0}.product-instructor-name{font-family:Poppins,Arial,Helvetica,sans-serif;font-weight:800;margin-bottom:4px}.product-instructor p{margin:0;font-size:14px;color:var(--gray);line-height:1.55}.product-accordion details{border-bottom:1px solid var(--border);padding:14px 0}.product-accordion summary{cursor:pointer;font-weight:700;font-size:15px;list-style:none;position:relative;padding-right:28px}.product-accordion summary::-webkit-details-marker{display:none}.product-accordion summary:after{content:"+";position:absolute;right:0;top:0;color:var(--blue);font-size:20px;font-weight:700}.product-accordion details[open] summary:after{content:"\2013"}.product-accordion .accordion-content{padding-top:10px;color:var(--gray);font-size:14.5px;line-height:1.6}.related-products{padding:50px 0 20px;border-top:1px solid var(--border);margin-top:20px}@media(max-width:850px){.product-grid{grid-template-columns:1fr;gap:28px;padding:20px 0 40px}.product-purchase-card{padding:20px}}.site-header__nav{display:flex!important;align-items:center;gap:22px;flex-wrap:nowrap}.nav-item{position:relative;color:inherit;text-decoration:none;font-weight:600;white-space:nowrap;flex-shrink:0}.nav-item--has-dropdown{list-style:none}.nav-item__label{cursor:pointer;display:flex;align-items:center;gap:5px;font-weight:600;list-style:none;-webkit-user-select:none;user-select:none;white-space:nowrap}.nav-item__label::-webkit-details-marker{display:none}.nav-item__label::marker{content:""}.nav-caret{font-size:10px;transition:transform .15s ease}.nav-item--has-dropdown[open] .nav-caret{transform:rotate(180deg)}.nav-dropdown{display:none;position:absolute;top:100%;left:0;background:#fff;border:1px solid var(--border);border-radius:10px;box-shadow:0 10px 24px #00000014;padding:10px;min-width:220px;z-index:20;flex-direction:column}.nav-dropdown a{display:block;padding:9px 12px;border-radius:6px;font-weight:600;font-size:14.5px;color:var(--black);text-decoration:none;white-space:nowrap}.nav-dropdown a:hover{background:var(--cream)}.nav-item--has-dropdown:hover .nav-dropdown,.nav-item--has-dropdown[open] .nav-dropdown{display:flex}.mobile-nav-details{display:none}.mobile-nav-details summary{list-style:none}.mobile-nav-details summary::-webkit-details-marker{display:none}.mobile-nav-details summary::marker{content:""}.mobile-nav-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:34px;height:34px;background:none;border:none;cursor:pointer;padding:0;flex-shrink:0}.mobile-nav-toggle span{display:block;width:100%;height:2px;background:var(--black);border-radius:2px;transition:transform .2s ease,opacity .2s ease}.mobile-nav-details[open] .mobile-nav-toggle span:nth-child(1){transform:translateY(7px) rotate(45deg)}.mobile-nav-details[open] .mobile-nav-toggle span:nth-child(2){opacity:0}.mobile-nav-details[open] .mobile-nav-toggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(max-width:1150px){.site-header{position:relative}.mobile-nav-details{display:block}.mobile-nav-toggle{display:flex}.site-header__nav{display:none!important;position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;align-items:flex-start;gap:6px;padding:16px 24px 28px;box-shadow:0 12px 24px #0000001a;z-index:30}.mobile-nav-details[open]~.site-header__nav{display:flex!important}.site-header__nav{width:100%;box-sizing:border-box;overflow-x:hidden}.site-header__nav a{margin-left:0}.nav-item,.nav-item__label{white-space:normal;width:100%}.nav-dropdown{position:static;box-shadow:none;border:none;padding-left:14px;display:none;width:100%}.nav-dropdown a{white-space:normal}.nav-item--has-dropdown:hover .nav-dropdown{display:none}.nav-item--has-dropdown[open] .nav-dropdown{display:flex}}.quiz-section{padding:70px 24px 80px;background:var(--cream)}.quiz-wrap{max-width:680px;margin:0 auto;text-align:center}.quiz-eyebrow{display:inline-flex;align-items:center;background:var(--black);color:#fff;font-weight:700;font-size:13px;letter-spacing:.03em;text-transform:uppercase;padding:8px 16px 8px 12px;border-radius:999px;margin-bottom:16px}.quiz-eyebrow:before{content:"";display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--blue);margin-right:8px}.quiz-heading{font-size:38px;margin:0 0 14px}.quiz-lead{font-size:16px;line-height:1.65;color:var(--gray);margin:0 0 36px}.quiz-progress-row{margin-bottom:28px}.quiz-progress-track{width:100%;height:8px;border-radius:999px;background:var(--border);overflow:hidden;margin-bottom:8px}.quiz-progress-fill{height:100%;width:0%;background:var(--blue);border-radius:999px;transition:width .3s ease}.quiz-progress-label{font-size:12.5px;font-weight:700;color:var(--gray);text-transform:uppercase;letter-spacing:.03em}.quiz-card{background:#fff;border-radius:18px;padding:36px 32px;box-shadow:0 10px 30px #0000000f;text-align:left}.quiz-question{font-size:19px;font-weight:800;font-family:Poppins,Arial,Helvetica,sans-serif;margin-bottom:20px;line-height:1.4}.quiz-options{display:flex;flex-direction:column;gap:10px}.quiz-option{width:100%;text-align:left;padding:14px 18px;border:2px solid var(--border);border-radius:12px;background:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:border-color .15s ease,transform .15s ease,background .15s ease}.quiz-option:hover{border-color:var(--blue);background:var(--cream);transform:translate(2px)}.quiz-back{margin-top:20px;background:none;border:none;color:var(--gray);font-weight:700;font-size:13.5px;cursor:pointer;padding:0}.quiz-back:hover{color:var(--black)}.quiz-urgent-note{background:#fff4e5;border:1px solid #f3c98a;color:#7a4d00;border-radius:12px;padding:16px 20px;font-size:14px;line-height:1.6;margin:0 0 24px;text-align:left}.quiz-result{background:#fff;border-radius:18px;padding:40px 36px;box-shadow:0 10px 30px #0000000f;margin-bottom:24px}.quiz-result h2{font-size:26px;margin:0 0 14px}.quiz-result p{font-size:15px;line-height:1.7;color:var(--gray);margin:0 0 24px}.quiz-result-badge{display:inline-block;padding:7px 16px;border-radius:999px;font-weight:700;font-size:12px;text-transform:uppercase;letter-spacing:.03em;margin-bottom:16px}.quiz-badge-likely{background:#e7f7ee;color:#1a7a45}.quiz-badge-possible{background:var(--lightblue);color:var(--black)}.quiz-badge-unlikely{background:#fff4e5;color:#7a4d00}.quiz-capture{background:var(--black);border-radius:18px;padding:32px;text-align:center}.quiz-capture-heading{color:#fff;font-weight:800;font-family:Poppins,Arial,Helvetica,sans-serif;font-size:20px;margin-bottom:8px}.quiz-capture-text{color:#ccc;font-size:14px;line-height:1.6;margin:0 0 20px}.quiz-capture-row{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin-bottom:14px}.quiz-capture-input{flex:1;min-width:220px;padding:13px 14px;border:none;border-radius:8px;font-size:15px;font-family:inherit}.quiz-capture-consent{display:block;color:#aaa;font-size:12.5px;line-height:1.5}.quiz-capture-success p{color:#fff;font-size:15px;margin:0}.quiz-disclaimer{font-size:12px;color:#999;line-height:1.6;margin-top:28px}@media(max-width:600px){.quiz-section{padding:44px 20px 56px}.quiz-heading{font-size:28px}.quiz-card,.quiz-result,.quiz-capture{padding:26px 20px}}.compare-hero{background:var(--blue);padding:70px 24px 60px;position:relative;overflow:hidden}.compare-hero-inner{max-width:760px;position:relative;z-index:1}.compare-hero-inner .heading{color:#fff;font-size:38px}.compare-hero-sub{color:#ffffffe6;font-size:16px;line-height:1.65;max-width:620px;margin-top:16px}.compare-cost{padding:70px 24px}.compare-cost-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px;max-width:900px;margin:0 auto}.compare-cost-card{background:#fff;border:1px solid var(--border);border-radius:16px;padding:32px 28px;position:relative}.compare-cost-card h3{font-size:19px;margin:0 0 6px}.compare-cost-card--featured{border-color:var(--blue);border-width:2px}.compare-cost-amount{font-size:30px;font-weight:800;font-family:Poppins,Arial,Helvetica,sans-serif;margin-bottom:10px}.compare-cost-card p{font-size:14px;color:var(--gray);line-height:1.6;margin:0 0 18px}.compare-cost-badge{position:absolute;top:-14px;left:24px;background:var(--blue);color:#fff;font-size:11.5px;font-weight:700;padding:6px 16px;border-radius:20px}.compare-cost-list{list-style:none;padding:0;margin:0 0 22px;display:flex;flex-direction:column;gap:10px}.compare-cost-list li{font-size:13.5px;line-height:1.5;padding-left:22px;position:relative;color:var(--black)}.compare-cost-list li:before{content:"\2713";position:absolute;left:0;color:var(--blue);font-weight:700}.compare-tradeoff{background:var(--cream);padding:70px 24px}.compare-tradeoff-grid{display:grid;grid-template-columns:1fr 1fr;gap:36px;max-width:1000px;margin:0 auto}.compare-tradeoff-col{background:#fff;border-radius:14px;padding:28px 26px}.compare-tradeoff-col h4{font-size:16px;margin:0 0 10px}.compare-tradeoff-col p{font-size:14px;line-height:1.7;color:var(--gray);margin:0}.compare-callout{padding:70px 24px}.compare-callout-inner{max-width:900px;margin:0 auto;display:grid;grid-template-columns:64px 1fr;gap:24px;background:#fff4e5;border:1px solid #f3c98a;border-radius:16px;padding:32px;align-items:start}.compare-callout-icon{font-size:32px}.compare-callout-inner h2{font-size:22px;margin:0 0 10px}.compare-callout-inner p{font-size:14.5px;color:#6b4d14;line-height:1.6;margin:0 0 14px}.compare-callout-list{margin:0;padding-left:20px;color:#6b4d14;font-size:14px;line-height:1.7}.compare-callout-list li{margin-bottom:6px}.compare-julia{background:var(--lightblue);padding:70px 24px}.compare-julia-inner{max-width:900px;margin:0 auto;display:grid;grid-template-columns:140px 1fr;gap:36px;align-items:center}.compare-julia-photo{grid-column:1;width:140px;height:140px;border-radius:50%;object-fit:cover}.compare-julia-content{grid-column:2}.compare-julia-quote{font-size:19px;font-style:italic;line-height:1.55;margin:12px 0 16px;border:none;padding:0}.compare-julia-name{font-weight:800;font-family:Poppins,Arial,Helvetica,sans-serif}.compare-julia-role{font-size:13.5px;color:var(--gray)}.compare-final-cta{background:linear-gradient(120deg,var(--black),#2b2b2b);padding:70px 24px}.compare-final-cta-inner{max-width:640px;margin:0 auto;text-align:center;color:#fff}.compare-final-cta-inner h2{font-size:32px;margin:10px 0 14px}.compare-final-cta-inner p{font-size:15px;color:#ddd;margin:0 0 26px}.compare-final-buttons{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}@media(max-width:800px){.compare-cost-grid,.compare-tradeoff-grid{grid-template-columns:1fr}.compare-callout-inner,.compare-julia-inner{grid-template-columns:1fr;text-align:left}.compare-julia-photo{grid-column:1;margin:0 auto}.compare-julia-content{grid-column:1}.compare-hero-inner .heading{font-size:28px}}.cta-banner p{font-size:15px;line-height:1.65;color:#ddd;margin:16px auto 28px;max-width:600px}.blog-banner-buttons{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.quiz-question-note{background:var(--lightblue);color:var(--black);font-size:13.5px;font-weight:700;line-height:1.5;padding:12px 16px;border-radius:10px;margin:-8px 0 20px}.cart-page{padding:50px 24px 90px;max-width:820px}.cart-page .section-header{text-align:left;max-width:none;margin:0 0 30px}.cart-items{border-top:1px solid var(--border)}.cart-item{display:grid;grid-template-columns:64px 1fr auto auto;gap:18px;align-items:center;padding:20px 0;border-bottom:1px solid var(--border)}.cart-item-media{display:block;width:64px;height:64px;border-radius:10px;overflow:hidden;background:var(--cream);flex-shrink:0}.cart-item-media img{width:100%;height:100%;object-fit:cover;display:block}.cart-item-media-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:26px}.cart-item-body{display:flex;flex-direction:column;gap:4px}.cart-item-title{font-weight:700;font-size:15.5px;color:var(--black);text-decoration:none}.cart-item-title:hover{color:var(--blue)}.cart-item-variant{font-size:13px;color:var(--gray)}.cart-item-remove{font-size:12.5px;color:var(--gray);text-decoration:underline;width:fit-content}.cart-item-remove:hover{color:var(--blue)}.cart-item-qty{font-size:14px;color:var(--gray);white-space:nowrap}.cart-item-total{font-weight:700;font-size:15px;white-space:nowrap}.cart-upsell{display:flex;align-items:center;gap:18px;background:var(--lightblue);border-radius:14px;padding:22px 24px;margin-top:28px}.cart-upsell-icon{font-size:30px;flex-shrink:0}.cart-upsell-body{flex:1}.cart-upsell-title{font-weight:800;font-size:15.5px;margin-bottom:4px}.cart-upsell-text{font-size:13.5px;color:var(--gray);line-height:1.5;margin:0}.cart-upsell-btn{flex-shrink:0;white-space:nowrap;padding:12px 20px;font-size:13.5px}.cart-summary{margin-top:34px;padding-top:26px;border-top:2px solid var(--black)}.cart-trust-row{display:flex;flex-wrap:wrap;gap:10px 22px;margin-bottom:22px}.cart-trust-item{font-size:13px;font-weight:700;color:var(--gray)}.cart-total-row{display:flex;justify-content:space-between;align-items:baseline;font-size:20px;font-weight:800;margin-bottom:4px}.cart-total-note{font-size:12.5px;color:var(--gray);margin:0 0 22px}.cart-summary .btn-checkout{width:100%;border:none;cursor:pointer;font-size:16px;padding:16px 28px}.cart-continue-link{display:block;text-align:center;margin-top:16px;font-size:13.5px;font-weight:700;color:var(--gray);text-decoration:none}.cart-continue-link:hover{color:var(--blue)}.cart-empty{text-align:center;padding:50px 24px}.cart-empty-icon{font-size:40px;margin-bottom:14px}.cart-empty-text{font-size:16px;color:var(--gray);margin:0 0 26px}.cart-empty-buttons{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}@media(max-width:600px){.cart-item{grid-template-columns:56px 1fr;grid-template-areas:"media body" "media qty" "media total";row-gap:6px}.cart-item-media{grid-area:media}.cart-item-body{grid-area:body}.cart-item-qty{grid-area:qty}.cart-item-total{grid-area:total}.cart-upsell{flex-direction:column;text-align:center}.cart-total-row{font-size:18px}}:root{--rose:#a93c3b;--mauve:#a896a0;--plum:#7a3671}.hero-punch{background:#fff}.hero-blob-1{background:var(--rose);opacity:.16}.hero-blob-2{background:var(--mauve);opacity:.14}.hero-heading-punch{color:var(--black)}.hero-heading-punch .hl{color:var(--blue)}.hero-sub-punch{color:var(--gray)}.hero-punch .btn-outline-dark{background:transparent;color:var(--black);border:2px solid var(--black)}.hero-badges-punch .hero-badge-chip{background:var(--cream);color:var(--black)}.hero-badge-chip:before{background:var(--blue)}.lp-hero{background:#fff}.lp-hero:before{background:var(--rose);opacity:.16}.lp-hero:after{background:var(--mauve);opacity:.14}.lp-hero h1{color:var(--black)}.lp-hero-sub{color:var(--gray)}.lp-hero .btn-outline-dark{background:transparent;color:var(--black);border:2px solid var(--black)}.compare-hero{background:#fff}.compare-hero-inner .heading{color:var(--black)}.compare-hero-sub{color:var(--gray)}.col-hero{background:#fff}.col-hero-title{color:var(--black)}.col-hero-desc{color:var(--gray)}.col-hero-img{box-shadow:0 10px 26px #00000014;border:1px solid var(--border)}.hero-punch,.lp-hero,.compare-hero,.col-hero{border-bottom:1px solid var(--border)}.hero-punch .btn-primary,.lp-hero .btn-primary{background:var(--blue);color:#fff;box-shadow:0 8px 20px #ff6a4d59}.hero-punch .btn-primary:hover,.lp-hero .btn-primary:hover{box-shadow:0 12px 26px #ff6a4d73}.calc-section{padding:70px 24px 80px;background:var(--cream)}.calc-wrap{max-width:680px;margin:0 auto;text-align:center}.calc-eyebrow{display:inline-flex;align-items:center;background:var(--black);color:#fff;font-weight:700;font-size:13px;letter-spacing:.03em;text-transform:uppercase;padding:8px 16px 8px 12px;border-radius:999px;margin-bottom:16px}.calc-eyebrow:before{content:"";display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--blue);margin-right:8px}.calc-heading{font-size:38px;margin:0 0 14px}.calc-lead{font-size:16px;line-height:1.65;color:var(--gray);margin:0 0 36px}.calc-explainer{background:var(--lightblue);border-radius:14px;padding:24px 26px;margin:0 0 32px;text-align:left}.calc-explainer-heading{font-size:17px;margin:0 0 8px}.calc-explainer-body{font-size:14px;line-height:1.65;color:var(--black);margin:0}.calc-result-label{font-size:13.5px;font-weight:700;color:var(--gray);margin-bottom:4px}.calc-card{background:#fff;border-radius:18px;padding:36px 32px;box-shadow:0 10px 30px #0000000f;text-align:left}.calc-field{margin-bottom:22px}.calc-field:last-of-type{margin-bottom:0}.calc-field label{display:block;font-weight:700;font-size:14px;margin-bottom:8px}.calc-input{width:100%;padding:13px 14px;border:1px solid var(--border);border-radius:8px;font-size:15px;font-family:inherit;color:var(--black);background:#fff}.calc-input:focus{outline:none;border-color:var(--blue)}.calc-radio-group{display:flex;flex-direction:column;gap:10px}.calc-radio{display:flex;align-items:center;gap:10px;font-weight:600;font-size:14.5px;cursor:pointer}.calc-radio input{width:16px;height:16px}.calc-submit{width:100%;border:none;cursor:pointer;font-size:16px;margin-top:8px}.calc-result{background:#fff;border-radius:18px;padding:36px 32px;box-shadow:0 10px 30px #0000000f;margin-top:24px;text-align:left}.calc-result-badge{display:inline-block;padding:7px 16px;border-radius:999px;font-weight:700;font-size:12px;text-transform:uppercase;letter-spacing:.03em;margin-bottom:16px}.calc-badge-ok{background:#e7f7ee;color:#1a7a45}.calc-badge-urgent{background:#fff4e5;color:#7a4d00}.calc-badge-passed{background:var(--pink);color:#c0392b}.calc-badge-paused{background:var(--lightblue);color:var(--black)}.calc-result-date{font-size:26px;font-weight:800;font-family:Poppins,Arial,Helvetica,sans-serif;margin-bottom:10px}.calc-result-detail{font-size:14.5px;color:var(--gray);line-height:1.6;margin:0 0 18px}.calc-result-caveat{font-size:13px;color:var(--gray);line-height:1.6;background:var(--cream);border-radius:10px;padding:14px 16px;margin:0 0 22px}.calc-result-buttons{display:flex;gap:12px;flex-wrap:wrap}.calc-disclaimer{font-size:12px;color:#999;line-height:1.6;margin-top:28px}@media(max-width:600px){.calc-section{padding:44px 20px 56px}.calc-heading{font-size:28px}.calc-card,.calc-result{padding:26px 22px}.calc-result-buttons{flex-direction:column}.calc-result-buttons a{text-align:center}}:root{--blue:#cc0000}.btn-primary{box-shadow:0 8px 20px #cc000059}.btn-primary:hover{box-shadow:0 12px 26px #cc000073}.hero-punch .btn-primary,.lp-hero .btn-primary{box-shadow:0 8px 20px #cc000059}.hero-punch .btn-primary:hover,.lp-hero .btn-primary:hover{box-shadow:0 12px 26px #cc000073}.col-hero-count{display:inline-flex;align-items:center}.col-hero-count:before{content:"";display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--blue);margin-right:8px;flex-shrink:0}.lp-modules-grid--kg{grid-template-columns:repeat(6,1fr)}.lp-modules-grid--kg .lp-module-card{padding:18px 12px}.lp-modules-grid--kg .lp-module-title{font-size:12.5px;line-height:1.35}.lp-final-cta-inner h2{text-shadow:none}.lp-final-cta-inner h2:before,.lp-final-cta-inner h2:after{content:none}.lp-final-cta-inner h2 .cta-highlight{color:var(--blue)}.waw-milestones-intro{max-width:640px;margin:0 auto 32px;text-align:center;color:var(--gray);font-size:16px;line-height:1.6}.waw-milestones-list{display:flex;flex-direction:column;gap:14px;max-width:760px;margin:0 auto}.waw-milestone-item{display:flex;gap:18px;align-items:flex-start;background:#fff;border:1px solid #ececec;border-radius:12px;padding:20px 22px}.waw-milestone-num{flex-shrink:0;width:32px;height:32px;border-radius:50%;background:var(--blue);color:#fff;font-weight:700;font-size:14px;display:flex;align-items:center;justify-content:center}.waw-milestone-title{font-weight:700;font-size:16px;color:var(--black);margin-bottom:2px}.waw-milestone-when{font-size:12.5px;font-weight:600;letter-spacing:.02em;text-transform:uppercase;color:var(--blue);margin-bottom:6px}.waw-milestone-text{font-size:14.5px;line-height:1.55;color:var(--gray)}.waw-milestones-source{text-align:center;font-size:12.5px;color:var(--gray);opacity:.75;margin-top:24px}@media(max-width:600px){.waw-milestone-item{flex-direction:column;gap:8px}.waw-milestone-num{margin-bottom:2px}}.aio-answers{padding:10px 24px 60px}.aio-answers-list{max-width:820px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:18px}.aio-answer-item{background:#fff;border:1px solid #ececec;border-radius:14px;padding:24px 26px}.aio-answer-q{font-size:16px;font-weight:700;color:var(--black);margin:0 0 8px}.aio-answer-a{font-size:14.5px;line-height:1.6;color:var(--gray);margin:0}@media(max-width:750px){.aio-answers-list{grid-template-columns:1fr}}.cta-banner{background:linear-gradient(120deg,var(--black),#2b2b2b);padding:70px 24px}.cta-banner-inner{max-width:640px;margin:0 auto;text-align:center}.cta-banner-inner h2{font-size:32px;line-height:1.2;margin:10px 0 14px;color:#fff}.cta-banner-inner p{font-size:15px;line-height:1.6;color:#ddd;margin:0 0 26px}.claim-types-grid-section{padding:60px 24px}.claim-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;max-width:1100px;margin:0 auto}.claim-card{background:#fff;border:1px solid #ececec;border-radius:16px;padding:28px;box-shadow:0 2px 10px #0000000a}.claim-card-title{font-size:20px;font-weight:700;margin:0 0 12px}.claim-card-summary{margin:0 0 16px;line-height:1.55}.claim-card-evidence{border-top:1px solid #ececec;padding-top:14px}.claim-card-evidence-label{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--blue);margin-bottom:6px}.claim-card-evidence p{margin:0;font-size:15px;line-height:1.5;color:#555}@media(max-width:800px){.claim-grid{grid-template-columns:1fr}}.checklist-grid-section{padding:60px 24px}.checklist-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;max-width:1100px;margin:0 auto}.checklist-card{background:#fff;border:1px solid #ececec;border-radius:16px;padding:28px;box-shadow:0 2px 10px #0000000a}.checklist-card-title{font-size:20px;font-weight:700;margin:0 0 16px}.checklist-list{margin:0;padding:0;list-style:none}.checklist-list li{position:relative;padding-left:28px;margin-bottom:12px;line-height:1.5;color:#444}.checklist-list li:last-child{margin-bottom:0}.checklist-list li:before{content:"\2713";position:absolute;left:0;top:0;color:var(--blue);font-weight:700}@media(max-width:800px){.checklist-grid{grid-template-columns:1fr}}.real-photo-section{padding:50px 24px}.real-photo-inner{max-width:800px;margin:0 auto;text-align:center}.real-photo-img{width:100%;max-width:800px;height:auto;border-radius:16px;box-shadow:0 4px 20px #00000014;display:block;margin:0 auto}.real-photo-caption{margin:14px 0 0;font-size:14px;color:#777;font-style:italic}.lp-fear{padding:70px 24px;background:#fff}.lp-fear .section-header{text-align:center;margin-bottom:36px}.lp-fear-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;max-width:1100px;margin:0 auto}.lp-fear-group{display:flex;flex-direction:column}.lp-fear-heading{font-size:21px;line-height:1.3;margin:0 0 10px}.lp-fear-subcopy{font-size:14px;line-height:1.6;color:#555;margin:0 0 20px}.lp-fear-cards{display:flex;flex-direction:column;gap:12px}.lp-fear-card{display:flex;align-items:flex-start;gap:10px;background:#f8f8f8;border-radius:10px;padding:14px 16px}.lp-fear-card-title{font-weight:600;font-size:14px;margin-bottom:2px}.lp-fear-card-text{font-size:13px;line-height:1.5;color:#666}@media(max-width:900px){.lp-fear-grid{grid-template-columns:1fr;gap:40px}}.lp-faq-answer .faq-course-link{color:var(--blue);font-weight:600;text-decoration:none}.lp-faq-answer .faq-course-link:hover{text-decoration:underline}.lp-module-card{scroll-margin-top:100px}.product-summary{max-width:640px;margin:28px auto;text-align:center}.product-summary-heading{margin:4px 0 12px;font-size:1.3rem;color:var(--black)}.product-summary .product-description{color:var(--gray);margin-bottom:20px}.product-summary .product-bullet-block h4{margin:0 0 10px;color:var(--black)}.product-media-main{position:sticky;top:20px}.product-media-main img{width:100%;border-radius:12px;display:block}.product-credibility{display:flex;align-items:center;gap:10px;padding:10px 0;border-top:1px solid var(--border);margin-top:4px}.product-credibility-avatar{flex:none;width:32px;height:32px;border-radius:50%;background:var(--pink);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:var(--black)}.product-credibility-text{font-size:.8rem;color:var(--gray)}.product-credibility-text b{color:var(--black)}.product-cross-sell{display:block;background:var(--cream);border-radius:10px;padding:10px 14px;font-size:.8rem;color:var(--black);text-decoration:none;margin:10px 0}.product-cross-sell b{color:var(--blue)}.product-reassurance{display:flex;gap:14px;flex-wrap:wrap;font-size:.72rem;color:var(--gray);padding-top:8px;border-top:1px solid var(--border)}.product-reassurance span:before{content:"\25cf";color:var(--blue);margin-right:4px;font-size:.6rem}.product-roadmap{display:block;background:var(--lightblue);border-radius:12px;padding:16px 20px;margin:24px 0;text-decoration:none;transition:box-shadow .15s ease}a.product-roadmap:hover{box-shadow:0 4px 16px #00000014}.product-roadmap-label{font-size:.68rem;font-weight:700;color:var(--black);text-transform:uppercase;letter-spacing:.03em;margin-bottom:12px}.product-roadmap-track{display:grid;grid-template-columns:repeat(5,1fr);gap:6px}.product-roadmap-segment{display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px}.product-roadmap-segment:before{content:"";display:block;width:100%;height:4px;border-radius:999px;background:#201a1726}.product-roadmap-segment.is-current:before{background:var(--blue)}.product-roadmap-dot{display:none}.product-roadmap-name{font-size:.65rem;line-height:1.3;color:var(--gray)}.product-roadmap-segment.is-current .product-roadmap-name{color:var(--black);font-weight:700}@media(max-width:600px){.product-roadmap-name{font-size:.6rem}}.product-fit-check{background:var(--black);border-radius:14px;padding:22px;margin:24px 0}.product-fit-check .eyebrow{background:var(--blue);color:#fff}.product-fit-check-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-top:8px}.product-fit-check-heading{font-size:.75rem;font-weight:700;margin-bottom:8px}.product-fit-check-heading.is-yes{color:#9be89b}.product-fit-check-heading.is-no{color:#e8a3a3}.product-fit-check-text{font-size:.8rem;line-height:1.6;color:#e8e6e3}.product-summary{max-width:680px;margin:28px auto;text-align:center}.product-summary .eyebrow{justify-content:center}.product-summary-heading{margin:4px 0 14px;font-size:1.75rem;color:var(--black)}.product-summary .product-description{color:var(--black);font-size:1.1rem;line-height:1.6;margin-bottom:20px}.product-bullet-card{max-width:720px;margin:0 auto 28px;padding:24px;background:var(--cream);border:1px solid var(--border);border-radius:14px}.product-bullet-header{margin-bottom:4px}.product-bullet-heading{margin:4px 0 16px;font-size:1.15rem;color:var(--black)}.bullet-content ul{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.bullet-content li{position:relative;padding:10px 14px 10px 40px;background:#fff;border:1px solid var(--border);border-radius:10px;font-size:.9rem;color:var(--black);line-height:1.4}.bullet-content li:before{content:"\2713";position:absolute;left:12px;top:12px;width:18px;height:18px;border-radius:50%;background:var(--blue);color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center}.product-video-block{margin:28px 0;padding:24px;background:var(--black);border-radius:14px}.product-video-header{margin-bottom:16px}.product-video-heading{margin:4px 0 0;font-size:1.15rem;color:#fff}.product-video-player video,.product-video-player iframe{width:100%;border-radius:10px;display:block}@media(max-width:749px){.product-video-block{padding:18px}}.product-syllabus{margin:28px 0;padding:24px;background:var(--cream);border:1px solid var(--border);border-radius:14px}.product-syllabus-header{margin-bottom:16px}.product-syllabus-heading{margin:4px 0 0;font-size:1.15rem;color:var(--black)}.product-syllabus-groups{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px 32px}.product-syllabus-group-title{font-weight:600;font-size:.85rem;letter-spacing:.02em;text-transform:uppercase;color:var(--gray);margin-bottom:10px}.product-syllabus-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.product-syllabus-item{display:flex;align-items:flex-start;gap:12px}.product-syllabus-number{flex:none;width:24px;height:24px;border-radius:50%;background:var(--blue);color:#fff;font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin-top:1px}.product-syllabus-text{font-size:.95rem;color:var(--black);line-height:1.4;padding-top:2px}@media(max-width:749px){.product-syllabus{padding:18px}}.product-details-card{margin:28px 0;padding:24px;background:#fff;border:1px solid var(--border);border-radius:14px}.product-details-header{margin-bottom:16px}.product-details-heading{margin:4px 0 0;font-size:1.15rem;color:var(--black)}.product-details-card .product-instructor{padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid var(--border)}.product-details-card .product-accordion details{border-bottom:1px solid var(--border)}.product-details-card .product-accordion details:last-child{border-bottom:none}.product-details-card .product-accordion summary{padding:14px 0;cursor:pointer;font-weight:600}.product-details-card .product-accordion .accordion-content{padding-bottom:14px}@media(max-width:749px){.product-details-card{padding:18px}}.faq-cards{max-width:1040px;margin:0 auto;padding:48px 20px;text-align:center}.faq-cards-heading{margin:4px 0 8px;font-size:1.9rem;color:var(--black)}.faq-cards-intro{color:var(--gray);font-size:1rem;margin-bottom:28px}.faq-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:20px;text-align:left}.faq-card{background:#fff;border:1px solid var(--border);border-radius:14px;padding:22px}.faq-card-icon{width:28px;height:28px;border-radius:50%;background:var(--pink);color:var(--blue);font-weight:700;display:flex;align-items:center;justify-content:center;margin-bottom:12px}.faq-card-question{font-weight:700;font-size:1rem;color:var(--black);margin-bottom:8px}.faq-card-answer{font-size:.9rem;color:var(--black);line-height:1.5;margin-bottom:12px}.faq-card-link{font-size:.85rem;font-weight:600;color:var(--blue);text-decoration:none}.faq-cards-closing{margin-top:28px}.faq-cards-closing-link{font-weight:600;color:var(--blue);text-decoration:none}@media(max-width:749px){.faq-cards{padding:32px 16px}}.timeline-preview{background:var(--black);padding:48px 0}.timeline-preview-inner{max-width:1140px;margin:0 auto;padding:0 20px}.timeline-preview .eyebrow{color:var(--blue)}.timeline-preview-heading{margin:6px 0 8px;font-size:1.9rem;color:#fff}.timeline-preview-intro{color:#cfcac6;font-size:1rem;max-width:640px;margin:0 0 32px}.timeline-preview-track{display:flex;align-items:flex-start;gap:8px;margin-bottom:32px}.timeline-preview-step{flex:1;position:relative;padding-top:4px}.timeline-preview-step:before{content:"";position:absolute;top:15px;left:-50%;width:100%;height:1px;background:#4a413c;z-index:0}.timeline-preview-step:first-child:before{display:none}.timeline-preview-dot{position:relative;z-index:1;width:32px;height:32px;border-radius:50%;background:#3a322e;color:#cfcac6;font-size:.8rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin-bottom:12px}.timeline-preview-step.is-first .timeline-preview-dot{background:var(--blue);color:#fff}.timeline-preview-title{font-weight:700;font-size:.95rem;color:#fff;margin-bottom:8px}.timeline-preview-text{font-size:.82rem;color:#cfcac6;line-height:1.5;margin-bottom:10px}.timeline-preview-link{font-size:.8rem;font-weight:600;color:var(--blue);text-decoration:none}.timeline-preview-footer{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.timeline-preview-footer-note{color:#cfcac6;font-size:.9rem}.timeline-preview-footer-note a{color:var(--blue);font-weight:600;text-decoration:none;margin-left:4px}@media(max-width:900px){.timeline-preview-track{flex-direction:column;gap:24px}.timeline-preview-step:before{display:none}}.strategic-pathway{max-width:1140px;margin:0 auto;padding:48px 20px}.strategic-pathway .eyebrow{color:var(--blue)}.strategic-pathway-heading{margin:6px 0 20px;font-size:1.9rem;color:var(--black)}.strategic-pathway-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:32px;align-items:start}.strategic-pathway-copy{font-size:1rem;color:var(--black);line-height:1.65}.strategic-pathway-copy p{margin:0 0 14px}.strategic-pathway-steps{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0}.strategic-pathway-step{background:var(--black);color:#fff;font-size:.8rem;font-weight:600;padding:8px 14px;border-radius:999px}.strategic-pathway-outline-btn{display:inline-block;border:1.5px solid var(--blue);color:var(--blue);font-weight:700;font-size:.85rem;padding:10px 18px;border-radius:999px;text-decoration:none;margin-top:6px}.strategic-pathway-quote{margin:0 0 16px;background:var(--blue);color:#fff;border-radius:14px;padding:24px}.strategic-pathway-quote p{font-size:1.05rem;font-style:italic;line-height:1.6;margin:0 0 16px}.strategic-pathway-quote-row{display:flex;align-items:center;gap:10px}.strategic-pathway-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;flex:none}.strategic-pathway-avatar-placeholder{background:#ffffff40}.strategic-pathway-quote-name{font-weight:700;font-size:.85rem}.strategic-pathway-quote-role{font-size:.72rem;color:#fffc}.strategic-pathway-founder-card{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid var(--border);border-radius:14px;padding:14px;text-decoration:none;margin-bottom:10px}.strategic-pathway-founder-thumb{position:relative;flex:none;width:56px;height:56px;border-radius:8px;background:linear-gradient(135deg,var(--blue),#201A17);display:flex;align-items:center;justify-content:center;overflow:hidden}.strategic-pathway-founder-thumb img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0}.strategic-pathway-play{position:relative;z-index:1;color:#fff;font-size:.9rem}.strategic-pathway-founder-eyebrow{color:var(--blue);margin-bottom:2px}.strategic-pathway-founder-title{font-weight:700;font-size:.9rem;color:var(--black)}.strategic-pathway-about-link{display:block;text-align:right;color:var(--blue);font-weight:600;font-size:.85rem;text-decoration:none}@media(max-width:900px){.strategic-pathway-grid{grid-template-columns:1fr}}.legal-strip{background:var(--pink);border-radius:14px;padding:32px;max-width:1140px;margin:32px auto;text-align:left}.legal-strip .eyebrow{color:var(--blue)}.legal-strip-heading{margin:6px 0 12px;font-size:1.4rem;color:var(--black)}.legal-strip-body{font-size:.92rem;color:var(--black);line-height:1.6;margin-bottom:16px;max-width:760px}.legal-strip-links{display:flex;gap:24px;flex-wrap:wrap}.legal-strip-links a{color:var(--blue);font-weight:600;text-decoration:underline;font-size:.85rem}@media(max-width:749px){.legal-strip{padding:22px}}.pricing-footer{max-width:1140px;margin:0 auto;padding:48px 20px}.pricing-footer-top{text-align:left}.pricing-footer-heading{margin:4px 0 12px;font-size:1.7rem;color:var(--black);max-width:640px}.pricing-footer-body{color:var(--gray);font-size:.95rem;margin-bottom:20px}.pricing-footer-buttons{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:28px}.pricing-footer-buttons .btn-secondary{background:#fff;color:var(--black);border:1px solid var(--black)}.pricing-footer-box{max-width:440px;background:var(--cream);border:1px solid var(--border);border-radius:14px;padding:20px 22px}.pricing-footer-tag{display:inline-block;border:1px solid var(--gray);color:var(--gray);font-size:.68rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:4px 10px;border-radius:6px;margin-bottom:10px}.pricing-footer-row{display:flex;justify-content:space-between;align-items:center;font-size:.95rem;color:var(--black);padding:10px 0;border-top:1px solid var(--border)}.pricing-footer-row:first-of-type{border-top:none}.pricing-footer-row .price{font-weight:700;font-size:1.15rem}.pricing-footer-note{margin-top:12px;font-size:.75rem;color:var(--gray)}.hero-pricing-line{display:flex;align-items:center;gap:10px;margin-top:14px;font-size:.85rem;color:var(--black)}.hero-pricing-tag{display:inline-block;border:1px solid var(--gray);color:var(--gray);font-size:.68rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:4px 10px;border-radius:6px}