:root {
  --bg: #06080f;
  --bg-soft: #0b1120;
  --panel: rgba(15, 23, 42, 0.8);
  --panel-2: rgba(12, 18, 34, 0.78);
  --line: rgba(148, 163, 184, 0.15);
  --text: #e5ecff;
  --muted: #a8b3ce;
  --accent: #44f1c6;
  --accent-2: #4da0ff;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  --radius: 22px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 10% 10%, rgba(68, 241, 198, 0.12), transparent 38%),
    radial-gradient(circle at 90% 0%, rgba(77, 160, 255, 0.18), transparent 34%),
    linear-gradient(180deg, #05070d 0%, #060a14 45%, #05070d 100%);
  font-family: "Manrope", system-ui, sans-serif;
  line-height: 1.55;
  overflow-x: clip;
}

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

a {
  color: inherit;
  text-decoration: none;
}

.bg-glow {
  position: fixed;
  width: 32rem;
  height: 32rem;
  border-radius: 50%;
  filter: blur(50px);
  opacity: 0.35;
  z-index: -1;
  pointer-events: none;
}

.bg-glow-1 {
  top: -8rem;
  left: -8rem;
  background: #1be8bc;
}

.bg-glow-2 {
  top: 20%;
  right: -10rem;
  background: #2f7eff;
}

.hero,
.section,
.footer {
  width: min(1180px, calc(100% - 2rem));
  margin-inline: auto;
}

.hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1.25rem;
  padding: 1.25rem 0 0.75rem;
}

.hero__content,
.hero__visual {
  display: grid;
  gap: 1rem;
}

.brand-card {
  display: grid;
  grid-template-columns: minmax(132px, 170px) minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  justify-items: start;
  justify-self: start;
  width: min(100%, 760px);
  background: linear-gradient(180deg, rgba(14, 20, 38, 0.92), rgba(8, 12, 24, 0.9));
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 2px);
  padding: 1rem;
  box-shadow: var(--shadow);
}

.brand-mark {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 0.35rem;
  width: 100%;
  transform: none;
}

.logo-slot {
  width: fit-content;
  max-width: min(100%, 240px);
  border-radius: 16px;
  border: 1px solid rgba(68, 241, 198, 0.18);
  background:
    radial-gradient(circle at 15% 20%, rgba(68, 241, 198, 0.12), transparent 60%),
    linear-gradient(145deg, rgba(68, 241, 198, 0.06), rgba(77, 160, 255, 0.1)),
    rgba(255, 255, 255, 0.02);
  display: grid;
  place-items: center;
  color: rgba(229, 236, 255, 0.75);
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: 0.18em;
  font-size: 0.82rem;
  overflow: hidden;
}

.logo-slot img {
  display: block;
  width: clamp(170px, 24vw, 280px);
  max-width: 100%;
  height: auto;
  aspect-ratio: 1286 / 859;
  object-fit: contain;
  padding: 0.45rem;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.24));
}

.brand-logo-title {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: clamp(0.72rem, 1.1vw, 0.95rem);
  line-height: 1.1;
  color: #c8f24a;
  width: 100%;
}

.brand-copy {
  align-self: center;
  justify-self: start;
  width: 100%;
  max-width: 58ch;
  margin-top: 0;
  transform: none;
  text-align: left;
}

