:root {
  --cream: #fff8ee;
  --linen: #f7ead9;
  --mint: #dff7ef;
  --aqua: #bfeee7;
  --peach: #ffd9b5;
  --amber: #ffb35c;
  --green: #1fae75;
  --ink: #13202a;
  --ink-soft: #405160;
  --muted: #6f7d87;
  --line: rgba(35, 54, 66, 0.12);
  --glass: rgba(255, 255, 255, 0.6);
  --glass-strong: rgba(255, 255, 255, 0.86);
  --shadow: 0 28px 70px rgba(58, 80, 96, 0.16);
  --deep-shadow: 0 40px 100px rgba(24, 62, 73, 0.22);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --font-display: "Space Grotesk", "Manrope", sans-serif;
  --font-body: "Manrope", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  font-family: var(--font-body);
  background:
    radial-gradient(circle at 15% 10%, rgba(255, 196, 137, 0.42), transparent 28rem),
    radial-gradient(circle at 85% 15%, rgba(151, 231, 218, 0.55), transparent 30rem),
    linear-gradient(135deg, #fffaf2 0%, #edf8f6 52%, #f8fbff 100%);
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

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

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

.container {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
}

.ambient-stage {
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #ffad5f, #1fae75, #53cfe1);
  box-shadow: 0 0 28px rgba(31, 174, 117, 0.38);
  transform: scaleX(0);
  transform-origin: left;
}

.cursor-glow {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 34rem;
  height: 34rem;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(31, 174, 117, 0.16), rgba(83, 207, 225, 0.08) 34%, transparent 68%);
  opacity: 0;
  filter: blur(10px);
  transform: translate(-50%, -50%);
  transition: opacity 260ms ease;
  mix-blend-mode: multiply;
}

body.has-pointer .cursor-glow {
  opacity: 1;
}

.light {
  position: absolute;
  border-radius: 999px;
  filter: blur(22px);
  opacity: 0.8;
  transform: translateZ(0);
}

.light-1 {
  width: 34rem;
  height: 34rem;
  left: -8rem;
  top: -8rem;
  background: radial-gradient(circle, rgba(255, 177, 103, 0.54), transparent 68%);
  animation: drift 18s ease-in-out infinite;
}

.light-2 {
  width: 38rem;
  height: 38rem;
  right: -12rem;
  top: 3rem;
  background: radial-gradient(circle, rgba(112, 226, 211, 0.52), transparent 70%);
  animation: drift 22s ease-in-out infinite reverse;
}

.light-3 {
  width: 28rem;
  height: 28rem;
  left: 40%;
  bottom: -11rem;
  background: radial-gradient(circle, rgba(255, 213, 150, 0.5), transparent 68%);
  animation: floatGlow 16s ease-in-out infinite;
}

.aurora {
  position: absolute;
  width: 34rem;
  height: 9rem;
  border-radius: 999px;
  opacity: 0.52;
  filter: blur(16px);
  mix-blend-mode: multiply;
  transform-origin: center;
}

.aurora-1 {
  left: 8%;
  top: 24%;
  background: linear-gradient(90deg, rgba(255, 195, 124, 0), rgba(255, 195, 124, 0.48), rgba(77, 207, 183, 0));
  animation: auroraSweep 19s ease-in-out infinite;
}

.aurora-2 {
  right: 2%;
  top: 58%;
  background: linear-gradient(90deg, rgba(83, 207, 225, 0), rgba(83, 207, 225, 0.36), rgba(255, 179, 92, 0));
  animation: auroraSweep 23s ease-in-out infinite reverse;
}

.beam {
  position: absolute;
  width: 42rem;
  height: 8rem;
  border-radius: 999px;
  opacity: 0.2;
  filter: blur(10px);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.75), transparent);
  transform-origin: center;
}

.beam-1 {
  left: -12rem;
  top: 18%;
  transform: rotate(-18deg);
  animation: beamSweep 14s ease-in-out infinite;
}

.beam-2 {
  right: -14rem;
  bottom: 17%;
  transform: rotate(16deg);
  animation: beamSweep 17s ease-in-out infinite reverse;
}

.particle {
  position: absolute;
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(31, 174, 117, 0.22);
  box-shadow: 0 0 28px rgba(31, 174, 117, 0.24);
}

.particle-1 {
  left: 14%;
  top: 38%;
  animation: particleFloat 11s ease-in-out infinite;
}

.particle-2 {
  right: 17%;
  top: 30%;
  width: 0.8rem;
  height: 0.8rem;
  animation: particleFloat 13s ease-in-out infinite reverse;
}

