:root {
  /* Netto design token layer — marketing dark editorial (teal / navy) */
  --netto-brand: #0D9488;
  --netto-brand-hover: #0F766E;
  --netto-brand-dark: #115e59;
  --netto-brand-deep: #06101e;
  --netto-brand-ink: #0a1628;
  --netto-neutral-surface: #0f2037;
  --netto-text-muted: #a1a1aa;
  --netto-success-bright: #6ee7b7;
  --netto-critical-bright: #E24B4A;
  --netto-fg-1: #f4f4f5;
  --netto-fg-2: #a1a1aa;
  --netto-fg-3: #71717a;
  --netto-fg-4: rgba(161, 161, 170, 0.85);
  --netto-fg-5: rgba(161, 161, 170, 0.55);
  --netto-fg-on-brand: #FFFFFF;
  --netto-bg-canvas: #0a1628;
  --netto-bg-surface: #0f2037;
  --netto-bg-surface-alt: rgba(255, 255, 255, 0.03);
  --netto-bg-table-head: #0f2037;
  --netto-bg-skeleton: #152a45;
  --netto-border-1: rgba(255, 255, 255, 0.10);
  --netto-border-2: rgba(255, 255, 255, 0.08);
  --netto-border-3: rgba(255, 255, 255, 0.06);
  --netto-border-input: rgba(255, 255, 255, 0.25);
  --netto-border-input-soft: rgba(255, 255, 255, 0.14);
  --netto-success-fg: #1A7F5A;
  --netto-success-fg-strong: #1a6634;
  --netto-success-bg: #d3f0dc;
  --netto-success-bg-soft: rgba(26, 127, 90, 0.05);
  --netto-success-banner-bg: #f0faf0;
  --netto-success-border: rgba(26, 127, 90, 0.22);
  --netto-warning-fg: #b98900;
  --netto-warning-fg-strong: #6d5200;
  --netto-warning-bg: #ffea8a;
  --netto-warning-banner-bg: #fff4e5;
  --netto-warning-banner-bg-2: #fef3c7;
  --netto-warning-border: #f49342;
  --netto-warning-text: #78350f;
  --netto-warning-trial-amber: #f59e0b;
  --netto-critical-fg: #d72c0d;
  --netto-critical-fg-strong: #6d0000;
  --netto-critical-fg-text: #E4553D;
  --netto-critical-bg: #fed3d1;
  --netto-critical-bg-soft: rgba(228, 85, 61, 0.05);
  --netto-critical-banner-bg: #fef2f2;
  --netto-critical-border: #fecaca;
  --netto-info-fg: #0848a6;
  --netto-info-bg: #e0f0ff;
  --netto-info-link: #2c6ecb;
  --netto-info-link-strong: #005bd3;
  --netto-margin-good: #1b5e20;
  --netto-margin-warning: #e65100;
  --netto-margin-critical: #c62828;
  --netto-dot-green: #1A7F5A;
  --netto-dot-yellow: #b98900;
  --netto-dot-orange: #ffa500;
  --netto-dot-red: #d72c0d;
  --netto-dot-neutral: #71717a;
  --marketing-bg-deepest: #06101e;
  --marketing-bg-canvas: #0a1628;
  --marketing-bg-surface: #0f2037;
  --marketing-navy: #0f2744;
  --marketing-navy-surface: #0d1f38;
  --marketing-accent: #0d9488;
  --marketing-accent-hover: #0f766e;
  --marketing-emerald: #6ee7b7;
  --marketing-text: #f4f4f5;
  --marketing-text-muted: #a1a1aa;
  --marketing-text-dim: #71717a;
  --marketing-border: rgba(255, 255, 255, 0.08);
  --netto-font-system:
    system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  --netto-font-mono:
    ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas,
    "Liberation Mono", monospace;
  --netto-text-3xs: 0.6875rem;
  --netto-text-2xs: 0.75rem;
  --netto-text-xs: 0.8125rem;
  --netto-text-sm: 0.875rem;
  --netto-text-base: 1rem;
  --netto-text-md: 1.0625rem;
  --netto-text-lg: 1.5625rem;
  --netto-text-xl: 1.75rem;
  --netto-text-2xl: 2.25rem;
  --netto-text-hero: 3rem;
  --netto-text-profit-hero: 3.5rem;
  --netto-fw-regular: 400;
  --netto-fw-medium: 500;
  --netto-fw-semibold: 600;
  --netto-fw-bold: 700;
  --netto-tracking-display: -0.025em;
  --netto-tracking-heading: -0.02em;
  --netto-tracking-caps: 0.04em;
  --netto-tracking-caps-tight: 0.02em;
  --netto-lh-tight: 1.15;
  --netto-lh-snug: 1.3;
  --netto-lh-body: 1.45;
  --netto-lh-prose: 1.5;
  --netto-radius-xs: 4px;
  --netto-radius-sm: 6px;
  --netto-radius-md: 8px;
  --netto-radius-lg: 10px;
  --netto-radius-xl: 12px;
  --netto-radius-pill: 999px;
  --netto-shadow-card: 0 1px 0 rgba(255, 255, 255, 0.04);
  --netto-shadow-tooltip: 0 4px 12px rgba(0, 0, 0, 0.25);
  --netto-shadow-help: 0 2px 12px rgba(0, 0, 0, 0.30);
  --netto-ease-quick: 0.15s;
  --netto-ease-base: 0.3s;
  --netto-ease-shimmer: 1.6s;

  --purple: #0d9488;
  --purple-dark: #0f766e;
  --purple-light: #ccfbf1;
  --purple-surface: rgba(13, 148, 136, 0.08);
  --purple-glow: rgba(13, 148, 136, 0.15);
  --dark-bg: #0a1628;
  --dark-surface: #0f2037;
  --dark-border: rgba(255, 255, 255, 0.08);
  --dark-text: #f4f4f5;
  --dark-muted: #a1a1aa;
  --dark-subtle: #71717a;
  --gray-900: #f4f4f5;
  --gray-700: #a1a1aa;
  --gray-500: #a1a1aa;
  --gray-200: rgba(255, 255, 255, 0.12);
  --gray-100: #0f2037;
  --white: #FFFFFF;
  --font-display: "Sora", sans-serif;
  --font-body: "Plus Jakarta Sans", sans-serif;
  --radius: 8px;
  --radius-lg: 12px;
  --max-width: 1100px;
}

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

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
}

html {
  background: #060f1c;
}