.hero-extra-card {
  background: rgba(12, 18, 34, 0.7);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 0.85rem 0.95rem;
  box-shadow: 0 14px 28px rgba(4, 10, 24, 0.32);
  grid-column: 1 / -1;
  width: min(100%, 800px);
  justify-self: start;
  margin-top: 0.15rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.hero-extra-card .hero-live-pill {
  margin-top: 0;
}

.subtitle {
  margin: 0;
  color: var(--muted);
  max-width: 58ch;
  text-align: left;
}

.subtitle-highlight {
  color: #fff6a8;
}

.hl-yellow {
  font-weight: 700;
}

.subtitle .hl-light-green {
  color: #8effc8 !important;
  font-weight: 700;
}

.subtitle .subtitle-max-highlight {
  color: #8fd3ff !important;
  font-weight: 800 !important;
}

.hero-live-pill .hl-light-green {
  color: #8effc8 !important;
  font-weight: 700;
}

.hero-live-pill__max {
  color: #8fd3ff !important;
  font-weight: 800;
}

.hero-live-pill__arrow {
  color: #ffffff;
  font-weight: 900;
  font-size: 1.15em;
  line-height: 1;
  margin-left: 0.2rem;
}

.whatsapp-float {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 9999;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  background: #25d366;
  color: #ffffff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.38);
  text-decoration: none !important;
}

.whatsapp-float.whatsapp-float--left {
  left: 16px;
  right: auto;
}

.whatsapp-float svg {
  width: 30px;
  height: 30px;
  display: block;
}

.eyebrow {
  margin: 0;
  color: var(--accent);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: clamp(1rem, 1.2vw, 1.2rem);
}

.eyebrow::before {
  content: "★ ";
  color: #808080;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  background: rgba(10, 15, 27, 0.68);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 0.85rem;
}

.hero-live-pill {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  width: fit-content;
  min-height: 40px;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(138, 213, 255, 0.35);
  color: #d8ecff;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(12, 37, 74, 0.9), rgba(8, 23, 49, 0.9)),
    #081a33;
  max-width: 100%;
}

.hero-live-pill > span:last-child {
  min-width: 0;
  overflow-wrap: anywhere;
}

.hero-welcome-break {
  display: none;
}

.hero-live-pill::after {
  content: "";
  position: absolute;
  inset: -2px auto -2px -42%;
  width: 38%;
  background: linear-gradient(90deg, transparent, rgba(150, 216, 255, 0.45), transparent);
  transform: skewX(-20deg);
  animation: heroShine 3.2s ease-in-out infinite;
  pointer-events: none;
}

.hero-live-pill__dot {
  position: relative;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #62ff9a;
  box-shadow: 0 0 0 0 rgba(98, 255, 154, 0.55);
  animation: heroPulse 1.7s ease-out infinite;
  flex: 0 0 auto;
}

.hero-live-pill__time {
  color: #7dff3a !important;
  font-weight: 800;
  text-shadow: 0 0 10px rgba(125, 255, 58, 0.35);
}

@keyframes heroPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(98, 255, 154, 0.52);
  }
  70% {
    box-shadow: 0 0 0 9px rgba(98, 255, 154, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(98, 255, 154, 0);
  }
}

