@font-face {
  font-family: "Sora";
  src: url("/assets/sora.woff2") format("woff2");
  font-weight: 100 800;
  font-display: swap;
}

:root {
  --vermelho: #e11b22;
  --vermelho-claro: #ff5a5f;
  --vermelho-escuro: #a3121a;
  --grafite: #0f1014;
  --grafite-2: #17181d;
  --texto: #16171b;
  --texto-suave: #5d606a;
  --texto-claro: #b7b9c2;
  --fundo: #ffffff;
  --fundo-2: #f6f6f8;
  --borda: #e6e7eb;
  --verde: #1fae5b;
  --verde-escuro: #158a46;
  --whats: #25d366;
  --raio: 20px;
  --largura: 1140px;
  --sombra-suave: 0 1px 2px rgba(16, 17, 20, .04), 0 8px 24px -12px rgba(16, 17, 20, .12);
  --sombra-alta: 0 2px 4px rgba(16, 17, 20, .04), 0 24px 48px -20px rgba(16, 17, 20, .28);
  --gradiente-vermelho: linear-gradient(135deg, #ff5a5f 0%, #e11b22 55%, #b8121a 100%);
  --ruido: 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='.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: "Sora", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color: var(--texto);
  background: var(--fundo);
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3 { line-height: 1.12; margin: 0 0 .5em; letter-spacing: -.025em; }
h2 { font-size: clamp(1.7rem, 4.8vw, 2.6rem); font-weight: 800; }
h3 { font-size: 1.05rem; font-weight: 700; letter-spacing: -.01em; }
p { margin: 0 0 1em; }
em { font-style: normal; }
h1 em, h2 em {
  background: linear-gradient(100deg, #ff7a7e 0%, #ff3b41 45%, #e11b22 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.container { width: 100%; max-width: var(--largura); margin: 0 auto; padding: 0 16px; }
.secao { position: relative; padding: 72px 0; }
.secao--cinza { background: var(--fundo-2); }
.secao__topo { max-width: 660px; margin-bottom: 36px; }
.secao__topo p { color: var(--texto-suave); font-size: 1.02rem; }

/* rótulo das seções */
.selo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--vermelho);
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.selo::before { content: ""; width: 26px; height: 2px; border-radius: 2px; background: var(--gradiente-vermelho); }

/* botões */
.botao {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 999px;
  padding: 16px 26px;
  font: inherit;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: -.005em;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  isolation: isolate;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.botao:active { transform: scale(.98); }
.botao svg { width: 22px; height: 22px; flex: none; }
.botao--whats {
  color: #fff;
  background: linear-gradient(180deg, #26bf66 0%, var(--verde-escuro) 100%);
  box-shadow: 0 12px 28px -10px rgba(31, 174, 91, .75), inset 0 1px 0 rgba(255, 255, 255, .28);
}
.botao--whats::after {
  content: "";
  position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(110deg, transparent 30%, rgba(255, 255, 255, .28) 50%, transparent 70%);
  transform: translateX(-120%);
  transition: transform .7s ease;
}
.botao--whats:hover { transform: translateY(-1px); box-shadow: 0 16px 34px -10px rgba(31, 174, 91, .85), inset 0 1px 0 rgba(255, 255, 255, .28); }
.botao--whats:hover::after { transform: translateX(120%); }
.botao--grande { padding: 19px 34px; font-size: 1.08rem; }

/* topo */
.topo {
  position: sticky; top: 0; z-index: 20;
  background: var(--grafite);
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, .06);
  transition: background .25s ease, box-shadow .25s ease;
}
.topo--rolado { background: rgba(15, 16, 20, .86); box-shadow: 0 10px 30px -12px rgba(0, 0, 0, .5); }
.topo__linha { display: flex; align-items: center; justify-content: space-between; gap: 12px; height: 66px; }
.topo__marca { display: flex; align-items: center; gap: 11px; text-decoration: none; color: #fff; min-width: 0; }
.topo__logo {
  width: 42px; height: 42px; border-radius: 11px; background: #fff; padding: 3px; object-fit: contain; flex: none;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .15), 0 6px 16px -6px rgba(225, 27, 34, .6);
}
.topo__nome { font-weight: 700; font-size: .98rem; line-height: 1.2; }
.topo__nome small { display: block; font-weight: 400; font-size: .72rem; color: var(--texto-claro); }
.topo .botao { padding: 11px 13px; font-size: .88rem; }
.topo .botao span { display: none; }

/* fundo decorativo (topo e chamada final) */
.hero__fundo {
  position: absolute; inset: 0; pointer-events: none; overflow: hidden;
  background:
    radial-gradient(60% 55% at 88% 8%, rgba(225, 27, 34, .42) 0%, rgba(225, 27, 34, 0) 70%),
    radial-gradient(50% 50% at 5% 100%, rgba(163, 18, 26, .38) 0%, rgba(163, 18, 26, 0) 70%);
}
.hero__fundo::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
  background-size: 56px 56px;
  -webkit-mask-image: radial-gradient(75% 70% at 60% 30%, #000 0%, transparent 75%);
  mask-image: radial-gradient(75% 70% at 60% 30%, #000 0%, transparent 75%);
}
.hero__fundo::after {
  content: "";
  position: absolute; inset: 0;
  background-image: var(--ruido);
  opacity: .07;
  mix-blend-mode: overlay;
}
.hero__escudo {
  position: absolute; right: -110px; top: 30px;
  width: 380px; height: auto;
  color: rgba(255, 90, 95, .22);
}

/* hero */
.hero {
  position: relative;
  color: #fff;
  background: var(--grafite);
  padding: 40px 0 60px;
  overflow: hidden;
}
.hero__grade { position: relative; display: grid; gap: 34px; align-items: center; }
.hero__local {
  display: inline-flex; align-items: center; gap: 10px;
  color: #ffc2c4; font-weight: 600; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase;
  padding: 7px 14px 7px 12px; margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
}
.hero__ponto { position: relative; width: 8px; height: 8px; border-radius: 50%; background: #34d27a; flex: none; }
.hero__ponto::after {
  content: ""; position: absolute; inset: -4px; border-radius: 50%;
  border: 2px solid rgba(52, 210, 122, .5);
  animation: pulso 2.4s ease-out infinite;
}
.hero h1 { font-size: clamp(2.15rem, 7.6vw, 3.7rem); font-weight: 800; letter-spacing: -.035em; }
.hero__lead { font-size: 1.08rem; color: #d3d5dc; max-width: 560px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0 0; padding: 0; list-style: none; }
.chips li {
  display: inline-flex; align-items: center; gap: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .03));
  border: 1px solid rgba(255, 255, 255, .12);
  padding: 8px 13px; border-radius: 999px;
  font-size: .84rem; font-weight: 600;
}
.chips svg { width: 15px; height: 15px; color: #4ade80; stroke-width: 3; }

/* formulário */
.cotacao {
  position: relative;
  color: var(--texto);
  border-radius: 24px;
  padding: 24px 20px;
  border: 1px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(150deg, rgba(255, 110, 114, .95), rgba(255, 255, 255, .4) 38%, rgba(225, 27, 34, .8)) border-box;
  box-shadow: 0 40px 80px -30px rgba(225, 27, 34, .55), 0 24px 48px -16px rgba(0, 0, 0, .55);
}
.cotacao__cabeca { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 4px; }
.cotacao h2 { font-size: 1.4rem; margin: 0; }
.cotacao__tempo {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: .74rem; font-weight: 600; color: var(--texto-suave);
  background: var(--fundo-2); border: 1px solid var(--borda);
  padding: 4px 10px; border-radius: 999px; white-space: nowrap;
}
.cotacao__tempo svg { width: 13px; height: 13px; }
.cotacao > p { color: var(--texto-suave); font-size: .9rem; margin-bottom: 18px; }
.campo { margin-bottom: 14px; }
.campo label { display: block; font-size: .84rem; font-weight: 600; margin-bottom: 7px; }
.campo input, .campo select {
  width: 100%;
  font: inherit;
  font-size: 1rem;
  padding: 13px 14px;
  border: 1.5px solid var(--borda);
  border-radius: 13px;
  background: #fbfbfc;
  color: var(--texto);
  transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}
.campo select + input { margin-top: 8px; }
.campo input:focus, .campo select:focus { outline: none; background: #fff; border-color: var(--vermelho); box-shadow: 0 0 0 4px rgba(225, 27, 34, .12); }
.tipos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.tipos input { position: absolute; opacity: 0; pointer-events: none; }
.tipos label {
  display: flex; flex-direction: column; align-items: center; gap: 5px;
  border: 1.5px solid var(--borda); border-radius: 14px;
  padding: 11px 4px; margin: 0; cursor: pointer; font-size: .84rem; font-weight: 600;
  background: #fbfbfc;
  transition: border-color .15s ease, background .15s ease, transform .15s ease, box-shadow .15s ease;
}
.tipos label:hover { transform: translateY(-1px); }
.tipos svg { width: 28px; height: 28px; color: var(--texto-suave); transition: color .15s ease; }
.tipos input:checked + label {
  border-color: var(--vermelho);
  background: linear-gradient(180deg, #fff5f5, #ffe9ea);
  box-shadow: 0 8px 18px -10px rgba(225, 27, 34, .6);
}
.tipos input:checked + label svg { color: var(--vermelho); }
.tipos input:focus-visible + label { box-shadow: 0 0 0 4px rgba(225, 27, 34, .2); }
.marcar { display: flex; align-items: center; gap: 10px; font-size: .92rem; font-weight: 600; cursor: pointer; }
.marcar input { width: 20px; height: 20px; accent-color: var(--vermelho); }
.cotacao .botao { width: 100%; margin-top: 6px; }
.cotacao__alt { display: block; text-align: center; margin-top: 12px; font-size: .85rem; color: var(--texto-suave); }
.cotacao__privado { display: flex; align-items: center; justify-content: center; gap: 6px; margin: 12px 0 0; font-size: .78rem; color: var(--texto-suave); text-align: center; }
.cotacao__privado svg { width: 14px; height: 14px; flex: none; }

/* faixa de números */
.numeros { background: #fff; border-bottom: 1px solid var(--borda); }
.numeros__lista { display: grid; grid-template-columns: repeat(2, 1fr); margin: 0 auto; padding-top: 8px; padding-bottom: 8px; list-style: none; }
.numeros li { padding: 20px 10px; text-align: center; }
.numeros li:nth-child(odd) { border-right: 1px solid var(--borda); }
.numeros li:nth-child(-n+2) { border-bottom: 1px solid var(--borda); }
.numeros strong {
  display: block; font-size: 1.9rem; font-weight: 800; letter-spacing: -.04em; line-height: 1.1;
  background: var(--gradiente-vermelho); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.numeros span { display: block; margin-top: 4px; font-size: .8rem; color: var(--texto-suave); line-height: 1.35; }

/* cartões */
.grade { display: grid; gap: 14px; }
.cartao {
  position: relative;
  background: linear-gradient(180deg, #fff 0%, #fcfcfd 100%);
  border: 1px solid var(--borda);
  border-radius: var(--raio);
  padding: 22px;
  box-shadow: var(--sombra-suave);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.cartao__icone {
  width: 50px; height: 50px; border-radius: 14px;
  display: grid; place-items: center;
  background: linear-gradient(145deg, #fff4f4, #ffe3e4);
  box-shadow: inset 0 0 0 1px rgba(225, 27, 34, .12);
  color: var(--vermelho);
  margin-bottom: 16px;
}
.cartao__icone svg { width: 25px; height: 25px; }
.cartao h3 { margin-bottom: 6px; }
.cartao p { color: var(--texto-suave); font-size: .93rem; margin: 0; }
.cartao--destaque {
  color: #fff; border-color: transparent; overflow: hidden;
  background:
    radial-gradient(80% 120% at 100% 0%, rgba(225, 27, 34, .55) 0%, rgba(225, 27, 34, 0) 60%),
    var(--grafite-2);
  box-shadow: var(--sombra-alta);
}
.cartao--destaque p { color: #cfd1d8; }
.cartao--destaque .cartao__icone { background: var(--gradiente-vermelho); color: #fff; box-shadow: 0 10px 20px -8px rgba(225, 27, 34, .8); }
.nota { font-size: .8rem; color: var(--texto-suave); margin-top: 18px; }

/* seção escura */
.secao--escura {
  color: #fff;
  background:
    radial-gradient(50% 60% at 100% 0%, rgba(225, 27, 34, .22) 0%, rgba(225, 27, 34, 0) 70%),
    var(--grafite);
}
.secao--escura .selo { color: var(--vermelho-claro); }
.secao--escura .cartao {
  background: linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .02));
  border-color: rgba(255, 255, 255, .1);
  box-shadow: none;
}
.secao--escura .cartao p { color: var(--texto-claro); }
.secao--escura .cartao__icone { background: var(--gradiente-vermelho); color: #fff; box-shadow: 0 10px 20px -10px rgba(225, 27, 34, .9); }

/* diferenciais */
.dif { display: flex; gap: 16px; align-items: flex-start; }
.dif .cartao__icone { margin: 0; flex: none; }
.dif h3 { margin-bottom: 4px; }

/* passos */
.passos { counter-reset: passo; display: grid; gap: 14px; padding: 0; margin: 0; list-style: none; }
.passos li {
  position: relative; padding: 22px 22px 22px 80px;
  background: #fff; border: 1px solid var(--borda); border-radius: var(--raio);
  box-shadow: var(--sombra-suave);
}
.passos li::before {
  counter-increment: passo; content: counter(passo);
  position: absolute; left: 22px; top: 22px;
  width: 42px; height: 42px; border-radius: 13px;
  display: grid; place-items: center;
  background: var(--gradiente-vermelho); color: #fff; font-weight: 800;
  box-shadow: 0 10px 20px -8px rgba(225, 27, 34, .7);
}
.passos h3 { margin-bottom: 4px; }
.passos p { margin: 0; color: var(--texto-suave); font-size: .93rem; }

/* sobre */
.sobre { display: grid; gap: 30px; align-items: center; }
.sobre__foto {
  width: 230px; height: 230px; border-radius: 50%; margin: 0 auto;
  box-shadow: 0 0 0 8px #fff, 0 30px 60px -20px rgba(225, 27, 34, .55), 0 20px 40px -20px rgba(0, 0, 0, .35);
}
.sobre p { color: var(--texto-suave); }
.sobre__assina { font-weight: 700; margin-top: 8px; color: var(--texto) !important; }
.sobre__assina small { display: block; font-weight: 400; color: var(--texto-suave); }

/* perguntas */
.perguntas { display: grid; gap: 10px; max-width: 840px; }
.perguntas details {
  background: #fff; border: 1px solid var(--borda); border-radius: 16px; padding: 0 20px;
  box-shadow: var(--sombra-suave);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.perguntas details[open] { border-color: rgba(225, 27, 34, .35); box-shadow: var(--sombra-alta); }
.perguntas summary {
  cursor: pointer; list-style: none; font-weight: 700; padding: 19px 36px 19px 0; position: relative;
}
.perguntas summary::-webkit-details-marker { display: none; }
.perguntas summary::after {
  content: "+"; position: absolute; right: 0; top: 50%;
  width: 26px; height: 26px; margin-top: -13px; border-radius: 50%;
  display: grid; place-items: center;
  background: #fff1f1; color: var(--vermelho);
  font-size: 1.1rem; font-weight: 600; line-height: 1;
  transition: transform .25s ease, background .25s ease, color .25s ease;
}
.perguntas details[open] summary::after { transform: rotate(45deg); background: var(--vermelho); color: #fff; }
.perguntas details p { color: var(--texto-suave); margin: 0 0 20px; }

/* chamada final */
.final { position: relative; overflow: hidden; background: var(--grafite); color: #fff; text-align: center; padding: 80px 0; }
.final .container { position: relative; }
.final h2 { font-size: clamp(1.9rem, 6vw, 3rem); }
.final p { color: #d3d5dc; max-width: 520px; margin: 0 auto 30px; }

/* rodapé */
.rodape { background: #09090b; color: #9a9ca5; font-size: .85rem; padding: 44px 0 116px; border-top: 1px solid rgba(255, 255, 255, .06); }
.rodape a { color: #e3e4e8; }
.rodape__marca { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; color: #fff; }
.rodape__marca img { width: 48px; height: 48px; border-radius: 11px; background: #fff; padding: 4px; object-fit: contain; }
.rodape__links { display: flex; flex-wrap: wrap; gap: 8px 20px; margin: 20px 0 0; padding: 0; list-style: none; }
.rodape p { margin: 0 0 8px; }

/* botão flutuante */
.flutuante {
  position: fixed; right: 16px; bottom: 16px; z-index: 30;
  width: 62px; height: 62px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--whats); color: #fff;
  box-shadow: 0 14px 30px -8px rgba(37, 211, 102, .7), 0 6px 16px rgba(0, 0, 0, .25);
}
.flutuante::before {
  content: ""; position: absolute; inset: 0; border-radius: 50%;
  border: 2px solid var(--whats);
  animation: pulso 2.6s ease-out infinite;
}
.flutuante svg { width: 32px; height: 32px; }

/* página de texto (privacidade) */
.texto { max-width: 760px; padding: 48px 16px 80px; }
.texto h1 { font-size: clamp(1.8rem, 5vw, 2.4rem); }
.texto h2 { font-size: 1.25rem; margin-top: 2em; }
.texto p, .texto li { color: var(--texto-suave); }

/* animações */
@keyframes pulso {
  0% { transform: scale(1); opacity: .9; }
  100% { transform: scale(1.7); opacity: 0; }
}
@keyframes subir {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: none; }
}
.anima .secao__topo:not(.visivel), .anima .cartao:not(.visivel), .anima .passos li:not(.visivel),
.anima .perguntas details:not(.visivel), .anima .sobre > :not(.visivel), .anima .numeros li:not(.visivel),
.anima .final .container:not(.visivel) { opacity: 0; }
.anima .visivel { animation: subir .7s cubic-bezier(.2, .7, .2, 1) var(--atraso, 0ms) backwards; }

@media (hover: hover) {
  .cartao:hover { transform: translateY(-4px); box-shadow: var(--sombra-alta); border-color: rgba(225, 27, 34, .3); }
  .secao--escura .cartao:hover { border-color: rgba(255, 90, 95, .45); }
}

@media (min-width: 640px) {
  .grade--2 { grid-template-columns: repeat(2, 1fr); }
  .grade--3 { grid-template-columns: repeat(2, 1fr); }
  .topo .botao { padding: 11px 18px; }
  .topo .botao span { display: inline; }
  .numeros__lista { grid-template-columns: repeat(4, 1fr); }
  .numeros li { border: 0 !important; }
  .numeros li + li { border-left: 1px solid var(--borda) !important; }
}

@media (min-width: 960px) {
  .secao { padding: 104px 0; }
  .hero { padding: 84px 0 100px; }
  .hero__grade { grid-template-columns: 1.12fr .88fr; gap: 64px; }
  .hero__escudo { right: 2%; top: 50%; width: 620px; transform: translateY(-50%); color: rgba(255, 90, 95, .16); }
  .cotacao { padding: 32px 30px; }
  .numeros strong { font-size: 2.3rem; }
  .numeros li { padding: 30px 12px; }
  .grade--3 { grid-template-columns: repeat(3, 1fr); }
  .grade--3 .cartao--destaque:last-child:nth-child(3n+2) { grid-column: span 2; }
  .passos { grid-template-columns: repeat(3, 1fr); }
  .sobre { grid-template-columns: 300px 1fr; gap: 56px; }
  .sobre__foto { width: 300px; height: 300px; }
  .final { padding: 110px 0; }
  .flutuante { display: none; }
  .rodape { padding-bottom: 44px; }
}

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