.Header-module__-2yUHq__header{z-index:1000;border-bottom:1px solid #ffffff4d;align-items:center;width:100%;height:80px;transition:all .4s;display:flex;top:0;left:0;right:0;box-shadow:0 4px 30px #00000008;-webkit-backdrop-filter:blur(20px)!important;background-color:#fffc!important;position:sticky!important}.Header-module__-2yUHq__container{justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:0 24px;display:flex}.Header-module__-2yUHq__logoDot{color:var(--primary)}.Header-module__-2yUHq__nav{align-items:center;gap:32px;display:none}@media (min-width:768px){.Header-module__-2yUHq__nav{display:flex}}.Header-module__-2yUHq__navButton{color:var(--muted);cursor:pointer;background:0 0;border:none;font-size:.9rem;font-weight:500;transition:color .2s}.Header-module__-2yUHq__navButton:hover{color:var(--primary)}.Header-module__-2yUHq__ctaButton{background-color:var(--primary);color:var(--color-surface);cursor:pointer;border:none;border-radius:6px;padding:10px 20px;font-size:.875rem;font-weight:600;transition:background-color .2s}.Header-module__-2yUHq__ctaButton:hover{background-color:var(--primary-dark)}@media (max-width:420px){.Header-module__-2yUHq__ctaButton{padding:8px 10px!important;font-size:.8rem!important}.Header-module__-2yUHq__logo{width:auto!important;height:38px!important}}
.Footer-module__NVhknq__footer{background-color:var(--bg-gray);border-top:1px solid var(--border-light);font-family:var(--font-base);padding:64px 24px 32px}.Footer-module__NVhknq__container{max-width:1200px;margin:0 auto}.Footer-module__NVhknq__topContent{grid-template-columns:1fr;gap:48px;margin-bottom:48px;display:grid}@media (min-width:768px){.Footer-module__NVhknq__topContent{grid-template-columns:2fr 1fr 1fr;gap:32px}}.Footer-module__NVhknq__brandColumn{max-width:400px}.Footer-module__NVhknq__brandDescription{color:var(--muted);font-size:.9375rem;line-height:1.6}.Footer-module__NVhknq__columnTitle{color:var(--text);text-transform:uppercase;letter-spacing:.05em;margin-bottom:20px;font-size:.875rem;font-weight:700}.Footer-module__NVhknq__linkList{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.Footer-module__NVhknq__linkItem{color:var(--muted);font-size:.9375rem;text-decoration:none;transition:color .2s;display:inline-block}.Footer-module__NVhknq__linkItem:hover{color:var(--primary)}.Footer-module__NVhknq__bottomContent{border-top:1px solid var(--border-light);flex-direction:column;gap:24px;padding-top:32px;display:flex}.Footer-module__NVhknq__legalDisclaimer{background-color:var(--bg-soft);border-left:3px solid var(--primary);color:var(--muted);border-radius:8px;padding:16px;font-size:.875rem;line-height:1.5}.Footer-module__NVhknq__legalDisclaimer strong{color:var(--text)}.Footer-module__NVhknq__copyrightRow{color:var(--muted);text-align:center;flex-direction:column;justify-content:space-between;align-items:center;gap:16px;font-size:.875rem;display:flex}@media (min-width:768px){.Footer-module__NVhknq__copyrightRow{text-align:left;flex-direction:row}}
.Banner-module__Q_iCOW__banner{background-color:var(--primary);color:var(--color-surface);text-align:center;z-index:1100;justify-content:center;align-items:center;width:100%;padding:10px 24px;font-size:.875rem;font-weight:500;animation:.3s ease-out Banner-module__Q_iCOW__slideDown;display:flex;position:relative}@keyframes Banner-module__Q_iCOW__slideDown{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.Banner-module__Q_iCOW__bannerContent{max-width:1200px;margin:0 auto}
.BentoFeatures-module__JIkWKG__section{background-color:var(--bg-gray);color:var(--text);padding:96px 24px}.BentoFeatures-module__JIkWKG__container{max-width:1100px;margin:0 auto}.BentoFeatures-module__JIkWKG__sectionHeader{text-align:center;margin-bottom:64px}.BentoFeatures-module__JIkWKG__title{color:var(--text);margin-bottom:16px;font-size:2.25rem;font-weight:700}.BentoFeatures-module__JIkWKG__subtitle{color:var(--muted);max-width:600px;margin:0 auto;font-size:1.125rem}.BentoFeatures-module__JIkWKG__bentoGrid{gap:20px;display:grid;grid-template-columns:1fr!important}@media (min-width:992px){.BentoFeatures-module__JIkWKG__bentoGrid{grid-template-columns:1fr 1fr!important}.BentoFeatures-module__JIkWKG__cardTranscription{grid-column:span 2}}.BentoFeatures-module__JIkWKG__card{background-color:var(--bg-white);border:1px solid var(--border-light);border-radius:20px;flex-direction:column;padding:32px;display:flex;box-shadow:0 4px 20px #00000008}.BentoFeatures-module__JIkWKG__cardHighlight{background-color:var(--primary);color:var(--color-surface);border:none;border-radius:20px;flex-direction:column;justify-content:center;padding:32px;display:flex;box-shadow:0 10px 30px #00000014}.BentoFeatures-module__JIkWKG__cardLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:12px;font-size:.75rem;font-weight:700}.BentoFeatures-module__JIkWKG__cardHighlight .BentoFeatures-module__JIkWKG__cardLabel{color:#fffc}.BentoFeatures-module__JIkWKG__cardTitle{color:var(--text);margin-bottom:24px;font-size:1.5rem;font-weight:700;line-height:1.2}.BentoFeatures-module__JIkWKG__cardHighlight .BentoFeatures-module__JIkWKG__cardTitle{color:var(--color-surface)}.BentoFeatures-module__JIkWKG__codeMockup{background-color:var(--bg-gray);border:1px solid var(--border-light);color:var(--text);border-radius:12px;margin-top:auto;padding:20px;font-family:monospace;font-size:.875rem;line-height:1.8}.BentoFeatures-module__JIkWKG__codeKey{color:var(--muted)}.BentoFeatures-module__JIkWKG__codeValue{color:var(--text);font-weight:500}.BentoFeatures-module__JIkWKG__bigNumber{margin-bottom:8px;font-size:4rem;font-weight:800;line-height:1}.BentoFeatures-module__JIkWKG__quote{color:var(--text);margin-bottom:auto;font-size:1.25rem;font-weight:700;line-height:1.4}.BentoFeatures-module__JIkWKG__quoteAuthor{color:var(--muted);margin-top:24px;font-size:.875rem}.BentoFeatures-module__JIkWKG__tag{border:1px solid var(--border-light);color:var(--text);background-color:var(--bg-gray);border-radius:6px;margin-bottom:8px;padding:6px 12px;font-size:.75rem;font-weight:600;display:inline-block}.BentoFeatures-module__JIkWKG__checkList{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.BentoFeatures-module__JIkWKG__checkItem{color:var(--text);align-items:center;gap:8px;font-size:.875rem;display:flex}.BentoFeatures-module__JIkWKG__checkIcon{color:var(--primary);font-weight:700}
.Faq-module__ykWrma__section{background-color:var(--bg-white);font-family:var(--font-base);padding:96px 24px}.Faq-module__ykWrma__container{max-width:800px;margin:0 auto}.Faq-module__ykWrma__header{text-align:center;margin-bottom:48px}.Faq-module__ykWrma__title{color:var(--text);margin-bottom:12px;font-size:2rem;font-weight:700}.Faq-module__ykWrma__subtitle{color:var(--muted);font-size:1rem}.Faq-module__ykWrma__accordion{border-top:1px solid var(--border-light);flex-direction:column;display:flex}.Faq-module__ykWrma__item{border-bottom:1px solid var(--border-light)}.Faq-module__ykWrma__questionButton{cursor:pointer;text-align:left;width:100%;color:var(--text);background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;padding:24px 8px;font-size:1.0625rem;font-weight:600;transition:color .2s;display:flex}.Faq-module__ykWrma__questionButton:hover{color:var(--primary)}.Faq-module__ykWrma__icon{color:var(--muted);flex-shrink:0;font-size:1.25rem;transition:transform .2s,color .2s}.Faq-module__ykWrma__itemActive .Faq-module__ykWrma__icon{color:var(--primary);transform:rotate(45deg)}.Faq-module__ykWrma__answerWrapper{grid-template-rows:0fr;padding:0 8px;transition:grid-template-rows .3s ease-out,padding-bottom .3s ease-out;display:grid}.Faq-module__ykWrma__itemActive .Faq-module__ykWrma__answerWrapper{grid-template-rows:1fr;padding-bottom:24px}.Faq-module__ykWrma__answerInner{overflow:hidden}.Faq-module__ykWrma__answerText{color:var(--muted);margin:0;font-size:.9375rem;line-height:1.6}.Faq-module__ykWrma__link{color:var(--primary);font-weight:500;text-decoration:underline}
.privacidade-module__KLUG3q__pageContainer{background-color:var(--bg-white);color:var(--text);min-height:100vh;font-family:var(--font-base);padding:120px 24px 80px}.privacidade-module__KLUG3q__contentWrapper{max-width:760px;margin:0 auto}.privacidade-module__KLUG3q__title{color:var(--text);margin-bottom:8px;font-size:2.25rem;font-weight:800;line-height:1.2}.privacidade-module__KLUG3q__subtitle{color:var(--muted);margin-bottom:40px;font-size:1rem;font-style:italic}.privacidade-module__KLUG3q__sectionTitle{color:var(--text);border-left:4px solid var(--primary);margin-top:40px;margin-bottom:16px;padding-left:12px;font-size:1.25rem;font-weight:700}.privacidade-module__KLUG3q__paragraph{color:var(--text);margin-bottom:16px;font-size:1rem;line-height:1.6}.privacidade-module__KLUG3q__list{flex-direction:column;gap:10px;margin-bottom:24px;margin-left:20px;display:flex}.privacidade-module__KLUG3q__listItem{color:var(--text);font-size:1rem;line-height:1.5}.privacidade-module__KLUG3q__callout{background-color:var(--bg-gray);border-left:4px solid var(--primary);border-radius:0 8px 8px 0;margin:32px 0;padding:20px}.privacidade-module__KLUG3q__calloutText{color:var(--text);margin:0;font-size:.9375rem;line-height:1.6}.privacidade-module__KLUG3q__tableWrapper{border:1px solid var(--border-light);border-radius:8px;width:100%;margin:28px 0;overflow-x:auto}.privacidade-module__KLUG3q__table{border-collapse:collapse;text-align:left;width:100%;font-size:.9rem}.privacidade-module__KLUG3q__table th{background-color:var(--bg-gray);color:var(--text);border-bottom:1px solid var(--border-light);padding:14px 16px;font-weight:700}.privacidade-module__KLUG3q__table td{border-bottom:1px solid var(--border-light);color:var(--text);padding:14px 16px;line-height:1.5}.privacidade-module__KLUG3q__table tr:last-child td{border-bottom:none}.privacidade-module__KLUG3q__link{color:var(--primary);text-decoration:underline;transition:color .2s}.privacidade-module__KLUG3q__link:hover{color:var(--primary-dark)}.privacidade-module__KLUG3q__divider{border:0;border-top:1px solid var(--border-light);margin:40px 0}.privacidade-module__KLUG3q__backLink{color:var(--primary);align-items:center;gap:8px;margin-bottom:32px;font-size:.9375rem;font-weight:600;text-decoration:none;transition:opacity .2s;display:inline-flex}.privacidade-module__KLUG3q__backLink:hover{opacity:.8}.privacidade-module__KLUG3q__backIcon{font-size:1.125rem;line-height:1}
.termos-module__63E7-q__pageContainer{background-color:var(--bg-white);color:var(--text);min-height:100vh;font-family:var(--font-base);padding:120px 24px 80px}.termos-module__63E7-q__contentWrapper{max-width:760px;margin:0 auto}.termos-module__63E7-q__title{color:var(--text);margin-bottom:8px;font-size:2.25rem;font-weight:800;line-height:1.2}.termos-module__63E7-q__subtitle{color:var(--muted);margin-bottom:40px;font-size:1rem;font-style:italic}.termos-module__63E7-q__sectionTitle{color:var(--text);border-left:4px solid var(--primary);margin-top:40px;margin-bottom:16px;padding-left:12px;font-size:1.25rem;font-weight:700}.termos-module__63E7-q__paragraph{color:var(--text);margin-bottom:16px;font-size:1rem;line-height:1.6}.termos-module__63E7-q__list{flex-direction:column;gap:10px;margin-bottom:24px;margin-left:20px;display:flex}.termos-module__63E7-q__listItem{color:var(--text);font-size:1rem;line-height:1.5}.termos-module__63E7-q__callout{background-color:var(--bg-gray);border-left:4px solid var(--primary);border-radius:0 8px 8px 0;margin:32px 0;padding:20px}.termos-module__63E7-q__calloutText{color:var(--text);margin:0;font-size:.9375rem;line-height:1.6}.termos-module__63E7-q__tableWrapper{border:1px solid var(--border-light);border-radius:8px;width:100%;margin:28px 0;overflow-x:auto}.termos-module__63E7-q__table{border-collapse:collapse;text-align:left;width:100%;font-size:.9rem}.termos-module__63E7-q__table th{background-color:var(--bg-gray);color:var(--text);border-bottom:1px solid var(--border-light);padding:14px 16px;font-weight:700}.termos-module__63E7-q__table td{border-bottom:1px solid var(--border-light);color:var(--text);padding:14px 16px;line-height:1.5}.termos-module__63E7-q__table tr:last-child td{border-bottom:none}.termos-module__63E7-q__link{color:var(--primary);text-decoration:underline;transition:color .2s}.termos-module__63E7-q__link:hover{color:var(--primary-dark)}.termos-module__63E7-q__divider{border:0;border-top:1px solid var(--border-light);margin:40px 0}.termos-module__63E7-q__backLink{color:var(--primary);align-items:center;gap:8px;margin-bottom:32px;font-size:.9375rem;font-weight:600;text-decoration:none;transition:opacity .2s;display:inline-flex}.termos-module__63E7-q__backLink:hover{opacity:.8}.termos-module__63E7-q__backIcon{font-size:1.125rem;line-height:1}