@keyframes heroShine {
  0% {
    left: -45%;
  }
  100% {
    left: 125%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-live-pill::after,
  .hero-live-pill__dot {
    animation: none;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  border: 1px solid transparent;
  font-weight: 700;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn--primary {
  background: linear-gradient(120deg, var(--accent), #7cfce0);
  color: #04120f;
  box-shadow: 0 12px 30px rgba(68, 241, 198, 0.2);
}

.btn--ghost {
  background: rgba(255, 255, 255, 0.02);
  border-color: var(--line);
  color: var(--text);
}

.btn--ghost:hover {
  border-color: rgba(68, 241, 198, 0.45);
  background: rgba(68, 241, 198, 0.05);
}

.btn--ghost-red {
  background: linear-gradient(135deg, rgba(255, 88, 88, 0.9), rgba(255, 140, 140, 0.85));
  border-color: rgba(255, 190, 190, 0.95);
  color: #fff5f5;
  box-shadow: 0 10px 24px rgba(255, 88, 88, 0.22);
}

.btn--ghost-red:hover {
  border-color: #ffd6d6;
  background: linear-gradient(135deg, rgba(255, 70, 70, 0.98), rgba(255, 120, 120, 0.95));
  color: #ffffff;
}

.btn--wide {
  width: 100%;
}

.btn--hero-blue {
  background: linear-gradient(135deg, #0b2f6b, #174a9c);
  color: #fff;
  border-color: #1e58b8;
  box-shadow: 0 10px 24px rgba(11, 47, 107, 0.35);
}

.btn--hero-blue-dark {
  background: #062058 !important;
  border-color: #15408f !important;
  box-shadow: 0 10px 24px rgba(0, 6, 20, 0.72) !important;
}

.btn--hero-blue-dark:hover {
  background: #0a2a72 !important;
}

.btn--hero-red {
  background: linear-gradient(135deg, #25d366, #1fb455);
  color: #052915;
  border-color: #8df1b2;
  box-shadow: 0 10px 24px rgba(37, 211, 102, 0.35);
}

.btn--hero-dark-red {
  background: linear-gradient(135deg, #5a0f12, #8f1b21);
  color: #fff;
  border-color: #b33a40;
  box-shadow: 0 10px 24px rgba(90, 15, 18, 0.42);
}

.btn--hero-dark-red:hover {
  background: linear-gradient(135deg, #6a1216, #a82128);
  border-color: #cf4d53;
}

.btn--hero-instagram {
  gap: 0.55rem;
  white-space: normal;
  justify-content: flex-start;
  text-align: left;
  line-height: 1.25;
}

.btn--hero-instagram svg {
  flex: 0 0 auto;
}

.hero-actions-note {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.22rem;
  text-align: left;
  color: #8fd3ff;
  font-weight: 400;
  line-height: 1.35;
}

.hero-actions-whatsapp-link {
  color: #8effc8;
  font-weight: 700;
  margin-left: 0;
  text-decoration: none;
}

.hero-actions-whatsapp-link:hover,
.hero-actions-whatsapp-link:focus-visible {
  text-decoration: underline;
}

.btn--footer-blue {
  background: #0f2a5f;
  color: #fff;
  border-color: #0f2a5f;
}

.btn--footer-whats {
  background: linear-gradient(135deg, #0a1f47, #123a7f);
  color: #ffffff;
  border-color: #8fc0ff;
  gap: 0.5rem;
}

.btn--footer-whats:hover,
.btn--footer-whats:focus-visible {
  color: #ffffff;
  border-color: #b7d7ff;
  background: linear-gradient(135deg, #0d2759, #184792);
}

.btn--footer-whats span {
  color: #ffe88a;
  font-weight: 800;
}

.btn--footer-whats-light {
  background: linear-gradient(135deg, #b8ffcf, #8ef4b3);
  color: #0a4a2d;
  border-color: #63d791;
}

.btn--footer-whats-light:hover,
.btn--footer-whats-light:focus-visible {
  background: linear-gradient(135deg, #c9ffd9, #9ff8bf);
  color: #0a4a2d;
  border-color: #7be0a5;
}

.btn--footer-whats-light span {
  color: #0a4a2d;
}

.btn--max-mobile-center {
  position: relative;
  overflow: hidden;
  animation: maxBtnBgPulse 3s ease-in-out infinite;
}

.btn--max-mobile-center span {
  animation: maxBtnTextGlow 3s ease-in-out infinite;
}

.btn--max-mobile-center::after {
  content: "";
  position: absolute;
  top: -25%;
  left: -45%;
  width: 34%;
  height: 150%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.42) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-20deg);
  pointer-events: none;
  animation: maxBtnShine 3s ease-in-out infinite;
}

@keyframes maxBtnShine {
  0% {
    left: -45%;
    opacity: 0;
  }
  12% {
    opacity: 0.65;
  }
  28% {
    left: 125%;
    opacity: 0;
  }
  100% {
    left: 125%;
    opacity: 0;
  }
}

@keyframes maxBtnTextGlow {
  0%,
  100% {
    color: #ffe88a;
  }
  50% {
    color: #fff9d9;
  }
}

@keyframes maxBtnBgPulse {
  0%,
  100% {
    background: linear-gradient(135deg, #0a1f47, #123a7f);
  }
  50% {
    background: linear-gradient(135deg, #123061, #1c4f9f);
  }
}

.btn-whatsapp-icon {
  width: 1.05rem;
  height: 1.05rem;
  flex: 0 0 auto;
  fill: currentColor;
}

.stats-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.85rem;
}

.stat-card {
  background: var(--panel-2);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 0.95rem;
  backdrop-filter: blur(8px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.stat-card strong {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  margin-bottom: 0.35rem;
}

.stat-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.hero__visual {
  grid-template-rows: 1fr auto;
  justify-items: stretch;
  align-content: start;
}

.visual-card {
  border-radius: calc(var(--radius) + 2px);
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(10, 16, 30, 0.9), rgba(8, 11, 20, 0.85));
  box-shadow: var(--shadow);
}

.visual-card--main {
  padding: 0.8rem;
  min-height: 390px;
  display: grid;
  align-items: center;
}

.visual-card--main img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}

.visual-card--small {
  padding: 0;
  display: grid;
  overflow: hidden;
  width: min(100%, 1000px);
  justify-self: stretch;
  aspect-ratio: auto;
  min-height: 0;
  border-radius: 0;
  border: 1px solid rgba(170, 226, 255, 0.45);
  box-shadow:
    0 14px 30px rgba(0, 0, 0, 0.28),
    0 0 0 2px rgba(65, 170, 255, 0.16);
  background:
    linear-gradient(135deg, rgba(77, 160, 255, 0.15), rgba(68, 241, 198, 0.1)),
    rgba(11, 16, 29, 0.92);
}

.hero-small-photo {
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  margin: 4px;
  aspect-ratio: auto;
  border-radius: 0;
  object-fit: cover;
  object-position: center top;
  border: 1px solid rgba(207, 239, 255, 0.32);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
  background: transparent;
}

#hero-top-photo.hero-small-photo {
  width: 100%;
  height: auto;
  margin: 0;
  object-fit: contain;
  object-position: center;
  border: 0;
  box-shadow: none;
}

.hero-price-badge {
  width: min(100%, 420px);
  max-width: 100%;
  margin: 0.55rem auto 0;
  padding: 0.95rem 1.15rem;
  min-height: 72px;
  border-radius: 18px;
  border: 2px solid rgba(255, 196, 196, 0.82);
  background:
    linear-gradient(135deg, #d51e1e, #ff3d3d);
  box-shadow:
    0 12px 28px rgba(213, 30, 30, 0.34),
    inset 0 0 0 2px rgba(120, 7, 7, 0.25),
    0 0 0 4px rgba(255, 61, 61, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff6f6;
  font-weight: 900;
  font-size: clamp(0.98rem, 0.55vw + 0.78rem, 1.14rem);
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  justify-self: center;
  align-self: start;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
  animation: none;
}

.hero-price-badge:hover {
  transform: translateY(-2px);
  filter: saturate(1.05);
  box-shadow:
    0 14px 30px rgba(213, 30, 30, 0.4),
    inset 0 0 0 2px rgba(120, 7, 7, 0.3),
    0 0 0 4px rgba(255, 61, 61, 0.2);
}

.hero-price-badge__highlight {
  color: #ffe36d;
}

.hero-price-badge--inline {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  min-height: 72px;
  justify-self: center;
  align-self: center;
  white-space: normal !important;
  text-wrap: balance;
  overflow-wrap: anywhere;
  padding: 0.9rem 1rem;
}

@keyframes promoBadgeFloat {
  0%,
  100% {
    transform: translateY(0);
    box-shadow:
      0 12px 28px rgba(213, 30, 30, 0.34),
      inset 0 0 0 2px rgba(120, 7, 7, 0.25),
      0 0 0 4px rgba(255, 61, 61, 0.14);
  }
  50% {
    transform: translateY(-6px) scale(1.01);
    box-shadow:
      0 18px 36px rgba(213, 30, 30, 0.44),
      inset 0 0 0 2px rgba(120, 7, 7, 0.3),
      0 0 0 6px rgba(255, 61, 61, 0.24);
  }
}

.visual-card--small p {
  margin: 0;
  font-weight: 800;
  font-size: 1.05rem;
  font-family: "Space Grotesk", sans-serif;
}

.visual-card--small span {
  display: block;
  color: #ffb14a;
  font-size: 1.08rem;
  font-weight: 800;
  margin-top: 0;
  transform: translateY(-12px);
}

.section {
  padding: 2rem 0 0.25rem;
}

#servicos.section {
  margin-top: -0.85rem;
}

.section__header {
  max-width: 760px;
  margin-bottom: 1rem;
}

.section__header h2 {
  margin: 0.35rem 0 0.35rem;
  font-family: "Space Grotesk", sans-serif;
  line-height: 1.08;
  letter-spacing: -0.02em;
  font-size: clamp(1.35rem, 2vw + 0.8rem, 2.25rem);
}

.section__header p:last-child {
  margin: 0;
  color: var(--muted);
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.feature-card {
  --feature-card-padding: 1rem;
  background: linear-gradient(180deg, rgba(12, 18, 33, 0.92), rgba(8, 12, 22, 0.92));
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: var(--feature-card-padding);
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  align-items: start;
  gap: 0.8rem;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.28);
}

.feature-card > img,
.feature-card > video {
  width: 100%;
  display: block;
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.12);
  background: rgba(255, 255, 255, 0.02);
}

.feature-card__full-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: contain;
}

.feature-video {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.12);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.02);
}

.feature-video iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.ai-showcase {
  position: relative;
  width: 100%;
  aspect-ratio: 640 / 420;
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.12);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.02);
}

.ai-showcase img {
  display: block;
}

.ai-showcase__labels {
  position: absolute;
  left: 55.625%;
  top: 62.857%;
  width: 35%;
  height: 13.333%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  align-items: center;
  justify-items: center;
  z-index: 2;
  pointer-events: none;
}

.ai-showcase__labels span {
  color: #fff;
  font-weight: 900;
  font-size: clamp(18px, 2.1vw, 28px);
  line-height: 1;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.ai-showcase__base {
  width: 100%;
  height: 100%;
}

.ai-showcase__audio {
  position: absolute;
  left: 53.75%;
  top: 30.95%;
  width: 36.25%;
  height: 19.05%;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
  border: 1px solid rgba(34, 49, 78, 0.9);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.22);
}

.ai-showcase__cover {
  position: absolute;
  left: 28.4375%;
  top: 55%;
  width: 35.3125%;
  transform: translate(-50%, -50%);
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
  border-radius: 14px;
  border: 1px solid rgba(34, 49, 78, 0.9);
  box-shadow:
    0 8px 16px rgba(0, 0, 0, 0.24);
}

.service-showcase {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 0;
  box-sizing: border-box;
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.12);
  background:
    radial-gradient(circle at 88% 82%, rgba(77, 160, 255, 0.08), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
  overflow: hidden;
  padding: 0 8px 8px;
}

.service-showcase img {
  display: block;
  object-fit: cover;
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.28);
}

.service-showcase .service-showcase__desktop {
  grid-area: 1 / 1;
  width: 100%;
  min-height: 0;
  border-radius: 10px;
  border: 0;
  aspect-ratio: 1920 / 1011;
  object-fit: contain;
  object-position: center top;
  background: #08111f;
  filter: saturate(1.02) contrast(1.02);
  box-shadow: none;
}

.service-showcase .service-showcase__mobile {
  grid-area: 1 / 1;
  justify-self: end;
  align-self: end;
  margin-right: 0.75rem;
  margin-bottom: 0.7rem;
  width: clamp(78px, 24%, 108px);
  aspect-ratio: 768 / 1280;
  border-radius: 14px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  background: #0d1425;
  object-fit: cover;
  object-position: center 0;
  z-index: 2;
  transform: rotate(1.2deg);
  box-shadow:
    0 14px 24px rgba(0, 0, 0, 0.34),
    0 0 0 5px rgba(8, 12, 22, 0.72);
}

.feature-card h3 {
  margin: 0;
  font-size: 1.05rem;
}

.feature-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.text-yellow-bold {
  color: #ffe88a;
  font-weight: 700;
}

.text-light-green-bold {
  color: #8effc8;
  font-weight: 700;
}

.feature-card p a {
  color: var(--accent);
  font-weight: 700;
  text-decoration: none;
}

.feature-card p a:hover {
  text-decoration: underline;
}

.feature-card--sites p a {
  color: #f6e58d;
}

.feature-card a {
  align-self: end;
  margin-top: 0.15rem;
  color: var(--accent);
  font-weight: 700;
}

.feature-card a.feature-diff-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  border: 1px solid #0a2350;
  background: linear-gradient(135deg, #0b2f6b, #174a9c);
  color: #f5f9ff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(11, 47, 107, 0.35);
  transition: transform 180ms ease, filter 180ms ease, box-shadow 180ms ease;
}

.feature-card a.feature-diff-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.07);
  box-shadow: 0 14px 28px rgba(11, 47, 107, 0.42);
}

.feature-card a.feature-diff-btn--no-wrap {
  white-space: nowrap !important;
  flex-wrap: nowrap;
  gap: 0.25rem;
}

.feature-card--ai > a {
  color: #f6e58d;
}

.feature-card--ai > a:first-child {
  display: block;
  line-height: 0;
}

.feature-card--ai > .feature-card__full-image,
.feature-card--ai > a:first-child > .feature-card__full-image,
.feature-card--systems > .feature-card__full-image {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.12);
  object-fit: cover;
  object-position: center;
  display: block;
}

.feature-card--systems > .feature-card__video-original {
  width: 1023px;
  max-width: none;
  height: 694px;
  aspect-ratio: auto;
  object-fit: contain;
  box-sizing: border-box;
}

.feature-card--sites h3,
.feature-card--ai h3,
.feature-card--systems h3 {
  color: #8fd3ff;
}

.feature-process-link span:first-child {
  color: #fff;
}

.feature-process-link span:last-child {
  color: #ffe88a;
}

.whats-link {
  color: #25d366;
}

.section--panel {
  margin-top: 1rem;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(10, 14, 26, 0.92), rgba(7, 10, 18, 0.96)),
    radial-gradient(circle at 10% 10%, rgba(68, 241, 198, 0.08), transparent 42%);
  border: 1px solid var(--line);
  padding: 1.2rem;
}

