/* === RESET === */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}



/* Mobile: all sections same edge spacing */
@media (max-width: 768px) {
  .container, .container-narrow, .container-wide {
    width: 100% !important;
    padding-inline: var(--space-lg) !important;
  }
}

html {
  scroll-padding-top: 80px;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: var(--ff-body);
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  color: var(--color-text);
  background: var(--color-canvas);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

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

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

h1, h2, h3, h4 {
  font-family: var(--ff-heading);
  line-height: var(--lh-tight);
  letter-spacing: var(--ls-tight);
  color: var(--color-text);
  font-weight: 600;
}

p {
  max-width: 62ch;
}

/* === LAYOUT === */
.container {
  width: min(var(--container-max), 90vw);
  margin-inline: auto;
  padding-inline: var(--space-md);
}

.container-narrow {
  width: min(var(--container-narrow), 90vw);
  margin-inline: auto;
  padding-inline: var(--space-md);
}

.container-wide {
  width: min(var(--container-wide), 94vw);
  margin-inline: auto;
  padding-inline: var(--space-md);
}

.section {
  padding: var(--space-4xl) 0;
  contain: layout style;
}

.section-lg {
  padding: var(--space-5xl) 0;
  contain: layout style;
}

/* === COLOR JOURNEY — gray → light → deep gray === */

/* --- Mid-gray zone (top) --- */
#hero {
  background: #000000;
  margin-bottom: -1px;
  position: relative;
  --color-text: #FFFFFF;
  --color-text-bold: #FFFFFF;
  --color-text-secondary: #B2B2B2;
  --color-text-tertiary: #808080;
}



.trust-bar {
  background: var(--zone-trust);
}

#problem {
  background: var(--zone-hero);
  padding-top: var(--space-3xl);
  padding-bottom: var(--space-2xl);
  position: relative;
  --color-text: #000000;
  --color-text-bold: #000000;
  --color-text-secondary: #333333;
  --color-text-tertiary: #666666;
  --color-border: #999999;
  --color-border-strong: #888888;
  --color-accent: #34D399;
}

#problem::after {
  content: '';
  position: absolute;
  top: 20%;
  left: -8%;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.04) 0%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}

#signal {
  background: #000000;
  position: relative;
  z-index: 2;
  overflow: visible;
  margin-top: -120px;
  padding-top: 200px;
  --color-text: #FFFFFF;
  --color-text-bold: #FFFFFF;
  --color-text-secondary: #B2B2B2;
  --color-text-tertiary: #808080;
  --color-border: #333333;
  --color-border-strong: #444444;
}

/* Both sections share the same black bg — no visible transition needed */
.problem-signal-transition {
  display: none;
}

#signal::after {
  content: '';
  position: absolute;
  bottom: 10%;
  right: -5%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.04) 0%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}

/* --- Features zone --- */
#features {
  background: var(--zone-hero);
  padding-top: var(--space-3xl);
  padding-bottom: var(--space-4xl);
  position: relative;
  --color-text: #000000;
  --color-text-bold: #000000;
  --color-text-secondary: #333333;
  --color-text-tertiary: #666666;
  --color-border: #999999;
  --color-border-strong: #888888;
  --color-border-hover: rgba(0, 0, 0, 0.2);
  --shadow-glow: 0 8px 24px rgba(0, 0, 0, 0.08);
  --color-border-hover: #666666;
  --color-surface: #D0D0D0;
  --color-surface-2: #FFFFFF;
  --color-surface-elevated: #E0E0E0;
  --color-surface-glass: rgba(0, 0, 0, 0.05);
  --color-accent: #34D399;
  --color-accent-soft: rgba(52, 211, 153, 0.06);
}

.features-grid-bg {
  position: absolute;
  inset: -60px;
  pointer-events: none;
  z-index: 0;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.06) 1px, transparent 1px);
  background-size: 120px 120px;
  mask-image: radial-gradient(ellipse 70% 65% at 50% 45%, black 15%, transparent 60%);
  -webkit-mask-image: radial-gradient(ellipse 70% 65% at 50% 45%, black 15%, transparent 60%);
}

#features::after {
  content: '';
  position: absolute;
  top: 15%;
  right: -5%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.04) 0%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}

#how {
  background: var(--zone-how);
  padding: var(--space-2xl) 0;
}

#pricing {
  background: #000000;
  padding-top: var(--space-4xl);
  position: relative;
}

#pricing::after {
  content: '';
  position: absolute;
  bottom: 20%;
  left: -5%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.02) 0%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}

#proof {
  display: none;
}

#proof::after {
  content: '';
  position: absolute;
  top: 25%;
  right: -3%;
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.02) 0%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}

/* --- Deep gray zone (bottom) --- */
#faq {
  background: var(--zone-faq);
  padding: var(--space-3xl) 0;
  position: relative;
  --color-text: #000000;
  --color-text-bold: #000000;
  --color-text-secondary: #333333;
  --color-text-tertiary: #555555;
  --color-surface: #D0D0D0;
  --color-surface-2: #C0C0C0;
  --color-border: #666666;
  --color-border-strong: #555555;
  --color-accent: #34D399;
  --color-accent-soft: rgba(52, 211, 153, 0.08);
}

#faq::after {
  content: '';
  position: absolute;
  top: 10%;
  right: -5%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.04) 0%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}

#contact {
  background: var(--zone-cta);
  --color-surface: #8A8A8A;
  --color-surface-glass: rgba(100, 100, 100, 0.6);
  --color-text: #000000;
  --color-text-bold: #000000;
  --color-text-secondary: #333333;
  --color-text-tertiary: #555555;
  --color-border: #666666;
  --color-border-strong: #555555;
  position: relative;
}

#contact::after {
  content: '';
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.05) 0%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}


.site-footer {
  background: var(--zone-footer);
  --color-text: #000000;
  --color-text-bold: #000000;
  --color-text-secondary: #000000;
  --color-text-tertiary: #111111;
  --color-border: #333333;
  --color-border-strong: #222222;
  --color-accent: #34D399;
}

/* --- Light theme scoping for middle sections --- */
/* Featured pricing card */
#pricing .pricing-card.is-featured {
  background: #111111;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-top: 3px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.3);
  --pricing-accent: var(--color-accent);
  --color-text: #FFFFFF;
  --color-text-bold: #FFFFFF;
  --color-text-secondary: #B2B2B2;
  --color-text-tertiary: #808080;
}
#pricing .pricing-card.is-featured:hover {
  border-color: rgba(255, 255, 255, 0.15);
  border-top-color: var(--pricing-accent);
}
#pricing .pricing-card.is-featured .pricing-badge {
  background: var(--color-accent);
  color: #000000;
}
#pricing .pricing-card.is-featured .pricing-divider {
  background: rgba(255, 255, 255, 0.1);
}
#pricing .pricing-card.is-featured .btn-primary {
  background: var(--color-accent);
  color: #000000;
  border-color: var(--color-accent);
}
#pricing .pricing-card.is-featured .btn-primary:hover {
  background: #2BBF89;
  border-color: #2BBF89;
  box-shadow: 0 4px 16px rgba(52, 211, 153, 0.2);
}
#pricing .pricing-card.is-featured .pricing-features li::before {
  color: var(--color-accent);
}

