:root {
  color-scheme: dark;
  --bg: #050406;
  --bg-soft: #0c0a10;
  --panel: rgba(255, 255, 255, 0.07);
  --panel-strong: rgba(255, 255, 255, 0.11);
  --stroke: rgba(255, 255, 255, 0.16);
  --text: #f7f2ee;
  --muted: #b7adb5;
  --dim: #706872;
  --red: #ff1b2d;
  --pink: #ff2e88;
  --purple: #7a2cff;
  --violet: #1a003f;
  --deep-purple: #24005a;
  --orange: #ff4b00;
  --cream: #f4efe7;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--bg);
  color: var(--text);
  overflow-x: hidden;
}

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

button,
input {
  font: inherit;
}

main {
  position: relative;
  min-height: 100vh;
  isolation: isolate;
}

.ambient {
  position: fixed;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 10%, rgba(122, 44, 255, 0.26), transparent 34%),
    radial-gradient(circle at 88% 4%, rgba(255, 27, 45, 0.22), transparent 32%),
    linear-gradient(180deg, #060407 0%, #0b0711 46%, #050406 100%);
}

.ambient::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent 78%);
}

.orb {
  position: absolute;
  width: 36vw;
  max-width: 620px;
  aspect-ratio: 1;
  border-radius: 999px;
  filter: blur(70px);
  opacity: 0.52;
}

.orb-red {
  right: -10vw;
  top: 22vh;
  background: rgba(255, 27, 45, 0.48);
}

.orb-purple {
  left: -9vw;
  top: 48vh;
  background: rgba(122, 44, 255, 0.44);
}

.glass-plane {
  position: absolute;
  width: 44vw;
  max-width: 720px;
  height: 320px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.02));
  transform: rotateX(58deg) rotateZ(-18deg);
  filter: blur(0.2px);
  opacity: 0.42;
}

.plane-one {
  top: 120px;
  right: -80px;
}

.plane-two {
  bottom: 10%;
  left: -140px;
  transform: rotateX(55deg) rotateZ(18deg);
}

.grid-light {
  position: absolute;
  left: 50%;
  top: 4%;
  width: 72vw;
  height: 72vw;
  transform: translateX(-50%) perspective(900px) rotateX(62deg);
  background:
    linear-gradient(rgba(255, 46, 136, 0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(122, 44, 255, 0.13) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(circle, rgba(0, 0, 0, 0.7), transparent 62%);
  opacity: 0.55;
}

.bg-sites {
  position: fixed;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.bg-site {
  position: absolute;
  width: clamp(220px, 24vw, 390px);
  min-height: 235px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.025)),
    rgba(8, 6, 12, 0.34);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.44);
  backdrop-filter: blur(18px);
  opacity: 0.28;
}

.bg-site-one {
  left: 4vw;
  top: 18vh;
  transform: perspective(900px) rotateY(18deg) rotateZ(-4deg);
}

.bg-site-two {
  right: 3vw;
  top: 17vh;
  transform: perspective(900px) rotateY(-18deg) rotateZ(5deg);
}

.bg-site-three {
  left: 4vw;
  bottom: 9vh;
  transform: perspective(900px) rotateY(16deg) rotateZ(4deg);
}

.bg-site-four {
  right: 4vw;
  bottom: 13vh;
  transform: perspective(900px) rotateY(-16deg) rotateZ(-5deg);
}

.bg-browser {
  height: 28px;
  margin-bottom: 12px;
  border-radius: 12px;
  background:
    radial-gradient(circle at 15px 50%, rgba(255, 255, 255, 0.7) 0 3px, transparent 3.5px),
    radial-gradient(circle at 29px 50%, rgba(255, 46, 136, 0.7) 0 3px, transparent 3.5px),
    radial-gradient(circle at 43px 50%, rgba(122, 44, 255, 0.7) 0 3px, transparent 3.5px),
    rgba(255, 255, 255, 0.11);
}

.bg-hero {
  min-height: 118px;
  padding: 15px;
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.18)),
    linear-gradient(120deg, rgba(36, 0, 90, 0.75), rgba(255, 27, 45, 0.48));
}