body {
  display: flex;
  flex-direction: column;
  font-family: var(--font-body);
  color: var(--marketing-text);
  background: linear-gradient(180deg, #0d1f38 0%, #0a1628 40%, #060f1c 100%);
  background-attachment: fixed;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

.site-header,
.site-main,
.site-footer {
  position: relative;
  z-index: 1;
}

.site-main {
  flex: 1;
}

.site-header {
  flex-shrink: 0;
}

a { color: var(--purple); text-decoration: none; }
a:hover { text-decoration: underline; }

a.logo,
a.logo:hover,
a.logo:focus {
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: var(--netto-fg-on-brand);
  background-clip: initial;
  color: var(--netto-fg-on-brand);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.5rem;
  text-decoration: none;
  letter-spacing: -0.02em;
  display: inline-flex;
  align-items: center;
  line-height: 0;
  overflow: hidden;
  border-radius: 7px;
  flex-shrink: 0;
}

.site-header .logo img {
  height: 28px;
  width: 28px;
  display: block;
  object-fit: cover;
  border-radius: inherit;
}

.container { max-width: var(--max-width); margin: 0 auto; padding: 0 24px; }
.section { padding: 72px 0; }
.section-alt { background: var(--gray-100); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(10, 22, 40, 0.85);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .site-header {
    background: rgba(10, 22, 40, 0.98);
  }
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
  height: 60px;
}

.nav { display: flex; align-items: center; gap: 8px; }

.nav > a:not(.btn) {
  position: relative;
  text-decoration: none;
}

.nav > a:not(.btn)::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 2px;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}

.nav > a:not(.btn):hover::after,
.nav > a:not(.btn):focus-visible::after {
  transform: scaleX(1);
}

.nav a {
  font-family: var(--font-body);
  color: var(--netto-fg-on-brand);
  font-size: 0.875rem;
  letter-spacing: 0.01em;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: var(--radius);
  transition: color 0.15s, opacity 0.15s;
}

.nav a:hover { color: var(--netto-fg-on-brand); opacity: 0.85; text-decoration: none; }

.nav-dropdown { position: relative; }

.nav-dropdown-toggle {
  font-family: var(--font-body);
  color: var(--netto-fg-on-brand);
  font-size: 0.875rem;
  letter-spacing: 0.01em;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: var(--radius);
  cursor: pointer;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: color 0.15s, opacity 0.15s;
}

.nav-dropdown-toggle:hover { color: var(--netto-fg-on-brand); opacity: 0.85; }

.nav-dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  margin-top: -8px;
  padding: 14px 6px 6px;
  background: var(--dark-surface);
  border: 1px solid var(--dark-border);
  border-radius: var(--radius-lg);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  min-width: 210px;
  z-index: 200;
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown.open .nav-dropdown-menu { display: block; }

.nav-dropdown-menu a {
  display: block;
  padding: 8px 12px;
  color: var(--dark-muted);
  font-family: var(--font-body);
  font-size: 0.9rem;
  border-radius: 4px;
}

.nav-dropdown-menu a:hover { background: rgba(255, 255, 255, 0.05); color: var(--dark-text); text-decoration: none; }

.btn {
  display: inline-block;
  padding: 10px 20px;
  border-radius: var(--radius);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.9375rem;
  cursor: pointer;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
  text-decoration: none;
  line-height: 1.4;
  letter-spacing: -0.01em;
}

.btn-primary {
  background: var(--netto-brand);
  color: var(--netto-fg-on-brand);
  border: none;
  border-radius: var(--netto-radius-sm);
  transition: background 0.15s ease, box-shadow 0.15s ease, color 0.15s ease;
}

.btn-primary:hover {
  background: var(--netto-brand-hover);
  text-decoration: none;
  color: var(--netto-fg-on-brand);
  box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.25);
}

.btn-primary:focus,
.btn-primary:focus-visible {
  color: var(--netto-fg-on-brand);
}

header .nav a.btn-primary,
header nav a.btn.btn-primary,
.mobile-nav a.btn-primary {
  color: var(--netto-fg-on-brand);
}

header .nav a.btn-primary {
  margin-left: 8px;
}

header .nav a.btn-primary:hover,
header .nav a.btn-primary:focus,
header .nav a.btn-primary:focus-visible,
.mobile-nav a.btn-primary:hover,
.mobile-nav a.btn-primary:focus,
.mobile-nav a.btn-primary:focus-visible {
  color: var(--netto-fg-on-brand);
}

.btn-secondary {
  background: transparent;
  color: var(--purple);
  border: 1.5px solid var(--purple);
}

.btn-secondary:hover { background: var(--purple-surface); color: var(--purple-dark); text-decoration: none; }

.btn-waitlist {
  background: transparent;
  color: var(--gray-500);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius);
  padding: 11px 24px;
  font-family: var(--font-body);
  font-weight: 500;
  cursor: pointer;
  opacity: 1;
  transition: border-color 0.15s, color 0.15s;
}

.btn-waitlist:hover {
  color: var(--purple);
  border-color: var(--purple);
}

.btn-lg { padding: 14px 28px; font-size: 1.0625rem; }

.hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  flex-direction: column;
  gap: 5px;
}

.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--dark-muted);
  border-radius: 2px;
  transition: all 0.2s;
}

.mobile-nav {
  display: none;
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  background: var(--dark-bg);
  border-bottom: 1px solid var(--dark-border);
  padding: 16px 24px;
  z-index: 99;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  flex-direction: column;
  gap: 4px;
}

.mobile-nav.open { display: flex; }

.mobile-nav a {
  font-family: var(--font-body);
  color: var(--dark-muted);
  font-size: 1rem;
  font-weight: 500;
  padding: 10px 12px;
  border-radius: var(--radius);
}

.mobile-nav a:hover { background: rgba(255, 255, 255, 0.05); color: var(--dark-text); text-decoration: none; }
.mobile-nav .btn { margin-top: 8px; text-align: center; }

h1 {
  font-family: var(--font-display);
  font-size: clamp(1.875rem, 4vw, 2.75rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--gray-900);
}

h2 {
  font-family: var(--font-display);
  font-size: clamp(1.375rem, 3vw, 1.875rem);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.01em;
  margin-bottom: 16px;
  color: var(--gray-900);
}

h3 {
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 8px;
  color: var(--gray-900);
}

p { font-family: var(--font-body); color: var(--gray-700); margin-bottom: 16px; line-height: 1.65; }
p:last-child { margin-bottom: 0; }

.gradient-text {
  background: linear-gradient(135deg, #f4f4f5 0%, #CCFBF1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero {
  background: var(--dark-bg);
  position: relative;
  overflow: hidden;
  padding: 96px 24px 80px;
  text-align: center;
}

.hero-glow {
  display: none;
}

.hero .hero-inner {
  max-width: 640px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.hero h1 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  color: var(--dark-text);
  font-family: var(--font-display);
  font-size: 52px;
  font-weight: 700;
  line-height: 1.15;
}

.hero .subheading {
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
  max-width: 560px;
  margin: 0 auto 32px;
  line-height: 1.65;
}

.hero-ctas { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-bottom: 16px; }

.hero-note {
  font-family: var(--font-body);
  font-size: 0.8125rem;
  color: var(--dark-subtle);
  margin-top: 16px;
}

.hero .gradient-text {
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: currentColor;
  background-clip: initial;
}

.hero .btn-primary {
  min-height: 48px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
}

.hero .btn-secondary {
  background: transparent;
  color: var(--netto-fg-on-brand);
  border: 1px solid rgba(255, 255, 255, 0.9);
  min-height: 48px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
}

.hero .btn-secondary:hover {
  border-color: var(--netto-fg-on-brand);
  color: var(--white);
  background: transparent;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 32px;
  margin-top: 40px;
}

.section-eyebrow {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--netto-brand);
  margin-bottom: 10px;
}

.step { display: flex; flex-direction: column; gap: 10px; }

.home-how-steps .steps-grid .step {
  background: var(--marketing-bg-surface);
  border: 1px solid var(--marketing-border);
  border-radius: 10px;
  box-shadow: none;
  padding: 24px;
}

.home-how-steps {
  background: var(--marketing-bg-canvas);
}

.home-how-steps h2 {
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 700;
  color: var(--marketing-text);
}

.home-how-cta-wrap {
  margin-top: 32px;
}

.step-number {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--purple-surface);
  color: var(--purple-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.9375rem;
  flex-shrink: 0;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  margin-top: 40px;
}

.card {
  background: var(--marketing-bg-surface);
  border: 1px solid var(--marketing-border);
  border-radius: var(--radius-lg);
  padding: 28px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 40px;
  align-items: start;
}