.music-ia__grid {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 0.6rem;
  align-items: start;
  justify-items: start;
}

.music-ia__content {
  padding-left: 0;
}

.music-ia__card {
  display: inline-flex;
  flex-direction: column;
  gap: 0.55rem;
  width: fit-content;
  border: 1px solid rgba(148, 163, 184, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.015);
  padding: 0.5rem;
  align-items: center;
}

.music-ia__card img {
  width: clamp(180px, 28vw, 260px);
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
  object-fit: contain;
  object-position: center;
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.12);
}

.music-ia__card a {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 700;
  padding: 0.2rem 0.35rem 0.25rem;
}

.music-ia__title {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 700;
  padding-top: 0.25rem;
}

.music-ia__subtitle {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 1.1;
}

.music-ia__site-link {
  color: #ffe88a;
  margin-top: 0.1rem;
}

.music-ia__cta-link {
  color: #8fd3ff;
}

.music-ia__content h3 {
  margin: 0 0 0.25rem;
  font-size: 1.05rem;
}

.music-ia__content p {
  margin: 0 0 0.45rem;
  color: var(--muted);
  line-height: 1.55;
}

.music-ia__content a {
  display: inline-block;
  max-width: 100%;
  color: var(--accent);
  font-weight: 700;
  overflow-wrap: anywhere;
}