.bg-hero span {
  display: block;
  margin-bottom: 34px;
  color: #ffd9e1;
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bg-hero strong {
  display: block;
  max-width: 230px;
  color: #fff;
  font-size: clamp(1rem, 1.35vw, 1.34rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.mini-store {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.18)),
    linear-gradient(120deg, rgba(255, 27, 45, 0.62), rgba(122, 44, 255, 0.52));
}

.mini-dentist {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.18)),
    linear-gradient(120deg, rgba(255, 46, 136, 0.5), rgba(36, 0, 90, 0.62));
}

.mini-food {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.18)),
    linear-gradient(120deg, rgba(255, 27, 45, 0.58), rgba(74, 8, 119, 0.55));
}

.bg-site-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin-top: 12px;
}

.bg-site-grid span {
  height: 52px;
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.06);
}

.nav {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 18px 0;
  backdrop-filter: blur(18px);
}

.nav::before {
  content: "";
  position: absolute;
  inset: 8px -16px;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(5, 4, 6, 0.58);
}

.nav-brand {
  display: flex;
  width: 168px;
}

.brand-logo {
  position: relative;
  width: 100%;
  aspect-ratio: 1358 / 236;
  overflow: hidden;
  border-radius: 6px;
  background:
    radial-gradient(circle at 17% 28%, rgba(255, 255, 255, 0.72), transparent 8%),
    radial-gradient(circle at 86% 62%, rgba(255, 120, 145, 0.55), transparent 18%),
    linear-gradient(115deg, #180036 0%, #25005d 28%, #4a0877 46%, #9a123f 68%, #ff1b2d 100%);
  filter: drop-shadow(0 0 22px rgba(255, 27, 45, 0.22)) drop-shadow(0 0 18px rgba(122, 44, 255, 0.16));
}

.brand-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: destination-in;
  display: block;
}

.logo-shine,
.logo-particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.logo-shine {
  background: linear-gradient(105deg, transparent 0%, rgba(255, 255, 255, 0.8) 44%, transparent 62%);
  transform: translateX(-110%);
  animation: shine 4.8s ease-in-out infinite;
  mix-blend-mode: screen;
}

.logo-particles {
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.75) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(255, 255, 255, 0.45) 0 1px, transparent 1.5px);
  background-size: 41px 31px, 29px 37px;
  opacity: 0.28;
  mix-blend-mode: screen;
}

@keyframes shine {
  0%,
  35% {
    transform: translateX(-115%);
  }
  70%,
  100% {
    transform: translateX(115%);
  }
}

.nav nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--muted);
  font-size: 0.88rem;
}

.nav nav a:hover {
  color: var(--text);
}

.nav-cta,
.primary-btn,
.secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  font-weight: 750;
  letter-spacing: -0.01em;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}

.nav-cta {
  min-width: 112px;
  padding: 11px 18px;
  color: #12070b;
  background: var(--text);
}

.primary-btn {
  padding: 15px 22px;
  color: #fff;
  background: linear-gradient(135deg, var(--deep-purple), var(--purple), var(--red));
  box-shadow: 0 18px 48px rgba(255, 27, 45, 0.28);
}

.secondary-btn {
  padding: 14px 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
}

.nav-cta:hover,
.primary-btn:hover,
.secondary-btn:hover {
  transform: translateY(-2px);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  gap: 44px;
  align-items: center;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 88px 0 36px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  color: #ffbac7;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--deep-purple), var(--purple), var(--red));
  box-shadow: 0 0 18px rgba(255, 27, 45, 0.9);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 22px;
  font-size: clamp(3.1rem, 7vw, 6.2rem);
  line-height: 0.9;
  letter-spacing: -0.07em;
}

