/* ==========================================================================
   Life Line — Cobertura médica para eventos
   Direção: Editorial Luxury sobre base grafite. Autoridade por contenção.
   Arquétipo de layout: Editorial Split + Bento assimétrico
   ========================================================================== */

:root {
  interpolate-size: allow-keywords;
  /* Uma dominante (tinta), um acento (âmbar da marca), um neutro quente */
  --ink:        #0E1013;
  --ink-2:      #15181C;
  --ink-3:      #1D2126;
  --bone:       #F6F3EC;
  --bone-2:     #E9E4D9;
  --bone-3:     #CFC9BC;
  --amber:      #E4652A;
  --amber-soft: #F08B4E;
  --amber-deep: #B84E1E;
  --muted:      #8B9199;
  --muted-dark: #6B7178;

  --hair-light: rgba(255,255,255,0.09);
  --hair-dark:  rgba(14,16,19,0.10);

  --font-display: 'Montserrat', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Montserrat', ui-sans-serif, system-ui, sans-serif;

  /* Escala editorial: contraste alto entre display e corpo */
  --t-hero:  clamp(2.1rem, 1.3rem + 2.6vw, 3.6rem);
  --t-h2:    clamp(1.7rem, 1.2rem + 1.9vw, 2.9rem);
  --t-h3:    clamp(1.25rem, 1.1rem + 0.6vw, 1.55rem);
  --t-lead:  clamp(1.05rem, 0.98rem + 0.36vw, 1.28rem);
  --t-body:  1rem;
  --t-small: 0.9rem;
  --t-micro: 0.6875rem;

  /* Macro-whitespace: a página respira pesado */
  --s-1: 0.5rem;
  --s-2: 0.875rem;
  --s-3: 1.5rem;
  --s-4: 2.5rem;
  --s-5: 4rem;
  --s-6: 6.5rem;
  --s-section: clamp(6rem, 3.5rem + 8vw, 11rem);

  --shell: 1280px;
  --gutter: clamp(1.25rem, 0.5rem + 3vw, 4rem);

  /* Física de mola, nunca linear */
  --spring: cubic-bezier(0.32, 0.72, 0, 1);
  --dur: 700ms;

  /* Sombras ambientais, difusas, nunca duras */
  --lift: 0 32px 80px -48px rgba(14,16,19,0.55), 0 4px 16px -12px rgba(14,16,19,0.25);
  --lift-dark: 0 40px 90px -50px rgba(0,0,0,0.85);

  --r-shell: 26px;
  --r-core:  20px;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

body {
  margin: 0;
  background: #FFFFFF;
  color: var(--ink);
  font-family: var(--font-body);
  font-size: var(--t-body);
  line-height: 1.68;
  letter-spacing: -0.005em;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

:focus-visible { outline: 2px solid var(--amber); outline-offset: 4px; border-radius: 4px; }

/* Grão fixo: dá peso físico de papel, sem custo de repaint no scroll */
.grain {
  position: fixed;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  opacity: 0.032;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)'/%3E%3C/svg%3E");
}

.shell { width: 100%; max-width: var(--shell); margin-inline: auto; padding-inline: var(--gutter); }
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0 0 0 0); white-space:nowrap; border:0; }

/* ---------- Tipografia ---------- */

h1, h2, h3 { font-family: var(--font-display); font-weight: 500; margin: 0; }

.display {
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.028em;
  text-wrap: balance;
}
/* o destaque agora é peso e cor, não itálico serifado */
.display em {
  font-style: normal;
  font-weight: 600;
  color: var(--amber);
}

/* Eyebrow como pílula microscópica */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: var(--t-micro);
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  margin: 0 0 var(--s-3);
  white-space: nowrap;
  color: var(--amber-deep);
  background: rgba(228,101,42,0.08);
  box-shadow: inset 0 0 0 1px rgba(228,101,42,0.18);
}
.on-dark .eyebrow, .eyebrow--dark {
  color: var(--amber-soft);
  background: rgba(240,139,78,0.10);
  box-shadow: inset 0 0 0 1px rgba(240,139,78,0.22);
}
.eyebrow .dot { width: 5px; height: 5px; border-radius: 50%; background: currentColor; }