.pricing-card {
  background: var(--marketing-bg-surface);
  border: 1px solid var(--marketing-border);
  border-radius: 16px;
  padding: 28px 24px;
  position: relative;
}

.pricing-card.popular {
  border: 1px solid var(--marketing-border);
  border-left: 3px solid var(--purple);
}

.badge-popular {
  display: inline-block;
  background: var(--purple);
  color: #ffffff;
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 100px;
  padding: 3px 10px;
  margin-bottom: 10px;
}

.pricing-plan {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  color: var(--netto-fg-2);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

.pricing-price {
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--marketing-text);
  line-height: 1;
  margin-bottom: 4px;
}

.pricing-price span {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 400;
  color: var(--marketing-text-dim);
}

.pricing-features { list-style: none; margin: 16px 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.pricing-features li { font-family: var(--font-body); font-size: 14px; color: var(--netto-fg-1); display: flex; align-items: flex-start; gap: 8px; }
.pricing-features li::before {
  content: "";
  width: 16px;
  height: 16px;
  margin-top: 2px;
  flex-shrink: 0;
  background-color: var(--marketing-emerald);
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.5 8.5L6.5 11.5L12.5 4.5' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.5 8.5L6.5 11.5L12.5 4.5' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.pricing-card .btn { width: 100%; text-align: center; margin-top: 12px; }
.pricing-note { text-align: center; margin-top: 24px; font-size: 0.9375rem; color: var(--gray-500); }

.compare-table-wrap { overflow-x: auto; margin-top: 32px; border-radius: var(--radius); border: 0.5px solid var(--gray-200); }
.compare-table { width: 100%; border-collapse: collapse; font-size: 0.9375rem; font-family: var(--font-body); }
.compare-table th, .compare-table td { padding: 12px 16px; text-align: left; border-bottom: 0.5px solid var(--gray-200); }
.compare-table th { background: var(--gray-100); font-family: var(--font-display); font-weight: 600; color: var(--gray-900); }
.compare-table tr:last-child td { border-bottom: none; }
.compare-table tr:hover td { background: rgba(255, 255, 255, 0.03); }
.check { color: var(--marketing-emerald); font-weight: 700; }
.cross { color: var(--netto-fg-2); font-size: 0; }
.cross::before { content: "—"; font-size: 14px; font-weight: 500; line-height: 1; }
.col-netto { background: var(--purple-surface) !important; }
.compare-table thead .col-netto {
  color: #f4f4f5;
  font-weight: 600;
}

.compare-links { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; margin-top: 32px; }

.compare-link-card {
  display: block;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--marketing-border);
  border-radius: 12px;
  padding: 24px 28px;
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--gray-900);
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.compare-link-card:hover {
  background: rgba(13, 148, 136, 0.06);
  border-color: rgba(13, 148, 136, 0.3);
  transform: translateY(-2px);
  text-decoration: none;
  color: var(--gray-900);
}

.compare-link-card .arrow {
  color: var(--purple);
  margin-left: 6px;
  display: inline-block;
  transition: transform 0.2s ease;
}

.compare-link-card:hover .arrow {
  transform: translateX(4px);
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 32px;
}

.faq-list > details {
  background: var(--marketing-bg-surface);
  border: 1px solid var(--marketing-border);
  border-radius: 10px;
  overflow: hidden;
}

summary {
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--gray-900);
  cursor: pointer;
  list-style: none;
  padding: 16px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  line-height: 1.4;
}

summary::-webkit-details-marker { display: none; }

summary::after {
  content: "+";
  flex-shrink: 0;
  color: var(--purple);
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1;
  transition: transform 0.2s;
}

details[open] summary::after { content: "−"; }

details .faq-answer,
details p,
details > *:not(summary) {
  font-family: var(--font-body);
  color: var(--gray-700);
  line-height: 1.7;
  padding: 0 18px 18px;
  margin: 0;
}

.faq-page-header {
  background: var(--dark-bg);
  padding: 64px 24px 56px;
  margin-bottom: 0;
}

.faq-page-header h1 {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--dark-text);
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  letter-spacing: -0.02em;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.faq-page-header p {
  color: var(--dark-muted);
  font-family: var(--font-body);
  text-align: center;
  max-width: 560px;
  margin: 16px auto 0;
}

.faq-content {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 64px 24px 80px;
}

.faq-section { margin-bottom: 64px; }
.faq-section:last-of-type { margin-bottom: 0; }

.faq-section-header {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 8px;
  padding-bottom: 16px;
  border-bottom: 2px solid var(--purple-surface);
}

.faq-section-number {
  font-family: var(--font-display);
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--purple);
  letter-spacing: 0.06em;
  flex-shrink: 0;
}

.faq-section-header h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.375rem;
  color: var(--gray-900);
  margin: 0;
  letter-spacing: -0.01em;
}

.faq-content .faq-list { margin-top: 16px; }

.faq-content details {
  border-radius: var(--radius);
  transition: background 0.15s;
}

.faq-content details:hover {
  background: rgba(255, 255, 255, 0.04);
  padding-left: 12px;
  padding-right: 12px;
  margin-left: -12px;
  margin-right: -12px;
}

.faq-content details:hover > summary { color: var(--purple); }
.faq-content .faq-compare-links { margin-top: 20px; }

.faq-content .compare-link-card {
  border-left: 3px solid var(--purple);
  border-top: 0.5px solid var(--gray-200);
  border-right: 0.5px solid var(--gray-200);
  border-bottom: 0.5px solid var(--gray-200);
  border-radius: 0 var(--radius-lg) var(--radius-lg) 0;
  transition: border-color 0.15s, background 0.15s;
  color: var(--purple);
  font-family: var(--font-display);
  font-weight: 600;
}

.faq-content .compare-link-card:hover {
  background: var(--purple-surface);
  border-left-color: var(--purple-dark);
  text-decoration: none;
  color: var(--purple);
}

.faq-content .compare-link-card .arrow { color: var(--purple); }

.section-intro { max-width: 680px; margin-bottom: 8px; }
.section-intro p { font-family: var(--font-body); color: var(--gray-700); font-size: 1.0625rem; line-height: 1.65; }

.home-standalone-banner {
  padding: 18px 0;
  background: rgba(13, 148, 136, 0.08);
  border-top: 1px solid rgba(13, 148, 136, 0.2);
  border-bottom: 1px solid rgba(13, 148, 136, 0.2);
}

.home-standalone-banner-inner {
  text-align: center;
}

.home-standalone-banner-text {
  margin: 0;
  font-size: 0.9375rem;
  color: #CCFBF1;
  font-family: var(--font-body);
  line-height: 1.5;
}

.home-standalone-banner-link {
  color: #0D9488;
  font-weight: 600;
  text-decoration: none;
}

.home-pricing-coming-soon {
  margin-top: 10px;
  font-size: 0.8125rem;
  color: var(--netto-fg-2);
  text-align: center;
}

.home-faq-cta {
  margin-top: 24px;
}

.page-pricing {
  background: var(--marketing-bg-canvas);
}

.page-pricing h1 {
  color: var(--marketing-text);
}

.page-pricing-intro {
  margin-top: 16px;
  font-size: 1.0625rem;
  color: var(--netto-fg-2);
  max-width: 600px;
}

.page-pricing-subtitle {
  margin-top: 48px;
  font-size: clamp(1.375rem, 3vw, 1.75rem);
  font-family: var(--font-display);
  color: var(--netto-fg-1);
  letter-spacing: -0.01em;
}

.page-pricing-group-title {
  margin-top: 40px;
  font-size: 1.25rem;
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--netto-fg-1);
}