h1 span {
  display: block;
  color: transparent;
  background: linear-gradient(105deg, #fff, #ffc8d0 42%, #ff2e88 66%, #9d6bff);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-copy p,
.section-heading p,
.final-cta p {
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.72;
}

.hero-copy p {
  max-width: 680px;
  margin-bottom: 28px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.hero-actions.center {
  justify-content: center;
}

.proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.proof-row span {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: #d7ccd4;
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.83rem;
}

.hero-visual {
  position: relative;
  min-height: 560px;
  perspective: 1000px;
}

.logo-stage {
  position: absolute;
  inset: 40px 6% auto;
  display: flex;
  justify-content: center;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.03)),
    radial-gradient(circle at 20% 20%, rgba(255, 27, 45, 0.22), transparent 28%),
    radial-gradient(circle at 90% 80%, rgba(122, 44, 255, 0.22), transparent 30%);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
  transform: rotateY(-11deg) rotateX(7deg);
}

.hero-logo {
  width: min(430px, 90%);
}

.glass-device {
  position: absolute;
  left: 14%;
  right: 0;
  bottom: 18px;
  min-height: 340px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.035)),
    radial-gradient(circle at 0% 0%, rgba(255, 27, 45, 0.2), transparent 40%),
    radial-gradient(circle at 100% 100%, rgba(122, 44, 255, 0.24), transparent 42%);
  box-shadow: var(--shadow);
  backdrop-filter: blur(22px);
  transform: rotateY(-16deg) rotateX(6deg) rotateZ(-2deg);
}

.device-top,
.device-line,
.device-cards span,
.browser-bar,
.concept-grid span {
  background: rgba(255, 255, 255, 0.13);
}

.device-top {
  width: 100%;
  height: 42px;
  border-radius: 16px;
}

.device-title {
  width: max-content;
  margin: 34px 0 24px;
  padding: 10px 14px;
  border-radius: 999px;
  color: #ffdfe5;
  background: rgba(255, 27, 45, 0.14);
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.device-line {
  width: 54%;
  height: 12px;
  margin-bottom: 10px;
  border-radius: 999px;
}

.device-line.wide {
  width: 78%;
}

.device-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 34px;
}

.device-cards span {
  height: 82px;
  border-radius: 18px;
}

.floating-card {
  position: absolute;
  z-index: 2;
  width: 220px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 22px;
  background: rgba(15, 11, 18, 0.72);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.floating-card small {
  color: #ff9baa;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.floating-card strong {
  display: block;
  margin: 8px 0;
}

.floating-card span {
  color: var(--muted);
  font-size: 0.85rem;
}

.card-a {
  left: 0;
  top: 210px;
}

.card-b {
  right: 0;
  top: 330px;
}

.diagnosis-panel,

.lead-disclaimer {
  margin: -8px 22px 18px;
  color: rgba(244, 241, 234, 0.46);
  font-size: 0.74rem;
  line-height: 1.45;
}

.pain-section,
.solutions-section,
.concept-section,
.process-section,
.final-cta {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.diagnosis-panel {
  position: relative;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035)),
    radial-gradient(circle at 12% 0%, rgba(255, 27, 45, 0.18), transparent 32%),
    radial-gradient(circle at 88% 30%, rgba(122, 44, 255, 0.22), transparent 34%);
  box-shadow: var(--shadow);
  backdrop-filter: blur(24px);
}

.panel-header {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-start;
  margin-bottom: 20px;
}

.panel-header h2,
.section-heading h2,
.final-cta h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 4.8vw, 4rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: #dcffd5;
  background: rgba(255, 255, 255, 0.07);
  font-size: 0.82rem;
  font-weight: 800;
}

.status-pill span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #6dff6d;
  box-shadow: 0 0 18px rgba(109, 255, 109, 0.95);
}

.chat-shell {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 26px;
  background: rgba(5, 4, 6, 0.72);
}

.chat-messages {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 340px;
  max-height: 520px;
  overflow: auto;
  padding: 22px;
}

.message {
  display: flex;
}

.message.user {
  justify-content: flex-end;
}

.message-bubble {
  max-width: min(760px, 86%);
  padding: 15px 16px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 18px;
  color: #eee6eb;
  background: rgba(255, 255, 255, 0.07);
  line-height: 1.58;
  white-space: pre-wrap;
}

.message.user .message-bubble {
  color: #fff;
  background: linear-gradient(135deg, rgba(122, 44, 255, 0.76), rgba(255, 27, 45, 0.76));
}

.typing {
  display: inline-flex;
  gap: 6px;
  align-items: center;
}

.typing span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  animation: typing 1s ease-in-out infinite;
}

.typing span:nth-child(2) {
  animation-delay: 0.12s;
}

.typing span:nth-child(3) {
  animation-delay: 0.24s;
}

@keyframes typing {
  50% {
    transform: translateY(-4px);
    opacity: 0.55;
  }
}

.quick-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 22px 18px;
}

