/* =====================================================================
   FESTRUM — Página /servicos
   Hero · Como funciona · Diagnóstico · Catálogo Airbnb-style · Modal
   ===================================================================== */

/* ===== Landing shell ===== */
.sv-landing-nav {
  position: fixed;
  z-index: 900;
  top: 24px;
  left: 0;
  right: 0;
  height: 42px;
  pointer-events: none;
}
.sv-nav-wordmark,
.sv-nav-cta {
  position: absolute;
  top: 0;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.24em;
  color: var(--deep-graphite);
  pointer-events: auto;
}
.sv-nav-wordmark {
  left: clamp(24px, 4vw, 72px);
  font-family: var(--serif);
  font-size: 13px;
  letter-spacing: -0.02em;
  text-transform: none;
}
.sv-nav-cta {
  right: clamp(24px, 4vw, 72px);
  gap: 12px;
  font-weight: 600;
}
.sv-nav-cta .arr {
  width: 18px;
  height: 1px;
  background: currentColor;
  position: relative;
}
.sv-nav-cta .arr::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

/* ===== Hero ===== */
.sv-hero {
  position: relative;
  min-height: 100svh;
  padding-top: clamp(120px, 12vw, 170px);
  padding-bottom: clamp(84px, 8vw, 128px);
  background: var(--paper);
  overflow: hidden;
  border-bottom: var(--line);
  isolation: isolate;
}
.sv-hero::before,
.sv-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.sv-hero::before {
  z-index: 0;
  background-image: url("https://imagedelivery.net/mYdfeAeRRdkIXG5w7XJhtQ/6cfec06a-8f79-43c1-db26-6086a8b00e00/public");
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  animation: sv-hero-image-drift 28s ease-in-out infinite alternate;
  transform: translateZ(0);
}
.sv-hero::after {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(184,160,119,0.14) 1px, transparent 1px) 50% 0 / min(18vw, 220px) 100%,
    radial-gradient(78% 72% at 78% 38%, rgba(244,241,233,0.02) 0%, rgba(244,241,233,0.1) 48%, rgba(244,241,233,0.58) 100%),
    linear-gradient(90deg, rgba(244,241,233,0.82) 0%, rgba(244,241,233,0.5) 34%, rgba(244,241,233,0.12) 68%, rgba(244,241,233,0.04) 100%),
    linear-gradient(180deg, rgba(244,241,233,0.52) 0%, rgba(244,241,233,0.03) 45%, rgba(244,241,233,0.66) 100%);
}
@keyframes sv-hero-image-drift {
  0% {
    background-position: left center;
    filter: saturate(0.98) contrast(1.02);
  }
  45% {
    background-position: center center;
    filter: saturate(1.04) contrast(1.04);
  }
  100% {
    background-position: right center;
    filter: saturate(1.02) contrast(1.03);
  }
}
@keyframes sv-hero-image-pan-mobile {
  0% {
    background-position: left center;
    filter: saturate(1) contrast(1.02);
  }
  50% {
    background-position: center center;
    filter: saturate(1.05) contrast(1.04);
  }
  100% {
    background-position: right center;
    filter: saturate(1.02) contrast(1.03);
  }
}
.sv-hero-aura {
  position: absolute;
  z-index: 2;
  top: clamp(92px, 10vw, 136px);
  left: 50%;
  width: min(58vw, 640px);
  aspect-ratio: 1;
  transform: translateX(-50%);
  border: 1px solid rgba(184,160,119,0.16);
  border-radius: 50%;
  opacity: 0.72;
  pointer-events: none;
}
.sv-hero-aura::before,
.sv-hero-aura::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(184,160,119,0.13);
  border-radius: 50%;
}
.sv-hero-aura::before { inset: 16%; }
.sv-hero-aura::after { inset: 32%; }
.sv-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.72fr);
  gap: clamp(54px, 7vw, 108px);
  align-items: center;
  position: relative;
  z-index: 3;
}
.sv-landing-brand {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 3vw, 36px);
  margin-bottom: clamp(44px, 5vw, 72px);
}
.sv-landing-brand a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.sv-landing-brand img {
  width: clamp(136px, 12vw, 196px);
  height: auto;
  display: block;
  opacity: 0.9;
  filter: brightness(0.46) contrast(1.35);
}
.sv-brand-line {
  width: min(18vw, 220px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(184,160,119,0.44), transparent);
}
.sv-hero-copy h1 {
  font-size: clamp(48px, 5.4vw, 84px);
  line-height: 1.04;
  margin-top: 22px;
}
.sv-hero-copy .lede {
  max-width: 540px;
  margin-top: 28px;
}
.sv-hero-cta {
  margin-top: 40px;
  display: flex; align-items: center; gap: 28px;
  flex-wrap: wrap;
}
.sv-link-arrow {
  display: inline-flex; align-items: center; gap: 14px;
  font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--champagne-deep); font-weight: 500;
  border-bottom: 1px solid var(--champagne-deep); padding-bottom: 4px;
  transition: gap .35s var(--ease);
  text-decoration: none;
}
.sv-link-arrow .arr {
  width: 16px; height: 1px; background: currentColor; position: relative;
}
.sv-link-arrow .arr::after {
  content:""; position: absolute; right: 0; top: 50%;
  width: 6px; height: 6px;
  border-top: 1px solid currentColor; border-right: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.sv-link-arrow:hover { gap: 22px; }

.sv-hero-focus {
  position: relative;
  display: grid;
  gap: 12px;
  padding: 30px 0 30px 34px;
}
.sv-focus-kicker {
  margin: 0 0 12px;
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--champagne-deep);
}
.sv-focus-ring {
  position: absolute;
  inset: 50% auto auto 50%;
  width: min(34vw, 420px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0.58;
}
.sv-focus-ring span {
  position: absolute;
  inset: calc(var(--ring, 0) * 24px);
  border: 1px solid rgba(184,160,119,0.2);
  border-radius: 50%;
  border-top-color: rgba(184,100,42,0.34);
  animation: sv-focus-spin 18s linear infinite;
}
.sv-focus-ring span:nth-child(2) { --ring: 1; animation-duration: 22s; animation-direction: reverse; }
.sv-focus-ring span:nth-child(3) { --ring: 2; animation-duration: 28s; }
.sv-focus-item {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  align-items: center;
  width: min(100%, 420px);
  padding: 18px 20px;
  border: 1px solid rgba(184,160,119,0.24);
  border-radius: 6px;
  background: rgba(255,253,247,0.58);
  color: var(--soft-charcoal);
  text-align: left;
  cursor: pointer;
  transition:
    transform .45s var(--ease-quint, ease),
    border-color .35s ease,
    background .35s ease,
    color .35s ease;
}
.sv-focus-item:hover {
  border-color: rgba(184,100,42,0.42);
  transform: translateX(-4px);
}
.sv-focus-item.is-active {
  background: var(--deep-graphite);
  color: var(--off-white);
  border-color: rgba(214,198,165,0.46);
  transform: translateX(-10px);
  box-shadow: 0 24px 70px -36px rgba(15,14,10,0.72);
}
.sv-focus-num {
  color: var(--champagne-deep);
  font-size: 30px;
  line-height: 1;
}
.sv-focus-item.is-active .sv-focus-num { color: var(--champagne); }
.sv-focus-text {
  display: grid;
  gap: 6px;
}
.sv-focus-text strong {
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 400;
  line-height: 1.18;
}
.sv-focus-text small {
  font-size: 12.5px;
  line-height: 1.45;
  color: rgba(30,30,28,0.62);
}
.sv-focus-item.is-active .sv-focus-text small { color: rgba(242,240,235,0.68); }

@keyframes sv-focus-spin {
  to { transform: rotate(360deg); }
}

/* ===== Como funciona — 4 cards ===== */
.sv-how-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid rgba(184,160,119,0.22);
  border-left: 1px solid rgba(184,160,119,0.16);
}
.sv-how-card {
  padding: 48px 40px 56px;
  border-right: 1px solid rgba(184,160,119,0.16);
  border-bottom: 1px solid rgba(184,160,119,0.22);
  background: var(--paper);
  position: relative;
  transition: background .6s var(--ease-quint, ease);
  will-change: transform;
}
.sv-how-card:hover { background: rgba(255,253,247,0.65); }
.sv-how-num {
  display: inline-block;
  font-size: 26px;
  color: var(--champagne-deep);
  margin-bottom: 32px;
  letter-spacing: 0.04em;
}
.sv-how-card h4 {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 16px;
  line-height: 1.22;
  max-width: 240px;
}
.sv-how-card h4 .it { color: var(--champagne-deep); }
.sv-how-card p {
  font-size: 14.5px;
  line-height: 1.7;
  color: var(--soft-charcoal);
  opacity: 0.88;
  max-width: 280px;
}