.pricing-trial-banner {
  background: rgba(245, 158, 11, 0.12);
  border: 1px solid rgba(245, 158, 11, 0.35);
  border-left: 3px solid var(--netto-warning-trial-amber);
  padding: 14px 20px;
  border-radius: 8px;
  color: #fde68a;
  margin-top: 20px;
  margin-bottom: 24px;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.45;
}

.page-pricing-compare-note {
  margin-top: 28px;
  margin-bottom: 8px;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--netto-fg-2);
  max-width: 760px;
}

.pricing-card-lede {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--marketing-text-dim);
  margin: 8px 0 12px;
}

.billing-plan-tagline {
  font-size: 14px;
  font-weight: 500;
  color: var(--marketing-text);
  line-height: 1.4;
  margin: 0 0 14px;
}

.billing-plan-tagline-sub {
  font-size: 12px;
  font-style: italic;
  color: var(--marketing-text-dim);
  line-height: 1.5;
  margin: -10px 0 14px;
}

.pricing-includes {
  font-size: 0.8125rem;
  color: var(--netto-fg-2);
  margin: 0 0 10px;
}

.pricing-feature-block {
  margin-bottom: 14px;
}

.pricing-feature-block-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--marketing-text-dim);
  margin: 0 0 4px;
}

.pricing-feature-block-desc {
  font-size: 12px;
  line-height: 1.45;
  color: var(--netto-fg-2);
  margin: 0 0 6px;
}

.pricing-features--tight li {
  font-size: 13px;
  line-height: 1.45;
  margin-bottom: 4px;
}

.pricing-feature-block--highlight {
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(13, 148, 136, 0.08);
  border: 1px solid rgba(13, 148, 136, 0.22);
}

.pricing-card-foot {
  font-size: 12px;
  color: var(--netto-fg-2);
  margin: 12px 0 4px;
}

.page-pricing-shopify-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 24px;
}

.page-pricing-shopify-grid .pricing-card.popular .badge-popular {
  background: var(--netto-brand);
  color: #ffffff;
  border-radius: var(--netto-radius-pill);
  padding: 2px 10px;
  font-size: 0;
  letter-spacing: 0;
  margin-bottom: 12px;
}

.page-pricing-shopify-grid .pricing-card.popular .badge-popular::before {
  content: "RECOMMENDED";
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-pricing-shopify-grid .pricing-features li:first-child {
  font-size: 13px;
  color: var(--netto-fg-2);
}

.page-pricing-shopify-grid .pricing-card .btn-primary {
  background: var(--netto-brand);
  color: #ffffff;
  border: none;
}

.page-pricing-shopify-grid .pricing-card .btn-secondary {
  background: transparent;
  color: var(--netto-brand);
  border: 1px solid var(--netto-brand);
}

.pricing-card-scale .pricing-price {
  opacity: 0.6;
}

.pricing-card-scale .btn-waitlist {
  background: transparent;
  color: var(--netto-fg-2);
  border: 1px solid var(--gray-200);
  opacity: 0.55;
  pointer-events: none;
  cursor: not-allowed;
}

.pricing-scale-note {
  margin-top: 8px;
  font-size: 0.8125rem;
  color: var(--netto-fg-2);
  text-align: center;
}

.page-pricing-compare-title {
  margin-top: 56px;
  margin-bottom: 8px;
}

.compare-price-meta {
  font-weight: 400;
  font-size: 0.85rem;
}

.page-pricing-standalone-title {
  margin-top: 56px;
}

.page-pricing-standalone-grid {
  margin-top: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 720px;
}

.page-pricing .check {
  color: var(--marketing-emerald);
}

.callout {
  background: var(--purple-surface);
  border-left: 4px solid var(--purple);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 20px 24px;
  margin: 28px 0;
}

.callout p { color: var(--gray-700); margin: 0; }

.example-block {
  background: var(--marketing-bg-deepest);
  border: 1px solid var(--marketing-border);
  border-radius: var(--radius);
  padding: 20px 24px;
  margin: 24px 0;
  font-family: "Courier New", monospace;
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--gray-900);
}

.who-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; margin-top: 32px; }
.who-card { background: var(--marketing-bg-surface); border: 1px solid var(--marketing-border); border-radius: var(--radius-lg); padding: 24px; }
.who-card h3 { font-family: var(--font-display); color: var(--purple); margin-bottom: 12px; }
.who-card ul { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.who-card ul li { font-family: var(--font-body); font-size: 0.9375rem; color: var(--gray-700); padding-left: 20px; position: relative; }
.who-card ul li::before { content: "→"; color: var(--purple); position: absolute; left: 0; }

.page-how-it-works .section { padding: 72px 24px; }

.page-how-it-works .section .container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

.page-how-it-works .section.section-alt { border-top: 3px solid var(--purple-surface); }

.page-how-it-works .eyebrow {
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--purple);
  margin: 0 0 10px;
}

.page-how-it-works .section-header .eyebrow { margin-bottom: 10px; }
.page-how-it-works .section-header h1 { margin-bottom: 0; }
.page-how-it-works .hiw-intro { margin-top: 20px; }
.page-how-it-works .hiw-example-heading { margin-top: 40px; }
.page-how-it-works .hiw-example-heading h3 { margin-bottom: 12px; }

.page-how-it-works .code-example-eyebrow {
  margin-top: 0;
  margin-bottom: 10px;
}

.page-how-it-works .cards-grid .card {
  border-left: 3px solid var(--purple);
  border-top: 1px solid var(--marketing-border);
  border-right: 1px solid var(--marketing-border);
  border-bottom: 1px solid var(--marketing-border);
  border-radius: 0 var(--radius-lg) var(--radius-lg) 0;
  padding: 20px 22px;
  background: var(--marketing-bg-surface);
}

.page-how-it-works .cards-grid .card h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--gray-900);
  margin: 0 0 8px;
}

.page-how-it-works .code-example {
  background: var(--dark-bg);
  color: #e2e0e9;
  border-radius: var(--radius-lg);
  padding: 28px 32px;
  font-family: "Courier New", Courier, monospace;
  font-size: 0.875rem;
  line-height: 1.8;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.page-how-it-works .code-example-highlight { color: #CCFBF1; }
.page-how-it-works .hiw-dashboard-note { margin-top: 24px; }

.page-how-it-works .section-how-cta {
  background: var(--dark-bg);
  padding: 80px 24px;
  text-align: center;
}

.page-how-it-works .section-how-cta h2 {
  color: var(--dark-text);
  font-family: var(--font-display);
}

.page-how-it-works .section-how-cta .hiw-cta-sub { color: var(--dark-muted); }

.page-how-it-works .hiw-cta-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 24px;
}

.page-how-it-works .section-how-cta .btn-secondary {
  color: var(--netto-fg-on-brand);
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: transparent;
}

.page-how-it-works .section-how-cta .btn-secondary:hover {
  border-color: var(--netto-fg-on-brand);
  color: var(--white);
  background: transparent;
  text-decoration: none;
}

.site-footer {
  background: var(--marketing-bg-deepest);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 40px 0;
  margin-top: 0;
}

.footer-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-brand-row {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-logo-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
  background: linear-gradient(135deg, #0D9488, #0F2744);
  box-shadow: 0 0 24px rgba(13, 148, 136, 0.45);
}

.footer-copyright {
  font-family: var(--font-body);
  color: var(--netto-fg-on-brand);
  font-size: 0.9rem;
}

.footer-links-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}

.footer-links.netto-footer-links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 16px;
}