.music-ia__plain-link {
  font-weight: 400;
}

.music-ia__video {
  width: min(100%, 560px);
  aspect-ratio: 16 / 9;
  margin: 0.25rem 0 0.65rem;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.12);
  background: rgba(255, 255, 255, 0.02);
}

.music-ia__video iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.benefits {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.85rem;
  align-items: stretch;
  grid-auto-rows: 1fr;
}

.benefit {
  display: grid;
  grid-template-columns: 2.1rem 1fr;
  gap: 0.85rem;
  align-items: start;
  align-content: start;
  padding: 0.9rem;
  border: 1px solid rgba(148, 163, 184, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.015);
  height: 100%;
}

.benefit > div {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: clamp(0.12rem, 0.35vw, 0.22rem);
}

.benefit span {
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(68, 241, 198, 0.12);
  color: var(--accent);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.85rem;
  border: 1px solid rgba(68, 241, 198, 0.22);
}

.benefit h3 {
  margin: 0;
  font-size: clamp(0.95rem, 1.2vw, 1rem);
  line-height: 1.2;
}

.benefit p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(0.88rem, 1.05vw, 0.94rem);
  line-height: 1.38;
}

.process .timeline {
  margin-top: 0.25rem;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.8rem;
}

.timeline__item {
  position: relative;
  padding: 1rem;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(10, 14, 24, 0.84);
}