#how,
#proof {
  --color-text: var(--light-text);
  --color-text-bold: var(--light-text-bold);
  --color-text-secondary: var(--light-text-secondary);
  --color-text-tertiary: var(--light-text-tertiary);
  --color-text-inverse: var(--light-text-inverse);
  --color-surface: var(--light-surface);
  --color-surface-2: var(--light-surface-2);
  --color-surface-elevated: #EEEEEE;
  --color-surface-glass: var(--light-surface-glass);
  --color-canvas: var(--zone-how);
  --color-border: var(--light-border);
  --color-border-subtle: var(--light-border-subtle);
  --color-border-strong: var(--light-border-strong);
  --color-border-hover: var(--light-border-hover);
  --color-accent: var(--light-accent);
  --color-accent-soft: var(--light-accent-soft);
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.08);
  --shadow-md: 0 8px 24px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 16px 48px rgba(0, 0, 0, 0.12);
  --shadow-glow: 0 0 40px rgba(52, 211, 153, 0.04);
}

#pricing {
  --color-text: #FFFFFF;
  --color-text-bold: #FFFFFF;
  --color-text-secondary: #B2B2B2;
  --color-text-tertiary: #808080;
  --color-border: #333333;
  --color-border-strong: #444444;
  --color-border-hover: #666666;
  --color-accent: #34D399;
  --color-accent-soft: rgba(52, 211, 153, 0.06);
}

/* --- Animated dot grids --- */
.section,
.section-lg,
.trust-bar,
.site-footer {
  position: relative;
  overflow: hidden;
}

.section::before,
.section-lg::before,
.trust-bar::before,
.site-footer::before {
  content: "";
  position: absolute;
  inset: -24px;
  pointer-events: none;
  z-index: 0;
  background-image: radial-gradient(circle, var(--dot-color, rgba(0, 0, 0, 0.12)) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: radial-gradient(ellipse 90% 90% at 50% 50%, black 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 90% 90% at 50% 50%, black 30%, transparent 75%);
}

/* Light-zone dot color */
#how::before,
#proof::before {
  --dot-color: rgba(0, 0, 0, 0.1);
}

#features::before {
  --dot-color: rgba(0, 0, 0, 0.1);
}

#pricing::before {
  --dot-color: rgba(255, 255, 255, 0.08);
}

/* Dark zone dots — light against dark backgrounds */
#problem::before {
  --dot-color: rgba(0, 0, 0, 0.1);
}

#signal::before {
  --dot-color: rgba(255, 255, 255, 0.1);
}

.site-footer::before {
  --dot-color: rgba(0, 0, 0, 0.08);
}

#faq::before,
#contact::before {
  --dot-color: rgba(0, 0, 0, 0.08);
}

/* Content sits above dots */
.section > .container,
.section-lg > .container,
.trust-bar > .trust-bar-inner,
.hero-content,
.hero-dashboard-wrapper {
  position: relative;
  z-index: 1;
}

/* === UTILITIES === */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  color: var(--color-text);
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
  z-index: 9999;
  padding: 0.75rem 1rem;
  border-radius: var(--radius-sm);
  background: var(--color-surface-elevated);
  border: 1px solid var(--color-border);
}

.eyebrow {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: var(--ls-wide);
  font-size: var(--fs-caption);
  font-weight: 500;
  color: var(--color-text-tertiary);
  margin-bottom: var(--space-md);
}

.section-title {
  font-size: var(--fs-h1);
  max-width: 20ch;
  margin-bottom: var(--space-lg);
  color: var(--headline-color, var(--color-text));
}

.section-subtitle {
  font-size: var(--fs-body-lg);
  color: var(--color-text-secondary);
  max-width: 50ch;
  margin-bottom: var(--space-2xl);
}

/* === BUTTONS === */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 3rem;
  padding: 0 1.5rem;
  border-radius: var(--radius-full);
  font-family: var(--ff-body);
  font-size: var(--fs-small);
  font-weight: 600;
  letter-spacing: var(--ls-normal);
  border: 1px solid transparent;
  cursor: pointer;
  transition: all var(--transition-fast);
  white-space: nowrap;
}

.btn:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
}

.btn-primary {
  background: #FFFFFF;
  color: #000000;
  border-color: #FFFFFF;
}

.nav-cta {
  background: #34D399;
  color: #000000;
  border-color: #34D399;
  font-weight: 700;
}

.nav-cta:hover {
  background: #2BBF89;
  border-color: #2BBF89;
  box-shadow: 0 4px 16px rgba(52, 211, 153, 0.35);
}

.btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-1px) scale(1.02);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.btn-primary:active {
  opacity: 0.8;
  transform: translateY(0) scale(0.98);
  box-shadow: none;
}

.btn-ghost {
  background: transparent;
  color: var(--color-text);
  border-color: var(--color-border-strong);
}

.btn-ghost:hover {
  border-color: var(--color-border-hover);
  background: var(--color-surface-glass);
  transform: translateY(-1px);
}

.btn-ghost:active {
  background: var(--color-accent-soft);
  transform: translateY(0) scale(0.98);
}

.btn-lg {
  min-height: 3.25rem;
  padding: 0 2rem;
  font-size: var(--fs-body);
}

.text-link {
  color: var(--color-text-secondary);
  font-size: var(--fs-small);
  font-weight: 500;
  transition: color var(--transition-fast);
}

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

.text-link:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
  border-radius: var(--radius-xs);
}

.text-link .arrow {
  display: inline-block;
  transition: transform var(--transition-fast);
}

.text-link:hover .arrow {
  transform: translateX(3px);
}

/* === MARQUEE TICKER === */
.marquee {
  overflow: hidden;
  background: #000000;
  padding: 2.2rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  white-space: nowrap;
}

.marquee-track {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  animation: marqueeScroll 40s linear infinite;
  will-change: transform;
}

.marquee-item {
  font-family: var(--ff-heading);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  text-transform: none;
  padding: 0 2rem;
  flex-shrink: 0;
}

.marquee-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.5rem;
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.4);
}

/* === AUDIENCE SECTION === */
#audience {
  background: var(--zone-hero);
  padding: var(--space-3xl) 0 var(--space-md);
  position: relative;
  overflow: hidden;
  --color-text: #000000;
  --color-text-secondary: #444444;
}

.audience-header {
  text-align: center;
  padding: 0 var(--space-md);
  margin-bottom: var(--space-2xl);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#audience .section-title {
  color: #000000;
  margin-bottom: 0;
}

#audience .eyebrow {
  color: #444444;
  font-weight: 600;
  opacity: 1;
}

.audience-eyebrow-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: var(--space-md);
}

.audience-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  padding: var(--space-sm) 0 var(--space-md);
}

.audience-slider.is-dragging {
  cursor: grabbing;
}

.audience-track {
  display: flex;
  flex-wrap: nowrap;
  gap: var(--space-md);
  padding: 0;
  will-change: transform;
  position: absolute;
  top: 0;
  left: 0;
}

.audience-card {
  text-align: center;
  padding: var(--space-md) var(--space-lg);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.03);
  transition: border-color 0.3s ease, background 0.3s ease;
  flex-shrink: 0;
  width: 240px;
}

.audience-card:hover {
  border-color: rgba(0, 0, 0, 0.18);
  background: rgba(0, 0, 0, 0.06);
}

.audience-icon {
  width: 52px;
  height: 52px;
  margin: 0 auto var(--space-sm);
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.audience-icon .material-symbols-rounded {
  font-size: 40px;
  color: #000000;
  transition: transform 0.3s ease;
}

.audience-card:hover .audience-icon .material-symbols-rounded {
  transform: scale(1.12);
}

.audience-card h3 {
  font-family: var(--ff-heading);
  font-size: var(--fs-body-lg);
  font-weight: 600;
  color: #000000;
  margin-bottom: 0.3rem;
  letter-spacing: -0.02em;
}

.audience-card p {
  font-size: 0.85rem;
  color: rgba(0, 0, 0, 0.45);
  line-height: 1.4;
}

@media (max-width: 480px) {
  .audience-card {
    width: 200px;
    padding: var(--space-sm) var(--space-md);
  }
  .audience-icon {
    width: 44px;
    height: 44px;
  }
  .audience-icon .material-symbols-rounded {
    font-size: 34px;
  }
}

/* === SECTION DIVIDER === */
.section-divider {
  border: none;
  border-top: 0.7px solid rgba(255, 255, 255, 0.16);
  margin: 0;
  width: 100%;
  position: relative;
  z-index: 2;
}

/* === NAVIGATION === */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: var(--z-nav);
  transition: background var(--transition-base), border-color var(--transition-base), transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  border-bottom: 1px solid transparent;
  --color-text: #FFFFFF;
  --color-text-secondary: #B2B2B2;
}