.footer-resources {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 14px;
}

.footer-section-label {
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
}

.site-footer .netto-ext-link {
  font-family: var(--font-body);
  color: #71717a;
  font-size: 0.9rem;
  text-decoration: none;
  transition: color 0.15s ease;
}

.site-footer .netto-ext-link:hover {
  color: #f4f4f5;
  text-decoration: none;
}

.site-footer .netto-footer-sep { color: rgba(255, 255, 255, 0.35); user-select: none; }

/* Shared content typography/rhythm for marketing pages */
.page-how-it-works h2,
.faq-content h2,
.compare-page h2,
.standalone-page h2 {
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 700;
  color: var(--marketing-text);
}

.page-how-it-works p,
.faq-ds p,
.compare-page p,
.standalone-page p {
  font-family: var(--font-body);
  font-size: 16px;
  color: var(--netto-fg-1);
}

.page-how-it-works .eyebrow,
.faq-ds .faq-section-header::before {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--netto-brand);
}

.page-how-it-works {
  counter-reset: hiw-step;
}

.page-how-it-works .hiw-step .section-header::before {
  counter-increment: hiw-step;
  content: "STEP " counter(hiw-step, decimal-leading-zero);
  display: block;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--netto-brand);
  margin-bottom: 10px;
}

.page-how-it-works .hiw-step h3 {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 700;
  color: var(--marketing-text);
}

.page-how-it-works .code-example {
  background: var(--marketing-bg-deepest);
  color: #f4f4f5;
  border-radius: 8px;
  padding: 20px;
}

/* FAQ refinement */
.faq-ds .faq-section-header::before {
  content: "Section";
  display: block;
  margin-bottom: 8px;
}

.faq-ds details {
  border-bottom: none;
}

.faq-ds summary {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 600;
  color: var(--marketing-text);
  padding: 18px 20px;
  border-bottom: none;
}

.faq-ds summary::after {
  transition: transform 0.3s ease;
}

.faq-ds details[open] summary::after {
  content: "+";
  transform: rotate(45deg);
}

.faq-ds details > .faq-answer {
  display: block;
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  margin: 0;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-ds details[open] > .faq-answer {
  max-height: 600px;
  padding: 0 20px 18px;
}

.faq-ds details .faq-answer p {
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--netto-fg-1);
  line-height: 1.7;
  margin: 0;
  padding: 0;
}

/* Comparison pages */
.compare-page .compare-hero {
  background: var(--netto-brand-deep);
}

.compare-page .compare-hero h1 {
  color: #FFFFFF;
  font-family: var(--font-display);
  font-size: 44px;
  font-weight: 700;
}

.compare-page .compare-hero-intro {
  margin-top: 20px;
  max-width: 700px;
  color: rgba(255, 255, 255, 0.82);
}

.compare-page .compare-hero-callout {
  margin-top: 24px;
  max-width: 700px;
}

.compare-page .compare-table-wrap {
  border: 1px solid var(--marketing-border);
  border-radius: 12px;
  overflow: hidden;
}

.compare-page .compare-table th {
  background: var(--marketing-bg-deepest);
  color: #f4f4f5;
}

.compare-page .compare-table thead .col-netto {
  background: var(--netto-brand) !important;
  color: #ffffff;
}

.compare-page .compare-table tbody tr:nth-child(odd) td {
  background: var(--marketing-bg-surface);
}

.compare-page .compare-table tbody tr:nth-child(even) td {
  background: var(--marketing-bg-canvas);
}

.compare-page .compare-table td,
.compare-page .compare-table th {
  border-bottom: 1px solid var(--marketing-border);
}

.compare-page .check {
  color: var(--marketing-emerald);
}

.compare-page .cross {
  color: var(--netto-critical-fg);
  font-size: inherit;
}

.compare-page .cross::before {
  content: none;
}

.compare-page-cta {
  text-align: center;
}

.compare-page-cta-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 24px;
}

.compare-page-cta .compare-primary-cta::after {
  content: " →";
}

/* Standalone landing */
.standalone-hero .hero-inner {
  max-width: 720px;
}

.standalone-who-grid,
.standalone-feature-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 40px;
}

.standalone-feature-columns {
  gap: 40px 48px;
  align-items: start;
}

.standalone-who-card {
  background: var(--marketing-bg-surface);
  border: 1px solid var(--marketing-border);
  border-radius: 10px;
  box-shadow: none;
  padding: 24px;
}

.standalone-who-card .emoji {
  font-size: 1.75rem;
  line-height: 1;
  margin-bottom: 12px;
  display: block;
}

.standalone-who-card h3 {
  font-family: var(--font-display);
  font-size: 1.125rem;
  margin-bottom: 10px;
  color: var(--marketing-text);
}

.standalone-who-card p {
  margin: 0;
}

.standalone-feature-columns ul {
  list-style: none;
  padding: 24px;
  margin: 0;
  background: var(--marketing-bg-surface);
  border: 1px solid var(--marketing-border);
  border-radius: 10px;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.standalone-feature-columns li {
  font-family: var(--font-body);
  font-size: 16px;
  color: var(--netto-fg-1);
  padding-left: 22px;
  position: relative;
  line-height: 1.55;
}

.standalone-feature-columns li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--marketing-emerald);
  font-weight: 700;
}

.standalone-pricing-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 32px;
  max-width: 760px;
}

.standalone-pricing-note {
  text-align: center;
  margin-top: 28px;
  font-size: 0.9375rem;
  color: var(--netto-fg-2);
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.standalone-steps .steps-grid {
  margin-top: 32px;
}

.standalone-cta-banner {
  background: var(--netto-brand);
  padding: 64px 24px;
  text-align: center;
}

.standalone-cta-banner h2,
.standalone-cta-banner p {
  color: #FFFFFF;
}

.standalone-cta-banner p {
  margin-bottom: 24px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.standalone-cta-banner .btn-primary {
  background: #ffffff;
  color: var(--marketing-bg-deepest);
}

/* Waitlist */
.waitlist-hero.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: auto;
}

.waitlist-hero-inner.hero-inner {
  max-width: 560px;
  width: 100%;
}

.waitlist-hero.hero h1 {
  color: var(--dark-text);
  font-family: var(--font-display);
  font-size: 52px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

.waitlist-sub.waitlist-sub,
.waitlist-hero .waitlist-sub {
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.65;
  margin: 0 auto 24px;
  max-width: 560px;
}

.waitlist-features {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.waitlist-features li {
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 400;
  color: var(--netto-fg-1);
  line-height: 1.55;
  margin-bottom: 10px;
  padding-left: 22px;
  position: relative;
}

.waitlist-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--marketing-emerald);
  font-weight: 700;
}

.waitlist-form-card {
  background: var(--marketing-bg-surface);
  border: 1px solid var(--marketing-border);
  border-radius: 10px;
  box-shadow: none;
  padding: 32px;
  max-width: 440px;
  margin: 0 auto;
  text-align: left;
}

.waitlist-form-card .waitlist-features {
  margin-bottom: 28px;
}

.waitlist-form label {
  display: block;
  font-family: var(--font-body);
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--netto-fg-2);
  margin-bottom: 8px;
}

.waitlist-form input[type="email"] {
  width: 100%;
  padding: 12px 14px;
  border-radius: var(--netto-radius-sm);
  border: 1px solid var(--netto-border-input-soft);
  background: var(--netto-bg-surface);
  color: var(--netto-fg-1);
  font-family: var(--font-body);
  font-size: 1rem;
}