/* ===== Diagnóstico (quiz) ===== */
.sv-diagnostico { position: relative; }
.sv-quiz {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  margin-top: 48px;
}
.sv-q {
  background: rgba(255,253,247,0.04);
  border: 1px solid rgba(214,198,165,0.22);
  border-radius: 4px;
  padding: 36px 32px 32px;
  transition: border-color .4s ease, background .4s ease;
}
.sv-q.answered {
  border-color: rgba(214,198,165,0.55);
  background: rgba(255,253,247,0.07);
}
.sv-q-head {
  display: flex; align-items: baseline; gap: 14px;
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(214,198,165,0.18);
}
.sv-q-num {
  font-size: 26px;
  color: var(--champagne);
  letter-spacing: 0;
}
.sv-q-label {
  font-size: 13.5px;
  color: rgba(242,240,235,0.88);
  letter-spacing: 0.02em;
}
.sv-q-options {
  display: flex; flex-direction: column;
  gap: 8px;
}
.sv-opt {
  display: flex; align-items: center; gap: 12px;
  padding: 13px 16px;
  border: 1px solid rgba(214,198,165,0.18);
  border-radius: 3px;
  cursor: pointer;
  transition: border-color .3s, background .3s, transform .3s;
  font-size: 13.5px;
  color: rgba(242,240,235,0.88);
  background: rgba(20,18,14,0.18);
}
.sv-opt:hover { border-color: rgba(214,198,165,0.45); transform: translateX(2px); }
.sv-opt input {
  accent-color: var(--champagne);
  flex: 0 0 auto;
}
.sv-opt:has(input:checked) {
  border-color: var(--champagne);
  background: rgba(214,198,165,0.12);
  color: var(--champagne);
}
.sv-opt span { flex: 1; line-height: 1.4; }