.site-header.is-scrolled {
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom-color: #333333;
  --color-text: #FFFFFF;
  --color-text-secondary: #B2B2B2;
  --color-text-tertiary: #808080;
  --color-text-inverse: #000000;
  --color-border: #444444;
  --color-surface-glass: rgba(255, 255, 255, 0.08);
  --color-accent: #34D399;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  gap: var(--space-md);
  min-height: 56px;
}

.nav-left {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2vw, 2rem);
}

.nav-right {
  display: flex;
  align-items: center;
  gap: clamp(0.75rem, 1.5vw, 1.5rem);
}

.brand {
  font-family: var(--ff-heading);
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: -0.035em;
  color: var(--color-text);
  transition: opacity var(--transition-fast);
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.brand-logo {
  width: 26px;
  height: 26px;
  transition: filter var(--transition-fast);
  flex-shrink: 0;
}

.brand-logo {
  filter: invert(1);
}

.brand:hover {
  opacity: 0.7;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2vw, 2rem);
  transform: translateY(2px);
}

.nav-links a {
  font-size: var(--fs-small);
  color: var(--color-text-secondary);
  font-weight: 500;
  transition: color var(--transition-fast);
}

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

.nav-links a:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
  border-radius: var(--radius-xs);
}

.lang-switch {
  display: inline-flex;
  gap: 2px;
  padding: 3px;
  border-radius: var(--radius-full);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.lang-btn {
  border: 0;
  background: transparent;
  border-radius: var(--radius-full);
  padding: 0.2rem 0.6rem;
  font-family: var(--ff-body);
  font-size: var(--fs-caption);
  font-weight: 500;
  color: var(--color-text-tertiary);
  cursor: pointer;
  transition: all var(--transition-fast);
}

.lang-btn:hover {
  color: var(--color-text-secondary);
}

.lang-btn:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
}

.lang-btn.is-active {
  background: #FFFFFF;
  color: #000000;
}

.lang-btn.is-active:hover {
  color: var(--color-text-inverse);
}

.nav-cta {
  display: inline-flex;
}

/* Hamburger */
.nav-toggle {
  display: none;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 0.5rem;
  color: var(--color-text);
}

.nav-toggle:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
  border-radius: var(--radius-xs);
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 1.5px;
  background: currentColor;
  margin: 5px 0;
  transition: all var(--transition-fast);
}

.nav-toggle[aria-expanded="true"] {
  color: #FFFFFF;
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: rotate(45deg) translate(4px, 5px);
}

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: rotate(-45deg) translate(4px, -5px);
}

/* Mobile nav panel */
.mobile-panel {
  display: flex;
  position: fixed;
  inset: 0;
  z-index: calc(var(--z-nav) - 1);
  background: rgba(20, 20, 20, 0.97);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  padding: 7rem var(--space-2xl) var(--space-2xl);
  flex-direction: column;
  justify-content: center;
  gap: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity var(--transition-base), transform var(--transition-base), visibility var(--transition-base);
  pointer-events: none;
}

.mobile-panel.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.mobile-panel a {
  font-size: clamp(1.8rem, 6vw, 2.4rem);
  font-family: var(--ff-heading);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  padding: var(--space-md) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: color var(--transition-fast);
  letter-spacing: -0.02em;
}

.mobile-panel a:hover,
.mobile-panel a:focus-visible {
  color: #FFFFFF;
}

.mobile-panel .btn {
  margin-top: var(--space-lg);
  font-size: clamp(1.2rem, 4vw, 1.5rem);
  padding: var(--space-md) var(--space-xl);
  text-align: center;
  justify-content: center;
  background: #FFFFFF;
  color: #000000;
  border-color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}

.mobile-panel .btn:hover {
  color: #000000;
  background: #E0E0E0;
}

/* === HERO === */
.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
  padding-top: clamp(7rem, 14vh, 10rem);
  padding-bottom: var(--space-3xl);
  overflow: visible;
}

.hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(ellipse 80% 60% at 50% 40%, rgba(255, 255, 255, 0.025), transparent),
    radial-gradient(ellipse 50% 80% at 20% 60%, rgba(255, 255, 255, 0.015), transparent),
    radial-gradient(ellipse 40% 50% at 80% 30%, rgba(255, 255, 255, 0.02), transparent);
}

.hero-grid {
  position: absolute;
  inset: -80px;
  pointer-events: none;
  z-index: 0;
  opacity: 1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 100% 80% at 50% 50%, black 40%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse 100% 80% at 50% 50%, black 40%, transparent 80%);
}

.hero-content {
  position: relative;
  z-index: var(--z-content);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 1100px;
  padding: var(--space-2xl);
}

.hero-title {
  font-size: var(--fs-display);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.05;
  margin-bottom: var(--space-lg);
  color: #FFFFFF;
}

.hero-subtitle {
  font-size: var(--fs-body-lg);
  color: var(--color-text-secondary);
  max-width: 48ch;
  margin-inline: auto;
  margin-bottom: var(--space-2xl);
  line-height: var(--lh-body);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-md);
  justify-content: center;
  align-items: center;
}

.hero-actions .btn-primary {
  background: #FFFFFF;
  color: #000000;
  border-color: #FFFFFF;
}

.hero-actions .btn-primary:hover {
  background: #E0E0E0;
  border-color: #E0E0E0;
}

.hero-micro {
  margin-top: var(--space-lg);
  font-size: var(--fs-caption);
  color: var(--color-text-tertiary);
  letter-spacing: var(--ls-wide);
  text-transform: uppercase;
}

/* === HERO 3D DASHBOARD === */
.hero-dashboard-wrapper {
  position: relative;
  z-index: var(--z-content);
  perspective: 1200px;
  width: min(900px, 85vw);
  margin-top: var(--space-2xl);
  margin-bottom: 40px;
}

.hero-dashboard {
  position: relative;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-xl);
  overflow: hidden;
  transform: rotateX(32deg);
  transform-origin: center bottom;
  box-shadow:
    0 40px 80px rgba(0, 0, 0, 0.2),
    0 0 0 1px rgba(0, 0, 0, 0.08);
}

.dash-header {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  background: var(--color-surface-2);
  border-bottom: 1px solid var(--color-border);
}

.dash-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  transform: scale(0);
}

.dash-dot--red { background: var(--color-data-red); opacity: 0.7; }
.dash-dot--amber { background: var(--color-data-amber); opacity: 0.7; }
.dash-dot--green { background: var(--color-data-green); opacity: 0.7; }

.dash-header-title {
  margin-left: 6px;
  font-size: 10px;
  font-weight: 600;
  color: var(--color-text-secondary);
  letter-spacing: 0.02em;
}

.dash-header-right {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 5px;
}

.dash-chip {
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 2px 6px;
  border-radius: 3px;
  opacity: 0;
}

.dash-chip--ok {
  background: rgba(52, 211, 153, 0.2);
  color: var(--color-data-green);
}

.dash-chip--tight {
  background: rgba(251, 191, 36, 0.2);
  color: var(--color-data-amber);
}

.dash-search {
  width: 50px;
  height: 14px;
  border-radius: 3px;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  opacity: 0;
}

