:root {
  --plum: #3b254f;
  --purple: #5b3f75;
  --violet: #7b5a9a;
  --lavender: #cdb8de;
  --lilac: #efe7f5;
  --mauve: #b9859f;
  --rose: #f3d9df;
  --champagne: #c5a66a;
  --mint: #d7efec;
  --sage: #6f9f99;
  --whatsapp: #1f8f5f;
  --cream: #fffaf5;
  --paper: #fbf7fb;
  --ink: #30273a;
  --muted: #6c6074;
  --line: rgba(91, 63, 117, 0.14);
  --shadow: 0 26px 70px rgba(59, 37, 79, 0.14);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  overflow-x: hidden;
  font-family: "Inter", Arial, sans-serif;
  color: var(--ink);
  background:
    linear-gradient(120deg, rgba(215, 239, 236, 0.36), transparent 38%),
    linear-gradient(180deg, var(--cream), var(--paper) 46%, #fffaf5);
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body.nav-locked {
  overflow: hidden;
}

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

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(197, 166, 106, 0.54);
  outline-offset: 4px;
}

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

.site-header {
  position: fixed;
  inset: 18px clamp(14px, 3vw, 34px) auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 14px 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 999px;
  background: rgba(255, 250, 245, 0.86);
  box-shadow: 0 16px 40px rgba(59, 37, 79, 0.11);
  backdrop-filter: blur(18px);
}

.site-header.is-scrolled {
  background: rgba(255, 250, 245, 0.94);
}

.brand {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
}

.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--plum), var(--violet) 72%, var(--sage));
  box-shadow: 0 10px 24px rgba(59, 37, 79, 0.1);
  overflow: hidden;
}

.brand-mark img {
  width: 34px;
  height: 26px;
  object-fit: contain;
  filter: drop-shadow(0 1px 4px rgba(255, 255, 255, 0.36));
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  color: var(--plum);
  font-size: 0.95rem;
  line-height: 1.15;
}

.brand small {
  color: var(--muted);
  font-size: 0.72rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 3px;
}

.site-nav a {
  padding: 10px 12px;
  border-radius: 999px;
  color: #493a58;
  font-size: 0.88rem;
  font-weight: 700;
  transition: background 0.2s ease, color 0.2s ease;
}

.site-nav a:hover {
  background: rgba(111, 159, 153, 0.14);
  color: var(--plum);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border: 0;
  border-radius: 50%;
  background: rgba(111, 159, 153, 0.16);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: var(--plum);
  transition: transform 0.2s ease;
}

.site-header.nav-open .nav-toggle span:first-child {
  transform: translateY(3.5px) rotate(45deg);
}

.site-header.nav-open .nav-toggle span:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: 94svh;
  display: grid;
  align-items: center;
  padding: clamp(108px, 12vw, 140px) clamp(18px, 5vw, 76px) clamp(34px, 5vw, 62px);
  overflow: hidden;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  background-color: #fbf6f8;
  background-image: url("assets/fundo-inferior-neuro-clean.png");
  background-position: center;
  background-size: cover;
  filter: saturate(1.03) contrast(1.02);
  transform: scale(1.005);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(255, 250, 245, 0.98) 0%, rgba(255, 250, 245, 0.88) 34%, rgba(255, 250, 245, 0.34) 62%, rgba(255, 250, 245, 0.12) 100%),
    linear-gradient(180deg, rgba(59, 37, 79, 0.08) 0%, rgba(255, 250, 245, 0) 38%, rgba(255, 250, 245, 0.72) 100%);
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: min(660px, 100%);
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--purple);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.06;
}

h1,
h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  color: var(--plum);
  font-weight: 700;
}

h1 {
  max-width: 760px;
  font-size: clamp(2.7rem, 4.9vw, 4.72rem);
}

h2 {
  max-width: 850px;
  font-size: clamp(2.25rem, 4.5vw, 4.6rem);
}

h3 {
  color: var(--plum);
  font-size: 1.24rem;
}