.particle-3 {
  left: 47%;
  top: 18%;
  animation: particleFloat 15s ease-in-out infinite;
}

.particle-4 {
  right: 30%;
  bottom: 18%;
  width: 0.7rem;
  height: 0.7rem;
  animation: particleFloat 12s ease-in-out infinite reverse;
}

.mesh {
  position: absolute;
  inset: -20%;
  background-image:
    linear-gradient(rgba(19, 32, 42, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(19, 32, 42, 0.045) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: radial-gradient(circle at 50% 22%, black 0%, transparent 72%);
  transform: perspective(900px) rotateX(56deg) translateY(-10%);
  transform-origin: top;
}

.grain {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255,255,255,0.38) 0 1px, transparent 1px),
    radial-gradient(circle at 70% 65%, rgba(19,32,42,0.05) 0 1px, transparent 1px);
  background-size: 34px 34px, 46px 46px;
  opacity: 0.4;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.65);
  background: rgba(255, 248, 238, 0.74);
  backdrop-filter: blur(20px) saturate(1.25);
  box-shadow: 0 12px 40px rgba(31, 61, 75, 0.06);
}

.header-inner,
.footer-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-width: max-content;
}

.brand-logo {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  box-shadow: 0 16px 32px rgba(31, 174, 117, 0.18);
}

.brand span {
  display: grid;
  gap: 0.12rem;
}

.brand strong {
  font-family: var(--font-display);
  font-size: 1.08rem;
  letter-spacing: -0.03em;
}

.brand small {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  color: var(--ink-soft);
  font-weight: 800;
  font-size: 0.88rem;
}

.site-nav a {
  position: relative;
  padding: 0.6rem 0;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.25rem;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--amber), var(--green));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.site-nav a:hover::after {
  transform: scaleX(1);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.74);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.menu-toggle span {
  width: 18px;
  height: 2px;
  border-radius: 99px;
  background: var(--ink);
  transition: transform 180ms ease;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border-radius: 999px;
  padding: 0 1.25rem;
  border: 1px solid transparent;
  font-weight: 900;
  line-height: 1;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
  cursor: pointer;
}

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

.button-primary {
  background: linear-gradient(135deg, #13202a, #20576a 46%, #1fae75);
  color: #fff;
  box-shadow: 0 20px 44px rgba(31, 112, 104, 0.26);
}

.button-soft,
.button-glass {
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(19, 32, 42, 0.1);
  color: var(--ink);
  box-shadow: 0 16px 34px rgba(48, 70, 82, 0.1);
}

.whatsapp-float {
  position: fixed;
  right: 1.15rem;
  bottom: 1.15rem;
  z-index: 60;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.85rem 1rem;
  border-radius: 999px;
  color: #fff;
  font-weight: 900;
  background: linear-gradient(135deg, #20c767, #0a9f62);
  box-shadow: 0 22px 50px rgba(15, 150, 89, 0.34);
}

.whatsapp-float svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}

.hero {
  min-height: clamp(760px, calc(100vh - 82px), 960px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.92fr);
  align-items: center;
  gap: 3.2rem;
  padding: 5rem 0 4.4rem;
  position: relative;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 8% -5% auto;
  height: 38%;
  border-radius: 999px;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.38), transparent);
  transform: rotate(-7deg) translateX(-40%);
  animation: heroSweep 8s ease-in-out infinite;
  pointer-events: none;
}

.hero-copy {
  min-width: 0;
  max-width: 100%;
}

.kicker,
.overline {
  display: inline-flex;
  align-items: center;
  gap: 0.62rem;
  margin: 0 0 1rem;
  color: #8a4f16;
  font-size: 0.78rem;
  font-weight: 1000;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.kicker {
  max-width: 100%;
  flex-wrap: wrap;
  padding: 0.62rem 0.86rem;
  border: 1px solid rgba(255, 178, 92, 0.3);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 18px 50px rgba(255, 179, 92, 0.18);
  line-height: 1.35;
}

.kicker span,
.overline::before {
  content: "";
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--amber), var(--green));
  box-shadow: 0 0 0 5px rgba(31, 174, 117, 0.1);
}

.hero h1,
.section-heading h2,
.split-copy h2,
.final-cta h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(3.4rem, 7.4vw, 7.4rem);
  line-height: 0.88;
  letter-spacing: -0.075em;
  color: var(--ink);
}