.lead { font-size: var(--t-lead); line-height: 1.62; color: var(--muted-dark); }
.lead strong { font-weight: 600; color: var(--ink); }
.on-dark .lead strong { color: var(--bone); }
.on-dark .lead { color: var(--muted); }

/* ---------- Botões ---------- */

.btn {
  --bg: var(--ink);
  --fg: var(--bone);
  --chip: rgba(255,255,255,0.12);
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 0.5rem 0.5rem 1.55rem;
  border: 0;
  border-radius: 999px;
  background: var(--bg);
  color: var(--fg);
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: -0.008em;
  text-decoration: none;
  cursor: pointer;
  transition: transform var(--dur) var(--spring), background var(--dur) var(--spring), box-shadow var(--dur) var(--spring);
  box-shadow: 0 18px 40px -28px rgba(14,16,19,0.7);
}
.btn__chip {
  width: 34px; height: 34px;
  flex: none;
  border-radius: 50%;
  background: var(--chip);
  display: grid;
  place-items: center;
  transition: transform var(--dur) var(--spring), background var(--dur) var(--spring);
}
.btn__chip svg { width: 13px; height: 13px; display: block; }
.btn:hover .btn__chip { transform: translate(3px, -3px) scale(1.06); background: rgba(255,255,255,0.2); }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: scale(0.985); }

