:root {
  --plum: #3b294c;
  --plum-2: #5d3f72;
  --violet: #87619b;
  --lilac: #d8c9e0;
  --sand: #f4f2f6;
  --paper: #fbfafc;
  --ink: #2d2734;
  --muted: #6d6473;
  --line: rgba(59, 41, 76, 0.16);
  --white: #ffffff;
  --radius: 20px;
  --shell: min(1180px, calc(100% - 64px));
  --serif: "Newsreader", Georgia, serif;
  --sans: "Plus Jakarta Sans", Arial, sans-serif;
  --shadow: 0 20px 60px rgba(59, 41, 76, 0.1);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
}
.skip-link {
  position: fixed;
  z-index: 20;
  top: -100px;
  left: 16px;
  padding: 10px 14px;
  background: var(--white);
  color: var(--plum);
  border-radius: 4px;
}
.skip-link:focus {
  top: 16px;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select {
  font: inherit;
}
button {
  cursor: pointer;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 3px solid #b87dc8;
  outline-offset: 3px;
}
.section-shell {
  width: var(--shell);
  margin-inline: auto;
}
.eyebrow {
  margin: 0 0 18px;
  color: var(--violet);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.3;
  text-transform: uppercase;
}
.eyebrow-light {
  color: #e9ddeb;
}
.eyebrow span {
  padding: 0 5px;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2 {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.05;
}
h2 {
  font-size: clamp(2.3rem, 3.4vw, 3.8rem);
}
h3 {
  font-family: var(--sans);
  font-weight: 600;
  letter-spacing: -0.018em;
  line-height: 1.28;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 53px;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 700;
  transition:
    transform 0.25s ease,
    background-color 0.25s ease,
    color 0.25s ease;
}
.button:hover {
  transform: translateY(-2px);
}
.button span,
.text-link span {
  transition: transform 0.22s ease;
}
.button:hover span,
.text-link:hover span {
  transform: translateX(4px);
}
.button-light {
  background: var(--white);
  color: var(--plum);
}
.button-dark {
  background: var(--plum);
  color: var(--white);
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--plum);
  font-size: 14px;
  font-weight: 700;
}
.text-link:after {
  content: "";
  display: block;
  position: absolute;
}
.text-link-light {
  color: var(--white);
}
.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  color: var(--white);
  transition:
    background-color 0.3s,
    box-shadow 0.3s,
    backdrop-filter 0.3s;
}
.site-header.is-scrolled {
  position: fixed;
  background: rgba(52, 32, 62, 0.88);
  backdrop-filter: blur(16px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.12);
}
.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: var(--shell);
  min-height: 86px;
  margin: auto;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}
