:root {
  --navy: #04193d;
  --navy-dark: #03142f;
  --navy-soft: #172746;
  --bronze: #b17b5a;
  --bronze-light: #c59072;
  --bronze-soft: #e7d5ca;
  --cream: #f7f2ee;
  --cream-light: #fcf9f7;
  --white: #fff;
  --text-dark: #172033;
  --text-body: #586170;
  --text-light: #7a808a;
  --border: #e8e2de;
  --background-soft: #f9f7f5;
  --success: #1f8c5c;
  --shadow-sm: 0 12px 35px rgba(4, 25, 61, 0.07);
  --shadow-header: 0 8px 30px rgba(4, 25, 61, 0.08);
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 30px;
  --container: 1280px;
  --header-height: 92px;
  --font-title: "Playfair Display", Georgia, serif;
  --font-body: "Manrope", Arial, sans-serif;
  --transition: 260ms ease;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; color: var(--text-dark); background: var(--white); font-family: var(--font-body); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 1000; padding: 12px 16px; color: var(--white); background: var(--navy); border-radius: 0 0 8px 8px; transition: top var(--transition); }
.skip-link:focus { top: 0; }
:focus-visible { outline: 3px solid rgba(177, 123, 90, 0.48); outline-offset: 3px; }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 21px; border: 1px solid transparent; border-radius: 11px; font-size: 0.86rem; font-weight: 700; letter-spacing: -0.01em; transition: transform var(--transition), box-shadow var(--transition), background var(--transition), border-color var(--transition); }
.button svg { width: 18px; height: 18px; stroke-width: 1.8; }
.button .fa-whatsapp { font-size: 1.16rem; line-height: 1; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--navy); box-shadow: 0 9px 22px rgba(4, 25, 61, 0.13); }
.button-primary:hover { background: var(--navy-soft); box-shadow: 0 12px 28px rgba(4, 25, 61, 0.17); }
.button-secondary { color: var(--navy); background: rgba(255, 255, 255, 0.75); border-color: rgba(177, 123, 90, 0.72); }
.button-secondary:hover { background: var(--white); border-color: var(--bronze); }

/* CABEÇALHO */
.site-header { position: sticky; top: 0; z-index: 100; height: var(--header-height); background: rgba(255,255,255,0.96); border-bottom: 1px solid rgba(232,226,222,0.7); transition: height var(--transition), box-shadow var(--transition), background var(--transition); }
.site-header.is-scrolled { height: 76px; background: rgba(255,255,255,0.88); backdrop-filter: blur(16px); box-shadow: var(--shadow-header); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 26px; }
.brand { width: 202px; flex: 0 0 auto; overflow: hidden; }
.brand img { width: 100%; height: auto; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: clamp(14px, 1.45vw, 25px); }
.desktop-nav a { position: relative; padding: 10px 0; color: var(--navy-soft); font-size: 0.79rem; font-weight: 600; white-space: nowrap; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 3px; height: 1px; background: var(--bronze); transition: right var(--transition); }
.desktop-nav a:hover::after, .desktop-nav a.is-active::after { right: 0; }
.header-cta { flex: 0 0 auto; }
.menu-toggle { display: none; width: 46px; height: 46px; align-items: center; justify-content: center; color: var(--navy); background: transparent; border: 1px solid var(--border); border-radius: 10px; cursor: pointer; }
.mobile-menu { display: none; }

