/* =========================
   IVAN M ANJOS
   Site institucional
   ========================= */

:root {
  --navy: #062a52;
  --navy-2: #0b3564;
  --blue: #1768b2;
  --blue-2: #2f82cf;
  --cyan: #14cfe3;
  --cyan-soft: #e9fbfd;
  --ice: #f5f9fc;
  --white: #ffffff;
  --text: #10243e;
  --muted: #63758a;
  --line: #dbe5ee;
  --shadow: 0 18px 50px rgba(15, 52, 88, 0.10);
  --container: 1200px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", Arial, sans-serif;
  color: var(--text);
  background: var(--white);
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin: 0 auto;
}

.section {
  padding: 120px 0;
}

.section-white {
  background: var(--white);
}

h1,
h2,
h3 {
  font-family: "Montserrat", "Inter", sans-serif;
  letter-spacing: -0.035em;
}

h2 {
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1.04;
}

h2 span {
  color: var(--blue);
}

.section-kicker {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 58px;
}

.section-kicker span {
  width: 38px;
  height: 38px;
  border: 1px solid #a7cbe8;
  color: var(--blue);
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;
}

.section-kicker p {
  font-size: 12px;
  letter-spacing: 0.20em;
  color: var(--muted);
  font-weight: 700;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* HEADER */

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1000;
  transition: 0.3s ease;
}

.site-header.scrolled {
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(6, 42, 82, 0.09);
  backdrop-filter: blur(16px);
}

.header-inner {
  height: 92px;
  display: flex;
  align-items: center;
  gap: 36px;
}

.brand {
  width: 180px;
  margin-right: auto;
}

.brand img {
  width: 100%;
}

.desktop-nav {
  display: flex;
  gap: 28px;
  align-items: center;
}

.desktop-nav a {
  color: #38516c;
  font-size: 13px;
  font-weight: 600;
  transition: 0.2s;
}

.desktop-nav a:hover {
  color: var(--blue);
}

.header-cta {
  padding: 13px 20px;
  border-radius: 999px;
  background: var(--navy);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  transition: 0.25s;
}