.hero h1 span {
  display: block;
  background: linear-gradient(100deg, #1fae75 0%, #22687d 50%, #d97706 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.mobile-break {
  display: none;
}

.hero-text,
.section-heading p,
.split-copy p,
.story-card p,
.feature-card p,
.proof-card p,
.final-cta p,
.comparison-card li {
  color: var(--ink-soft);
  font-size: 1.04rem;
  line-height: 1.85;
}

.hero-text {
  max-width: 680px;
  margin: 1.4rem 0 0;
  font-size: 1.15rem;
  overflow-wrap: break-word;
}

.hero-actions,
.signal-row,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.hero-actions {
  margin-top: 2rem;
}

.signal-row {
  margin-top: 1.35rem;
}

.signal-row span {
  padding: 0.7rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(19, 32, 42, 0.08);
  background: rgba(255, 255, 255, 0.54);
  color: var(--muted);
  font-weight: 800;
  font-size: 0.88rem;
  animation: chipFloat 6s ease-in-out infinite;
}

.signal-row span:nth-child(2) {
  animation-delay: 180ms;
}

.signal-row span:nth-child(3) {
  animation-delay: 360ms;
}

.signal-row span:nth-child(4) {
  animation-delay: 540ms;
}

.signal-row span:nth-child(5) {
  animation-delay: 720ms;
}

.hero-scene {
  min-height: 660px;
  position: relative;
  perspective: 1400px;
  transform-style: preserve-3d;
}

.hero-scene::before,
.hero-scene::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  border: 1px solid rgba(31, 174, 117, 0.18);
  transform: rotateX(66deg) rotateZ(-12deg);
  pointer-events: none;
}

.hero-scene::before {
  inset: 7% 5% 18%;
  box-shadow: inset 0 0 34px rgba(255, 179, 92, 0.08);
  animation: orbitPulse 8s ease-in-out infinite;
}

.hero-scene::after {
  inset: 18% 14% 28%;
  border-color: rgba(255, 179, 92, 0.18);
  animation: orbitPulse 8s ease-in-out infinite reverse;
}

.scene-halo {
  position: absolute;
  inset: 10% 0 0;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255,255,255,0.92) 0%, rgba(255,255,255,0.35) 36%, transparent 68%),
    conic-gradient(from 180deg, rgba(255,179,92,0.22), rgba(31,174,117,0.23), rgba(44,129,158,0.18), rgba(255,179,92,0.22));
  filter: blur(3px);
  transform: rotateX(62deg) translateY(10rem) scale(1.05);
}