.brand img {
  display: block;
  width: 112px;
  height: auto;
}
.brand-divider {
  width: 1px;
  height: 25px;
  background: rgba(255, 255, 255, 0.38);
}
.brand-name {
  font-family: var(--serif);
  font-size: 20px;
}
.desktop-nav {
  display: flex;
  gap: 24px;
  margin-left: auto;
  margin-right: 32px;
}
.desktop-nav a,
.nav-call {
  font-size: 13px;
  font-weight: 600;
}
.desktop-nav a {
  opacity: 0.86;
  transition: opacity 0.2s;
}
.desktop-nav a:hover {
  opacity: 1;
}
.nav-call {
  display: inline-flex;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 2px;
}
.menu-button,
.mobile-nav {
  display: none;
}
.hero {
  position: relative;
  overflow: hidden;
  min-height: 610px;
  background: var(--plum);
  color: var(--white);
}
.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 77% 22%,
      rgba(187, 151, 195, 0.29),
      transparent 23%
    ),
    radial-gradient(
      circle at 32% 92%,
      rgba(129, 81, 142, 0.55),
      transparent 32%
    );
}
.hero-linework {
  position: absolute;
  inset: 0;
  opacity: 0.28;
  background-image:
    linear-gradient(
      120deg,
      transparent 49.8%,
      rgba(255, 255, 255, 0.12) 50%,
      transparent 50.2%
    ),
    linear-gradient(
      0deg,
      transparent 49.8%,
      rgba(255, 255, 255, 0.06) 50%,
      transparent 50.2%
    );
  background-size: 285px 285px;
}
.hero-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(350px, 0.72fr);
  align-items: end;
  gap: 58px;
  width: var(--shell);
  min-height: 610px;
  margin: auto;
  padding: 90px 0 36px;
}
.hero-copy {
  max-width: 680px;
}
.hero h1 {
  max-width: 680px;
  margin-bottom: 24px;
  font-size: clamp(2.75rem, 3.65vw, 3.9rem);
}
.hero h1 em {
  color: #efdff0;
  font-style: italic;
}
.hero-description {
  max-width: 590px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.6;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 25px;
}
.hero-reassurance {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  margin: 32px 0 0;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.82);
}
.hero-reassurance i {
  font-style: normal;
  color: #cdaed3;
}
.reassurance-mark {
  width: 15px;
  height: 15px;
  border: 1px solid #e9ddeb;
  border-radius: 50%;
  position: relative;
}
.reassurance-mark:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  top: 4px;
  left: 4px;
  background: #e9ddeb;
  border-radius: 50%;
}
.hero-visual {
  position: relative;
  max-width: 435px;
  justify-self: end;
  width: 100%;
}
.hero-photo {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  background: linear-gradient(145deg, #85608e 0%, #d2b7bb 48%, #725067 100%);
}
.photo-placeholder:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(32, 18, 35, 0.04),
    rgba(32, 18, 35, 0.32)
  );
}
.hero-photo .window-light {
  position: absolute;
  top: 0;
  right: 12%;
  width: 42%;
  height: 78%;
  background: linear-gradient(
    110deg,
    rgba(255, 244, 220, 0.82),
    rgba(255, 255, 255, 0.14)
  );
  filter: blur(3px);
}
.figure-abstract {
  position: absolute;
  z-index: 1;
  right: 19%;
  bottom: -4%;
  width: 43%;
  height: 72%;
  border-radius: 48% 48% 6% 6%;
  background: linear-gradient(120deg, #39243c, #7d526a 52%, #dab8b0);
  transform: rotate(-3deg);
}
.figure-abstract:before {
  content: "";
  position: absolute;
  top: -24%;
  left: 22%;
  width: 62%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: linear-gradient(140deg, #34202f, #b88472);
}
.hero-photo p {
  position: absolute;
  z-index: 2;
  bottom: 25px;
  left: 26px;
  right: 26px;
  margin: 0;
  color: var(--white);
  font-family: var(--serif);
  font-size: 24px;
  line-height: 1.08;
}
.visual-label {
  position: absolute;
  z-index: 2;
  right: -24px;
  bottom: 42px;
  padding: 11px 13px;
  background: var(--paper);
  color: var(--plum);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.4;
}
.visual-label small {
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.intro-section {
  padding: 150px 0;
}
.intro-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 80px;
}
.intro-grid h2 {
  max-width: 680px;
  margin-bottom: 22px;
}
.intro-grid p:not(.eyebrow) {
  max-width: 610px;
  color: var(--muted);
  font-size: 18px;
}
.recognition-section {
  padding: 0 0 150px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  margin-bottom: 55px;
}
.section-heading h2 {
  max-width: 640px;
  margin: 0;
}
.editorial-list {
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}
.editorial-list li {
  display: grid;
  grid-template-columns: 126px 1fr;
  gap: 30px;
  padding: 32px 0;
  border-bottom: 1px solid var(--line);
}
.editorial-list span {
  font-family: var(--serif);
  color: var(--violet);
  font-size: 36px;
  line-height: 1;
}
.editorial-list h3 {
  margin-bottom: 8px;
  font-family: var(--serif);
  font-size: clamp(1.65rem, 2.7vw, 2.3rem);
  font-weight: 400;
}
.editorial-list p {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
}
.recognition-closing {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 32px;
  margin-top: 46px;
  padding-left: 156px;
}
.recognition-closing p {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
}
.manifesto-section {
  background: var(--plum);
  color: var(--white);
  padding: 130px 0;
}
.manifesto-grid {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 80px;
  align-items: center;
}
.manifesto-copy h2 {
  max-width: 760px;
  margin-bottom: 28px;
  font-size: clamp(3.15rem, 5vw, 5.1rem);
}
.manifesto-copy > p:not(.eyebrow) {
  max-width: 620px;
  color: #e3d6e4;
  font-size: 18px;
}
.manifesto-image {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  background:
    linear-gradient(95deg, rgba(38, 20, 42, 0.56), rgba(38, 20, 42, 0.06)),
    url("/elo-vida-conversation.png") center / cover;
}
.manifesto-image:before {
  content: "";
  position: absolute;
  width: 138%;
  height: 48%;
  bottom: -15%;
  left: -20%;
  border-radius: 50%;
  background: rgba(246, 235, 219, 0.38);
}
.manifesto-image span {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 26px;
  text-align: right;
  color: var(--white);
  font-family: var(--serif);
  font-size: 35px;
  line-height: 0.95;
}
.process-section {
  padding: 150px 0;
}
.process-heading {
  max-width: 660px;
  margin-bottom: 65px;
}
.process-heading h2 {
  margin-bottom: 13px;
}
.process-heading p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}
.timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  padding: 0;
  margin: 0 0 48px;
  list-style: none;
  border-top: 1px solid var(--line);
}
.timeline li {
  position: relative;
  padding: 42px 34px 0 0;
}
.timeline li:not(:last-child):after {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  width: 100%;
  height: 1px;
  background: var(--violet);
  transform: scaleX(0.25);
  transform-origin: left;
}
.timeline li > span {
  display: inline-block;
  margin-bottom: 44px;
  color: var(--violet);
  font-family: var(--serif);
  font-size: 42px;
}
.timeline small,
.pillars-grid small {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.11em;
  color: var(--violet);
}
.timeline h3 {
  margin: 8px 0 11px;
  font-size: 22px;
}
.timeline p {
  max-width: 290px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}