.dash-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 14px;
  border-bottom: 1px solid var(--color-border);
  background: var(--color-surface);
}

.dash-date {
  font-size: 9px;
  font-weight: 600;
  color: var(--color-text);
  opacity: 0;
}

.dash-toolbar-right {
  display: flex;
  gap: 4px;
}

.dash-filter-chip {
  font-size: 7px;
  padding: 2px 5px;
  border-radius: 3px;
  background: var(--color-surface-elevated);
  color: var(--color-text-tertiary);
  opacity: 0;
}

.dash-filter-chip--active {
  background: var(--color-text);
  color: var(--color-surface);
}

.dash-body {
  display: flex;
  min-height: 380px;
}

.dash-sidebar {
  width: 44px;
  flex-shrink: 0;
  border-right: 1px solid var(--color-border);
  padding: 22px 0 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0;
}

.dash-boat-label {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  color: var(--color-text-tertiary);
  opacity: 0;
}

.dash-boat-label b {
  font-weight: 700;
  color: var(--color-text-secondary);
}

.dash-timeline {
  flex: 1;
  padding: 0 10px 8px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.dash-grid {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 4px 0;
  background-image:
    repeating-linear-gradient(
      to right,
      var(--color-border-subtle, rgba(0,0,0,0.04)) 0,
      var(--color-border-subtle, rgba(0,0,0,0.04)) 1px,
      transparent 1px,
      transparent 10%
    );
  background-size: 100% 100%;
}

.dash-row {
  position: relative;
  height: 18px;
  flex-shrink: 0;
  border-bottom: 1px solid var(--color-border-subtle, rgba(0,0,0,0.04));
}

.dash-time-axis {
  display: flex;
  justify-content: space-between;
  padding: 5px 0 4px;
  border-bottom: 1px solid var(--color-border-subtle, rgba(0,0,0,0.06));
}

.dash-time-axis span {
  font-size: 6px;
  font-weight: 600;
  color: var(--color-text-tertiary);
  opacity: 0;
  letter-spacing: 0.03em;
}

.dash-now-line {
  position: absolute;
  top: 22px;
  bottom: 8px;
  left: 42%;
  width: 1.5px;
  background: var(--color-data-red);
  opacity: 0;
  z-index: 2;
}

.dash-now-line::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2.5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-data-red);
}

.dash-bar {
  height: 14px;
  border-radius: 3px;
  position: absolute;
  top: 2px;
  opacity: 0;
  display: flex;
  align-items: center;
  padding-left: 5px;
}

.dash-bar-label {
  font-size: 6px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.02em;
  white-space: nowrap;
  overflow: hidden;
}

.dash-bar--green { background: var(--color-data-green); }
.dash-bar--blue { background: var(--color-data-blue); }
.dash-bar--amber { background: var(--color-data-amber); }
.dash-bar--violet { background: var(--color-data-violet); }
.dash-bar--confirming { background: var(--color-data-amber); }
.dash-bar--closing { background: var(--color-data-blue); }
.dash-bar--appearing { background: var(--color-data-green); }

.dash-panel {
  width: 90px;
  flex-shrink: 0;
  border-left: 1px solid var(--color-border);
  padding: 12px 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: var(--color-surface);
}

.dash-panel-title {
  width: 60%;
  height: 8px;
  border-radius: 2px;
  background: var(--color-surface-elevated);
  opacity: 0;
}

.dash-panel-row {
  width: 100%;
  height: 6px;
  border-radius: 2px;
  background: var(--color-surface-elevated);
  opacity: 0;
}

.dash-panel-row--short {
  width: 65%;
}

.dash-panel-divider {
  height: 1px;
  background: var(--color-border);
  opacity: 0;
}

.dash-footer {
  display: flex;
  gap: 14px;
  padding: 8px 14px;
  border-top: 1px solid var(--color-border);
  background: var(--color-surface-2);
}

.dash-kpi {
  font-size: 9px;
  color: var(--color-text-tertiary);
  opacity: 0;
}

.dash-kpi b {
  color: var(--color-text);
  font-weight: 700;
}

/* === TRUST BAR === */
.trust-bar {
  padding: var(--space-3xl) 0;
}

.trust-bar-inner {
  text-align: center;
}

.trust-label {
  font-size: var(--fs-small);
  color: var(--color-text-tertiary);
  margin-bottom: var(--space-lg);
}

.trust-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(2rem, 4vw, 4rem);
  flex-wrap: wrap;
}

.trust-logo {
  width: clamp(60px, 8vw, 90px);
  height: 28px;
  border-radius: var(--radius-sm);
  background: var(--color-surface-glass);
  border: 1px solid var(--color-border);
  opacity: 0.5;
}

/* === PROBLEM / SOLUTION SPLIT === */
.problem-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-3xl);
  align-items: center;
}

.problem-left .section-title {
  max-width: 18ch;
}

.problem-text {
  color: var(--color-text-secondary);
  font-size: var(--fs-body-lg);
  line-height: var(--lh-body);
}

.problem-right .eyebrow {
  margin-bottom: var(--space-lg);
  font-weight: 600;
}

.solution-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-sm);
}

.solution-point {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
  padding: var(--space-lg) var(--space-md);
  border-radius: var(--radius-lg);
  background: rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: var(--fs-body);
  font-weight: 500;
  color: var(--color-text);
  line-height: 1.45;
  transition: border-color var(--transition-base), background var(--transition-base);
}

.solution-point:hover {
  background: rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 0, 0, 0.2);
}

.solution-point:hover .solution-icon {
  background: rgba(52, 211, 153, 0.15);
  color: #34D399;
}
/* === SOCIAL PROOF GRID === */
.proof-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-md);
  margin-top: var(--space-lg);
}

.proof-grid .proof-card:nth-child(odd) {
  position: relative;
  top: 36px;
}

.proof-card {
  position: relative;
  display: block;
  border-radius: var(--radius-xl);
  overflow: hidden;
  aspect-ratio: 3 / 4;
  text-decoration: none;
  transition: transform var(--transition-base), box-shadow var(--transition-base);
}

.proof-card:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

.proof-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.proof-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: var(--space-xl) var(--space-md) var(--space-sm);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
  color: #FFFFFF;
  font-size: var(--fs-small);
  font-weight: 600;
  letter-spacing: 0.01em;
}

/* Misaligned offsets for visual interest */










@media (max-width: 480px) {
  .proof-grid {
    grid-template-columns: 1fr 1fr;
    gap: var(--space-sm);
  }
}


.solution-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.08);
  color: #000000;
  transition: background 0.3s ease, color 0.3s ease;
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 2px;
}

@media (max-width: 768px) {
  .problem-split {
    grid-template-columns: 1fr;
    gap: var(--space-2xl);
  }

  .solution-list {
    grid-template-columns: 1fr;
  }
}


/* === SIGNAL — hardware differentiator === */
.signal {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
}

.signal-field {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 20%;
  pointer-events: none;
  z-index: 0;
  mask-image: linear-gradient(to right, black 50%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, black 50%, transparent 100%);
}

.signal-container {
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}

.signal-copy {
  max-width: 520px;
}

/* --- Beacons --- */
.beacon {
  position: absolute;
  width: clamp(320px, 40vw, 600px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
}

.beacon-core {
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(40px, 5vw, 72px);
  height: clamp(40px, 5vw, 72px);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  filter: blur(2px);
}

.beacon-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 3px solid currentColor;
  will-change: transform, opacity;
  backface-visibility: hidden;
  opacity: 0;
  animation: beaconPulse 4.5s ease-out infinite;
}

.beacon-ring:nth-child(1) {
  inset: 35%;
  animation-delay: 0s;
}

.beacon-ring:nth-child(2) {
  inset: 15%;
  animation-delay: 0.8s;
}