/* HERO */
.hero { min-height: 590px; position: relative; display: flex; align-items: stretch; overflow: hidden; background: #f7eee9; }
.hero::after { content: ""; position: absolute; inset: auto auto -240px -140px; width: 520px; height: 520px; border: 1px solid rgba(177,123,90,0.14); border-radius: 50%; pointer-events: none; }
.hero-media { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(249,238,232,0.25) 0%, rgba(249,238,232,0) 44%), url("assets/images/banner-prana.jpg"); background-size: cover; background-position: 54% center; }
.hero-inner { position: relative; z-index: 1; display: flex; align-items: center; }
.hero-copy { width: min(50%, 640px); padding: 68px 0 72px; }
.eyebrow { margin: 0 0 18px; color: #9f603b; font-size: 0.72rem; line-height: 1.5; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
.hero .eyebrow { display: inline-block; padding: 7px 11px; color: #733b1f; background: rgba(255,255,255,0.72); border-left: 2px solid var(--bronze); border-radius: 0 6px 6px 0; box-shadow: 0 5px 16px rgba(4,25,61,0.045); font-weight: 800; }
.hero h1 { max-width: 650px; margin: 0; color: var(--navy); font-family: var(--font-title); font-size: clamp(3rem, 4.6vw, 4.9rem); font-weight: 600; line-height: 0.99; letter-spacing: -0.045em; text-wrap: balance; }
.hero h1 em { color: var(--bronze); font-style: italic; font-weight: 500; }
.hero-lead { max-width: 500px; margin: 24px 0 0; color: #3f495a; font-size: 1.01rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-mobile-photo { display: none; }

/* BARRA DE CONFIANÇA */
.trust-bar { position: relative; z-index: 3; background: var(--white); border-bottom: 1px solid var(--border); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { min-height: 142px; display: flex; align-items: flex-start; gap: 15px; padding: 34px 22px; border-right: 1px solid var(--border); }
.trust-item:first-child { padding-left: 0; }
.trust-item:last-child { padding-right: 0; border-right: 0; }
.trust-item > svg { width: 29px; height: 29px; flex: 0 0 auto; color: var(--bronze); stroke-width: 1.55; }
.trust-item h2 { margin: 0 0 7px; color: var(--navy); font-family: var(--font-title); font-size: 1.05rem; line-height: 1.25; }
.trust-item p { margin: 0; color: var(--text-body); font-size: 0.74rem; line-height: 1.55; }

/* BASE DE SEÇÕES */
.section { position: relative; padding: 120px 0; }
.section-heading { max-width: 760px; margin: 0 auto 54px; text-align: center; }
.section-heading-wide { max-width: 850px; }
.section-heading h2, .about-copy h2, .faq-intro h2, .contact-copy h2, .final-cta h2 { margin: 0; color: var(--navy); font-family: var(--font-title); font-size: clamp(2.45rem, 4vw, 4.1rem); font-weight: 600; line-height: 1.08; letter-spacing: -0.038em; text-wrap: balance; }
.section-heading > p:last-child { max-width: 680px; margin: 20px auto 0; color: var(--text-body); font-size: 0.98rem; line-height: 1.75; }
.text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--bronze); font-size: 0.78rem; font-weight: 700; }
.text-link svg { width: 16px; height: 16px; transition: transform var(--transition); }
.text-link:hover svg { transform: translate(2px, -2px); }
.text-link-large { font-size: 0.9rem; }
.center-action { display: flex; justify-content: center; margin-top: 48px; }
.fine-print { max-width: 860px; margin: 28px auto 0; color: var(--text-light); font-size: 0.7rem; line-height: 1.6; text-align: center; }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 600ms ease, transform 600ms ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* SOLUÇÕES */
.solutions { background: var(--white); }
.solution-stack { display: grid; gap: 26px; }
.solution-panel { min-height: 510px; display: grid; grid-template-columns: 0.93fr 1.07fr; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius-lg); box-shadow: 0 16px 50px rgba(4,25,61,0.045); }
.solution-intro { position: relative; padding: 62px; }
.solution-intro::after { content: ""; position: absolute; right: -120px; bottom: -160px; width: 340px; height: 340px; border: 1px solid rgba(177,123,90,0.18); border-radius: 50%; }
.solution-icon { width: 58px; height: 58px; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 32px; color: var(--bronze); background: var(--cream); border-radius: 50%; }
.solution-icon svg { width: 27px; height: 27px; stroke-width: 1.5; }
.solution-kicker { margin: 0 0 10px !important; color: var(--bronze) !important; font-size: 0.69rem !important; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; }
.solution-intro h3 { max-width: 560px; margin: 0; color: var(--navy); font-family: var(--font-title); font-size: clamp(2.2rem, 3.3vw, 3.35rem); font-weight: 600; line-height: 1.08; letter-spacing: -0.035em; }
.solution-intro > p:not(.solution-kicker) { margin: 20px 0 30px; color: var(--text-body); font-size: 0.9rem; line-height: 1.75; }
.solution-intro .button { position: relative; z-index: 1; }
.solution-options { padding: 48px 52px; display: flex; flex-direction: column; justify-content: center; background: var(--cream-light); }
.solution-options > article { display: flex; gap: 19px; padding: 27px 0; border-bottom: 1px solid var(--border); }
.solution-options > article:first-child { padding-top: 0; }
.solution-options > article:last-of-type { border-bottom: 0; }
.solution-options > article > svg { width: 24px; height: 24px; flex: 0 0 auto; color: var(--bronze); stroke-width: 1.4; }
.solution-options h4 { margin: 0 0 7px; color: var(--navy); font-family: var(--font-title); font-size: 1.2rem; font-weight: 600; }
.solution-options p { margin: 0; color: var(--text-body); font-size: 0.78rem; line-height: 1.65; }
.solution-life { color: var(--white); background: var(--navy); border-color: var(--navy); }
.solution-life .solution-intro h3 { color: var(--white); }
.solution-life .solution-intro > p:not(.solution-kicker) { color: rgba(255,255,255,0.7); }
.solution-life .solution-icon { color: var(--bronze-light); background: rgba(255,255,255,0.07); }
.solution-life .solution-options { background: var(--navy-soft); }
.solution-life .solution-options > article { border-color: rgba(255,255,255,0.12); }
.solution-life .solution-options h4 { color: var(--white); }
.solution-life .solution-options p { color: rgba(255,255,255,0.65); }
.solution-life .solution-options > article > svg { color: var(--bronze-light); }
.button-light { color: var(--navy); background: var(--white); }
.button-light:hover { background: var(--cream); }
.solution-quote { display: flex; align-items: flex-start; gap: 15px; margin-top: 18px; padding: 18px; background: rgba(255,255,255,0.055); border-radius: var(--radius-sm); }
.solution-quote svg { width: 21px; flex: 0 0 auto; color: var(--bronze-light); }
.solution-quote p { color: rgba(255,255,255,0.78); font-family: var(--font-title); font-size: 1rem; font-style: italic; }

/* PARCEIROS */
.partners { padding-top: 110px; background: var(--background-soft); border-block: 1px solid var(--border); }
.partner-groups { display: grid; gap: 18px; max-width: 1100px; margin-inline: auto; }
.partner-group { display: grid; grid-template-columns: 230px 1fr; align-items: stretch; overflow: hidden; background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-md); }
.partner-label { padding: 30px; display: flex; align-items: center; gap: 13px; color: var(--navy); background: var(--cream-light); border-right: 1px solid var(--border); }
.partner-label svg { width: 23px; color: var(--bronze); stroke-width: 1.4; }
.partner-label h3 { margin: 0; font-family: var(--font-title); font-size: 1.12rem; }
.logo-list { display: grid; grid-template-columns: repeat(4, 1fr); }
.logo-list span { min-height: 98px; display: flex; align-items: center; justify-content: center; padding: 16px; border-right: 1px solid var(--border); transition: background var(--transition); }
.logo-list span:last-child { border-right: 0; }
.logo-list span:hover { background: var(--cream-light); }
.logo-list img { display: block; width: auto; height: auto; max-width: min(152px, 88%); max-height: 48px; object-fit: contain; }
.logo-list .partner-logo-bradesco { max-width: min(132px, 82%); max-height: 48px; }
.logo-list .partner-logo-sulamerica { max-width: min(164px, 92%); max-height: 44px; }
.logo-list .partner-logo-amil { max-width: min(122px, 76%); max-height: 43px; }
.logo-list .partner-logo-mag { max-width: min(112px, 72%); max-height: 38px; }
.logo-list .partner-logo-azos { max-width: min(128px, 78%); max-height: 28px; }
.partner-extra { max-width: 820px; margin: 20px auto 0; display: flex; align-items: center; justify-content: center; gap: 12px; padding: 16px 22px; color: var(--navy-soft); background: rgba(197,144,114,0.11); border: 1px solid rgba(177,123,90,0.3); border-radius: var(--radius-sm); box-shadow: 0 8px 24px rgba(4,25,61,0.045); text-align: center; }
.partner-extra svg { width: 21px; flex: 0 0 auto; color: var(--bronze); stroke-width: 1.5; }
.partner-extra p { margin: 0; font-size: 0.79rem; line-height: 1.55; font-weight: 500; }
.partner-extra strong { color: var(--navy); }