.timeline__item .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #0f5a46;
  box-shadow: 0 0 0 4px rgba(15, 90, 70, 0.2);
  margin-bottom: 0.65rem;
}

.timeline__item h3 {
  margin: 0 0 0.25rem;
  font-size: 1rem;
}

.timeline__item p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.footer {
  padding-bottom: 1.6rem;
}

.footer__panel {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1rem;
  align-items: start;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 1.1rem;
  background:
    linear-gradient(145deg, rgba(14, 19, 33, 0.94), rgba(8, 12, 22, 0.95));
  box-shadow: var(--shadow);
}

.footer__panel h2 {
  margin: 0.35rem 0 0.35rem;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.4rem, 2vw + 0.7rem, 2rem);
}

.footer-title-highlight {
  color: #ffe88a;
}

.footer__panel p {
  margin: 0;
  color: var(--muted);
}

.footer-green-bold {
  color: #8effc8 !important;
  font-weight: 700;
}

.footer__panel .eyebrow {
  color: var(--accent);
}

.cta-stack {
  display: grid;
  gap: 0.65rem;
}

.footer__copy {
  margin: 0.9rem 0 0;
  text-align: center;
  color: rgba(168, 179, 206, 0.8);
  font-size: 0.9rem;
}

@media (max-width: 1024px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .visual-card--main {
    min-height: 300px;
  }

  .cards-grid,
  .timeline {
    grid-template-columns: repeat(2, 1fr);
  }

  .music-ia__grid {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 0.6rem;
  }

  .music-ia__card {
    justify-self: center;
    margin-inline: auto;
    width: min(100%, 340px);
  }

  .music-ia__content {
    padding-left: 0;
    justify-self: stretch;
    width: 100%;
  }

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

  .hero-price-badge {
    width: min(100%, 440px);
    max-width: 100%;
    min-height: 72px;
    padding: 1rem 1rem;
    font-size: 1.1rem;
    white-space: normal;
  }

  .hero-price-badge--inline {
    width: 100%;
    max-width: none;
    white-space: normal !important;
    text-wrap: wrap !important;
    overflow-wrap: anywhere;
    min-height: 72px;
  }

  .stats-grid .stat-card {
    padding: 0;
    overflow: hidden;
  }

  .stats-grid .stat-card .hero-price-badge.hero-price-badge--inline {
    width: 100%;
    max-width: none;
    margin: 0;
    border-radius: inherit;
  }

  #servicos.section {
    margin-top: -0.7rem;
  }

}