.quick-row button {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: #f2eaf0;
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
  padding: 8px 12px;
}

.chat-input {
  display: flex;
  gap: 10px;
  padding: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.04);
}

.chat-input input {
  flex: 1;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  outline: none;
  padding: 15px 18px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.07);
}

.chat-input button {
  min-width: 86px;
  height: 52px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--deep-purple), var(--purple), var(--red));
  cursor: pointer;
  font-weight: 850;
}

.chat-footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  padding: 0 22px 18px;
  color: var(--dim);
  font-size: 0.84rem;
}

.chat-footer a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #ffd8df;
  font-weight: 800;
}


.lead-disclaimer {
  margin: -8px 22px 18px;
  color: rgba(244, 241, 234, 0.46);
  font-size: 0.74rem;
  line-height: 1.45;
}

.pain-section,
.solutions-section,
.concept-section,
.process-section,
.final-cta {
  padding: 96px 0 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 30px;
}

.pain-grid,
.solutions-grid,
.process-grid {
  display: grid;
  gap: 14px;
}

.pain-grid {
  grid-template-columns: repeat(5, 1fr);
}

.pain-item,
.solution-card,
.process-card,
.cta-glass {
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.065);
  backdrop-filter: blur(18px);
}

.pain-item {
  min-height: 148px;
  padding: 18px;
  border-radius: 22px;
  color: #efe8ee;
}

.pain-item b {
  display: inline-flex;
  margin-bottom: 14px;
  color: #ff8798;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
}

.solutions-grid {
  grid-template-columns: repeat(3, 1fr);
}

.solution-card {
  padding: 24px;
  border-radius: 24px;
}

.solution-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 22px;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--deep-purple), var(--purple), var(--red));
}

.solution-card h3,
.process-card h3 {
  margin-bottom: 10px;
  font-size: 1.28rem;
  letter-spacing: -0.03em;
}

.solution-card p,
.process-card p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.65;
}

.concept-grid-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.concept-card {
  min-height: 360px;
  overflow: hidden;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.035)),
    radial-gradient(circle at 20% 5%, rgba(255, 27, 45, 0.2), transparent 36%);
}

.concept-purple {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.035)),
    radial-gradient(circle at 30% 5%, rgba(122, 44, 255, 0.3), transparent 40%);
}

.concept-pink {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.035)),
    radial-gradient(circle at 30% 5%, rgba(255, 46, 136, 0.24), transparent 40%);
}

.browser-bar {
  height: 36px;
  margin-bottom: 18px;
  border-radius: 14px;
}

.concept-hero {
  min-height: 150px;
  padding: 18px;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(0, 0, 0, 0.28), rgba(255, 255, 255, 0.05)),
    linear-gradient(120deg, rgba(122, 44, 255, 0.32), rgba(255, 27, 45, 0.23));
}

.concept-hero p {
  margin-bottom: 30px;
  color: #ffd2da;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.concept-hero h3 {
  max-width: 290px;
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.concept-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 16px 0;
}

.concept-grid span {
  height: 70px;
  border-radius: 18px;
}

.concept-bottom {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  color: var(--muted);
}

.concept-bottom strong {
  color: #fff;
}

.process-grid {
  grid-template-columns: repeat(4, 1fr);
}

.process-card {
  padding: 24px;
  border-radius: 24px;
}

.process-card span {
  display: inline-flex;
  margin-bottom: 38px;
  color: #ff9baa;
  font-size: 0.86rem;
  font-weight: 900;
}

.final-cta {
  padding-bottom: 80px;
}

.cta-glass {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 7vw, 70px);
  border-radius: 34px;
  text-align: center;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 27, 45, 0.2), transparent 35%),
    radial-gradient(circle at 82% 28%, rgba(122, 44, 255, 0.25), transparent 38%),
    rgba(255, 255, 255, 0.07);
}

.cta-icon {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  color: #ffbcc8;
  background: rgba(255, 255, 255, 0.08);
  font-weight: 900;
}

.cta-glass p {
  max-width: 680px;
  margin: 18px auto 28px;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 26px 0 38px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--muted);
}

footer .brand-logo {
  width: 160px;
}

footer p {
  margin-bottom: 0;
}