.btn--amber { --bg: var(--amber); --fg: #fff; --chip: rgba(255,255,255,0.2); }
.btn--amber:hover { --bg: var(--amber-soft); }

.btn--zap .btn__chip { background: #25D366; color: #FFFFFF; }
.btn--zap:hover .btn__chip { background: #2EE87A; }
.btn--zap .btn__chip svg { width: 16px; height: 16px; }

.btn--quiet {
  --bg: transparent;
  --fg: var(--ink);
  --chip: rgba(14,16,19,0.06);
  box-shadow: inset 0 0 0 1px var(--hair-dark);
}
.btn--quiet:hover { --bg: rgba(14,16,19,0.04); }
.btn--quiet:hover .btn__chip { background: rgba(14,16,19,0.1); }

.on-dark .btn--zap .btn__chip { background: #25D366; color: #FFFFFF; }
.btn--zap:hover .btn__chip { background: #2EE87A; }
.btn--zap .btn__chip svg { width: 16px; height: 16px; }

.btn--quiet {
  --fg: var(--bone);
  --chip: rgba(255,255,255,0.1);
  box-shadow: inset 0 0 0 1px var(--hair-light);
}
.on-dark .btn--quiet:hover { --bg: rgba(255,255,255,0.05); }

/* ---------- Bezel duplo: a arquitetura de todo container ---------- */

.bezel {
  padding: 7px;
  border-radius: var(--r-shell);
  background: rgba(14,16,19,0.035);
  box-shadow: inset 0 0 0 1px var(--hair-dark);
}
.bezel__core {
  border-radius: var(--r-core);
  background: var(--bone);
  box-shadow: inset 0 1px 1px rgba(255,255,255,0.7), 0 1px 2px rgba(14,16,19,0.04);
  overflow: hidden;
  height: 100%;
}
.on-dark .bezel { background: rgba(255,255,255,0.035); box-shadow: inset 0 0 0 1px var(--hair-light); }
.on-dark .bezel__core { background: var(--ink-2); box-shadow: inset 0 1px 1px rgba(255,255,255,0.06); }

/* ---------- Nav flutuante em pílula ---------- */

.nav-wrap {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 30;
  padding: 1.15rem var(--gutter);
  display: flex;
  justify-content: center;
  pointer-events: none;
}
/* Barra clara: o logo vive sobre branco, como na lataria da ambulância */
.nav {
  pointer-events: auto;
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.2vw, 2.25rem);
  padding: 0.5rem 0.5rem 0.5rem 1.5rem;
  border-radius: 999px;
  background: rgba(250,249,246,0.92);
  backdrop-filter: blur(22px) saturate(150%);
  -webkit-backdrop-filter: blur(22px) saturate(150%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.9), 0 24px 60px -38px rgba(0,0,0,0.75);
  transition: background var(--dur) var(--spring);
}
.nav__brand {
  display: block;
  transition: transform var(--dur) var(--spring);
}
.nav__brand:hover { transform: translateY(-1px); }
.nav__brand img { height: clamp(34px, 2.6vw, 46px); width: auto; }
.nav__links { display: flex; align-items: center; gap: clamp(0.9rem, 1.6vw, 1.7rem); }
.nav__links a {
  font-size: 0.85rem;
  font-weight: 500;
  color: rgba(30,34,38,0.72);
  text-decoration: none;
  transition: color var(--dur) var(--spring);
}
.nav__links a:hover { color: var(--amber-deep); }
.nav .btn { padding: 0.55rem 0.55rem 0.55rem 1.35rem; font-size: 0.88rem; box-shadow: none; }
.nav .btn__chip { width: 32px; height: 32px; }
@media (max-width: 900px) { .nav__links { display: none; } }

/* ---------- Hero foto-dominante ---------- */

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  background: var(--ink);
  color: var(--bone);
  overflow: hidden;
  isolation: isolate;
}
.hero__bg { position: absolute; inset: 0; z-index: -3; overflow: hidden; }
.hero__slide {
  position: absolute; inset: 0;
  opacity: 0;
  transition: opacity 1600ms var(--spring);
  will-change: opacity;
}
.hero__slide.is-on { opacity: 1; }
.hero__slide img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: 56% 38%;
  /* leve dessaturação para o laranja da marca continuar sendo o ponto mais quente */
  filter: saturate(0.96) contrast(1.04);
  transform: scale(1.06);
}
/* Ken Burns lento: só no slide ativo, só transform (GPU) */
.hero__slide.is-on img { animation: kenburns 11s var(--spring) forwards; }
@keyframes kenburns {
  from { transform: scale(1.06); }
  to   { transform: scale(1.13); }
}

/* Indicadores de progresso */
.hero__dots {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  margin-top: clamp(1.75rem, 1rem + 2.2vw, 2.75rem);
}
.hero__dot {
  width: 38px; height: 3px;
  border: 0; padding: 0;
  border-radius: 999px;
  background: rgba(255,255,255,0.22);
  cursor: pointer;
  overflow: hidden;
  position: relative;
  transition: background var(--dur) var(--spring);
}
.hero__dot:hover { background: rgba(255,255,255,0.4); }
.hero__dot::after {
  content: '';
  position: absolute; inset: 0;
  background: var(--amber);
  transform: scaleX(0);
  transform-origin: left;
}
.hero__dot.is-on::after { animation: dotfill 6.5s linear forwards; }
@keyframes dotfill { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@media (max-width: 760px) { .hero__dots { justify-content: flex-start; } }
@media (prefers-reduced-motion: reduce) {
  .hero__slide.is-on img { animation: none; transform: scale(1.02); }
  .hero__dot.is-on::after { animation: none; transform: scaleX(1); }
}
/* scrim diagonal: abre uma zona escura à esquerda para a manchete pousar */
.hero__scrim {
  position: absolute; inset: 0; z-index: -2; pointer-events: none;
  background:
    linear-gradient(96deg, rgba(8,9,11,0.94) 0%, rgba(8,9,11,0.80) 24%, rgba(8,9,11,0.34) 50%, rgba(8,9,11,0.05) 72%, rgba(8,9,11,0.30) 100%),
    linear-gradient(to top, rgba(8,9,11,0.96) 0%, rgba(8,9,11,0.55) 22%, transparent 52%),
    linear-gradient(to bottom, rgba(8,9,11,0.72) 0%, transparent 26%);
}
.hero__grain {
  position: absolute; inset: 0; z-index: -1; pointer-events: none;
  opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.82' numOctaves='4'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E");
}
.hero__inner {
  position: relative;
  width: 100%;
  padding-block: clamp(6.5rem, 5rem + 4vw, 8.5rem) clamp(2rem, 1.5rem + 2vw, 3rem);
}
.hero__copy { max-width: 42ch; }
.hero h1 { font-size: clamp(1.9rem, 1.15rem + 2.1vw, 3.05rem); color: var(--bone); text-shadow: 0 2px 40px rgba(8,9,11,0.55); }
.hero .lead { margin: var(--s-3) 0 var(--s-4); max-width: 46ch; font-size: 1.06rem; color: var(--bone-3); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.hero__actions .btn:not(.btn--amber) {
  --bg: rgba(255,255,255,0.07); --fg: var(--bone);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.16);
  backdrop-filter: blur(10px);
}
.hero__actions .btn:not(.btn--amber):hover { --bg: rgba(255,255,255,0.13); }

/* ---------- Hero em duas colunas: copy + formulário ---------- */

.hero__cols {
  display: grid;
  grid-template-columns: 1.42fr minmax(0, 400px);
  gap: clamp(2rem, 1rem + 4vw, 4.5rem);
  align-items: center;
}
@media (max-width: 1000px) {
  .hero__cols { grid-template-columns: 1fr; gap: var(--s-4); }
  .hero__copy { max-width: 100%; }
}

/* Cartão de orçamento: bezel duplo em vidro */
.quote {
  padding: 7px;
  border-radius: var(--r-shell);
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(11px) saturate(120%);
  -webkit-backdrop-filter: blur(11px) saturate(120%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.14), 0 40px 90px -55px rgba(0,0,0,0.8);
}
.quote__core {
  border-radius: var(--r-core);
  background: linear-gradient(180deg, rgba(10,12,14,0.30) 0%, rgba(10,12,14,0.16) 100%);
  box-shadow: inset 0 1px 1px rgba(255,255,255,0.12);
  padding: clamp(1.35rem, 1rem + 1vw, 1.85rem);
}
.quote__head { margin-bottom: var(--s-3); }
.quote__head h2 {
  text-shadow: 0 1px 12px rgba(8,9,11,0.6);
  font-size: 1.18rem;
  letter-spacing: -0.022em;
  color: var(--bone);
  margin-bottom: 0.3rem;
}
.quote__head p { margin: 0; font-size: var(--t-small); color: rgba(255,255,255,0.85); line-height: 1.5; text-shadow: 0 1px 10px rgba(8,9,11,0.55); }

.quote__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.7rem; }
.field { display: flex; flex-direction: column; gap: 0.35rem; }
.field--wide { grid-column: 1 / -1; }
.field label {
  font-size: var(--t-micro);
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.9);
  text-shadow: 0 1px 8px rgba(8,9,11,0.55);
}
.field input, .field select {
  width: 100%;
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: var(--bone);
  background: rgba(255,255,255,0.30);
  border: 0;
  border-radius: 12px;
  padding: 0.72rem 0.9rem;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.42);
  transition: box-shadow var(--dur) var(--spring), background var(--dur) var(--spring);
  appearance: none;
}
.field input::placeholder { color: rgba(255,255,255,0.72); }
.field input:focus, .field select:focus {
  outline: none;
  background: rgba(255,255,255,0.34);
  box-shadow: inset 0 0 0 1px var(--amber);
}
.field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M1 4l5 5 5-5' fill='none' stroke='%23F08B4E' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.8rem center;
  background-size: 12px;
  padding-right: 2.2rem;
}
.field select option { background: var(--ink-2); color: var(--bone); }
/* o ícone nativo do date some no dark, então clareamos */
.field input[type="date"]::-webkit-calendar-picker-indicator { filter: invert(0.7) sepia(1) saturate(4) hue-rotate(340deg); cursor: pointer; }