.beacon-ring:nth-child(3) {
  inset: 0;
  animation-delay: 1.6s;
}

@keyframes beaconPulse {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  12% {
    opacity: 0.65;
  }
  35% {
    opacity: 0.3;
  }
  100% {
    opacity: 0;
    transform: scale(1.05);
  }
}

/* Color variants from theme guide accent palette */
.beacon--green {
  color: rgba(52, 211, 153, 0.3);
}
.beacon--green .beacon-core {
  background: #34D399;
  box-shadow: 0 0 32px rgba(52, 211, 153, 0.5), 0 0 80px rgba(52, 211, 153, 0.2);
}
.beacon--green .beacon-ring:nth-child(1) { border-color: rgba(52, 211, 153, 0.3); }

.beacon--blue {
  color: rgba(52, 211, 153, 0.3);
}
.beacon--blue .beacon-core {
  background: #34D399;
  box-shadow: 0 0 32px rgba(52, 211, 153, 0.6), 0 0 80px rgba(52, 211, 153, 0.25);
}
.beacon--blue .beacon-ring:nth-child(1) { border-color: rgba(52, 211, 153, 0.35); }

.beacon--amber {
  color: rgba(251, 191, 36, 0.25);
}
.beacon--amber .beacon-core {
  background: #FBBF24;
  box-shadow: 0 0 32px rgba(251, 191, 36, 0.5), 0 0 80px rgba(251, 191, 36, 0.2);
}
.beacon--amber .beacon-ring:nth-child(1) { border-color: rgba(251, 191, 36, 0.3); }

.beacon--violet {
  color: rgba(167, 139, 250, 0.25);
}
.beacon--violet .beacon-core {
  background: #A78BFA;
  box-shadow: 0 0 32px rgba(167, 139, 250, 0.5), 0 0 80px rgba(167, 139, 250, 0.2);
}
.beacon--violet .beacon-ring:nth-child(1) { border-color: rgba(167, 139, 250, 0.3); }

/* Stagger each beacon's animation start for organic feel */
.beacon:nth-child(1) .beacon-ring { animation-delay: 0s, 0.8s, 1.6s; }
.beacon:nth-child(2) .beacon-ring { animation-duration: 5s; }
.beacon:nth-child(2) .beacon-ring:nth-child(1) { animation-delay: 0.5s; }
.beacon:nth-child(2) .beacon-ring:nth-child(2) { animation-delay: 1.3s; }
.beacon:nth-child(2) .beacon-ring:nth-child(3) { animation-delay: 2.1s; }
.beacon:nth-child(3) .beacon-ring { animation-duration: 4s; }
.beacon:nth-child(3) .beacon-ring:nth-child(1) { animation-delay: 1s; }
.beacon:nth-child(3) .beacon-ring:nth-child(2) { animation-delay: 1.8s; }
.beacon:nth-child(3) .beacon-ring:nth-child(3) { animation-delay: 2.6s; }
.beacon:nth-child(4) .beacon-ring { animation-duration: 5.5s; }
.beacon:nth-child(4) .beacon-ring:nth-child(1) { animation-delay: 0.3s; }
.beacon:nth-child(4) .beacon-ring:nth-child(2) { animation-delay: 1.1s; }
.beacon:nth-child(4) .beacon-ring:nth-child(3) { animation-delay: 1.9s; }
.beacon:nth-child(5) .beacon-ring { animation-duration: 4.2s; }
.beacon:nth-child(5) .beacon-ring:nth-child(1) { animation-delay: 0.7s; }
.beacon:nth-child(5) .beacon-ring:nth-child(2) { animation-delay: 1.5s; }
.beacon:nth-child(5) .beacon-ring:nth-child(3) { animation-delay: 2.3s; }
.beacon:nth-child(6) .beacon-ring { animation-duration: 5.2s; }
.beacon:nth-child(6) .beacon-ring:nth-child(1) { animation-delay: 1.2s; }
.beacon:nth-child(6) .beacon-ring:nth-child(2) { animation-delay: 2.0s; }
.beacon:nth-child(6) .beacon-ring:nth-child(3) { animation-delay: 2.8s; }

.signal-title {
  font-size: clamp(2.8rem, 6vw, 5rem);
  font-family: var(--ff-heading);
  font-weight: 700;
  letter-spacing: var(--ls-tight);
  line-height: var(--lh-tight);
  color: #FFFFFF;
  margin-bottom: var(--space-lg);
}

.signal-title em {
  font-style: italic;
  color: #FFFFFF;
}

.signal-text {
  font-size: var(--fs-body-lg);
  line-height: var(--lh-body);
  color: var(--color-text-secondary);
  max-width: 48ch;
  margin-bottom: var(--space-2xl);
}

.signal-points {
  display: flex;
  gap: var(--space-sm);
  flex-wrap: wrap;
}

.signal-point {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  font-size: var(--fs-small);
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 0.5em 1em;
  border-radius: var(--radius-full);
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
  transition: border-color var(--transition-fast), background var(--transition-fast);
}

.signal-point:hover {
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.15);
}

.signal-point-icon {
  font-size: 0.65em;
  color: var(--signal-accent);
}

.signal-point--blue {
  --signal-accent: var(--color-data-blue);
  --signal-bg: rgba(52, 211, 153, 0.08);
  --signal-bg-hover: rgba(52, 211, 153, 0.14);
  --signal-color: var(--color-data-blue);
}

.signal-point--green {
  --signal-accent: var(--color-data-green);
  --signal-bg: rgba(52, 211, 153, 0.08);
  --signal-bg-hover: rgba(52, 211, 153, 0.14);
  --signal-color: var(--color-data-green);
}

.signal-point--violet {
  --signal-accent: var(--color-data-violet);
  --signal-bg: rgba(167, 139, 250, 0.08);
  --signal-bg-hover: rgba(167, 139, 250, 0.14);
  --signal-color: var(--color-data-violet);
}

@media (max-width: 768px) {
  .signal {
    min-height: auto;
  }

  .signal-field {
    right: 0;
    mask-image: linear-gradient(to bottom, black 20%, transparent 80%);
    -webkit-mask-image: linear-gradient(to bottom, black 20%, transparent 80%);
    bottom: 40%;
  }

  .signal-container {
    justify-content: flex-start;
    text-align: left;
  }

  .signal-text {
    margin-inline: auto;
  }

  .signal-points {
    justify-content: center;
  }
}

/* === FEATURES / CORE MODULES === */
.features-header {
  text-align: center;
  margin-bottom: var(--space-2xl);
}

.features-header .section-title {
  margin-inline: auto;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-lg);
}

.feature-card {
  padding: var(--space-xl);
  border-radius: var(--radius-2xl);
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition: border-color var(--transition-base), box-shadow var(--transition-base),
    transform var(--transition-base);
  position: relative;
  overflow: hidden;
  --color-surface: rgba(255, 255, 255, 0.6);
  --color-surface-2: rgba(255, 255, 255, 0.8);
  --color-surface-elevated: rgba(255, 255, 255, 0.9);
}

.feature-card:hover {
  border-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.12), inset 0 1px 0 rgba(255, 255, 255, 1);
  transform: translateY(-4px);
}

.feature-visual {
  width: 100%;
  height: 180px;
  border-radius: var(--radius-lg);
  margin-bottom: var(--space-lg);
  overflow: hidden;
  position: relative;
  background: var(--color-surface-2);
  border: 1px solid var(--color-border);
  perspective: 600px;
}

/* Feature 1: Timeline / Gantt rows */
.fv-timeline {
  position: absolute;
  inset: 0;
  padding: 0 12px 10px;
  display: flex;
  flex-direction: column;
}

