:root{
  --bg:#050505;
  --bg2:#0b0b0d;
  --text:#ffffff;
  --muted:rgba(255,255,255,.70);
  --soft:rgba(255,255,255,.10);
  --line:rgba(255,255,255,.14);
  --pink:#ff2d8d;
  --purple:#a727ff;
  --orange:#ff7a00;
  --grad:linear-gradient(90deg,var(--pink),var(--purple) 48%,var(--orange));
  --max:1180px;
  --radius:28px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at 80% 8%,rgba(255,45,141,.14),transparent 30%),
    radial-gradient(circle at 20% 20%,rgba(138,43,226,.12),transparent 28%),
    #050505;
  overflow-x:hidden;
}
body:before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
  background-size:42px 42px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.75),transparent 80%);
  z-index:0;
}
img{max-width:100%;display:block}
a{color:inherit}
.container{width:min(var(--max),calc(100% - 48px));margin:0 auto;position:relative;z-index:2}
.site-header{
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:50;
  background:linear-gradient(to bottom,rgba(5,5,5,.82),rgba(5,5,5,.36),transparent);
  backdrop-filter:blur(14px);
}
.header-inner{height:92px;display:flex;align-items:center;justify-content:space-between}
.brand img{width:142px;height:auto}
.nav{display:flex;align-items:center;gap:30px;font-size:14px;font-weight:700;color:rgba(255,255,255,.72)}
.nav a{text-decoration:none;transition:.25s ease}
.nav a:hover{color:#fff}
.nav-cta{border:1px solid var(--line);border-radius:999px;padding:13px 20px;background:rgba(255,255,255,.04)}
.menu-toggle{display:none;background:none;border:0;width:42px;height:42px;gap:5px;flex-direction:column;align-items:center;justify-content:center}
.menu-toggle span{width:22px;height:2px;background:#fff;border-radius:99px}
.hero-xci{
  position:relative;
  min-height:100vh;
  display:flex;
  align-items:center;
  padding:130px 0 70px;
  overflow:hidden;
}
.hero-bg{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 72% 40%,rgba(255,45,141,.22),transparent 30%),
    radial-gradient(circle at 88% 50%,rgba(255,122,0,.14),transparent 32%),
    linear-gradient(90deg,rgba(5,5,5,1) 0%,rgba(5,5,5,.90) 38%,rgba(5,5,5,.42) 72%,rgba(5,5,5,.95) 100%);
}
.hero-bg:after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:210px;
  background:linear-gradient(to bottom,transparent,#050505);
}
.hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(360px,520px);
  align-items:center;
  gap:70px;
}
.hero-copy{max-width:670px}
.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:22px;
  color:rgba(255,255,255,.84);
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.18em;
}
.eyebrow i{
  width:9px;
  height:9px;
  border-radius:50%;
  background:var(--grad);
  box-shadow:0 0 22px rgba(255,45,141,.85);
}
h1,h2,h3,p{margin-top:0}
.hero-copy h1{
  margin-bottom:26px;
  font-size:clamp(52px,7.2vw,96px);
  line-height:.89;
  letter-spacing:-.075em;
  font-weight:900;
}
.hero-copy h1 span,
.section-head h2 span,
.gradient{
  background:var(--grad);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.hero-lead{
  max-width:650px;
  color:rgba(255,255,255,.88);
  font-size:clamp(18px,1.45vw,22px);
  line-height:1.55;
}
.hero-actions,.actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:30px}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:0 24px;
  border-radius:999px;
  font-weight:900;
  font-size:14px;
  text-decoration:none;
  border:1px solid transparent;
  cursor:pointer;
}
.btn-primary{
  background:var(--grad);
  color:#fff;
  box-shadow:0 18px 50px rgba(255,45,141,.34);
}
.btn-glass,.btn-secondary{
  background:rgba(255,255,255,.045);
  color:#fff;
  border-color:rgba(255,255,255,.20);
  backdrop-filter:blur(14px);
}
.hero-proof{
  margin-top:42px;
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}
.hero-proof div{
  min-width:135px;
  padding:16px 18px;
  border:1px solid var(--line);
  border-radius:22px;
  background:rgba(255,255,255,.035);
  backdrop-filter:blur(16px);
}
.hero-proof strong{display:block;font-size:20px}
.hero-proof small{display:block;color:var(--muted);margin-top:4px}
.hero-media{
  position:relative;
  min-height:680px;
  display:flex;
  align-items:flex-end;
  justify-content:center;
}
.hero-glow{
  position:absolute;
  width:520px;
  height:520px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,45,141,.24),rgba(138,43,226,.10) 45%,transparent 70%);
  filter:blur(18px);
  bottom:40px;
}
.hero-media img{
  position:relative;
  z-index:2;
  width:min(100%,560px);
  max-height:82vh;
  object-fit:contain;
  object-position:bottom center;
  filter:drop-shadow(0 30px 70px rgba(0,0,0,.82));
  -webkit-mask-image:linear-gradient(to bottom,#000 0%,#000 78%,rgba(0,0,0,.75) 88%,transparent 100%);
  mask-image:linear-gradient(to bottom,#000 0%,#000 78%,rgba(0,0,0,.75) 88%,transparent 100%);
}
.section{position:relative;padding:110px 0}
.section-head{text-align:center;max-width:820px;margin:0 auto 52px}
.section-head.align-left{text-align:left;margin-left:0}
.section-head h2{
  font-size:clamp(38px,5vw,70px);
  line-height:.96;
  letter-spacing:-.06em;
  margin-bottom:20px;
}
.section-head p{color:var(--muted);font-size:19px;line-height:1.6}
.cards-3,.pricing-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.glass-card,.price-card,.authority-card,.contact-form,.service-list div,.step{
  border:1px solid var(--line);
  background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.026));
  border-radius:var(--radius);
  backdrop-filter:blur(16px);
  box-shadow:0 30px 90px rgba(0,0,0,.22);
}
.glass-card{padding:30px}
.glass-card span,.step span{display:inline-block;color:#fff;background:var(--grad);border-radius:999px;padding:7px 12px;font-size:12px;font-weight:900;margin-bottom:22px}
.glass-card h3{font-size:24px;letter-spacing:-.03em;margin-bottom:12px}
.glass-card p,.service-list p,.price-card p,.step p,.authority-card p{color:var(--muted);line-height:1.6}
.split{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:70px;
  align-items:start;
}
.service-list{display:grid;gap:16px}
.service-list div{padding:25px}
.service-list strong{font-size:21px}
.visual-proof{
  overflow:hidden;
  background:linear-gradient(180deg,transparent,rgba(255,45,141,.035),transparent);
}
.portfolio-strip{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.portfolio-strip img{
  border-radius:30px;
  border:1px solid var(--line);
  aspect-ratio:4/5;
  object-fit:cover;
  box-shadow:0 30px 80px rgba(0,0,0,.35);
}
.price-card{position:relative;padding:32px;display:flex;flex-direction:column}
.price-card.featured{
  transform:translateY(-18px);
  border-color:rgba(255,45,141,.42);
  box-shadow:0 34px 110px rgba(255,45,141,.16);
}
.badge{
  position:absolute;
  top:20px;
  right:20px;
  background:var(--grad);
  border-radius:999px;
  padding:8px 12px;
  font-size:12px;
  font-weight:900;
}
.plan-top h3{font-size:30px;margin-bottom:12px}
.plan-top strong{font-size:42px;letter-spacing:-.05em}
.plan-top span{font-size:15px;color:var(--muted);letter-spacing:0}
.price-card ul{padding:0;margin:24px 0 28px;list-style:none;display:grid;gap:13px;color:rgba(255,255,255,.82)}
.price-card li{display:flex;gap:10px}
.price-card li:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--grad);margin-top:8px;flex:none}
.price-card .btn{margin-top:auto}
.timeline{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.step{padding:24px}
.step strong{display:block;font-size:20px;margin-bottom:10px}
.authority-card{
  display:grid;
  grid-template-columns:1fr 360px;
  align-items:end;
  gap:40px;
  overflow:hidden;
  padding:46px 46px 0;
  background:
    radial-gradient(circle at 85% 35%,rgba(255,45,141,.16),transparent 32%),
    linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.026));
}
.authority-card h2{font-size:clamp(36px,4.5vw,64px);line-height:.98;letter-spacing:-.06em}
.authority-card img{
  width:360px;
  max-height:500px;
  object-fit:contain;
  object-position:bottom center;
  -webkit-mask-image:linear-gradient(to bottom,#000 75%,transparent 100%);
  mask-image:linear-gradient(to bottom,#000 75%,transparent 100%);
}
.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:52px;align-items:start}
.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:16px;padding:28px}
.contact-form label{display:grid;gap:8px;color:rgba(255,255,255,.78);font-weight:800;font-size:13px}
.contact-form .full{grid-column:1/-1}
input,select,textarea{
  width:100%;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(0,0,0,.38);
  color:#fff;
  border-radius:16px;
  padding:15px 16px;
  font:inherit;
  outline:none;
}
textarea{resize:vertical}
input:focus,select:focus,textarea:focus{border-color:rgba(255,45,141,.65);box-shadow:0 0 0 4px rgba(255,45,141,.12)}
.site-footer{padding:70px 0 30px;border-top:1px solid var(--line);background:#050505}
.footer-grid{display:grid;grid-template-columns:1.2fr .6fr 1fr;gap:38px;color:var(--muted)}
.footer-logo{width:150px;margin-bottom:18px}
.site-footer a{display:block;text-decoration:none;color:var(--muted);margin-top:10px}
.footer-bottom{margin-top:38px;padding-top:24px;border-top:1px solid var(--line);color:rgba(255,255,255,.48);font-size:13px}
.whatsapp-float{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:60;
  background:var(--grad);
  color:#fff;
  border-radius:999px;
  padding:15px 20px;
  font-weight:900;
  text-decoration:none;
  box-shadow:0 22px 60px rgba(255,45,141,.35);
}
.reveal{opacity:0;transform:translateY(26px);transition:opacity .75s ease,transform .75s ease}
.reveal.is-visible{opacity:1;transform:none}

@media (max-width:1050px){
  .hero-grid,.split,.contact-grid,.authority-card{grid-template-columns:1fr}
  .hero-xci{padding-top:120px;text-align:center}
  .hero-copy{margin:0 auto}
  .hero-actions,.hero-proof{justify-content:center}
  .hero-media{min-height:520px}
  .hero-media img{max-height:540px}
  .section-head.align-left{text-align:center;margin-inline:auto}
  .timeline{grid-template-columns:repeat(2,1fr)}
  .authority-card{padding:36px 28px 0;text-align:center}
  .authority-card img{margin:0 auto}
}
@media (max-width:820px){
  .container{width:min(100% - 32px,var(--max))}
  .header-inner{height:78px}
  .brand img{width:122px}
  .menu-toggle{display:flex}
  .nav{
    position:fixed;
    top:78px;
    left:16px;
    right:16px;
    display:none;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    padding:18px;
    border:1px solid var(--line);
    border-radius:24px;
    background:rgba(5,5,5,.94);
    backdrop-filter:blur(18px);
  }
  .nav.open{display:flex}
  .nav a{padding:14px}
  .nav-cta{text-align:center}
  .hero-grid{gap:20px}
  .hero-copy h1{font-size:clamp(46px,15vw,68px)}
  .hero-lead{font-size:17px}
  .hero-media{min-height:410px;margin-top:6px}
  .hero-media img{width:112%;max-width:none}
  .cards-3,.pricing-grid,.portfolio-strip{grid-template-columns:1fr}
  .price-card.featured{transform:none}
  .timeline{grid-template-columns:1fr}
  .contact-form{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
  .section{padding:78px 0}
}
@media (max-width:480px){
  .hero-xci{padding-bottom:35px}
  .hero-actions .btn{width:100%}
  .hero-proof{display:none}
  .hero-media{min-height:350px}
  .whatsapp-float{right:14px;bottom:14px;padding:13px 16px}
}


/* === Correção premium: remover marcação/caixa visual ao redor da foto da hero === */
.hero-media {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  overflow: visible !important;
}

.hero-media::before,
.hero-media::after,
.hero-glow {
  display: none !important;
  content: none !important;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

.hero-bg {
  background:
    radial-gradient(circle at 78% 38%, rgba(255,45,141,.18), transparent 31%),
    radial-gradient(circle at 90% 48%, rgba(255,122,0,.10), transparent 34%),
    linear-gradient(90deg, rgba(5,5,5,1) 0%, rgba(5,5,5,.92) 42%, rgba(5,5,5,.36) 72%, rgba(5,5,5,.72) 100%) !important;
}

.hero-media img {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}


/* === FINAL PREMIUM CLEAN: opção 1 - fundo direito mais escuro e limpo === */
.hero-xci {
  background: #050505 !important;
}

.hero-bg {
  background:
    radial-gradient(circle at 88% 26%, rgba(255,45,141,.08), transparent 28%),
    radial-gradient(circle at 94% 54%, rgba(255,122,0,.045), transparent 34%),
    linear-gradient(90deg,
      rgba(5,5,5,1) 0%,
      rgba(5,5,5,.98) 36%,
      rgba(5,5,5,.94) 58%,
      rgba(5,5,5,.88) 76%,
      rgba(5,5,5,.96) 100%
    ) !important;
}

.hero-bg::after {
  height: 260px !important;
  background: linear-gradient(to bottom, transparent, #050505 82%) !important;
}

.hero-media {
  isolation: isolate;
}

.hero-media img {
  filter: drop-shadow(0 28px 68px rgba(0,0,0,.86)) !important;
}

.hero-media::after {
  display: block !important;
  content: "" !important;
  position: absolute;
  inset: auto -12% -2px -12%;
  height: 42%;
  z-index: 3;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(5,5,5,0), #050505 86%);
}

@media (max-width: 1050px) {
  .hero-bg {
    background:
      radial-gradient(circle at 75% 48%, rgba(255,45,141,.07), transparent 32%),
      linear-gradient(180deg, rgba(5,5,5,1) 0%, rgba(5,5,5,.94) 56%, rgba(5,5,5,1) 100%) !important;
  }
}


/* === TIMELINE PREMIUM FINAL - substitui cards por jornada interativa === */
.timeline {
  display: none !important;
}

.premium-timeline {
  position: relative;
  max-width: 1080px;
  margin: 70px auto 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  padding: 74px 0 20px;
}

.premium-timeline::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 92px;
  height: 2px;
  background: linear-gradient(90deg, rgba(255,255,255,.08), rgba(255,255,255,.18), rgba(255,255,255,.08));
  border-radius: 999px;
}

.timeline-progress {
  position: absolute;
  left: 8%;
  top: 92px;
  width: 0%;
  max-width: 84%;
  height: 2px;
  background: linear-gradient(90deg, #ff2d8d, #a727ff, #ff7a00);
  border-radius: 999px;
  box-shadow: 0 0 28px rgba(255,45,141,.55);
  transition: width .8s cubic-bezier(.2,.8,.2,1);
}

.premium-timeline.is-visible .timeline-progress {
  width: 84%;
}

.timeline-item {
  position: relative;
  display: grid;
  justify-items: center;
  text-align: center;
  min-width: 0;
}

.timeline-dot {
  position: relative;
  z-index: 3;
  width: 62px;
  height: 62px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 25%, rgba(255,255,255,.28), transparent 30%),
    linear-gradient(135deg, rgba(255,45,141,.95), rgba(167,39,255,.9), rgba(255,122,0,.95));
  color: #fff;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 18px 42px rgba(255,45,141,.18);
  transition: transform .28s ease, box-shadow .28s ease, filter .28s ease;
}

.timeline-dot span {
  position: relative;
  z-index: 2;
}

.timeline-dot::after {
  content: "";
  position: absolute;
  inset: -9px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: inherit;
  opacity: 0;
  transform: scale(.72);
  transition: .28s ease;
}

.timeline-item:hover .timeline-dot,
.timeline-item.active .timeline-dot {
  transform: translateY(-8px) scale(1.08);
  box-shadow: 0 24px 70px rgba(255,45,141,.34);
  filter: saturate(1.15);
}

.timeline-item:hover .timeline-dot::after,
.timeline-item.active .timeline-dot::after {
  opacity: 1;
  transform: scale(1);
}

.timeline-content {
  width: min(210px, 92%);
  margin-top: 34px;
  padding: 22px 18px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,.065), rgba(255,255,255,.018));
  backdrop-filter: blur(14px);
  box-shadow: 0 24px 80px rgba(0,0,0,.26);
  transform: translateY(10px);
  opacity: .72;
  transition: transform .28s ease, opacity .28s ease, border-color .28s ease, background .28s ease;
}

.timeline-item:hover .timeline-content,
.timeline-item.active .timeline-content {
  transform: translateY(0);
  opacity: 1;
  border-color: rgba(255,45,141,.34);
  background: linear-gradient(180deg, rgba(255,45,141,.10), rgba(255,255,255,.026));
}

.timeline-content strong {
  display: block;
  font-size: 20px;
  letter-spacing: -.03em;
  margin-bottom: 10px;
}

.timeline-content p {
  margin: 0;
  color: rgba(255,255,255,.68);
  line-height: 1.55;
  font-size: 14px;
}

@media (max-width: 920px) {
  .premium-timeline {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 10px 0 0 34px;
    margin-top: 44px;
  }

  .premium-timeline::before {
    left: 30px;
    right: auto;
    top: 0;
    bottom: 0;
    width: 2px;
    height: 100%;
  }

  .timeline-progress {
    left: 30px;
    top: 0;
    width: 2px !important;
    height: 0;
    max-width: none;
    max-height: 100%;
  }

  .premium-timeline.is-visible .timeline-progress {
    height: 100%;
  }

  .timeline-item {
    grid-template-columns: 62px 1fr;
    align-items: center;
    justify-items: start;
    text-align: left;
    gap: 20px;
  }

  .timeline-content {
    width: 100%;
    margin-top: 0;
  }
}


/* === TIMELINE STORYTELLING AVANCADA === */
.premium-timeline {
  --progress: 0%;
}

.premium-timeline::before {
  opacity: .75;
}

.timeline-progress {
  width: var(--progress) !important;
  transition: width .12s linear, height .12s linear;
}

.timeline-item {
  opacity: .58;
  transform: translateY(18px) scale(.98);
  transition:
    opacity .55s ease,
    transform .55s cubic-bezier(.2,.8,.2,1),
    filter .55s ease;
}

.timeline-item.story-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.timeline-item:nth-of-type(2) { transition-delay: .08s; }
.timeline-item:nth-of-type(3) { transition-delay: .16s; }
.timeline-item:nth-of-type(4) { transition-delay: .24s; }
.timeline-item:nth-of-type(5) { transition-delay: .32s; }
.timeline-item:nth-of-type(6) { transition-delay: .40s; }

.timeline-dot {
  overflow: visible;
}

.timeline-dot::before {
  content: "";
  position: absolute;
  inset: -18px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,45,141,.34), transparent 62%);
  opacity: 0;
  transform: scale(.72);
  transition: opacity .28s ease, transform .28s ease;
  z-index: -1;
}