@media (max-width: 980px) {
  .nav nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 56px;
  }

  .hero-visual {
    min-height: 500px;
  }

  .pain-grid,
  .solutions-grid,
  .concept-grid-wrap,
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .nav {
    width: min(100% - 22px, 1180px);
  }

  .nav-brand {
    width: 136px;
  }

  .nav-cta {
    min-width: 92px;
    padding: 10px 13px;
    font-size: 0.86rem;
  }

  .hero,
  .diagnosis-panel,
  .pain-section,
  .solutions-section,
  .concept-section,
  .process-section,
  .final-cta,
  footer {
    width: min(100% - 22px, 1180px);
  }

  h1 {
    font-size: clamp(3rem, 17vw, 4.3rem);
  }

  .hero-actions,
  .chat-footer,
  .panel-header,
  footer {
    align-items: stretch;
    flex-direction: column;
  }

  .primary-btn,
  .secondary-btn {
    width: 100%;
  }

  .hero-visual {
    min-height: 420px;
  }

  .logo-stage {
    inset: 18px 0 auto;
    padding: 24px 18px;
    transform: rotateY(-5deg) rotateX(4deg);
  }

  .glass-device {
    left: 0;
    min-height: 290px;
  }

  .floating-card {
    width: 178px;
    padding: 13px;
  }

  .card-a {
    top: 170px;
  }

  .card-b {
    top: 280px;
  }

  .diagnosis-panel {
    padding: 16px;
    border-radius: 24px;
  }

  .chat-messages {
    min-height: 320px;
    padding: 14px;
  }

  .chat-input {
    padding: 12px;
  }

  .pain-grid,
  .solutions-grid,
  .concept-grid-wrap,
  .process-grid {
    grid-template-columns: 1fr;
  }
}

/* Concept section v4: broader, less niched, more desirable */
.concept-heading-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 24px;
  align-items: end;
}

.concept-heading-row .section-heading {
  max-width: 900px;
}

.concept-note {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035)),
    radial-gradient(circle at 10% 0%, rgba(122, 44, 255, 0.24), transparent 44%),
    radial-gradient(circle at 100% 100%, rgba(255, 27, 45, 0.2), transparent 45%);
  color: #f4edf2;
  backdrop-filter: blur(18px);
}

.concept-note strong {
  display: block;
  margin-bottom: 8px;
  color: #ffc6d1;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.concept-note span {
  display: block;
  color: #dfd2dc;
  line-height: 1.55;
}

.segment-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 10px 0 22px;
}

.segment-strip span {
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  color: #eee5ed;
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(14px);
  font-size: 0.88rem;
  font-weight: 750;
}

.concept-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 18px;
}

.concept-featured {
  min-height: 520px;
  padding: 20px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.035)),
    radial-gradient(circle at 18% 6%, rgba(122, 44, 255, 0.28), transparent 38%),
    radial-gradient(circle at 88% 34%, rgba(255, 27, 45, 0.24), transparent 42%),
    rgba(255, 255, 255, 0.045);
}

.concept-featured .concept-hero {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(135deg, rgba(0, 0, 0, 0.34), rgba(255, 255, 255, 0.05)),
    linear-gradient(120deg, rgba(36, 0, 90, 0.7), rgba(255, 27, 45, 0.42));
}

.concept-featured .concept-hero p {
  margin-bottom: 18px;
}

.concept-featured .concept-hero h3 {
  max-width: 610px;
  font-size: clamp(2rem, 3.4vw, 3.45rem);
  line-height: 0.94;
  letter-spacing: -0.065em;
}

.concept-preview {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 16px 0 18px;
}

.concept-preview span {
  min-height: 74px;
  display: flex;
  align-items: flex-end;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  color: #f5edf3;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.045);
  font-weight: 850;
  line-height: 1.15;
}

.concept-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.mini-concept {
  min-height: 253px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.035)),
    radial-gradient(circle at 10% 0%, rgba(122, 44, 255, 0.2), transparent 48%),
    radial-gradient(circle at 100% 100%, rgba(255, 27, 45, 0.16), transparent 48%);
  backdrop-filter: blur(18px);
}