.fv-tl-header {
  display: flex;
  align-items: center;
  padding: 8px 0 6px;
  border-bottom: 1px solid var(--color-border);
}

.fv-tl-corner {
  width: 36px;
  flex-shrink: 0;
}

.fv-tl-time {
  flex: 1;
  text-align: center;
  font-size: 0.55rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--color-text-tertiary);
  opacity: 0.7;
}

.fv-tl-row {
  display: flex;
  align-items: center;
  flex: 1;
  border-bottom: 1px solid var(--color-border-subtle, rgba(255,255,255,0.04));
}

.fv-tl-label {
  width: 36px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-right: 8px;
}

.fv-tl-label::before {
  content: '';
  width: 24px;
  height: 4px;
  border-radius: 2px;
  background: var(--color-surface-elevated);
}

.fv-tl-track {
  flex: 1;
  height: 100%;
  position: relative;
}

.fv-tl-bar {
  position: absolute;
  top: 25%;
  height: 50%;
  border-radius: 3px;
  opacity: 0;
}

/* Feature 2: Reservation slot grid */
.fv-grid-slots {
  position: absolute;
  inset: 0;
  padding: 14px;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 5px;
}

.fv-slot {
  border-radius: var(--radius-sm);
  border: 1px solid var(--color-border);
  background: var(--color-surface-2, #222222);
  min-height: 0;
  transform: scale(0.7);
  opacity: 0;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.fv-slot--booked {
  background: var(--color-data-green);
  border-color: transparent;
  opacity: 0.5;
}

.fv-slot--voucher {
  background: var(--color-data-violet);
  border-color: transparent;
  opacity: 0.45;
}

.fv-slot--pending {
  background: var(--color-data-amber);
  border-color: transparent;
  opacity: 0.5;
}

/* Feature 3: Revenue dashboard */
.fv-revenue {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
}

.fv-kpi-row {
  display: flex;
  padding: 10px 14px 6px;
  gap: 8px;
  border-bottom: 1px solid var(--color-border);
}

.fv-kpi {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1px;
  opacity: 0;
  transform: translateY(6px);
}

.fv-kpi-value {
  font-size: 0.8rem;
  font-weight: 700;
  font-family: var(--ff-heading);
  letter-spacing: -0.02em;
  color: var(--color-text);
}

.fv-kpi-label {
  font-size: 0.45rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-text-tertiary);
}

.fv-chart {
  flex: 1;
  position: relative;
  padding: 12px 14px 8px;
  display: flex;
  align-items: flex-end;
  gap: 5px;
}

.fv-bar {
  flex: 1;
  border-radius: 2px 2px 0 0;
  background: var(--color-surface-elevated);
  opacity: 0;
  transform: scaleY(0);
  transform-origin: bottom center;
}

.fv-bar--accent {
  background: var(--color-data-green);
  opacity: 0.6;
}

.fv-bar--amber {
  background: var(--color-data-amber);
  opacity: 0.55;
}

.fv-trend {
  position: absolute;
  inset: 12px 14px 8px;
  width: calc(100% - 28px);
  height: calc(100% - 20px);
  color: var(--color-text-tertiary);
  opacity: 0;
  pointer-events: none;
}

.feature-card:hover .fv-bar {
  opacity: 0.85;
}

.feature-card:hover .fv-bar--accent {
  opacity: 0.75;
}

.feature-card h3 {
  font-size: var(--fs-h3);
  margin-bottom: var(--space-sm);
}

.feature-card > p {
  color: var(--color-text-secondary);
  margin-bottom: var(--space-lg);
}

.feature-points {
  list-style: none;
  display: grid;
  gap: var(--space-xs);
}

.feature-points li {
  font-size: var(--fs-small);
  color: var(--color-text-secondary);
  padding-left: 1.25rem;
  position: relative;
}

.feature-points li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--color-text-tertiary);
  position: absolute;
  left: 0;
  top: 0.55rem;
}

/* === HOW IT WORKS === */
.how-header {
  text-align: center;
  margin-bottom: var(--space-2xl);
}

.how-header .section-title {
  margin-inline: auto;
}

.how-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-xl);
  position: relative;
}

.how-grid::before {
  content: "";
  position: absolute;
  top: 2.5rem;
  left: calc(12.5% + 1.625rem);
  right: calc(12.5% + 1.625rem);
  height: 1px;
  background: linear-gradient(to right, transparent, var(--color-border-strong) 15%, var(--color-border-strong) 85%, transparent);
}

.how-step {
  text-align: center;
  position: relative;
}

.how-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  border: 1px solid var(--color-border-strong);
  background: var(--color-surface);
  font-family: var(--ff-heading);
  font-size: var(--fs-body-lg);
  font-weight: 600;
  color: var(--color-text);
  margin-bottom: var(--space-lg);
  position: relative;
  z-index: 1;
  box-shadow: 0 0 0 6px var(--color-accent-soft);
  transition: box-shadow var(--transition-base);
}

.how-step:hover .how-number {
  box-shadow: 0 0 0 10px var(--color-accent-soft);
}

.how-step h3 {
  font-size: var(--fs-h3);
  margin-bottom: var(--space-xs);
}

.how-step p {
  color: var(--color-text-secondary);
  font-size: var(--fs-small);
  max-width: 28ch;
  margin-inline: auto;
}

/* === STATS === */
.stats-header {
  text-align: center;
  margin-bottom: var(--space-2xl);
}

.stats-header .section-title {
  margin-inline: auto;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-lg);
  position: relative;
}

.stat-block {
  text-align: center;
  padding: var(--space-xl);
  border-radius: var(--radius-xl);
  border: 1px solid var(--color-border);
  background: var(--color-surface-glass);
  position: relative;
  overflow: hidden;
}

.stat-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20%;
  right: 20%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--color-border-strong), transparent);
  border-radius: 0 0 2px 2px;
}

.stat-value {
  display: block;
  font-family: var(--ff-heading);
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  letter-spacing: var(--ls-tight);
  color: var(--color-text-bold);
  line-height: 1.1;
  margin-bottom: var(--space-xs);
}

.stat-label {
  font-size: var(--fs-small);
  color: var(--color-text-secondary);
  max-width: 24ch;
  margin-inline: auto;
}

/* === PRICING === */
.pricing-header {
  text-align: center;
  margin-bottom: var(--space-3xl);
}

.pricing-header .section-title {
  margin-inline: auto;
}

.pricing-header .section-subtitle {
  max-width: 42ch;
  margin-inline: auto;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-lg);
  align-items: stretch;
}

.pricing-card {
  display: flex;
  flex-direction: column;
  padding: var(--space-2xl);
  border-radius: var(--radius-xl);
  background: #0A0A0A;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-top: 3px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.3);
  transition: border-color var(--transition-base), box-shadow var(--transition-base), transform var(--transition-base);
  --color-text: #FFFFFF;
  --color-text-bold: #FFFFFF;
  --color-text-secondary: #B2B2B2;
  --color-text-tertiary: #808080;
  --color-border-strong: #444444;
}

.pricing-card { --pricing-accent: #FFFFFF; }

.pricing-card:hover {
  border-color: rgba(255, 255, 255, 0.15);
  border-top-color: var(--pricing-accent);
}

.pricing-card.is-featured {
  position: relative;
  z-index: 1;
}

/* removed custom scale hover so all cards behave identically */

.pricing-badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  color: #000000;
  font-size: var(--fs-caption);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.35rem 1.25rem;
  border-radius: var(--radius-full);
  white-space: nowrap;
}

.pricing-name {
  font-family: var(--ff-heading);
  font-size: var(--fs-h3);
  font-weight: 700;
  color: var(--color-text-bold);
  margin-bottom: var(--space-xs);
}