.phone-3d,
.dashboard-3d,
.floating-card,
.story-card,
.feature-card,
.proof-card,
.final-cta,
.comparison-card,
.dashboard-showcase {
  border: 1px solid rgba(255, 255, 255, 0.78);
  background: linear-gradient(145deg, rgba(255,255,255,0.9), rgba(255,255,255,0.46));
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.phone-3d {
  position: absolute;
  left: 3%;
  top: 8%;
  width: min(310px, 44vw);
  min-height: 570px;
  border-radius: 42px;
  padding: 1.1rem;
  transform: rotateY(-19deg) rotateX(7deg) rotateZ(-5deg) translateZ(70px);
  box-shadow: var(--deep-shadow);
  animation: hoverPhone 6s ease-in-out infinite;
}

.phone-top {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.35rem 1rem;
  color: var(--muted);
}

.phone-top span {
  width: 34px;
  height: 34px;
  border-radius: 13px;
  background: linear-gradient(135deg, var(--amber), var(--green));
}

.phone-top strong {
  color: var(--ink);
  margin-left: auto;
}

.phone-top small {
  color: var(--green);
  font-weight: 900;
}

.chat {
  display: grid;
  gap: 0.8rem;
  padding: 1rem;
  min-height: 480px;
  border-radius: 30px;
  background:
    linear-gradient(rgba(255,255,255,0.82), rgba(255,255,255,0.62)),
    repeating-linear-gradient(135deg, transparent 0 14px, rgba(31,174,117,0.045) 14px 15px);
}

.bubble {
  width: fit-content;
  max-width: 92%;
  padding: 0.85rem 0.95rem;
  border-radius: 20px;
  font-weight: 800;
  line-height: 1.5;
  box-shadow: 0 12px 26px rgba(31, 61, 75, 0.08);
}

.bubble.customer {
  justify-self: end;
  color: #fff;
  background: linear-gradient(135deg, #1fae75, #15745a);
}

.bubble.ai {
  color: var(--ink);
  background: #fff;
}

.bubble.small {
  font-size: 0.9rem;
}

.bubble.accent {
  border: 1px solid rgba(255,179,92,0.34);
  background: #fff5e8;
}

.voice-wave,
.mini-wave {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.voice-wave {
  width: fit-content;
  padding: 0.7rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(31, 174, 117, 0.12);
  box-shadow: 0 16px 28px rgba(31, 61, 75, 0.08);
}

.voice-wave i,
.mini-wave i {
  display: block;
  width: 4px;
  height: 18px;
  border-radius: 999px;
  background: linear-gradient(180deg, #1fae75, #53cfe1);
  animation: waveBar 920ms ease-in-out infinite;
}

.voice-wave i:nth-child(2),
.mini-wave i:nth-child(2) {
  animation-delay: 90ms;
  height: 28px;
}

.voice-wave i:nth-child(3),
.mini-wave i:nth-child(3) {
  animation-delay: 180ms;
  height: 14px;
}

.voice-wave i:nth-child(4),
.mini-wave i:nth-child(4) {
  animation-delay: 270ms;
  height: 34px;
}

.voice-wave i:nth-child(5),
.mini-wave i:nth-child(5) {
  animation-delay: 360ms;
  height: 22px;
}

.voice-wave i:nth-child(6),
.mini-wave i:nth-child(6) {
  animation-delay: 450ms;
  height: 30px;
}

.voice-wave i:nth-child(7) {
  animation-delay: 540ms;
  height: 16px;
}

.voice-wave i:nth-child(8) {
  animation-delay: 630ms;
  height: 26px;
}

.dashboard-3d {
  position: absolute;
  right: 1%;
  bottom: 12%;
  width: min(470px, 72vw);
  min-height: 330px;
  border-radius: 34px;
  padding: 1.2rem;
  transform: rotateY(17deg) rotateX(8deg) rotateZ(4deg) translateZ(34px);
  animation: hoverDashboard 7s ease-in-out infinite;
}

.dash-top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  padding-bottom: 1rem;
}

.dash-top span {
  color: var(--muted);
  font-weight: 900;
}

.dash-top strong {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.live-dot {
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 999px;
  background: #1fae75;
  box-shadow: 0 0 0 0 rgba(31, 174, 117, 0.48);
  animation: livePulse 1.6s ease-out infinite;
}

.dash-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.85rem;
}

.dash-grid div {
  padding: 1rem;
  border-radius: 22px;
  background: rgba(255,255,255,0.68);
  border: 1px solid var(--line);
}

.dash-grid small {
  display: block;
  color: var(--muted);
  font-weight: 900;
}

.dash-grid b {
  display: block;
  margin-top: 0.35rem;
  font-family: var(--font-display);
  font-size: 2rem;
}

.dash-bars {
  display: grid;
  gap: 0.55rem;
  margin-top: 1rem;
}

.dash-bars span {
  display: block;
  width: var(--w);
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--amber), var(--green), #53cfe1, var(--green));
  background-size: 220% 100%;
  animation: barFlow 3.8s ease-in-out infinite;
}

.floating-card {
  position: absolute;
  border-radius: 999px;
  padding: 0.8rem 1rem;
  color: var(--ink);
  font-weight: 1000;
  font-size: 0.86rem;
}

.card-one {
  right: 5%;
  top: 7%;
  animation: bob 5s ease-in-out infinite;
}

.card-two {
  left: 0;
  bottom: 4%;
  animation: bob 5.8s ease-in-out infinite reverse;
}

.card-three {
  right: 8%;
  bottom: 1%;
  animation: bob 6.2s ease-in-out infinite;
}

.floating-ticket {
  position: absolute;
  right: 28%;
  top: 44%;
  z-index: 4;
  display: grid;
  gap: 0.2rem;
  min-width: 148px;
  padding: 0.95rem;
  border-radius: 22px;
  color: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.84);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.9), rgba(255,255,255,0.54)),
    radial-gradient(circle at 15% 10%, rgba(255, 179, 92, 0.34), transparent 8rem);
  box-shadow: 0 24px 54px rgba(31, 61, 75, 0.14);
  backdrop-filter: blur(18px);
  transform: rotate(-5deg);
  animation: ticketFloat 5.4s ease-in-out infinite;
}

.floating-ticket span,
.floating-ticket small {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.floating-ticket strong {
  font-family: var(--font-display);
  font-size: 1.85rem;
  letter-spacing: -0.06em;
}

.cinema-strip {
  padding: 1rem 0;
}

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

.metric-track div {
  min-height: 130px;
  padding: 1.4rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(255,255,255,0.78);
  box-shadow: 0 16px 40px rgba(58, 80, 96, 0.08);
}

.metric-track strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.6rem);
  letter-spacing: -0.08em;
}

.metric-track span {
  display: block;
  color: var(--muted);
  font-weight: 900;
}

