*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--blue-dark: #163d64;--blue: #1B4B7A;--blue-navy: #133A61;--blue-light: #8FC1E8;--orange: #E0982F;--orange-dark: #c8851f;--white: #ffffff;--gray-600: #4B5563;--gray-700: #374151}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--gray-700);background:var(--white);line-height:1.6}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}.skip-link{position:absolute;left:-9999px}.container{max-width:1100px;margin:0 auto;padding:0 1.25rem}.btn{display:inline-block;padding:.9rem 2.2rem;border-radius:9999px;font-weight:700;font-size:1.05rem;cursor:pointer;transition:background-color .2s;border:none;text-align:center}.btn-orange{background:var(--orange);color:var(--white)}.btn-orange:hover{background:var(--orange-dark)}.btn-outline{background:transparent;color:var(--white);border:2px solid rgba(143,193,232,.5)}.btn-outline:hover{border-color:var(--blue-light)}.site-nav{position:sticky;top:0;z-index:100;background:var(--white);border-bottom:1px solid #e5e7eb;box-shadow:0 1px 4px #0000000f}.site-nav .container{height:64px;display:flex;align-items:center;justify-content:space-between;gap:.75rem}.nav-brand{display:flex;align-items:center;gap:.5rem;font-weight:700;color:var(--blue);font-size:1rem}.nav-brand img{width:32px;height:32px}.nav-actions{display:flex;align-items:center;gap:1rem}.nav-preview{font-size:.875rem;font-weight:600;color:var(--blue);display:none}@media(min-width:640px){.nav-preview{display:inline}}.hero{background:linear-gradient(135deg,var(--blue) 0%,var(--blue-dark) 100%);padding:3.5rem 0 4rem}.hero .container{display:flex;flex-direction:column;align-items:center;gap:2.5rem}@media(min-width:1024px){.hero .container{flex-direction:row;align-items:center}}.hero-text{flex:1;text-align:center}@media(min-width:1024px){.hero-text{text-align:left}}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#8fc1e833;color:var(--blue-light);border-radius:9999px;padding:.35rem 1rem;font-size:.75rem;font-weight:700;margin-bottom:1.25rem}.hero h1{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;color:var(--white);line-height:1.15;margin-bottom:1.25rem}.hero h1 span{color:var(--orange)}.hero-sub{font-size:1.1rem;color:var(--blue-light);max-width:520px;margin:0 auto 2rem;line-height:1.7}@media(min-width:1024px){.hero-sub{margin-left:0}}.hero-ctas{display:flex;flex-direction:column;gap:.85rem;align-items:center}@media(min-width:640px){.hero-ctas{flex-direction:row;justify-content:center}}@media(min-width:1024px){.hero-ctas{justify-content:flex-start}}.hero-note{margin-top:.75rem;font-size:.85rem;color:var(--blue-light)}.hero-stats{display:flex;gap:2rem;margin-top:2rem;justify-content:center}@media(min-width:1024px){.hero-stats{justify-content:flex-start}}.hero-stat-num{font-size:1.5rem;font-weight:800;color:var(--orange)}.hero-stat-lbl{font-size:.7rem;color:var(--blue-light)}.hero-image{display:block;width:100%;max-width:480px;margin:0 auto}@media(min-width:1024px){.hero-image{flex-shrink:0;margin:0}}.stats-bar{background:var(--blue-navy);padding:1.25rem 0}.stats-bar .container{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem 3rem}.stat-item{text-align:center}.stat-item strong{display:block;font-size:1.5rem;color:var(--orange)}.stat-item span{font-size:.8rem;color:var(--blue-light)}.section{padding:4.5rem 0}.section-label{display:inline-flex;align-items:center;gap:.4rem;background:var(--orange);color:var(--white);border-radius:9999px;padding:.3rem .9rem;font-size:.8rem;font-weight:700;margin-bottom:1rem}.section-title{font-size:clamp(1.6rem,3vw,2.4rem);font-weight:800;color:var(--blue);margin-bottom:1rem}.section-sub{font-size:1.05rem;color:var(--gray-600);max-width:600px;margin:0 auto}.text-center{text-align:center}.inside-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:3rem}@media(min-width:768px){.inside-grid{grid-template-columns:1fr 1fr}}.inside-card{border:2px solid var(--blue);border-radius:1rem;padding:2rem;position:relative;overflow:hidden}.inside-card.workbook{border-color:var(--blue-light);background:#8fc1e80a}.inside-card-header{display:flex;align-items:flex-start;gap:1.25rem;margin-bottom:1.5rem}.inside-card-header img{width:88px;border-radius:.5rem;border:1px solid rgba(27,75,122,.15);flex-shrink:0}.inside-tag{display:inline-flex;align-items:center;background:#1b4b7a1a;color:var(--blue);border-radius:9999px;padding:.2rem .75rem;font-size:.7rem;font-weight:700;margin-bottom:.6rem}.inside-card h3{font-size:1.1rem;font-weight:800;color:var(--blue);line-height:1.3}.inside-list{list-style:none;display:flex;flex-direction:column;gap:.65rem}.inside-list li{display:flex;align-items:flex-start;gap:.65rem;font-size:.95rem;color:var(--gray-700)}.check{flex-shrink:0;width:1.2rem;height:1.2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:800;margin-top:.15rem}.check-orange{background:var(--orange);color:var(--white)}.check-blue{background:var(--blue);color:var(--white)}.bonus-bar{margin-top:1.5rem;background:var(--blue-navy);border-radius:1rem;padding:1.5rem 2rem;display:flex;align-items:center;gap:1.5rem}.bonus-icon{width:56px;height:56px;background:#e0982f33;border-radius:.75rem;display:flex;align-items:center;justify-content:center;font-size:1.75rem;flex-shrink:0}.bonus-badge{display:inline-flex;background:var(--orange);color:var(--white);border-radius:9999px;padding:.15rem .7rem;font-size:.7rem;font-weight:700;margin-bottom:.4rem}.bonus-bar h4{font-size:1rem;font-weight:800;color:var(--white);margin-bottom:.25rem}.bonus-bar p{font-size:.875rem;color:var(--blue-light)}.pain{background:#f8fafc}.pain-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;margin-top:2.5rem}.pain-card{background:var(--white);border:1px solid #e2e8f0;border-radius:.85rem;padding:1.5rem}.pain-card .emoji{font-size:1.75rem;margin-bottom:.75rem}.pain-card p{font-size:.95rem;color:var(--gray-600);line-height:1.6}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin-top:2.5rem}.benefit-card{border:1px solid #e2e8f0;border-radius:.85rem;padding:1.75rem}.benefit-icon{font-size:2rem;margin-bottom:1rem}.benefit-card h3{font-size:1rem;font-weight:700;color:var(--blue);margin-bottom:.5rem}.benefit-card p{font-size:.9rem;color:var(--gray-600);line-height:1.6}.outcomes{background:#f0f6fb}.outcomes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem;margin-top:2.5rem}.outcome-card{background:var(--white);border-radius:.85rem;padding:1.5rem;display:flex;gap:1rem;align-items:flex-start}.outcome-num{flex-shrink:0;width:2rem;height:2rem;background:var(--orange);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.9rem}.outcome-card h3{font-size:.95rem;font-weight:700;color:var(--blue);margin-bottom:.3rem}.outcome-card p{font-size:.875rem;color:var(--gray-600)}.faq-list{max-width:720px;margin:2.5rem auto 0;display:flex;flex-direction:column;gap:1rem}.faq-item{border:1px solid #e2e8f0;border-radius:.75rem;overflow:hidden}.faq-question{width:100%;background:none;border:none;cursor:pointer;text-align:left;padding:1.1rem 1.5rem;display:flex;justify-content:space-between;align-items:center;font-size:.975rem;font-weight:600;color:var(--blue)}.faq-icon{font-size:1.25rem;transition:transform .2s}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-answer p{padding:0 1.5rem 1.1rem;font-size:.9rem;color:var(--gray-600);line-height:1.7}.faq-item.open .faq-icon{transform:rotate(45deg)}.faq-item.open .faq-answer{max-height:400px}.final-cta{background:linear-gradient(135deg,var(--blue) 0%,var(--blue-dark) 100%);padding:5rem 0;text-align:center}.cta-badge{display:inline-flex;align-items:center;background:#e0982f33;color:var(--orange);border-radius:9999px;padding:.35rem 1rem;font-size:.85rem;font-weight:700;margin-bottom:1.5rem}.final-cta h2{font-size:clamp(1.9rem,4vw,3.2rem);font-weight:800;color:var(--white);margin-bottom:1.25rem;line-height:1.2}.final-cta .sub{font-size:1.1rem;color:var(--blue-light);max-width:560px;margin:0 auto 2rem}.checklist{list-style:none;display:inline-flex;flex-direction:column;gap:.6rem;text-align:left;margin-bottom:1.75rem}.checklist li{display:flex;align-items:center;gap:.6rem;font-size:.9rem;color:#b9d4ec}.checklist li:before{content:"\2713";color:var(--orange);font-weight:700}.price-block{margin-bottom:2rem}.price-block .amount{font-size:4rem;font-weight:800;color:var(--white);line-height:1}.price-block .note{font-size:.85rem;color:#8fc1e8b3;margin-top:.4rem}.cta-assurances{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem 2rem;margin-top:2rem}.cta-assurances span{font-size:.85rem;color:#8fc1e8cc}.site-footer{background:var(--blue-navy);color:var(--blue-light);padding:2rem 0;text-align:center;font-size:.85rem}.site-footer a{color:var(--blue-light);text-decoration:underline}.img-strip{background:var(--white);padding:1.5rem 0;border-bottom:1px solid #e5e7eb}.img-strip-inner{display:flex;gap:1rem;overflow-x:auto;scrollbar-width:none;padding-bottom:.25rem;justify-content:center;flex-wrap:wrap}.img-strip-inner::-webkit-scrollbar{display:none}.img-strip-thumb{width:140px;height:140px;object-fit:cover;border-radius:.6rem;border:2px solid #e2e8f0;flex-shrink:0;transition:border-color .2s}.img-strip-thumb:hover{border-color:var(--blue)}.trust-bar{background:#f8fafc;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;padding:1rem 0}.trust-bar .container{display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem 2rem}.trust-badge{display:flex;align-items:center;gap:.4rem;font-size:.85rem;font-weight:600;color:var(--gray-600)}.trust-badge .icon{font-size:1.1rem}@keyframes pulse-glow{0%,to{box-shadow:0 0 #e0982f80}50%{box-shadow:0 0 0 10px #e0982f00}}.btn-pulse{animation:pulse-glow 2.4s ease-in-out infinite}.look-inside{padding:4rem 0;background:#f8fafd}.look-inside-label{display:inline-flex;align-items:center;gap:.5rem;background:#1b4b7a1a;color:var(--blue);border-radius:9999px;padding:.375rem 1rem;font-size:.875rem;font-weight:700;margin-bottom:1rem}.look-inside-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:2.5rem}@media(min-width:768px){.look-inside-grid{grid-template-columns:repeat(4,1fr)}}.look-inside-thumb{background:none;border:none;cursor:pointer;padding:0;text-align:center}.look-inside-thumb img{width:100%;aspect-ratio:3/4;object-fit:cover;border-radius:1rem;border:1px solid rgba(27,75,122,.12);box-shadow:0 2px 8px #00000014;transition:transform .3s,box-shadow .3s}.look-inside-thumb:hover img{transform:scale(1.04);box-shadow:0 8px 24px #00000026}.look-inside-thumb-label{margin-top:.625rem;font-size:.875rem;font-weight:600;color:var(--blue)}.look-inside-hint{text-align:center;font-size:.875rem;color:var(--gray-600);margin-top:1.25rem}.look-inside-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#000000d9;align-items:center;justify-content:center;padding:1rem}.look-inside-overlay.is-open{display:flex}.look-inside-modal{position:relative;background:var(--white);border-radius:1.25rem;overflow:hidden;max-width:42rem;width:100%;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 25px 60px #0006}.look-inside-zoom-wrap{overflow:hidden;cursor:zoom-in;flex:1;min-height:0}.look-inside-zoom-wrap img{width:100%;display:block;transform-origin:center center;transition:transform .15s ease;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.look-inside-modal-body{padding:1rem 1.25rem;text-align:center;flex-shrink:0;border-top:1px solid #e5e7eb}.look-inside-modal-label{font-weight:700;color:var(--blue);margin-bottom:.25rem}.look-inside-modal-caption{font-size:.875rem;color:var(--gray-600)}.look-inside-close{position:absolute;top:.75rem;right:.75rem;width:2rem;height:2rem;border-radius:9999px;background:#00000080;color:var(--white);border:none;font-weight:700;font-size:.875rem;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10}.look-inside-topnav{position:absolute;top:.75rem;left:.75rem;display:flex;gap:.4rem;z-index:10}.look-inside-topnav button{background:#00000080;color:var(--white);border:none;border-radius:9999px;padding:.3rem .75rem;font-size:.875rem;font-weight:600;cursor:pointer}.look-inside-zoom-controls{position:absolute;bottom:5rem;right:.75rem;display:flex;flex-direction:column;gap:.3rem;z-index:10}.look-inside-zoom-controls button{width:2rem;height:2rem;border-radius:9999px;background:#0000008c;color:var(--white);border:none;font-size:1.1rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center}#lookInsideZoomReset{font-size:.65rem!important;white-space:nowrap;padding:0 .4rem;width:auto!important}.look-inside-zoom-controls button:disabled{opacity:.35;cursor:default}.look-inside-zoom-hint{position:absolute;bottom:5rem;left:.75rem;background:#00000073;color:var(--white);border-radius:9999px;padding:.2rem .65rem;font-size:.7rem;font-weight:600;pointer-events:none;z-index:10}.look-inside-placeholder{width:100%;aspect-ratio:3/4;background:#1b4b7a0f;border-radius:1rem;display:flex;align-items:center;justify-content:center;font-size:.8rem;color:var(--blue);font-weight:600;border:1px dashed rgba(27,75,122,.2)}
/*# sourceMappingURL=/cdn/shop/t/18/assets/theme.css.map */
