:root{--blue-950:#07384d;--blue-800:#0f5b78;--blue-700:#147394;--blue-100:#e9f6f8;--ink:#17313d;--muted:#60747b;--cream:#fbfcf8;--accent:#f2a65a;--white:#fff;--line:#dbe8e9}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:"DM Sans",Arial,sans-serif;line-height:1.55}.section-shell{width:min(1120px,calc(100% - 40px));margin:0 auto}.site-header{height:76px;display:flex;align-items:center;justify-content:space-between;width:min(1120px,calc(100% - 40px));margin:auto}.brand{display:flex;gap:10px;align-items:center;color:var(--blue-950);font-weight:800;text-decoration:none}.brand-mark{display:grid;place-items:center;background:var(--blue-800);color:#fff;width:31px;height:31px;border-radius:10px;font-size:17px}.header-link{color:var(--blue-800);font-weight:700;text-decoration:none;font-size:14px}.hero{display:grid;grid-template-columns:1.02fr .98fr;gap:70px;align-items:center;padding:72px 0 82px}.eyebrow{color:var(--blue-700);font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin:0 0 14px}.eyebrow-light{color:#9ee1e6}h1,h2,h3{font-family:Nunito,Arial,sans-serif;line-height:1.08;margin:0;color:var(--blue-950)}h1{font-size:clamp(40px,5vw,66px);letter-spacing:-.04em;max-width:650px}h2{font-size:clamp(30px,4vw,46px);letter-spacing:-.03em}h3{font-size:20px}.hero-text{color:var(--muted);font-size:18px;max-width:580px;margin:25px 0 30px}.hero-actions{display:flex;align-items:center;gap:19px;flex-wrap:wrap}.button{border-radius:12px;display:inline-flex;align-items:center;justify-content:center;gap:15px;padding:15px 20px;font-weight:800;text-decoration:none;transition:transform .2s,box-shadow .2s}.button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #143e4c24}.button-primary{background:var(--blue-800);color:#fff}.button-accent{background:var(--accent);color:#3c2b19;width:100%}.small-note,.guarantee{color:var(--muted);font-size:12px}.hero-card{height:425px;background:var(--blue-100);border-radius:30px;position:relative;display:grid;place-items:center;overflow:hidden}.paper{background:#fff;width:280px;min-height:335px;padding:24px 25px;box-shadow:0 22px 38px #0a536b21;transform:rotate(3deg);position:relative;z-index:1}.paper-back{position:absolute;width:270px;height:325px;transform:rotate(-8deg);background:#d6edef;box-shadow:none}.paper-top{display:flex;justify-content:space-between;font-size:10px;color:var(--blue-700);font-weight:800;letter-spacing:.13em}.paper h2{font-size:27px;margin:31px 0 8px}.paper p{font-size:12px;color:var(--muted)}.activity-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:22px}.activity-grid span{aspect-ratio:1;background:var(--blue-100);border-radius:9px;display:grid;place-items:center;color:var(--blue-800);font-size:24px}.paper-line{height:1px;background:var(--line);margin-top:24px}.paper-footer{display:block;color:var(--muted);font-size:10px;margin-top:12px}.floating-label{position:absolute;background:#fff;border-radius:30px;box-shadow:0 8px 22px #0a536b18;color:var(--blue-800);font-size:12px;font-weight:800;padding:10px 15px;z-index:2}.label-one{top:68px;left:20px;transform:rotate(-5deg)}.label-two{right:15px;bottom:64px;transform:rotate(4deg)}.trust-strip{background:#eef7f5;border-block:1px solid #d9ece9}.trust-items{display:flex;justify-content:space-between;gap:20px;padding:20px 0;color:var(--blue-950);font-size:13px;font-weight:700}.trust-items strong{color:#409a86;font-size:18px;margin-right:5px}.section-block{padding:105px 0}.section-heading{max-width:620px}.section-heading>p:last-child{color:var(--muted);margin:20px 0 0;font-size:17px}.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:45px}.benefit-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:28px;box-shadow:0 10px 25px #1d56640a}.icon{color:var(--blue-700);font-size:27px}.benefit-card h3{margin:18px 0 8px}.benefit-card p{color:var(--muted);font-size:14px;margin:0}.blue-section{background:var(--blue-800);color:#fff}.included-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center;padding:90px 0}.blue-section h2{color:#fff;max-width:510px}.light-text{color:#c5e4e8;max-width:480px;margin-top:20px}.check-list{list-style:none;margin:0;padding:0;display:grid;gap:18px}.check-list li{font-weight:700}.check-list span{display:inline-grid;place-items:center;background:#73c5c3;color:var(--blue-950);border-radius:50%;width:24px;height:24px;margin-right:10px}.offer-section{padding:95px 0}.offer-card{display:grid;grid-template-columns:1.2fr .8fr;gap:50px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:24px;padding:46px;box-shadow:0 15px 45px #1d566411}.offer-copy p:not(.eyebrow){color:var(--muted);font-size:17px;max-width:520px}.price-box{background:var(--blue-100);border-radius:16px;padding:26px;text-align:center}.price-label,.installments{display:block;color:var(--muted);font-size:12px}.price{font-family:Nunito;font-size:42px;color:var(--blue-950);display:block;margin:2px 0 16px}.price-box .button{margin:20px 0 12px}.faq-section{padding-bottom:100px;display:grid;grid-template-columns:.75fr 1.25fr;gap:100px}.faq-list{border-top:1px solid var(--line)}details{border-bottom:1px solid var(--line);padding:20px 0}summary{cursor:pointer;font-weight:800;color:var(--blue-950);list-style:none;display:flex;justify-content:space-between}summary:after{content:"+";font-size:20px;color:var(--blue-700)}details[open] summary:after{content:"−"}details p{color:var(--muted);font-size:14px;max-width:620px;margin:14px 0 0}.site-footer{background:var(--blue-950);color:#a8c8ce;font-size:12px}.site-footer .section-shell{display:flex;justify-content:space-between;padding:24px 0}
@media(max-width:760px){.site-header{height:68px}.header-link{font-size:12px}.hero{grid-template-columns:1fr;gap:45px;padding:55px 0 60px}.hero-text{font-size:16px}.hero-card{height:370px}.paper{transform:rotate(3deg) scale(.88)}.paper-back{transform:rotate(-8deg) scale(.88)}.trust-items{display:grid;grid-template-columns:1fr 1fr;gap:13px;font-size:12px}.trust-items span:last-child{grid-column:span 2}.section-block,.offer-section{padding:70px 0}.benefit-grid,.included-grid,.offer-card,.faq-section{grid-template-columns:1fr;gap:25px}.included-grid{padding:70px 0}.offer-card{padding:27px}.faq-section{padding-bottom:70px}.site-footer .section-shell{display:block}.site-footer span{display:block;margin:4px 0}}
@media(max-width:390px){.section-shell,.site-header{width:min(100% - 28px,1120px)}h1{font-size:38px}.header-link{display:none}.hero-card{height:340px}.label-one{left:8px}.label-two{right:3px}}

/* Fontes do sistema: evita uma requisição externa e melhora o carregamento no celular. */
body,h1,h2,h3{font-family:Arial,sans-serif}

/* Paleta suave: azul claro no conteúdo, com contraste preservado nos elementos de ação. */
:root{--blue-950:#123e4d;--blue-800:#2f7f98;--blue-700:#2b86a3;--blue-100:#e8f7f8}
.blue-section{background:#dff3f6;color:var(--blue-950)}
.blue-section h2{color:var(--blue-950)}
.light-text{color:var(--muted)}

.announcement{background:var(--blue-800);color:#fff;text-align:center;font-size:12px;font-weight:700;padding:10px 15px}.hero-trust{display:flex;gap:18px;flex-wrap:wrap;margin-top:20px;color:var(--muted);font-size:12px;font-weight:700}.problem-section{background:#fff;border-block:1px solid var(--line);padding:74px 0}.split-section{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.problem-copy{color:var(--muted);font-size:16px}.problem-copy p{margin-top:0}.plain-list,.offer-list{list-style:none;padding:0;margin:22px 0 0;display:grid;gap:12px}.plain-list li:before{content:"•";color:var(--blue-700);font-size:22px;vertical-align:-2px;margin-right:10px}.solution-section{padding-bottom:90px}.centered{margin-inline:auto;text-align:center}.preview-section{background:#f1faf9;padding:90px 0}.preview-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:42px auto 0;max-width:900px}.preview-tile{min-height:185px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:23px;display:flex;flex-direction:column;justify-content:flex-end;box-shadow:0 10px 25px #1d56640a}.preview-tile:before{content:"☀  ●  ▲";display:block;color:var(--blue-700);font-size:34px;letter-spacing:8px;margin-bottom:auto}.preview-tile span{color:var(--blue-700);font-size:11px;font-weight:800;letter-spacing:.12em}.preview-tile strong{font-family:Arial;font-size:18px;color:var(--blue-950);margin-top:5px}.preview-tile small{color:var(--muted);font-size:12px}.preview-tile.tile-blue{background:#dff3f6}.preview-tile.tile-yellow{background:#fff4df}.how-section{padding:90px 0}.how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:40px;text-align:center}.how-grid article{position:relative}.how-grid b{display:grid;place-items:center;margin:auto;width:42px;height:42px;border-radius:50%;background:var(--blue-800);color:#fff;font-size:20px}.how-grid h3{margin:16px 0 5px}.how-grid p{margin:0;color:var(--muted);font-size:14px}.offer-list{color:var(--blue-950);font-size:14px;font-weight:700}.offer-list li{color:#397b88}.offer-list li::first-letter{color:#409a86}
.blue-section{background:#dff3f6;color:var(--blue-950)}.blue-section h2{color:var(--blue-950)}
@media(max-width:760px){.split-section,.preview-grid,.how-grid{grid-template-columns:1fr;gap:22px}.problem-section,.preview-section,.how-section{padding:62px 0}.hero-trust{gap:10px}.preview-grid{max-width:380px}.how-grid{text-align:left}.how-grid article{display:grid;grid-template-columns:42px 1fr;column-gap:15px;align-items:center}.how-grid b{grid-row:span 2;margin:0}.how-grid h3{margin:0}.how-grid p{grid-column:2}.solution-section{padding-bottom:65px}}
.offer-intro{text-align:center;max-width:620px;margin:0 auto 38px}.offer-intro>p:last-child{color:var(--muted);margin-bottom:0}.offers-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;max-width:820px;margin:auto}.product-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:20px;padding:30px;box-shadow:0 12px 30px #1d56640d}.product-card-featured{border:2px solid var(--blue-700);box-shadow:0 14px 35px #2f7f9824}.product-badge{position:absolute;top:-13px;right:20px;background:var(--blue-700);color:#fff;border-radius:20px;padding:5px 12px;font-size:11px;font-weight:800}.product-card h3{font-size:24px;margin:0 0 12px}.product-description{color:var(--muted);font-size:14px;min-height:65px}.product-price{display:block;color:var(--blue-950);font-size:34px;margin:24px 0 10px}.product-card .button{width:100%;margin-bottom:12px}.button-secondary{background:var(--blue-100);color:var(--blue-950);border:1px solid #b8dfe4}
.feature-list{gap:9px;margin-top:20px}.feature-list li{display:flex;align-items:flex-start;gap:8px;font-size:13px;line-height:1.35}.feature-list li span{display:inline-grid;place-items:center;flex:0 0 18px;width:18px;height:18px;border-radius:50%;font-size:11px;font-weight:900;margin-top:1px}.feature-list .included{color:#286f69}.feature-list .included span{background:#d8f2e9;color:#22826e}.feature-list .not-included{color:#8a9699;text-decoration:line-through}.feature-list .not-included span{background:#f2e1e1;color:#c36a6a}
.product-card-featured{padding-top:0;overflow:hidden}.product-card-featured::before{content:"";display:block;height:190px;margin:0 -30px 26px;background:url("assets/kit-popular.png") center/cover no-repeat}.product-card-featured .product-badge{top:177px}
@media(max-width:760px){.offers-grid{grid-template-columns:1fr;max-width:390px}}
.preview-tile{overflow:hidden;padding-top:23px}.preview-tile::before{content:"";height:132px;flex:none;margin:-23px -23px 16px;background-position:center;background-size:cover;background-repeat:no-repeat;letter-spacing:0}.preview-grid .preview-tile:nth-child(1)::before{background-image:url("assets/hero-produto.png")}.preview-grid .preview-tile:nth-child(2)::before{background-image:url("assets/materiais-impressos.png")}.preview-grid .preview-tile:nth-child(3)::before{background-image:url("assets/atividade-cartoes.png")}
.hero-card{background-image:url("assets/hero-sala-atividades.png");background-size:cover;background-position:center 50%;box-shadow:0 18px 40px #34205233}.hero-card .paper,.hero-card .floating-label{display:none}
.final-cta{background:#17191b;color:#fff;text-align:center;padding:82px 20px}.final-cta .section-shell{max-width:760px}.final-mark{display:grid;place-items:center;width:42px;height:42px;margin:0 auto 22px;background:var(--blue-700);border-radius:50%;font-size:22px}.final-cta h2{color:#fff;max-width:650px;margin:auto;font-size:clamp(30px,4vw,48px)}.final-button{background:linear-gradient(100deg,#f4dd3f,#ed741c);color:#1c2630;margin:28px 0 18px;padding-inline:25px}.final-cta p{font-size:13px;color:#d4d8da;margin:0}
.feedback-section{background:#272258;color:#fff;padding:82px 0}.feedback-section h2{color:#fff}.feedback-section .section-heading{max-width:650px}.feedback-note{color:#c9c5df;font-size:13px;margin:16px auto 0}.feedback-grid{display:grid;gap:16px;max-width:800px;margin:38px auto 0}.feedback-card{display:flex;gap:14px;align-items:flex-start;background:#363362;border-radius:15px;padding:19px}.avatar{display:grid;place-items:center;flex:0 0 40px;width:40px;height:40px;border-radius:50%;background:#6cb7d1;color:#163d4d;font-weight:900}.avatar-green{background:#8cc779}.avatar-yellow{background:#f0c96c}.feedback-card strong{font-size:14px}.feedback-card p{color:#f0eef7;font-size:14px;line-height:1.45;margin:3px 0 7px}.feedback-card small{color:#bcb8d1;font-size:11px}
.purple-theme{color:var(--ink)}
:root{--blue-950:#342052;--blue-800:#6b3fa8;--blue-700:#8758c5;--blue-100:#f1eafd;--ink:#2d2440;--muted:#71677d;--cream:#fffdfd;--line:#e4d9f0}
.blue-section{background:#eee5fa;color:var(--blue-950)}.blue-section h2{color:var(--blue-950)}.light-text{color:var(--muted)}.preview-section{background:#f7f1fc}.preview-tile.tile-blue{background:#eee5fa}.check-list span{background:#d9c6f1;color:var(--blue-950)}
.product-gallery{background:#f7f1fc;padding:88px 0}.product-gallery .section-heading{max-width:680px}.product-gallery .section-heading>p:last-child{color:var(--muted)}.carousel{position:relative;max-width:850px;margin:38px auto 0}.carousel-viewport{overflow:hidden;border-radius:20px;background:#272258;box-shadow:0 15px 35px #34205224}.carousel-track{display:flex;transition:transform .35s ease}.carousel-slide{flex:0 0 100%;margin:0;position:relative}.carousel-slide img{display:block;width:100%;aspect-ratio:1.6;object-fit:cover}.carousel-slide figcaption{position:absolute;left:18px;right:18px;bottom:16px;background:#272258e8;color:#fff;border-radius:10px;padding:10px 13px;font-size:13px;font-weight:700}.carousel-control{position:absolute;top:calc(50% - 21px);width:42px;height:42px;border:0;border-radius:50%;background:#fff;color:var(--blue-950);font-size:30px;line-height:1;cursor:pointer;box-shadow:0 6px 15px #0002}.carousel-prev{left:-21px}.carousel-next{right:-21px}.carousel-dots{display:flex;justify-content:center;gap:7px;margin-top:17px}.carousel-dot{width:8px;height:8px;border:0;padding:0;border-radius:50%;background:#c7b5df;cursor:pointer}.carousel-dot.active{background:var(--blue-700);transform:scale(1.25)}
.carousel-prev{left:10px}.carousel-next{right:10px}@media(min-width:761px){.carousel-prev{left:-21px}.carousel-next{right:-21px}}
.brand-mark,.final-mark{display:none}
.feedback-section{background:#efeae2;color:#24302e;padding:78px 0;position:relative;background-image:radial-gradient(#d7cec2 1px,transparent 1px);background-size:18px 18px}.feedback-section h2{color:#24302e}.feedback-note{color:#66716d}.feedback-grid{max-width:620px;gap:14px}.feedback-card{max-width:540px;margin-left:auto;background:#fff;color:#26312f;border-radius:8px;padding:15px 18px 12px 64px;box-shadow:0 1px 2px #0001}.feedback-card:nth-child(even){margin-left:0;background:#d9fdd3}.feedback-card:after{content:"✓✓ 10:42";display:block;text-align:right;color:#6f8c86;font-size:10px;margin-top:6px}.feedback-card strong{color:#176b5a}.feedback-card p{color:#26312f;font-size:14px;margin:5px 0 0}.feedback-card small{display:block;color:#73807b;font-size:11px;margin-top:8px}.avatar{position:absolute;margin-left:-50px;margin-top:0;display:grid;width:36px;height:36px;flex-basis:36px}.feedback-card{position:relative}.avatar-green{background:#83d474}.avatar-yellow{background:#f5d264}
.feedback-section .eyebrow-light{color:#347c6c}
.feedback-section{background:#2b2160;color:#fff;padding:78px 0;background-image:none}.feedback-section h2{color:#fff}.feedback-section .eyebrow-light{color:#d9c8f3}.feedback-note{color:#c9c1df}.feedback-grid{background:#33286d;border:1px solid #65549b;border-radius:14px;padding:24px;max-width:620px;gap:14px}.feedback-card,.feedback-card:nth-child(even){margin-left:0;background:#403675;color:#fff;border-radius:13px;padding:16px 18px 12px 64px}.feedback-card:after{color:#9c91ca}.feedback-card strong,.feedback-card p{color:#fff}.feedback-card small{color:#c5bcdf}.avatar{background:#8ccbe7;color:#24354e}.avatar-green{background:#a3d977;color:#294523}.avatar-yellow{background:#f4d56c;color:#59450c}.feedback-card:nth-child(even){background:#403675}
:root{--cream:#fff;--blue-100:#fff}.preview-section,.product-gallery{background:#fff}.blue-section{background:#6b3fa8;color:#fff}.blue-section h2{color:#fff}.light-text{color:#eee7fa}.check-list span{background:#fff;color:var(--blue-950)}.button-secondary{background:#fff}
.feedback-grid{background:#33286d;border:1px solid #65549b;border-radius:14px;padding:24px;max-width:620px;gap:16px}.feedback-card,.feedback-card:nth-child(even){display:flex;align-items:flex-start;margin:0;background:#fff;color:#17202b;border-radius:15px;padding:16px 18px 17px 64px;box-shadow:0 2px 5px #17102e26}.feedback-card:after{display:none}.feedback-card strong{color:#17202b;font-size:15px}.feedback-card strong i{display:inline-grid;place-items:center;width:14px;height:14px;margin-left:4px;border-radius:50%;background:#587cff;color:#fff;font-size:9px;font-style:normal}.feedback-card p{color:#17202b;font-size:14px;line-height:1.5;margin:10px 0 0}.feedback-card small{display:none}.testimonial-content{min-width:0}.stars{color:#45ad4a;letter-spacing:2px;font-size:18px;line-height:1;margin-top:5px}.feedback-card .avatar{position:absolute;margin-left:-50px;margin-top:0;width:38px;height:38px;flex-basis:38px;background:#69bbdf;color:#163d4d;border:2px solid #45ad4a}.feedback-card:nth-child(2) .avatar{background:#d88eb9;color:#fff}.feedback-card:nth-child(3) .avatar{background:#e6a66c;color:#fff}.feedback-note{color:#d8cdef}
.problem-section,.how-section{display:none}.solution-section{padding:72px 0}.solution-section .section-heading>p:last-child{max-width:540px}.benefit-card{padding:22px}.benefit-card p{font-size:13px}.benefit-grid{margin-top:30px}
.carousel-slide figcaption{display:none}
.benefit-card{padding:0;overflow:hidden}.benefit-card::before{content:"";display:block;height:112px;background-position:center;background-size:cover;background-repeat:no-repeat}.benefit-card:nth-child(1)::before{background-image:url("assets/card-raciocinio.png")}.benefit-card:nth-child(2)::before{background-image:url("assets/card-praticidade.png")}.benefit-card:nth-child(3)::before{background-image:url("assets/card-flexibilidade.png")}.benefit-card .icon,.benefit-card h3,.benefit-card p{margin-left:22px;margin-right:22px}.benefit-card .icon{display:none}.benefit-card h3{margin-top:20px}.benefit-card p{margin-bottom:22px}
.button{font-size:15px}.hero-text{font-size:18px}.section-heading>p:last-child{font-size:16px}
@media(max-width:760px){h1{font-size:clamp(42px,11vw,52px);line-height:1.04}.hero{padding-top:48px}.hero-text{font-size:18px;line-height:1.5}.button{font-size:16px;padding:16px 19px}.eyebrow{font-size:12px}.section-heading h2,.offer-intro h2{font-size:34px;line-height:1.08}.section-heading>p:last-child,.offer-intro>p:last-child{font-size:16px;line-height:1.5}.benefit-card h3,.product-card h3{font-size:21px}.benefit-card p,.product-description{font-size:15px;line-height:1.45}.product-price{font-size:38px}.product-card{padding:26px}.product-card-featured{padding-top:0}.feedback-card p{font-size:15px}.feedback-card strong{font-size:15px}.final-cta h2{font-size:34px}.final-cta p{font-size:13px}.carousel-slide figcaption{font-size:13px}}
@media(max-width:760px){body{text-align:center}.hero-copy,.section-heading,.offer-intro,.offer-copy,.price-box,.final-cta,.included-grid{text-align:center}.hero-actions,.hero-trust{justify-content:center}.hero-copy h1{font-size:clamp(44px,13vw,56px)}.hero-copy .hero-text{font-size:19px}.section-heading h2,.offer-intro h2{font-size:clamp(36px,10vw,42px)}.section-heading>p:last-child,.offer-intro>p:last-child{font-size:17px}.benefit-card,.product-card{text-align:center}.benefit-card h3,.product-card h3{font-size:23px}.benefit-card p,.product-description{font-size:16px}.offer-list,.feature-list,.check-list{text-align:left}.check-list{max-width:310px;margin-inline:auto}.faq-list{text-align:left}.faq-section .section-heading{text-align:center}.button{font-size:17px;font-weight:800}.final-cta h2{font-size:clamp(36px,10vw,43px)}}
.brand{display:none}.site-header{justify-content:flex-end}
.hero-proof{display:flex;align-items:center;gap:12px;width:max-content;max-width:100%;margin-top:23px;padding:8px 14px 8px 8px;border-radius:14px;background:linear-gradient(100deg,#d72d88,#ee3a83);color:#fff;box-shadow:0 8px 20px #34205226}.proof-avatars{display:flex;padding-left:3px}.proof-avatars span{display:grid;place-items:center;width:30px;height:30px;margin-left:-3px;border:2px solid #fff;border-radius:50%;background:#523b9d;color:#fff;font-size:11px;font-weight:800}.proof-avatars span:nth-child(2){background:#1b8196}.proof-avatars span:nth-child(3){background:#db8b55}.proof-avatars span:nth-child(4){background:#6a4db6}.proof-avatars span:nth-child(5){background:#459d75}.proof-stars{color:#ffe34a;font-size:15px;letter-spacing:1px;line-height:1}.hero-proof strong{display:block;font-size:12px;margin-top:3px;white-space:nowrap}
@media(max-width:760px){.hero-proof{margin:22px auto 0}.hero-proof strong{font-size:12px}}
.hero{width:100%;max-width:none;padding-left:max(20px,calc((100% - 1120px)/2));padding-right:max(20px,calc((100% - 1120px)/2));background:#6b3fa8;color:#fff}.hero h1{color:#fff}.hero .hero-text,.hero .hero-trust{color:#f3ecfc}.hero .button-primary{background:#fff;color:#342052}.hero .small-note{color:#f3ecfc}
.site-header{width:100%;max-width:none;padding-left:max(20px,calc((100% - 1120px)/2));padding-right:max(20px,calc((100% - 1120px)/2));background:#6b3fa8}.site-header .header-link{color:#fff}
.site-header{display:none}
.hero>.hero-copy>.eyebrow{display:none}
.announcement{display:none}
.hero h1{color:#ffe05a}
.hero .button-primary{background:#ffe05a;color:#342052}
.hero .button-primary{background:var(--accent);color:#3c2b19}