.pricing-desc {
  color: var(--color-text-secondary);
  font-size: var(--fs-body);
  line-height: 1.5;
  margin-bottom: var(--space-xl);
  min-height: 3em;
}

.pricing-price {
  font-family: var(--ff-heading);
  font-size: clamp(2.5rem, 5vw, 3.25rem);
  font-weight: 700;
  letter-spacing: var(--ls-tight);
  line-height: 1.1;
  color: var(--color-text-bold);
  margin-bottom: var(--space-2xs);
}

.pricing-price .pricing-period {
  font-size: var(--fs-body);
  font-weight: 400;
  color: var(--color-text-tertiary);
  letter-spacing: 0;
  margin-bottom: 0;
}

.pricing-period {
  font-size: var(--fs-body);
  color: var(--color-text-tertiary);
  margin-bottom: var(--space-xl);
}

.pricing-divider {
  height: 1px;
  background: #333333;
  margin-bottom: var(--space-xl);
}

.pricing-tax {
  max-width: none;
  width: 100%;
  text-align: center;
  font-size: var(--fs-small);
  color: rgba(255, 255, 255, 0.4);
  margin-top: var(--space-xl);
}

.pricing-features {
  list-style: none;
  display: grid;
  gap: var(--space-sm);
  margin-bottom: auto;
  padding-bottom: var(--space-xl);
}

.pricing-features li {
  font-size: var(--fs-body);
  color: var(--color-text);
  padding-left: 1.75rem;
  position: relative;
  line-height: 1.5;
}

.pricing-features li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0.1em;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 1em;
}

.pricing-card .btn {
  width: 100%;
  margin-top: auto;
}

.pricing-card .btn-ghost {
  color: #FFFFFF;
  border-color: #555555;
}

.pricing-card .btn-ghost:hover {
  border-color: #FFFFFF;
  background: rgba(255, 255, 255, 0.06);
}

.pricing-card .btn-primary {
  background: #FFFFFF;
  color: #000000;
  border-color: #FFFFFF;
  font-weight: 700;
}

.pricing-card .btn-primary:hover {
  background: #F0F0F0;
  border-color: #F0F0F0;
  box-shadow: 0 4px 16px rgba(255, 255, 255, 0.15);
}

/* === TESTIMONIALS === */
.quote-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-lg);
}

.quote-card {
  padding: var(--space-lg);
  padding-left: calc(var(--space-lg) + 3px);
  border-radius: var(--radius-xl);
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-left: 3px solid var(--quote-accent, var(--color-border));
  display: flex;
  flex-direction: column;
  transition: border-color var(--transition-base), box-shadow var(--transition-base);
}

.quote-card { --quote-accent: rgba(255, 255, 255, 0.15); }

.quote-card:hover {
  border-color: var(--color-border-strong);
  border-left-color: var(--quote-accent);
  box-shadow: var(--shadow-sm);
}

.quote-card p {
  font-size: var(--fs-body);
  font-style: italic;
  line-height: 1.6;
  color: var(--color-text-secondary);
  margin-bottom: var(--space-lg);
  flex: 1;
}

.quote-card p::before {
  content: '\201C';
  color: var(--quote-accent, var(--color-text-tertiary));
  font-size: 1.5em;
  font-style: normal;
  margin-right: 0.1em;
  line-height: 0;
  vertical-align: -0.15em;
}

.quote-author {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
}

.quote-avatar {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--color-accent-soft);
  border: 1px solid var(--color-border-strong);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: var(--color-text-secondary);
}

.quote-avatar--blue,
.quote-avatar--green,
.quote-avatar--violet {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.15);
  color: #FFFFFF;
}

.quote-meta {
  display: flex;
  flex-direction: column;
}

.quote-name {
  font-size: var(--fs-small);
  font-weight: 600;
  color: var(--color-text);
}

.quote-role {
  font-size: var(--fs-caption);
  color: var(--color-text-tertiary);
}

/* === FAQ === */
.faq-layout {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: var(--space-3xl);
  align-items: start;
}

.faq-left {
  position: sticky;
  top: 120px;
}

.faq-header {
  text-align: center;
  margin-bottom: var(--space-2xl);
}

.faq-header .section-title {
  margin-inline: auto;
}

#signal .eyebrow,
#faq .eyebrow {
  color: #808080;
}

#hero .eyebrow {
  color: #808080;
  margin-top: 0;
  margin-bottom: var(--space-lg);
}

#problem .eyebrow {
  color: #444444;
  font-weight: 600;
  opacity: 1;
}

#features .eyebrow {
  color: #444444;
  font-weight: 600;
  opacity: 1;
}

#pricing .eyebrow {
  color: #808080;
  font-weight: 600;
}

#contact .eyebrow {
  color: #666666;
  opacity: 1;
  background: none;
  padding: 0;
  border-radius: 0;
  font-weight: 600;
}

.accordion {
  max-width: var(--container-narrow);
  margin-inline: auto;
  display: grid;
  gap: var(--space-xs);
}

.accordion-item {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: var(--color-surface);
  overflow: hidden;
  transition: border-color var(--transition-fast);
}

.accordion-item:has(.accordion-trigger[aria-expanded="true"]) {
  border-color: var(--color-accent);
  box-shadow: inset 3px 0 0 var(--color-accent);
}

.accordion-trigger {
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  padding: 1.1rem 1.25rem;
  font-family: var(--ff-body);
  font-size: var(--fs-body);
  font-weight: 600;
  color: var(--color-text);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-md);
}

.accordion-trigger:hover {
  color: var(--color-text-bold);
}

.accordion-trigger:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: -2px;
}

.accordion-trigger::after {
  content: "+";
  font-size: 1.25rem;
  line-height: 1;
  color: #000000;
  opacity: 0.4;
  flex-shrink: 0;
  transition: transform var(--transition-base), color var(--transition-fast), opacity var(--transition-fast);
}

.accordion-trigger[aria-expanded="true"]::after {
  transform: rotate(45deg);
  color: #000000;
  opacity: 1;
}

.accordion-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--transition-base);
}

.accordion-panel p {
  padding: 0 1.25rem 1.25rem;
  color: var(--color-text-secondary);
  line-height: var(--lh-body);
}

/* === FINAL CTA / FORMS === */
.final-cta {
  position: relative;
  overflow: hidden;
  padding: var(--space-3xl) 0;
}

.contact-subtitle {
  color: var(--color-text-secondary);
  font-size: var(--fs-body-lg);
  line-height: 1.5;
  margin-bottom: var(--space-xl);
  max-width: 44ch;
  margin-inline: auto;
}

.form-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-md);
}

.form-block {
  padding: var(--space-3xl) var(--space-2xl) var(--space-2xl);
  border-radius: var(--radius-2xl);
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  text-align: center;
  position: relative;
  z-index: 2;
  --color-text: #000000;
  --color-text-bold: #000000;
  --color-text-secondary: #444444;
  --color-text-tertiary: #666666;
  --color-border: rgba(0, 0, 0, 0.15);
  --color-border-strong: rgba(0, 0, 0, 0.25);
  --color-border-hover: rgba(0, 0, 0, 0.4);
  --color-surface: rgba(255, 255, 255, 0.6);
  --color-surface-elevated: rgba(255, 255, 255, 0.9);
}

.form-block .eyebrow {
  margin-bottom: var(--space-xs);
  color: #555555;
}

.form-block .btn-primary {
  background: #000000;
  color: #FFFFFF;
  font-weight: 700;
  border-color: #000000;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.form-block .btn-primary:hover {
  background: #222222;
  border-color: #222222;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.2);
}

.form-block .btn-primary:active {
  background: #333333;
  box-shadow: none;
}

.form-block .section-title {
  font-size: var(--fs-h2);
  max-width: none;
  margin-inline: auto;
  margin-bottom: var(--space-sm);
  color: #000000;
}