.mini-concept small {
  color: #ffc3ce;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mini-concept h3 {
  margin: 22px 0;
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.mini-concept span {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

@media (max-width: 980px) {
  .concept-heading-row,
  .concept-showcase {
    grid-template-columns: 1fr;
  }

  .concept-note {
    max-width: 580px;
  }
}

@media (max-width: 640px) {
  .concept-mini-grid,
  .concept-preview {
    grid-template-columns: 1fr;
  }

  .concept-featured {
    min-height: auto;
  }

  .mini-concept {
    min-height: 220px;
  }
}

/* Destaque para botões de orçamento / WhatsApp */
.whatsapp-link {
  position: relative;
  isolation: isolate;
  animation: budgetPulse 1.45s ease-in-out infinite;
}

.whatsapp-link::after {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: inherit;
  pointer-events: none;
  border: 1px solid rgba(255, 68, 120, 0.5);
  opacity: 0;
  transform: scale(0.96);
  animation: budgetRing 1.45s ease-in-out infinite;
}

.chat-footer .whatsapp-link {
  padding: 4px 8px;
  border-radius: 999px;
  color: #fff;
  text-shadow: 0 0 14px rgba(255, 43, 92, 0.78);
}

@keyframes budgetPulse {
  0%, 100% {
    filter: brightness(1);
    box-shadow: 0 0 0 rgba(255, 43, 92, 0);
  }
  50% {
    filter: brightness(1.24);
    box-shadow: 0 0 26px rgba(255, 43, 92, 0.42), 0 0 48px rgba(122, 44, 255, 0.18);
  }
}

@keyframes budgetRing {
  0% {
    opacity: 0;
    transform: scale(0.94);
  }
  45% {
    opacity: 0.95;
  }
  100% {
    opacity: 0;
    transform: scale(1.12);
  }
}

/* Mobile refinement v9: hero mais compacto e experiência melhor no celular */
@media (max-width: 640px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .ambient::after {
    background-size: 46px 46px;
    opacity: 0.65;
  }

  .orb {
    width: 62vw;
    filter: blur(58px);
    opacity: 0.42;
  }

  .glass-plane {
    width: 74vw;
    height: 190px;
    opacity: 0.22;
  }

  .bg-site {
    width: 250px;
    min-height: 185px;
    padding: 10px;
    border-radius: 22px;
    opacity: 0.17;
  }

  .bg-site-one {
    left: -120px;
    top: 130px;
  }

  .bg-site-two {
    right: -115px;
    top: 210px;
  }

  .bg-site-three {
    left: -130px;
    bottom: 210px;
  }

  .bg-site-four {
    right: -130px;
    bottom: 80px;
  }

  .nav {
    width: calc(100% - 22px);
    padding: 12px 0;
    gap: 12px;
  }

  .nav::before {
    inset: 7px -8px;
    border-radius: 24px;
    background: rgba(5, 4, 6, 0.72);
  }

  .nav-brand {
    width: clamp(128px, 37vw, 152px);
  }

  .nav-cta {
    min-width: auto;
    padding: 10px 16px;
    font-size: 0.92rem;
    white-space: nowrap;
  }

  .hero {
    width: calc(100% - 32px);
    gap: 24px;
    padding: 46px 0 28px;
  }

  .eyebrow {
    max-width: 100%;
    margin-bottom: 14px;
    font-size: 0.68rem;
    line-height: 1.35;
    letter-spacing: 0.095em;
  }

  h1 {
    max-width: 100%;
    margin-bottom: 18px;
    font-size: clamp(2.55rem, 11.7vw, 3.35rem);
    line-height: 0.94;
    letter-spacing: -0.061em;
  }

  .hero-copy p,
  .section-heading p,
  .final-cta p {
    font-size: 0.98rem;
    line-height: 1.55;
  }

  .hero-copy p {
    margin-bottom: 22px;
  }

  .primary-btn,
  .secondary-btn {
    min-height: 52px;
    padding: 14px 18px;
    font-size: 1rem;
  }

  .proof-row {
    gap: 8px;
    margin-top: 18px;
  }

  .proof-row span {
    padding: 8px 10px;
    font-size: 0.78rem;
  }

  .hero-visual {
    min-height: 330px;
    margin-top: 4px;
  }

  .logo-stage {
    inset: 0 6% auto;
    padding: 18px;
    border-radius: 24px;
    transform: rotateY(-3deg) rotateX(3deg);
  }

  .hero-logo {
    width: min(315px, 86%);
  }

  .glass-device {
    left: 4%;
    right: 3%;
    bottom: 0;
    min-height: 235px;
    padding: 16px;
    border-radius: 24px;
    transform: rotateY(-6deg) rotateX(3deg) rotateZ(-1.5deg);
  }

  .device-top {
    height: 32px;
    border-radius: 13px;
  }

  .device-title {
    margin: 28px 0 16px;
    padding: 8px 12px;
    font-size: 0.72rem;
  }

  .device-line {
    height: 9px;
  }

  .device-cards {
    gap: 8px;
    margin-top: 22px;
  }

  .device-cards span {
    height: 54px;
    border-radius: 14px;
  }

  .floating-card {
    width: 156px;
    padding: 12px;
    border-radius: 18px;
  }

  .floating-card small {
    font-size: 0.66rem;
  }

  .floating-card strong {
    margin: 6px 0;
    font-size: 0.88rem;
    line-height: 1.15;
  }

  .floating-card span {
    font-size: 0.74rem;
    line-height: 1.35;
  }

  .card-a {
    left: 0;
    top: 132px;
  }

  .card-b {
    right: 0;
    top: 220px;
  }

  .diagnosis-panel,
  .pain-section,
  .solutions-section,
  .concept-section,
  .process-section,
  .final-cta,
  footer {
    width: calc(100% - 32px);
  }

  .diagnosis-panel {
    padding: 14px;
    border-radius: 24px;
  }

  .panel-header {
    gap: 14px;
    margin-bottom: 16px;
  }

  .panel-header h2,
  .section-heading h2,
  .final-cta h2 {
    font-size: clamp(1.85rem, 9vw, 2.55rem);
    line-height: 1;
    letter-spacing: -0.052em;
  }

  .status-pill {
    width: max-content;
    padding: 8px 10px;
    font-size: 0.76rem;
  }

  .chat-shell {
    border-radius: 22px;
  }

  .chat-messages {
    min-height: 280px;
    max-height: 430px;
    gap: 12px;
    padding: 14px;
  }

  .message-bubble {
    max-width: 94%;
    padding: 13px 14px;
    font-size: 0.94rem;
    line-height: 1.5;
    border-radius: 17px;
  }

  .quick-row {
    gap: 7px;
    padding: 0 14px 14px;
  }

  .quick-row button {
    padding: 8px 10px;
    font-size: 0.82rem;
  }

  .chat-input {
    gap: 8px;
    padding: 12px;
  }

  .chat-input input {
    min-height: 50px;
    padding: 13px 14px;
    font-size: 0.92rem;
  }

  .chat-input button {
    min-width: 72px;
    height: 50px;
    font-size: 0.9rem;
  }

  .chat-footer {
    gap: 10px;
    padding: 0 14px 14px;
    font-size: 0.78rem;
  }

  .chat-footer .whatsapp-link {
    align-self: flex-start;
  }

  .lead-disclaimer {
    margin: -6px 14px 14px;
    font-size: 0.69rem;
  }

  .pain-section,
  .solutions-section,
  .concept-section,
  .process-section,
  .final-cta {
    padding-top: 68px;
  }

  .pain-item,
  .solution-card,
  .process-card,
  .mini-concept,
  .concept-card,
  .concept-note {
    border-radius: 22px;
  }

  .pain-item {
    min-height: auto;
    padding: 16px;
  }

  .solution-card,
  .process-card {
    padding: 20px;
  }

  .concept-heading-row {
    gap: 16px;
  }

  .segment-strip {
    gap: 8px;
    margin-bottom: 18px;
  }

  .segment-strip span {
    padding: 8px 10px;
    font-size: 0.78rem;
  }

  .concept-featured {
    padding: 14px;
  }

  .concept-featured .concept-hero {
    min-height: 190px;
  }

  .concept-featured .concept-hero h3 {
    font-size: clamp(1.75rem, 8.5vw, 2.45rem);
  }

  .concept-preview span {
    min-height: 58px;
    padding: 12px;
    font-size: 0.9rem;
  }

  .mini-concept {
    min-height: auto;
    padding: 18px;
  }

  .mini-concept h3 {
    margin: 18px 0;
    font-size: 1.34rem;
  }

  .process-card span {
    margin-bottom: 24px;
  }

  .cta-glass {
    border-radius: 26px;
  }
}

@media (max-width: 390px) {
  h1 {
    font-size: clamp(2.35rem, 11.2vw, 3rem);
  }

  .nav-brand {
    width: 124px;
  }

  .nav-cta {
    padding: 9px 13px;
    font-size: 0.86rem;
  }

  .hero-visual {
    min-height: 305px;
  }

  .floating-card {
    width: 145px;
  }

  .card-b {
    top: 210px;
  }
}

.inline-lead-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 14px 24px 4px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(86, 20, 180, 0.42), rgba(238, 28, 92, 0.22)),
    rgba(255, 255, 255, 0.06);
  box-shadow: 0 20px 80px rgba(236, 24, 98, 0.14);
}