.sv-quiz-actions {
  grid-column: 1 / -1;
  display: flex; align-items: center; gap: 24px;
  margin-top: 24px;
  padding-top: 32px;
  border-top: 1px solid rgba(214,198,165,0.18);
  flex-wrap: wrap;
}
.sv-quiz-actions .btn:disabled {
  opacity: 0.4;
  pointer-events: none;
}
.sv-link-ghost {
  background: transparent; border: 0;
  font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
  color: rgba(242,240,235,0.6);
  cursor: pointer;
  text-decoration: none;
  transition: color .3s ease;
}
.sv-link-ghost:hover { color: var(--champagne); }

/* ===== Results panel ===== */
.sv-results {
  margin-top: 64px;
  padding: 48px 0 0;
  border-top: 1px solid rgba(214,198,165,0.22);
  animation: sv-results-in 0.9s var(--ease-quint, ease);
}
@keyframes sv-results-in {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
.sv-results-head {
  max-width: 720px;
  margin-bottom: 40px;
}
.sv-results-head h3 {
  font-family: var(--serif);
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 400;
  color: var(--off-white);
  line-height: 1.18;
  margin: 14px 0 18px;
}
.sv-results-head h3 .it { color: var(--champagne); }
.sv-results-note {
  font-size: 14px;
  line-height: 1.65;
  color: rgba(242,240,235,0.62);
  max-width: 560px;
}
.sv-results-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.sv-r-card {
  position: relative;
  background: rgba(255,253,247,0.04);
  border: 1px solid rgba(214,198,165,0.25);
  border-radius: 4px;
  padding: 24px 22px 26px;
  cursor: pointer;
  transition: border-color .35s ease, background .35s ease, transform .35s ease;
}
.sv-r-card:hover {
  border-color: var(--champagne);
  background: rgba(214,198,165,0.1);
  transform: translateY(-2px);
}
.sv-r-rank {
  position: absolute; top: 18px; right: 18px;
  font-family: var(--serif);
  font-size: 12px;
  color: var(--champagne-deep);
  letter-spacing: 0.04em;
}
.sv-r-num {
  font-family: var(--serif);
  font-size: 26px;
  color: var(--champagne);
  margin-bottom: 12px;
}
.sv-r-title {
  font-family: var(--serif);
  font-size: 17px;
  color: var(--off-white);
  line-height: 1.3;
  margin-bottom: 10px;
}
.sv-r-tag {
  font-size: 11px; letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(214,198,165,0.65);
}
.sv-results-cta {
  margin-top: 48px;
  display: flex; align-items: center; gap: 28px;
  flex-wrap: wrap;
}

/* ===== Catálogo ===== */
.sv-catalog { background: var(--paper); }
.sv-cat-head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: end;
  margin-bottom: 48px;
}
.sv-cat-filter {
  display: flex; flex-wrap: wrap; gap: 8px;
}
.sv-filter {
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  padding: 10px 18px; border-radius: 999px;
  border: 1px solid rgba(30,30,28,0.18);
  color: var(--soft-charcoal); background: transparent;
  cursor: pointer;
  transition: all .3s var(--ease);
}
.sv-filter:hover { border-color: var(--champagne-deep); color: var(--champagne-deep); }
.sv-filter.is-active {
  background: var(--deep-graphite);
  color: var(--off-white);
  border-color: var(--deep-graphite);
}

