:root {
  --bg: #05070f;
  --panel: rgba(255, 255, 255, 0.07);
  --panel-strong: rgba(255, 255, 255, 0.12);
  --border: rgba(255, 255, 255, 0.13);
  --text: #f8fafc;
  --muted: #9ca3af;
  --cyan: #23d5ff;
  --pink: #ff2d93;
  --blue: #5b7cfa;
  --green: #36f59f;
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
}

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

html {
  scroll-behavior: smooth;
}

body.landing-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 15% 10%, rgba(35, 213, 255, 0.18), transparent 35%),
    radial-gradient(circle at 80% 25%, rgba(255, 45, 147, 0.16), transparent 38%),
    linear-gradient(135deg, #05070f 0%, #090c18 45%, #07020a 100%);
  color: var(--text);
  font-family: Inter, Arial, sans-serif;
  overflow-x: hidden;
}

body.landing-page::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(circle at center, black, transparent 75%);
  pointer-events: none;
}

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

.noise {
  position: fixed;
  inset: 0;
  opacity: 0.08;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='256' height='256' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E");
}

.orb {
  position: fixed;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.45;
  pointer-events: none;
}

.orb-cyan {
  top: -120px;
  left: -140px;
  background: var(--cyan);
}

.orb-pink {
  right: -120px;
  top: 180px;
  background: var(--pink);
}

.landing-nav {
  position: sticky;
  top: 20px;
  z-index: 20;
  width: min(1180px, calc(100% - 36px));
  margin: 20px auto;
  padding: 14px 18px;
  border: 1px solid var(--border);
  background: rgba(5, 7, 15, 0.68);
  backdrop-filter: blur(20px);
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: var(--shadow);
}

.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.brand-mark {
  width: 26px;
  height: 26px;
  border-radius: 9px;
  background: linear-gradient(135deg, var(--cyan), var(--pink));
  box-shadow: 0 0 30px rgba(35, 213, 255, 0.45);
}

.nav-links {
  display: flex;
  gap: 24px;
  color: var(--muted);
  font-size: 14px;
}

.nav-links a:hover {
  color: white;
}

.nav-button,
.primary-button,
.secondary-button {
  padding: 13px 18px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 14px;
}

.nav-button,
.primary-button {
  background: linear-gradient(135deg, var(--cyan), var(--pink));
  color: white;
  box-shadow: 0 18px 45px rgba(255, 45, 147, 0.25);
}

.secondary-button {
  border: 1px solid var(--border);
  background: rgba(255,255,255,0.05);
  color: white;
}

.hero {
  width: min(1180px, calc(100% - 36px));
  min-height: calc(100vh - 110px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: center;
  gap: 40px;
  perspective: 1200px;
}

.eyebrow {
  display: inline-flex;
  color: #b8c7ff;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.05);
  padding: 9px 13px;
  border-radius: 999px;
  font-size: 13px;
  margin-bottom: 22px;
}

.hero h1 {
  font-size: clamp(52px, 7vw, 94px);
  line-height: 0.9;
  letter-spacing: -0.08em;
  max-width: 760px;
}

.hero-copy p {
  color: #cbd5e1;
  font-size: 19px;
  line-height: 1.7;
  max-width: 620px;
  margin-top: 24px;
}

.hero-actions {
  display: flex;
  gap: 14px;
  margin-top: 34px;
  flex-wrap: wrap;
}

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

.trust-row span {
  color: #cbd5e1;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.045);
  padding: 10px 12px;
  border-radius: 999px;
  font-size: 13px;
}

.hero-visual {
  position: relative;
  min-height: 620px;
  transform-style: preserve-3d;
}

.mockup-shell {
  position: absolute;
  inset: 60px 20px 50px 10px;
  border: 1px solid rgba(255,255,255,0.14);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.04)),
    rgba(10, 14, 28, 0.72);
  backdrop-filter: blur(24px);
  border-radius: 34px;
  box-shadow:
    0 50px 120px rgba(0,0,0,0.55),
    inset 0 1px 0 rgba(255,255,255,0.2);
  transform: rotateX(9deg) rotateY(-13deg) rotateZ(2deg);
  overflow: hidden;
  animation: floatMain 7s ease-in-out infinite;
}