.quote .btn { grid-column: 1 / -1; width: 100%; justify-content: space-between; margin-top: 0.9rem; }
.quote__note {
  margin: 0.85rem 0 0;
  font-size: var(--t-micro);
  color: rgba(255,255,255,0.62);
  line-height: 1.55;
  text-align: center;
}

/* ---------- Faixa de credenciais ---------- */

.creds {
  background: var(--ink-2);
  color: var(--muted);
  border-top: 1px solid var(--hair-light);
  padding-block: var(--s-3);
}
.creds__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--s-3) var(--s-4);
  font-size: var(--t-micro);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.creds__row span { display: inline-flex; align-items: center; gap: 0.6rem; }
.creds__row span::before {
  content: ''; width: 4px; height: 4px; border-radius: 50%;
  background: var(--amber); flex: none;
}

/* ---------- Frase de abertura ---------- */

/* Olho: abre o corpo da página depois da faixa de clientes.
   Peso 300 de propósito, 700 leria como esportivo. */
.claim {
  background: var(--ink);
  color: var(--bone);
  padding-block: clamp(3.25rem, 2rem + 4.4vw, 6.5rem);
  text-align: center;
}
.claim__line {
  margin: 0 auto;
  max-width: 26ch;
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(1.6rem, 3.4vw, 2.85rem);
  line-height: 1.16;
  letter-spacing: -0.028em;
  text-wrap: balance;
}
.claim__line em {
  font-style: normal;
  font-weight: 500;
  color: var(--amber);
}
/* centralizado, quem decide a quebra é o balance */
.claim__br { display: none; }

