/* Fontes locais (Anton, Montserrat, Archivo) — não dependem do Google Fonts */
@font-face {
  font-family: 'Anton';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(Assets/fonts/anton-400-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Anton';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(Assets/fonts/anton-400-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 900;
  font-stretch: 75%;
  font-display: block;
  src: url(Assets/fonts/archivo-900-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 900;
  font-stretch: 75%;
  font-display: block;
  src: url(Assets/fonts/archivo-900-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400 600;
  font-display: block;
  src: url(Assets/fonts/montserrat-400-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400 600;
  font-display: block;
  src: url(Assets/fonts/montserrat-400-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* =========================================================
   Black Friday Solute RH: landing de captura
   Layout fluido: no celular segue o template (base de 480px),
   no desktop as seções se abrem na largura total.
   ========================================================= */
:root {
  --orange: #f7931e;
  --black: #000;
  --white: #fff;
  --text: #efefef;
  --gutter: clamp(16px, 6.6vw, 56px);
  --maxw: 1240px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { overflow-x: clip; }

body {
  background: var(--black);
  color: var(--white);
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

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

.orange { color: var(--orange); }
.anton  { font-family: 'Anton', sans-serif; font-weight: 400; }
.glow-text { text-shadow: 0 0 .22em rgba(247, 147, 30, .55); }

.container {
  width: min(100% - 2 * var(--gutter), var(--maxw));
  margin-inline: auto;
  position: relative;
  z-index: 2;
}

section, header { position: relative; }

/* ---------- Brilhos laranja nas laterais da tela ---------- */
.glow {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  width: clamp(110px, 24vw, 420px);
  filter: blur(8px);
}
.glow--hero, .glow--rolar, .glow--quem-r {
  right: 0;
  transform: translateX(55%);
  background: radial-gradient(closest-side, rgba(242,120,20,.85), rgba(190,85,10,.4) 50%, transparent);
}
.glow--agora, .glow--quem-l {
  left: 0;
  transform: translateX(-55%);
  background: radial-gradient(closest-side, rgba(242,120,20,.8), rgba(190,85,10,.38) 50%, transparent);
}
.glow--hero   { top: 70%;  height: 90%; }
.glow--rolar  { top: 10%;  height: 60%; }
.glow--agora  { top: 70%;  height: 90%; }
.glow--quem-l { top: 30%;  height: 110%; }
.glow--quem-r { top: 20%;  height: 110%; }

/* ---------- Botão e micro-texto ---------- */
.btn {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5em;
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 3.25vw, 30px);
  line-height: 1;
  letter-spacing: .02em;
  color: var(--white);
  text-decoration: none;
  white-space: nowrap;
  padding: .42em .42em .42em 1.15em;
  background: linear-gradient(100deg, #1c24f0 0%, #3a46ff 45%, #5b3bff 100%);
  border: 1.5px solid rgba(170, 180, 255, .75);
  border-radius: 999px;
  text-shadow: 0 1px 0 rgba(0, 0, 60, .35);
  box-shadow:
    0 0 10px rgba(70, 90, 255, .85),
    0 0 26px rgba(50, 70, 255, .5),
    0 .18em 0 #0f16a8,
    inset 0 1px 0 rgba(255, 255, 255, .45);
  cursor: pointer;
  animation: btn-pulse 2.4s ease-in-out infinite;
  transition: transform .18s ease, filter .18s ease;
}

/* reflexo de luz que atravessa o botão */
.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(110deg, transparent 30%, rgba(255, 255, 255, .55) 48%, transparent 62%);
  transform: translateX(-120%);
  animation: btn-shine 3.2s ease-in-out infinite;
}

/* seta dentro de um círculo branco */
.btn::after {
  content: "";
  flex-shrink: 0;
  width: 1.35em;
  height: 1.35em;
  border-radius: 50%;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231c24f0' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h13M13 6l6 6-6 6'/%3E%3C/svg%3E") center / 58% no-repeat,
    #fff;
  box-shadow: 0 0 10px rgba(255, 255, 255, .5);
  transition: transform .18s ease;
}

.btn:hover {
  transform: translateY(-2px) scale(1.03);
  filter: brightness(1.1);
}
.btn:hover::after { transform: translateX(3px); }
.btn:active { transform: translateY(1px) scale(.99); }

@keyframes btn-shine {
  0%, 55% { transform: translateX(-120%); }
  100%    { transform: translateX(120%); }
}
@keyframes btn-pulse {
  0%, 100% {
    box-shadow: 0 0 10px rgba(70, 90, 255, .85), 0 0 26px rgba(50, 70, 255, .5),
                0 .18em 0 #0f16a8, inset 0 1px 0 rgba(255, 255, 255, .45);
  }
  50% {
    box-shadow: 0 0 16px rgba(90, 110, 255, 1), 0 0 42px rgba(60, 80, 255, .7),
                0 .18em 0 #0f16a8, inset 0 1px 0 rgba(255, 255, 255, .45);
  }
}
@media (prefers-reduced-motion: reduce) {
  .btn, .btn::before { animation: none; }
}

.cta {
  display: inline-flex;
  flex-direction: column;
  align-items: stretch;
}
.micro {
  margin-top: .75em;
  font-size: clamp(10px, 1.05vw, 13px);
  color: #cfcfcf;
  text-align: center;
  white-space: nowrap;
}

.seta { filter: drop-shadow(0 0 5px rgba(247,147,30,.6)); }

/* =========================================================
   HERO
   ========================================================= */
.hero { padding-top: clamp(18px, 3vw, 40px); }

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(0, .9fr);
  align-items: center;
}

.hero-text {
  position: relative;
  z-index: 3;
  padding-top: clamp(0px, 1.5vw, 24px);
}

.hero-title {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 4.3vw, 60px);
  line-height: 1.18;
  letter-spacing: .005em;
  text-shadow: 0 0 5px rgba(0,0,0,.6);
  white-space: nowrap;
}
.hero-title .orange { text-shadow: 0 0 .25em rgba(247, 147, 30, .45); }

.hero-sub {
  margin-top: clamp(14px, 3.2vw, 42px);
  padding-left: clamp(8px, 1.2vw, 16px);
  border-left: 3px solid var(--orange);
  max-width: 27em;
  text-wrap: balance;
  font-size: clamp(10px, 2vw, 22px);
  line-height: 1.45;
  color: #e9e9e9;
}

.cta-row {
  display: flex;
  align-items: flex-start;
  gap: clamp(6px, 1.2vw, 16px);
  margin-top: clamp(14px, 3.2vw, 42px);
}

.seta--hero {
  width: clamp(24px, 7vw, 64px);
  transform: rotate(62deg) translate(-10%, 10%);
  margin-top: -.4em;
}

.hero-photo {
  position: relative;
  z-index: 1;
  align-self: end;
  justify-self: end;
  width: 118%;
  max-width: 720px;
  /* a foto desce por trás das faixas */
  margin-bottom: calc(-1 * clamp(44px, 9vw, 125px));
  margin-left: -30%;
}
.hero-photo .rose-img {
  width: 100%;
  -webkit-mask-image: linear-gradient(180deg, #000 72%, transparent 96%);
          mask-image: linear-gradient(180deg, #000 72%, transparent 96%);
}

/* logo "Black da Solute" no topo */
.brand-bar { margin-bottom: clamp(4px, 1.5vw, 20px); }
.brand {
  width: clamp(96px, 10vw, 160px);
  filter: drop-shadow(0 0 10px rgba(247, 147, 30, .35));
}

/* =========================================================
   FAIXAS BLACK FRIDAY (CSS, largura total, animadas)
   ========================================================= */
.tapes {
  --tape-h: clamp(26px, 5.6vw, 66px);
  position: relative;
  z-index: 4;
  height: calc(var(--tape-h) * 2.9);
  margin-top: clamp(10px, 2.6vw, 44px);
  pointer-events: none;
}

.tape {
  position: absolute;
  left: -10vw;
  width: 120vw;
  top: 50%;
  height: var(--tape-h);
  margin-top: calc(var(--tape-h) / -2);
  display: flex;
  align-items: center;
  overflow: hidden;
  box-shadow:
    0 0 calc(var(--tape-h) * .35) rgba(247, 140, 30, .9),
    0 0 calc(var(--tape-h) * .8) rgba(247, 120, 20, .45);
}

.tape--black {
  transform: rotate(3.2deg);
  background: linear-gradient(180deg, #3b3b3b 0%, #121212 16%, #050505 55%, #151515 86%, #3a3a3a 100%);
  border-block: 2px solid #f7931e;
}
.tape--orange {
  transform: rotate(-3.6deg);
  background: linear-gradient(180deg, #ffc27a 0%, #f89a2a 14%, #f58a14 55%, #e27a0b 86%, #b45a04 100%);
  z-index: 1;
}

.tape-track {
  display: flex;
  flex-shrink: 0;
  white-space: nowrap;
  animation: tape-scroll 60s linear infinite;
}
.tape-track--reverse { animation-direction: reverse; animation-duration: 70s; }

.tape-track span {
  font-family: 'Archivo', 'Arial Black', sans-serif;
  font-weight: 900;
  font-stretch: 75%;
  font-size: calc(var(--tape-h) * .58);
  letter-spacing: -.01em;
  padding-inline: .7em;
  line-height: 1;
}
.tape--black .tape-track span   { color: #fff; }
.tape--black .tape-track span.o { color: var(--orange); }
.tape--orange .tape-track span  { color: #0c0c0c; }

@keyframes tape-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .tape-track { animation: none; }
}

/* =========================================================
   O QUE VAI ROLAR AO VIVO
   ========================================================= */
.rolar { padding-top: clamp(14px, 2.5vw, 40px); }

.section-title {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  text-align: center;
  line-height: 1.15;
  letter-spacing: .01em;
}

.rolar-title {
  font-size: clamp(24px, 6vw, 68px);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: .25em;
}
.rolar-title .orange { margin-left: -.02em; }

.seta--title {
  width: 1.45em;
  margin-top: .05em;
  margin-right: -1.2em;
  transform: rotate(8deg);
}

.rolar-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(4px, 3vw, 60px);
  margin-top: clamp(4px, 1vw, 16px);
}

.furacao {
  position: relative;
  width: 132%;
  max-width: 820px;
  margin-left: -24%;
  justify-self: start;
}

/* brilho laranja pulsando atrás do furacão */
.furacao::before {
  content: "";
  position: absolute;
  inset: 12% 14% 18%;
  background: radial-gradient(closest-side, rgba(247, 140, 30, .38), transparent);
  filter: blur(18px);
  animation: tornado-glow 3.2s ease-in-out infinite;
}

/* furacão animado (canvas desenhado em tornado.js) */
.tornado {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1.02;
  transform: rotate(-4deg);
}
.furacao-fallback { display: none; width: 100%; }
/* sem JavaScript/canvas: mostra a imagem original */
.furacao:not(.has-canvas) .tornado { display: none; }
.furacao:not(.has-canvas) .furacao-fallback { display: block; }

@keyframes tornado-glow {
  0%, 100% { opacity: .55; transform: scale(.95); }
  50%      { opacity: 1;   transform: scale(1.06); }
}
@media (prefers-reduced-motion: reduce) {
  .furacao::before { animation: none; }
}

.rolar-list {
  position: relative;
  list-style: none;
  text-align: center;
  display: grid;
  gap: clamp(10px, 2.6vw, 34px);
}
.rolar-list li { will-change: transform, opacity; }
.rolar-list strong {
  display: block;
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  color: var(--orange);
  font-size: clamp(11px, 2.25vw, 30px);
  line-height: 1.2;
  letter-spacing: .015em;
}
.rolar-list span {
  display: block;
  margin-top: .1em;
  font-size: clamp(11px, 2.25vw, 23px);
  line-height: 1.18;
  color: var(--text);
  text-wrap: balance;
}

/* =========================================================
   POR QUE SE CADASTRAR AGORA?
   ========================================================= */
.agora { padding-top: clamp(30px, 6vw, 110px); }

.agora-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr);
  grid-template-areas:
    "title title"
    "text  phone"
    "cta   phone";
  column-gap: clamp(10px, 3vw, 60px);
  padding-inline: clamp(0px, 3.5vw, 40px);
}

.agora-title {
  grid-area: title;
  font-family: 'Anton', sans-serif;
  font-weight: 400;
}
.agora-l1 {
  display: block;
  width: fit-content;
  font-size: clamp(36px, 9.3vw, 96px);
  line-height: 1.25;
  letter-spacing: .005em;
}
.agora-l2 {
  display: block;
  width: fit-content;
  transform-origin: left center;
  font-size: clamp(56px, 14.4vw, 150px);
  line-height: 1.05;
  letter-spacing: .01em;
}

.agora-text {
  grid-area: text;
  margin-top: clamp(14px, 4vw, 36px);
  font-size: clamp(13px, 3vw, 24px);
  line-height: 1.4;
  color: var(--text);
  max-width: 30em;
}
.agora-text .anton { font-size: 1.03em; letter-spacing: .01em; }

.agora-intro { margin: 0; }

.agora-list {
  list-style: none;
  display: grid;
  gap: .6em;
  margin-top: 1em;
}
.agora-list li {
  position: relative;
  padding-left: 2em;
  line-height: 1.35;
}
.agora-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .05em;
  width: 1.3em;
  height: 1.3em;
  border-radius: 50%;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7.5'/%3E%3C/svg%3E") center / 62% no-repeat,
    var(--orange);
  box-shadow: 0 0 10px rgba(247, 147, 30, .5);
}
.agora-list strong { color: #fff; font-weight: 600; }

.agora-warn {
  margin-top: 1.1em;
  padding-left: .8em;
  border-left: 3px solid var(--orange);
  font-size: .88em;
  line-height: 1.45;
  color: #bdbdbd;
}

.agora-cta {
  grid-area: cta;
  justify-self: start;
  margin-top: clamp(16px, 4vw, 40px);
}

.mockup {
  grid-area: phone;
  width: 100%;
  max-width: 400px;
  justify-self: center;
  align-self: start;
  margin-top: calc(-1 * clamp(56px, 13vw, 130px));
}
@media (max-width: 899px) {
  .mockup { width: 118%; max-width: none; margin-left: -4%; }
}

/* =========================================================
   QUEM VAI ESTAR COM VOCÊ
   ========================================================= */
.quem { padding-top: clamp(60px, 11vw, 190px); }

.quem .section-title { font-size: clamp(30px, 7.7vw, 84px); }

.quem-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(12px, 4vw, 64px);
  margin-top: clamp(10px, 2.5vw, 40px);
  max-width: 1080px;
  margin-inline: auto;
}

.quem-photo img {
  width: 100%;
  max-width: 520px;
  margin-left: auto;
  -webkit-mask-image: linear-gradient(180deg, #000 70%, transparent 100%);
          mask-image: linear-gradient(180deg, #000 70%, transparent 100%);
}

.quem-nome {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(22px, 4.9vw, 56px);
  line-height: 1.2;
  letter-spacing: .01em;
}

.quem-text {
  margin-top: .8em;
  font-size: clamp(11px, 2.4vw, 22px);
  line-height: 1.4;
  letter-spacing: .03em;
  text-align: left;
  color: var(--text);
  max-width: 26em;
}

.logo {
  width: clamp(80px, 17vw, 190px);
  margin-top: clamp(10px, 2.5vw, 34px);
  margin-left: clamp(50px, 11vw, 120px);
}



/* =========================================================
   RODAPÉ
   ========================================================= */
.footer {
  position: relative;
  margin-top: clamp(40px, 8vw, 100px);
}

/* faixas do rodapé: cruzam no sentido inverso das do topo */
.tapes--footer { margin-top: 0; }
.tapes--footer .tape--black  { transform: rotate(-2.8deg); }
.tapes--footer .tape--orange { transform: rotate(3.4deg); }

.footer-body {
  position: relative;
  padding: clamp(28px, 6vw, 70px) 0 clamp(20px, 3vw, 32px);
  background: transparent;
}
.glow--footer {
  right: 0;
  top: 0;
  height: 100%;
  transform: translateX(55%);
  background: radial-gradient(closest-side, rgba(242,120,20,.7), rgba(190,85,10,.3) 50%, transparent);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  text-align: center;
  gap: clamp(26px, 5vw, 40px);
}

.footer-logo { width: clamp(120px, 22vw, 180px); }
.footer-brand .footer-logo { margin-inline: auto; }

.footer-tagline {
  margin-top: 14px;
  font-family: 'Anton', sans-serif;
  font-size: clamp(20px, 3.8vw, 32px);
  line-height: 1.15;
  letter-spacing: .01em;
}
.footer-desc {
  margin-top: 10px;
  max-width: 30em;
  font-size: clamp(12.5px, 1.6vw, 15px);
  line-height: 1.55;
  color: #a9a9a9;
}

.footer-heading {
  font-family: 'Anton', sans-serif;
  font-size: clamp(20px, 3.8vw, 32px);
  line-height: 1.15;
  letter-spacing: .01em;
  margin-bottom: 14px;
}

.footer-social {
  display: grid;
  gap: 14px;
}
.footer-social a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
  text-align: left;
  font-size: 15px;
  font-weight: 600;
  transition: color .15s ease;
}
.footer-social a:hover { color: var(--orange); }
.footer-social small {
  display: block;
  font-size: 11px;
  font-weight: 500;
  color: #9a9a9a;
  letter-spacing: .04em;
}
.footer-social svg {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  fill: none;
  stroke: var(--orange);
  stroke-width: 1.8;
  filter: drop-shadow(0 0 6px rgba(247, 147, 30, .45));
  transition: transform .15s ease;
}
.footer-social a:hover svg { transform: scale(1.1); }
.footer-social svg .fill { fill: var(--orange); stroke: none; }

.footer-bottom {
  grid-column: 1 / -1;
  width: 100%;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 24px;
  font-size: 12.5px;
  color: #8a8a8a;
}
.footer-top {
  color: #bbb;
  text-decoration: none;
  transition: color .15s ease;
}
.footer-top:hover { color: var(--orange); }

@media (min-width: 900px) {
  .footer-inner {
    grid-template-columns: 1.3fr 1fr;
    justify-items: start;
    text-align: left;
    align-items: center;
    column-gap: 60px;
  }
  .footer-brand .footer-logo { margin-inline: 0; }
  .footer-col { justify-self: end; }
  .footer-bottom { justify-content: space-between; }
}

/* =========================================================
   FECHAMENTO (mesma linguagem das seções: preto, Anton, laranja)
   ========================================================= */
.final {
  margin-top: clamp(24px, 4.5vw, 64px);
  text-align: center;
}
.final .cta { display: flex; width: fit-content; margin-inline: auto; }




/* =========================================================
   MOBILE: HERO (≤ 640px) empilhado: foto em cima, texto centralizado
   ========================================================= */
@media (max-width: 640px) {
  .hero { padding-top: 12px; }

  .hero-grid { grid-template-columns: 1fr; }

  .hero-photo {
    order: -1;
    justify-self: center;
    width: min(84%, 380px);
    max-width: none;
    margin: 0 auto -24vw;
  }
  .brand-bar { display: flex; justify-content: center; margin-bottom: 6px; }
  .brand { width: 104px; }

  .hero-photo .rose-img {
    -webkit-mask-image: linear-gradient(180deg, #000 58%, transparent 90%);
            mask-image: linear-gradient(180deg, #000 58%, transparent 90%);
  }

  .hero-text {
    padding: 0;
    text-align: center;
  }
  .hero-title {
    font-size: min(7.6vw, 36px);
    line-height: 1.2;
    text-shadow: 0 0 10px rgba(0,0,0,.9), 0 0 4px rgba(0,0,0,.9);
  }

  .hero-sub {
    margin: 16px auto 0;
    padding: 0;
    border: 0;
    max-width: 24em;
    font-size: clamp(13.5px, 3.9vw, 17px);
    line-height: 1.45;
  }

  .cta-row {
    justify-content: center;
    margin-top: 22px;
  }
  .cta-row .cta { width: 100%; }
  .seta--hero { display: none; }

  .btn {
    font-size: clamp(16px, 5vw, 21px);
    padding: .5em .45em .5em 1em;
  }
  .cta-row .btn { width: 100%; }

  .tapes:not(.tapes--footer) { margin-top: 26px; }
  .tapes { --tape-h: 34px; }

  /* ---------- O que vai rolar ---------- */
  .rolar-title { font-size: min(8.6vw, 40px); }
  .seta--title { display: none; }
  .rolar-grid {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 10px;
  }
  .furacao {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    justify-self: center;
  }
  .rolar-list { gap: 22px; }
  .rolar-list strong { font-size: 19px; }
  .rolar-list span { font-size: 15.5px; line-height: 1.4; }

  /* ---------- Por que se cadastrar agora ---------- */
  .agora-grid {
    grid-template-columns: 1fr;
    grid-template-areas: "title" "phone" "text" "cta";
    padding-inline: 0;
  }
  .agora-l1 { font-size: min(9vw, 48px); white-space: nowrap; }
  .agora-l2 { font-size: min(18vw, 84px); }
  .agora-text {
    font-size: 16px;
    line-height: 1.55;
    max-width: none;
  }
  .agora-cta { justify-self: stretch; }
  .agora-cta .btn { width: 100%; }
  .mockup {
    width: 72%;
    max-width: 320px;
    margin: 22px auto 4px;
  }

  /* ---------- Quem vai estar com você ---------- */
  .quem .section-title { font-size: min(8vw, 46px); white-space: nowrap; }
  .quem-grid { grid-template-columns: 1fr; gap: 6px; }
  .quem-photo img { max-width: 380px; margin-inline: auto; }
  .quem-info { text-align: center; }
  .quem-nome { font-size: min(8.4vw, 38px); }
  .quem-text {
    font-size: 16px;
    line-height: 1.55;
    letter-spacing: 0;
    text-align: center;
    max-width: none;
  }
  .logo { width: 130px; margin: 18px auto 0; }

  .final .cta { width: 100%; }
  .final .btn { width: 100%; }

  /* ---------- Rodapé ---------- */
  .footer-tagline { font-size: 24px; }
  .footer-desc { font-size: 14.5px; }
  .footer-social a { font-size: 15px; }
}

/* =========================================================
   DESKTOP (≥ 900px): seções abertas na largura total
   ========================================================= */
@media (min-width: 900px) {
  .hero-grid { grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); }
  .hero-photo { margin-left: 0; }
  .hero-sub { max-width: 30em; }

  .rolar-grid { grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); }
  .furacao { width: 112%; margin-left: -6%; justify-self: end; }
  .rolar-list { text-align: left; max-width: 34em; }
  .rolar-list li {
    padding-left: 1.1em;
    border-left: 3px solid var(--orange);
  }

  .agora-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
    grid-template-areas:
      "title phone"
      "text  phone"
      "cta   phone";
    align-content: center;
  }
  .agora-l1 { font-size: clamp(50px, 4.6vw, 86px); white-space: nowrap; }
  .agora-l2 { font-size: clamp(90px, 9vw, 150px); }
  .mockup { margin-top: 0; align-self: center; max-width: 440px; }

  .quem-grid { align-items: center; }
  .quem-text { text-align: justify; }
}

/* =========================================================
   MODAL / FORMULÁRIO
   ========================================================= */
.modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.modal.is-open { display: flex; }

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .8);
  backdrop-filter: blur(3px);
}

.modal-box {
  position: relative;
  width: 100%;
  max-width: 420px;
  background: #0b0b0b;
  border: 1px solid rgba(247, 147, 30, .45);
  border-radius: 10px;
  padding: 32px 26px 24px;
  box-shadow: 0 0 40px rgba(247, 147, 30, .25);
}

.modal-close {
  position: absolute;
  top: 8px;
  right: 12px;
  background: none;
  border: 0;
  color: #bbb;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
.modal-close:hover { color: #fff; }

.lead-form h2,
.form-success h2 {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.15;
  margin-bottom: 6px;
}

.modal-sub,
.form-success p {
  font-size: 14px;
  line-height: 1.45;
  color: #d8d8d8;
  margin-bottom: 18px;
}

.lead-form label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #eee;
  margin-bottom: 12px;
}

.lead-form input {
  display: block;
  width: 100%;
  margin-top: 5px;
  padding: 12px 14px;
  font: 500 15px 'Montserrat', sans-serif;
  color: #fff;
  background: #161616;
  border: 1px solid #333;
  border-radius: 6px;
  outline: none;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.lead-form input:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(247, 147, 30, .2);
}

.form-error {
  color: #ff6b6b;
  font-size: 13px;
  margin-bottom: 10px;
}

.btn-form {
  width: 100%;
  margin-top: 8px;
  font-size: 20px;
}

.micro-form {
  position: static;
  margin-top: 10px;
  font-size: 11px;
  white-space: normal;
}

[data-reveal] { will-change: transform, opacity; }