.quiz-section {
  padding: 130px 0;
  background: #efe8e7;
}
.quiz-shell {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 58px;
  align-items: center;
  width: var(--shell);
  margin: auto;
}
.quiz-side {
  color: var(--plum);
}
.quiz-side .eyebrow {
  color: var(--violet);
}
.quiz-side h2 {
  margin-bottom: 18px;
  font-size: clamp(2.8rem, 4.3vw, 4.5rem);
}
.quiz-side > p:not(.eyebrow) {
  max-width: 370px;
  color: var(--muted);
  font-size: 17px;
}
.quiz-side-note {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  max-width: 330px;
  margin-top: 40px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
.quiz-side-note span {
  font-family: var(--serif);
  font-size: 28px;
}
.quiz-side-note p {
  margin: 2px 0 0;
  font-size: 13px;
  color: var(--muted);
}
.quiz-card {
  min-height: 510px;
  padding: 26px 34px 36px;
  background: var(--white);
  border: 1px solid rgba(52, 32, 62, 0.12);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.quiz-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.09em;
}
.quiz-brand {
  color: var(--violet);
}
.progress-track {
  height: 2px;
  background: #e8e1df;
}
.progress-track span {
  display: block;
  width: 20%;
  height: 100%;
  background: var(--violet);
  transition: width 0.4s ease;
}
.flow-content {
  min-height: 412px;
  padding-top: 48px;
}
.question {
  animation: question-in 0.35s ease both;
}
.question h3 {
  max-width: 670px;
  margin-bottom: 12px;
  font-family: var(--serif);
  font-size: clamp(2rem, 3.2vw, 3rem);
  font-weight: 400;
}
.question-copy {
  max-width: 590px;
  margin-bottom: 30px;
  color: var(--muted);
}
.choices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.choice {
  min-height: 57px;
  padding: 13px 15px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  text-align: left;
  transition:
    border-color 0.2s,
    background-color 0.2s,
    transform 0.2s;
}
.choice:hover,
.choice.selected {
  border-color: var(--violet);
  background: #f6eff6;
  transform: translateY(-1px);
}
.flow-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: 29px;
}
.back-button {
  border: 0;
  background: transparent;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
}
.fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.field {
  display: flex;
  flex-direction: column;
}
.field label {
  margin-bottom: 7px;
  font-size: 12px;
  font-weight: 700;
}
.field input,
.field select {
  width: 100%;
  min-height: 51px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--white);
  color: var(--ink);
}
.field-error {
  min-height: 19px;
  margin: 5px 0 0;
  color: #a32846;
  font-size: 12px;
  line-height: 1.35;
}
.lead-form .fields {
  grid-template-columns: 1fr 1fr;
}
.lead-form .field:first-child {
  grid-column: span 2;
}
.consent {
  display: flex;
  gap: 10px;
  margin-top: 17px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}