/* ---------- Faixa de clientes ---------- */

.clients {
  background: #FFFFFF;
  padding-block: clamp(1.15rem, 0.9rem + 0.7vw, 1.6rem);
  overflow: hidden;
}
.clients__head {
  text-align: center;
  margin-bottom: clamp(2rem, 1.5rem + 1.6vw, 3.25rem);
}
.clients__head p {
  margin: 0;
  font-size: var(--t-micro);
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
}

.marquee {
  position: relative;
  /* as bordas somem em vez de cortar seco */
  -webkit-mask-image: linear-gradient(to right, transparent, #000 9%, #000 91%, transparent);
  mask-image: linear-gradient(to right, transparent, #000 9%, #000 91%, transparent);
}
.marquee__track {
  display: flex;
  width: max-content;
  align-items: center;
  animation: marquee 58s linear infinite;
}
.marquee:hover .marquee__track { animation-play-state: paused; }
@keyframes marquee {
  from { transform: translate3d(0, 0, 0); }
  to   { transform: translate3d(-50%, 0, 0); }
}

.marquee__item {
  flex: none;
  width: clamp(120px, 9.5vw, 158px);
  height: 44px;
  display: grid;
  place-items: center;
  padding-inline: clamp(0.6rem, 1.2vw, 1.1rem);
}
.marquee__item img {
  height: 40px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  /* discreto por padrão, cor só no hover: elegante, não gritado */
  filter: grayscale(1) contrast(0.9) brightness(0.55);
  opacity: 0.5;
  transition: filter var(--dur) var(--spring), opacity var(--dur) var(--spring);
}
.marquee__item:hover img { filter: none; opacity: 1; }
/* Wordmark provisório: entra até o logo oficial chegar */
.wordmark {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(0.7rem, 0.64rem + 0.2vw, 0.84rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
  color: #1E2226;
  opacity: 0.5;
  line-height: 1.2;
  transition: opacity var(--dur) var(--spring), color var(--dur) var(--spring);
}
.marquee__item:hover .wordmark { opacity: 1; color: var(--amber-deep); }

@media (prefers-reduced-motion: reduce) {
  .marquee__track { animation: none; }
  .marquee { -webkit-mask-image: none; mask-image: none; overflow-x: auto; }
}

/* ---------- Seções ---------- */

.section { padding-block: var(--s-section); }
.section--paper { background: #FFFFFF; }
.section--paper-2 { background: var(--bone); }

.section__head { max-width: 58ch; margin-bottom: var(--s-5); }
.section__head h2 { font-size: var(--t-h2); }
.section__head .lead { margin-top: var(--s-3); }

/* ---------- Abertura em duas colunas ---------- */

.intro {
  display: grid;
  /* a foto pesa mais que o texto: 65% da linha */
  grid-template-columns: 38fr 62fr;
  gap: clamp(var(--s-4), 3vw, var(--s-5));
  align-items: stretch;
  margin-bottom: var(--s-6);
}
.intro__text { display: flex; flex-direction: column; }
.intro__text .eyebrow { align-self: flex-start; }
.intro__line {
  margin: 0;
  font-size: clamp(1.05rem, 0.95rem + 0.5vw, 1.32rem);
  line-height: 1.55;
  letter-spacing: -0.015em;
  max-width: 34ch;
}
/* Marco de tempo: o "Desde" é rótulo, o ano é o dado */
.fact {
  display: flex;
  align-items: baseline;
  gap: 0.7rem;
  margin: var(--s-4) 0 0;
  padding-top: var(--s-3);
  border-top: 1px solid var(--hair-dark);
}
.fact__pre {
  font-size: var(--t-micro);
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted-dark);
}
.fact strong {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(2.6rem, 1.6rem + 3.4vw, 4.6rem);
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--amber);
}
/* UTI móvel: foto panorâmica, coluna mais larga para não cortar demais */
#uti-movel .intro { grid-template-columns: 45fr 55fr; align-items: stretch; margin-bottom: 0; }
#uti-movel .intro__text { justify-content: center; gap: var(--s-3); }
#uti-movel h2 { font-size: var(--t-h2); margin: 0.6rem 0 0; max-width: 17ch; }
@media (max-width: 900px) { #uti-movel .intro { grid-template-columns: 1fr; } }

/* Espelho: foto à esquerda, texto à direita */
.intro--flip {
  grid-template-columns: 48fr 52fr;
  /* sem degrau: a foto ocupa a altura inteira do bloco de texto */
  align-items: stretch;
  margin-bottom: 0;
}
/* foto que acompanha a altura da coluna de texto, sem degrau */
.intro__media--fill,
.intro__media--fill .bezel,
.intro__media--fill .bezel__core { height: 100%; }
.intro__media--fill img { height: 100%; aspect-ratio: auto; object-fit: cover; }
.intro--flip .intro__text { justify-content: center; gap: var(--s-3); }
.intro--flip h2 { font-size: var(--t-h2); margin: 0.6rem 0 0; max-width: 18ch; }
.intro__line--sm { font-size: var(--t-small); line-height: 1.7; color: var(--muted-dark); max-width: 46ch; }
@media (max-width: 900px) {
  .intro--flip { grid-template-columns: 1fr; }
  .intro--flip .intro__media { order: -1; }
  .intro__media--fill img { aspect-ratio: 4 / 3; }
}

/* Lista de vantagens com selo de check */
.checks { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.7rem; }
.checks li {
  position: relative;
  padding-left: 2.35rem;
  font-size: var(--t-small);
  line-height: 1.5;
}
.checks li::before {
  content: '';
  position: absolute; left: 0; top: -0.1em;
  width: 24px; height: 24px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12' r='10.2' stroke='%23E4652A' stroke-width='1.5'/%3E%3Cpath d='M7.4 12.3l3.1 3.1 6.1-6.6' stroke='%23E4652A' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

/* Selos institucionais: fecham a coluna na mesma linha da base da foto */
.selos {
  margin-top: auto;          /* encosta na base: alinha com o fim da foto */
  padding-top: var(--s-3);
  border-top: 1px solid var(--hair-dark);
}
.selos__tag {
  margin: 0 0 var(--s-2);
  font-size: var(--t-micro);
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted-dark);
}
/* cinco colunas iguais: cada selo tem a mesma caixa, então a linha fica simétrica */
.selos__row {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  gap: 0.5rem;
}
.selos__row li { display: grid; place-items: center; }
.selos__row img { height: clamp(26px, 2.5vw, 36px); width: auto; max-width: 100%; object-fit: contain; }

.intro__media { margin: 0; }
.intro__media img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 3 / 2; }
@media (max-width: 900px) {
  .intro { grid-template-columns: 1fr; gap: var(--s-4); }
  .intro__media { order: -1; }
}

/* Cabeçalho editorial dividido */
.head-split {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: var(--s-4);
  align-items: end;
  margin-bottom: var(--s-5);
}
.head-split h2 { font-size: var(--t-h2); }
.head-split > p { padding-bottom: 0.35rem; }
@media (max-width: 820px) { .head-split { grid-template-columns: 1fr; align-items: start; } }

/* ---------- Bento assimétrico de coberturas ---------- */

.bento {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: var(--s-3);
}
.bento > * { grid-column: span 12; }
@media (min-width: 900px) {
  .bento__lg { grid-column: span 7; grid-row: span 2; }
  .bento__sm { grid-column: span 5; }
}

.tile { position: relative; height: 100%; }
.tile .bezel { height: 100%; }
.tile__inner { display: flex; flex-direction: column; height: 100%; }
.tile__media { overflow: hidden; }
.tile__media img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform 1100ms var(--spring), filter 900ms var(--spring);
  filter: saturate(0.92);
}
.tile:hover .tile__media img { transform: scale(1.045); filter: saturate(1.04); }
.bento__lg .tile__media { aspect-ratio: 16 / 10; }
.bento__sm .tile__media { aspect-ratio: 16 / 9; }
.tile__body { padding: var(--s-3) var(--s-3) var(--s-4); display: flex; flex-direction: column; gap: 0.5rem; flex: 1; }
.tile__body h3 { font-size: var(--t-h3); letter-spacing: -0.02em; }
.tile__body p { margin: 0; color: var(--muted-dark); font-size: var(--t-small); line-height: 1.62; }
.tile__idx {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  color: var(--amber-deep);
  text-transform: uppercase;
}

/* ---------- Lista editorial numerada ---------- */

.ledger { border-top: 1px solid var(--hair-dark); }
.ledger__row {
  display: grid;
  grid-template-columns: 5.5rem 1fr 1.15fr;
  gap: var(--s-3) var(--s-4);
  padding-block: var(--s-4);
  border-bottom: 1px solid var(--hair-dark);
  align-items: baseline;
  transition: background var(--dur) var(--spring);
}
.ledger__row:hover { background: rgba(228,101,42,0.035); }
@media (max-width: 820px) {
  .ledger__row { grid-template-columns: 3.5rem 1fr; }
  .ledger__row p { grid-column: 2; }
}
.ledger__n {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1rem;
  color: var(--amber);
  letter-spacing: 0.06em;
}
.ledger__row h3 { font-size: var(--t-h3); letter-spacing: -0.02em; }
.ledger__row p { margin: 0; color: var(--muted-dark); font-size: var(--t-small); line-height: 1.66; }

/* ---------- Placeholder de conteúdo pendente ---------- */

.pending .bezel__core { background: transparent; box-shadow: none; }
.pending .bezel {
  background: rgba(228,101,42,0.045);
  box-shadow: inset 0 0 0 1px rgba(228,101,42,0.28);
}
.pending__body { padding: var(--s-5) var(--s-4); text-align: center; }
.pending__tag {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-size: var(--t-micro); font-weight: 500;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--amber-deep);
  margin-bottom: var(--s-3);
}
.pending__body h3 { font-size: var(--t-h3); margin-bottom: var(--s-2); letter-spacing: -0.02em; }
.pending__body p { margin: 0 auto; max-width: 58ch; color: var(--muted-dark); font-size: var(--t-small); }