.sv-catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.sv-card {
  display: flex; flex-direction: column;
  background: transparent;
  border: 0;
  text-align: left;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
  transition: transform .5s var(--ease-quint, ease);
}
.sv-card:hover { transform: translateY(-4px); }
.sv-card-img {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 18px;
}
.sv-card-img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 1.4s var(--ease-quint, ease);
}
.sv-card:hover .sv-card-img img { transform: scale(1.05); }
.sv-card-num {
  position: absolute; top: 16px; left: 16px;
  font-family: var(--serif);
  font-size: 32px;
  color: var(--off-white);
  text-shadow: 0 2px 16px rgba(15,14,10,0.6);
  letter-spacing: 0;
}
.sv-card-layer {
  position: absolute; top: 20px; right: 16px;
  font-size: 9.5px; letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--off-white);
  background: rgba(20,18,14,0.55);
  backdrop-filter: blur(6px);
  padding: 6px 10px;
  border: 1px solid rgba(214,198,165,0.35);
  border-radius: 2px;
}
.sv-card-body { padding: 0 4px; }
.sv-card-head {
  display: flex; align-items: baseline; justify-content: space-between;
  margin-bottom: 8px;
  gap: 12px;
}
.sv-card-title {
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 400;
  line-height: 1.22;
  color: var(--deep-graphite);
  max-width: 340px;
  margin: 0;
}
.sv-card-title em { color: var(--champagne-deep); font-style: italic; }
.sv-card-pilar {
  font-family: var(--serif);
  font-size: 12px;
  color: var(--champagne-deep);
  letter-spacing: 0.04em;
  flex: 0 0 auto;
}
.sv-card-tag {
  font-size: 11px; letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--champagne-deep);
  margin: 12px 0 14px;
  font-weight: 500;
}
.sv-card-lede {
  font-size: 14px;
  line-height: 1.65;
  color: var(--soft-charcoal);
  opacity: 0.85;
  max-width: 360px;
  margin: 0 0 14px;
}
.sv-card-foot {
  display: flex; align-items: center; gap: 12px;
  margin-top: 8px;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--champagne-deep);
  font-weight: 500;
}
.sv-card-foot .sv-dot {
  width: 4px; height: 4px;
  background: var(--champagne-deep);
  border-radius: 50%;
}
.sv-card.is-recommended .sv-card-img::after {
  content: 'Recomendado';
  position: absolute; bottom: 12px; left: 12px;
  font-size: 9.5px; letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--deep-graphite);
  background: var(--champagne);
  padding: 6px 10px;
  border-radius: 2px;
  font-weight: 600;
}
.sv-card.is-hidden { display: none; }