@media (max-width: 720px) {
  .hero,
  .section,
  .footer {
    width: min(1180px, calc(100% - 1.7rem));
    margin-inline: auto;
  }

  .hero__content,
  .hero__visual {
    justify-items: center;
  }

  .hero {
    gap: 0.95rem;
    padding-top: 0.75rem;
  }

  .brand-card {
    grid-template-columns: 1fr;
    justify-self: stretch;
    width: 100%;
    gap: 0.8rem;
    text-align: center;
    justify-items: center;
    padding: 1.05rem 0.9rem 0.9rem;
    border-radius: 20px;
    border-color: rgba(148, 163, 184, 0.22);
    background:
      radial-gradient(circle at 50% 0%, rgba(68, 241, 198, 0.12), transparent 58%),
      linear-gradient(180deg, rgba(14, 22, 40, 0.95), rgba(8, 12, 24, 0.94));
    box-shadow:
      0 16px 34px rgba(0, 0, 0, 0.44),
      inset 0 1px 0 rgba(255, 255, 255, 0.05);
  }

  .brand-mark {
    justify-items: center;
    gap: 0.45rem;
    transform: none;
  }

  .brand-logo-title {
    font-size: 0.88rem;
    letter-spacing: 0.05em;
  }

  .brand-copy {
    margin-top: clamp(6px, 2vw, 12px);
    transform: none;
    justify-self: center;
    max-width: 100%;
    text-align: center;
    padding: 0.75rem 0.7rem;
    border-radius: 14px;
    border: 1px solid rgba(148, 163, 184, 0.2);
    background: rgba(7, 11, 20, 0.62);
  }

  .subtitle {
    text-align: center;
    margin-inline: auto;
    font-size: 0.95rem;
    line-height: 1.62;
  }

  .hero-extra-card {
    width: 100%;
    justify-self: stretch;
  }

  .hero-live-pill {
    width: 100%;
    min-height: 38px;
    padding: 0.5rem 0.8rem;
    font-size: 0.84rem;
  }

  .logo-slot {
    width: fit-content;
    max-width: min(100%, 235px);
    margin-inline: auto;
    border-radius: 18px;
  }

  .logo-slot img {
    width: clamp(150px, 48vw, 220px);
    padding: 0.38rem;
  }

  .hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.55rem;
    padding: 0.68rem;
  }

  .section {
    padding: 1.35rem 0 0.2rem;
  }

  .section__header {
    margin-bottom: 0.85rem;
    margin-inline: 0;
    text-align: left;
  }

  .stats-grid .stat-card,
  .feature-card,
  .timeline__item {
    margin-inline: 0;
    width: 100%;
  }

  .hero-actions-note {
    justify-content: center;
    text-align: center;
    font-size: 0.92rem;
  }

  .stats-grid,
  .cards-grid,
  .benefits,
  .timeline,
  .music-ia__grid {
    grid-template-columns: 1fr;
    gap: 0.72rem;
  }

  .music-ia__grid {
    justify-items: center;
  }

  .music-ia__card {
    width: 100%;
    margin-inline: auto;
  }

  .music-ia__content {
    justify-self: stretch;
    width: 100%;
    text-align: left;
  }

  .music-ia__card img {
    width: clamp(170px, 60vw, 240px);
    max-width: 100%;
    margin: 0 auto;
  }

  .hero-price-badge {
    width: 100%;
    max-width: 100%;
    min-height: 72px;
    padding: 0.82rem 0.82rem;
    white-space: normal;
    font-size: clamp(0.92rem, 2.7vw, 1.05rem);
  }

  .hero-price-badge--inline {
    min-height: 72px;
  }

  .feature-card a.feature-diff-btn {
    min-height: 44px;
    padding: 0.68rem 0.75rem;
    font-size: 0.86rem;
    line-height: 1.25;
    text-align: center;
  }

  .feature-card a.feature-diff-btn--no-wrap {
    white-space: normal !important;
    flex-wrap: wrap;
  }

  .feature-card {
    padding: 0.88rem;
  }

  .feature-card h3 {
    font-size: 1rem;
    line-height: 1.24;
  }

  .feature-card p {
    font-size: 0.93rem;
    line-height: 1.45;
  }

  .feature-process-link {
    justify-content: flex-start;
    text-align: left;
  }

  .music-ia__video {
    width: 100%;
  }

  .cta-stack .btn {
    min-height: 44px;
  }

  .footer__panel {
    justify-items: start;
    text-align: left;
  }

  #servicos.section {
    margin-top: -0.55rem;
  }

  .section--panel {
    padding: 0.95rem;
    border-radius: 18px;
  }

  .feature-card,
  .timeline__item {
    border-radius: 16px;
  }

  .service-showcase {
    padding: 0 6px 6px;
  }

  .service-showcase .service-showcase__desktop {
    border-radius: 9px;
  }

  .service-showcase .service-showcase__mobile {
    width: clamp(68px, 20vw, 88px);
    margin-right: 0.45rem;
    margin-bottom: 0.45rem;
    border-radius: 12px;
    transform: rotate(0.8deg);
    box-shadow:
      0 10px 16px rgba(0, 0, 0, 0.32),
      0 0 0 4px rgba(8, 12, 22, 0.75);
  }
}