/* ---------- FAQ ---------- */

/* foto à esquerda, acordeão à direita */
.faq-split {
  display: grid;
  grid-template-columns: 40fr 60fr;
  gap: clamp(var(--s-4), 3.5vw, var(--s-6));
  align-items: stretch;
}
.faq-split__body { display: flex; flex-direction: column; justify-content: center; }
.faq-split__body .eyebrow { align-self: flex-start; }
.faq-split h2 { font-size: var(--t-h2); margin: 0.6rem 0 var(--s-4); max-width: 20ch; }
.faq__media { margin: 0; }
@media (max-width: 900px) {
  .faq-split { grid-template-columns: 1fr; }
  .faq__media img { aspect-ratio: 4 / 3; }
}

.faq { max-width: 900px; }
.faq details { border-bottom: 1px solid var(--hair-dark); }
.faq details:first-child { border-top: 1px solid var(--hair-dark); }
.faq summary {
  cursor: pointer; list-style: none;
  padding: var(--s-3) 3rem var(--s-3) 0;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.08rem;
  letter-spacing: -0.02em;
  position: relative;
  transition: color var(--dur) var(--spring);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--amber-deep); }
.faq summary::after {
  content: '';
  position: absolute; right: 0.5rem; top: 50%;
  width: 26px; height: 26px; margin-top: -13px;
  border-radius: 50%;
  background: rgba(14,16,19,0.05) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M1 4l5 5 5-5' fill='none' stroke='%23E4652A' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 12px no-repeat;
  transition: transform var(--dur) var(--spring);
}
.faq details[open] summary::after { transform: rotate(180deg); }
.faq details::details-content {
  block-size: 0;
  overflow: hidden;
  transition: block-size var(--dur) var(--spring), content-visibility var(--dur) allow-discrete;
}
.faq details[open]::details-content { block-size: auto; }
.faq p { margin: 0; padding: 0 3rem var(--s-4) 0; color: var(--muted-dark); font-size: var(--t-small); max-width: 68ch; }