.header-cta:hover {
  transform: translateY(-2px);
  background: var(--blue);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.menu-toggle span {
  width: 24px;
  height: 2px;
  background: var(--navy);
  display: block;
  margin: 5px auto;
  transition: 0.25s;
}

.mobile-nav {
  display: none;
}

/* HERO */

.hero {
  position: relative;
  min-height: 92vh;
  padding: 150px 0 80px;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 88% 22%, rgba(20, 207, 227, 0.11), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 72%, #f5f9fc 100%);
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  width: 720px;
  height: 720px;
  border: 80px solid rgba(23, 104, 178, 0.05);
  border-radius: 50%;
  right: -270px;
  top: -240px;
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.orb-one {
  width: 300px;
  height: 300px;
  background: rgba(20, 207, 227, 0.08);
  right: 8%;
  top: 26%;
}

.orb-two {
  width: 140px;
  height: 140px;
  border: 26px solid rgba(47, 130, 207, 0.07);
  left: -50px;
  bottom: 50px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  margin-bottom: 26px;
}

.eyebrow::before {
  content: "";
  width: 34px;
  height: 2px;
  background: var(--cyan);
}

.hero h1 {
  font-size: clamp(50px, 6vw, 82px);
  line-height: 0.98;
  max-width: 760px;
  color: var(--navy);
}

.hero h1 span {
  color: var(--blue);
  display: block;
  margin-top: 8px;
}

.hero-copy > p {
  max-width: 610px;
  font-size: 17px;
  line-height: 1.8;
  color: var(--muted);
  margin-top: 28px;
}

.hero-actions {
  display: flex;
  gap: 14px;
  margin-top: 38px;
  flex-wrap: wrap;
}

.btn {
  min-height: 54px;
  padding: 0 24px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  transition: 0.25s ease;
}

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  box-shadow: 0 14px 30px rgba(23, 104, 178, 0.20);
}

.btn-primary:hover,
.btn-white:hover {
  transform: translateY(-3px);
}

.btn-secondary {
  color: var(--navy);
  border: 1px solid var(--line);
  background: #fff;
}

.btn-secondary:hover {
  border-color: #a8c6df;
  background: var(--ice);
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 52px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.hero-proof div {
  padding-right: 18px;
}

.hero-proof strong,
.hero-proof span {
  display: block;
}

.hero-proof strong {
  color: var(--navy);
  font-size: 12px;
  margin-bottom: 5px;
}

.hero-proof span {
  color: #7b8da1;
  font-size: 11px;
  line-height: 1.5;
}

.hero-visual {
  position: relative;
  min-height: 590px;
}

.photo-card {
  width: min(100%, 470px);
  height: 590px;
  margin-left: auto;
  border-radius: 200px 200px 28px 28px;
  background: linear-gradient(160deg, #dff8fb, #dfeeff 60%, #c8e8f4);
  border: 1px solid #cde1ee;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}

.photo-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #6e879e;
  text-align: center;
  padding: 50px;
  background:
    radial-gradient(circle at 50% 28%, rgba(23, 104, 178, 0.12), transparent 24%),
    linear-gradient(145deg, #eefbfc, #e6f1fa);
}

.photo-placeholder span {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.2em;
  font-weight: 800;
}

.photo-placeholder strong {
  color: var(--navy);
  font-size: 22px;
  margin: 9px 0;
}

.photo-placeholder small {
  font-size: 11px;
}

.photo-card.has-photo .photo-placeholder {
  background-image: url("../assets/images/ivan-hero.jpg");
  background-size: cover;
  background-position: center;
  color: transparent;
}

.photo-card.has-photo .photo-placeholder * {
  opacity: 0;
}

.photo-badge {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  background: rgba(6, 42, 82, 0.92);
  backdrop-filter: blur(10px);
  color: #fff;
  padding: 20px 22px;
  border-radius: 16px;
}

.photo-badge span {
  display: block;
  color: var(--cyan);
  font-size: 10px;
  letter-spacing: 0.18em;
  font-weight: 800;
  margin-bottom: 6px;
}

.photo-badge strong {
  font-size: 15px;
  line-height: 1.4;
}

.floating-pill {
  position: absolute;
  top: 105px;
  left: 10px;
  background: #fff;
  color: var(--navy);
  border: 1px solid #dbe8f1;
  box-shadow: var(--shadow);
  padding: 15px 18px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  gap: 10px;
  align-items: center;
}

.pill-dot {
  width: 9px;
  height: 9px;
  background: var(--cyan);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(20, 207, 227, 0.12);
}

/* BAND */

.intro-band {
  background: var(--navy);
  color: #fff;
  padding: 26px 0;
}

.intro-band-grid {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}

.intro-band span {
  color: var(--cyan);
  font-size: 11px;
  letter-spacing: 0.18em;
  font-weight: 800;
}

.intro-band strong {
  font-size: 16px;
  font-weight: 600;
}

/* SOBRE */

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 110px;
  align-items: start;
}

.section-copy {
  max-width: 520px;
}

.section-copy p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 18px;
}

.section-copy .lead {
  color: var(--navy);
  font-size: 20px;
  line-height: 1.6;
  font-weight: 600;
}

/* PROTEÇÃO */

.protection-section {
  background: var(--ice);
}

.section-heading {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 70px;
}

.section-heading p,
.solutions-header p {
  max-width: 470px;
  color: var(--muted);
  line-height: 1.8;
}

.protection-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.protection-card {
  min-height: 290px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #dfebf3;
  padding: 28px;
  box-shadow: 0 8px 30px rgba(15, 52, 88, 0.05);
  transition: 0.25s;
}

.protection-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

.card-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--cyan-soft);
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
}

.protection-card h3 {
  color: var(--navy);
  font-size: 22px;
  margin: 66px 0 14px;
}

.protection-card p {
  color: var(--muted);
  line-height: 1.75;
  font-size: 14px;
}

/* BLUE FEATURE */

.blue-feature {
  position: relative;
  background:
    linear-gradient(130deg, #0a3a69 0%, #1768b2 55%, #1aa8c6 100%);
  color: #fff;
  overflow: hidden;
  padding: 120px 0;
}

.blue-feature::before {
  content: "";
  position: absolute;
  width: 640px;
  height: 640px;
  border-radius: 50%;
  border: 90px solid rgba(255,255,255,0.07);
  right: -170px;
  top: -220px;
}

.blue-shape {
  position: absolute;
  border-radius: 50%;
}

.shape-a {
  width: 420px;
  height: 420px;
  border: 80px solid rgba(20, 207, 227, 0.16);
  left: -200px;
  bottom: -160px;
}

.shape-b {
  width: 220px;
  height: 220px;
  background: rgba(255,255,255,0.05);
  right: 18%;
  bottom: -70px;
}

.blue-feature-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 90px;
  align-items: center;
}

