:root {
  --navy-950: #101e2a;
  --navy-900: #0b1f33;
  --navy-800: #17384e;
  --gold-500: #6ec2b7;
  --gold-400: #79c9c0;
  --gold-100: #e8f7f5;
  --ink: #102030;
  --muted: #617487;
  --line: #d7e3e8;
  --surface: #ffffff;
  --surface-soft: #f4f8f9;
  --success: #157347;
  --error: #b42318;
  --shadow: 0 24px 60px rgba(11, 31, 51, .14);
  --radius: 18px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--surface);
  line-height: 1.6;
}
img, svg { max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; top: 10px; left: 10px; z-index: 9999;
  background: white; color: var(--navy-900); padding: 10px 14px; border-radius: 8px;
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(11,31,51,.96); color: white;
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(14px);
}
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: white; }
.brand-mark { width: 38px; color: var(--gold-500); display: grid; place-items: center; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-size: 30px; letter-spacing: -.04em; font-weight: 750; }
.brand-copy strong span { color: var(--gold-500); }
.brand-copy small { margin-top: 5px; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; opacity: .85; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a { text-decoration: none; font-weight: 650; font-size: 14px; opacity: .9; }
.main-nav a:hover, .main-nav a:focus-visible { opacity: 1; color: var(--gold-400); }
.main-nav .button:hover { color: #10202e; }
.menu-toggle { display: none; background: transparent; border: 0; padding: 8px; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; width: 25px; height: 2px; background: white; margin: 5px; }

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 48px; padding: 12px 22px; border: 0; border-radius: 8px;
  text-decoration: none; font-weight: 800; font-size: 14px; cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible {
  outline: 3px solid rgba(110,194,183,.35); outline-offset: 2px;
}
.button-gold {
  color: #10202e;
  background: var(--gold-500);
  box-shadow: 0 12px 28px rgba(110,194,183,.25);
}
.button-dark { color: white; background: var(--navy-900); box-shadow: 0 12px 28px rgba(11,31,51,.18); }
.button-outline { color: white; border: 1px solid rgba(255,255,255,.48); background: transparent; }
.button-outline:hover { background: rgba(255,255,255,.08); }
.button-full { width: 100%; }
.button-loading { display: none; }
.is-sending .button-label { display: none; }
.is-sending .button-loading { display: inline; }



/* Identidade da página de Plano de Saúde Empresarial */
.product-intro-bar {
  position: relative; z-index: 10; background: var(--gold-100);
  border-bottom: 1px solid rgba(110,194,183,.35);
}
.product-intro-inner {
  min-height: 48px; display: flex; align-items: center; justify-content: center;
  gap: 12px 22px; text-align: center;
}
.product-intro-inner strong {
  color: var(--navy-900); font-size: 15px; font-weight: 900; letter-spacing: .01em;
}
.product-intro-inner span { color: #587080; font-size: 12px; font-weight: 700; }
.hero-product-name {
  display: block; color: var(--navy-900); font-size: clamp(48px, 6vw, 78px);
  line-height: .98; letter-spacing: -.055em;
}
.hero-product-promise {
  display: block; max-width: 690px; margin-top: 17px; color: #34445a;
  font-size: clamp(27px, 2.7vw, 39px); line-height: 1.12; letter-spacing: -.03em; font-weight: 760;
}

.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(circle at 82% 16%, rgba(121,201,192,.15), transparent 27%),
    linear-gradient(90deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.97) 48%, rgba(247,249,252,.94) 100%);
  padding: 72px 0 78px;
}
.hero::before {
  content: ""; position: absolute; right: -120px; top: 70px; width: 560px; height: 560px;
  border: 1px solid rgba(110,194,183,.18); border-radius: 50%;
}
.hero::after {
  content: "+"; position: absolute; right: 5%; bottom: 2%; color: rgba(7,26,50,.045);
  font-size: 340px; font-weight: 300; line-height: .8; transform: rotate(8deg);
}
.hero-glow { position: absolute; border-radius: 50%; filter: blur(8px); opacity: .3; }
.hero-glow-one { width: 340px; height: 340px; background: #dbe8f8; top: -150px; right: 24%; }
.hero-glow-two { width: 260px; height: 260px; background: #dff3f0; bottom: -120px; left: 32%; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr .92fr; align-items: center; gap: 68px; }
.eyebrow {
  margin: 0 0 12px; color: #2f827b; font-size: 12px; font-weight: 850;
  text-transform: uppercase; letter-spacing: .16em;
}
.hero h1 { margin: 0; font-size: clamp(42px, 5vw, 68px); line-height: 1.02; letter-spacing: -.05em; max-width: 760px; }
.hero-text { max-width: 680px; font-size: 18px; color: var(--muted); margin: 24px 0; }
.hero-benefits { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0 30px; }
.hero-benefits div {
  display: flex; align-items: center; gap: 8px; background: white; border: 1px solid var(--line);
  border-radius: 999px; padding: 9px 13px; font-size: 13px; font-weight: 750;
}
.hero-benefits span { color: #2f827b; font-weight: 900; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.microcopy { margin-top: 14px; font-size: 12px; color: #78869a; }

.quote-card {
  background: white; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow);
  border: 1px solid rgba(11,31,51,.08);
}
.quote-card-head { text-align: center; color: white; background: var(--navy-900); padding: 22px; }
.quote-card-head p { margin: 0 0 4px; font-size: 18px; font-weight: 850; text-transform: uppercase; }
.quote-card-head span { font-size: 13px; opacity: .82; }
.quote-card form { display: grid; gap: 13px; padding: 22px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
label { display: grid; gap: 7px; font-size: 13px; font-weight: 750; color: #35455b; }
label em { font-weight: 500; color: #78869a; }
input, select, textarea {
  width: 100%; border: 1px solid var(--line); border-radius: 8px; background: white;
  padding: 11px 12px; color: var(--ink); transition: border-color .2s, box-shadow .2s;
}
textarea { resize: vertical; min-height: 80px; }
input:hover, select:hover, textarea:hover { border-color: #b9c5d4; }
.consent { grid-template-columns: auto 1fr; align-items: start; gap: 10px; font-size: 11px; font-weight: 500; color: var(--muted); }
.consent input { width: 16px; height: 16px; margin-top: 2px; }
.consent a { color: var(--navy-800); font-weight: 750; }
.honeypot { position: absolute; left: -9999px; }
.form-status { min-height: 18px; margin: 0; font-size: 13px; text-align: center; }
.form-status.success { color: var(--success); }
.form-status.error { color: var(--error); }

.trust-strip { background: var(--navy-950); color: white; padding: 24px 0; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.trust-grid div { padding-left: 22px; border-left: 1px solid rgba(255,255,255,.14); }
.trust-grid div:first-child { border-left: 0; padding-left: 0; }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { font-size: 15px; }
.trust-grid span { color: rgba(255,255,255,.64); font-size: 13px; }

.section { padding: 84px 0; }
.section-light { background: var(--surface-soft); }
.section-heading { text-align: center; max-width: 790px; margin: 0 auto 42px; }
.section-heading h2, .faq-grid h2, .audience-grid h2, .operator-grid h2, .final-cta h2 {
  margin: 0; font-size: clamp(30px, 4vw, 46px); line-height: 1.08; letter-spacing: -.035em;
}
.section-heading > p:last-child { color: var(--muted); margin: 16px auto 0; }

.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.feature-card {
  background: white; padding: 27px; border-radius: 14px; border: 1px solid #e3e9f0;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.feature-card:hover { transform: translateY(-5px); box-shadow: 0 18px 40px rgba(11,31,51,.1); border-color: rgba(110,194,183,.55); }
.feature-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 14px; background: var(--gold-100); color: #2f827b; font-size: 24px; font-weight: 850; }
.feature-card h3 { margin: 20px 0 8px; }
.feature-card p { color: var(--muted); margin: 0; font-size: 14px; }

.section-navy { background: var(--navy-900); color: white; position: relative; overflow: hidden; }
.section-navy::before {
  content: ""; position: absolute; width: 560px; height: 560px; border: 1px solid rgba(255,255,255,.08);
  border-radius: 50%; top: -340px; left: -180px;
}
.section-navy .eyebrow { color: var(--gold-400); }
.audience-grid { display: grid; grid-template-columns: 1.1fr .8fr; gap: 72px; align-items: center; position: relative; }
.section-lead { color: rgba(255,255,255,.7); font-size: 17px; max-width: 720px; }
.check-list { list-style: none; padding: 0; margin: 30px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 22px; }
.check-list li { position: relative; padding-left: 28px; color: rgba(255,255,255,.86); font-weight: 650; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--gold-400); font-weight: 900; }
.audience-card { background: white; color: var(--ink); padding: 34px; border-radius: 18px; box-shadow: 0 28px 60px rgba(0,0,0,.22); }
.audience-badge { display: inline-block; padding: 6px 10px; border-radius: 999px; background: var(--gold-100); color: #2b766f; font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.audience-card h3 { margin: 18px 0 10px; font-size: 26px; line-height: 1.2; }
.audience-card p { color: var(--muted); }
.text-link { color: #2f827b; font-weight: 850; text-decoration: none; }

.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.steps-grid article { position: relative; padding: 28px; border: 1px solid var(--line); border-radius: 14px; background: white; }
.steps-grid article::after { content: ""; position: absolute; top: 35px; right: -19px; width: 20px; height: 1px; background: var(--gold-500); }
.steps-grid article:last-child::after { display: none; }
.steps-grid span { color: #2f827b; font-size: 12px; font-weight: 900; letter-spacing: .14em; }
.steps-grid h3 { margin: 13px 0 8px; }
.steps-grid p { margin: 0; color: var(--muted); font-size: 14px; }

.operator-section { background: linear-gradient(135deg, #f6f8fb 0%, white 72%); border-top: 1px solid #edf0f4; border-bottom: 1px solid #edf0f4; }
.operator-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.operator-grid > div:first-child > p:last-child { color: var(--muted); }
.operator-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.operator-list span { min-height: 90px; display: grid; place-items: center; text-align: center; padding: 14px; border: 1px solid var(--line); border-radius: 12px; background: white; color: #5f6f84; font-weight: 850; box-shadow: 0 12px 28px rgba(11,31,51,.05); }

.faq-section { background: linear-gradient(135deg, #f4f8f9 0%, white 60%); }
.faq-grid { display: grid; grid-template-columns: .72fr 1fr; gap: 72px; align-items: start; }
.faq-intro { color: var(--muted); margin: 18px 0 26px; }
.accordion { display: grid; gap: 12px; }
details { background: white; border: 1px solid var(--line); border-radius: 10px; padding: 0 18px; }
summary { cursor: pointer; font-weight: 800; padding: 18px 0; }
details p { color: var(--muted); margin: 0; padding: 0 0 18px; }

.final-cta { background: var(--navy-900); color: white; padding: 52px 0; }
.final-cta .eyebrow { color: var(--gold-400); }
.final-cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 48px; }
.final-cta h2 { max-width: 740px; }
.final-cta p:last-child { color: rgba(255,255,255,.68); }
.final-cta-actions { display: flex; gap: 12px; flex-shrink: 0; }

.site-footer { background: var(--navy-950); color: white; padding: 62px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 50px; }
.brand-footer { margin-bottom: 18px; }
.footer-grid p { color: rgba(255,255,255,.64); max-width: 350px; }
.footer-grid h3 { margin: 0 0 16px; font-size: 15px; text-transform: uppercase; letter-spacing: .08em; }
.footer-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; color: rgba(255,255,255,.72); }
.footer-list a { text-decoration: none; }
.footer-list a:hover { color: var(--gold-400); }
.footer-bottom {
  display: flex; justify-content: center; flex-wrap: wrap; gap: 10px 24px;
  margin-top: 48px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1);
  color: rgba(255,255,255,.58); font-size: 12px;
}

.floating-whatsapp {
  position: fixed; right: 20px; bottom: 20px; z-index: 900;
  background: #1f9d55; color: white; text-decoration: none; border-radius: 999px;
  padding: 13px 18px; font-weight: 850; box-shadow: 0 14px 34px rgba(0,0,0,.22);
}

.privacy-page { background: var(--surface-soft); }
.privacy-shell { width: min(calc(100% - 40px), 900px); margin: 70px auto; background: white; padding: 48px; border-radius: 18px; box-shadow: var(--shadow); }
.privacy-shell h1 { font-size: clamp(34px, 5vw, 54px); line-height: 1.05; margin-top: 0; }
.privacy-shell h2 { margin-top: 34px; }
.privacy-shell p, .privacy-shell li { color: var(--muted); }
.privacy-shell > a { color: #2f827b; font-weight: 800; }

@media (max-width: 1040px) {
  .menu-toggle { display: block; }
  .main-nav {
    position: fixed; inset: 76px 0 auto 0; background: var(--navy-950);
    flex-direction: column; align-items: stretch; padding: 22px 20px 28px;
    transform: translateY(-130%); transition: transform .25s ease; box-shadow: 0 20px 40px rgba(0,0,0,.25);
  }
  .main-nav.is-open { transform: translateY(0); }
  .main-nav a { width: 100%; text-align: center; }
  .hero-grid { grid-template-columns: 1fr; gap: 44px; }
  .hero-copy { text-align: center; }
  .hero-text { margin-inline: auto; }
  .hero-benefits, .hero-actions { justify-content: center; }
  .feature-grid, .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-grid article:nth-child(2)::after { display: none; }
  .audience-grid, .operator-grid, .faq-grid { grid-template-columns: 1fr; gap: 42px; }
  .final-cta-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 680px) {

  .product-intro-inner { min-height: 58px; flex-direction: column; gap: 0; padding: 8px 0; }
  .product-intro-inner strong { font-size: 14px; }
  .product-intro-inner span { font-size: 11px; }
  .hero-product-name { font-size: clamp(43px, 13vw, 58px); }
  .hero-product-promise { margin-top: 14px; font-size: clamp(25px, 7.8vw, 34px); }

  .container { width: min(calc(100% - 28px), var(--container)); }
  .header-inner { min-height: 68px; }
  .main-nav { inset: 68px 0 auto 0; }
  .brand-copy strong { font-size: 25px; }
  .brand-mark { width: 32px; }
  

.hero { padding: 52px 0 58px; }
  .hero h1 { font-size: clamp(38px, 12vw, 52px); }
  .hero-text { font-size: 16px; }
  .hero-actions .button { width: 100%; }
  .form-row, .trust-grid, .feature-grid, .steps-grid, .operator-list, .footer-grid { grid-template-columns: 1fr; }
  .trust-grid div { border-left: 0; border-top: 1px solid rgba(255,255,255,.12); padding: 16px 0 0; }
  .trust-grid div:first-child { border-top: 0; padding-top: 0; }
  .section { padding: 64px 0; }
  .check-list { grid-template-columns: 1fr; }
  .steps-grid article::after { display: none; }
  .final-cta-actions { width: 100%; flex-direction: column; }
  .final-cta-actions .button { width: 100%; }
  .floating-whatsapp { right: 14px; bottom: 14px; padding: 11px 15px; font-size: 13px; }
  .privacy-shell { margin: 28px auto; padding: 28px; }
}