.section {
  padding: 6.5rem 0;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 2rem;
}

.section-heading h2,
.split-copy h2,
.final-cta h2 {
  font-size: clamp(2.25rem, 4.8vw, 4.8rem);
  line-height: 0.96;
}

.immersion-section {
  position: relative;
}

.flow-theatre {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: 44px;
  padding: clamp(1rem, 4vw, 2rem);
  border: 1px solid rgba(255, 255, 255, 0.82);
  background:
    radial-gradient(circle at 16% 22%, rgba(255, 179, 92, 0.26), transparent 20rem),
    radial-gradient(circle at 88% 34%, rgba(31, 174, 117, 0.22), transparent 24rem),
    linear-gradient(145deg, rgba(255,255,255,0.78), rgba(255,255,255,0.42));
  box-shadow: var(--deep-shadow);
  backdrop-filter: blur(20px);
}

.flow-theatre::before {
  content: "";
  position: absolute;
  inset: 9%;
  border-radius: 999px;
  border: 1px solid rgba(31, 174, 117, 0.14);
  transform: rotate(-8deg);
}

.flow-node {
  position: absolute;
  z-index: 2;
  display: grid;
  gap: 0.55rem;
  width: min(270px, 42%);
  padding: 1.15rem;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.84);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 20px 48px rgba(31, 61, 75, 0.12);
  backdrop-filter: blur(16px);
}

.flow-node span {
  color: #8a4f16;
  font-size: 0.74rem;
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.flow-node strong {
  font-family: var(--font-display);
  font-size: 1.18rem;
  letter-spacing: -0.04em;
}

.flow-node small {
  color: var(--muted);
  font-weight: 800;
  line-height: 1.55;
}

.node-voice {
  left: 5%;
  top: 12%;
}

.node-ai {
  right: 8%;
  top: 17%;
}

.node-ticket {
  left: 13%;
  bottom: 12%;
}

.node-staff {
  right: 6%;
  bottom: 9%;
}

.flow-line {
  position: absolute;
  z-index: 1;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(31, 174, 117, 0.74), rgba(255, 179, 92, 0.62), transparent);
  transform-origin: left;
  animation: pulseLine 2.5s ease-in-out infinite;
}

.flow-line::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 999px;
  background: #1fae75;
  box-shadow: 0 0 24px rgba(31, 174, 117, 0.62);
  transform: translateY(-50%);
  animation: flowDot 2.5s ease-in-out infinite;
}

.line-1 {
  left: 28%;
  top: 28%;
  width: 35%;
  transform: rotate(9deg);
}

.line-2 {
  left: 37%;
  top: 52%;
  width: 28%;
  transform: rotate(103deg);
  animation-delay: 220ms;
}

.line-3 {
  left: 33%;
  bottom: 31%;
  width: 35%;
  transform: rotate(-9deg);
  animation-delay: 420ms;
}

.story-grid,
.feature-grid,
.proof-grid {
  display: grid;
  gap: 1rem;
}

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

.story-card,
.feature-card,
.proof-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  padding: 1.45rem;
}

.story-card::after,
.feature-card::after,
.proof-card::after,
.scenario-card::before,
.insight-grid article::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(115deg, transparent 0 38%, rgba(255,255,255,0.34) 48%, transparent 58% 100%);
  transform: translateX(-125%);
  animation: cardSheen 7s ease-in-out infinite;
  pointer-events: none;
}

.feature-card::after {
  animation-delay: 450ms;
}

.proof-card::after {
  animation-delay: 900ms;
}

.story-number {
  display: inline-flex;
  margin-bottom: 1.6rem;
  color: #b66a1f;
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 1000;
}

.story-card h3,
.feature-card h3,
.proof-card strong,
.comparison-card h3 {
  margin: 0 0 0.65rem;
  font-family: var(--font-display);
  font-size: 1.34rem;
  letter-spacing: -0.04em;
}

.wide-panel {
  padding: 4rem;
  border-radius: 44px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.78), rgba(255,255,255,0.38)),
    radial-gradient(circle at 85% 0%, rgba(31,174,117,0.18), transparent 28rem),
    radial-gradient(circle at 10% 100%, rgba(255,179,92,0.24), transparent 25rem);
  border: 1px solid rgba(255,255,255,0.78);
  box-shadow: var(--shadow);
}

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