/* ===== Processo ===== */
.sv-process-list {
  list-style: none; padding: 0; margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-top: 1px solid rgba(184,160,119,0.22);
  border-left: 1px solid rgba(184,160,119,0.16);
}
.sv-process-list li {
  display: flex; gap: 22px;
  padding: 36px 36px 38px;
  border-right: 1px solid rgba(184,160,119,0.16);
  border-bottom: 1px solid rgba(184,160,119,0.22);
  align-items: flex-start;
}
.sv-step-num {
  font-size: 38px;
  color: var(--champagne-deep);
  line-height: 1;
  letter-spacing: 0;
  flex: 0 0 50px;
}
.sv-process-list h4 {
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 400;
  margin: 6px 0 10px;
  line-height: 1.25;
}
.sv-process-list h4 .it { color: var(--champagne-deep); }
.sv-process-list p {
  font-size: 14.5px;
  line-height: 1.7;
  color: var(--soft-charcoal);
  opacity: 0.85;
  max-width: 460px;
  margin: 0;
}

.sv-process-modelos {
  margin-top: 80px;
  padding-top: 48px;
  border-top: 1px solid rgba(184,160,119,0.22);
}
.sv-modelos-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin-top: 28px;
}
.sv-modelos-grid > div { padding-right: 16px; }
.sv-modelos-grid h5 {
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 400;
  margin: 0 0 8px;
  color: var(--deep-graphite);
}
.sv-modelos-grid p {
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--soft-charcoal);
  opacity: 0.85;
  margin: 0;
}

