:root{font-family:Lato,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.5;font-weight:400;color:#121212;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--color-purple-dark: #351c40;--color-purple: #603473;--color-yellow: #f8db79;--color-aqua: #2ebab6;--color-pool: #9ec1e3;--color-neon-purple: #6b2df9;--color-amber: var(--color-yellow);--color-forest: var(--color-purple-dark);--color-slate-700: #4b4151;--color-slate-600: #6d6173;--color-slate-200: #e6ddec}*{box-sizing:border-box}body{margin:0;min-height:100vh;background-color:#fbf9fd}#root{min-height:100vh}a{color:inherit}button{font-family:inherit}.page{min-height:100vh;background:radial-gradient(120% 120% at 100% 0%,rgba(248,219,121,.28),transparent),radial-gradient(80% 90% at 0% 12%,rgba(158,193,227,.22),transparent 58%),linear-gradient(180deg,#fbf9fd,#fff 62%);color:var(--color-forest);display:flex;flex-direction:column}.top-banner{z-index:10;display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:var(--color-purple-dark);color:#fff8d6;font-size:.8125rem;font-weight:600}.top-banner__icon{font-size:1rem;line-height:1}.top-banner__text{margin:0;flex:1}.main{padding:1.5rem 1.5rem 0;display:flex;flex-direction:column;gap:3.5rem;width:100%;max-width:64rem;margin:0 auto}.hero{display:flex;flex-direction:column;gap:1.25rem}.hero__headline{display:flex;flex-direction:column;gap:1rem}.hero__brand{font-weight:700;font-size:.875rem;letter-spacing:.16em;text-transform:uppercase;color:#351c40b8}.hero__logo{height:2.75rem;max-width:min(15rem,70vw);width:auto;align-self:flex-start}.hero__tag{align-self:flex-start;display:inline-flex;align-items:center;gap:.35rem;background-color:#6034731f;padding:.4rem .8rem;border-radius:999px;font-size:.8125rem;font-weight:600;color:var(--color-forest)}.hero__tag-icon{flex-shrink:0;opacity:.7}.hero__subtitle{display:none;margin:0;font-size:1rem;line-height:1.6;color:var(--color-slate-700)}.hero__trust{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.375rem 1rem}.hero__trust li{display:inline-flex;align-items:center;gap:.375rem;font-size:.8125rem;font-weight:600;color:var(--color-forest)}.hero__trust li:before{content:"✓";display:inline-flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;border-radius:50%;background-color:#2ebab629;color:var(--color-purple);font-size:.6875rem;font-weight:700;flex-shrink:0}.hero h1{margin:0;font-size:clamp(2rem,8vw,2.75rem);line-height:1.1}.hero__highlight{color:var(--color-purple)}@media(min-width:768px){.top-banner{position:sticky;top:0}.main{padding:4rem 2.5rem 0;gap:4rem;max-width:68rem}.hero__subtitle{display:block}.hero{flex-direction:row;align-items:flex-start;justify-content:space-between;gap:3rem}.hero__headline{max-width:460px}}@media(min-width:1024px){.main{padding:5rem 3rem 0;max-width:74rem}.hero{align-items:flex-start;gap:4rem}.hero__headline{max-width:520px}.hero h1{font-size:3.25rem}.hero__subtitle{font-size:1.0625rem}}.form-card{padding:1.5rem;border-radius:1.5rem;background-color:#fff;box-shadow:0 20px 60px #351c4029;display:flex;flex-direction:column;gap:1.5rem}.form-card__header{display:flex;flex-direction:column;gap:.5rem}.form-card__header h2{font-size:1.25rem;color:var(--color-forest);margin:0}.form-card__subtitle{margin:0;font-size:.9375rem;color:var(--color-slate-600)}.lead-form{display:flex;flex-direction:column;gap:1rem}.lead-form__steps{display:inline-flex;align-items:center;gap:.625rem;align-self:flex-start;font-size:.75rem;font-weight:700;color:#351c4073}.lead-form__steps span{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:999px;border:2px solid rgba(53,28,64,.25);background-color:#351c400d}.lead-form__steps span.is-active{color:#fff;background-color:var(--color-forest);border-color:var(--color-forest);box-shadow:0 6px 16px #351c4042}.lead-form__steps span.is-completed{color:var(--color-forest);border-color:#351c4066;background-color:#351c401f;box-shadow:none}.lead-form__steps-divider{flex:0 0 40px;height:2px;background:linear-gradient(90deg,#351c4033,#351c400d);border-radius:50px}.field{display:flex;flex-direction:column;gap:.5rem}.field label{font-weight:600;font-size:.875rem;color:var(--color-slate-700)}.field input,.field select{border:1px solid var(--color-slate-200);border-radius:999px;padding:.75rem 1rem;font-size:1rem;font-family:inherit;background-color:#fff;transition:border-color .2s ease,box-shadow .2s ease}.field select{border-radius:.75rem}.field--error input,.field--error select{border-color:#f8db7999}.field__error{font-size:.75rem;font-weight:600;color:#8f3128}.field input:focus,.field select:focus{outline:none;border-color:var(--color-amber);box-shadow:0 0 0 4px #f8db7929}.lead-phone{display:grid;grid-template-columns:auto 92px minmax(0,1fr);gap:.5rem}.lead-phone__country-code{border:1px solid var(--color-slate-200);border-radius:999px;padding:.75rem 1rem;font-size:1rem;color:var(--color-slate-700);background-color:#fbf9fd;white-space:nowrap}.lead-phone__area-code,.lead-phone__number{width:100%}.form-feedback{padding:.75rem 1rem;border-radius:.75rem;background:#8f31281a;color:#8f3128;font-size:.85rem;font-weight:600}.form-actions{margin-top:.5rem;display:flex;gap:.75rem}.submit-button{flex:1;margin-top:.5rem;padding:1rem 1.5rem;border:none;border-radius:999px;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.01em;color:var(--color-purple-dark);background:linear-gradient(120deg,#f8db79,#ffe89c);box-shadow:0 14px 40px #60347333;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.secondary-button{margin-top:.5rem;padding:.8rem 1.15rem;border-radius:999px;border:1px solid rgba(53,28,64,.24);background-color:#fff;color:var(--color-forest);font-size:.95rem;font-weight:600;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.secondary-button:active{transform:scale(.98);box-shadow:0 6px 18px #351c4026}.secondary-button:focus-visible{outline:3px solid rgba(53,28,64,.4);outline-offset:2px}.submit-button[disabled]{cursor:not-allowed;opacity:.72;box-shadow:none}.submit-button:active{transform:scale(.98);box-shadow:0 8px 24px #f8db793d}.submit-button--loading{animation:submit-pulse 1.5s ease-in-out infinite}@keyframes submit-pulse{0%,to{opacity:.7}50%{opacity:1}}@media(min-width:768px){.form-card{padding:2rem;max-width:420px}.form-actions{justify-content:flex-end}.submit-button{flex:initial}}.qualifying{position:relative;padding:3.5rem 1.5rem 4.5rem;background:linear-gradient(180deg,#351c400d,#351c4000 55%),radial-gradient(120% 120% at 0% 0%,rgba(248,219,121,.06),transparent 70%);overflow:hidden}.qualifying:before{content:"";position:absolute;top:-120px;right:-100px;width:320px;height:320px;background:radial-gradient(circle,rgba(53,28,64,.08) 0%,transparent 70%);z-index:0}.qualifying:after{content:"";position:absolute;bottom:-160px;left:-120px;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,rgba(248,219,121,.08) 0%,transparent 70%);z-index:0}.qualifying__content{position:relative;z-index:1;max-width:1100px;margin:0 auto;display:flex;flex-direction:column;gap:2.5rem}.qualifying__header{display:flex;flex-direction:column;gap:.75rem}.qualifying__eyebrow{display:inline-flex;align-items:center;gap:.35rem;align-self:flex-start;padding:.35rem .9rem;border-radius:999px;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;background-color:#351c401a;color:var(--color-forest)}.qualifying__header h2{margin:0;font-size:clamp(1.75rem,4.5vw,2.4rem);color:var(--color-forest)}.qualifying__subtitle{margin:0;color:var(--color-slate-700);font-size:1rem;line-height:1.6}.qualifying__layout{display:flex;flex-direction:column;gap:2rem}.qualifying__grid{list-style:none;padding:0;margin:0;display:grid;gap:1.25rem;grid-template-columns:1fr}.qualifying__card{display:flex;gap:1rem;padding:1.25rem 1.4rem;border-radius:1.25rem;background:#fffffff0;box-shadow:0 20px 45px #14241b14;border:1px solid rgba(53,28,64,.08)}.qualifying__card h3{margin:0 0 .45rem;font-size:1rem;color:var(--color-forest)}.qualifying__card p{margin:0;font-size:.85rem;line-height:1.5;color:var(--color-slate-600)}.qualifying__icon{flex-shrink:0;width:2.75rem;height:2.75rem;border-radius:.9rem;background:#351c401f;display:inline-flex;align-items:center;justify-content:center;font-size:1.35rem}.qualifying__aside{border-radius:1.5rem;padding:1.75rem 1.5rem;background:linear-gradient(160deg,#351c401f,#351c400a);border:1px solid rgba(53,28,64,.1);display:flex;flex-direction:column;gap:1.5rem}.qualifying__aside h3{margin:0;font-size:1.1rem;color:var(--color-forest)}.qualifying__steps{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.qualifying__steps li{display:flex;flex-direction:column;gap:.35rem;padding-left:.5rem;border-left:2px solid rgba(53,28,64,.18)}.qualifying__steps strong{font-size:.95rem;color:var(--color-forest)}.qualifying__steps span{font-size:.85rem;line-height:1.5;color:var(--color-slate-600)}.qualifying__note{margin:0;font-size:.92rem;color:var(--color-forest);background:#f8db791a;border-radius:1rem;padding:1rem 1.25rem;border:1px solid rgba(248,219,121,.18);line-height:1.6;box-shadow:inset 0 1px #ffffff4d}@media(min-width:640px){.qualifying{padding:4.25rem 2.25rem 5.25rem}.qualifying__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:960px){.qualifying__layout{flex-direction:row;align-items:stretch}.qualifying__grid{flex:1 1 60%;grid-template-columns:repeat(2,minmax(0,1fr))}.qualifying__aside{flex:1 1 40%}}@media(min-width:1200px){.qualifying{padding:5rem 3rem 6rem}.qualifying__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.qualifying__card h3,.qualifying__subtitle{font-size:1.05rem}}.site-footer{background-color:var(--color-purple-dark);color:#ffffffd6;padding:2.5rem 1.5rem 3rem;font-size:.8125rem;line-height:1.7}.site-footer__content{max-width:920px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.site-footer__legal,.site-footer__register{margin:0}.site-footer__register{color:#ffffffad;font-weight:600}.site-footer__contact{margin:0;color:#ffffffbf}.site-footer__links{margin:0}.site-footer__links a{color:#fff9;text-decoration:underline;text-underline-offset:2px}.site-footer__links a:hover{color:#ffffffe6}@media(min-width:768px){.site-footer{padding:3rem 2.5rem 3.5rem}}.hero__break{display:block}.hero__highlight{margin:0;font-size:clamp(1.75rem,4vw,2.4rem);font-weight:700;color:var(--color-amber)}@media(min-width:768px){.hero__highlight{font-size:2.6rem}}.boleto-form__grid{display:grid;gap:1rem}.boleto-phone{display:grid;grid-template-columns:auto 92px minmax(0,1fr);gap:.5rem}.boleto-phone__country-code{border:1px solid var(--color-slate-200);border-radius:999px;padding:.75rem 1rem;font-size:1rem;color:var(--color-slate-700);background-color:#fbf9fd;white-space:nowrap}.boleto-phone__area-code,.boleto-phone__number{width:100%}@media(min-width:640px){.boleto-form__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}}.boleto-highlights{display:flex;flex-direction:column;gap:2rem}.boleto-highlights__header{display:flex;flex-direction:column;gap:.8rem;max-width:640px}.boleto-highlights__eyebrow{font-weight:700;font-size:.8125rem;letter-spacing:.18em;text-transform:uppercase;color:#351c40a6}.boleto-highlights__header h2{margin:0;font-size:clamp(2rem,4vw,2.5rem);color:var(--color-forest)}.boleto-highlights__header p{margin:0;color:var(--color-slate-600);font-size:1rem;line-height:1.7}.boleto-highlights__grid{list-style:none;display:grid;gap:1.25rem;padding:0;margin:0}.boleto-highlights__card{background:#fff;border-radius:1.25rem;padding:1.5rem;display:flex;gap:1rem;align-items:flex-start;box-shadow:0 18px 48px #351c401f}.boleto-highlights__card h3{margin:0 0 .4rem;font-size:1.125rem;color:var(--color-forest)}.boleto-highlights__card p{margin:0;color:var(--color-slate-600);line-height:1.6}.boleto-highlights__icon{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:999px;background:#351c4014;font-size:1.5rem}@media(min-width:640px){.boleto-highlights__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.benefits-section{text-align:center}.benefits-section__title{font-size:clamp(1.5rem,5vw,2rem);margin-bottom:2rem;color:var(--color-forest)}.benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.benefit-card{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 20px #0000000f;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.benefit-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001a}.benefit-card__icon{font-size:2.5rem;margin-bottom:.75rem}.benefit-card h3{font-size:1rem;margin:0 0 .5rem;color:var(--color-forest)}.benefit-card p{font-size:.875rem;margin:0;color:var(--color-slate-700)}.who-can-section{background:#fff;border-radius:1.5rem;padding:2rem;box-shadow:0 4px 20px #0000000f}.who-can-section__title{font-size:clamp(1.25rem,4vw,1.5rem);margin-bottom:1rem;color:var(--color-forest)}.who-can-section__text{font-size:1rem;line-height:1.6;margin-bottom:1.5rem;color:var(--color-slate-700)}.who-can-section__list{margin:0;padding-left:1.5rem;display:flex;flex-direction:column;gap:.75rem}.who-can-section__list li{font-size:.9375rem;line-height:1.5;color:var(--color-slate-700)}.who-can-section__list li::marker{color:var(--color-forest)}.trust-section{text-align:center;padding-bottom:2rem}.trust-section__title{font-size:clamp(1.25rem,4vw,1.5rem);margin-bottom:2rem;color:var(--color-forest)}.trust-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.trust-item{display:flex;flex-direction:column;gap:.25rem}.trust-item__value{font-size:clamp(1.5rem,5vw,2rem);font-weight:700;color:var(--color-forest)}.trust-item__label{font-size:.875rem;color:var(--color-slate-700)}@media(min-width:768px){.benefits-grid{grid-template-columns:repeat(4,1fr)}.benefit-card{padding:2rem}.benefit-card__icon{font-size:3rem}.benefit-card h3{font-size:1.125rem}.who-can-section{padding:3rem}.trust-grid{grid-template-columns:repeat(4,1fr)}}@media(min-width:1024px){.benefits-section__title,.who-can-section__title,.trust-section__title{font-size:2rem}}.boleto-thank-you-page{display:flex;flex-direction:column;min-height:100vh;font-family:Lato,Segoe UI,sans-serif;background-color:#fff;text-align:center}.boleto-thank-you-page .top-banner{display:flex;align-items:center;justify-content:center;padding:3rem 1rem 1rem;margin-bottom:2rem;background-color:transparent;position:static}.boleto-thank-you-page .logo{max-width:140px}.boleto-thank-you-page .main-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 1.5rem;max-width:800px;margin:0 auto;width:100%;box-sizing:border-box}.boleto-thank-you-page .hero-image-container{max-width:320px;width:100%;margin-bottom:2rem}.boleto-thank-you-page .hero-image{width:100%;height:auto}.boleto-thank-you-page h1{font-size:1.75rem;font-weight:800;color:var(--color-purple-dark);margin-bottom:1.5rem;line-height:1.2}.boleto-thank-you-page .status-message{font-size:1rem;color:var(--color-slate-700);line-height:1.6;margin-bottom:1rem}.boleto-thank-you-page .approval-message{font-size:1.125rem;font-weight:700;color:var(--color-purple);line-height:1.5;margin-bottom:.5rem;max-width:600px}.boleto-thank-you-page .rejection-message{font-size:1rem;color:var(--color-slate-700);margin-bottom:3rem;margin-top:1rem}.boleto-thank-you-page .footer-message{font-size:1.125rem;font-weight:700;color:var(--color-purple-dark);margin-bottom:2rem}.boleto-thank-you-page .copyright{font-size:.875rem;color:#cbd5e1;margin-bottom:2rem}@media(min-width:768px){.boleto-thank-you-page h1{font-size:2.25rem}.boleto-thank-you-page .status-message{font-size:1.125rem}}.privacy-policy{min-height:100vh;background-color:#fbf9fd;color:var(--color-forest);display:flex;flex-direction:column}.privacy-policy__header{background-color:var(--color-forest);color:#fff;padding:1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.privacy-policy__logo{width:7.5rem;height:auto;filter:brightness(0) invert(1)}.privacy-policy__back{font-size:.875rem;font-weight:500;color:#fffc;text-decoration:none;display:inline-flex;align-items:center;gap:.25rem;transition:color .15s}.privacy-policy__back:hover{color:#fff}.privacy-policy__content{max-width:760px;margin:0 auto;padding:3rem 1.5rem 5rem;width:100%}.privacy-policy__title{font-size:clamp(1.75rem,5vw,2.5rem);font-weight:700;line-height:1.15;margin:0 0 2rem;color:var(--color-forest)}.privacy-policy__intro{font-size:1rem;line-height:1.75;color:var(--color-slate-700);margin:0 0 2.5rem}.privacy-policy__section{margin-bottom:2.5rem}.privacy-policy__section-title{font-size:1.0625rem;font-weight:700;color:var(--color-forest);text-transform:uppercase;letter-spacing:.04em;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:2px solid rgba(53,28,64,.15)}.privacy-policy__section p{font-size:.9375rem;line-height:1.75;color:var(--color-slate-700);margin:0 0 1rem}.privacy-policy__section p:last-child{margin-bottom:0}.privacy-policy__section ul,.privacy-policy__section ol{padding-left:1.5rem;margin:.5rem 0 1rem}.privacy-policy__section li{font-size:.9375rem;line-height:1.75;color:var(--color-slate-700);margin-bottom:.4rem}.privacy-policy__section strong{color:var(--color-forest);font-weight:600}.privacy-policy__updated{font-size:.875rem;color:var(--color-slate-600);margin-top:3rem;padding-top:1.5rem;border-top:1px solid var(--color-slate-200)}@media(min-width:768px){.privacy-policy__header{padding:1.5rem 2.5rem}.privacy-policy__content{padding:4rem 2.5rem 6rem}}.pre-rejected-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1.25rem;background:linear-gradient(180deg,#fff,#f4edf7);font-family:Lato,Segoe UI,sans-serif}.pre-rejected-page__content{width:min(100%,48rem);display:flex;flex-direction:column;align-items:center;text-align:center;color:var(--color-purple-dark)}.pre-rejected-page__logo{width:min(10rem,48vw);height:auto;margin-bottom:1.75rem}.pre-rejected-page__illustration{width:min(6.75rem,28vw);height:auto;margin-bottom:1.75rem}.pre-rejected-page__eyebrow{margin:0 0 .25rem;font-size:clamp(1.125rem,2.4vw,1.5625rem);font-weight:400}.pre-rejected-page__title{margin:0 0 1.5rem;max-width:42rem;font-size:clamp(2rem,4vw,2.1875rem);line-height:1.3;font-weight:600}.pre-rejected-page__body{max-width:42rem;font-size:clamp(1.0625rem,2.2vw,1.25rem);line-height:1.6}.pre-rejected-page__body p{margin:0}.pre-rejected-page__body p+p{margin-top:1rem}@media(max-width:767px){.pre-rejected-page{padding:1.5rem 1.25rem}.pre-rejected-page__logo{width:min(8rem,38vw);margin-bottom:1.5rem}.pre-rejected-page__illustration{width:min(7rem,34vw);margin-bottom:1.5rem}.pre-rejected-page__title{max-width:20rem}.pre-rejected-page__body{max-width:21rem}}