.consent input {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  margin: 1px 0;
}
.consent a {
  color: var(--plum);
  text-decoration: underline;
}
.confidential {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 12px;
}
.honeypot {
  position: absolute;
  left: -9999px;
}
.success {
  max-width: 560px;
  margin: auto;
  padding-top: 40px;
  text-align: center;
  animation: question-in 0.35s ease both;
}
.success-mark {
  display: grid;
  place-items: center;
  width: 49px;
  height: 49px;
  margin: 0 auto 22px;
  border: 1px solid var(--violet);
  border-radius: 50%;
  color: var(--violet);
  font-size: 22px;
}
.success h3 {
  font-family: var(--serif);
  font-size: 38px;
  font-weight: 400;
}
.success p {
  color: var(--muted);
}
.success-trust {
  font-size: 13px;
}
.success-secondary {
  display: block;
  margin: 17px auto 0;
  border: 0;
  background: transparent;
  color: var(--muted);
  font-size: 13px;
  text-decoration: underline;
}
.success .button {
  margin-top: 14px;
}
.approach-section {
  padding: 150px 0;
}
.approach-heading {
  max-width: 540px;
  margin-bottom: 60px;
}
.approach-heading h2 {
  margin: 0;
}
.pillars-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
}
.pillars-grid article {
  min-height: 285px;
  padding: 35px 48px 32px 0;
  border-bottom: 1px solid var(--line);
}
.pillars-grid article:nth-child(odd) {
  padding-right: 48px;
}
.pillars-grid article:nth-child(even) {
  padding-left: 48px;
  border-left: 1px solid var(--line);
  padding-right: 0;
}
.pillars-grid h3 {
  margin: 35px 0 11px;
  font-family: var(--serif);
  font-size: 29px;
  font-weight: 400;
}
.pillars-grid p {
  max-width: 390px;
  margin: 0;
  color: var(--muted);
}
.structure-section {
  padding: 120px 0;
  background: #e9dfdc;
}
.structure-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 70px;
  align-items: center;
}
.structure-copy h2 {
  margin-bottom: 21px;
  font-size: clamp(2.8rem, 4vw, 4.25rem);
}
.structure-copy > p:not(.eyebrow) {
  max-width: 460px;
  color: var(--muted);
  font-size: 17px;
}
.care-modalities {
  max-width: 460px;
  margin: 26px 0 22px;
  padding: 18px 19px 16px;
  border: 1px solid rgba(59, 41, 76, .15);
  border-radius: 4px;
  background: rgba(255, 253, 250, .48);
}
.care-modalities > p {
  margin: 0 0 12px;
  color: var(--plum);
  font-family: var(--sans);
  font-size: 12px !important;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.care-modalities ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.care-modalities li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 600;
}
.care-modalities li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--violet);
}
.care-modalities small {
  display: block;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 11px;
  line-height: 1.48;
}
.structure-note {
  padding-top: 15px;
  border-top: 1px solid var(--line);
  font-size: 12px !important;
}
.structure-gallery {
  display: grid;
  grid-template-columns: 1.25fr 0.72fr;
  grid-template-rows: 1fr 1fr;
  gap: 14px;
  min-height: 410px;
}
.gallery-large {
  display: flex;
  align-items: end;
  grid-row: span 2;
  padding: 25px;
  background:
    linear-gradient(180deg, rgba(38, 20, 42, 0.06), rgba(38, 20, 42, 0.72)),
    url("/ps-clinica-elo-piscina.png") center / cover;
  color: var(--white);
}
.gallery-large span {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.55;
}
.gallery-large small {
  font-size: 8px;
}
.gallery-small {
  background: url("/ps-clinica-real-0.png") center / cover;
}
.gallery-small.bottom {
  background: url("/ps-clinica-real-1.jpeg") center / cover;
}
.family-section {
  padding: 140px 0;
}
.family-grid {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 90px;
  align-items: center;
}
.family-photo {
  position: relative;
  min-height: 490px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(38, 20, 42, 0.04), rgba(38, 20, 42, 0.28)),
    url("/elo-de-vida-familia-editorial.jpeg") center / cover;
}
.family-photo:before {
  display: none;
  content: "";
  position: absolute;
  z-index: 1;
  width: 55%;
  height: 70%;
  left: 24%;
  bottom: -4%;
  border-radius: 45% 45% 4% 4%;
  background: linear-gradient(130deg, #3d2741, #8a5967);
}
.family-copy h2 {
  margin-bottom: 23px;
  font-size: clamp(2.85rem, 4.2vw, 4.6rem);
}
.family-copy p:not(.eyebrow) {
  max-width: 570px;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: 17px;
}
.faq-section {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 80px;
  padding: 140px 0;
}
.faq-intro h2 {
  margin-bottom: 18px;
  font-size: clamp(2.75rem, 3.7vw, 4rem);
}
.faq-intro > p:not(.eyebrow) {
  max-width: 350px;
  color: var(--muted);
}
.faq-intro .text-link {
  margin-top: 12px;
}
.faq-list {
  border-top: 1px solid var(--line);
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list summary {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 23px 0;
  list-style: none;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary span {
  color: var(--violet);
  font-size: 23px;
  font-weight: 400;
  line-height: 0.8;
  transition: transform 0.2s;
}
.faq-list details[open] summary span {
  transform: rotate(45deg);
}
.faq-list details p {
  max-width: 640px;
  margin: 0;
  padding: 0 0 22px;
  color: var(--muted);
  font-size: 15px;
  animation: answer-in 0.25s ease;
}
.final-section {
  padding: 145px 0;
  background: var(--plum);
  color: var(--white);
}
.final-wrap {
  max-width: 840px;
  margin-left: max(32px, calc((100% - 1180px) / 2));
}
.final-wrap h2 {
  margin-bottom: 22px;
  font-size: clamp(3rem, 5.2vw, 5.55rem);
}
.final-wrap > p:not(.eyebrow) {
  max-width: 610px;
  color: #e5d9e5;
  font-size: 18px;
}
.final-actions {
  display: flex;
  align-items: center;
  gap: 25px;
  margin: 34px 0;
}
.final-wrap small {
  display: block;
  max-width: 620px;
  color: #cab8cc;
  font-size: 11px;
}
.site-footer {
  padding: 62px 0 20px;
  background: var(--plum);
  color: var(--white);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 0.8fr 0.8fr;
  gap: 30px;
}
.footer-grid img {
  display: block;
  width: 132px;
  height: auto;
  margin-bottom: 12px;
  filter: none;
}
.footer-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}
.footer-grid small {
  display: block;
  margin-bottom: 11px;
  color: #e7d9e8;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.footer-grid a {
  display: block;
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 600;
}
.legal {
  width: var(--shell);
  margin: 38px auto 0;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.64);
  font-size: 11px;
}
.mobile-sticky {
  display: none;
}
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 0.72s ease,
    transform 0.72s cubic-bezier(0.2, 0.65, 0.3, 1);
}
.reveal.is-visible {
  opacity: 1;
  transform: none;
}
.visual-reveal {
  transition-delay: 0.12s;
}
@keyframes question-in {
  from {
    opacity: 0;
    transform: translateX(15px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes answer-in {
  from {
    opacity: 0;
    transform: translateY(-7px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 800px) {
  :root {
    --shell: min(100% - 40px, 650px);
  }
  body {
    padding-bottom: 66px;
  }
  .desktop-nav,
  .nav-call {
    display: none;
  }
  .nav-shell {
    min-height: 75px;
  }
  .brand img {
    width: 95px;
  }
  .brand-name {
    font-size: 18px;
  }
  .menu-button {
    display: grid;
    gap: 5px;
    width: 40px;
    height: 40px;
    place-content: center;
    border: 0;
    background: transparent;
    color: var(--white);
  }
  .menu-button span {
    display: block;
    width: 22px;
    height: 1px;
    background: currentColor;
    transition: transform 0.2s;
  }
  .menu-button[aria-expanded="true"] span:first-child {
    transform: translateY(3px) rotate(45deg);
  }
  .menu-button[aria-expanded="true"] span:last-child {
    transform: translateY(-3px) rotate(-45deg);
  }
  .mobile-nav {
    position: absolute;
    top: 75px;
    left: 0;
    width: 100%;
    padding: 18px 20px 23px;
    background: var(--plum);
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }
  .mobile-nav a {
    display: block;
    padding: 10px 0;
    font-size: 15px;
    font-weight: 600;
  }
  .mobile-nav .mobile-nav-cta {
    margin-top: 9px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    text-align: center;
  }
  .hero {
    min-height: auto;
  }
  .hero-shell {
    display: block;
    min-height: 0;
    padding: 108px 0 48px;
  }
  .hero h1 {
    margin-bottom: 20px;
    font-size: clamp(2.35rem, 8.7vw, 2.95rem);
  }
  .hero-description {
    font-size: 16px;
  }
  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 17px;
  }
  .hero-actions .button {
    width: 100%;
  }
  .hero-actions .text-link {
    justify-content: center;
  }
  .hero-reassurance {
    margin-top: 28px;
    line-height: 1.7;
  }
  .hero-visual {
    max-width: none;
    margin: 38px 0 0;
  }
  .hero-photo {
    min-height: 318px;
  }
  .visual-label {
    right: 14px;
    bottom: 18px;
  }
  .intro-section {
    padding: 85px 0;
  }
  .intro-grid {
    display: block;
  }
  .intro-grid .eyebrow {
    max-width: 260px;
    margin-bottom: 28px;
  }
  .intro-grid h2 {
    font-size: clamp(2.55rem, 10.5vw, 3.5rem);
  }
  .intro-grid p:not(.eyebrow) {
    font-size: 16px;
  }
  .recognition-section {
    padding-bottom: 90px;
  }
  .section-heading {
    display: block;
    margin-bottom: 35px;
  }
  .section-heading h2 {
    font-size: clamp(2.5rem, 10vw, 3.35rem);
  }
  .editorial-list li {
    grid-template-columns: 58px 1fr;
    gap: 10px;
    padding: 25px 0;
  }
  .editorial-list span {
    font-size: 28px;
  }
  .editorial-list h3 {
    font-size: 25px;
  }
  .recognition-closing {
    display: block;
    margin-top: 32px;
    padding-left: 0;
  }
  .recognition-closing .text-link {
    margin-top: 20px;
  }
  .manifesto-section {
    padding: 84px 0;
  }
  .manifesto-grid {
    display: flex;
    flex-direction: column;
    gap: 38px;
  }
  .manifesto-copy h2 {
    font-size: clamp(2.75rem, 10vw, 3.75rem);
  }
  .manifesto-copy > p:not(.eyebrow) {
    font-size: 16px;
  }
  .manifesto-image {
    width: 100%;
    min-height: 280px;
  }
  .process-section {
    padding: 88px 0;
  }
  .process-heading {
    margin-bottom: 38px;
  }
  .timeline {
    display: block;
    margin-bottom: 34px;
    border-left: 1px solid var(--line);
    border-top: 0;
  }
  .timeline li {
    display: grid;
    grid-template-columns: 55px 1fr;
    padding: 0 0 35px 19px;
  }
  .timeline li:not(:last-child):after {
    top: 0;
    left: -1px;
    width: 1px;
    height: 100%;
    transform: scaleY(0.25);
    transform-origin: top;
  }
  .timeline li > span {
    margin: 0;
    font-size: 31px;
  }
  .timeline h3 {
    margin-top: 5px;
    font-size: 21px;
  }
  .quiz-section {
    padding: 80px 0;
  }
  .quiz-shell {
    display: block;
  }
  .quiz-side {
    margin-bottom: 36px;
  }
  .quiz-side h2 {
    font-size: clamp(2.7rem, 10.5vw, 3.55rem);
  }
  .quiz-card {
    min-height: 490px;
    padding: 22px 19px 25px;
    border-radius: 16px;
  }
  .flow-content {
    min-height: 395px;
    padding-top: 36px;
  }
  .question h3 {
    font-size: clamp(1.9rem, 8.5vw, 2.5rem);
  }
  .question-copy {
    margin-bottom: 23px;
    font-size: 14px;
  }
  .choices {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .choice {
    min-height: 52px;
    font-size: 14px;
  }
  .fields,
  .lead-form .fields {
    grid-template-columns: 1fr;
  }
  .lead-form .field:first-child {
    grid-column: auto;
  }
  .flow-actions {
    margin-top: 22px;
  }
  .flow-actions .button {
    flex: 1;
  }
  .success {
    padding-top: 25px;
    text-align: left;
  }
  .success-mark {
    margin-left: 0;
  }
  .success .button {
    width: 100%;
  }
  .approach-section {
    padding: 88px 0;
  }
  .approach-heading {
    margin-bottom: 38px;
  }
  .pillars-grid {
    display: block;
  }
  .pillars-grid article,
  .pillars-grid article:nth-child(odd),
  .pillars-grid article:nth-child(even) {
    min-height: 0;
    padding: 27px 0;
    border-left: 0;
  }
  .pillars-grid h3 {
    margin: 25px 0 9px;
    font-size: 27px;
  }
  .structure-section {
    padding: 82px 0;
  }
  .structure-grid {
    display: flex;
    flex-direction: column;
    gap: 35px;
  }
  .structure-copy h2 {
    font-size: clamp(2.65rem, 10vw, 3.45rem);
  }
  .structure-gallery {
    width: 100%;
    min-height: 360px;
    gap: 8px;
  }
  .family-section {
    padding: 82px 0;
  }
  .family-grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .family-photo {
    width: 100%;
    min-height: 340px;
  }
  .family-copy h2 {
    font-size: clamp(2.75rem, 10.5vw, 3.6rem);
  }
  .faq-section {
    display: block;
    padding: 84px 0;
  }
  .faq-intro {
    margin-bottom: 38px;
  }
  .faq-list summary {
    font-size: 16px;
  }
  .final-section {
    padding: 86px 0;
  }
  .final-wrap {
    width: var(--shell);
    margin: auto;
  }
  .final-wrap h2 {
    font-size: clamp(2.85rem, 10.8vw, 3.7rem);
  }
  .final-wrap > p:not(.eyebrow) {
    font-size: 16px;
  }
  .final-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .final-actions .button {
    width: 100%;
  }
  .final-actions .text-link {
    justify-content: center;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 27px;
  }
  .legal {
    margin-top: 30px;
  }
  .mobile-sticky {
    position: fixed;
    z-index: 9;
    bottom: 12px;
    right: 12px;
    left: 12px;
    display: flex;
    justify-content: center;
    gap: 14px;
    padding: 13px 18px;
    background: var(--plum);
    color: var(--white);
    box-shadow: 0 10px 30px rgba(37, 23, 44, 0.25);
    font-size: 14px;
    font-weight: 700;
    transform: translateY(120%);
    transition: transform 0.3s ease;
  }
  .mobile-sticky.is-visible {
    transform: none;
  }
}

/* Direção final: editorial leve nos títulos, clareza silenciosa no restante. */
h1,
h2,
.question h3,
.success h3 {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.028em;
  line-height: 1.04;
}
h3,
.editorial-list h3,
.timeline h3,
.pillars-grid h3 {
  font-family: var(--sans);
  font-weight: 600;
  letter-spacing: -0.022em;
}
.hero {
  isolation: isolate;
  background:
    radial-gradient(circle at 80% 15%, rgba(234, 203, 235, 0.29), transparent 26%),
    radial-gradient(circle at 16% 92%, rgba(132, 80, 142, 0.4), transparent 32%),
    linear-gradient(122deg, #26152d, #482a52 55%, #63406a);
}
.hero:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -28%;
  right: 10%;
  width: 390px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(246, 225, 244, 0.19), transparent 65%);
  filter: blur(8px);
  animation: hero-glow 9s ease-in-out infinite alternate;
}
.hero-linework {
  animation: line-drift 20s linear infinite;
}
.hero h1 {
  max-width: 640px;
  font-size: clamp(2.65rem, 3.5vw, 3.82rem);
  line-height: 1.06;
}
.hero h1 em { color: #eddaed; font-style: italic; font-weight: 400; }
.hero-description { font-size: 16px; line-height: 1.72; }
.hero-visual { animation: hero-float 7s ease-in-out infinite; }
.hero-photo {
  border-radius: 22px 22px 88px 22px;
  box-shadow: 0 28px 65px rgba(17, 7, 23, 0.4);
}
.button,
.text-link,
.choice { transition-duration: .3s; transition-timing-function: cubic-bezier(.2,.75,.25,1); }
.editorial-list li.reveal { transition-delay: 0ms; }
.editorial-list li.reveal:nth-child(2) { transition-delay: 80ms; }
.editorial-list li.reveal:nth-child(3) { transition-delay: 160ms; }
.editorial-list li.reveal:nth-child(4) { transition-delay: 240ms; }
.editorial-list li:hover { border-color: rgba(113, 71, 121, 0.38); }
.manifesto-image,
.family-photo,
.gallery-large { transition: transform .7s cubic-bezier(.2,.75,.25,1); }
.manifesto-image:hover,
.family-photo:hover,
.gallery-large:hover { transform: scale(1.015); }
@keyframes hero-glow { from { transform: translate3d(-18px, -10px, 0) scale(.94); opacity: .65; } to { transform: translate3d(24px, 20px, 0) scale(1.06); opacity: 1; } }
@keyframes line-drift { from { background-position: 0 0; } to { background-position: 285px 285px; } }
@keyframes hero-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@media (max-width: 800px) {
  .hero:after { width: 260px; }
  .hero-linework { animation: none; }
  .hero h1 { font-size: clamp(2.28rem, 8.35vw, 2.75rem); line-height: 1.07; }
  .hero-visual { animation: none; }
  .hero-photo { border-radius: 16px 16px 58px 16px; }
}

/* Direção visual unificada: uma família tipográfica, pesos comedidos e contraste por escala. */
h1,
h2,
h3,
.question h3,
.success h3 {
  font-family: var(--sans);
  font-style: normal;
}
h1,
h2,
.question h3,
.success h3 {
  font-weight: 500;
  letter-spacing: -0.04em;
}
.hero {
  min-height: 630px;
  background:
    radial-gradient(circle at 78% 18%, rgba(210, 177, 214, 0.28), transparent 27%),
    linear-gradient(118deg, #2a1933 0%, #41274c 58%, #59345f 100%);
}
.hero:before { background: none; }
.hero-linework { opacity: 0.12; }
.hero-shell {
  min-height: 630px;
  align-items: center;
  padding: 94px 0 54px;
}
.hero h1 {
  max-width: 660px;
  margin-bottom: 20px;
  font-size: clamp(2.55rem, 3.35vw, 3.55rem);
  line-height: 1.1;
}
.hero h1 em { color: #e9d5ea; font-style: normal; }
.hero-description { max-width: 545px; font-size: 16px; line-height: 1.72; }
.hero-visual { max-width: 455px; padding: 12px 0 0 12px; }
.hero-visual:before {
  content: "";
  position: absolute;
  inset: 0 16px 16px 0;
  border: 1px solid rgba(239, 220, 239, 0.45);
  transform: translate(-12px, -12px);
}
.hero-photo {
  min-height: 430px;
  border-radius: 18px 18px 72px 18px;
  box-shadow: 0 24px 50px rgba(20, 10, 26, 0.34);
}
.hero-photo p { font-family: var(--sans); font-size: 17px; font-weight: 500; line-height: 1.35; }
.visual-label {
  right: -8px;
  bottom: 24px;
  border: 1px solid rgba(52, 32, 62, 0.13);
  box-shadow: 0 12px 28px rgba(28, 16, 34, 0.15);
}
.recognition-section {
  padding: 106px 0 112px;
  background: linear-gradient(180deg, #f4f0e9 0%, #ede5e8 100%);
}
.section-heading { display: block; max-width: 720px; margin-bottom: 42px; }
.section-heading h2 { max-width: 660px; font-size: clamp(2.35rem, 3.2vw, 3.55rem); line-height: 1.12; }
.recognition-lead { max-width: 590px; margin: 18px 0 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.editorial-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; border: 0; }
.editorial-list li {
  display: block;
  min-height: 194px;
  padding: 26px 28px 28px;
  border: 1px solid rgba(52, 32, 62, 0.13);
  border-radius: 4px;
  background: rgba(255, 253, 250, 0.68);
  transition: transform .25s ease, box-shadow .25s ease;
}
.editorial-list li:hover { transform: translateY(-4px); box-shadow: 0 16px 30px rgba(52, 32, 62, 0.09); }
.editorial-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-bottom: 30px;
  border: 1px solid #b99bbb;
  border-radius: 50%;
  color: var(--violet);
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 700;
}
.editorial-list h3 { margin: 0 0 9px; font-size: 18px; font-weight: 600; line-height: 1.32; }
.editorial-list p { font-size: 14px; line-height: 1.65; }
.recognition-closing { margin-top: 30px; padding-left: 0; }
@media (max-width: 800px) {
  .hero { min-height: auto; }
  .hero-shell { min-height: 0; padding: 86px 0 34px; }
  .hero h1 { margin-bottom: 16px; font-size: clamp(2.1rem, 7.9vw, 2.5rem); }
  .hero-description { margin-bottom: 20px; font-size: 14px; line-height: 1.6; }
  .hero-actions { gap: 12px; }
  .hero-actions .button { min-height: 49px; }
  .hero-reassurance { margin-top: 18px; }
  .hero-visual { padding: 9px 0 0 9px; }
  .hero-visual { margin-top: 28px; }
  .hero-photo { min-height: 230px; border-radius: 14px 14px 54px 14px; }
  .visual-label { display: none; }
  .recognition-section { padding: 72px 0 78px; }
  .section-heading { margin-bottom: 30px; }
  .section-heading h2 { font-size: clamp(2.15rem, 8vw, 2.6rem); }
  .recognition-lead { font-size: 15px; }
  .editorial-list { grid-template-columns: 1fr; gap: 10px; }
  .editorial-list li { min-height: 0; padding: 22px; }
  .editorial-list span { margin-bottom: 20px; }
}
@media (min-width: 801px) {
  .photo-placeholder {
    transform: translateY(var(--parallax, 0));
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
}
.hero-photo {
  background-image:
    linear-gradient(180deg, rgba(44, 25, 49, 0.02), rgba(44, 25, 49, 0.48)),
    url("/elo-vida-hero.png");
  background-position: 60% center;
  background-size: cover;
}
.hero-photo .window-light,
.hero-photo .figure-abstract {
  display: none;
}

/* Hierarquia editorial: uma voz de display, uma voz de leitura. */
.hero h1 {
  max-width: 650px;
  font-size: clamp(2.7rem, 3.45vw, 3.7rem);
  line-height: 1.04;
}
.manifesto-copy h2,
.quiz-side h2,
.approach-heading h2,
.structure-copy h2,
.family-copy h2,
.faq-intro h2,
.final-wrap h2 {
  font-size: clamp(2.35rem, 3.35vw, 3.8rem);
  line-height: 1.06;
}
.editorial-list h3,
.timeline h3,
.pillars-grid h3 {
  font-family: var(--sans);
  font-weight: 600;
  letter-spacing: -0.022em;
  line-height: 1.25;
}
.question h3,
.success h3 {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.018em;
  line-height: 1.08;
}
.eyebrow,
.quiz-brand,
.quiz-card-header,
.timeline small,
.pillars-grid small,
.visual-label {
  font-weight: 600;
}
@media (max-width: 800px) {
  .hero h1 {
    font-size: clamp(2.35rem, 8.4vw, 2.85rem);
    line-height: 1.06;
  }
  .manifesto-copy h2,
  .quiz-side h2,
  .approach-heading h2,
  .structure-copy h2,
  .family-copy h2,
  .faq-intro h2,
  .final-wrap h2 {
    font-size: clamp(2.25rem, 8.2vw, 2.7rem);
  }
  .question h3,
  .success h3 {
    font-size: clamp(1.9rem, 7.4vw, 2.3rem);
  }
}

/* Precedência final da hierarquia de tipos. */
.hero h1,
.section-heading h2,
.manifesto-copy h2,
.quiz-side h2,
.approach-heading h2,
.structure-copy h2,
.family-copy h2,
.faq-intro h2,
.final-wrap h2,
.question h3,
.success h3 {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.028em;
}

/* Respiro adicional sob o cabeçalho, sem ampliar a primeira dobra. */
.hero-shell {
  padding: 166px 0 96px;
}

@media (max-width: 800px) {
  .hero-shell {
    padding: 144px 0 68px;
  }
}

@media (min-width: 801px) {
  .hero-photo p {
    bottom: 96px;
  }
}
.link-arrow {
  display: inline-flex;
  width: 15px;
  height: 15px;
  margin-left: 4px;
  vertical-align: -2px;
}
.link-arrow svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

/* Movimento discreto no desktop: profundidade sem competir com a leitura. */
@media (min-width: 801px) {
  .hero::before {
    animation: hero-orbit 16s ease-in-out infinite alternate;
  }
  .hero-visual::before {
    animation: frame-breathe 6.5s ease-in-out infinite;
  }
  .hero-photo {
    transition: transform .8s cubic-bezier(.2,.75,.25,1), box-shadow .8s cubic-bezier(.2,.75,.25,1);
  }
  .hero:hover .hero-photo {
    transform: scale(1.012);
    box-shadow: 0 30px 68px rgba(20, 10, 26, 0.4);
  }
  .button span,
  .text-link > span:not(.link-arrow) {
    display: inline-block;
    transition: transform .25s cubic-bezier(.2,.75,.25,1);
  }
  .button:hover span,
  .text-link:hover > span:not(.link-arrow) {
    transform: translateX(4px);
  }
  .text-link:hover .link-arrow {
    transform: translate(2px, -2px);
  }
}
@keyframes hero-orbit {
  from { transform: translate3d(-10px, 4px, 0) scale(.98); }
  to { transform: translate3d(15px, -10px, 0) scale(1.03); }
}
@keyframes frame-breathe {
  0%, 100% { opacity: .55; transform: translate(-12px, -12px) scale(1); }
  50% { opacity: .9; transform: translate(-12px, -12px) scale(1.012); }
}
.brand img { width: 154px; }
.footer-grid img { width: 180px; }
@media (max-width: 800px) {
  .brand img { width: 134px; }
}
.hero h1 { font-size: clamp(2.65rem, 3.5vw, 3.82rem); line-height: 1.06; }
.section-heading h2 { font-size: clamp(2.35rem, 3.2vw, 3.55rem); line-height: 1.12; }
@media (max-width: 800px) {
  .hero h1 { font-size: clamp(2.28rem, 8.35vw, 2.75rem); line-height: 1.07; }
  .section-heading h2 { font-size: clamp(2.15rem, 8vw, 2.6rem); }
}

/* Uma única voz editorial para todos os títulos. */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--serif) !important;
  font-weight: 500 !important;
  letter-spacing: -0.028em;
}

/* Mobile-first: o quiz abre dentro da primeira dobra. */
@media (max-width: 800px) {
  .mobile-quiz-active .site-header {
    color: var(--plum);
  }
  .mobile-quiz-active .site-header.is-scrolled {
    background: rgba(251, 250, 252, 0.94);
    box-shadow: 0 1px 0 var(--line);
  }
  .mobile-quiz-active .menu-button span {
    background: var(--plum);
  }
  .mobile-quiz-active .hero {
    min-height: 100svh;
    background: var(--paper);
    color: var(--ink);
  }
  .mobile-quiz-active .hero:before,
  .mobile-quiz-active .hero:after,
  .mobile-quiz-active .hero-linework {
    display: none;
  }
  .mobile-quiz-active .hero-shell {
    display: block;
    min-height: 0;
    padding: 88px 0 32px;
  }
  .mobile-quiz-active .hero-copy {
    display: none;
  }
  .mobile-quiz-active .hero-description,
  .mobile-quiz-active .hero-actions,
  .mobile-quiz-active .hero-reassurance,
  .mobile-quiz-active .hero-visual,
  .mobile-quiz-active .quiz-section {
    display: none;
  }
  .mobile-quiz-active .hero-shell > .quiz-card {
    display: flex;
    flex-direction: column;
    min-height: calc(100svh - 120px);
    margin-top: 0;
    padding: 18px 16px 20px;
    border: 1px solid rgba(59, 41, 76, 0.18);
    border-radius: 20px;
    box-shadow: 0 16px 34px rgba(59, 41, 76, 0.1);
    color: var(--ink);
  }
  .mobile-quiz-active .quiz-card-header {
    margin-bottom: 11px;
    font-size: 10px;
  }
  .mobile-quiz-active .flow-content {
    display: flex;
    flex: 1;
    min-height: 0;
    padding-top: 20px;
  }
  .mobile-quiz-active .mobile-flow-start {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 8px 2px 4px;
  }
  .mobile-quiz-active .mobile-flow-kicker {
    margin: 0 0 14px;
    color: var(--violet);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .12em;
  }
  .mobile-quiz-active .mobile-flow-start h3 {
    max-width: 300px;
    margin: 0 0 14px;
    font-size: clamp(2rem, 8.7vw, 2.45rem);
    line-height: 1.04;
  }
  .mobile-quiz-active .mobile-flow-start > p:not(.mobile-flow-kicker):not(.mobile-flow-note) {
    max-width: 300px;
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.6;
  }
  .mobile-quiz-active .mobile-flow-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
    margin: 32px 0 24px;
  }
  .mobile-quiz-active .mobile-flow-steps span {
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-height: 74px;
    padding: 12px 10px;
    border: 1px solid rgba(59, 41, 76, .13);
    border-radius: 12px;
    background: linear-gradient(145deg, #fff, #f7f2f5);
    color: var(--violet);
    font-family: var(--sans);
    font-size: 11px;
    font-weight: 700;
  }
  .mobile-quiz-active .mobile-flow-steps small {
    color: var(--ink);
    font-size: 10px;
    font-weight: 600;
    line-height: 1.25;
  }
  .mobile-quiz-active .mobile-flow-start-button {
    width: 100%;
    min-height: 56px;
    margin-top: 4px;
    border-radius: 12px;
    font-size: 15px;
  }
  .mobile-quiz-active .mobile-flow-note {
    margin: auto 0 0;
    padding-top: 26px;
    border-top: 1px solid var(--line);
    color: var(--muted);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .04em;
    text-align: center;
  }
  .mobile-quiz-active .question {
    display: flex;
    flex: 1;
    flex-direction: column;
    width: 100%;
  }
  .mobile-quiz-active .question h3 {
    max-width: 330px;
    margin-bottom: 10px;
    font-size: clamp(2rem, 8.5vw, 2.38rem);
    line-height: 1.06;
  }
  .mobile-quiz-active .question-copy {
    max-width: 320px;
    margin-bottom: 22px;
    font-size: 14px;
    line-height: 1.58;
  }
  .mobile-quiz-active .choices {
    grid-template-columns: 1fr;
    margin-top: 22px;
    gap: 10px;
  }
  .mobile-quiz-active .question:has(.choices)::after {
    content: "SUAS RESPOSTAS SÃO CONFIDENCIAIS";
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid var(--line);
    color: var(--muted);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.09em;
  }
  .mobile-quiz-active .choice {
    position: relative;
    min-height: 62px;
    padding: 15px 48px 15px 17px;
    border-color: rgba(59, 41, 76, .18);
    border-radius: 12px;
    background: linear-gradient(140deg, #fff, #faf6fa);
    box-shadow: 0 3px 10px rgba(59, 41, 76, .035);
    color: var(--ink);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
  }
  .mobile-quiz-active .choice::after {
    content: "→";
    position: absolute;
    top: 50%;
    right: 17px;
    color: var(--violet);
    font-size: 18px;
    font-weight: 400;
    transform: translateY(-50%);
  }
  .mobile-quiz-active .choice.selected {
    border-color: var(--violet);
    background: #f1e9f2;
    box-shadow: 0 8px 18px rgba(93, 63, 114, .14);
  }
  .mobile-quiz-active .choice.selected::after {
    content: "✓";
  }
}