.blue-feature-copy > span {
  font-size: 11px;
  letter-spacing: 0.18em;
  color: #9cf1f6;
  font-weight: 800;
}

.blue-feature-copy h2 {
  color: #fff;
  margin-top: 20px;
}

.blue-feature-copy p {
  margin-top: 24px;
  color: #dbeaf8;
  line-height: 1.8;
  max-width: 560px;
}

.btn-light {
  margin-top: 30px;
  color: var(--navy);
  background: #fff;
}

.blue-feature-list {
  background: rgba(5, 35, 70, 0.34);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 20px;
  overflow: hidden;
  backdrop-filter: blur(8px);
}

.blue-feature-list div {
  padding: 25px 28px;
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.blue-feature-list div:last-child {
  border-bottom: 0;
}

.blue-feature-list strong,
.blue-feature-list span {
  display: block;
}

.blue-feature-list strong {
  font-size: 16px;
  margin-bottom: 5px;
}

.blue-feature-list span {
  color: #bcd8ee;
  font-size: 13px;
}

/* SOLUÇÕES */

.solutions-header {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 70px;
}

.solutions-list {
  border-top: 1px solid var(--line);
}

.solution-row {
  display: grid;
  grid-template-columns: 70px 0.85fr 1.15fr;
  gap: 30px;
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
  align-items: center;
}

.solution-row > span {
  color: var(--blue);
  font-weight: 800;
  font-size: 12px;
}

.solution-row h3 {
  color: var(--navy);
  font-size: 22px;
}

.solution-row p {
  color: var(--muted);
  line-height: 1.7;
  font-size: 14px;
}

/* AUDIENCE */

.audience-section {
  background: var(--ice);
}

.audience-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 110px;
}

.audience-cards {
  display: grid;
  gap: 14px;
}

.audience-card {
  background: #fff;
  border: 1px solid #dfebf3;
  border-radius: 16px;
  padding: 24px;
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 20px;
}

.audience-card span {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--cyan);
  color: var(--navy);
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 12px;
}

.audience-card p {
  color: #38516c;
  line-height: 1.65;
  font-weight: 600;
}

/* PROCESS */

.process-heading {
  max-width: 820px;
  margin-bottom: 60px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.process-card {
  min-height: 270px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--line);
  padding: 28px;
}

.process-card > span {
  color: var(--cyan);
  font-weight: 900;
  font-size: 12px;
}

.process-card h3 {
  font-size: 20px;
  color: var(--navy);
  margin: 90px 0 13px;
}

.process-card p {
  color: var(--muted);
  line-height: 1.7;
  font-size: 14px;
}

/* PRUDENTIAL */

.prudential-section {
  padding: 110px 0;
  background: var(--navy);
  color: #fff;
}

.prudential-grid {
  display: grid;
  grid-template-columns: 1fr 0.65fr;
  gap: 100px;
  align-items: center;
}

.prudential-copy > span {
  color: var(--cyan);
  font-size: 11px;
  letter-spacing: 0.18em;
  font-weight: 800;
}

.prudential-copy h2 {
  color: #fff;
  margin-top: 18px;
}

.prudential-copy p {
  color: #bfd1e1;
  line-height: 1.8;
  max-width: 640px;
  margin-top: 24px;
}

.prudential-badge {
  position: relative;
  min-height: 320px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.16);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.badge-ring {
  position: absolute;
  width: 78%;
  height: 78%;
  border: 34px solid rgba(20, 207, 227, 0.12);
  border-radius: 50%;
}

.prudential-badge strong {
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  z-index: 1;
}

.prudential-badge span {
  color: #c4d4e3;
  margin-top: 8px;
  z-index: 1;
}

/* FAQ */