/* ---------- CTA final ---------- */

.close { background: var(--bone); color: var(--ink); position: relative; overflow: hidden; }
.close::before {
  content: '';
  position: absolute; left: 50%; bottom: -40%;
  width: 90vw; height: 60vw; max-width: 1100px; max-height: 700px;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at center, rgba(228,101,42,0.12) 0%, transparent 65%);
  pointer-events: none;
}
.close__inner { position: relative; padding-block: var(--s-section); text-align: center; }
.close h2 { font-size: var(--t-h2); max-width: 20ch; margin-inline: auto; }
.close .lead { margin: var(--s-3) auto var(--s-4); max-width: 52ch; }
.close__actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 0.75rem; }

/* ---------- Rodapé ---------- */

.foot { background: var(--ink-2); color: var(--muted); padding-block: var(--s-5) var(--s-4); font-size: var(--t-small); }
.foot__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: var(--s-4); margin-bottom: var(--s-5); }
@media (max-width: 780px) { .foot__grid { grid-template-columns: 1fr; } }
.foot img { height: 40px; width: auto; margin-bottom: var(--s-3); }
.foot h4 {
  font-family: var(--font-body);
  font-size: var(--t-micro); font-weight: 500;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--bone-3); margin: 0 0 var(--s-3);
}
.foot ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.6rem; }
.foot a { text-decoration: none; transition: color var(--dur) var(--spring); }
.foot a:hover { color: var(--amber-soft); }
.foot__base {
  border-top: 1px solid var(--hair-light);
  padding-top: var(--s-3);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: var(--s-3);
  font-size: var(--t-micro); letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted-dark);
}

/* ---------- Dock mobile ---------- */

.dock {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 30;
  display: none;
  padding: 0.75rem var(--gutter) calc(0.75rem + env(safe-area-inset-bottom));
  background: rgba(14,16,19,0.82);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.dock .btn { width: 100%; justify-content: space-between; }
@media (max-width: 900px) { .dock { display: block; } body { padding-bottom: 80px; } }

/* ---------- Revelação no scroll ---------- */

.rise { opacity: 0; transform: translateY(28px); filter: blur(6px); }
.rise.is-in {
  opacity: 1; transform: none; filter: blur(0);
  transition: opacity 900ms var(--spring), transform 900ms var(--spring), filter 900ms var(--spring);
}
.rise.is-in.d1 { transition-delay: 90ms; }
.rise.is-in.d2 { transition-delay: 180ms; }
.rise.is-in.d3 { transition-delay: 270ms; }
@media (prefers-reduced-motion: reduce) { .rise { opacity: 1; transform: none; filter: none; } }
