:root {
    --navy: #0c1624;
    --navy-light: #15263a;
    --ink: #182433;
    --muted: #65707e;
    --line: #e3e7eb;
    --paper: #f6f6f2;
    --white: #ffffff;
    --orange: #f4512d;
    --orange-dark: #d73e1f;
    --lime: #d9f75b;
    --whatsapp: #25d366;
    --shadow: 0 18px 45px rgba(7, 18, 33, .13);
    --radius: 20px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--white); font-family: "DM Sans", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button, input, select { font: inherit; }
button { cursor: pointer; }

.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 116px 0; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 100; padding: 12px 16px; background: var(--white); border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }

.header { position: absolute; z-index: 10; top: 0; left: 0; width: 100%; color: var(--white); }
.header__inner { height: 88px; display: flex; justify-content: space-between; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex-shrink: 0; font-family: "Manrope", sans-serif; font-size: 19px; font-weight: 800; letter-spacing: -.8px; }
.brand > span:last-child > span { color: var(--lime); }
.brand__mark { display: grid; place-items: center; width: 34px; height: 34px; border: 1.5px solid currentColor; border-radius: 10px; }
.brand__mark svg { width: 24px; height: 24px; }
.header__nav { display: flex; align-items: center; gap: 31px; margin-left: auto; font-size: 14px; font-weight: 600; }
.header__nav a { color: rgba(255,255,255,.78); transition: color .2s ease; }
.header__nav a:hover { color: var(--white); }
.header__cta { display: inline-flex; align-items: center; gap: 8px; padding: 11px 16px 11px 12px; color: var(--navy); background: var(--lime); border-radius: 10px; font-size: 13px; font-weight: 700; box-shadow: 0 8px 20px rgba(0,0,0,.12); transition: transform .2s ease, background .2s ease; }
.header__cta:hover { transform: translateY(-2px); background: #e4fc83; }
.header__cta-icon { display: grid; place-items: center; width: 25px; height: 25px; color: var(--white); background: #1baa57; border-radius: 7px; }
.header__cta-icon svg { width: 16px; height: 16px; }

.hero { position: relative; min-height: 805px; color: var(--white); overflow: hidden; background: var(--navy); }
.hero__image, .hero__overlay { position: absolute; inset: 0; }
.hero__image { background: url("pack_imagens/ChatGPT Image 18 de ago. de 2026, 14_29_22 (1).png") 63% center / cover no-repeat; transform: scale(1.01); }
.hero__overlay { background: linear-gradient(90deg, rgba(8,18,32,.97) 0%, rgba(10,21,36,.86) 34%, rgba(10,21,36,.24) 64%, rgba(10,21,36,.18) 100%); }
.hero__content { position: relative; z-index: 1; min-height: 805px; display: grid; grid-template-columns: minmax(0, 1fr) 455px; gap: 68px; align-items: center; padding: 122px 0 76px; }
.hero__copy { max-width: 580px; padding-top: 8px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 16px; color: #5d6977; font-size: 12px; font-weight: 700; letter-spacing: 1.45px; line-height: 1.2; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 27px; height: 2px; background: var(--orange); }
.eyebrow--light { color: rgba(255,255,255,.76); }
.eyebrow--light span { background: var(--lime); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Manrope", sans-serif; }
h1 { max-width: 585px; margin-bottom: 22px; font-size: clamp(42px, 5vw, 69px); font-weight: 800; letter-spacing: -3.9px; line-height: 1.05; }
h1 em, h2 em { color: var(--lime); font-style: normal; }
.hero__description { max-width: 510px; margin-bottom: 27px; color: rgba(255,255,255,.78); font-size: 18px; line-height: 1.6; }
.hero__checks { display: flex; flex-wrap: wrap; gap: 11px 22px; padding: 0; margin: 0 0 33px; list-style: none; color: rgba(255,255,255,.92); font-size: 14px; font-weight: 600; }
.hero__checks li { display: flex; align-items: center; gap: 7px; }
.hero__checks li > span { display: grid; place-items: center; width: 19px; height: 19px; color: var(--navy); background: var(--lime); border-radius: 50%; font-size: 12px; font-weight: 800; }
.hero__link, .text-link { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 700; transition: gap .2s ease; }
.hero__link { color: var(--lime); }
.hero__link:hover, .text-link:hover { gap: 14px; }
.hero__link svg, .text-link svg, .button svg { width: 20px; height: 20px; flex: none; }
.hero__scroll { position: absolute; z-index: 2; bottom: 28px; left: max(24px, calc((100% - 1180px) / 2)); display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.65); font-size: 11px; font-weight: 600; letter-spacing: .4px; }
.hero__scroll > span { display: block; width: 30px; height: 45px; border: 1.5px solid rgba(255,255,255,.55); border-radius: 16px; }
.hero__scroll > span::after { content: ""; display: block; width: 4px; height: 8px; margin: 8px auto; background: var(--lime); border-radius: 4px; animation: scroll 1.8s infinite; }
@keyframes scroll { 0%, 100% { transform: translateY(0); opacity: 1; } 60% { transform: translateY(11px); opacity: .15; } }

.quote-card { position: relative; color: var(--ink); background: rgba(255,255,255,.98); padding: 27px 28px 20px; border-radius: var(--radius); box-shadow: 0 28px 65px rgba(0,0,0,.27); }
.quote-card::before { content: ""; position: absolute; top: 0; right: 28px; left: 28px; height: 4px; background: var(--orange); border-radius: 0 0 4px 4px; }
.quote-card__heading { display: flex; align-items: center; gap: 12px; margin-top: 5px; }
.quote-card__step { display: grid; place-items: center; width: 38px; height: 38px; color: var(--orange); background: #fff0ec; border-radius: 11px; font-family: "Manrope", sans-serif; font-size: 12px; font-weight: 800; }
.quote-card__heading p { margin: 0 0 1px; color: var(--orange); font-size: 10px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.quote-card__heading h2 { margin: 0; font-size: 20px; letter-spacing: -1px; }
.quote-card__intro { margin: 16px 0 17px; color: var(--muted); font-size: 13px; line-height: 1.45; }
.quote-form { display: grid; gap: 13px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-field { min-width: 0; }
.form-field label, .form-field legend { display: block; margin: 0 0 6px; padding: 0; color: #45515e; font-size: 11px; font-weight: 700; }
.form-field fieldset, fieldset.form-field { border: 0; margin: 0; }
.form-field input, .form-field select { width: 100%; height: 42px; padding: 0 12px; color: var(--ink); background: #fafbfc; border: 1px solid #dbe0e6; border-radius: 8px; outline: none; font-size: 13px; transition: border .2s ease, box-shadow .2s ease, background .2s ease; }
.form-field input::placeholder { color: #9da5af; }
.form-field select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, #7d8791 50%), linear-gradient(135deg, #7d8791 50%, transparent 50%); background-position: calc(100% - 16px) 17px, calc(100% - 11px) 17px; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; }
.form-field input:focus, .form-field select:focus { background: var(--white); border-color: var(--orange); box-shadow: 0 0 0 3px rgba(244,81,45,.12); }
.issue-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: 7px; }
.issue-option { position: relative; cursor: pointer; }
.issue-option input { position: absolute; opacity: 0; pointer-events: none; }
.issue-option span { display: flex; align-items: center; min-height: 34px; padding: 7px 8px; color: #596472; background: #fafbfc; border: 1px solid #dbe0e6; border-radius: 7px; font-size: 10.5px; font-weight: 600; line-height: 1.15; transition: .2s ease; }
.issue-option input:checked + span { color: var(--orange-dark); background: #fff2ee; border-color: var(--orange); }
.issue-option input:focus-visible + span { outline: 2px solid var(--orange); outline-offset: 1px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 13px 21px; border: 0; border-radius: 9px; font-weight: 800; font-size: 14px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: var(--white); background: var(--orange); box-shadow: 0 10px 20px rgba(244,81,45,.22); }
.button--primary:hover { background: var(--orange-dark); box-shadow: 0 13px 27px rgba(244,81,45,.29); }
.quote-form .button { width: 100%; margin-top: 1px; }
.form-note { margin: -4px 0 0; color: #89929c; font-size: 10px; text-align: center; }
.form-trap { position: absolute; left: -9999px; opacity: 0; pointer-events: none; }

.trust-strip { position: relative; z-index: 3; color: var(--ink); background: var(--white); border-bottom: 1px solid var(--line); }
.trust-strip__inner { min-height: 107px; display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-item { display: flex; align-items: center; justify-content: center; gap: 13px; padding: 20px 28px; border-right: 1px solid var(--line); }
.trust-item:last-child { border: 0; }
.trust-item__icon { display: grid; place-items: center; width: 37px; height: 37px; color: var(--orange); background: #fff1ed; border-radius: 10px; flex: none; }
.trust-item__icon svg { width: 21px; height: 21px; }
.trust-item strong, .trust-item span:not(.trust-item__icon) { display: block; }
.trust-item strong { margin-bottom: 2px; font-size: 13px; font-weight: 700; }
.trust-item span:not(.trust-item__icon) { color: var(--muted); font-size: 12px; }

.section-heading { max-width: 665px; }
.section-heading--center { margin: 0 auto 50px; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
h2 { margin-bottom: 17px; color: var(--ink); font-size: clamp(31px, 3.6vw, 48px); font-weight: 800; letter-spacing: -2.5px; line-height: 1.13; }
h2 em { color: var(--orange); }
.section-heading > p:last-child, .reasons__copy > p:not(.eyebrow), .faq__intro > p:not(.eyebrow) { margin-bottom: 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 14px; transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.service-card__image { overflow: hidden; height: 215px; }
.service-card__image img { height: 100%; object-fit: cover; transition: transform .5s ease; }
.service-card:hover img { transform: scale(1.05); }
.service-card__body { position: relative; padding: 25px 23px 25px; }
.service-card__number { position: absolute; top: -16px; right: 19px; display: grid; place-items: center; width: 33px; height: 33px; color: var(--orange); background: #fff0ec; border: 3px solid var(--white); border-radius: 50%; font-family: "Manrope", sans-serif; font-size: 10px; font-weight: 800; }
.service-card h3 { margin-bottom: 9px; font-size: 18px; letter-spacing: -1px; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }

.process { padding: 95px 0; color: var(--white); background: var(--navy); }
.process__grid { display: grid; grid-template-columns: minmax(310px, .88fr) minmax(0, 1fr); gap: clamp(55px, 9vw, 125px); align-items: center; }
.process__image { position: relative; }
.process__image img { aspect-ratio: 1 / 1.05; object-fit: cover; border-radius: 17px; }
.process__badge { position: absolute; right: -20px; bottom: 28px; display: flex; flex-direction: column; padding: 14px 18px; color: var(--navy); background: var(--lime); border-radius: 10px; box-shadow: 0 12px 25px rgba(0,0,0,.16); }
.process__badge strong { font-family: "Manrope", sans-serif; font-size: 17px; font-weight: 800; letter-spacing: -.8px; }
.process__badge small { margin-top: 2px; font-size: 11px; font-weight: 600; }
.process h2 { max-width: 575px; color: var(--white); font-size: clamp(31px, 3.7vw, 45px); }
.steps { display: grid; gap: 23px; margin: 32px 0 35px; }
.step { display: flex; gap: 17px; }
.step > span { display: grid; place-items: center; width: 29px; height: 29px; margin-top: 1px; color: var(--navy); background: var(--lime); border-radius: 50%; flex: none; font-family: "Manrope", sans-serif; font-size: 12px; font-weight: 800; }
.step h3 { margin: 0 0 5px; color: var(--white); font-size: 16px; letter-spacing: -.65px; }
.step p { max-width: 450px; margin: 0; color: rgba(255,255,255,.67); font-size: 14px; line-height: 1.55; }
.button--light { color: var(--navy); background: var(--lime); }
.button--light:hover { background: #e5fc88; box-shadow: 0 10px 25px rgba(217,247,91,.12); }

.reasons { background: var(--paper); }
.reasons__grid { display: grid; grid-template-columns: minmax(0, .88fr) minmax(450px, 1fr); gap: clamp(60px, 10vw, 145px); align-items: center; }
.reasons__copy h2 { max-width: 470px; }
.reasons__copy > p:not(.eyebrow) { max-width: 480px; margin-bottom: 26px; }
.text-link { color: var(--orange); }
.reasons__list { display: grid; gap: 14px; }
.reason { display: flex; align-items: flex-start; gap: 18px; padding: 21px 20px; background: var(--white); border: 1px solid #e9ecee; border-radius: 12px; }
.reason__icon { display: grid; place-items: center; width: 40px; height: 40px; color: var(--orange); background: #fff0ec; border-radius: 10px; flex: none; font-family: "Manrope", sans-serif; font-size: 11px; font-weight: 800; }
.reason h3 { margin: 1px 0 5px; font-size: 16px; letter-spacing: -.7px; }
.reason p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }

.faq { padding-top: 118px; padding-bottom: 118px; }
.faq__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 10vw, 140px); align-items: start; }
.faq__intro { position: sticky; top: 105px; }
.faq__intro > p:not(.eyebrow) { max-width: 355px; margin-bottom: 26px; }
.button--dark { color: var(--white); background: var(--navy); }
.button--dark:hover { background: var(--navy-light); box-shadow: 0 10px 22px rgba(12,22,36,.17); }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; list-style: none; cursor: pointer; font-family: "Manrope", sans-serif; font-size: 16px; font-weight: 700; letter-spacing: -.5px; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { position: relative; width: 21px; height: 21px; border: 1px solid #cdd3da; border-radius: 50%; flex: none; transition: transform .2s ease; }
.accordion summary span::before, .accordion summary span::after { content: ""; position: absolute; top: 9px; left: 5px; width: 9px; height: 1.5px; background: var(--orange); border-radius: 1px; }
.accordion summary span::after { transform: rotate(90deg); transition: transform .2s ease; }
.accordion details[open] summary span::after { transform: rotate(0); }
.accordion details[open] summary span { transform: rotate(180deg); }
.accordion details p { max-width: 600px; margin: -6px 35px 21px 0; color: var(--muted); font-size: 14px; line-height: 1.6; }

.final-cta { position: relative; overflow: hidden; padding: 98px 0; color: var(--white); text-align: center; background: linear-gradient(90deg, rgba(10,22,37,.96), rgba(10,22,37,.86)), url("pack_imagens/ChatGPT Image 18 de ago. de 2026, 14_29_22 (1).png") center 56% / cover; }
.final-cta::before, .final-cta::after { content: ""; position: absolute; width: 330px; height: 330px; border: 1px solid rgba(217,247,91,.16); border-radius: 50%; }
.final-cta::before { top: -205px; left: 9%; }
.final-cta::after { right: 6%; bottom: -250px; }
.final-cta__inner { position: relative; z-index: 1; }
.final-cta .eyebrow { justify-content: center; }
.final-cta h2 { margin-bottom: 13px; color: var(--white); }
.final-cta p:not(.eyebrow) { max-width: 490px; margin: 0 auto 28px; color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.6; }
.final-cta .button { min-width: 242px; }

.footer { color: rgba(255,255,255,.7); background: #09111d; }
.footer__inner { min-height: 100px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.brand--footer { color: var(--white); }
.footer p, .footer > a { margin: 0; font-size: 12px; }
.footer__inner > a:last-child { color: var(--lime); font-size: 13px; font-weight: 700; }

.whatsapp-float { position: fixed; z-index: 20; right: 28px; bottom: 25px; display: flex; align-items: center; gap: 10px; color: var(--white); }
.whatsapp-float__icon { position: relative; z-index: 2; display: grid; place-items: center; width: 58px; height: 58px; background: var(--whatsapp); border: 3px solid var(--white); border-radius: 50%; box-shadow: 0 10px 25px rgba(4,53,27,.3); transition: transform .2s ease; }
.whatsapp-float:hover .whatsapp-float__icon { transform: scale(1.08) rotate(-5deg); }
.whatsapp-float__icon svg { width: 30px; height: 30px; }
.whatsapp-float__label { position: absolute; right: 48px; z-index: 1; width: max-content; padding: 8px 21px 8px 13px; color: var(--ink); background: var(--white); border-radius: 7px 0 0 7px; box-shadow: 0 6px 20px rgba(0,0,0,.12); font-size: 12px; font-weight: 700; opacity: 0; transform: translateX(12px); pointer-events: none; transition: opacity .2s ease, transform .2s ease; }
.whatsapp-float:hover .whatsapp-float__label { opacity: 1; transform: translateX(0); }
.whatsapp-float__pulse { position: absolute; right: 0; width: 58px; height: 58px; background: rgba(37,211,102,.42); border-radius: 50%; animation: pulse 2.3s infinite; }
@keyframes pulse { 0% { transform: scale(1); opacity: .65; } 70%, 100% { transform: scale(1.42); opacity: 0; } }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 960px) {
    .hero { min-height: auto; }
    .hero__content { min-height: auto; grid-template-columns: minmax(0, 1fr) 390px; gap: 35px; padding-top: 135px; padding-bottom: 105px; }
    .hero__description { font-size: 16px; }
    h1 { letter-spacing: -3px; }
    .quote-card { padding: 25px 22px 18px; }
    .header__nav { display: none; }
    .process__grid, .reasons__grid { gap: 55px; }
    .faq__grid { gap: 60px; }
    .trust-item { padding-right: 13px; padding-left: 13px; }
}

@media (max-width: 760px) {
    .container { width: min(100% - 36px, 570px); }
    .section { padding: 76px 0; }
    .header__inner { height: 74px; }
    .brand { font-size: 17px; }
    .brand__mark { width: 31px; height: 31px; border-radius: 9px; }
    .header__cta { padding: 8px 10px; font-size: 0; border-radius: 9px; }
    .header__cta-icon { width: 27px; height: 27px; }
    .hero { background: var(--navy); }
    .hero__image { background-position: 67% top; opacity: .6; }
    .hero__overlay { background: linear-gradient(180deg, rgba(8,18,32,.83) 0%, rgba(8,18,32,.93) 41%, rgba(8,18,32,.99) 100%); }
    .hero__content { display: block; padding: 112px 0 51px; }
    .hero__copy { padding: 0; }
    h1 { max-width: 510px; margin-bottom: 16px; font-size: clamp(39px, 11vw, 56px); letter-spacing: -2.8px; }
    .hero__description { margin-bottom: 21px; font-size: 15px; line-height: 1.55; }
    .hero__checks { display: grid; gap: 8px; margin-bottom: 26px; font-size: 13px; }
    .hero__link { margin-bottom: 32px; }
    .hero__scroll { display: none; }
    .quote-card { max-width: 480px; padding: 24px 20px 18px; }
    .trust-strip__inner { grid-template-columns: 1fr; padding: 7px 0; }
    .trust-item { justify-content: flex-start; padding: 13px 2px; border-right: 0; border-bottom: 1px solid var(--line); }
    .trust-item:last-child { border-bottom: 0; }
    .service-grid, .process__grid, .reasons__grid, .faq__grid { grid-template-columns: 1fr; }
    .service-grid { gap: 16px; }
    .service-card { display: grid; grid-template-columns: 132px 1fr; }
    .service-card__image { height: 100%; min-height: 151px; }
    .service-card__body { display: flex; flex-direction: column; justify-content: center; padding: 21px 18px; }
    .service-card__number { top: 12px; right: 12px; }
    .section-heading--center { margin-bottom: 33px; text-align: left; }
    .section-heading--center .eyebrow { justify-content: flex-start; }
    h2 { margin-bottom: 13px; letter-spacing: -1.8px; }
    .section-heading > p:last-child, .reasons__copy > p:not(.eyebrow), .faq__intro > p:not(.eyebrow) { font-size: 15px; }
    .process { padding: 72px 0; }
    .process__grid { gap: 48px; }
    .process__image { max-width: 490px; }
    .process__image img { aspect-ratio: 1.12 / 1; }
    .process__badge { right: -8px; bottom: 17px; }
    .steps { gap: 20px; margin: 26px 0 29px; }
    .reasons__grid { gap: 35px; }
    .reasons__copy > p:not(.eyebrow) { margin-bottom: 21px; }
    .faq { padding-top: 74px; padding-bottom: 74px; }
    .faq__grid { gap: 34px; }
    .faq__intro { position: static; }
    .faq__intro > p:not(.eyebrow) { margin-bottom: 21px; }
    .accordion summary { padding: 19px 0; font-size: 14px; }
    .accordion details p { margin-right: 6px; font-size: 13px; }
    .final-cta { padding: 71px 0; text-align: left; }
    .final-cta .eyebrow { justify-content: flex-start; }
    .final-cta p:not(.eyebrow) { margin-left: 0; font-size: 15px; }
    .final-cta .button { width: 100%; }
    .footer__inner { min-height: 150px; display: grid; grid-template-columns: 1fr; justify-content: start; gap: 9px; padding: 25px 0; }
    .whatsapp-float { right: 17px; bottom: 17px; }
    .whatsapp-float__icon, .whatsapp-float__pulse { width: 55px; height: 55px; }
    .whatsapp-float__label { display: block; right: 46px; opacity: 1; transform: none; }
}

@media (max-width: 390px) {
    .container { width: calc(100% - 28px); }
    .form-row { grid-template-columns: 1fr; gap: 13px; }
    .service-card { grid-template-columns: 115px 1fr; }
    .service-card__image { min-height: 154px; }
    .service-card h3 { padding-right: 15px; font-size: 16px; }
    .service-card p { font-size: 12px; }
    .issue-options { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