.faq-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 110px;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-item {
  border-bottom: 1px solid var(--line);
  padding: 24px 0;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  color: var(--navy);
  font-weight: 800;
  padding-right: 38px;
  position: relative;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: -6px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #b9d3e6;
  display: grid;
  place-items: center;
  color: var(--blue);
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item p {
  color: var(--muted);
  line-height: 1.8;
  font-size: 14px;
  padding: 18px 44px 0 0;
}

/* FINAL CTA */

.final-cta {
  position: relative;
  padding: 130px 0;
  overflow: hidden;
  background: linear-gradient(135deg, #1768b2, #16b8d2);
  color: #fff;
}

.cta-circle {
  position: absolute;
  border-radius: 50%;
}

.circle-1 {
  width: 600px;
  height: 600px;
  border: 90px solid rgba(255,255,255,0.08);
  right: -160px;
  top: -230px;
}

.circle-2 {
  width: 250px;
  height: 250px;
  background: rgba(6,42,82,0.12);
  left: -100px;
  bottom: -120px;
}

.final-cta-inner {
  position: relative;
  z-index: 2;
  max-width: 880px;
  text-align: center;
}

.final-cta-inner > span {
  font-size: 11px;
  letter-spacing: 0.20em;
  font-weight: 800;
  color: #d7fbff;
}

.final-cta h2 {
  color: #fff;
  margin-top: 20px;
}

.final-cta h2 strong {
  display: block;
  color: #e9fdff;
}

.final-cta p {
  margin: 24px auto 34px;
  color: #e1f4fb;
  max-width: 600px;
}

.btn-white {
  background: #fff;
  color: var(--navy);
}

/* FOOTER */

.footer {
  background: #fff;
}

.footer-main {
  padding: 68px 0;
  display: grid;
  grid-template-columns: 1fr 0.7fr 0.7fr;
  gap: 80px;
}

.footer-brand img {
  width: 180px;
}

.footer-brand p {
  color: var(--muted);
  margin-top: 16px;
  font-size: 12px;
}

.footer-links,
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-links a,
.footer-contact a {
  color: #4b6279;
  font-size: 13px;
}

.footer-contact span {
  color: var(--blue);
  font-size: 10px;
  letter-spacing: 0.18em;
  font-weight: 800;
  margin-bottom: 4px;
}

.footer-bottom {
  border-top: 1px solid var(--line);
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.footer-bottom p {
  color: #8191a1;
  font-size: 10px;
  line-height: 1.5;
}

.footer-bottom p:last-child {
  text-align: right;
  max-width: 520px;
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 14px 35px rgba(0,0,0,0.18);
  z-index: 900;
  font-size: 11px;
  font-weight: 900;
}

/* RESPONSIVO */

@media (max-width: 1050px) {
  .desktop-nav,
  .header-cta {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .mobile-nav {
    position: fixed;
    inset: 92px 0 0 0;
    background: rgba(255,255,255,0.98);
    backdrop-filter: blur(14px);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 26px;
  }

  .mobile-nav.active {
    display: flex;
  }

  .mobile-nav a {
    color: var(--navy);
    font-size: 22px;
    font-weight: 800;
  }

  .mobile-whatsapp {
    background: var(--navy);
    color: #fff !important;
    padding: 14px 22px;
    border-radius: 999px;
    font-size: 14px !important;
  }

  .menu-toggle.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .hero-grid,
  .two-col,
  .section-heading,
  .blue-feature-grid,
  .solutions-header,
  .audience-grid,
  .prudential-grid,
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .hero-visual {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
  }

  .photo-card {
    margin: 0 auto;
  }

  .protection-grid,
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .prudential-badge {
    max-width: 380px;
    margin: 0 auto;
    width: 100%;
  }
}

@media (max-width: 700px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .section {
    padding: 88px 0;
  }

  .header-inner {
    height: 78px;
  }

  .brand {
    width: 145px;
  }

  .mobile-nav {
    inset: 78px 0 0 0;
  }

  .hero {
    min-height: auto;
    padding: 120px 0 70px;
  }

  .hero-grid {
    gap: 54px;
  }

  .hero h1 {
    font-size: clamp(44px, 13vw, 62px);
  }

  .hero-copy > p {
    font-size: 15px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-proof {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .hero-proof div {
    border-bottom: 1px solid var(--line);
    padding-bottom: 14px;
  }

  .hero-visual {
    min-height: auto;
  }

  .photo-card {
    height: 500px;
  }

  .floating-pill {
    left: 8px;
    top: 70px;
    font-size: 10px;
  }

  .intro-band-grid {
    flex-direction: column;
    align-items: flex-start;
  }

  .protection-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .solution-row {
    grid-template-columns: 42px 1fr;
  }

  .solution-row p {
    grid-column: 2;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 22px 0;
  }

  .footer-bottom p:last-child {
    text-align: left;
  }

  .blue-feature,
  .prudential-section,
  .final-cta {
    padding: 90px 0;
  }
}