.inline-lead-card[hidden] {
  display: none;
}

.inline-lead-card strong,
.inline-lead-card span {
  display: block;
}

.inline-lead-card strong {
  color: #fff8f9;
  font-size: 1rem;
  line-height: 1.2;
}

.inline-lead-card span {
  margin-top: 6px;
  color: rgba(255, 247, 249, 0.68);
  font-size: 0.88rem;
  line-height: 1.45;
}

.inline-lead-card button {
  border: 0;
  border-radius: 999px;
  padding: 13px 18px;
  color: #fff;
  font-weight: 900;
  white-space: nowrap;
  cursor: pointer;
  background: linear-gradient(100deg, #4b0cae, #8327ff 45%, #ed1b5f);
  box-shadow: 0 0 34px rgba(237, 27, 95, 0.35);
}

body.modal-open {
  overflow: hidden;
}

.lead-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(4, 0, 10, 0.72);
  backdrop-filter: blur(18px);
}

.lead-modal[hidden] {
  display: none;
}

.lead-modal-card {
  position: relative;
  width: min(560px, 100%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 34px;
  padding: 34px;
  background:
    radial-gradient(circle at 15% 0%, rgba(123, 43, 255, 0.34), transparent 42%),
    radial-gradient(circle at 100% 12%, rgba(255, 25, 88, 0.28), transparent 44%),
    rgba(17, 14, 22, 0.94);
  box-shadow: 0 40px 140px rgba(0, 0, 0, 0.62), 0 0 80px rgba(239, 25, 94, 0.18);
}

.lead-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}