.feature-orb {
  width: 52px;
  height: 52px;
  margin-bottom: 1.1rem;
  border-radius: 18px;
  background:
    radial-gradient(circle at 30% 28%, #fff, transparent 24%),
    linear-gradient(135deg, var(--amber), var(--green));
  box-shadow: 0 16px 34px rgba(31, 174, 117, 0.18);
  animation: orbBreathe 4.8s ease-in-out infinite;
}

.split-section {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 2rem;
  align-items: center;
}

.dashboard-showcase {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  transform: perspective(1300px) rotateY(-8deg) rotateX(5deg);
}

.dashboard-showcase img {
  width: 100%;
  transform: scale(1.02);
}

.shine {
  position: absolute;
  inset: -40% 20% auto auto;
  width: 55%;
  height: 160%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.46), transparent);
  transform: rotate(20deg);
  animation: shine 6s ease-in-out infinite;
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 1.4rem 0 0;
  display: grid;
  gap: 0.75rem;
}

.check-list li {
  position: relative;
  padding: 0.95rem 1rem 0.95rem 2.55rem;
  border-radius: 18px;
  background: rgba(255,255,255,0.58);
  border: 1px solid rgba(19,32,42,0.08);
  color: var(--ink-soft);
  font-weight: 800;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 1.18rem;
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--amber), var(--green));
}

.demo-room {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 2rem;
  align-items: start;
}

.demo-copy {
  position: sticky;
  top: 110px;
}

.demo-copy h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4.4vw, 4.4rem);
  line-height: 0.96;
  letter-spacing: -0.07em;
}

.demo-copy p {
  color: var(--ink-soft);
  font-size: 1.04rem;
  line-height: 1.85;
}

.scenario-wall {
  display: grid;
  gap: 1rem;
}

.scenario-card {
  position: relative;
  overflow: hidden;
  min-height: 190px;
  padding: 1.35rem;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.84), rgba(255,255,255,0.48)),
    radial-gradient(circle at 96% 8%, rgba(31, 174, 117, 0.16), transparent 12rem);
  box-shadow: 0 18px 48px rgba(31, 61, 75, 0.1);
  backdrop-filter: blur(16px);
}

.scenario-card::after {
  content: "";
  position: absolute;
  right: -2rem;
  bottom: -2rem;
  width: 8rem;
  height: 8rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 179, 92, 0.24), transparent 68%);
}

.scenario-card::before {
  z-index: 1;
}

.scenario-card > * {
  position: relative;
  z-index: 2;
}

.scenario-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 16px;
  color: #fff;
  font-family: var(--font-display);
  font-weight: 1000;
  background: linear-gradient(135deg, var(--amber), var(--green));
  box-shadow: 0 14px 30px rgba(31, 174, 117, 0.2);
}

.scenario-card h3 {
  margin: 1rem 0 0.45rem;
  font-family: var(--font-display);
  font-size: 1.35rem;
  letter-spacing: -0.04em;
}

.scenario-card p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.7;
  font-weight: 700;
}

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

.proof-card {
  min-height: 220px;
}

.proof-card strong {
  display: block;
}

.comparison-card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  border-radius: 38px;
  padding: 1rem;
}

.comparison-card > div {
  padding: 2rem;
  border-radius: 30px;
  background: rgba(255,255,255,0.54);
  border: 1px solid rgba(19,32,42,0.08);
}

.comparison-card ul {
  margin: 1rem 0 0;
  padding-left: 1.2rem;
}

.insight-panel {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1.2rem;
  margin-top: 1.2rem;
  padding: 1rem;
  border-radius: 38px;
  border: 1px solid rgba(255,255,255,0.78);
  background:
    radial-gradient(circle at 12% 16%, rgba(255, 179, 92, 0.25), transparent 19rem),
    radial-gradient(circle at 88% 22%, rgba(31, 174, 117, 0.22), transparent 20rem),
    rgba(255,255,255,0.62);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.insight-copy {
  padding: 2rem;
  border-radius: 30px;
  background: rgba(255,255,255,0.52);
  border: 1px solid rgba(19,32,42,0.08);
}

.insight-copy h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.2vw, 3.2rem);
  line-height: 0.98;
  letter-spacing: -0.065em;
}

.insight-copy p {
  margin: 1rem 0 0;
  color: var(--ink-soft);
  line-height: 1.8;
  font-size: 1rem;
}

.insight-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.85rem;
}

.insight-grid article {
  position: relative;
  overflow: hidden;
  min-height: 180px;
  display: grid;
  align-content: space-between;
  gap: 0.9rem;
  padding: 1.25rem;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,0.84);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.86), rgba(255,255,255,0.5)),
    radial-gradient(circle at 90% 10%, rgba(255,179,92,0.18), transparent 9rem);
  box-shadow: 0 16px 40px rgba(31, 61, 75, 0.09);
}