.waitlist-form input[type="email"]:focus {
  outline: none;
  border-color: var(--netto-brand);
  box-shadow: 0 0 0 2px var(--purple-glow);
}

.waitlist-form .field-errors {
  margin-top: 8px;
  font-family: var(--font-body);
  font-size: 0.875rem;
  color: var(--netto-critical-fg);
}

.waitlist-form .btn-submit {
  margin-top: 16px;
  width: 100%;
  text-align: center;
  border: none;
  cursor: pointer;
}

/* Waitlist confirmation */
.waitlist-confirmed-section {
  background: var(--netto-bg-canvas);
  padding: 72px 24px;
}

.waitlist-confirmed-card {
  background: var(--marketing-bg-surface);
  border: 1px solid var(--marketing-border);
  border-radius: 12px;
  box-shadow: none;
  padding: 48px 40px;
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
}

.waitlist-confirmed-title {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 700;
  color: var(--marketing-text);
  margin: 0 0 16px;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.waitlist-confirmed-body {
  font-family: var(--font-body);
  font-size: 16px;
  color: var(--netto-fg-1);
  line-height: 1.65;
  margin: 0;
}

.waitlist-confirmed-body strong {
  font-weight: 600;
  color: var(--netto-fg-1);
}

.waitlist-confirmed-actions {
  margin-top: 28px;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}

/* -------------------------------------------------------------------------- */
/* Scroll reveal (global) — always visible                                     */
/* -------------------------------------------------------------------------- */
.reveal {
  opacity: 1;
  transform: none;
}

/* -------------------------------------------------------------------------- */
/* Homepage — layout & motion (.page-home on <body>)                           */
/* -------------------------------------------------------------------------- */
.page-home .hero {
  background: #0a1628;
}

.page-home .hero-inner {
  max-width: 720px;
}

.page-home .hero-title-wrap {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.page-home .hero h1 {
  position: relative;
  z-index: 1;
  font-size: clamp(3rem, 6vw, 5.5rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--marketing-text);
}

.page-home .hero .subheading {
  max-width: 580px;
  font-size: 1.125rem;
  color: #a1a1aa;
}

.page-home .hero .btn-primary {
  background: #0D9488;
  color: #fff;
  border-radius: 8px;
  padding: 14px 28px;
  min-height: 0;
  transition: background 0.15s ease, box-shadow 0.15s ease;
}

.page-home .hero .btn-primary:hover {
  background: #0F766E;
  box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.25);
}

.page-home .hero .btn-secondary {
  background: transparent;
  color: var(--marketing-text);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  padding: 14px 28px;
  min-height: 0;
  transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.page-home .hero .btn-secondary:hover {
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.04);
  color: var(--marketing-text);
}

.page-home .hero-note {
  font-size: 0.8rem;
  color: #71717a;
}

.page-home .hero-note .dot-sep {
  opacity: 0.7;
  padding: 0 0.35em;
}

.page-home .hero-social-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 24px;
}

.page-home .hero-social-chip {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(13, 148, 136, 0.2);
  border-radius: 100px;
  padding: 5px 14px;
  font-size: 0.78rem;
  color: #6ee7b7;
  font-family: var(--font-body);
}

/* Hero Dashboard */
.page-home .hero-inner {
  max-width: 1100px;
  display: grid;
  grid-template-columns: 45% 55%;
  gap: 36px;
  align-items: center;
}

.page-home .hero-left {
  text-align: left;
}

.page-home .hero-left .hero-title-wrap,
.page-home .hero-left h1,
.page-home .hero-left .subheading {
  margin-left: 0;
  margin-right: 0;
}

.page-home .hero-left .hero-ctas,
.page-home .hero-left .hero-social-proof {
  justify-content: flex-start;
}

.hero-dashboard-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hd-scene {
  perspective: 1200px;
  perspective-origin: 50% 50%;
  position: relative;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}