.lead-modal-card h2 {
  margin: 12px 0 12px;
  max-width: 440px;
  color: #fff7f9;
  font-size: clamp(1.65rem, 4vw, 2.35rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.lead-modal-card p {
  margin: 0 0 22px;
  color: rgba(255, 247, 249, 0.68);
  line-height: 1.55;
}

.lead-capture-form {
  display: grid;
  gap: 14px;
}

.lead-capture-form label {
  display: grid;
  gap: 8px;
  color: rgba(255, 247, 249, 0.72);
  font-size: 0.9rem;
  font-weight: 800;
}

.lead-capture-form input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  padding: 15px 16px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font: inherit;
  outline: none;
}

.lead-capture-form input:focus {
  border-color: rgba(255, 85, 154, 0.75);
  box-shadow: 0 0 0 4px rgba(238, 28, 92, 0.12);
}

.lead-modal-error {
  min-height: 20px;
  margin: 0;
  color: #ff9fbf !important;
  font-size: 0.86rem;
  font-weight: 800;
}

.lead-submit {
  width: 100%;
  justify-content: center;
  border: 0;
  margin-top: 4px;
  cursor: pointer;
}

.lead-skip {
  border: 0;
  background: transparent;
  color: rgba(255, 247, 249, 0.62);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  padding: 8px;
}

.lead-skip:hover {
  color: #fff;
}

@media (max-width: 620px) {
  .inline-lead-card {
    align-items: stretch;
    flex-direction: column;
    margin: 12px 14px 2px;
    padding: 16px;
    border-radius: 20px;
  }

  .inline-lead-card button {
    width: 100%;
  }

  .lead-modal {
    align-items: end;
    padding: 10px;
  }

  .lead-modal-card {
    border-radius: 28px;
    padding: 26px 20px 22px;
  }

  .lead-modal-card h2 {
    max-width: 320px;
  }
}