.insight-grid article::before {
  animation-delay: 600ms;
}

.insight-grid article:nth-child(even) {
  background:
    linear-gradient(145deg, rgba(255,255,255,0.86), rgba(255,255,255,0.5)),
    radial-gradient(circle at 90% 10%, rgba(31,174,117,0.18), transparent 9rem);
}

.insight-grid span {
  color: #8a4f16;
  font-size: 0.74rem;
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.insight-grid strong {
  font-family: var(--font-display);
  font-size: clamp(2.3rem, 4vw, 4rem);
  line-height: 0.9;
  letter-spacing: -0.08em;
}

.insight-grid small {
  color: var(--ink-soft);
  font-weight: 800;
  line-height: 1.55;
}

.final-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 2rem;
  border-radius: 42px;
  padding: clamp(1.4rem, 4vw, 3rem);
  background:
    radial-gradient(circle at 15% 0%, rgba(255,179,92,0.34), transparent 22rem),
    radial-gradient(circle at 88% 30%, rgba(31,174,117,0.28), transparent 24rem),
    rgba(255,255,255,0.66);
}

.site-footer {
  padding: 1.2rem 0 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.68);
  background: rgba(255,248,238,0.58);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.9rem 1.2rem;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
}

.footer-links a:hover {
  color: var(--ink);
}

.legal-page {
  padding-top: 4rem;
}

.legal-contact,
.legal-card {
  border: 1px solid rgba(255,255,255,0.78);
  background: rgba(255,255,255,0.66);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.legal-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.4rem;
  border-radius: 24px;
  padding: 1rem 1.2rem;
  color: var(--ink-soft);
  margin-bottom: 1rem;
}

.legal-card {
  border-radius: 28px;
  padding: 1.6rem;
}

.legal-card + .legal-card {
  margin-top: 1rem;
}

.legal-page h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 6vw, 5.8rem);
  line-height: 0.9;
  letter-spacing: -0.075em;
}

.legal-card h2 {
  margin-top: 0;
  font-family: var(--font-display);
  letter-spacing: -0.04em;
}

.legal-card p {
  color: var(--ink-soft);
  line-height: 1.8;
}

.reveal {
  opacity: 0;
  transform: translateY(34px) scale(0.98);
  transition: opacity 760ms cubic-bezier(.2,.8,.2,1), transform 760ms cubic-bezier(.2,.8,.2,1);
  will-change: opacity, transform;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.delay-1 {
  transition-delay: 100ms;
}

.delay-2 {
  transition-delay: 190ms;
}

.delay-3 {
  transition-delay: 280ms;
}

@keyframes drift {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(2.4rem, 1.6rem, 0) scale(1.08); }
}

@keyframes floatGlow {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2rem); }
}

@keyframes auroraSweep {
  0%, 100% { transform: translate3d(-2rem, 0, 0) rotate(-13deg) scaleX(0.94); }
  50% { transform: translate3d(3rem, 1.2rem, 0) rotate(8deg) scaleX(1.14); }
}

@keyframes beamSweep {
  0%, 100% { opacity: 0.08; translate: -4rem 0; }
  50% { opacity: 0.25; translate: 7rem 2rem; }
}

@keyframes heroSweep {
  0%, 40% { transform: rotate(-7deg) translateX(-64%); opacity: 0; }
  55% { opacity: 0.42; }
  100% { transform: rotate(-7deg) translateX(64%); opacity: 0; }
}

@keyframes particleFloat {
  0%, 100% { transform: translate3d(0, 0, 0); opacity: 0.35; }
  50% { transform: translate3d(0.8rem, -1.4rem, 0); opacity: 0.95; }
}

@keyframes orbitPulse {
  0%, 100% { opacity: 0.4; filter: blur(0); }
  50% { opacity: 0.78; filter: blur(1px); }
}

@keyframes waveBar {
  0%, 100% { transform: scaleY(0.54); opacity: 0.66; }
  50% { transform: scaleY(1); opacity: 1; }
}

@keyframes chipFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

@keyframes livePulse {
  0% { box-shadow: 0 0 0 0 rgba(31, 174, 117, 0.48); }
  72%, 100% { box-shadow: 0 0 0 12px rgba(31, 174, 117, 0); }
}