.hd-card {
  position: relative;
  background: linear-gradient(145deg, #0D2140 0%, #0A1628 60%, #061018 100%);
  border: 1px solid rgba(13, 148, 136, 0.25);
  border-radius: 16px;
  overflow: hidden;
  transform-style: preserve-3d;
  transform: rotateX(0deg) rotateY(0deg);
  transition: transform 0.12s ease-out;
  box-shadow:
    0 0 0 1px rgba(13, 148, 136, 0.1),
    0 32px 80px rgba(0, 0, 0, 0.5),
    0 0 120px rgba(13, 148, 136, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  will-change: transform;
}

.hd-card--balanced {
  box-shadow:
    0 0 0 1px rgba(13, 148, 136, 0.5),
    0 32px 80px rgba(0, 0, 0, 0.5),
    0 0 60px rgba(13, 148, 136, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition: box-shadow 0.4s ease;
}

.hd-chrome {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.03);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.hd-chrome-dots { display: flex; gap: 6px; }

.hd-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.hd-dot--red { background: #FF5F57; }
.hd-dot--yellow { background: #FFBD2E; }
.hd-dot--green { background: #28C840; }

.hd-chrome-title {
  flex: 1;
  text-align: center;
  font-size: 11px;
  color: rgba(255,255,255,0.35);
  font-family: var(--font-body);
  letter-spacing: 0.02em;
}

.hd-live-badge {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #0D9488;
  font-family: var(--font-body);
}

.hd-live-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0D9488;
  animation: hd-pulse 1.5s ease-in-out infinite;
}

@keyframes hd-pulse {
  0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(13,148,136,0.6); }
  50% { opacity: 0.7; box-shadow: 0 0 0 4px rgba(13,148,136,0); }
}

.hd-spotlight {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(350px circle at 50% 50%,
    rgba(13,148,136,0.08), transparent 70%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
  border-radius: 16px;
}

.hd-card:hover .hd-spotlight { opacity: 1; }

.hd-notification {
  margin: 14px 14px 0;
  padding: 12px 14px;
  background: rgba(13, 148, 136, 0.08);
  border: 1px solid rgba(13, 148, 136, 0.2);
  border-left: 3px solid #0D9488;
  border-radius: 10px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-12px);
  transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.34,1.56,0.64,1);
}

.hd-notification.hd-visible {
  opacity: 1;
  transform: translateY(0);
}

.hd-notification-icon {
  width: 28px;
  height: 28px;
  background: rgba(13,148,136,0.15);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #0D9488;
  flex-shrink: 0;
}

.hd-notification-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #0D9488;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.hd-notification-amount {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 700;
  color: #f4f4f5;
  line-height: 1.2;
}

.hd-notification-meta {
  font-size: 10px;
  color: rgba(255,255,255,0.35);
  margin-top: 2px;
}

.hd-notification-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  background: linear-gradient(90deg, #0D9488, #6EE7B7);
  transition: width 0.8s linear;
}

.hd-notification-progress.hd-filling { width: 100%; }

.hd-card.hd-loop-out .hd-notification,
.hd-card.hd-loop-out .hd-journal-row,
.hd-card.hd-loop-out .hd-journal-total,
.hd-card.hd-loop-out .hd-balanced {
  opacity: 0 !important;
  transform: translateY(-6px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.hd-card.hd-loop-out .hd-notification {
  transform: translateY(-10px);
}

.hd-card.hd-loop-out .hd-notification-progress {
  transition: width 0.65s ease;
}

.hd-card.hd-loop-idle .hd-notification,
.hd-card.hd-loop-idle .hd-journal-row,
.hd-card.hd-loop-idle .hd-journal-total,
.hd-card.hd-loop-idle .hd-balanced {
  opacity: 0;
  transform: translateY(-8px);
}

.hd-journal {
  margin: 12px 14px 0;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 10px;
  overflow: hidden;
  font-family: var(--font-body);
}

.hd-journal-header {
  display: grid;
  grid-template-columns: 1fr 90px 90px;
  padding: 8px 12px;
  background: rgba(255,255,255,0.03);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.hd-journal-header span {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.3);
  text-transform: uppercase;
}

.hd-journal-header span:not(:first-child) { text-align: right; }

.hd-journal-row {
  display: grid;
  grid-template-columns: 1fr 90px 90px;
  padding: 7px 12px;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity 0.3s ease, transform 0.3s ease, background 0.2s ease;
}

.hd-journal-row.hd-visible {
  opacity: 1;
  transform: translateX(0);
}

.hd-journal-row:hover { background: rgba(255,255,255,0.03); }
.hd-journal-row:last-child { border-bottom: none; }

.hd-row-account {
  font-size: 11px;
  color: rgba(255,255,255,0.55);
}

.hd-row-debit,
.hd-row-credit {
  font-size: 11px;
  font-weight: 600;
  text-align: right;
  font-family: var(--font-display);
}

.hd-row-debit { color: #f4f4f5; }
.hd-row-credit { color: #6EE7B7; }
.hd-row-empty { color: rgba(255,255,255,0.15); }

@keyframes hd-flash {
  0% { background: rgba(13,148,136,0.15); }
  100% { background: transparent; }
}

.hd-journal-row.hd-flash { animation: hd-flash 0.5s ease-out; }

.hd-journal-total {
  display: grid;
  grid-template-columns: 1fr 90px 90px;
  padding: 8px 12px;
  background: rgba(255,255,255,0.03);
  border-top: 1px solid rgba(255,255,255,0.08);
  font-size: 11px;
  font-weight: 700;
  color: rgba(255,255,255,0.5);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.hd-journal-total.hd-visible { opacity: 1; }

.hd-journal-total span:not(:first-child) {
  text-align: right;
  color: #f4f4f5;
  font-family: var(--font-display);
}

.hd-balanced {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9px 12px;
  font-size: 11px;
  font-weight: 600;
  color: #0D9488;
  letter-spacing: 0.03em;
  opacity: 0;
  transition: opacity 0.4s ease;
  background: rgba(13,148,136,0.06);
}

.hd-balanced.hd-visible { opacity: 1; }

.hd-balanced-icon {
  font-size: 13px;
  animation: hd-check-pop 0.4s cubic-bezier(0.34,1.56,0.64,1) both;
}

@keyframes hd-check-pop {
  0% { transform: scale(0); }
  100% { transform: scale(1); }
}

.hd-kpi-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 12px 14px 0;
}

.hd-kpi {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 8px;
  padding: 8px 10px;
}

.hd-kpi-label {
  display: block;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.3);
  text-transform: uppercase;
  margin-bottom: 3px;
}

.hd-kpi-value {
  display: block;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  color: #f4f4f5;
  line-height: 1;
}

.hd-kpi-delta {
  display: block;
  font-size: 9px;
  font-weight: 600;
  margin-top: 3px;
}

.hd-kpi-delta--up { color: #6EE7B7; }
.hd-kpi-delta--down { color: #F87171; }

.hd-chart {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  padding: 10px 14px 0;
  height: 48px;
}

.hd-bar {
  flex: 1;
  background: rgba(13,148,136,0.25);
  border-radius: 3px 3px 0 0;
  transition: height 0.6s cubic-bezier(0.34,1.1,0.64,1), background 0.3s ease;
  cursor: default;
  position: relative;
}

.hd-bar:hover { background: rgba(13,148,136,0.6); }
.hd-bar--active { background: rgba(13,148,136,0.5); }
.hd-bar--new { background: #0D9488; }

.hd-bar-tooltip {
  position: absolute;
  bottom: calc(100% + 6px);
  left: 50%;
  transform: translateX(-50%);
  background: #0D2140;
  border: 1px solid rgba(13,148,136,0.3);
  border-radius: 6px;
  padding: 4px 8px;
  font-size: 9px;
  color: #f4f4f5;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.15s ease;
  z-index: 10;
}

.hd-bar:hover .hd-bar-tooltip { opacity: 1; }

.hd-status-bar {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 10px 14px 14px;
  font-size: 10px;
  color: rgba(255,255,255,0.25);
}

.hd-status-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #0D9488;
  animation: hd-pulse 2s ease-in-out infinite;
}

.hd-badge {
  position: absolute;
  background: rgba(10,22,40,0.9);
  border: 1px solid rgba(13,148,136,0.3);
  border-radius: 100px;
  padding: 5px 12px;
  font-size: 10px;
  font-weight: 600;
  color: #6EE7B7;
  letter-spacing: 0.04em;
  pointer-events: none;
  animation: hd-float 4s ease-in-out infinite;
  backdrop-filter: blur(8px);
  z-index: 10;
}

.hd-badge--top-right {
  top: -14px;
  right: 20px;
  animation-delay: 0s;
}

.hd-badge--bottom-left {
  bottom: -14px;
  left: 20px;
  animation-delay: 2s;
}

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

.page-home .section {
  background: #0a1628;
}

.page-home .section.section-alt {
  background: #0d1f38;
}

.page-home .home-problem {
  background: #0d1f38;
}

.page-home .home-problem-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
  margin-top: 8px;
}

.page-home .home-problem-copy h2 {
  margin-bottom: 16px;
  color: var(--marketing-text);
}

.page-home .home-problem-copy .section-intro p {
  color: #a1a1aa;
  font-size: 1.0625rem;
}

.page-home .home-journal-card {
  background: var(--marketing-bg-deepest);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 24px;
}

.page-home .home-journal-panels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.page-home .home-journal-panel {
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  padding: 14px;
  background: rgba(0, 0, 0, 0.2);
}

.page-home .home-journal-badge {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 12px;
  padding: 3px 8px;
  border-radius: 4px;
}

.page-home .home-journal-badge--bad {
  color: #f87171;
  background: rgba(248, 113, 113, 0.12);
}

.page-home .home-journal-badge--good {
  color: #6ee7b7;
  background: rgba(110, 231, 183, 0.12);
}

.page-home .home-journal-table {
  width: 100%;
  font-size: 0.72rem;
  font-family: var(--font-body);
  color: #a1a1aa;
  border-collapse: collapse;
}

.page-home .home-journal-table th,
.page-home .home-journal-table td {
  padding: 6px 4px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.page-home .home-journal-table th {
  color: #71717a;
  font-weight: 600;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.page-home .home-journal-table td.num {
  text-align: right;
  font-variant-numeric: tabular-nums;
  color: #f4f4f5;
}

.page-home .home-journal-table td.num .home-journal-dash {
  display: block;
  text-align: center;
  color: #71717a;
  font-weight: 400;
}

.page-home .home-problem-below {
  margin-top: 32px;
  max-width: 720px;
}

.page-home .home-problem-below p {
  color: #a1a1aa;
  font-size: 1.0625rem;
  line-height: 1.65;
}

.page-home .home-how-steps {
  background: #0a1628;
}

.page-home .home-how-steps h2,
.page-home .home-how-steps .section-eyebrow {
  text-align: center;
}

.page-home .home-steps-timeline {
  margin-top: 48px;
  position: relative;
}

.page-home .home-steps-line {
  position: absolute;
  top: 20px;
  left: 8%;
  right: 8%;
  height: 2px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 1px;
  pointer-events: none;
}

.page-home .home-steps-line-inner {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #0D9488, #CCFBF1);
  transform-origin: left center;
  transform: scaleX(1);
  border-radius: 1px;
}

.page-home .home-steps-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  position: relative;
  z-index: 1;
}

.page-home .home-step {
  text-align: center;
}

.page-home .home-step-node {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #0D9488;
  color: #fff;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}

.page-home .home-step h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1rem;
  color: var(--marketing-text);
  margin-bottom: 8px;
}

.page-home .home-step p {
  font-size: 0.9rem;
  color: #a1a1aa;
  line-height: 1.55;
  margin: 0;
}

.page-home .home-how-cta-wrap {
  text-align: center;
}

.page-home .home-profit {
  background: #0d1f38;
}

.page-home .home-profit-inner {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 40px;
  align-items: center;
}

.page-home .home-profit-copy h2 {
  color: var(--marketing-text);
}

.page-home .home-profit-mock-wrap {
  filter: none;
}

.page-home .browser-frame {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: none;
  background: var(--marketing-bg-deepest);
}

.page-home .browser-chrome {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  background: var(--marketing-bg-surface);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

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

.page-home .browser-dot:nth-child(1) { background: #f87171; }
.page-home .browser-dot:nth-child(2) { background: #fbbf24; }
.page-home .browser-dot:nth-child(3) { background: #6ee7b7; }

.page-home .browser-body {
  padding: 20px;
  background: var(--marketing-bg-deepest);
}

.page-home .mock-kpi-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 20px;
}

.page-home .mock-kpi {
  background: var(--marketing-bg-surface);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 12px;
}

.page-home .mock-kpi-label {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #71717a;
  margin-bottom: 6px;
}

.page-home .mock-kpi-value {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.125rem;
  color: #f4f4f5;
}

.page-home .mock-bars {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 8px;
  height: 100px;
  padding-top: 8px;
}

.page-home .mock-bar {
  flex: 1;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(180deg, #0D9488 0%, rgba(13, 148, 136, 0.25) 100%);
  min-height: 20%;
}

.page-home .mock-bar:nth-child(2) { min-height: 45%; }
.page-home .mock-bar:nth-child(3) { min-height: 70%; }
.page-home .mock-bar:nth-child(4) { min-height: 55%; }
.page-home .mock-bar:nth-child(5) { min-height: 85%; }
.page-home .mock-bar:nth-child(6) { min-height: 40%; }

.page-home .pricing-note {
  color: #71717a;
  font-size: 0.85rem;
}

.page-home .pricing-note::before {
  content: "⬡ ";
  color: #71717a;
}

.page-home .pricing-card.popular {
  border: 1.5px solid #0D9488;
  box-shadow: none;
}

.page-home .pricing-card.popular .badge-popular {
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.page-home .pricing-card .btn {
  border-radius: 8px;
  padding: 12px;
}

.page-home .pricing-card:not(.popular) .btn-secondary {
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: var(--marketing-text);
}

.page-home .pricing-card:not(.popular) .btn-secondary:hover {
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.04);
  color: var(--marketing-text);
}

.page-home .pricing-card--coming-soon .home-pricing-coming-badge {
  display: inline-block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  font-size: 0.7rem;
  padding: 4px 10px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #a1a1aa;
  background: rgba(255, 255, 255, 0.04);
  text-align: center;
}

/* -------------------------------------------------------------------------- */
/* Home FAQ — custom accordion (JS in home.html)                               */
/* -------------------------------------------------------------------------- */
#home-faq .faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 32px;
}

#home-faq .faq-accordion-item {
  background: var(--marketing-bg-surface);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  overflow: hidden;
}

#home-faq .faq-accordion-trigger {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 16px 18px;
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1rem;
  color: var(--marketing-text);
  text-align: left;
}

#home-faq .faq-accordion-chevron {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  color: #0D9488;
  transition: transform 0.2s ease;
}

#home-faq .faq-accordion-item.is-open .faq-accordion-chevron {
  transform: rotate(180deg);
}

#home-faq .faq-accordion-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

#home-faq .faq-accordion-panel-inner {
  padding: 0 18px 18px;
  font-family: var(--font-body);
  font-size: 0.9375rem;
  color: #a1a1aa;
  line-height: 1.65;
}

#home-faq .faq-accordion-panel-inner p {
  margin: 0;
  color: inherit;
}

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

  .page-home .pricing-grid {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 16px;
    padding-bottom: 8px;
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
    -webkit-overflow-scrolling: touch;
  }

  .page-home .pricing-grid .pricing-card {
    min-width: 280px;
    flex: 0 0 auto;
    scroll-snap-align: start;
  }
}

@media (max-width: 768px) {
  .nav { display: none; }
  .hamburger { display: flex; }
  .hero { padding: 56px 24px 48px; }
  .hero h1 { font-size: clamp(2rem, 8vw, 52px); }
  .page-home .hero h1 {
    font-size: clamp(2.2rem, 8vw, 3.5rem);
  }
  .page-home .hero-inner {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .page-home .hero-left {
    text-align: center;
  }
  .page-home .hero-left .hero-title-wrap,
  .page-home .hero-left h1,
  .page-home .hero-left .subheading {
    margin-left: auto;
    margin-right: auto;
  }
  .page-home .hero-left .hero-ctas,
  .page-home .hero-left .hero-social-proof {
    justify-content: center;
  }
  .hero-dashboard-wrapper {
    margin-top: 48px;
  }
  .hero-dashboard-wrapper .hd-scene {
    width: 90%;
    max-width: 100%;
  }
  .hero-dashboard-wrapper .hd-card {
    max-height: 560px;
  }
  .hd-badge {
    display: none;
  }
  .page-home .hero-ctas {
    flex-direction: column;
    align-items: stretch;
  }
  .page-home .hero-ctas .btn {
    width: 100%;
    justify-content: center;
  }
  .page-home .home-problem-grid {
    grid-template-columns: 1fr;
  }
  .page-home .home-journal-panels {
    grid-template-columns: 1fr;
  }
  .page-home .home-steps-line {
    display: none;
  }
  .page-home .home-steps-row {
    grid-template-columns: 1fr;
    position: relative;
    padding-left: 28px;
    gap: 28px;
  }
  .page-home .home-steps-row::before {
    content: "";
    position: absolute;
    left: 19px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: rgba(255, 255, 255, 0.1);
  }
  .page-home .home-step {
    text-align: left;
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 12px 16px;
    align-items: start;
  }
  .page-home .home-step-node {
    margin: 0;
    grid-row: 1 / span 2;
    align-self: start;
  }
  .page-home .home-step-body {
    grid-column: 2;
  }
  .page-home .home-step-body h3 {
    margin-bottom: 6px;
  }
  .page-home .home-profit-inner {
    grid-template-columns: 1fr;
  }
  .compare-links {
    grid-template-columns: 1fr;
  }
  .hero .subheading { font-size: 16px; }
  .section { padding: 48px 0; }
  .page-how-it-works .section { padding: 72px 24px; }
  .page-how-it-works .section-how-cta { padding: 64px 24px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .page-pricing-shopify-grid { grid-template-columns: 1fr; }
  .page-pricing-standalone-grid { grid-template-columns: 1fr; max-width: 100%; }
  .standalone-who-grid,
  .standalone-feature-columns,
  .standalone-pricing-row { grid-template-columns: 1fr; }
  .compare-table th:first-child,
  .compare-table td:first-child { min-width: 160px; }
}

@media (max-width: 767px) {
  .hero-dashboard-wrapper { margin-top: 48px; }
  .hd-scene { max-width: 100%; }
  .hd-badge { display: none; }
}
