:root {
  --navy: #10254b;
  --navy-deep: #08162f;
  --navy-soft: #183565;
  --gold: #d4a323;
  --gold-light: #f2d26a;
  --gold-deep: #a97809;
  --silver: #c9ced4;
  --ink: #162033;
  --muted: #647087;
  --surface: #ffffff;
  --surface-2: #f6f7f9;
  --border: #e4e7ec;
  --shadow: 0 24px 70px rgba(14, 31, 58, .12);
  --radius: 22px;
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed; left: 16px; top: 16px; transform: translateY(-160%);
  background: #fff; color: var(--navy); padding: 10px 14px; border-radius: 8px;
  z-index: 9999; box-shadow: var(--shadow);
}
.skip-link:focus { transform: translateY(0); }
.container { width: var(--container); margin-inline: auto; }

.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(255,255,255,.94); backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(16,37,75,.08);
}
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { width: 280px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 26px; }
.main-nav a { text-decoration: none; font-weight: 650; font-size: .95rem; color: #2b3850; transition: color .2s ease; }
.main-nav a:hover { color: var(--gold-deep); }
.main-nav .nav-cta { background: var(--navy); color: #fff; padding: 10px 17px; border-radius: 999px; }
.main-nav .nav-cta:hover { color: #fff; background: var(--navy-soft); }
.menu-button { display: none; border: 0; background: transparent; width: 44px; height: 44px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; cursor: pointer; }
.menu-button span { width: 24px; height: 2px; background: var(--navy); transition: .2s ease; }

.section-dark { background: linear-gradient(135deg, var(--navy-deep), var(--navy) 58%, #16366d); color: #fff; }
.hero { position: relative; overflow: hidden; isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 38px 38px; mask-image: linear-gradient(to bottom, rgba(0,0,0,.8), transparent); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(6px); opacity: .45; z-index: -1; }
.hero-glow-one { width: 390px; height: 390px; background: radial-gradient(circle, rgba(230,184,57,.35), transparent 65%); top: -170px; right: 5%; }
.hero-glow-two { width: 340px; height: 340px; background: radial-gradient(circle, rgba(96,136,211,.25), transparent 65%); bottom: -170px; left: -80px; }
.hero-grid { min-height: 650px; display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: 70px; padding-block: 90px; }
.hero-copy { max-width: 720px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; text-transform: uppercase; letter-spacing: .16em; font-weight: 800; font-size: .76rem; color: var(--gold-light); }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; }
.eyebrow-dark { color: var(--gold-deep); }
.hero h1 { margin: 18px 0 22px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.7rem, 5.8vw, 5rem); line-height: 1.01; letter-spacing: -.035em; max-width: 820px; }
.hero-text { color: #dbe3f2; font-size: 1.15rem; max-width: 680px; margin: 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: #241b05; background: linear-gradient(135deg, #f4d977, var(--gold)); box-shadow: 0 12px 34px rgba(210,163,35,.24); }
.button-gold:hover { box-shadow: 0 14px 38px rgba(210,163,35,.34); }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.04); }
.button-ghost:hover { background: rgba(255,255,255,.09); }
.trust-row { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 30px; color: #bcc9df; font-size: .9rem; }
.trust-row span { display: inline-flex; align-items: center; gap: 8px; }
.trust-row svg { width: 19px; height: 19px; fill: none; stroke: var(--gold-light); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.hero-card { position: relative; overflow: hidden; max-width: 440px; justify-self: end; width: 100%; min-height: 440px; background: linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.055)); border: 1px solid rgba(255,255,255,.16); border-radius: 34px; box-shadow: 0 28px 90px rgba(0,0,0,.28); backdrop-filter: blur(12px); display: flex; flex-direction: column; justify-content: space-between; padding: 30px; }
.hero-card-shine { position: absolute; width: 210px; height: 210px; border-radius: 50%; background: radial-gradient(circle, rgba(246,214,106,.32), transparent 68%); right: -80px; top: -70px; }
.hero-card-logo { width: 100%; height: 245px; object-fit: contain; filter: drop-shadow(0 18px 18px rgba(0,0,0,.16)); }
.hero-card-content { border-top: 1px solid rgba(255,255,255,.16); padding-top: 22px; display: grid; gap: 3px; }
.hero-card-content p { color: var(--gold-light); margin: 0; font-weight: 800; letter-spacing: .04em; }
.hero-card-content strong { font-family: Georgia, serif; font-size: 2rem; font-weight: 700; }
.hero-card-content span { color: #c8d2e4; font-size: .9rem; }

.insurance-section, .partners-section { padding: 108px 0; }
.section-heading { max-width: 760px; margin-bottom: 44px; }
.section-heading h2, .steps-copy h2, .about-panel h2, .contact-copy h2 { margin: 12px 0 14px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.15rem, 4vw, 3.55rem); line-height: 1.08; letter-spacing: -.025em; color: var(--navy); }
.section-heading p, .steps-copy p { color: var(--muted); max-width: 690px; margin: 0; font-size: 1.05rem; }
.insurance-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.insurance-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; box-shadow: 0 10px 35px rgba(12,32,62,.06); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.insurance-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: #d9dce2; }
.card-image { height: 210px; position: relative; overflow: hidden; background: #e9edf2; }
.card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.insurance-card:hover .card-image img { transform: scale(1.035); }
.card-icon { position: absolute; left: 18px; bottom: 18px; width: 48px; height: 48px; border-radius: 15px; display: grid; place-items: center; background: rgba(8,22,47,.9); border: 1px solid rgba(255,255,255,.24); backdrop-filter: blur(10px); }
.card-icon svg { width: 26px; height: 26px; fill: none; stroke: var(--gold-light); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.card-body { padding: 24px; }
.card-body h3 { font-family: Georgia, serif; font-size: 1.5rem; color: var(--navy); margin: 0 0 10px; }
.card-body p { color: var(--muted); margin: 0 0 22px; font-size: .95rem; min-height: 92px; }
.text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--navy); font-weight: 800; text-decoration: none; }
.text-link span { color: var(--gold-deep); transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

.steps-section { background: var(--surface-2); padding: 105px 0; }
.steps-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 90px; align-items: start; }
.steps-copy { position: sticky; top: 118px; }
.steps-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.steps-list li { background: #fff; border: 1px solid var(--border); border-radius: 20px; padding: 26px; display: grid; grid-template-columns: 76px 1fr; align-items: center; gap: 18px; }
.steps-list li > span { font-family: Georgia, serif; font-size: 2.25rem; color: var(--gold-deep); border-right: 1px solid var(--border); }
.steps-list h3 { margin: 0 0 4px; color: var(--navy); font-size: 1.15rem; }
.steps-list p { margin: 0; color: var(--muted); }

.about-section { background: var(--navy-deep); padding: 110px 0; color: #fff; position: relative; overflow: hidden; }
.about-section::after { content: ""; position: absolute; width: 520px; height: 520px; right: -260px; bottom: -260px; border-radius: 50%; border: 1px solid rgba(255,255,255,.08); box-shadow: 0 0 0 70px rgba(255,255,255,.02), 0 0 0 140px rgba(255,255,255,.018); }
.about-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr .8fr; gap: 90px; align-items: center; }
.about-panel h2, .contact-copy h2 { color: #fff; }
.about-panel p { color: #c9d3e5; max-width: 700px; margin: 0 0 28px; font-size: 1.05rem; }
.about-details { display: grid; gap: 13px; }
.detail-item { display: flex; align-items: baseline; gap: 18px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.detail-item strong { font-family: Georgia, serif; color: var(--gold-light); font-size: 2.25rem; min-width: 72px; }
.detail-item span { color: #d5deed; }

.partners-section { background: #fff; }
.partner-chips { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.partner-chips span { min-height: 86px; display: grid; place-items: center; border: 1px solid var(--border); border-radius: 16px; color: #48556e; font-family: Georgia, serif; font-size: 1.3rem; font-weight: 700; background: linear-gradient(180deg,#fff,#fafbfc); }

.contact-section { padding: 110px 0; background: linear-gradient(135deg, var(--navy), var(--navy-deep)); color: #fff; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.contact-copy p { color: #cbd5e5; max-width: 560px; }
.contact-lines { margin-top: 34px; display: grid; gap: 14px; }
.contact-lines a, .contact-lines > div { display: grid; text-decoration: none; padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,.13); }
.contact-lines span { color: var(--gold-light); font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.contact-lines strong { color: #fff; font-size: 1rem; overflow-wrap: anywhere; }
.quote-form { background: #fff; color: var(--ink); padding: 30px; border-radius: 28px; box-shadow: 0 34px 80px rgba(0,0,0,.28); }
.form-row { display: grid; gap: 7px; margin-bottom: 16px; }
.form-row label { font-weight: 800; color: #26344c; font-size: .9rem; }
.form-row label span { font-weight: 500; color: var(--muted); }
.form-row input, .form-row select, .form-row textarea { width: 100%; border: 1px solid #d9dde5; background: #fbfcfd; color: var(--ink); border-radius: 12px; padding: 13px 14px; outline: none; transition: border .2s ease, box-shadow .2s ease; }
.form-row input:focus, .form-row select:focus, .form-row textarea:focus { border-color: #b88a18; box-shadow: 0 0 0 4px rgba(212,163,35,.14); }
.form-row textarea { resize: vertical; }
.button-full { width: 100%; border: 0; }
.form-note { margin: 11px 0 0; text-align: center; color: var(--muted); font-size: .8rem; }

.site-footer { background: #070f20; color: #aeb9cb; padding: 54px 0 22px; }
.footer-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: end; }
.footer-brand img { width: 310px; filter: brightness(1.12); }
.footer-brand p { margin: 10px 0 0; font-size: .9rem; }
.footer-legal { max-width: 700px; justify-self: end; }
.footer-legal p { margin: 0 0 10px; font-size: .87rem; }
.footer-legal a { color: var(--gold-light); text-underline-offset: 3px; }
.footer-bottom { margin-top: 30px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.09); display: flex; justify-content: space-between; gap: 18px; font-size: .8rem; }

.whatsapp-float { position: fixed; right: 22px; bottom: 22px; width: 58px; height: 58px; border-radius: 50%; background: #25d366; display: grid; place-items: center; z-index: 900; box-shadow: 0 13px 34px rgba(0,0,0,.24); transition: transform .2s ease; }
.whatsapp-float:hover { transform: translateY(-3px) scale(1.03); }
.whatsapp-float svg { width: 32px; fill: #fff; }

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

:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 3px; }

@media (max-width: 1050px) {
  .insurance-grid { grid-template-columns: repeat(2, 1fr); }
  .partner-chips { grid-template-columns: repeat(3, 1fr); }
  .hero-grid { gap: 38px; }
  .brand img { width: 235px; }
  .main-nav { gap: 18px; }
}

@media (max-width: 820px) {
  :root { --container: min(100% - 30px, 720px); }
  .nav-wrap { min-height: 74px; }
  .brand img { width: 220px; }
  .menu-button { display: flex; }
  .main-nav { position: absolute; left: 15px; right: 15px; top: calc(100% + 8px); padding: 18px; border-radius: 18px; background: #fff; border: 1px solid var(--border); box-shadow: var(--shadow); display: none; flex-direction: column; align-items: stretch; gap: 5px; }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 9px 10px; }
  .main-nav .nav-cta { text-align: center; margin-top: 5px; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero-grid { grid-template-columns: 1fr; min-height: unset; padding-block: 70px; }
  .hero h1 { max-width: 690px; }
  .hero-card { justify-self: start; max-width: 560px; min-height: 360px; }
  .hero-card-logo { height: 200px; }
  .steps-grid, .about-grid, .contact-grid, .footer-grid { grid-template-columns: 1fr; gap: 42px; }
  .steps-copy { position: static; }
  .footer-legal { justify-self: start; }
}

@media (max-width: 560px) {
  .brand img { width: 185px; }
  .hero-grid { padding-block: 56px 64px; }
  .hero h1 { font-size: clamp(2.35rem, 12vw, 3.7rem); }
  .hero-text { font-size: 1rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .trust-row { flex-direction: column; gap: 10px; }
  .hero-card { min-height: 330px; padding: 22px; }
  .hero-card-content strong { font-size: 1.65rem; }
  .insurance-section, .partners-section, .steps-section, .about-section, .contact-section { padding-block: 78px; }
  .insurance-grid { grid-template-columns: 1fr; }
  .card-body p { min-height: auto; }
  .partner-chips { grid-template-columns: repeat(2, 1fr); }
  .steps-list li { grid-template-columns: 55px 1fr; padding: 20px; }
  .steps-list li > span { font-size: 1.65rem; }
  .quote-form { padding: 22px; border-radius: 22px; }
  .footer-bottom { flex-direction: column; }
  .whatsapp-float { width: 54px; height: 54px; right: 16px; bottom: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .reveal { opacity: 1; transform: none; }
}

/* --- V2: atendimento personalizado e parceiros com slogans --- */
.about-photo-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: 76px;
  align-items: center;
}

.advisor-photo {
  margin: 0;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  min-height: 560px;
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 30px 80px rgba(0,0,0,.28);
  background: #0d1c39;
}
.advisor-photo picture,
.advisor-photo img {
  width: 100%;
  height: 100%;
}
.advisor-photo img {
  min-height: 560px;
  object-fit: cover;
  object-position: center 43%;
}
.advisor-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(5,14,31,.9) 0%, rgba(5,14,31,.08) 44%, transparent 66%);
  pointer-events: none;
}
.advisor-photo figcaption {
  position: absolute;
  z-index: 2;
  left: 26px;
  right: 26px;
  bottom: 24px;
  display: grid;
  gap: 4px;
}
.advisor-photo figcaption span {
  color: var(--gold-light);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .75rem;
  font-weight: 800;
}
.advisor-photo figcaption strong {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.8vw, 2.25rem);
  line-height: 1.08;
  max-width: 470px;
}
.about-details-inline {
  margin: 30px 0 30px;
}
.about-details-inline .detail-item:last-child { border-bottom: 0; }

.statement-section {
  padding: 54px 0;
  background: linear-gradient(180deg, #f8f9fb 0%, #fff 100%);
}
.statement-card {
  display: grid;
  grid-template-columns: 118px 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 30px 34px;
  border: 1px solid var(--border);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(14,31,58,.08);
}
.statement-card > img {
  width: 112px;
  height: 112px;
  object-fit: contain;
  filter: drop-shadow(0 12px 18px rgba(16,37,75,.12));
}
.statement-card > div { display: grid; gap: 4px; }
.statement-card span {
  color: var(--gold-deep);
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: .73rem;
  font-weight: 850;
}
.statement-card strong {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3.6vw, 3rem);
  line-height: 1.05;
}
.statement-card p {
  margin: 4px 0 0;
  color: var(--muted);
  max-width: 720px;
}

.partner-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.partner-card {
  --brand-accent: var(--navy);
  position: relative;
  overflow: hidden;
  min-height: 150px;
  padding: 24px 24px 22px;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: linear-gradient(180deg, #fff, #fafbfd);
  box-shadow: 0 10px 32px rgba(12,32,62,.05);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.partner-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: var(--brand-accent);
}
.partner-card::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  right: -62px;
  top: -62px;
  background: color-mix(in srgb, var(--brand-accent) 9%, transparent);
  pointer-events: none;
}
.partner-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 45px rgba(12,32,62,.10);
  border-color: color-mix(in srgb, var(--brand-accent) 25%, #e4e7ec);
}
.partner-name {
  display: block;
  margin-bottom: 10px;
  color: var(--brand-accent);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.4rem;
  font-weight: 800;
}
.partner-card p {
  margin: 0;
  color: #56627a;
  font-size: .96rem;
  line-height: 1.45;
}
.partner-porto { --brand-accent: #1178d4; }
.partner-azul { --brand-accent: #0867d7; }
.partner-suhai { --brand-accent: #087a3b; }
.partner-mapfre { --brand-accent: #d71920; }
.partner-tokio { --brand-accent: #09879a; }
.partner-hdi { --brand-accent: #0f7a32; }
.partner-itau { --brand-accent: #e86f00; }
.partner-bradesco { --brand-accent: #d51f32; }
.partner-bp { --brand-accent: #5d2bbd; }
.partner-note {
  margin: 18px 0 0;
  color: #7a8498;
  font-size: .8rem;
  max-width: 900px;
}

@media (max-width: 1050px) {
  .about-photo-grid { gap: 46px; }
  .statement-card { grid-template-columns: 94px 1fr; }
  .statement-card > img { width: 88px; height: 88px; }
  .statement-card > .button { grid-column: 2; justify-self: start; }
}

@media (max-width: 820px) {
  .about-photo-grid { grid-template-columns: 1fr; gap: 42px; }
  .advisor-photo { min-height: 520px; max-width: 680px; }
  .advisor-photo img { min-height: 520px; }
  .partner-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .statement-card { grid-template-columns: 82px 1fr; padding: 26px; }
  .statement-card > img { width: 76px; height: 76px; }
}

@media (max-width: 560px) {
  .advisor-photo { min-height: 430px; border-radius: 22px; }
  .advisor-photo img { min-height: 430px; }
  .advisor-photo figcaption { left: 20px; right: 20px; bottom: 18px; }
  .partner-grid { grid-template-columns: 1fr; }
  .partner-card { min-height: 128px; }
  .statement-section { padding: 36px 0; }
  .statement-card { grid-template-columns: 1fr; text-align: left; padding: 24px; }
  .statement-card > img { width: 82px; height: 82px; }
  .statement-card > .button { grid-column: auto; width: 100%; }
}

/* --- V3: ajustes pedidos pelo cliente --- */
.insurance-card-auto .card-image img {
  object-position: center 78%;
}
.insurance-card-life .card-image img {
  object-position: center 18%;
}
@media (max-width: 560px) {
  .insurance-card-auto .card-image img {
    object-position: center 82%;
  }
  .insurance-card-life .card-image img {
    object-position: center 14%;
  }
}

/* --- V4: cards de seguradoras com logo + slogan em imagem --- */
.partner-grid-logos {
  align-items: stretch;
}
.partner-logo-card {
  padding: 0;
  min-height: unset;
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
}
.partner-logo-card::before,
.partner-logo-card::after {
  display: none;
}
.partner-logo-card img {
  width: 100%;
  height: auto;
  display: block;
}
.partner-logo-card:hover {
  transform: translateY(-4px);
}

/* --- V5: refinamento visual da seção de seguradoras --- */
.partners-section {
  background:
    radial-gradient(circle at top right, rgba(212,163,35,.08), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}
.partner-highlight {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 22px;
  align-items: center;
  margin: 0 0 28px;
  padding: 22px 24px;
  border: 1px solid rgba(16,37,75,.08);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(247,249,252,.98));
  box-shadow: 0 18px 48px rgba(12,32,62,.06);
}
.partner-highlight img {
  width: 92px;
  height: 92px;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(16,37,75,.10));
}
.partner-highlight strong {
  display: block;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.4rem, 2vw, 2rem);
  line-height: 1.1;
  margin-bottom: 6px;
}
.partner-highlight p {
  margin: 0;
  color: var(--muted);
  max-width: 760px;
}
.partner-grid-logos {
  gap: 18px;
}
.partner-logo-card {
  padding: 10px;
  border-radius: 24px;
  border: 1px solid rgba(16,37,75,.08);
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 16px 42px rgba(12,32,62,.07);
}
.partner-logo-card img {
  border-radius: 18px;
  overflow: hidden;
}
.partner-logo-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 52px rgba(12,32,62,.12);
}
.partner-note {
  margin-top: 22px;
}
@media (max-width: 820px) {
  .partner-highlight {
    grid-template-columns: 76px 1fr;
    gap: 18px;
    padding: 20px;
  }
  .partner-highlight img {
    width: 76px;
    height: 76px;
  }
}
@media (max-width: 560px) {
  .partner-highlight {
    grid-template-columns: 1fr;
    padding: 18px;
    gap: 14px;
  }
  .partner-highlight img {
    width: 72px;
    height: 72px;
  }
  .partner-logo-card {
    padding: 8px;
    border-radius: 20px;
  }
  .partner-logo-card img {
    border-radius: 14px;
  }
}