@keyframes barFlow {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

@keyframes flowDot {
  0% { left: 0; right: auto; opacity: 0; }
  15% { opacity: 1; }
  85% { opacity: 1; }
  100% { left: calc(100% - 0.7rem); right: auto; opacity: 0; }
}

@keyframes hoverPhone {
  0%, 100% { transform: rotateY(-19deg) rotateX(7deg) rotateZ(-5deg) translateY(0) translateZ(70px); }
  50% { transform: rotateY(-15deg) rotateX(5deg) rotateZ(-4deg) translateY(-14px) translateZ(84px); }
}

@keyframes hoverDashboard {
  0%, 100% { transform: rotateY(17deg) rotateX(8deg) rotateZ(4deg) translateY(0) translateZ(34px); }
  50% { transform: rotateY(13deg) rotateX(6deg) rotateZ(3deg) translateY(14px) translateZ(42px); }
}

@keyframes bob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

@keyframes ticketFloat {
  0%, 100% { transform: rotate(-5deg) translateY(0); }
  50% { transform: rotate(-2deg) translateY(-12px); }
}

@keyframes cardSheen {
  0%, 62% { transform: translateX(-125%); opacity: 0; }
  76% { opacity: 0.72; }
  100% { transform: translateX(125%); opacity: 0; }
}

@keyframes orbBreathe {
  0%, 100% { transform: scale(1); box-shadow: 0 16px 34px rgba(31, 174, 117, 0.18); }
  50% { transform: scale(1.08); box-shadow: 0 24px 48px rgba(31, 174, 117, 0.26); }
}

@keyframes pulseLine {
  0%, 100% { opacity: 0.34; filter: blur(0); }
  50% { opacity: 0.92; filter: blur(1px); }
}

@keyframes shine {
  0%, 42% { transform: translateX(-150%) rotate(20deg); }
  70%, 100% { transform: translateX(260%) rotate(20deg); }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}

@media (max-width: 1080px) {
  .hero,
  .split-section,
  .final-cta {
    grid-template-columns: 1fr;
  }

  .hero-scene {
    min-height: 720px;
  }

  .demo-room {
    grid-template-columns: 1fr;
  }

  .demo-copy {
    position: static;
  }

  .story-grid,
  .proof-grid,
  .metric-track {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .final-cta .cta-actions {
    justify-content: flex-start;
  }

  .insight-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .menu-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .header-cta {
    display: none;
  }

  .site-nav {
    position: fixed;
    inset: 82px 1rem auto;
    display: grid;
    gap: 0.2rem;
    padding: 1rem;
    border: 1px solid rgba(255,255,255,0.8);
    border-radius: 24px;
    background: rgba(255, 248, 238, 0.96);
    box-shadow: var(--shadow);
    transform: translateY(-16px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .nav-open .site-nav {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .nav-open .menu-toggle span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }

  .nav-open .menu-toggle span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .hero {
    min-height: auto;
    padding-top: 4rem;
  }

  .hero h1 {
    font-size: clamp(2.7rem, 11.4vw, 3.35rem);
    line-height: 0.94;
    letter-spacing: -0.065em;
  }

  .mobile-break {
    display: block;
  }

  .wide-panel {
    padding: 2rem 1rem;
    border-radius: 34px;
  }

  .flow-theatre {
    min-height: auto;
    display: grid;
    gap: 1rem;
  }

  .flow-theatre::before,
  .flow-line {
    display: none;
  }

  .flow-node {
    position: relative;
    inset: auto;
    width: 100%;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(100% - 3rem, 1180px);
  }

  .section {
    padding: 4rem 0;
  }

  .kicker {
    border-radius: 22px;
    font-size: 0.68rem;
  }

  .hero-text {
    font-size: 1rem;
    line-height: 1.7;
  }

  .hero-scene {
    min-height: 650px;
  }

  .phone-3d {
    left: 2%;
    width: 78%;
    min-height: 510px;
  }

  .dashboard-3d {
    right: 0;
    bottom: 3%;
    width: 92%;
  }

  .floating-card {
    display: none;
  }

  .aurora,
  .particle,
  .beam,
  .cursor-glow,
  .floating-ticket,
  .hero-scene::before,
  .hero-scene::after {
    display: none;
  }

  .story-grid,
  .feature-grid,
  .proof-grid,
  .metric-track,
  .comparison-card,
  .insight-grid {
    grid-template-columns: 1fr;
  }

  .comparison-card,
  .insight-panel {
    border-radius: 30px;
  }

  .comparison-card > div,
  .insight-copy {
    padding: 1.4rem;
    border-radius: 24px;
  }

  .hero-actions,
  .cta-actions,
  .footer-links {
    flex-direction: column;
    align-items: stretch;
  }

  .button,
  .signal-row span {
    width: 100%;
  }

  .whatsapp-float {
    left: 1rem;
    right: 1rem;
    width: auto;
    justify-content: center;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}