.mockup-shell::before {
  content: "";
  position: absolute;
  inset: -40%;
  background: conic-gradient(from 180deg, transparent, rgba(35,213,255,0.22), transparent, rgba(255,45,147,0.24), transparent);
  animation: spinGlow 10s linear infinite;
}

.mockup-topbar,
.mockup-grid {
  position: relative;
  z-index: 2;
}

.mockup-topbar {
  height: 58px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0 22px;
  border-bottom: 1px solid rgba(255,255,255,0.09);
  color: var(--muted);
  font-size: 13px;
}

.dot {
  width: 10px;
  height: 10px;
  background: rgba(255,255,255,0.2);
  border-radius: 50%;
}

.mockup-grid {
  padding: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.mock-card {
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.07);
  backdrop-filter: blur(18px);
  border-radius: 22px;
  padding: 18px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.24);
}

.mock-card span,
.mock-card small {
  color: var(--muted);
  font-size: 13px;
}

.mock-card strong {
  display: block;
  font-size: 42px;
  margin: 8px 0;
  letter-spacing: -0.05em;
}

.card-title {
  color: white;
  font-weight: 800;
  margin-bottom: 14px;
}

.pipeline {
  grid-column: span 2;
}

.pipeline-row {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  color: #dbeafe;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.pipeline-row b {
  width: 160px;
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--cyan), var(--pink));
}

.mail-preview {
  grid-column: span 2;
}

.mail-preview p {
  color: #cbd5e1;
  line-height: 1.6;
  margin-bottom: 16px;
}

.mail-preview button {
  border: 0;
  border-radius: 999px;
  padding: 11px 14px;
  color: white;
  font-weight: 800;
  background: linear-gradient(135deg, var(--blue), var(--pink));
}

.floating-card {
  position: absolute;
  z-index: 5;
  border: 1px solid rgba(255,255,255,0.15);
  background: rgba(255,255,255,0.09);
  backdrop-filter: blur(22px);
  border-radius: 22px;
  padding: 17px 20px;
  box-shadow: var(--shadow);
}

.floating-card span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  margin-bottom: 6px;
}

.floating-card strong {
  font-size: 25px;
}

.float-a {
  top: 92px;
  right: 0;
  animation: floatA 5s ease-in-out infinite;
}

.float-b {
  left: -12px;
  bottom: 108px;
  animation: floatB 6s ease-in-out infinite;
}

.floating-ring {
  position: absolute;
  border-radius: 50%;
  border: 2px solid rgba(35,213,255,0.32);
  box-shadow: 0 0 45px rgba(35,213,255,0.22);
  transform: rotateX(70deg) rotateY(10deg);
}

.ring-one {
  width: 160px;
  height: 160px;
  top: 48px;
  left: 150px;
  animation: ringFloat 8s ease-in-out infinite;
}

.ring-two {
  width: 110px;
  height: 110px;
  right: 88px;
  bottom: 42px;
  border-color: rgba(255,45,147,0.35);
  box-shadow: 0 0 45px rgba(255,45,147,0.25);
  animation: ringFloat 6s ease-in-out infinite reverse;
}

.section {
  width: min(1180px, calc(100% - 36px));
  margin: 110px auto;
}

.split-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: start;
}

.section h2 {
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1;
  letter-spacing: -0.06em;
}

.problem-grid,
.flow-grid,
.pricing-grid {
  display: grid;
  gap: 16px;
}

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

.glass-card,
.flow-card,
.price-card,
.wide-product {
  border: 1px solid var(--border);
  background: var(--panel);
  backdrop-filter: blur(20px);
  box-shadow: var(--shadow);
  border-radius: 26px;
}

.glass-card {
  padding: 22px;
  color: #dbeafe;
}

.section-heading {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 42px;
}

.section-heading p {
  color: var(--muted);
  margin-top: 16px;
  font-size: 18px;
  line-height: 1.6;
}

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

.flow-card {
  padding: 24px;
  min-height: 230px;
}

.flow-card span {
  color: var(--cyan);
  font-weight: 900;
}

.flow-card h3 {
  margin-top: 28px;
  font-size: 22px;
}

.flow-card p {
  color: var(--muted);
  margin-top: 12px;
  line-height: 1.6;
}