/* ===== Modal ===== */
.sv-modal {
  position: fixed; inset: 0;
  z-index: 9500;
  opacity: 0;
  pointer-events: none;
  transition: opacity .35s var(--ease-quint, ease);
}
.sv-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}
.sv-modal-backdrop {
  position: absolute; inset: 0;
  background: rgba(15,14,10,0.78);
  backdrop-filter: blur(8px);
}
.sv-modal-panel {
  position: absolute;
  top: 50%; left: 50%;
  width: min(900px, 92vw);
  max-height: 86vh;
  overflow-y: auto;
  transform: translate(-50%, -48%);
  background: var(--paper);
  border: 1px solid var(--champagne-deep);
  border-radius: 4px;
  box-shadow: 0 40px 100px -40px rgba(15,14,10,0.6);
  transition: transform .5s var(--ease-quint, ease);
}
.sv-modal.is-open .sv-modal-panel {
  transform: translate(-50%, -50%);
}
.sv-modal-close {
  position: absolute; top: 18px; right: 22px;
  background: transparent; border: 0;
  font-size: 28px; line-height: 1;
  color: var(--soft-charcoal);
  cursor: pointer;
  z-index: 2;
  transition: color .3s ease, transform .3s ease;
}
.sv-modal-close:hover { color: var(--champagne-deep); transform: rotate(90deg); }
.sv-modal-body {
  padding: 0;
}
.sv-modal-hero {
  position: relative;
  aspect-ratio: 16/7;
  overflow: hidden;
  background: var(--deep-graphite);
}
.sv-modal-hero img {
  width: 100%; height: 100%; object-fit: cover;
  opacity: 0.92;
}
.sv-modal-hero::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(15,14,10,0.5) 100%);
}
.sv-modal-hero-text {
  position: absolute; bottom: 24px; left: 32px; right: 32px;
  color: var(--off-white);
  z-index: 1;
}
.sv-modal-hero-num {
  font-family: var(--serif);
  font-size: 64px;
  line-height: 1;
  color: var(--champagne);
}
.sv-modal-hero-tag {
  font-size: 11px; letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--champagne);
  margin-bottom: 8px;
}
.sv-modal-hero-title {
  font-family: var(--serif);
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 400;
  line-height: 1.18;
  margin: 8px 0 6px;
  max-width: 600px;
}
.sv-modal-hero-title em { color: var(--champagne); font-style: italic; }
.sv-modal-hero-subtitle {
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--champagne);
  font-style: italic;
}
.sv-modal-content {
  padding: 40px 48px 48px;
}
.sv-modal-lede {
  font-size: 16px;
  line-height: 1.7;
  color: var(--soft-charcoal);
  max-width: 620px;
  margin: 0 0 36px;
}
.sv-modal-section {
  margin-bottom: 32px;
}
.sv-modal-section-label {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--champagne-deep);
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(184,160,119,0.22);
}
.sv-modal-list {
  list-style: none; padding: 0; margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 32px;
}
.sv-modal-list li {
  position: relative;
  padding-left: 18px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--soft-charcoal);
}
.sv-modal-list li::before {
  content: '';
  position: absolute; left: 0; top: 9px;
  width: 6px; height: 6px;
  background: var(--champagne-deep);
  border-radius: 50%;
}
.sv-modal-para {
  font-size: 14.5px;
  line-height: 1.7;
  color: var(--soft-charcoal);
  max-width: 620px;
  margin: 0;
}
.sv-modal-combina {
  display: flex; flex-wrap: wrap; gap: 8px;
  margin-top: 16px;
}
.sv-pill {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--champagne-deep);
  background: rgba(214,198,165,0.12);
  border: 1px solid rgba(184,160,119,0.35);
  padding: 8px 14px;
  border-radius: 999px;
  cursor: pointer;
  transition: background .3s, color .3s;
}
.sv-pill:hover {
  background: var(--champagne-deep);
  color: var(--off-white);
}
.sv-modal-cta {
  margin-top: 36px;
  padding-top: 32px;
  border-top: 1px solid rgba(184,160,119,0.22);
  display: flex; align-items: center; gap: 24px;
  flex-wrap: wrap;
}

body.modal-open { overflow: hidden; }