.hero-text {
  max-width: 610px;
  margin: 18px 0 0;
  color: #4f435b;
  font-size: clamp(1.05rem, 1.7vw, 1.32rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 14px 23px;
  border-radius: 999px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--plum), var(--violet) 72%, var(--sage));
  color: #fff;
  box-shadow: 0 18px 42px rgba(59, 37, 79, 0.25);
}

.btn-secondary {
  border: 1px solid rgba(111, 159, 153, 0.34);
  background: rgba(255, 255, 255, 0.78);
  color: var(--plum);
}

.btn-large {
  min-height: 58px;
  padding-inline: 34px;
}

.section {
  padding: clamp(78px, 8vw, 118px) clamp(18px, 5vw, 76px);
}

.section-heading {
  display: grid;
  gap: 12px;
  margin-bottom: 42px;
}

.intro {
  background: linear-gradient(180deg, rgba(255, 250, 245, 0.92), rgba(248, 242, 250, 0.78));
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 0.72fr);
  gap: clamp(32px, 6vw, 86px);
  align-items: start;
}

.intro-copy {
  display: grid;
  gap: 18px;
  color: var(--muted);
  font-size: 1.05rem;
}

.intro-copy p {
  margin: 0;
}

.credentials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.credentials span {
  padding: 8px 12px;
  border: 1px solid rgba(111, 159, 153, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--purple);
  font-size: 0.84rem;
  font-weight: 800;
}

.services {
  background: var(--paper);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.service-card,
.process-step,
.modality-card,
.differential-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 48px rgba(59, 37, 79, 0.08);
}

.service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 360px;
  padding: clamp(24px, 3vw, 34px);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--lavender), var(--mint), var(--champagne));
}

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

.service-number {
  display: block;
  margin-bottom: 26px;
  color: var(--champagne);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
}

.service-card p,
.process-copy p,
.process-step p,
.modality-card p,
.differential-item p,
.cta-inner p {
  color: var(--muted);
}

.service-card p {
  margin: 14px 0 0;
}

.service-card ul {
  display: grid;
  gap: 9px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.service-card li {
  position: relative;
  padding-left: 22px;
  color: #64576d;
  font-size: 0.95rem;
}

.service-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.66em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--mauve);
}

.service-link {
  display: inline-flex;
  width: fit-content;
  margin-top: auto;
  padding-top: 22px;
  color: var(--plum);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(197, 166, 106, 0.66);
  text-underline-offset: 6px;
}