.timeline-item.is-current .timeline-dot::before,
.timeline-item:hover .timeline-dot::before {
  opacity: 1;
  transform: scale(1);
}

.timeline-item.is-current .timeline-dot {
  transform: translateY(-10px) scale(1.12);
  box-shadow:
    0 26px 80px rgba(255,45,141,.42),
    0 0 0 8px rgba(255,255,255,.035);
}

.timeline-item.is-current .timeline-content {
  transform: translateY(-4px);
  opacity: 1;
  border-color: rgba(255,45,141,.48);
  background:
    radial-gradient(circle at top left, rgba(255,45,141,.18), transparent 42%),
    linear-gradient(180deg, rgba(255,255,255,.085), rgba(255,255,255,.024));
  box-shadow:
    0 30px 90px rgba(0,0,0,.32),
    0 0 42px rgba(255,45,141,.08);
}

.timeline-item.is-current .timeline-content strong {
  background: linear-gradient(90deg, #fff, #ff2d8d 58%, #ff7a00);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.timeline-item:hover .timeline-dot {
  animation: timelinePulse .9s ease both;
}

@keyframes timelinePulse {
  0% { transform: translateY(-8px) scale(1.08); }
  45% { transform: translateY(-10px) scale(1.16); }
  100% { transform: translateY(-8px) scale(1.10); }
}

@media (max-width: 920px) {
  .timeline-progress {
    width: 2px !important;
    height: var(--progress) !important;
  }

  .timeline-item {
    transform: translateX(18px) scale(.98);
  }

  .timeline-item.story-visible {
    transform: translateX(0) scale(1);
  }

  .timeline-item.is-current .timeline-dot {
    transform: scale(1.12);
  }
}


/* === ESTRUTURA COMERCIAL CORRIGIDA: sem preços, sem remover seções === */
.solutions-xci .plan-top strong {
  display: inline-flex;
  margin-top: 6px;
  font-size: 16px;
  letter-spacing: 0;
  color: rgba(255,255,255,.78);
  padding: 9px 13px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.04);
}