.wide-product {
  display: grid;
  grid-template-columns: 210px 1fr;
  min-height: 440px;
  overflow: hidden;
}

.wide-sidebar {
  border-right: 1px solid rgba(255,255,255,0.09);
  padding: 24px;
  background: rgba(255,255,255,0.035);
}

.wide-sidebar span {
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--cyan), var(--pink));
  margin-bottom: 28px;
}

.wide-sidebar p {
  color: #cbd5e1;
  padding: 13px 0;
}

.wide-content {
  padding: 26px;
}

.wide-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.wide-card {
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.06);
  border-radius: 20px;
  padding: 18px;
}

.wide-card span {
  color: var(--muted);
}

.wide-card strong {
  display: block;
  font-size: 36px;
  margin-top: 10px;
}

.lead-table {
  margin-top: 22px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 22px;
  overflow: hidden;
}

.lead-head,
.lead-line {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 12px;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.lead-head {
  color: var(--muted);
  background: rgba(255,255,255,0.04);
}

.status-pill {
  display: inline-flex;
  width: fit-content;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255,45,147,0.16);
  color: #ffb6d9;
  font-size: 13px;
}

.status-pill.blue {
  background: rgba(35,213,255,0.16);
  color: #b9f3ff;
}

.status-pill.green {
  background: rgba(54,245,159,0.14);
  color: #bfffe0;
}

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

.price-card {
  padding: 28px;
}

.price-card.featured {
  border-color: rgba(35,213,255,0.45);
  transform: translateY(-14px);
}

.price-card h3 {
  font-size: 24px;
}

.price-card strong {
  display: block;
  font-size: 36px;
  margin: 18px 0;
}

.price-card p {
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 24px;
}

.price-card a {
  display: inline-flex;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  font-weight: 800;
}

.final-cta {
  width: min(960px, calc(100% - 36px));
  margin: 130px auto;
  text-align: center;
  border: 1px solid var(--border);
  background:
    radial-gradient(circle at 50% 0%, rgba(35,213,255,0.25), transparent 38%),
    rgba(255,255,255,0.06);
  backdrop-filter: blur(22px);
  border-radius: 34px;
  padding: 60px 28px;
  box-shadow: var(--shadow);
}

.final-cta h2 {
  font-size: clamp(34px, 5vw, 62px);
  letter-spacing: -0.06em;
  line-height: 1;
}

.final-cta p {
  color: var(--muted);
  margin: 18px auto 28px;
  max-width: 620px;
  line-height: 1.6;
}

.footer {
  width: min(1180px, calc(100% - 36px));
  margin: 50px auto 30px;
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 22px;
  color: var(--muted);
  display: flex;
  justify-content: space-between;
}

.footer a {
  color: #64748b;
}

@keyframes floatMain {
  0%, 100% { transform: rotateX(9deg) rotateY(-13deg) rotateZ(2deg) translateY(0); }
  50% { transform: rotateX(11deg) rotateY(-9deg) rotateZ(1deg) translateY(-18px); }
}

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

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

@keyframes ringFloat {
  0%,100% { transform: rotateX(70deg) rotateY(10deg) translateY(0); }
  50% { transform: rotateX(72deg) rotateY(18deg) translateY(-24px); }
}

@keyframes spinGlow {
  to { transform: rotate(360deg); }
}

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

  .hero,
  .split-section,
  .wide-product {
    grid-template-columns: 1fr;
  }

  .hero {
    padding: 70px 0;
  }

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

  .flow-grid,
  .pricing-grid,
  .wide-row {
    grid-template-columns: 1fr;
  }

  .price-card.featured {
    transform: none;
  }

  .footer {
    flex-direction: column;
    gap: 12px;
  }
}html,
body {
  min-height: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
}

.booking-page,
.booking-premium,
.booking-shell,
.booking-container,
.booking-wrapper {
  min-height: 100vh !important;
  height: auto !important;
  overflow: visible !important;
}

.booking-page {
  padding-bottom: 120px !important;
}

.booking-form-card,
.demo-form,
.form-card {
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}

.booking-form-card form,
.demo-form form,
.form-card form {
  padding-bottom: 40px;
}

button,
.btn,
.primary-button {
  margin-bottom: 20px;
}