/* COMO FUNCIONA */
.process { background: var(--cream-light); border-top: 1px solid var(--border); }
.timeline { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin: 82px 0 0; padding: 0; list-style: none; }
.timeline::before { content: ""; position: absolute; left: 8%; right: 8%; top: -34px; height: 1px; background: linear-gradient(90deg, var(--border), var(--bronze), var(--border)); }
.timeline-item { position: relative; min-height: 290px; padding: 28px 22px; background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-md); }
.timeline-item::before { content: ""; position: absolute; left: 50%; top: -39px; width: 11px; height: 11px; background: var(--white); border: 2px solid var(--bronze); border-radius: 50%; transform: translateX(-50%); }
.timeline-number { display: block; margin-bottom: 47px; color: var(--bronze); font-family: var(--font-title); font-size: 0.78rem; }
.timeline-item h3 { margin: 0 0 12px; color: var(--navy); font-family: var(--font-title); font-size: 1.22rem; font-weight: 600; line-height: 1.22; }
.timeline-item p { margin: 0; color: var(--text-body); font-size: 0.75rem; line-height: 1.66; }
.timeline-featured { background: #f3e7df; border-color: var(--bronze-light); }
.timeline-badge { position: absolute; top: 25px; right: 18px; max-width: 105px; color: #8f5734; font-size: 0.58rem; line-height: 1.35; font-weight: 700; letter-spacing: 0.08em; text-align: right; text-transform: uppercase; }

/* SOBRE */
.about { background: var(--white); }
.about-layout { display: grid; grid-template-columns: 0.96fr 1.04fr; gap: clamp(55px, 9vw, 130px); align-items: center; }
.about-visual { position: relative; min-height: 590px; }
.about-placeholder { height: 520px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 17px; color: #966345; background: linear-gradient(145deg, #f2dfd3, #f9f4f0); border: 1px dashed rgba(177,123,90,0.55); border-radius: 44% 44% 20px 20px; }
.about-placeholder::before { content: ""; position: absolute; inset: 28px -23px auto auto; width: 70%; height: 86%; z-index: -1; border: 1px solid var(--bronze-soft); border-radius: 48% 50% 18px 18px; }
.about-placeholder svg { width: 60px; height: 60px; stroke-width: 1; }
.about-placeholder span { max-width: 250px; font-size: 0.72rem; line-height: 1.5; font-weight: 700; letter-spacing: 0.08em; text-align: center; }
.about-name-placeholder { position: absolute; right: -30px; bottom: 0; width: 300px; padding: 22px 26px; background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-sm); box-shadow: var(--shadow-sm); }
.about-name-placeholder strong, .about-name-placeholder span { display: block; }
.about-name-placeholder strong { color: var(--navy); font-size: 0.75rem; }
.about-name-placeholder span { margin-top: 4px; color: var(--text-light); font-size: 0.67rem; }
.about-concept { margin: 24px 0 0; color: var(--navy-soft); font-family: var(--font-title); font-size: 1.22rem; line-height: 1.55; }
.editorial-placeholder { margin: 30px 0 22px; padding: 22px 24px; background: var(--cream-light); border-left: 2px solid var(--bronze); }
.editorial-placeholder span { color: var(--bronze); font-size: 0.65rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.editorial-placeholder p { margin: 8px 0 0 !important; color: var(--navy) !important; font-size: 0.8rem !important; font-weight: 700; }
.about-copy > p:not(.eyebrow, .about-concept) { margin: 0; color: var(--text-body); font-size: 0.86rem; line-height: 1.75; }
.about-copy .text-link { margin-top: 28px; }

/* PROVA SOCIAL */
.testimonials { padding-block: 105px; background: var(--background-soft); border-block: 1px solid var(--border); }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.testimonial-card { min-height: 390px; display: flex; flex-direction: column; padding: 30px; background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-md); box-shadow: 0 16px 42px rgba(4,25,61,0.055); }
.testimonial-rating { display: flex; gap: 5px; color: #c58a57; }
.testimonial-rating i { font-size: 0.84rem; }
.testimonial-card blockquote { margin: 24px 0 30px; color: var(--navy); font-family: var(--font-title); font-size: 1.08rem; line-height: 1.58; }
.testimonial-person { margin-top: auto; display: flex; align-items: center; gap: 14px; padding-top: 20px; border-top: 1px solid var(--border); }
.testimonial-photo { width: 66px; height: 66px; flex: 0 0 auto; object-fit: cover; border: 2px solid var(--cream); border-radius: 50%; box-shadow: 0 6px 16px rgba(4,25,61,0.12); }
.testimonial-person cite { display: block; color: var(--navy); font-style: normal; font-size: 0.86rem; font-weight: 700; }
.testimonial-person span { display: block; margin-top: 4px; color: var(--text-light); font-size: 0.68rem; }

/* FAQ */
.faq { background: var(--white); }
.faq-layout { display: grid; grid-template-columns: 0.66fr 1.34fr; gap: clamp(55px, 8vw, 110px); align-items: start; }
.faq-intro { position: sticky; top: 128px; }
.faq-intro > p:not(.eyebrow) { margin: 22px 0 30px; color: var(--text-body); font-size: 0.9rem; line-height: 1.75; }
.accordion { border-top: 1px solid var(--border); }
.accordion-item { border-bottom: 1px solid var(--border); }
.accordion-item h3 { margin: 0; }
.accordion-item button { width: 100%; min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 6px; color: var(--navy); background: transparent; border: 0; text-align: left; cursor: pointer; }
.accordion-item button span { font-family: var(--font-title); font-size: 1.12rem; font-weight: 600; line-height: 1.35; }
.accordion-item button svg { width: 20px; flex: 0 0 auto; color: var(--bronze); stroke-width: 1.5; }
.accordion-panel { display: grid; grid-template-rows: 0fr; opacity: 0; transition: grid-template-rows 340ms ease, opacity 340ms ease; }
.accordion-panel.is-open { grid-template-rows: 1fr; opacity: 1; }
.accordion-panel p { min-height: 0; overflow: hidden; margin: 0; padding: 0 46px 26px 6px; color: var(--text-body); font-size: 0.79rem; line-height: 1.72; }

/* CTA FINAL */
.final-cta { position: relative; overflow: hidden; padding: 110px 0; color: var(--white); background: var(--navy-dark); text-align: center; }
.final-cta::before, .final-cta::after { content: ""; position: absolute; border: 1px solid rgba(197,144,114,0.18); border-radius: 48% 52% 62% 38%; }
.final-cta::before { width: 530px; height: 530px; left: -330px; top: -130px; transform: rotate(28deg); }
.final-cta::after { width: 450px; height: 680px; right: -300px; bottom: -360px; transform: rotate(-34deg); }
.final-cta-inner { position: relative; z-index: 1; max-width: 920px; }
.final-cta .eyebrow { color: var(--bronze-light); }
.final-cta h2 { color: var(--white); font-size: clamp(2.8rem, 5vw, 5rem); }
.final-cta-inner > p:not(.eyebrow) { max-width: 660px; margin: 24px auto 0; color: rgba(255,255,255,0.7); font-size: 0.95rem; line-height: 1.75; }
.final-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.button-bronze { color: var(--navy-dark); background: var(--bronze-light); }
.button-bronze:hover { background: #d3a086; }
.final-microcopy { display: block; margin-top: 22px; color: rgba(255,255,255,0.52); font-size: 0.7rem; }

/* CONTATO */
.contact { background: var(--cream-light); }
.contact-layout { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: clamp(50px, 8vw, 105px); align-items: start; }
.contact-copy { padding-top: 24px; }
.contact-copy > p:not(.eyebrow) { margin: 24px 0 0; color: var(--text-body); font-size: 0.9rem; line-height: 1.75; }
.contact-points { display: grid; gap: 13px; margin: 30px 0 0; padding: 0; list-style: none; }
.contact-points li { display: flex; align-items: center; gap: 11px; color: var(--navy-soft); font-size: 0.8rem; font-weight: 600; }
.contact-points svg { width: 18px; color: var(--bronze); }
.contact-direct { margin-top: 40px; padding-top: 26px; border-top: 1px solid var(--border); }
.contact-direct > span { display: block; margin-bottom: 9px; color: var(--text-light); font-size: 0.7rem; }
.contact-form { padding: 42px; background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { margin-bottom: 20px; }
.field label { display: flex; justify-content: space-between; margin-bottom: 8px; color: var(--navy); font-size: 0.72rem; font-weight: 700; }
.field label > span:not(.optional) { color: var(--bronze); }
.optional { color: var(--text-light); font-size: 0.62rem; font-weight: 500; }
.field input, .field select { width: 100%; height: 52px; padding: 0 15px; color: var(--text-dark); background: var(--white); border: 1px solid var(--border); border-radius: 9px; outline: 0; transition: border-color var(--transition), box-shadow var(--transition); }
.field input:focus, .field select:focus { border-color: var(--bronze); box-shadow: 0 0 0 3px rgba(177,123,90,0.12); }
.field input.is-invalid, .field select.is-invalid { border-color: #b34f4f; }
.field-error { min-height: 16px; display: block; padding-top: 4px; color: #a23f3f; font-size: 0.62rem; }
.checkbox-field { display: flex; align-items: flex-start; gap: 10px; color: var(--text-body); font-size: 0.69rem; line-height: 1.5; cursor: pointer; }
.checkbox-field input { width: 17px; height: 17px; flex: 0 0 auto; margin: 1px 0 0; accent-color: var(--navy); }
.checkbox-field a { color: var(--navy); text-decoration: underline; text-decoration-color: var(--bronze-soft); text-underline-offset: 3px; }
.checkbox-error { margin-bottom: 5px; }
.form-submit { width: 100%; margin-top: 13px; }
.form-note { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 16px 0 0; color: var(--text-light); font-size: 0.63rem; }
.form-note svg { width: 14px; }

/* FOOTER */
.site-footer { padding: 76px 0 0; color: rgba(255,255,255,0.64); background: var(--navy-dark); }
.footer-grid { display: grid; grid-template-columns: 1.35fr 0.8fr 0.8fr 1fr; gap: 60px; }
.footer-logo { width: 260px; overflow: hidden; background: var(--navy-dark); }
.footer-logo img { width: 100%; height: auto; aspect-ratio: 900 / 325; object-fit: contain; }
.footer-brand > p { max-width: 340px; margin: 22px 0 0; font-size: 0.75rem; line-height: 1.75; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-column h2 { margin: 0 0 10px; color: var(--white); font-family: var(--font-title); font-size: 1.05rem; }
.footer-column a { font-size: 0.72rem; transition: color var(--transition); }
.footer-column a:hover { color: var(--bronze-light); }
.footer-contact p { margin: 0 0 4px; font-size: 0.7rem; line-height: 1.5; }
.footer-contact p span { display: block; color: rgba(255,255,255,0.38); font-size: 0.58rem; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; }
.footer-institutional { margin-top: 55px; padding-block: 20px; border-top: 1px solid rgba(255,255,255,0.1); border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer-institutional p { display: flex; flex-wrap: wrap; gap: 9px 18px; margin: 0; color: rgba(255,255,255,0.35); font-size: 0.6rem; }
.footer-bottom { min-height: 114px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.footer-bottom p { margin: 4px 0; font-size: 0.59rem; line-height: 1.55; }
.footer-bottom nav { display: flex; flex: 0 0 auto; gap: 22px; font-size: 0.64rem; }
.footer-bottom a:hover { color: var(--bronze-light); }

/* BOTÕES FLUTUANTES */
.whatsapp-floating { position: fixed; z-index: 90; right: 24px; bottom: 24px; min-height: 48px; display: flex; align-items: center; gap: 9px; padding: 0 17px; color: var(--white); background: #178a52; border-radius: 999px; box-shadow: 0 10px 28px rgba(15,93,55,0.25); font-size: 0.72rem; font-weight: 700; opacity: 0; pointer-events: none; transform: translateY(10px); transition: transform var(--transition), background var(--transition), opacity var(--transition); }
.whatsapp-floating.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.whatsapp-floating:hover { background: #117847; transform: translateY(-3px); }
.whatsapp-floating svg { width: 19px; }
.whatsapp-floating .fa-whatsapp { font-size: 1.22rem; line-height: 1; }
.back-to-top { position: fixed; z-index: 89; right: 28px; bottom: 84px; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; color: var(--navy); background: var(--white); border: 1px solid var(--border); border-radius: 50%; box-shadow: var(--shadow-sm); opacity: 0; pointer-events: none; transform: translateY(10px); transition: opacity var(--transition), transform var(--transition); cursor: pointer; }
.back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.back-to-top svg { width: 17px; }

.toast { position: fixed; z-index: 300; left: 50%; bottom: 28px; max-width: min(440px, calc(100% - 32px)); padding: 13px 18px; color: var(--white); background: var(--navy); border-radius: 10px; box-shadow: var(--shadow-sm); font-size: 0.82rem; opacity: 0; pointer-events: none; transform: translate(-50%, 12px); transition: opacity var(--transition), transform var(--transition); }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 1180px) {
  .desktop-nav { display: none; }
  .header-cta { margin-left: auto; }
  .menu-toggle { display: inline-flex; }
  .mobile-menu { display: block; position: fixed; inset: var(--header-height) 0 auto; max-height: 0; overflow: hidden; background: rgba(255,255,255,0.98); border-bottom: 1px solid var(--border); opacity: 0; transition: max-height 360ms ease, opacity var(--transition); }
  .site-header.is-scrolled .mobile-menu { inset-block-start: 76px; }
  .mobile-menu.is-open { max-height: calc(100vh - 76px); opacity: 1; box-shadow: var(--shadow-header); overflow-y: auto; }
  .mobile-menu nav { width: min(calc(100% - 48px), var(--container)); margin: 0 auto; padding: 20px 0 26px; display: grid; }
  .mobile-menu nav > a:not(.button) { padding: 13px 2px; color: var(--navy); border-bottom: 1px solid var(--border); font-size: 0.92rem; font-weight: 600; }
  .mobile-menu .button { margin-top: 18px; }
  .hero { min-height: 590px; }
  .hero h1 { font-size: clamp(2.8rem, 5.7vw, 4.2rem); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
  .trust-item:first-child, .trust-item:nth-child(3) { padding-left: 10px; }
  .section { padding-block: 100px; }
  .solution-intro { padding: 48px; }
  .solution-options { padding: 42px; }
  .timeline { grid-template-columns: repeat(3, 1fr); margin-top: 45px; }
  .timeline::before, .timeline-item::before { display: none; }
  .footer-grid { grid-template-columns: 1.2fr repeat(3, 1fr); gap: 35px; }
}

/* Em computadores, o hero acompanha a proporção 3:1 do banner oficial.
   Assim, a imagem inteira permanece visível sem cortes nas laterais. */
@media (min-width: 961px) {
  .hero { min-height: 0; aspect-ratio: 3 / 1; }
  .hero-media { background-size: contain; background-position: center; background-repeat: no-repeat; }
  .hero-copy { width: min(44%, 430px); padding: clamp(22px, 2.7vw, 54px) 0; }
  .hero h1 { max-width: 430px; font-size: clamp(2.2rem, 3.5vw, 2.95rem); line-height: 0.98; letter-spacing: -0.055em; }
  .hero h1 span, .hero h1 em { display: block; }
  .hero-lead { max-width: min(410px, 32vw); margin-top: clamp(10px, 1.35vw, 20px); font-size: clamp(0.78rem, 1vw, 1rem); line-height: 1.55; }
  .hero-actions { margin-top: clamp(14px, 1.7vw, 24px); }
  .hero-actions .button { min-height: clamp(44px, 3.4vw, 50px); }
}

@media (min-width: 961px) and (max-width: 1050px) {
  .hero-copy { padding-block: 18px; }
}

@media (max-width: 960px) {
  .section-heading { margin-bottom: 44px; }
  .solution-panel { grid-template-columns: 1fr; }
  .solution-intro { padding: 52px; }
  .solution-options { padding: 44px 52px; }
  .partner-group { grid-template-columns: 1fr; }
  .partner-label { padding: 20px 26px; border-right: 0; border-bottom: 1px solid var(--border); }
  .about-layout, .faq-layout, .contact-layout { grid-template-columns: 1fr; }
  .faq-intro { position: static; }
  .about-layout { gap: 65px; }
  .about-visual { width: min(580px, 90%); margin-inline: auto; }
  .about-copy { max-width: 700px; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial-card { min-height: 0; }
  .faq-layout { gap: 50px; }
  .faq-intro { max-width: 650px; }
  .contact-layout { gap: 50px; }
  .contact-copy { max-width: 670px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-contact { grid-column: 2 / -1; display: grid; grid-template-columns: repeat(2, 1fr); }
  .footer-contact h2 { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  :root { --header-height: 74px; }
  .container { width: min(calc(100% - 32px), var(--container)); }
  .site-header.is-scrolled { height: 68px; }
  .brand { width: 168px; }
  .header-cta { display: none; }
  .site-header.is-scrolled .mobile-menu { inset-block-start: 68px; }
  .mobile-menu nav { width: calc(100% - 32px); }
  .hero { min-height: auto; display: block; background: var(--cream-light); }
  .hero-media { display: none; }
  .hero-inner { width: 100%; display: block; }
  .hero-copy { width: 100%; padding: 62px 16px 34px; }
  .hero h1 { max-width: 560px; font-size: clamp(2.65rem, 13vw, 4rem); line-height: 1.02; }
  .hero-lead { font-size: 0.94rem; line-height: 1.7; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-mobile-photo { display: block; width: 100%; min-height: 330px; background-image: url("assets/images/banner-prana.jpg"); background-size: auto 100%; background-position: right center; background-repeat: no-repeat; }
  .trust-grid { width: 100%; grid-template-columns: 1fr 1fr; }
  .trust-item { min-height: 168px; display: block; padding: 25px 17px !important; }
  .trust-item:nth-child(odd) { border-right: 1px solid var(--border); }
  .trust-item:nth-child(even) { border-right: 0; }
  .trust-item > svg { margin-bottom: 12px; }
  .trust-item h2 { font-size: 0.99rem; }
  .section { padding-block: 78px; }
  .section-heading { margin-bottom: 36px; text-align: left; }
  .section-heading h2, .about-copy h2, .faq-intro h2, .contact-copy h2 { font-size: clamp(2.2rem, 10.5vw, 3.15rem); }
  .section-heading > p:last-child { margin-top: 16px; font-size: 0.88rem; }
  .solution-stack { gap: 18px; }
  .solution-panel { border-radius: 22px; }
  .solution-intro, .solution-options { padding: 30px 24px; }
  .solution-icon { width: 52px; height: 52px; margin-bottom: 25px; }
  .solution-intro h3 { font-size: 2.32rem; }
  .solution-intro .button { width: 100%; min-height: 56px; padding-inline: 16px; font-size: 0.78rem; }
  .solution-options > article { gap: 15px; padding-block: 22px; }
  .partner-groups { gap: 13px; }
  .partner-label { padding: 18px 20px; }
  .logo-list { grid-template-columns: repeat(2, 1fr); }
  .logo-list span { min-height: 78px; border-bottom: 1px solid var(--border); }
  .logo-list img { max-width: min(128px, 86%); max-height: 39px; }
  .logo-list .partner-logo-bradesco { max-width: min(112px, 78%); max-height: 39px; }
  .logo-list .partner-logo-sulamerica { max-width: min(138px, 90%); max-height: 36px; }
  .logo-list .partner-logo-amil { max-width: min(106px, 74%); max-height: 37px; }
  .logo-list .partner-logo-mag { max-width: min(98px, 70%); max-height: 33px; }
  .logo-list .partner-logo-azos { max-width: min(112px, 76%); max-height: 24px; }
  .logo-list span:nth-child(even) { border-right: 0; }
  .logo-list span:last-child { grid-column: auto; }
  .partner-extra { align-items: flex-start; text-align: left; }
  .timeline { display: block; margin-top: 38px; padding-left: 32px; }
  .timeline::before { display: block; left: 6px; right: auto; top: 0; bottom: 0; width: 1px; height: auto; background: var(--bronze-soft); }
  .timeline-item { min-height: auto; margin-bottom: 14px; padding: 25px; }
  .timeline-item::before { display: block; left: -27px; top: 31px; transform: none; }
  .timeline-number { margin-bottom: 27px; }
  .timeline-badge { top: 25px; }
  .center-action { margin-top: 30px; }
  .center-action .button { width: 100%; }
  .about-layout { gap: 52px; }
  .about-visual { width: calc(100% - 18px); min-height: 470px; }
  .about-placeholder { height: 430px; border-radius: 42% 42% 18px 18px; }
  .about-name-placeholder { right: -12px; width: min(290px, 88%); }
  .testimonial-card { padding: 24px; }
  .accordion-item button { min-height: 76px; padding-block: 20px; }
  .accordion-item button span { font-size: 1.03rem; }
  .accordion-panel p { padding-right: 8px; }
  .final-cta { padding-block: 82px; }
  .final-cta h2 { font-size: clamp(2.55rem, 12vw, 3.7rem); }
  .final-actions { display: grid; }
  .final-actions .button { width: 100%; }
  .contact-form { padding: 26px 20px; border-radius: 20px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 44px 25px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-contact { grid-column: 1 / -1; }
  .footer-institutional p { display: grid; }
  .footer-bottom { padding-block: 28px; flex-direction: column; align-items: flex-start; gap: 20px; }
  .whatsapp-floating { right: 16px; bottom: 16px; width: 52px; height: 52px; justify-content: center; padding: 0; }
  .whatsapp-floating span { display: none; }
  .back-to-top { right: 21px; bottom: 80px; }
  .toast { bottom: 82px; }
}

@media (max-width: 380px) {
  .brand { width: 145px; }
  .hero-copy { padding-top: 48px; }
  .hero h1 { font-size: 2.45rem; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { min-height: auto; border-right: 0 !important; border-bottom: 1px solid var(--border); }
}

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