.solution-card h3 {
  margin-bottom: 4px;
}

.solution-card .btn {
  width: 100%;
}

.commercial-note {
  max-width: 820px;
  margin: 34px auto 0;
  padding: 24px 28px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.12);
  background:
    radial-gradient(circle at top left, rgba(255,45,141,.12), transparent 42%),
    rgba(255,255,255,.035);
  text-align: center;
}

.commercial-note strong {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
}

.commercial-note p {
  margin: 0;
  color: rgba(255,255,255,.72);
  line-height: 1.6;
}


/* === AJUSTES FINAIS: nota comercial + timeline por hover === */
.commercial-note {
  max-width: 760px !important;
  margin: 56px auto 0 !important;
  padding: 26px 30px !important;
  text-align: center !important;
  line-height: 1.65 !important;
  border-radius: 26px !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  background:
    radial-gradient(circle at top left, rgba(255,45,141,.13), transparent 44%),
    linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.022)) !important;
}

.commercial-note strong {
  display: block !important;
  margin-bottom: 10px !important;
  font-size: 20px !important;
  line-height: 1.25 !important;
}

.commercial-note p {
  margin: 0 auto !important;
  max-width: 660px !important;
  color: rgba(255,255,255,.72) !important;
  line-height: 1.7 !important;
}

/* Timeline: progresso não acompanha mais o scroll; responde ao hover/click */
.premium-timeline {
  --progress: 0% !important;
}

.premium-timeline .timeline-progress {
  width: var(--hover-progress, 0%) !important;
  transition: width .36s cubic-bezier(.2,.8,.2,1), height .36s cubic-bezier(.2,.8,.2,1) !important;
}

.premium-timeline:not(.hovering) .timeline-progress {
  width: 0% !important;
}

.premium-timeline.hovering .timeline-progress {
  box-shadow: 0 0 34px rgba(255,45,141,.58) !important;
}

@media (max-width: 920px) {
  .premium-timeline .timeline-progress {
    width: 2px !important;
    height: var(--hover-progress, 0%) !important;
  }

  .premium-timeline:not(.hovering) .timeline-progress {
    height: 0% !important;
    width: 2px !important;
  }
}