.contact-form,
.newsletter-form {
  display: grid;
  gap: var(--space-md);
  text-align: left;
}

label span {
  display: block;
  margin-bottom: var(--space-2xs);
  font-size: var(--fs-small);
  color: var(--color-text-secondary);
  transition: color var(--transition-fast);
}

label:focus-within span {
  color: var(--color-text);
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 0.75rem 1rem;
  font-family: var(--ff-body);
  font-size: var(--fs-body);
  color: var(--color-text);
  background: var(--color-surface);
  transition: border-color var(--transition-fast), background var(--transition-fast), box-shadow var(--transition-fast);
  resize: none;
}

input::placeholder,
textarea::placeholder {
  color: var(--color-text-tertiary);
}

.form-block input[type="date"] {
  color-scheme: light;
}

input[type="date"] {
  color-scheme: light;
}

input:focus-visible,
textarea:focus-visible {
  outline: none;
  border-color: var(--color-border-hover);
  box-shadow: 0 0 0 3px var(--color-accent-soft);
  background: var(--color-surface-elevated, var(--color-surface));
}

#contact input,
#contact textarea {
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #000000;
  border-radius: var(--radius-sm);
}

#contact input:focus-visible,
#contact textarea:focus-visible {
  border-color: #000000;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.8);
}

#contact label span {
  color: #555555;
}

#contact label:focus-within span {
  color: #000000;
}

.newsletter-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: var(--space-xs);
}

.form-feedback {
  min-height: 1.4rem;
  font-size: var(--fs-small);
  color: var(--color-text-secondary);
}

/* === FOOTER === */
.site-footer {
  padding: var(--space-3xl) 0 var(--space-xl);
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: var(--space-2xl);
  margin-bottom: var(--space-2xl);
}

.footer-brand {
  font-family: var(--ff-heading);
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 0;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.footer-brand-logo {
  width: 22px;
  height: 22px;
}

.footer-brand-line {
  display: block;
  width: 32px;
  height: 2px;
  background: var(--color-border-strong);
  margin: var(--space-sm) 0;
  border-radius: 1px;
}

.footer-brand-desc {
  color: var(--color-text-secondary);
  font-size: var(--fs-small);
  max-width: 30ch;
}

.footer-col h4 {
  font-size: var(--fs-small);
  font-weight: 600;
  margin-bottom: var(--space-md);
  color: var(--color-text);
}

.footer-col ul {
  list-style: none;
  display: grid;
  gap: var(--space-sm);
}

.footer-col a {
  font-size: var(--fs-small);
  color: var(--color-text-secondary);
  transition: color var(--transition-fast);
  position: relative;
  display: inline-block;
}

.footer-col a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: var(--color-accent);
  transition: width 0.3s ease;
}

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

.footer-col a:hover::after {
  width: 100%;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--space-md);
  padding-top: var(--space-lg);
  border-top: 1px solid var(--color-border);
}

.footer-copy {
  color: var(--color-text-tertiary);
  font-size: var(--fs-caption);
}

.footer-legal {
  display: flex;
  gap: var(--space-lg);
}

.footer-legal a {
  font-size: var(--fs-caption);
  color: var(--color-text-tertiary);
  transition: color var(--transition-fast);
}

.footer-legal a:hover {
  color: var(--color-text-secondary);
}

/* === RESPONSIVE === */
/* === TABLET LANDSCAPE (iPad variants: 768–1024px tall in landscape) === */
@media (min-width: 768px) and (max-height: 1024px) and (orientation: landscape) {
  .hero {
    padding-top: clamp(5rem, 10vh, 7rem);
    padding-bottom: var(--space-2xl);
    min-height: auto;
  }

  .hero-title {
    font-size: clamp(2.8rem, 6vw, 4.5rem);
  }

  .hero-subtitle {
    margin-bottom: var(--space-xl);
  }

  .hero-dashboard-wrapper {
    width: min(820px, 80vw);
    margin-top: var(--space-xl);
  }
}

@media (max-width: 1024px) {
  .features-grid,
  .pricing-grid,
  .quote-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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


  .pricing-card:last-child {
    grid-column: 1 / -1;
    max-width: calc(50% - (var(--space-lg) / 2));
    justify-self: center;
    width: 100%;
  }

  .how-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-lg);
  }

  .how-grid::before {
    display: none;
  }

  .faq-layout {
    grid-template-columns: 1fr;
    gap: var(--space-2xl);
  }

  .faq-left {
    position: relative;
    top: 0;
    margin-bottom: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .faq-left .section-subtitle {
    margin-inline: auto;
  }

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

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

  .nav-cta {
    display: none;
  }

  .nav-toggle {
    display: block;
  }

  .site-header nav.container-wide {
    padding-inline: 1rem;
    width: 100%;
  }

  .features-grid,
  .quote-grid,
  .how-grid,
  .stats-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .form-row-2 {
    grid-template-columns: 1fr;
  }

  .faq-layout {
    grid-template-columns: 1fr;
    gap: var(--space-xl);
  }

  .faq-left {
    position: relative;
    top: 0;
    margin-bottom: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .faq-left .section-subtitle {
    margin-inline: auto;
  }

  .pricing-card:last-child {
    max-width: none;
  }


  .pricing-desc {
    min-height: auto;
  }

  .how-grid::before {
    display: none;
  }

  .newsletter-row {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: var(--space-xl);
  }

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

  .hero-content {
    padding: var(--space-xl) var(--space-lg);
    align-items: flex-start;
    text-align: left;
  }

  .hero-subtitle {
    margin-inline: 0;
  }

  .hero-title {
    font-size: clamp(2.7rem, 10vw, 3.5rem);
  }

  .hero-dashboard-wrapper {
    width: 95vw;
    margin-bottom: 20px;
  }

  .hero-dashboard {
    transform: rotateX(20deg);
  }

  .dash-sidebar {
    display: none;
  }

  .dash-panel {
    display: none;
  }

  .dash-body {
    min-height: 240px;
  }

  .dash-bar-label {
    display: none;
  }

  .btn-lg {
    width: auto;
  }

  .trust-logos {
    gap: 1.5rem;
  }

  .stat-block {
    padding: var(--space-lg);
  }

  .dash-toolbar {
    padding: 4px 10px;
  }

  .dash-header-right .dash-chip {
    font-size: 6px;
    padding: 1px 4px;
  }

  .dash-search {
    width: 36px;
    height: 12px;
  }

  .dash-filter-chip {
    font-size: 6px;
    padding: 1px 4px;
  }

  .dash-time-axis span:nth-child(even) {
    display: none;
  }

  .dash-header {
    padding: 6px 10px;
  }

  .dash-footer {
    padding: 6px 10px;
    gap: 8px;
  }

  .dash-kpi {
    font-size: 7px;
  }
}

@media (max-width: 480px) {
  .container,
  .container-narrow,
  .container-wide {
    padding-inline: var(--space-lg);
  }

  .hero-title {
    font-size: clamp(2.4rem, 10vw, 3.2rem);
  }

  .hero-content {
    padding: var(--space-lg) var(--space-lg);
    align-items: flex-start;
    text-align: left;
  }

  .hero-subtitle {
    margin-inline: 0;
  }

  .hero-dashboard-wrapper {
    width: 96vw;
    margin-bottom: 10px;
  }

  .hero-dashboard {
    transform: rotateX(16deg);
  }

  .dash-body {
    min-height: 180px;
  }

  .section-title {
    font-size: clamp(1.6rem, 7vw, 2.4rem);
  }

  .feature-visual {
    height: 140px;
  }

  .pricing-card {
    padding: var(--space-lg);
  }

  .form-block {
    padding: var(--space-lg);
  }
}