.process {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(340px, 1fr);
  gap: clamp(34px, 6vw, 92px);
  align-items: start;
  background:
    linear-gradient(135deg, rgba(215, 239, 236, 0.3), transparent 38%),
    linear-gradient(180deg, #fffaf5, #f7f0f8);
}

.process-copy p {
  max-width: 560px;
  margin: 20px 0 0;
}

.text-link {
  display: inline-flex;
  margin-top: 24px;
  color: var(--plum);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(197, 166, 106, 0.6);
  text-underline-offset: 6px;
}

.process-steps {
  display: grid;
  gap: 14px;
}

.process-step {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 16px;
  padding: 22px;
}

.process-step span {
  grid-row: span 2;
  color: var(--champagne);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.15rem;
  font-weight: 700;
  line-height: 1;
}

.process-step p {
  margin: 7px 0 0;
}

.modalities {
  background: var(--paper);
}

.modality-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.modality-card {
  padding: 28px;
}

.modality-card p {
  margin: 12px 0 0;
}

.package-details {
  margin-top: 18px;
}

.package-details summary {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border: 1px solid rgba(91, 63, 117, 0.16);
  border-radius: 999px;
  background: rgba(244, 235, 249, 0.82);
  color: var(--plum);
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 800;
  list-style: none;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

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

.package-details summary:hover {
  background: rgba(234, 219, 247, 0.96);
  box-shadow: 0 12px 28px rgba(59, 37, 79, 0.1);
  transform: translateY(-1px);
}

.package-details[open] summary {
  background: rgba(111, 159, 153, 0.14);
}

.package-details p {
  margin-top: 14px;
  padding: 14px;
  border-left: 3px solid var(--sage);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
}

.differentials {
  background: linear-gradient(180deg, #fffaf5, #fbf7fb);
}

.differential-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.differential-item {
  min-height: 196px;
  padding: 24px;
}

.differential-item::before {
  content: "";
  display: block;
  width: 38px;
  height: 3px;
  margin-bottom: 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--sage), var(--champagne));
}

.differential-item p {
  margin: 10px 0 0;
}

.faq {
  background:
    linear-gradient(135deg, rgba(243, 217, 223, 0.34), transparent 38%),
    linear-gradient(180deg, var(--paper), #fffaf5);
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 16px 42px rgba(59, 37, 79, 0.07);
  overflow: hidden;
}

.faq-question {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 68px;
  align-items: center;
  padding: 18px 56px 18px 22px;
  border: 0;
  background: transparent;
  color: var(--plum);
  font: inherit;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}

.faq-question:hover {
  background: rgba(111, 159, 153, 0.09);
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 22px;
  color: var(--violet);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}

.faq-item.is-open .faq-question::after {
  content: "-";
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
}

.faq-answer p {
  margin: 0;
  padding: 0 22px 20px;
  color: var(--muted);
}

.cta {
  position: relative;
  overflow: hidden;
  padding-block: clamp(74px, 8vw, 112px);
  background:
    linear-gradient(90deg, rgba(59, 37, 79, 0.96) 0%, rgba(59, 37, 79, 0.82) 42%, rgba(59, 37, 79, 0.3) 72%, rgba(59, 37, 79, 0.06) 100%),
    url("assets/neuropsicologia-cta-clean.png") center / cover;
  color: #fff;
}

.cta::before {
  content: none;
}

.cta-inner {
  position: relative;
  z-index: 1;
  width: min(840px, 100%);
}

.cta .eyebrow,
.cta h2,
.cta p {
  color: #fff;
}

.cta p {
  max-width: 640px;
  margin: 22px 0 30px;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 18px;
  padding: 38px clamp(18px, 5vw, 76px);
  border-top: 1px solid var(--line);
  background: #fffaf5;
  color: var(--muted);
}

.site-footer strong {
  display: block;
  color: var(--plum);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.5rem;
}

.site-footer p,
.site-footer small {
  margin: 6px 0 0;
}

.site-footer a {
  color: var(--plum);
  font-weight: 800;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.social-links a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
  border: 1px solid rgba(91, 63, 117, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  color: var(--plum);
  font-size: 0.86rem;
  transition: background 0.2s ease, transform 0.2s ease;
}

.social-links a:hover {
  background: rgba(234, 219, 247, 0.8);
  transform: translateY(-1px);
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 18;
  display: none;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--whatsapp), #136b48);
  color: #fff;
  box-shadow: 0 18px 42px rgba(19, 107, 72, 0.26);
  font-weight: 800;
}

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

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

@media (max-width: 1120px) {
  .differential-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  .site-header {
    inset: 12px 12px auto;
    border-radius: 24px;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    display: grid;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(255, 250, 245, 0.97);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  .site-header.nav-open .site-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

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

  .service-grid,
  .modality-grid {
    grid-template-columns: 1fr;
  }

  .floating-whatsapp {
    display: inline-flex;
  }

  .site-footer {
    grid-template-columns: 1fr;
    padding-bottom: 92px;
  }
}

@media (max-width: 640px) {
  html {
    scroll-padding-top: 86px;
  }

  .site-header {
    inset: 10px 10px auto;
    width: auto;
    min-height: 58px;
    padding: 10px;
  }

  .brand {
    max-width: calc(100% - 54px);
  }

  .brand-mark,
  .nav-toggle {
    width: 38px;
    height: 38px;
  }

  .brand strong {
    overflow: hidden;
    font-size: 0.9rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .brand small {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: 118px 16px 46px;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(255, 250, 245, 0.98) 0%, rgba(255, 250, 245, 0.92) 48%, rgba(255, 250, 245, 0.82) 100%),
      rgba(255, 250, 245, 0.28);
  }

  .hero-media {
    background-position: center 24%;
    opacity: 0.46;
  }

  .eyebrow,
  .section-kicker {
    margin-bottom: 10px;
    font-size: 0.7rem;
    letter-spacing: 0.1em;
  }

  h1 {
    font-size: clamp(2.35rem, 11vw, 3.3rem);
  }

  h2 {
    font-size: clamp(2rem, 9vw, 2.8rem);
  }

  .hero-text {
    margin-top: 16px;
    font-size: 1rem;
  }

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

  .hero-actions {
    margin-top: 24px;
  }

  .section {
    padding: 72px 16px;
  }

  .section-heading {
    margin-bottom: 30px;
  }

  .service-card,
  .process-step,
  .modality-card,
  .differential-item {
    min-height: auto;
    padding: 22px;
  }

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

  .process-step span {
    grid-row: auto;
    margin-bottom: 8px;
  }

  .differential-list {
    grid-template-columns: 1fr;
  }

  .floating-whatsapp {
    right: 12px;
    bottom: 12px;
    left: 12px;
    width: auto;
    min-height: 54px;
  }

  .cta {
    background:
      linear-gradient(180deg, rgba(59, 37, 79, 0.94) 0%, rgba(59, 37, 79, 0.86) 58%, rgba(59, 37, 79, 0.74) 100%),
      url("assets/neuropsicologia-cta-clean.png") 68% center / cover;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* Infographic-style refresh based on the client's visual reference */
:root {
  --navy: #101e42;
  --teal: #4f9b98;
  --soft-teal: #dff2ef;
  --soft-pink: #fde2e7;
  --soft-lilac: #eadbf7;
  --soft-yellow: #fff0bd;
  --soft-blue: #e2effb;
}

body {
  background:
    radial-gradient(circle at 3% 10%, rgba(234, 219, 247, 0.38), transparent 18rem),
    radial-gradient(circle at 98% 18%, rgba(223, 242, 239, 0.7), transparent 24rem),
    linear-gradient(180deg, #fffdfa, #fbf8fb 48%, #fffdfa);
}

.site-header {
  background: rgba(255, 253, 250, 0.9);
}

.hero {
  min-height: 94svh;
  grid-template-columns: minmax(0, 0.86fr) minmax(340px, 0.7fr);
  gap: clamp(22px, 4vw, 58px);
  align-items: center;
  padding: clamp(104px, 10vw, 128px) clamp(18px, 5vw, 76px) clamp(34px, 4vw, 54px);
  background: #fffdfa;
}

.hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 253, 250, 0.96) 0%, rgba(255, 253, 250, 0.78) 42%, rgba(255, 253, 250, 0.26) 70%, rgba(255, 253, 250, 0.04) 100%),
    linear-gradient(180deg, rgba(255, 253, 250, 0.06), rgba(251, 248, 251, 0.34)),
    url("assets/fundo-inferior-neuro-clean.png") center / cover;
  filter: saturate(1.18) contrast(1.06);
}

.hero-bg::before,
.hero-bg::after {
  content: "";
  position: absolute;
  border-radius: 42% 58% 64% 36% / 44% 39% 61% 56%;
  opacity: 0.72;
}

.hero-bg::before {
  display: none;
}

.hero-bg::after {
  left: -12vw;
  bottom: -10vw;
  width: min(42vw, 560px);
  height: min(38vw, 500px);
  background: rgba(253, 226, 231, 0.72);
}

.hero-copy,
.hero-visual {
  position: relative;
  z-index: 1;
}

.hero-copy {
  width: min(760px, 100%);
}

.hero-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.hero-label p {
  margin: 0;
  color: var(--navy);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.mini-brain {
  width: 52px;
  height: 42px;
  object-fit: contain;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 10px 24px rgba(16, 30, 66, 0.08);
}

.hero h1 {
  color: var(--navy);
  font-family: "Inter", Arial, sans-serif;
  font-size: clamp(2.45rem, 4.12vw, 4.34rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.03;
  text-transform: uppercase;
}

.hero h1::first-line {
  color: var(--navy);
}

.hero-text {
  max-width: 640px;
  margin-top: 14px;
  color: #4f5266;
  font-size: clamp(1rem, 1.22vw, 1.16rem);
}

.safety-pill {
  display: inline-flex;
  max-width: 620px;
  align-items: center;
  gap: 14px;
  margin-top: 18px;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(244, 235, 249, 0.92);
  color: var(--navy);
  box-shadow: 0 14px 34px rgba(16, 30, 66, 0.08);
}

.shield-icon {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  background: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 4 7 8v9c0 8 5 14 12 17 7-3 12-9 12-17V8L19 4Z' stroke='%23101E42' stroke-width='2.4' stroke-linejoin='round'/%3E%3Cpath d='m13 19 4 4 8-9' stroke='%234F9B98' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.hero-visual {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 18px;
  padding-top: clamp(180px, 20vw, 280px);
}

.brain-stage {
  position: relative;
  width: min(100%, 430px);
  padding: clamp(12px, 2vw, 24px);
}

.brain-stage::before {
  content: "";
  position: absolute;
  inset: 8% 0 2%;
  border-radius: 43% 57% 48% 52% / 45% 44% 56% 55%;
  background: rgba(215, 239, 236, 0.78);
  box-shadow: 0 30px 70px rgba(16, 30, 66, 0.12);
}

.brain-stage img {
  position: relative;
  z-index: 1;
  width: 100%;
  filter: drop-shadow(0 28px 34px rgba(16, 30, 66, 0.16));
}

.hero-actions {
  margin-top: 18px;
}

.btn-primary {
  background: linear-gradient(135deg, var(--navy), #34406f);
}

.btn-secondary {
  border-color: rgba(79, 155, 152, 0.35);
}

.start-visuals {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  padding: 24px clamp(18px, 5vw, 76px) 18px;
  background: linear-gradient(180deg, #fffdfa, #fbf8fb);
}

.start-visual-card {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 154px;
  padding: 16px;
  border: 1px solid rgba(126, 102, 184, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 42px rgba(16, 30, 66, 0.07);
}

.start-visual-card img {
  width: 96px;
  height: auto;
}

.start-visual-card h2 {
  margin: 0 0 6px;
  color: var(--navy);
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.22;
}

.start-visual-card p {
  margin: 0;
  color: #555a6f;
  font-size: 0.9rem;
  line-height: 1.5;
}

.evaluation {
  background: linear-gradient(180deg, #fffdfa, #fbf8fb);
}

.evaluation-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.44fr);
  gap: clamp(26px, 5vw, 70px);
  align-items: start;
}

.care-list {
  display: grid;
  gap: 14px;
}

.care-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: center;
  padding: 18px;
  border-bottom: 1px solid rgba(16, 30, 66, 0.1);
}

.care-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: var(--soft-teal);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 38px;
}

.care-item:nth-child(2) .care-icon {
  background-color: var(--soft-pink);
}

.care-item:nth-child(3) .care-icon {
  background-color: var(--soft-lilac);
}

.care-item:nth-child(4) .care-icon {
  background-color: var(--soft-yellow);
}

.care-item:nth-child(5) .care-icon {
  background-color: var(--soft-blue);
}

.care-item h3 {
  color: var(--teal);
  font-family: "Inter", Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  text-transform: uppercase;
}

.care-item p {
  margin: 5px 0 0;
  color: #1f2948;
}

.icon-professional {
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='18' cy='14' r='8' stroke='%23101E42' stroke-width='2.5'/%3E%3Cpath d='M5 36c2-8 7-12 13-12 3 0 6 1 8 3' stroke='%23101E42' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='m29 31 4 4 7-9' stroke='%234F9B98' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.icon-clipboard {
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='10' y='7' width='24' height='30' rx='3' stroke='%23101E42' stroke-width='2.5'/%3E%3Cpath d='M17 6h10v6H17V6ZM16 19h12M16 25h12M16 31h8' stroke='%23101E42' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.icon-brain {
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 11c0-4-3-7-7-7-5 0-9 4-9 9-2 1-3 4-3 7 0 4 2 7 5 9v2c0 5 4 9 9 9 3 0 5-2 5-5V11Z' stroke='%23101E42' stroke-width='2.4' stroke-linecap='round'/%3E%3Cpath d='M22 11c0-4 3-7 7-7 5 0 9 4 9 9 2 1 3 4 3 7 0 4-2 7-5 9v2c0 5-4 9-9 9-3 0-5-2-5-5V11Z' stroke='%23101E42' stroke-width='2.4' stroke-linecap='round'/%3E%3Cpath d='M13 18c3 0 5 2 5 5M29 18c-3 0-5 2-5 5' stroke='%234F9B98' stroke-width='2.3' stroke-linecap='round'/%3E%3C/svg%3E");
}

.icon-chart {
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 35h29M11 30V18M21 30V10M31 30V23' stroke='%23101E42' stroke-width='2.7' stroke-linecap='round'/%3E%3Crect x='9' y='18' width='4' height='12' rx='1' fill='%234F9B98'/%3E%3Crect x='19' y='10' width='4' height='20' rx='1' fill='%23D98F9A'/%3E%3Crect x='29' y='23' width='4' height='7' rx='1' fill='%23E8BE4E'/%3E%3C/svg%3E");
}

.icon-lock {
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='9' y='18' width='24' height='18' rx='3' stroke='%23101E42' stroke-width='2.5'/%3E%3Cpath d='M14 18v-5a7 7 0 0 1 14 0v5M21 26v4' stroke='%23101E42' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E");
}

.evaluation-card {
  position: sticky;
  top: 110px;
  display: grid;
  justify-items: center;
  padding: 28px;
  border: 1px solid rgba(16, 30, 66, 0.08);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow);
  text-align: center;
}

.evaluation-card img {
  width: min(100%, 196px);
  height: auto;
  margin-bottom: 10px;
  object-fit: contain;
}

.script-name {
  margin: 0;
  color: var(--navy);
  font-family: "Parisienne", cursive;
  font-size: clamp(2.3rem, 4vw, 3.5rem);
  line-height: 1;
}

.evaluation-card strong {
  display: inline-flex;
  margin-top: 8px;
  padding: 6px 10px;
  border-radius: 6px;
  background: var(--teal);
  color: #fff;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.evaluation-card span {
  margin: 12px 0 18px;
  color: var(--navy);
  font-weight: 800;
}

@media (max-width: 1040px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .start-visuals {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-visual {
    grid-template-columns: minmax(0, 0.8fr) minmax(260px, 0.6fr);
    align-items: center;
    padding-top: 28px;
  }

  .evaluation-layout {
    grid-template-columns: 1fr;
  }

  .evaluation-card {
    position: relative;
    top: auto;
  }
}

@media (max-width: 640px) {
  .site-nav a[href="#avaliacao"] {
    display: block;
  }

  .hero {
    padding-top: 118px;
  }

  .hero h1 {
    font-size: clamp(2.22rem, 10.5vw, 3.15rem);
  }

  .hero-label p {
    font-size: 0.7rem;
    letter-spacing: 0.12em;
  }

  .safety-pill {
    align-items: flex-start;
    border-radius: 18px;
  }

  .hero-visual {
    grid-template-columns: 1fr;
    padding-top: 22px;
  }

  .start-visuals {
    grid-template-columns: 1fr;
    padding: 18px 16px 8px;
  }

  .start-visual-card {
    grid-template-columns: 96px minmax(0, 1fr);
    min-height: 124px;
    padding: 14px;
    border-radius: 20px;
  }

  .start-visual-card img {
    width: 96px;
  }

  .brain-stage {
    width: min(100%, 360px);
    padding: 10px;
  }

  .care-item {
    grid-template-columns: 1fr;
    padding: 18px 0;
  }

  .care-icon {
    width: 62px;
    height: 62px;
  }
}
