:root{--color-brand-red: #e30613;--color-brand-red-hover: #c00510;--color-brand-red-light: rgba(227, 6, 19, .1);--color-dark: #2c2c2c;--color-dark-deep: #1a1a1a;--color-navy: #2c2c2c;--color-blue: #e30613;--color-teal: #e30613;--color-yellow: #fde8e9;--color-cream: #faf8f6;--color-warm-bg: #fffaf8;--color-text: #2c2c2c;--color-muted: #666666;--color-border: #e0e0e0;--color-white: #ffffff;--color-error: #e30613;--color-error-bg: #fde8e9;--color-success: #059669;--color-success-bg: #ecfdf5;--max-width: 1120px;--radius: 16px;--radius-lg: 24px;--shadow: 0 4px 24px rgba(44, 44, 44, .08);--shadow-lg: 0 8px 40px rgba(44, 44, 44, .12);--font: "Plus Jakarta Sans", system-ui, sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;max-width:100%;overflow-x:hidden}html{scroll-behavior:smooth}body{font-family:var(--font);font-size:17px;line-height:1.6;color:var(--color-text);background:var(--color-white);-webkit-font-smoothing:antialiased}img,svg,video{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.25rem;min-width:0}.section{padding:4rem 0;max-width:100%;min-width:0}.section--cream{background:var(--color-cream)}.section--navy{background:var(--color-navy);color:var(--color-white)}.section__title{font-size:clamp(1.375rem,4.5vw,1.875rem);font-weight:700;line-height:1.3;margin-bottom:1rem;color:var(--color-navy)}.section--navy .section__title{color:var(--color-white)}.section__subtitle{font-size:1.0625rem;color:var(--color-muted);margin-bottom:2rem;max-width:640px}.section--navy .section__subtitle{color:#fffc}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.75rem;font-size:1rem;font-weight:600;border-radius:999px;transition:transform .15s,box-shadow .15s,background .15s;white-space:nowrap;max-width:100%;box-sizing:border-box}@media(max-width:640px){.btn{white-space:normal;text-align:center}}.btn:active{transform:scale(.98)}.btn--primary{background:var(--color-brand-red);color:var(--color-white);box-shadow:0 4px 14px #e3061359}.btn--primary:hover{background:var(--color-brand-red-hover)}.btn--secondary{background:transparent;color:var(--color-navy);border:2px solid var(--color-border)}.btn--secondary:hover{border-color:var(--color-brand-red);color:var(--color-brand-red)}.btn--navy{background:var(--color-dark);color:var(--color-white)}.btn--navy:hover{background:var(--color-dark-deep)}.btn--outline-white{background:transparent;color:var(--color-white);border:2px solid rgba(255,255,255,.5)}.btn--outline-white:hover{border-color:var(--color-white);background:#ffffff1a}.btn--sm{padding:.5rem 1.25rem;font-size:.875rem}.btn--lg{padding:1rem 2rem;font-size:1.0625rem;width:100%}@media(min-width:480px){.btn--lg{width:auto}}.card-list{display:grid;gap:1rem}@media(min-width:640px){.card-list--2{grid-template-columns:repeat(2,1fr)}}.bullet-list{list-style:none;display:flex;flex-direction:column;gap:.75rem}.bullet-list li{display:flex;align-items:flex-start;gap:.75rem;font-size:1rem;line-height:1.5}.bullet-list li:before{content:"";flex-shrink:0;width:8px;height:8px;margin-top:.5rem;border-radius:50%;background:var(--color-teal)}.benefit-grid{display:grid;gap:1.25rem}@media(min-width:640px){.benefit-grid{grid-template-columns:repeat(2,1fr)}}.benefit-card{background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow)}.benefit-card__number{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;background:var(--color-teal);color:var(--color-white);font-size:.875rem;font-weight:700;margin-bottom:.75rem}.benefit-card p{font-size:.9375rem;line-height:1.5}.audience-tags{display:flex;flex-wrap:wrap;gap:.75rem}.audience-tag{background:var(--color-white);border:1px solid var(--color-border);border-radius:999px;padding:.625rem 1.25rem;font-size:.9375rem;font-weight:500}.trust-grid{display:grid;gap:1rem;grid-template-columns:1fr;width:100%;max-width:100%;min-width:0}@media(min-width:640px){.trust-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),1fr))}}.trust-item{display:flex;align-items:center;gap:.75rem;font-size:.9375rem;font-weight:500}.trust-item svg{flex-shrink:0;color:var(--color-brand-red)}.logo{display:block;width:auto;object-fit:contain}.logo--header{height:5.25rem;max-width:250px}.logo--form{height:3.25rem;max-width:180px}@media(min-width:768px){.logo--header{height:8rem;max-width:380px}.logo--form{height:3.75rem;max-width:200px}}.header{position:sticky;top:0;z-index:100;background:#fffffff7;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--color-border)}.header__inner{display:flex;align-items:center;justify-content:space-between;min-height:5.5rem;padding:.5rem 0;gap:.75rem}.header__logo{display:flex;align-items:center;flex-shrink:1;min-width:0}@media(max-width:640px){.header__inner .btn--sm{flex-shrink:0;padding:.5rem .75rem;font-size:.8125rem}}.header__nav{display:none}@media(min-width:768px){.header__inner{min-height:8.75rem;padding:.75rem 0}.header__nav{display:flex;align-items:center;gap:1.25rem}.header__nav a{font-size:.875rem;font-weight:500;color:var(--color-muted);transition:color .15s}.header__nav a:hover{color:var(--color-brand-red)}}.referral-badge{padding:.875rem 0 .25rem;background:var(--color-cream);border-top:1px solid var(--color-border);max-width:100%;overflow-x:hidden}.referral-badge__inner{font-size:.8125rem;font-weight:500;color:var(--color-muted);text-align:center;line-height:1.45;overflow-wrap:anywhere;word-break:break-word}.referral-badge__name{color:var(--color-text);font-weight:600}@media(max-width:640px){.referral-badge{padding:.75rem 0 .125rem}.referral-badge__inner{font-size:.75rem}}.hero{padding:1.75rem 0 2.5rem;background:linear-gradient(180deg,#fffaf8 0%,var(--color-white) 100%)}.hero__grid{display:flex;flex-direction:column;gap:1.5rem}@media(max-width:767px){.hero__copy{display:contents}.hero__lead{order:1}.hero__rest{order:2}.hero__visual{order:3}.hero__bullets{order:4}}.hero__eyebrow{display:inline-block;background:var(--color-brand-red-light);color:var(--color-brand-red);font-size:.75rem;font-weight:700;padding:.375rem .875rem;border-radius:999px;margin-bottom:.75rem;letter-spacing:.06em;text-transform:uppercase}.hero__title{font-size:clamp(1.5rem,5.5vw,2.375rem);font-weight:700;line-height:1.25;color:var(--color-dark);margin-bottom:.75rem}.hero__subtitle{font-size:clamp(1rem,2.5vw,1.125rem);color:var(--color-muted);line-height:1.55;margin-bottom:1.25rem;max-width:36rem}.hero__bullets{margin-top:0}.hero__bullets li{font-size:1rem}.hero__actions{display:flex;flex-direction:column;gap:.75rem;margin-bottom:.875rem}.hero__microcopy{font-size:.875rem;color:var(--color-muted);line-height:1.5;margin-bottom:1.25rem}.hero__visual{margin:0;max-width:100%;border-radius:var(--radius-lg);border:3px solid var(--color-white);box-shadow:var(--shadow-lg);background:#fff7f5;overflow:hidden}.hero__visual img,.hero__image{width:100%;max-width:100%;height:auto;display:block;aspect-ratio:4 / 3;object-fit:contain;object-position:center}@media(max-width:640px){.hero__visual{width:100%;max-width:100%;margin-top:1.5rem;margin-left:0;margin-right:0;aspect-ratio:4 / 3;border-radius:var(--radius-lg);border:3px solid var(--color-white);box-shadow:var(--shadow-lg);background:#fff7f5}.hero__visual img,.hero__image{width:100%;height:100%;aspect-ratio:auto;object-fit:cover;object-position:62% center;display:block}}.event-card{display:grid;gap:.625rem;padding:1.125rem 1.25rem;background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow)}.event-card__item{display:flex;align-items:flex-start;gap:.625rem;font-size:.9375rem;line-height:1.4;color:var(--color-text)}.event-card__item svg{flex-shrink:0;color:var(--color-brand-red);margin-top:.125rem}.event-card__item--bonus{font-weight:600;color:var(--color-brand-red)}@media(min-width:480px){.hero__actions{flex-direction:row;flex-wrap:wrap}}@media(min-width:768px){.hero{padding:2.5rem 0 3.5rem}.hero__grid{display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"copy visual" "bullets visual";gap:2rem 2.5rem;align-items:start}.hero__copy{display:flex;flex-direction:column;gap:1.5rem;grid-area:copy}.hero__visual{grid-area:visual;align-self:center}.hero__bullets{grid-area:bullets}}.trust-strip{padding:1rem 0;background:var(--color-dark-deep);color:var(--color-white)}.trust-strip__inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.5rem .25rem}.trust-strip__badge{display:inline-flex;align-items:center;font-size:.75rem;font-weight:600;white-space:nowrap;padding:.25rem .5rem;max-width:100%}@media(max-width:640px){.trust-strip__inner{gap:.375rem .5rem}.trust-strip__badge{white-space:normal;text-align:center;justify-content:center}}.trust-strip__dot{display:inline-block;width:4px;height:4px;border-radius:50%;background:var(--color-brand-red);margin-right:.5rem}@media(min-width:640px){.trust-strip__badge{font-size:.8125rem}}.problem-grid{display:grid;grid-template-columns:1fr;gap:.875rem;width:100%;max-width:100%;min-width:0}.problem-card{display:flex;align-items:flex-start;gap:.875rem;padding:1.125rem;background:var(--color-white);border-radius:var(--radius);border:1px solid var(--color-border);box-shadow:var(--shadow);width:100%;max-width:100%;min-width:0;box-sizing:border-box}.problem-card__icon{flex-shrink:0;width:2.5rem;height:2.5rem;border-radius:50%;background:var(--color-brand-red-light);display:flex;align-items:center;justify-content:center;color:var(--color-brand-red)}.problem-card>div:not(.problem-card__icon){flex:1;min-width:0}.problem-card__title{font-size:1rem;font-weight:700;margin-bottom:.25rem;color:var(--color-dark);overflow-wrap:break-word}.problem-card__text{font-size:.9375rem;color:var(--color-muted);line-height:1.45;overflow-wrap:break-word}@media(min-width:640px){.problem-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:960px){.problem-grid{grid-template-columns:repeat(3,1fr)}.problem-grid .problem-card:last-child{grid-column:span 1}}.section--roadmap{padding:2rem 0 6rem;background:linear-gradient(180deg,var(--color-white) 0%,var(--color-warm-bg) 100%)}.section__subtitle--roadmap{margin-bottom:0}.roadmap__grid{display:flex;flex-direction:column;gap:1.25rem}.roadmap__visual{display:flex;justify-content:center;width:100%;margin:0 auto;padding:.625rem;max-width:420px;background:linear-gradient(145deg,#fff,#fff7f5);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.roadmap__image{width:100%;max-width:100%;height:auto;display:block;object-fit:contain;object-position:center;border-radius:calc(var(--radius-lg) - 6px)}.roadmap__steps{display:grid;grid-template-columns:1fr;gap:.75rem;width:100%;max-width:420px;margin:0 auto}.roadmap__step{display:flex;align-items:flex-start;gap:.875rem;padding:1rem 1.125rem;background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow)}.roadmap__step-number{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;background:var(--color-brand-red);color:var(--color-white);font-size:.875rem;font-weight:700}.roadmap__step-body{flex:1;min-width:0}.roadmap__step-title{font-size:1.0625rem;font-weight:700;line-height:1.3;color:var(--color-dark);margin-bottom:.25rem}.roadmap__step-text{font-size:1rem;line-height:1.45;color:var(--color-muted)}.roadmap__cta-desktop{display:none}@media(min-width:768px){.roadmap__steps{grid-template-columns:repeat(2,minmax(0,1fr));max-width:none;gap:1rem}}@media(min-width:768px){.section--roadmap{padding:3.5rem 0 4rem}.roadmap__grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem 2.5rem;align-items:start}.roadmap__content{grid-column:1;grid-row:1}.roadmap__steps{grid-column:1;grid-row:2;max-width:none}.roadmap__visual{grid-column:2;grid-row:1 / span 2;max-width:none;padding:.875rem}.roadmap__cta-desktop{display:inline-flex;margin-top:1.5rem}}.benefit-checklist{display:grid;grid-template-columns:1fr;gap:.875rem;width:100%;max-width:100%;min-width:0}.benefit-checklist__item{display:flex;align-items:flex-start;gap:.75rem;padding:1.125rem 1.25rem;background:var(--color-white);border-radius:var(--radius);border:1px solid var(--color-border);box-shadow:var(--shadow);width:100%;max-width:100%;min-width:0;box-sizing:border-box}.benefit-checklist__icon{flex-shrink:0;color:var(--color-brand-red);margin-top:.125rem}.benefit-checklist__item p{font-size:1rem;line-height:1.45;font-weight:500;min-width:0;overflow-wrap:break-word}@media(min-width:640px){.benefit-checklist{grid-template-columns:repeat(2,1fr)}.benefit-checklist__item:last-child{grid-column:1 / -1;max-width:50%;justify-self:center}}.audience-checklist{list-style:none;display:grid;grid-template-columns:1fr;gap:.625rem;width:100%;max-width:100%;min-width:0}.audience-checklist__item{display:flex;align-items:flex-start;gap:.625rem;font-size:1rem;line-height:1.45;padding:.625rem 0;min-width:0;overflow-wrap:break-word}.audience-checklist__icon{flex-shrink:0;color:var(--color-brand-red);margin-top:.2rem}@media(min-width:640px){.audience-checklist{grid-template-columns:repeat(2,1fr);gap:.5rem 1.5rem}}.material-blocks{display:grid;grid-template-columns:1fr;gap:1rem;width:100%;max-width:100%;min-width:0}.material-block{display:flex;gap:1rem;padding:1.25rem;background:var(--color-white);border-radius:var(--radius);border-left:4px solid var(--color-brand-red);box-shadow:var(--shadow);width:100%;max-width:100%;min-width:0;box-sizing:border-box}.material-block__num{flex-shrink:0;width:2rem;height:2rem;border-radius:50%;background:var(--color-brand-red);color:var(--color-white);font-size:.875rem;font-weight:700;display:flex;align-items:center;justify-content:center}.material-block__title{font-size:1.0625rem;font-weight:700;margin-bottom:.375rem;color:var(--color-dark)}.material-block>div:not(.material-block__num){flex:1;min-width:0}.material-block__text{font-size:.9375rem;color:var(--color-muted);line-height:1.45;overflow-wrap:break-word}.material-note{margin-top:1.25rem;font-size:.9375rem;color:var(--color-muted);padding:.875rem 1rem;background:var(--color-brand-red-light);border-radius:var(--radius);line-height:1.5}.timeline{display:grid;grid-template-columns:1fr;gap:1rem;width:100%;max-width:100%;min-width:0}.timeline__item{display:flex;gap:1rem;padding:1.125rem 1.25rem;background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow);width:100%;max-width:100%;min-width:0;box-sizing:border-box}.timeline__marker{position:relative;flex-shrink:0;width:2.75rem;height:2.75rem;border-radius:50%;background:var(--color-brand-red-light);color:var(--color-brand-red);display:flex;align-items:center;justify-content:center}.timeline__num{position:absolute;bottom:-4px;right:-4px;width:1.125rem;height:1.125rem;border-radius:50%;background:var(--color-brand-red);color:var(--color-white);font-size:.625rem;font-weight:700;display:flex;align-items:center;justify-content:center}.timeline__title{font-size:1rem;font-weight:700;margin-bottom:.25rem;color:var(--color-dark)}.timeline__content{flex:1;min-width:0}.timeline__text{font-size:.9375rem;color:var(--color-muted);line-height:1.45;overflow-wrap:break-word}.after-register-note{margin-top:1.25rem;font-size:.875rem;color:var(--color-muted);text-align:center;padding:.75rem 1rem;background:var(--color-cream);border-radius:var(--radius)}.trust-card{display:flex;align-items:flex-start;gap:.75rem;padding:1rem 1.125rem;background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius);font-size:.9375rem;font-weight:600;width:100%;max-width:100%;min-width:0;box-sizing:border-box}.trust-card svg{flex-shrink:0;color:var(--color-brand-red);margin-top:.125rem}.trust-card span{flex:1;min-width:0;overflow-wrap:break-word;line-height:1.4}.trust-grid{display:grid;gap:.75rem;grid-template-columns:1fr;width:100%;max-width:100%;min-width:0}@media(min-width:640px){.trust-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:960px){.trust-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.cta-section{text-align:center;padding:3rem 0 4rem;background:linear-gradient(160deg,var(--color-dark-deep) 0%,var(--color-dark) 100%);color:var(--color-white)}.cta-section__title{font-size:clamp(1.5rem,4vw,2rem);font-weight:700;margin-bottom:.875rem}.cta-section__subtitle{font-size:1.0625rem;color:#ffffffd9;max-width:520px;margin:0 auto 1.5rem;line-height:1.55}.cta-section__microcopy{margin-top:.875rem;font-size:.875rem;color:#ffffffb3}.disclaimer-card{margin-top:2rem;max-width:640px;margin-left:auto;margin-right:auto;padding:1.125rem 1.25rem;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:var(--radius);text-align:left}.disclaimer-card p{font-size:.8125rem;line-height:1.55;color:#ffffffbf}.disclaimer-card strong{color:#ffffffe6;font-weight:600}.footer{padding:2rem 0 5rem;background:var(--color-cream);border-top:1px solid var(--color-border)}.footer__inner{text-align:center}.footer__brand{font-size:1.125rem;font-weight:700;color:var(--color-dark);margin-bottom:.25rem}.footer__tagline{font-size:.875rem;color:var(--color-muted);margin-bottom:.75rem}.footer__whatsapp{margin-bottom:1rem}.footer__wa-btn{display:inline-flex!important;align-items:center;justify-content:center;gap:.5rem;border-radius:8px!important;padding:.5rem 1.25rem!important;font-size:.875rem!important;font-weight:600;transition:all .15s ease;background:var(--color-white)!important;border:1px solid var(--color-border)!important;color:var(--color-navy)!important;box-shadow:var(--shadow-sm)}.footer__wa-btn:hover{border-color:var(--color-brand-red)!important;color:var(--color-brand-red)!important;background:var(--color-warm-bg)!important;transform:translateY(-1px)}.footer__copy{font-size:.8125rem;color:var(--color-muted)}@media(min-width:768px){.footer{padding-bottom:2.5rem}}.sticky-cta{position:fixed;bottom:0;left:0;right:0;z-index:50;display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.75rem 1.25rem;background:#fffffff7;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-top:1px solid var(--color-border);box-shadow:0 -4px 20px #00000014}.sticky-cta__btn{width:100%;max-width:400px}.sticky-cta__micro{font-size:.75rem;color:var(--color-muted)}@media(min-width:768px){.sticky-cta{display:none}}.section__subtitle--narrow{max-width:560px}@media(max-width:767px){.section{padding:2.5rem 0}}.commitment-grid{display:grid;grid-template-columns:1fr;gap:1.25rem;margin-top:2rem;width:100%}.commitment-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.5rem;background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow);box-sizing:border-box}.commitment-card__icon{width:3.5rem;height:3.5rem;border-radius:50%;background:var(--color-brand-red-light);color:var(--color-brand-red);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.commitment-card__title{font-size:1.125rem;font-weight:700;margin-bottom:.5rem;color:var(--color-navy)}.commitment-card__text{font-size:.9375rem;line-height:1.5;color:var(--color-muted)}@media(min-width:768px){.commitment-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:640px){.hero__grid,.roadmap__grid,.roadmap__aside,.event-card,.cta-section,.disclaimer-card,.sticky-cta{width:100%;max-width:100%;min-width:0}.problem-grid,.benefit-checklist,.audience-checklist,.material-blocks,.timeline,.roadmap__steps,.trust-grid,.commitment-grid{grid-template-columns:1fr}.problem-card__text,.roadmap__step-text,.section__subtitle,.section__title,.event-card__item span{overflow-wrap:break-word;min-width:0}}.checklist-page{background-color:var(--color-white);min-height:100vh}.checklist-hero{padding:3.5rem 0 2.5rem;background:linear-gradient(180deg,var(--color-warm-bg) 0%,var(--color-white) 100%);text-align:center}.checklist-hero__inner{max-width:720px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.checklist-hero__badge{display:inline-block;background:var(--color-brand-red-light);color:var(--color-brand-red);font-size:.75rem;font-weight:700;padding:.375rem .875rem;border-radius:999px;margin-bottom:1rem;letter-spacing:.06em;text-transform:uppercase}.checklist-hero__title{font-size:clamp(1.75rem,5vw,2.5rem);font-weight:800;line-height:1.2;color:var(--color-dark);margin-bottom:1rem}.checklist-hero__subtitle{font-size:clamp(.9375rem,2vw,1.0625rem);color:var(--color-muted);line-height:1.6;margin-bottom:1.5rem}.checklist-hero__actions{display:flex;justify-content:center;gap:1rem}.checklist-layout{display:flex;flex-direction:column;gap:2rem;width:100%}@media(min-width:960px){.checklist-layout{display:grid;grid-template-columns:1fr 360px;align-items:start;gap:2.5rem}}.checklist-groups{display:flex;flex-direction:column;gap:1.75rem}.checklist-category-card{background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow)}.checklist-category-title{font-size:1.125rem;font-weight:700;color:var(--color-navy);border-bottom:2px solid var(--color-warm-bg);padding-bottom:.75rem;margin-bottom:1.25rem}.checklist-items{display:flex;flex-direction:column;gap:.75rem}.checklist-item-card{display:flex;align-items:flex-start;gap:1rem;padding:1.125rem;border:1px solid var(--color-border);border-radius:var(--radius);cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);background:var(--color-white);position:relative;-webkit-user-select:none;user-select:none}.checklist-item-card:hover{border-color:var(--color-brand-red);background:var(--color-warm-bg);transform:translateY(-1px)}.checklist-item-card--checked{border-color:var(--color-brand-red);background:var(--color-brand-red-light)}.checklist-checkbox{flex-shrink:0;margin-top:.2rem;width:1.35rem;height:1.35rem;accent-color:var(--color-brand-red);cursor:pointer;border-radius:4px}.checklist-item-content{display:flex;flex-direction:column;gap:.25rem;flex:1;min-width:0}.checklist-item-label{font-size:1rem;font-weight:700;color:var(--color-dark)}.checklist-item-desc{font-size:.875rem;color:var(--color-muted);line-height:1.5}.checklist-sidebar{width:100%}@media(min-width:960px){.checklist-sidebar{position:sticky;top:7rem}}.score-widget{background:var(--color-white);border:2px solid var(--color-brand-red);border-radius:var(--radius-lg);padding:2rem 1.5rem;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;gap:1.5rem;text-align:center}.score-widget__badge{align-self:center;background:var(--color-brand-red);color:var(--color-white);font-size:.75rem;font-weight:800;padding:.375rem 1rem;border-radius:999px;letter-spacing:.05em;text-transform:uppercase}.score-widget__gauge{display:flex;flex-direction:column;align-items:center;gap:.375rem}.score-widget__percentage{font-size:4rem;font-weight:800;color:var(--color-brand-red);line-height:1;letter-spacing:-.02em}.score-widget__fraction{font-size:.9375rem;font-weight:600;color:var(--color-muted)}.score-widget__result{border-radius:var(--radius);padding:1.25rem;text-align:left;display:flex;flex-direction:column;gap:.75rem;border:1px solid transparent}.score-widget__status-row{display:flex;align-items:center;gap:.625rem}.score-widget__status{font-weight:800;font-size:1rem;letter-spacing:-.01em}.score-widget__desc{font-size:.875rem;line-height:1.5;color:var(--color-dark)}.score-widget__cta{border-top:1px dashed var(--color-border);padding-top:1.5rem;display:flex;flex-direction:column;gap:1rem;text-align:left}.score-widget__cta-title{font-size:1rem;font-weight:800;color:var(--color-navy)}.score-widget__cta-desc{font-size:.875rem;color:var(--color-muted);line-height:1.5}.score-widget__micro{font-size:.75rem;color:var(--color-muted);text-align:center;margin-top:-.25rem}.text-error{color:var(--color-error)!important}.text-warning{color:#c2410c!important}.text-success{color:var(--color-success)!important}.bg-error-light{background-color:var(--color-error-bg)!important;border-color:#fca5a5!important}.bg-warning-light{background-color:#fffbeb!important;border-color:#fde68a!important}.bg-success-light{background-color:var(--color-success-bg)!important;border-color:#a7f3d0!important}.btn--wa-green{background:#25d366;color:var(--color-white)!important;box-shadow:0 4px 14px #25d36659;border:none}.btn--wa-green:hover{background:#20ba59;color:var(--color-white)!important;transform:translateY(-1px)}.btn--wa-green:active{transform:scale(.98)}.checklist-bottom-cta{padding:4.5rem 0;background:linear-gradient(180deg,var(--color-white) 0%,var(--color-warm-bg) 100%);border-top:1px solid var(--color-border)}.checklist-bottom-cta__card{max-width:720px;margin:0 auto;text-align:center;background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:2.5rem 2rem;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;align-items:center;gap:1.25rem;transition:transform .3s ease,box-shadow .3s ease}.checklist-bottom-cta__card:hover{transform:translateY(-2px);box-shadow:0 12px 30px #00000014}.checklist-bottom-cta__title{font-size:clamp(1.5rem,4vw,2rem);font-weight:800;color:var(--color-navy);line-height:1.3}.checklist-bottom-cta__desc{font-size:clamp(.9375rem,2vw,1.0625rem);color:var(--color-muted);line-height:1.6;max-width:580px;margin-bottom:.5rem}.checklist-bottom-cta__btn{display:inline-flex;align-items:center;justify-content:center}@media print{.print-hide,header.header,.affiliate-header__back,.score-widget__cta,.checklist-hero__actions,footer.footer,.footer{display:none!important}body{background:#fff!important;color:#000!important;font-size:11pt!important;line-height:1.4!important}.container{max-width:100%!important;padding:0!important;margin:0!important;width:100%!important}.checklist-page{padding:0!important;background:transparent!important}.section{padding:0!important;margin-bottom:0!important}.checklist-hero{padding-top:0!important;padding-bottom:1.5rem!important;border-bottom:2px solid #222!important;margin-bottom:2rem!important;background:transparent!important;text-align:left!important}.checklist-hero__inner{align-items:flex-start!important}.checklist-hero__title{font-size:20pt!important;margin-bottom:.5rem!important}.checklist-hero__subtitle{font-size:11pt!important;color:#444!important}.checklist-layout{display:block!important}.checklist-groups{gap:1.5rem!important}.checklist-category-card{border:none!important;box-shadow:none!important;padding:0!important;margin-bottom:1.5rem!important;page-break-inside:avoid}.checklist-category-title{font-size:13pt!important;border-bottom:1px solid #333!important;padding-bottom:.25rem!important;margin-bottom:.75rem!important;color:#000!important}.checklist-item-card{border:1px solid #ccc!important;background:transparent!important;box-shadow:none!important;padding:.5rem .75rem!important;margin-bottom:.35rem!important;page-break-inside:avoid;display:flex!important;flex-direction:row!important;align-items:flex-start!important}.checklist-item-card--checked{border:1.5px solid black!important;background:#f3f4f6!important}.checklist-checkbox{width:12pt!important;height:12pt!important;margin-top:2pt!important;accent-color:black!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.checklist-item-label{font-size:10pt!important;color:#000!important}.checklist-item-desc{font-size:9pt!important;color:#444!important}.checklist-sidebar{position:static!important;margin-top:2rem!important;page-break-inside:avoid}.score-widget{border:2px solid black!important;box-shadow:none!important;padding:1.25rem!important;background:transparent!important}.score-widget__percentage{font-size:28pt!important;color:#000!important}.score-widget__result{border:1px solid #333!important;background:#f9fafb!important}}.trust-lpk__grid{display:flex;flex-direction:column;gap:2rem;align-items:center}@media(min-width:768px){.trust-lpk__grid{display:grid;grid-template-columns:1.2fr 1fr;gap:3rem;align-items:center}}.trust-lpk__copy{display:flex;flex-direction:column;gap:1.5rem}.trust-lpk__list{display:flex;flex-direction:column;gap:1rem}.trust-lpk__item{display:flex;align-items:flex-start;gap:.875rem}.trust-lpk__icon{flex-shrink:0;width:1.75rem;height:1.75rem;border-radius:50%;background:var(--color-brand-red-light);color:var(--color-brand-red);display:flex;align-items:center;justify-content:center;margin-top:.125rem}.trust-lpk__text{font-size:1.0625rem;line-height:1.5;color:var(--color-dark);font-weight:500}.trust-lpk__cert{width:100%;max-width:440px;margin:0 auto}.trust-lpk__image-wrapper{position:relative;border-radius:var(--radius);border:1px solid var(--color-border);box-shadow:var(--shadow-lg);overflow:hidden;background:var(--color-white);padding:.5rem}.trust-lpk__image-badge{position:absolute;top:1rem;right:1rem;background:var(--color-brand-red);color:var(--color-white);font-size:.75rem;font-weight:700;padding:.25rem .75rem;border-radius:999px;box-shadow:0 2px 8px #00000026;z-index:2}.trust-lpk__image{width:100%;height:auto;border-radius:calc(var(--radius) - 6px);display:block;transition:transform .3s ease;pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.trust-lpk__image-wrapper:hover .trust-lpk__image{transform:scale(1.02)}.bonus-free__card{background:var(--color-white);border:2px dashed var(--color-brand-red);border-radius:var(--radius-lg);padding:2rem 1.5rem;box-shadow:var(--shadow-lg);max-width:800px;margin:0 auto}@media(min-width:768px){.bonus-free__card{padding:3rem 2.5rem}}.bonus-free__header{text-align:center;margin-bottom:2rem}.bonus-free__badge{display:inline-flex;align-items:center;gap:.5rem;background:var(--color-brand-red-light);color:var(--color-brand-red);font-size:.75rem;font-weight:800;padding:.375rem .875rem;border-radius:999px;margin-bottom:1rem;letter-spacing:.05em}.bonus-free__title{font-size:clamp(1.375rem,4vw,1.875rem);font-weight:800;color:var(--color-navy);line-height:1.25;margin-bottom:.75rem}.bonus-free__subtitle{font-size:.9375rem;color:var(--color-muted);line-height:1.5;max-width:580px;margin:0 auto}.bonus-free__body-title{font-size:1.0625rem;font-weight:700;color:var(--color-dark);margin-bottom:1.25rem;text-align:center}.bonus-free__grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:640px){.bonus-free__grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}.bonus-free__item{display:flex;align-items:flex-start;gap:.75rem}.bonus-free__icon-check{flex-shrink:0;width:1.5rem;height:1.5rem;border-radius:50%;background:var(--color-success-bg);color:var(--color-success);display:flex;align-items:center;justify-content:center;margin-top:.125rem}.bonus-free__text{font-size:.9375rem;line-height:1.45;color:var(--color-text);font-weight:500}.why-important__inner{max-width:800px;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.why-important__icon-wrapper{width:4rem;height:4rem;border-radius:50%;background:var(--color-brand-red-light);color:var(--color-brand-red);display:flex;align-items:center;justify-content:center}.why-important__content{display:flex;flex-direction:column;gap:1.25rem;font-size:1.125rem;line-height:1.6;color:var(--color-text)}.speaker-section__card{background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:2rem 1.5rem;box-shadow:var(--shadow);display:flex;flex-direction:column;align-items:center;gap:1.5rem;max-width:800px;margin:0 auto;text-align:center}@media(min-width:640px){.speaker-section__card{flex-direction:row;align-items:flex-start;text-align:left;padding:2.5rem;gap:2.5rem}}.speaker-section__icon-wrapper{flex-shrink:0;width:4.5rem;height:4.5rem;border-radius:50%;background:var(--color-brand-red-light);display:flex;align-items:center;justify-content:center;color:var(--color-brand-red)}.speaker-section__info{display:flex;flex-direction:column;gap:1rem}.speaker-section__title{margin-bottom:0!important}.speaker-section__text{font-size:1.0625rem;line-height:1.5;color:var(--color-text)}.speaker-section__highlight{font-size:1.0625rem;line-height:1.5;font-weight:700;color:var(--color-brand-red)}@media print{.trust-lpk__cert,#trust-lpk,#mengapa-penting,#speaker,#bonus-gratis{display:none!important}}.form-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;width:100vw;max-width:100%;height:100vh;height:100dvh;min-height:100dvh;overflow:hidden;background:linear-gradient(160deg,#fafafa 0%,var(--color-cream) 40%,#ffffff 100%);display:flex;flex-direction:column;animation:formFadeIn .3s ease}@keyframes formFadeIn{0%{opacity:0}to{opacity:1}}.form-overlay__header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.875rem 1.25rem;flex-shrink:0;width:100%;max-width:100%;min-width:0}.form-overlay__logo{display:flex;align-items:center;gap:.5rem;min-width:0;flex:1}.form-overlay__logo-text{font-size:.8125rem;font-weight:600;color:var(--color-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}@media(min-width:768px){.form-overlay__header{padding:1rem 1.25rem}.form-overlay__logo{gap:.75rem}.form-overlay__logo-text{font-size:.9375rem}}.form-overlay__close{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:2.75rem;height:2.75rem;min-width:2.75rem;border-radius:50%;color:var(--color-muted);transition:background .15s,color .15s}.form-overlay__close:hover{background:#0000000d;color:var(--color-text)}.form-progress{width:100%;max-width:100%;height:4px;background:var(--color-border);flex-shrink:0;overflow:hidden}.form-progress__bar{height:100%;max-width:100%;background:linear-gradient(90deg,var(--color-brand-red),#ff4d4d);border-radius:0 2px 2px 0;transition:width .4s ease}.form-overlay__body{flex:1;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;width:100%;max-width:100%;min-width:0;min-height:0;padding:1.5rem 1.25rem 2rem;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}@media(min-width:768px){.form-overlay__body{align-items:center;justify-content:flex-start;padding:2.5rem 1.25rem 3rem}}.form-step{width:100%;max-width:560px;min-width:0;margin:0 auto;animation:stepSlideIn .3s ease}@keyframes stepSlideIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.form-step__counter{font-size:.75rem;font-weight:600;color:var(--color-brand-red);margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.05em;overflow-wrap:anywhere}.form-step__title{font-size:clamp(1.55rem,7vw,2.25rem);font-weight:700;line-height:1.3;color:var(--color-navy);margin-bottom:.5rem;max-width:100%;overflow-wrap:anywhere;word-break:break-word}.form-step__helper{font-size:clamp(1rem,4vw,1.125rem);color:var(--color-muted);margin-bottom:1rem;line-height:1.5;max-width:100%;overflow-wrap:anywhere;word-break:break-word}.form-step__assurance{display:inline-flex;align-items:center;background:var(--color-success-bg);color:var(--color-success);font-size:.8125rem;font-weight:700;padding:.375rem .875rem;border-radius:999px;margin-bottom:1.5rem;border:1px solid #a7f3d0}.form-input{width:100%;max-width:100%;min-width:0;box-sizing:border-box;padding:.875rem 1rem;font-size:1rem;font-family:inherit;border:2px solid var(--color-border);border-radius:var(--radius);background:var(--color-white);color:var(--color-text);transition:border-color .15s,box-shadow .15s;outline:none}@media(min-width:480px){.form-input{padding:1rem 1.25rem;font-size:1.125rem}}.form-input:focus{border-color:var(--color-brand-red);box-shadow:0 0 0 3px var(--color-brand-red-light)}.form-input--error{border-color:var(--color-error)}.form-textarea{min-height:120px;resize:vertical}.form-error{margin-top:.75rem;padding:.75rem 1rem;background:var(--color-error-bg);color:var(--color-error);border-radius:8px;font-size:.875rem;max-width:100%;overflow-wrap:anywhere}.form-success{margin-top:.75rem;padding:.75rem 1rem;background:var(--color-success-bg);color:var(--color-success);border-radius:8px;font-size:.875rem;max-width:100%;overflow-wrap:anywhere}.choice-list{display:flex;flex-direction:column;gap:.75rem;width:100%;max-width:100%;min-width:0}.choice-card{display:flex;align-items:flex-start;width:100%;max-width:100%;min-width:0;min-height:2.75rem;padding:.875rem 1rem;text-align:left;font-size:.9375rem;font-weight:500;line-height:1.4;color:var(--color-text);background:var(--color-white);border:2px solid var(--color-border);border-radius:var(--radius);transition:border-color .15s,background .15s,box-shadow .15s;cursor:pointer;box-sizing:border-box}@media(min-width:480px){.choice-card{align-items:center;padding:1rem 1.25rem;font-size:1rem}}.choice-card:hover{border-color:var(--color-brand-red)}.choice-card--selected{border-color:var(--color-brand-red);background:var(--color-brand-red-light);box-shadow:0 0 0 1px var(--color-brand-red)}.choice-card__radio{flex-shrink:0;width:1.25rem;height:1.25rem;border-radius:50%;border:2px solid var(--color-border);margin-right:.75rem;margin-top:.125rem;display:flex;align-items:center;justify-content:center;transition:border-color .15s}@media(min-width:480px){.choice-card__radio{margin-right:1rem;margin-top:0}}.choice-card--selected .choice-card__radio{border-color:var(--color-brand-red)}.choice-card--selected .choice-card__radio:after{content:"";width:.625rem;height:.625rem;border-radius:50%;background:var(--color-brand-red)}.choice-card__label{flex:1;min-width:0;overflow-wrap:anywhere;word-break:break-word}.review-summary{background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius);overflow:hidden;margin-bottom:1.5rem;width:100%;max-width:100%}.review-summary__row{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;padding:.875rem 1rem;border-bottom:1px solid var(--color-border);font-size:.875rem;min-width:0}@media(min-width:480px){.review-summary__row{gap:1rem;padding:.875rem 1.25rem;font-size:.9375rem}}.review-summary__row:last-child{border-bottom:none}.review-summary__label{color:var(--color-muted);flex-shrink:0;max-width:40%}.review-summary__value{font-weight:500;text-align:right;flex:1;min-width:0;overflow-wrap:anywhere;word-break:break-word}.form-consent{font-size:.8125rem;color:var(--color-muted);line-height:1.5;margin-bottom:1.25rem;padding:.875rem 1rem;background:var(--color-brand-red-light);border-radius:8px;max-width:100%;overflow-wrap:anywhere}.form-overlay__footer{flex-shrink:0;width:100%;max-width:100%;box-sizing:border-box;padding:.875rem 1.25rem;padding-bottom:calc(.875rem + env(safe-area-inset-bottom,0px));background:#fffffff5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-top:1px solid var(--color-border);display:flex;gap:.5rem;min-width:0}.form-overlay__footer .btn{flex:1 1 0;min-width:0;max-width:100%;width:auto;white-space:normal;text-align:center;padding:.75rem .625rem;font-size:.875rem;line-height:1.25;box-sizing:border-box}@media(min-width:480px){.form-overlay__footer{padding:1rem 1.25rem;padding-bottom:calc(1rem + env(safe-area-inset-bottom,0px));gap:.75rem}.form-overlay__footer .btn{padding:.875rem 1rem;font-size:1rem}}@media(min-width:768px){.form-overlay__footer{padding-left:calc((100% - 560px)/2);padding-right:calc((100% - 560px)/2);justify-content:center}}.form-overlay__footer--single .btn{flex:1 1 100%;width:100%}.form-overlay__footer--double .btn--primary{flex:1.4 1 0}.form-overlay__footer--double .btn--secondary-text{flex:.8 1 0}.form-overlay__footer--triple{flex-wrap:wrap}.form-overlay__footer--triple .btn--primary{flex:1 1 100%;order:3}.form-overlay__footer--triple .btn--secondary-text{flex:1 1 calc(50% - .25rem);order:1}.form-overlay__footer .btn--secondary-text{color:var(--color-muted);font-weight:500}.form-overlay__footer .btn--secondary-text:hover{color:var(--color-text)}.btn--loading{pointer-events:none;opacity:.8}.btn__spinner{width:1.125rem;height:1.125rem;border:2px solid rgba(255,255,255,.3);border-top-color:var(--color-white);border-radius:50%;animation:spin .6s linear infinite;flex-shrink:0}@keyframes spin{to{transform:rotate(360deg)}}.honeypot{position:absolute;left:-9999px;opacity:0;height:0;width:0;overflow:hidden}.form-group-stacked{display:flex;flex-direction:column;gap:1.25rem;width:100%}.form-field-wrapper{display:flex;flex-direction:column;gap:.5rem;width:100%;text-align:left}.form-field-label{font-size:.9375rem;font-weight:600;color:var(--color-navy)}.form-step__helper-tiny{font-size:.75rem;color:var(--color-muted);margin-top:-.25rem;margin-bottom:.25rem}.choice-list--grid{display:grid;grid-template-columns:1fr;gap:.625rem}@media(min-width:480px){.choice-list--grid{grid-template-columns:repeat(2,1fr)}}.form-textarea--small{min-height:80px;padding:.75rem 1rem;font-size:.9375rem!important}.affiliate-header__back{flex-shrink:0;white-space:normal;text-align:center}.affiliate-page{width:100%;max-width:100%;min-width:0;overflow-x:hidden}.affiliate-hero{padding:2rem 0 2.5rem;background:linear-gradient(180deg,#fffaf8 0%,var(--color-white) 100%)}.affiliate-hero__inner{max-width:720px}.affiliate-hero__eyebrow{display:inline-block;background:var(--color-brand-red-light);color:var(--color-brand-red);font-size:.8125rem;font-weight:700;padding:.375rem .875rem;border-radius:999px;margin-bottom:.875rem}.affiliate-hero__title{font-size:clamp(1.5rem,5vw,2.25rem);font-weight:700;line-height:1.25;color:var(--color-dark);margin-bottom:.75rem}.affiliate-hero__subtitle{font-size:clamp(1rem,2.8vw,1.125rem);line-height:1.55;color:var(--color-muted);max-width:100%}.affiliate-benefits{list-style:none;display:grid;gap:.75rem;max-width:640px}.affiliate-benefits__item{display:flex;align-items:flex-start;gap:.75rem;padding:1rem 1.125rem;background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow);font-size:1rem;line-height:1.45;min-width:0}.affiliate-benefits__item svg{flex-shrink:0;color:var(--color-brand-red);margin-top:.125rem}.affiliate-steps{list-style:none;display:grid;gap:.75rem;max-width:720px;counter-reset:affiliate-step}.affiliate-steps__item{display:flex;align-items:flex-start;gap:.875rem;padding:1rem 1.125rem;background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow);font-size:1rem;line-height:1.45;min-width:0}.affiliate-steps__num{flex-shrink:0;width:2rem;height:2rem;border-radius:50%;background:var(--color-brand-red);color:var(--color-white);font-size:.875rem;font-weight:700;display:flex;align-items:center;justify-content:center}.affiliate-form-section{max-width:720px}.affiliate-form{width:100%;max-width:100%;min-width:0}.affiliate-form__grid{display:grid;gap:1rem;margin-bottom:1.25rem}@media(min-width:640px){.affiliate-form__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.affiliate-field--full{grid-column:1 / -1}}.affiliate-field{display:flex;flex-direction:column;gap:.375rem;min-width:0}.affiliate-field__label{font-size:.9375rem;font-weight:600;color:var(--color-dark)}.affiliate-form__optional{margin-bottom:1.25rem;padding:1rem;background:var(--color-cream);border-radius:var(--radius);border:1px solid var(--color-border)}.affiliate-form__optional-title{font-size:.9375rem;font-weight:600;color:var(--color-muted);margin-bottom:.875rem}.affiliate-rules{margin-bottom:1.5rem;padding:1.25rem 1.5rem;background:var(--color-cream);border:1px solid var(--color-border);border-radius:var(--radius)}.affiliate-rules__title{font-size:1rem;font-weight:700;margin-bottom:.5rem;color:var(--color-dark)}.affiliate-rules__list{list-style:decimal;padding-left:1.25rem;display:grid;gap:.375rem;font-size:.9375rem;line-height:1.45;color:var(--color-text)}.affiliate-consent{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1.25rem;font-size:.9375rem;line-height:1.45;color:var(--color-text);cursor:pointer}.affiliate-consent input{flex-shrink:0;width:1.125rem;height:1.125rem;margin-top:.2rem;accent-color:var(--color-brand-red)}.affiliate-consent span{min-width:0;overflow-wrap:break-word}.affiliate-form__submit{width:100%;max-width:100%}.affiliate-form__error{margin-bottom:1rem}.affiliate-lookup{margin-bottom:2rem;padding:1.25rem 1.375rem;background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow);max-width:100%;min-width:0}.affiliate-lookup__title{font-size:1.125rem;font-weight:700;color:var(--color-dark);margin-bottom:.5rem}.affiliate-lookup__copy{font-size:.9375rem;line-height:1.45;color:var(--color-muted);margin-bottom:1rem}.affiliate-lookup__form{display:grid;gap:.875rem;max-width:420px}.affiliate-lookup__field,.affiliate-lookup__error{margin-bottom:0}.affiliate-lookup__submit{width:100%;min-height:2.75rem}.affiliate-success{padding:1.5rem;background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);width:100%;max-width:100%;min-width:0}.affiliate-success__title{font-size:1.375rem;font-weight:700;color:var(--color-success);margin-bottom:.5rem}.affiliate-success__greeting{font-size:1rem;font-weight:600;color:var(--color-text);margin-bottom:1rem}.affiliate-success__reset{display:block;margin:1.5rem auto 0;background:transparent;border:none;color:var(--color-muted);font-size:.875rem;font-weight:500;text-decoration:underline;cursor:pointer;transition:color .15s;text-align:center;width:auto}.affiliate-success__reset:hover{color:var(--color-brand-red)}.affiliate-success__label{font-size:.875rem;font-weight:600;color:var(--color-muted);margin-bottom:.375rem}.affiliate-success__code{font-size:clamp(1.5rem,6vw,2rem);font-weight:700;color:var(--color-brand-red);margin-bottom:1.25rem;overflow-wrap:anywhere}.affiliate-success__link-box{padding:.875rem 1rem;background:var(--color-cream);border:1px solid var(--color-border);border-radius:var(--radius);margin-bottom:1.25rem;overflow-wrap:anywhere;word-break:break-word;font-size:.9375rem}.affiliate-success__link-box a{color:var(--color-brand-red);text-decoration:underline}.affiliate-success__actions{display:flex;flex-direction:column;gap:.75rem;margin-bottom:.75rem}.affiliate-success__actions .btn{width:100%;max-width:100%;min-height:2.75rem}@media(min-width:640px){.affiliate-success__actions{flex-direction:row;flex-wrap:wrap}.affiliate-success__actions .btn{flex:1 1 calc(50% - .375rem);min-width:0}}.affiliate-copy-status{font-size:.875rem;font-weight:600;color:var(--color-success);margin-bottom:.75rem}.affiliate-copy-status--error{color:var(--color-error)}.affiliate-caption-preview{margin-top:.5rem}.affiliate-caption-preview summary{cursor:pointer;font-size:.9375rem;font-weight:600;color:var(--color-muted);margin-bottom:.5rem}.affiliate-caption-preview pre{white-space:pre-wrap;overflow-wrap:anywhere;font-family:inherit;font-size:.875rem;line-height:1.5;color:var(--color-text);background:var(--color-cream);border-radius:var(--radius);padding:1rem;max-width:100%}.affiliate-note{padding-top:0;padding-bottom:5rem}.affiliate-note__card{display:flex;align-items:flex-start;gap:.75rem;padding:1rem 1.125rem;background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow);max-width:720px;min-width:0}.affiliate-note__card svg{flex-shrink:0;color:var(--color-brand-red);margin-top:.125rem}.affiliate-note__card p{font-size:.9375rem;line-height:1.45;color:var(--color-muted);overflow-wrap:break-word}@media(max-width:640px){.affiliate-form__grid,.affiliate-benefits,.affiliate-steps,.affiliate-success__actions{width:100%;max-width:100%}}.affiliate-tabs{display:flex;gap:.5rem;border-bottom:2px solid var(--color-border);margin-bottom:2rem;width:100%}.affiliate-tab-btn{flex:1;background:transparent;border:none;padding:1rem .5rem;font-size:1rem;font-weight:600;color:var(--color-muted);cursor:pointer;border-bottom:3px solid transparent;margin-bottom:-2px;transition:all .2s ease;outline:none}.affiliate-tab-btn:hover{color:var(--color-brand-red)}.affiliate-tab-btn--active{color:var(--color-brand-red);border-bottom-color:var(--color-brand-red)}.affiliate-optional-toggle{display:block;width:100%;text-align:center;background:transparent;border:none;color:var(--color-brand-red);font-size:.9375rem;font-weight:600;text-decoration:underline;cursor:pointer;margin:1.5rem 0;transition:color .15s}.affiliate-optional-toggle:hover{color:var(--color-brand-red-hover)}.affiliate-form__optional-wrapper{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1)}.affiliate-form__optional-wrapper--open{max-height:800px}.lp-v2{text-align:left}.lp-v2 main{text-align:left}.v2-section{padding:2.5rem 0}.v2-section--cream{background:var(--color-cream)}.v2-section__title{font-size:1.375rem;font-weight:700;line-height:1.3;margin-bottom:1rem;color:var(--color-dark)}.v2-section__body{color:var(--color-text);line-height:1.65}.v2-section__body p+p{margin-top:.75rem}.v2-kicker{display:block;font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--color-brand-red);margin-bottom:.75rem}.v2-hero{padding:1.5rem 0 2rem}.v2-hero__grid{display:grid;gap:1.5rem}.v2-hero__title{font-size:clamp(1.5rem,5vw,2rem);font-weight:700;line-height:1.2;margin-bottom:.75rem}.v2-hero__subtitle{color:var(--color-muted);font-size:1rem;line-height:1.6;margin-bottom:1rem}.v2-list{list-style:disc;padding-left:1.25rem;display:grid;gap:.5rem;margin-bottom:1.25rem}.v2-list li{line-height:1.5}.v2-microcopy{font-size:.875rem;color:var(--color-muted);margin-top:.75rem}.v2-hero__image{width:100%;border-radius:var(--radius)}.v2-event{background:var(--color-warm-bg);border:1px solid var(--color-border);border-radius:var(--radius);padding:1.125rem 1.25rem;display:grid;gap:.5rem}.v2-event__row{display:flex;gap:.5rem;font-size:.9375rem;line-height:1.5}.v2-event__label{font-weight:600;min-width:4.5rem;flex-shrink:0}.v2-roadmap__image{width:100%;max-width:360px;margin:0 auto 1.25rem;border-radius:var(--radius)}.v2-cards{display:grid;gap:.875rem}.v2-card{border:1px solid var(--color-border);border-radius:12px;padding:1rem 1.125rem;background:var(--color-white)}.v2-card__title{font-size:1rem;font-weight:700;margin-bottom:.375rem}.v2-card__text{font-size:.9375rem;color:var(--color-muted);line-height:1.5}.v2-steps{display:grid;gap:1rem}.v2-step{display:grid;grid-template-columns:auto 1fr;gap:.75rem;align-items:start}.v2-step__num{width:1.75rem;height:1.75rem;border-radius:50%;background:var(--color-brand-red);color:var(--color-white);font-size:.8125rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.v2-step__title{font-size:1rem;font-weight:700;margin-bottom:.25rem}.v2-step__text{font-size:.9375rem;color:var(--color-muted);line-height:1.5}.v2-focus-list{list-style:disc;padding-left:1.25rem;display:grid;gap:.375rem;margin-top:1rem}.v2-cta{padding:2.5rem 0 3rem;background:var(--color-cream)}.v2-cta__title{font-size:1.375rem;font-weight:700;margin-bottom:.75rem}.v2-cta__subtitle{color:var(--color-muted);margin-bottom:1.25rem;line-height:1.6}.v2-disclaimer{margin-top:1.25rem;padding:1rem 1.125rem;border:1px solid var(--color-border);border-radius:12px;font-size:.875rem;color:var(--color-muted);line-height:1.55;background:var(--color-white)}.v2-header .header__nav{display:none}@media(min-width:768px){.v2-hero__grid{grid-template-columns:1fr 1fr;align-items:center}.v2-cards--two{grid-template-columns:repeat(2,1fr)}}