@media (max-width: 420px) {
  .hero,
  .section,
  .footer {
    width: min(1180px, calc(100% - 1.4rem));
  }

  .hero-actions-note {
    font-size: 0.88rem;
    line-height: 1.4;
  }

  .feature-card a.feature-diff-btn {
    font-size: 0.82rem;
    letter-spacing: 0.015em;
  }

  .feature-card {
    padding: 0.78rem;
  }

  .feature-card p {
    font-size: 0.9rem;
  }

  .hero-live-pill {
    font-size: 0.8rem;
    padding: 0.45rem 0.72rem;
  }

  #servicos.section {
    margin-top: -0.4rem;
  }

  .hero-price-badge {
    width: 100%;
    min-height: 72px;
    padding: 0.74rem 0.7rem;
    white-space: normal;
    font-size: 0.9rem;
  }

  .hero-price-badge--inline {
    min-height: 72px;
  }

  .music-ia__card {
    padding: 0.25rem;
  }

  .music-ia__content h3 {
    font-size: 1rem;
  }
}

@media (max-width: 720px) {
  .hero-welcome-break {
    display: block;
  }

  .hero-welcome-suffix {
    display: none;
  }

  .cta-stack .btn--max-mobile-center {
    justify-content: center !important;
    text-align: center !important;
  }

  .cta-stack .btn--max-mobile-center span {
    width: 100%;
    text-align: center !important;
  }

  .cta-stack .btn--prefiro-mobile-center {
    justify-content: center !important;
    text-align: center !important;
  }

  .cta-stack .btn--prefiro-mobile-center span {
    width: 100%;
    text-align: center !important;
  }

  .btn--hero-instagram {
    width: 100%;
    justify-content: flex-start;
    min-height: 52px;
    font-size: 0.94rem;
    padding-inline: 0.9rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .btn {
    transition: none;
  }

  .btn:hover {
    transform: none;
  }

  .hero-price-badge {
    animation: none;
  }

  .btn--max-mobile-center::after {
    animation: none;
  }

  .btn--max-mobile-center span {
    animation: none;
  }

  .btn--max-mobile-center {
    animation: none;
  }
}

/* Subtle hero entrance animation */
@keyframes heroFadeLift {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero--enhanced .brand-card,
.hero--enhanced .hero-live-pill,
.hero--enhanced .hero__actions,
.hero--enhanced .stats-grid {
  opacity: 0;
  animation: heroFadeLift 760ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.hero--enhanced .brand-card {
  animation-delay: 90ms;
}

.hero--enhanced .hero-live-pill {
  animation-delay: 220ms;
}

.hero--enhanced .hero__actions {
  animation-delay: 340ms;
}

.hero--enhanced .stats-grid {
  animation-delay: 460ms;
}

@media (prefers-reduced-motion: reduce) {
  .hero--enhanced .brand-card,
  .hero--enhanced .hero-live-pill,
  .hero--enhanced .hero__actions,
  .hero--enhanced .stats-grid {
    opacity: 1;
    transform: none;
    animation: none;
  }
}

/* Unified button radius across site pages that use this stylesheet */
:root {
  --tt-btn-radius: 12px;
}

button,
.btn,
.feature-diff-btn {
  border-radius: var(--tt-btn-radius) !important;
}
