:root{--primary: #153a57;--primary-light: #1e4f78;--yellow: #ffcd01;--yellow-dark: #e6b800;--green: #22c35c;--green-dark: #1aaa4e;--white: #ffffff;--bg-light: #f8f9fa;--bg-alt: #eef2f7;--text-dark: #111827;--text-body: #374151;--text-muted: #6b7280;--border: #e5e7eb;--placeholder: #d1d5db;--shadow-sm: 0 2px 8px rgba(21, 58, 87, .07);--shadow: 0 4px 20px rgba(21, 58, 87, .1);--shadow-lg: 0 10px 40px rgba(21, 58, 87, .16);--radius-sm: 8px;--radius: 14px;--radius-lg: 22px;--radius-pill: 50px;--font-display: "Sora", sans-serif;--font-body: "DM Sans", sans-serif;--container: 1180px;--gap: 2rem}.icon-svg{display:inline-block;width:1.1em;height:1.1em;vertical-align:middle;flex-shrink:0;stroke:currentColor;fill:none}.card-icon{display:flex;align-items:center;justify-content:center}.card-icon .icon-svg{width:2rem;height:2rem;color:var(--green);stroke-width:1.5}.card-icon.warning .icon-svg{color:var(--yellow-dark)}.comparison-table .icon,.comparison-mobile .icon,.row-yes .icon-svg,.row-no .icon-svg{display:inline-block;vertical-align:middle;margin-right:.4rem}.comparison-table td:first-child .icon-svg,.row-yes .icon-svg{color:var(--green);width:1.1rem;height:1.1rem}.comparison-table td:last-child .icon-svg,.row-no .icon-svg{color:#e53e3e;width:1.1rem;height:1.1rem}.comparison-table th .icon-svg{width:1rem;height:1rem;vertical-align:middle}.seal-icon .icon-svg{width:1.1rem;height:1.1rem;color:var(--primary);stroke-width:1.5}.tqr-repeat .icon-svg{width:1.15rem;height:1.15rem;vertical-align:middle;stroke-width:2}.section-tag .icon-svg{width:1rem;height:1rem}.bio-badge .icon-svg{width:.95rem;height:.95rem;color:var(--green)}.hero-bullets li .icon-svg{width:1rem;height:1rem;color:var(--primary);stroke-width:2.5;flex-shrink:0}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);color:var(--text-body);background:var(--white);line-height:1.6;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}.container{max-width:var(--container);margin-inline:auto;padding-inline:1.5rem}.section-tag{display:inline-block;background:var(--yellow);color:var(--primary);font-family:var(--font-display);font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:4px 14px;border-radius:var(--radius-pill);margin-bottom:1rem}.section-title{font-family:var(--font-display);font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:800;color:var(--primary);line-height:1.2;margin-bottom:1rem}.section-title span{color:var(--yellow);background:var(--primary);padding:0 6px;border-radius:4px}.section-subtitle{font-size:1.1rem;color:var(--text-muted);max-width:640px;margin-inline:auto;margin-bottom:3rem}.text-center{text-align:center}.btn-cta{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:var(--yellow);color:var(--primary);font-family:var(--font-display);font-size:1.1rem;font-weight:700;padding:18px 40px;border-radius:var(--radius-pill);border:none;cursor:pointer;box-shadow:0 4px 20px #ffcd0166;transition:background .2s,transform .2s,box-shadow .2s;text-decoration:none;white-space:nowrap}.btn-cta:hover{background:var(--yellow-dark);transform:translateY(-2px);box-shadow:0 8px 28px #ffcd0180}.btn-cta:active{transform:translateY(0)}.btn-cta.btn-lg{font-size:1.2rem;padding:22px 52px}.btn-support{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:var(--green);color:var(--white);font-family:var(--font-display);font-size:1.1rem;font-weight:700;padding:18px 40px;border-radius:var(--radius-pill);border:none;cursor:pointer;box-shadow:0 4px 20px #22c35c59;transition:background .2s,transform .2s,box-shadow .2s;text-decoration:none}.btn-support:hover{background:var(--green-dark);transform:translateY(-2px);box-shadow:0 8px 28px #22c35c73}.cta-wrapper{text-align:center;margin-top:2rem}.placeholder{background:var(--placeholder);display:flex;align-items:center;justify-content:center;text-align:center;border-radius:var(--radius);color:var(--text-muted);font-size:.85rem;font-weight:500;padding:1rem;overflow:hidden}.placeholder-16-9{aspect-ratio:16 / 9;width:100%}.placeholder-1-1{aspect-ratio:1 / 1;width:100%}.placeholder-9-16{aspect-ratio:9 / 16;width:100%}.testimonial-photo{width:72px;height:72px;min-width:72px;border-radius:50%;object-fit:cover;object-position:center top}.placeholder-circle{width:72px;height:72px;min-width:72px;border-radius:50%;background:var(--placeholder);display:flex;align-items:center;justify-content:center;font-size:.7rem;color:var(--text-muted);text-align:center;padding:4px}.video-lazy{position:relative;width:100%;aspect-ratio:16 / 9;background:#111;border-radius:var(--radius-lg);overflow:hidden;cursor:pointer;display:flex;align-items:center;justify-content:center}.video-lazy .video-thumbnail{position:absolute;inset:0;background:linear-gradient(135deg,#1e2a3a,#0d1b2a);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:.75rem;color:#fff9;font-size:.9rem;transition:background .2s}.video-lazy:hover .video-thumbnail{background:linear-gradient(135deg,#253647,#152130)}.video-lazy .play-btn{width:70px;height:70px;background:var(--yellow);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 20px #ffcd0166}.video-lazy:hover .play-btn{transform:scale(1.08);box-shadow:0 8px 28px #ffcd0199}.video-lazy .play-btn svg{width:28px;height:28px;fill:var(--primary);margin-left:4px}.video-lazy iframe{position:absolute;inset:0;width:100%;height:100%;border:none}@keyframes fadeInUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}.header{position:sticky;top:0;z-index:100;background:var(--primary);border-bottom:1px solid transparent;transition:box-shadow .3s,border-color .3s;padding:0;height:0;overflow:hidden}.header.scrolled{box-shadow:0 2px 20px #00000040;border-color:#ffffff14}.header .container{display:flex;align-items:center}.header-logo{background:#ffffff1a;border-radius:var(--radius-sm);padding:8px 18px;color:#ffffff8c;font-size:.8rem;font-weight:500;min-width:180px;text-align:center;height:44px;display:flex;align-items:center;justify-content:center}.header-logo img{height:44px;width:auto;display:block}.hero{background-color:var(--primary);background-image:radial-gradient(ellipse at 20% 50%,rgba(255,205,1,.08) 0%,transparent 60%),radial-gradient(ellipse at 80% 20%,rgba(34,195,92,.06) 0%,transparent 50%),radial-gradient(ellipse at 60% 80%,rgba(255,255,255,.04) 0%,transparent 40%);color:var(--white);padding:24px 0 32px;text-align:center}.hero-content{max-width:760px;margin-inline:auto;display:flex;flex-direction:column;gap:.8rem}.hero-logo{display:flex;justify-content:center}.hero-logo img{height:64px;width:auto}.hero h1{font-family:var(--font-display);font-size:clamp(1.35rem,2.3vw,1.9rem);font-weight:800;line-height:1.18;color:var(--white)}.hero h1 em{font-style:normal;color:var(--yellow)}.hero-sub{font-size:1.05rem;color:#ffffffd1;line-height:1.6}.hero-bullets{background:#ffffff12;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-lg);padding:.65rem 1.25rem;display:flex;flex-direction:column;gap:.4rem;text-align:left}.hero-bullets li{font-size:.86rem;color:#ffffffe6;line-height:1.45;display:flex;align-items:center;gap:.5rem}.hero-cta-text{font-size:1rem;color:#ffffffb3;font-style:italic;line-height:1.6}.hero-video-wrap{width:100%}.urgency{padding:72px 0;background:var(--white)}.urgency-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-top:2.5rem}.urgency-card{background:var(--white);border-radius:var(--radius-lg);padding:1.5rem;border:1px solid var(--border);transition:transform .2s,box-shadow .2s}.urgency-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.urgency-card.highlight{border:2px solid var(--yellow)}.urgency-icon-wrap{width:42px;height:42px;border-radius:10px;background:#ffcd012e;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.urgency-icon-wrap .icon-svg{width:1.25rem;height:1.25rem;color:var(--yellow-dark);stroke-width:1.5}.urgency-card.highlight .urgency-icon-wrap{background:var(--yellow)}.urgency-card.highlight .urgency-icon-wrap .icon-svg{color:var(--primary)}.urgency-card h3{font-family:var(--font-display);font-size:1rem;font-weight:700;color:var(--text-dark);margin-bottom:.5rem;line-height:1.35}.urgency-card p{font-size:.9rem;color:var(--text-muted);line-height:1.6}.pillars{padding:80px 0;background:var(--white)}.pillars .text-center{margin-bottom:3.5rem}.pillar-item{display:flex;align-items:center;gap:4rem;margin-bottom:5rem}.pillar-item:last-child{margin-bottom:0}.pillar-item.reverse{flex-direction:row-reverse}.pillar-media{flex:0 0 42%;max-width:42%}.pillar-content{flex:1}.pillar-heading{display:flex;align-items:center;gap:.75rem;margin-bottom:.6rem}.pillar-number{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;min-width:36px;background:var(--primary);color:var(--yellow);font-family:var(--font-display);font-size:.9rem;font-weight:800;border-radius:50%}.pillar-content h3{font-family:var(--font-display);font-size:1.5rem;font-weight:800;color:var(--primary);margin-bottom:.5rem;line-height:1.3}.pillar-content .pillar-sub{font-size:1rem;color:var(--text-muted);margin-bottom:1.25rem}.pillar-bullets{display:flex;flex-direction:column;gap:.6rem}.pillar-bullets li{display:flex;align-items:flex-start;gap:.6rem;font-size:.95rem;color:var(--text-body);line-height:1.5}.pillar-bullets li:before{content:"";width:20px;height:20px;min-width:20px;background:var(--green);border-radius:50%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='white' d='M6.5 11.7L2.3 7.5l1.4-1.4 2.8 2.8 5.8-5.8 1.4 1.4z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:12px;background-position:center;margin-top:2px}.pillar-benefit-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.pillar-benefit-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;transition:transform .2s,box-shadow .2s}.pillar-benefit-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.pillar-benefit-card .benefit-icon{width:42px;height:42px;border-radius:10px;background:#ffcd012e;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;flex-shrink:0}.pillar-benefit-card .benefit-icon .icon-svg{width:1.35rem;height:1.35rem;color:var(--yellow-dark);stroke-width:1.5}.pillar-benefit-card h3{font-family:var(--font-display);font-size:1rem;font-weight:700;color:var(--text-dark);margin-bottom:.5rem;line-height:1.35}.pillar-benefit-card p{font-size:.9rem;color:var(--text-muted);line-height:1.6}.social-proof{padding:72px 0;background:var(--bg-light)}.prints-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.included{padding:80px 0;background:var(--white)}.included-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem}.included-card{background:var(--bg-light);border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border);transition:transform .2s,box-shadow .2s}.included-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.included-card-img-pad{height:200px;padding:1rem;background:var(--bg-light);display:flex;align-items:center;justify-content:center}.included-card-img-pad img{max-width:100%;max-height:100%;width:auto;height:auto;display:block;border-radius:var(--radius);object-fit:contain}.included-card-img-pad.img-small img{max-width:55%}.included-card .card-body{padding:1.25rem}.included-card h3{font-family:var(--font-display);font-size:.98rem;font-weight:700;color:var(--primary);margin-bottom:.5rem;line-height:1.35}.included-card p{font-size:.88rem;color:var(--text-muted);line-height:1.55}.mockup-notebook{width:100%;padding:1rem 1rem 0;background:#1a1a2e;border-radius:12px 12px 0 0;position:relative}.mockup-notebook__bar{display:flex;align-items:center;gap:6px;margin-bottom:8px}.mockup-notebook__dot{width:10px;height:10px;border-radius:50%}.mockup-notebook__dot:nth-child(1){background:#ff5f57}.mockup-notebook__dot:nth-child(2){background:#febc2e}.mockup-notebook__dot:nth-child(3){background:#28c840}.mockup-notebook__screen{border-radius:6px;overflow:hidden;line-height:0}.mockup-notebook__screen img{width:100%;height:auto;display:block}.mockup-notebook__base{width:calc(100% + 2rem);margin-left:-1rem;height:18px;background:#111128;border-radius:0 0 8px 8px;position:relative}.mockup-notebook__base:after{content:"";display:block;width:35%;height:5px;background:#0d0d22;border-radius:0 0 4px 4px;margin:0 auto}.trts-section{padding:80px 0;background:var(--white)}.trts-table-wrap{overflow-x:auto;border-radius:var(--radius-lg);box-shadow:var(--shadow);margin-top:2.5rem}.trts-table{width:100%;border-collapse:collapse;font-size:.85rem}.trts-table thead tr{background:var(--primary);color:var(--white)}.trts-table thead th{padding:.5rem .6rem;text-align:center;font-family:var(--font-display);font-weight:700;font-size:.75rem;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.trts-table thead th:first-child{border-radius:var(--radius-lg) 0 0 0}.trts-table thead th:last-child{border-radius:0 var(--radius-lg) 0 0}.trts-table tbody tr{border-bottom:1px solid var(--border);transition:background .15s}.trts-table tbody tr:nth-child(2n){background:var(--bg-light)}.trts-table tbody tr:hover{background:#eef4fb}.trts-table tbody tr:last-child{border-bottom:none}.trts-table tbody td{padding:.45rem .6rem;color:var(--text-body);white-space:nowrap;text-align:center}.trts-table tbody td strong{color:var(--primary);font-weight:700}.trt-badge{display:inline-block;padding:.25rem .75rem;border-radius:var(--radius-pill);font-size:.78rem;font-weight:600;letter-spacing:.02em}.badge-green{background:#d1fae5;color:#065f46}.badge-blue{background:#dbeafe;color:#1e40af}.trts-note{display:flex;align-items:flex-start;gap:.5rem;margin-top:1.5rem;font-size:.83rem;color:var(--text-muted);background:#fffbeb;border:1px solid #fde68a;border-radius:var(--radius-sm);padding:.75rem 1rem;line-height:1.5}.trts-note .icon-svg{color:#d97706;flex-shrink:0;margin-top:1px}.bonuses{padding:80px 0;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-light) 100%);color:var(--white)}.bonuses .section-title{color:var(--white)}.bonuses .section-subtitle{color:#ffffffbf}.bonuses-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.bonus-card{background:#ffffff1a;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.15);border-radius:var(--radius-lg);overflow:hidden;transition:transform .2s,background .2s}.bonus-card:hover{transform:translateY(-4px);background:#ffffff26}.bonus-card .bonus-img{padding:1rem 1rem 0}.bonus-card .bonus-img img{width:100%;height:200px;object-fit:cover;object-position:center top;display:block;border-radius:var(--radius-sm)}.bonus-card .bonus-img .placeholder{background:#ffffff26;color:#fff9;border-radius:var(--radius-sm)}.bonus-card .card-body{padding:1rem 1.25rem 1.5rem}.bonus-badge{display:inline-block;background:var(--yellow);color:var(--primary);font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:2px 10px;border-radius:var(--radius-pill);margin-bottom:.6rem}.bonus-card h3{font-family:var(--font-display);font-size:.98rem;font-weight:700;color:var(--white);margin-bottom:.4rem;line-height:1.35}.bonus-card p{font-size:.88rem;color:#ffffffbf;line-height:1.55}.support{padding:80px 0;background:var(--white)}.support-lead{font-family:var(--font-display);font-size:1.4rem;font-weight:700;color:var(--text-dark);max-width:780px;margin-inline:auto;margin-bottom:1.25rem;line-height:1.3}.support-intro{font-size:1rem;color:var(--text-body);max-width:780px;margin-inline:auto;margin-bottom:1rem;line-height:1.7}.support-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:780px;margin-inline:auto;margin-top:1.5rem;margin-bottom:2rem}.support-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);display:flex;flex-direction:column;gap:.75rem;padding:1.5rem 1.75rem;box-shadow:var(--shadow-sm)}.support-card-icon{display:flex;color:var(--yellow-dark)}.support-card-icon .icon-svg{width:2rem;height:2rem}.support-card h4{font-family:var(--font-display);font-size:1.05rem;font-weight:700;color:var(--text-dark);margin:0}.support-card p{font-size:.95rem;color:var(--text-muted);line-height:1.6}.support-quote{background:#fffbeb;border-left:4px solid var(--yellow);border-radius:var(--radius);padding:1.5rem 1.75rem;max-width:780px;margin-inline:auto}.support-quote blockquote{font-size:1rem;color:var(--text-body);font-style:italic;line-height:1.7;margin-bottom:.75rem}.support-quote cite{color:var(--text-muted);font-style:normal;font-weight:600;font-size:.9rem}.comparison{padding:80px 0;background:var(--white)}.comparison-table{width:100%;margin-top:2rem;margin-bottom:2.5rem;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow);border-collapse:collapse}.comparison-table thead tr{background:var(--primary)}.comparison-table thead th{padding:1.1rem 1.5rem;font-family:var(--font-display);font-size:1rem;font-weight:700;text-align:center;width:50%}.comparison-table thead th:first-child{color:var(--yellow);border-right:1px solid rgba(255,255,255,.15)}.comparison-table thead th:last-child{color:#ffffff8c}.comparison-table tbody tr:nth-child(2n){background:var(--bg-light)}.comparison-table tbody tr:nth-child(odd){background:var(--white)}.comparison-table tbody tr:hover{background:#eef5fb}.comparison-table tbody tr.row-highlight,.comparison-mobile-row.row-highlight{background:#fffef5;border-left:2px solid var(--yellow-dark)}.comparison-table td{padding:.95rem 1.5rem;font-size:.93rem;border-bottom:1px solid var(--border);vertical-align:middle;width:50%}.comparison-table td:first-child{color:var(--text-dark);font-weight:500;border-right:1px solid #e0e7ef}.comparison-table td:last-child{color:var(--text-muted)}.comparison-table td .icon{margin-right:.4rem}.comparison-note{background:var(--bg-light);border-left:4px solid var(--yellow);border-radius:0 var(--radius) var(--radius) 0;padding:2rem 2.5rem;margin-bottom:2.5rem}.comparison-note-title{font-family:Sora,sans-serif;font-size:1.15rem;font-weight:700;color:var(--primary);margin-bottom:1.25rem}.comparison-note-items{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1.5rem}.comparison-note-item{background:var(--white);border-radius:var(--radius);padding:1rem 1.1rem;display:flex;flex-direction:column;gap:.35rem;box-shadow:var(--shadow-sm)}.comparison-note-item--more{background:#fffbeb;border:1px dashed var(--yellow-dark)}.comparison-note-price{font-family:Sora,sans-serif;font-size:1.3rem;font-weight:800;color:var(--primary);line-height:1}.comparison-note-price small{font-size:.75rem;font-weight:600;color:var(--text-muted)}.comparison-note-item span:last-child{font-size:.85rem;color:var(--text-muted);line-height:1.5}.comparison-note-footer{font-size:.98rem;color:var(--text-body);line-height:1.7;margin:0;border-top:1px solid var(--border);padding-top:1.25rem}@media(max-width:768px){.comparison-note-items{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.comparison-note-items{grid-template-columns:1fr}}.tqr{padding:80px 0;background:var(--bg-light)}.tqr-intro{font-size:1rem;color:var(--text-muted);max-width:620px;margin-inline:auto;margin-bottom:3rem;text-align:center;line-height:1.7}.tqr-cycle{position:relative;width:600px;height:600px;margin-inline:auto}.tqr-orbit{position:absolute;inset:60px;border-radius:50%;border:2px dashed rgba(21,58,87,.18)}.tqr-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:140px;height:140px;background:var(--primary);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:1rem;box-shadow:0 8px 32px #153a574d;z-index:2}.tqr-center-label{font-family:var(--font-display);font-size:1rem;font-weight:800;color:var(--yellow);line-height:1.2}.tqr-center-sub{font-size:.65rem;color:#ffffffa6;margin-top:3px}.tqr-step{position:absolute;transform:translate(-50%,-50%);background:var(--white);border:2px solid var(--primary);border-radius:var(--radius);padding:.6rem .9rem;text-align:center;width:130px;box-shadow:var(--shadow-sm);z-index:2;transition:transform .2s,box-shadow .2s,background .2s}.tqr-step:hover{background:var(--primary);transform:translate(-50%,-50%) scale(1.05);box-shadow:var(--shadow)}.tqr-step:hover .step-num,.tqr-step:hover .step-label{color:var(--white)}.tqr-step:hover .step-num{background:var(--yellow);color:var(--primary)}.step-num{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;background:var(--primary);color:var(--yellow);border-radius:50%;font-family:var(--font-display);font-size:.72rem;font-weight:800;margin-bottom:4px;transition:background .2s,color .2s}.step-label{font-family:var(--font-display);font-size:.72rem;font-weight:700;color:var(--primary);line-height:1.3;transition:color .2s}.tqr-step:nth-child(3){left:300px;top:80px}.tqr-step:nth-child(4){left:490px;top:190px}.tqr-step:nth-child(5){left:490px;top:410px}.tqr-step:nth-child(6){left:300px;top:520px}.tqr-step:nth-child(7){left:110px;top:410px}.tqr-step:nth-child(8){left:110px;top:190px}.tqr-repeat{text-align:center;margin-top:1.5rem;padding:.9rem 2rem;background:var(--primary);color:var(--white);border-radius:var(--radius-pill);display:inline-flex;align-items:center;gap:.6rem;font-family:var(--font-display);font-size:.97rem;font-weight:700;box-shadow:var(--shadow)}.tqr-repeat-wrap{display:flex;justify-content:center;margin-top:1rem}.tqr-list{display:none;flex-direction:column;gap:.75rem;max-width:480px;margin-inline:auto}.tqr-list-item{display:flex;align-items:center;gap:1rem;background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.25rem;box-shadow:var(--shadow-sm)}.tqr-list-item .step-num{width:32px;height:32px;min-width:32px;font-size:.85rem;margin-bottom:0}.tqr-list-item .step-label{font-size:.95rem;color:var(--text-dark)}.testimonials-text{padding:80px 0;background:var(--white)}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem}.testimonial-card{background:var(--bg-light);border-radius:var(--radius-lg);padding:1.75rem;border:1px solid var(--border);box-shadow:var(--shadow-sm);transition:transform .2s,box-shadow .2s}.testimonial-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.testimonial-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.testimonial-info strong{display:block;font-family:var(--font-display);font-size:.9rem;font-weight:700;color:var(--primary)}.testimonial-info span{font-size:.8rem;color:var(--text-muted)}.testimonial-text{font-style:italic;font-size:.95rem;color:var(--text-body);line-height:1.65;border-top:1px solid var(--border);padding-top:1rem}.mentor-photos{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:720px;margin-inline:auto}.mentor-photo-item{display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center}.mentor-photo-item .placeholder,.mentor-photo-item img{width:100%;height:320px;object-fit:cover;object-position:center top;border-radius:var(--radius-lg);aspect-ratio:unset}.mentor-photo-item figcaption{font-size:.88rem;color:var(--text-muted);font-style:italic}.pricing{padding:80px 0;background:var(--bg-light)}.pricing .text-center{margin-bottom:1rem}.pricing-value-list{max-width:600px;margin-inline:auto;margin-bottom:0;background:var(--white);border:1px solid var(--border);border-radius:var(--radius) var(--radius) 0 0;padding:.25rem 1.5rem}.pricing-value-list li{display:flex;align-items:center;justify-content:space-between;gap:1rem;font-size:.95rem;color:var(--text-body);padding:.6rem 0;border-bottom:1px dashed var(--border)}.pricing-value-list li .item-name{flex:1}.pricing-group-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--primary);margin:1.25rem 0 .5rem}.pricing-group-label--muted{color:var(--text-muted)}.pricing-list{list-style:none;padding:0;margin:0}.pricing-list li{display:flex;justify-content:space-between;align-items:center;gap:1rem;font-size:.95rem;color:var(--text-body);padding:.55rem 0;border-bottom:1px dashed var(--border)}.pricing-list li .item-name{flex:1}.pricing-list li .item-price{color:var(--text-muted);text-decoration:line-through;font-weight:500;white-space:nowrap}.item-price--incalc{text-decoration:none!important;color:var(--text-muted)!important;font-style:italic;font-weight:400!important}.pricing-list li.pricing-item-highlight{border-bottom:none}.pricing-list li.pricing-item-highlight .item-name{font-weight:600;color:var(--primary)}.pricing-list li.pricing-item-highlight .item-price{color:var(--yellow-dark)!important;font-style:italic}.mob-br{display:none}.pricing-total-wrap{max-width:600px;margin-inline:auto;background:var(--bg-light);border:1px solid var(--border);border-top:none;border-radius:0 0 var(--radius) var(--radius);padding:1rem 1.5rem 1.25rem;text-align:center;margin-bottom:2rem}.pricing-total-label{display:block;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted);margin-bottom:.35rem}.pricing-total-old{display:inline-flex;align-items:center;position:relative}.pricing-total-value{font-family:var(--font-display);font-size:1.75rem;font-weight:800;color:var(--primary)}.pricing-total-line{position:absolute;left:0;top:50%;transform:translateY(-50%);height:2px;background:#e53e3e;border-radius:2px;width:0%;animation:strikethrough 1s ease-in-out .5s forwards,strikethrough-loop 3.5s ease-in-out 1.8s infinite}@keyframes strikethrough{0%{width:0%}to{width:100%}}@keyframes strikethrough-loop{0%{width:100%;opacity:1}45%{width:100%;opacity:1}58%{width:0%;opacity:0}65%{width:0%;opacity:1}to{width:100%;opacity:1}}.pricing-total-sub{font-size:.82rem;color:var(--text-muted);margin:.3rem 0 0}.pricing-reveal{background:var(--primary);color:var(--white);border-radius:var(--radius-lg);padding:1rem 2rem;text-align:center;font-family:var(--font-display);font-size:1.1rem;font-weight:700;max-width:600px;margin-inline:auto;margin-bottom:2rem}.pricing-box{background:var(--white);border-radius:var(--radius-lg);border:3px solid var(--yellow);padding:2.5rem;text-align:center;max-width:520px;margin-inline:auto;box-shadow:var(--shadow-lg)}.pricing-box-title{font-family:var(--font-display);font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted);margin-bottom:.2rem}.pricing-box-sub{font-size:.88rem;color:var(--primary);font-weight:600;margin-bottom:1.5rem}.price-installments-main{display:flex;align-items:baseline;justify-content:center;gap:.5rem;margin-bottom:.4rem}.price-times{font-family:var(--font-display);font-size:1.1rem;font-weight:600;color:var(--text-muted)}.price-installment-value{font-family:var(--font-display);font-size:clamp(2.8rem,7vw,4rem);font-weight:800;color:var(--primary);line-height:1}.price-currency-sm{font-size:1.4rem;vertical-align:super}.price-cents{font-size:1.6rem}.price-cash{font-size:.95rem;color:var(--text-muted);margin-bottom:1.5rem}.price-cash strong{color:var(--text-dark)}.pricing-seals{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-top:1.5rem;flex-wrap:wrap}.seal{display:flex;align-items:center;gap:.4rem;font-size:.85rem;font-weight:600;color:var(--primary);background:var(--bg-light);border:1px solid var(--border);border-radius:var(--radius-pill);padding:6px 14px}.seal--highlight{background:#fffbeb;border-color:var(--yellow-dark);color:var(--primary);font-weight:700}.seal-icon{font-size:1rem}.guarantee{padding:80px 0;background:linear-gradient(135deg,#f0faf4,#e8f5e9);border-top:1px solid #c8e6c9;border-bottom:1px solid #c8e6c9}.guarantee-inner{display:flex;align-items:center;gap:4rem;max-width:900px;margin-inline:auto}.guarantee-media{flex:0 0 280px}.guarantee-media .placeholder{aspect-ratio:1/1;border-radius:var(--radius-lg)}.guarantee-content .section-title{color:var(--primary);margin-bottom:.75rem}.guarantee-content p{font-size:1rem;color:var(--text-body);line-height:1.7;margin-bottom:1.75rem}.video-testimonials{padding:80px 0;background:var(--white)}.video-testimonials-grid{display:flex;flex-direction:column;gap:2.5rem;max-width:900px;margin-inline:auto}.video-item{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:center}.video-item .video-lazy{border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:16/9;background:#111;display:block;position:relative;cursor:pointer}.video-item .video-thumbnail{width:100%;height:100%;position:relative;display:flex;align-items:center;justify-content:center}.video-item .video-thumbnail img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:inherit}.video-item .video-thumbnail .play-btn{position:relative;z-index:1;width:60px;height:60px;background:#0000008c;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.video-item .video-thumbnail .play-btn svg{width:28px;height:28px;fill:#fff}.video-quote{display:flex;flex-direction:column;gap:.75rem}.video-quote blockquote{font-size:1rem;font-style:italic;color:var(--text-body);line-height:1.7}.video-quote cite{font-style:normal;font-size:.9rem;font-weight:600;color:var(--primary)}@media(max-width:640px){.video-item{grid-template-columns:1fr;gap:1rem}}.bio{padding:80px 0;background:var(--bg-light)}.bio-inner{display:flex;align-items:flex-start;gap:4rem;max-width:1000px;margin-inline:auto}.bio-media{flex:0 0 280px}.bio-media .placeholder{aspect-ratio:3/4;border-radius:var(--radius-lg)}.bio-content .section-title{margin-bottom:1rem}.bio-highlights{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.bio-badge{background:var(--primary);color:var(--white);font-size:.8rem;font-weight:600;padding:4px 14px;border-radius:var(--radius-pill)}.bio-badge.yellow{background:var(--yellow);color:var(--primary)}.bio-text{font-size:1rem;color:var(--text-body);line-height:1.8}.faq{padding:80px 0;background:var(--white)}.faq-list{max-width:760px;margin-inline:auto;display:flex;flex-direction:column;gap:.75rem}.faq-item{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:box-shadow .2s}.faq-item.open{box-shadow:var(--shadow-sm);border-color:var(--primary)}.faq-question{width:100%;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem;text-align:left;font-family:var(--font-body);font-size:1rem;font-weight:600;color:var(--text-dark);transition:background .2s}.faq-item.open .faq-question{background:var(--bg-light);color:var(--primary)}.faq-question:hover{background:var(--bg-light)}.faq-icon{width:24px;height:24px;min-width:24px;background:var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:transform .3s,background .2s}.faq-item.open .faq-icon{transform:rotate(45deg);background:var(--yellow)}.faq-icon svg{width:12px;height:12px;color:var(--white);fill:none}.faq-item.open .faq-icon svg{color:var(--primary);fill:none}.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .3s;padding:0 1.5rem}.faq-answer-inner{padding:.25rem 0 1.25rem;font-size:.95rem;color:var(--text-body);line-height:1.7;border-top:1px solid var(--border)}.footer-cta{padding:72px 0;background:var(--primary);text-align:center;color:var(--white)}.footer-cta h2{font-family:var(--font-display);font-size:clamp(1.5rem,3vw,2rem);font-weight:800;color:var(--white);margin-bottom:.75rem}.footer-cta p{font-size:1rem;color:#ffffffbf;max-width:540px;margin-inline:auto;margin-bottom:2rem;line-height:1.7}.footer-bottom{background:#0c2638;padding:1.25rem 0;text-align:center}.footer-bottom p{font-size:.85rem;color:#ffffff73}@media(max-width:768px){.hero{padding:18px 0 32px}.hero-content{gap:.5rem}.hero-logo img{height:46px}.hero h1{font-size:clamp(1.3rem,5vw,1.75rem);line-height:1.2}.hero-sub{font-size:.88rem;line-height:1.55}.hero-bullets{margin-top:.9rem}.hero-video-wrap{margin-top:.75rem}.hero .cta-wrapper{margin-top:.9rem}.hero-cta-text{display:none}.urgency,.pillars,.social-proof,.included,.trts-section,.bonuses,.support,.comparison,.tqr,.testimonials-text,.pricing,.guarantee,.video-testimonials,.bio,.faq,.footer-cta,.materials-preview{padding-block:52px}.section-title{font-size:clamp(1.4rem,4.5vw,1.75rem)}.hero-bullets{padding:.75rem 1rem;gap:.35rem}.hero-bullets li{font-size:.85rem}.urgency-grid{grid-template-columns:1fr}.pillar-item,.pillar-item.reverse{flex-direction:column;gap:1.5rem;margin-bottom:3rem}.pillar-media{flex:none;max-width:100%;width:100%}.pillar-benefit-grid{grid-template-columns:1fr}.prints-grid{grid-template-columns:repeat(3,1fr)}.included-grid,.bonuses-grid{grid-template-columns:repeat(2,1fr)}.support-cards{grid-template-columns:1fr}.support-quote{padding:1.25rem}.support-lead{font-size:1.15rem;text-align:center}.comparison-mobile{display:none!important}.comparison-table{display:table;font-size:.75rem}.comparison-table td,.comparison-table th{padding:.55rem .6rem;white-space:normal}.comparison-table thead th{font-size:.65rem;white-space:nowrap}.tqr-cycle-wrap{display:none!important}.tqr-list{display:flex!important;gap:2rem}.tqr-list-item{position:relative}.tqr-list-item:not(:last-child):after{content:"↓";position:absolute;bottom:-1.45rem;left:50%;transform:translate(-50%);color:var(--primary);font-size:1.1rem;font-weight:800;line-height:1}.tqr-repeat-wrap{width:100%}.tqr-repeat{display:flex;width:100%;justify-content:center;font-size:.88rem;padding:.85rem 1rem;white-space:nowrap}.mob-br{display:block}.testimonials-grid,.mentor-photos{grid-template-columns:1fr}.guarantee-inner{flex-direction:column;gap:2rem}.guarantee-media{flex:none;width:100%;max-width:280px;margin-inline:auto}.bio-inner{flex-direction:column;gap:2rem}.bio-media{flex:none;width:100%;max-width:240px;margin-inline:auto}.pricing-value-list li,.pricing-list li{flex-direction:row;align-items:center;gap:.5rem}.pricing-value-list li .item-name,.pricing-list li .item-name{font-size:.8rem}.pricing-value-list li .item-price,.pricing-list li .item-price{white-space:nowrap;flex-shrink:0;font-size:.82rem}.trts-table-wrap{overflow-x:visible}.trts-table thead th,.trts-table tbody td{white-space:normal;padding:.65rem .5rem;font-size:.76rem;text-align:center}.trt-badge{padding:.15rem .35rem;font-size:.6rem;white-space:nowrap}.bio-content{display:grid;grid-template-columns:auto 1fr;align-items:center;column-gap:.75rem;row-gap:.5rem}.bio-content .section-tag{grid-column:1 / -1}.bio-content .section-title{grid-column:1;margin-bottom:0;white-space:nowrap}.bio-highlights{grid-column:2;justify-content:flex-start;margin-bottom:0}.bio-content .bio-text{grid-column:1 / -1}.pricing-seals{gap:.75rem}.btn-cta,.btn-support{width:100%;justify-content:center}.btn-cta.btn-lg{padding:16px 28px;font-size:1.05rem}.comparison-table{font-size:.85rem}.comparison-table td,.comparison-table th{padding:.9rem 1rem}.pricing-box{padding:1.75rem 1.25rem}.pricing-reveal{padding:.85rem 1.25rem;font-size:1rem}.video-item{grid-template-columns:1fr;gap:1rem}.container{padding-inline:1rem}}.materials-preview{padding-block:5rem;background:var(--white)}.materials-preview .section-title{margin-bottom:.5rem}.materials-preview .section-subtitle{color:var(--text-muted);font-size:1rem;margin-bottom:2.5rem;text-align:center}.mp-carousel-wrap{position:relative;margin-bottom:3.5rem}.mp-carousel-track{display:flex;gap:1.25rem;overflow-x:scroll;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;padding:1.5rem 3.5rem}.mp-carousel-track::-webkit-scrollbar{display:none}.mp-slide{flex:0 0 46%;scroll-snap-align:start;min-width:0}.mp-slide img{width:100%;height:auto;display:block;border-radius:var(--radius-lg);box-shadow:0 8px 32px #153a572e}.mp-carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:var(--white);border:none;border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:var(--shadow);z-index:2;transition:background .2s,transform .2s;color:var(--primary)}.mp-carousel-btn:hover{background:var(--yellow);transform:translateY(-50%) scale(1.08)}.mp-carousel-btn.prev{left:0}.mp-carousel-btn.next{right:0}.mp-carousel-btn svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.mp-bottom{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.mp-video-wrap{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg);aspect-ratio:16/9;background:#000;position:relative}.mp-video-wrap .video-lazy,.mp-video-wrap iframe{width:100%;height:100%;border:none;display:block}.mp-video-wrap .video-thumbnail{width:100%;height:100%;background:var(--primary);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;color:var(--white);font-size:.9rem}.mp-text h3{font-family:var(--font-display);font-size:1.75rem;font-weight:700;color:var(--text-dark);line-height:1.25;margin-bottom:1rem}.mp-text p{color:var(--text-body);font-size:1rem;line-height:1.7}@media(max-width:768px){.mp-carousel-track{padding:1rem 2.5rem;gap:.75rem}.mp-slide{flex:0 0 80%}.mp-bottom{grid-template-columns:1fr;gap:2rem}.mp-text h3{font-size:1.4rem}}@media(max-width:480px){.urgency-grid{grid-template-columns:1fr}.prints-grid{grid-template-columns:repeat(2,1fr)}.included-grid,.bonuses-grid,.pillar-benefit-grid{grid-template-columns:1fr}.hero h1{font-size:1.25rem;line-height:1.22}.hero-sub{font-size:.82rem}.section-title{font-size:1.35rem}.urgency,.pillars,.social-proof,.included,.trts-section,.bonuses,.support,.comparison,.tqr,.testimonials-text,.pricing,.guarantee,.video-testimonials,.bio,.faq,.footer-cta,.materials-preview{padding-block:40px}.trt-table{font-size:.78rem}.trt-table th,.trt-table td{padding:.5rem .6rem}.price-installment-value{font-size:2.4rem}}.quick-info{padding:5rem 0;background:var(--bg-alt)}.quick-info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.5rem}.quick-info-card{background:var(--white);border-radius:var(--radius);padding:2rem 1.75rem;display:flex;flex-direction:column;gap:.75rem;box-shadow:var(--shadow-sm);border-top:3px solid var(--yellow)}.quick-info-icon{color:var(--yellow-dark);display:flex}.quick-info-icon .icon-svg{width:2rem;height:2rem}.quick-info-card h3{font-family:Sora,sans-serif;font-size:1rem;font-weight:700;color:var(--text-dark);margin:0}.quick-info-card p{font-size:.9rem;color:var(--text-body);line-height:1.7;margin:0}@media(max-width:768px){.quick-info-grid{grid-template-columns:1fr}}.trust-badges{padding:3rem 0;background:var(--white);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.trust-badges-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.trust-badge{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem;padding:1rem}.trust-badge-icon{display:flex;align-items:center;justify-content:center;color:var(--yellow-dark)}.trust-badge-icon .icon-svg{width:3rem;height:3rem;stroke-width:1.5}.trust-badge h3{font-family:Sora,sans-serif;font-size:1rem;font-weight:700;color:var(--text-dark);margin:0}.trust-badge p{font-size:.9rem;color:var(--primary-light);line-height:1.6;margin:0}@media(max-width:768px){.trust-badges-grid{grid-template-columns:1fr;gap:1.5rem}}