/* ===== Responsive ===== */
@media (max-width: 1100px) {
  .sv-hero-grid {
    grid-template-columns: 1fr;
    gap: 46px;
    text-align: center;
  }
  .sv-hero-copy .lede {
    margin-left: auto;
    margin-right: auto;
  }
  .sv-hero-cta { justify-content: center; }
  .sv-hero-focus {
    width: min(100%, 560px);
    margin: 0 auto;
    padding: 18px 0 0;
    text-align: left;
  }
  .sv-focus-kicker { text-align: center; }
  .sv-focus-item {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .sv-focus-item.is-active { transform: translateY(-2px); }
  .sv-focus-item:hover { transform: translateY(-2px); }
  .sv-how-grid { grid-template-columns: 1fr 1fr; }
  .sv-quiz { grid-template-columns: 1fr 1fr; }
  .sv-catalog-grid { grid-template-columns: 1fr 1fr; }
  .sv-results-grid { grid-template-columns: 1fr 1fr; }
  .sv-process-list { grid-template-columns: 1fr; }
  .sv-modelos-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .sv-landing-nav {
    position: absolute;
    top: 14px;
    height: 42px;
  }
  .sv-nav-wordmark {
    left: 18px;
    font-size: 12px;
    max-width: 84px;
    line-height: 0.95;
  }
  .sv-nav-cta {
    right: 18px;
    min-height: 38px;
    font-size: 9px;
    letter-spacing: 0.18em;
    gap: 9px;
  }
  .sv-nav-cta .arr { width: 14px; }
  .sv-hero {
    min-height: 100svh;
    padding-top: 92px;
    padding-bottom: 64px;
    background: var(--paper);
  }
  .sv-hero::before {
    background-size: auto 100%;
    background-position: left center;
    animation-name: sv-hero-image-pan-mobile;
    animation-duration: 24s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
  }
  .sv-hero::after {
    background:
      linear-gradient(90deg, rgba(184,160,119,0.12) 1px, transparent 1px) 50% 0 / 42vw 100%,
      radial-gradient(88% 70% at 72% 42%, rgba(244,241,233,0.06) 0%, rgba(244,241,233,0.22) 48%, rgba(244,241,233,0.7) 100%),
      linear-gradient(180deg, rgba(244,241,233,0.68) 0%, rgba(244,241,233,0.28) 38%, rgba(244,241,233,0.82) 100%);
  }
  .sv-hero-aura {
    top: 82px;
    width: 86vw;
  }
  .sv-landing-brand {
    gap: 16px;
    margin-bottom: 28px;
  }
  .sv-landing-brand img { width: 124px; }
  .sv-brand-line { width: 54px; }
  .sv-hero-copy h1 {
    font-size: clamp(42px, 13.5vw, 58px);
    line-height: 0.98;
    margin-top: 18px;
  }
  .sv-hero-copy .lede {
    max-width: 33ch;
    font-size: 14.5px;
    line-height: 1.64;
  }
  .sv-hero-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
  }
  .sv-hero-cta .btn { width: 100%; justify-content: space-between; }
  .sv-link-arrow {
    justify-content: center;
    padding: 13px 0 0;
    border-bottom: 0;
  }
  .sv-hero-focus {
    max-width: 340px;
    gap: 10px;
  }
  .sv-focus-ring { display: none; }
  .sv-focus-kicker {
    font-size: 9px;
    letter-spacing: 0.2em;
    margin-bottom: 6px;
  }
  .sv-focus-item {
    grid-template-columns: 42px 1fr;
    gap: 12px;
    padding: 14px 14px;
    border-radius: 6px;
    background: rgba(255,253,247,0.72);
  }
  .sv-focus-item.is-active {
    transform: none;
    box-shadow: 0 18px 52px -34px rgba(15,14,10,0.7);
  }
  .sv-focus-num { font-size: 24px; }
  .sv-focus-text strong { font-size: 17px; }
  .sv-focus-text small { font-size: 12px; }
  .sv-how-grid { grid-template-columns: 1fr; }
  .sv-quiz { grid-template-columns: 1fr; }
  .sv-catalog-grid { grid-template-columns: 1fr; gap: 28px; }
  .sv-results-grid { grid-template-columns: 1fr; }
  .sv-cat-head { grid-template-columns: 1fr; gap: 28px; }
  .sv-modal-list { grid-template-columns: 1fr; }
  .sv-modal-panel { width: 96vw; max-height: 92vh; }
  .sv-modal-content { padding: 28px 22px 32px; }
  .sv-modal-hero-num { font-size: 44px; }
  .sv-modelos-grid { grid-template-columns: 1fr; }
}

/* ===== Reduced motion ===== */
@media (prefers-reduced-motion: reduce) {
  .sv-hero::before,
  .sv-results,
  .sv-card {
    animation: none !important;
    transition: none !important;
  }
}
