/* ============================================================
   COR•REC Business Management Software — Custom Stylesheet
   Stack: Bootstrap 5.3.8 + Custom dark theme + Teal accent
   ============================================================ */

/* ── 1. CSS VARIABLES ─────────────────────────────────────── */
:root {
  --bg-base: #09090d;
  --bg-surface: #111218;
  --bg-card: #181a22;
  --bg-card-hover: #1f2130;
  --border-subtle: rgba(255, 255, 255, 0.07);
  --border-teal: rgba(0, 196, 180, 0.35);

  --teal: #00c4b4;
  --teal-light: #3dd6c8;
  --teal-dark: #009e91;
  --teal-glow: rgba(0, 196, 180, 0.18);
  --teal-glow-soft: rgba(0, 196, 180, 0.08);

  --text-primary: #eef0f5;
  --text-secondary: #9aa0b0;
  --text-muted: #8b93a8;

  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-xl: 32px;

  --shadow-card: 0 4px 24px rgba(0, 0, 0, 0.4);
  --shadow-teal: 0 0 40px rgba(0, 196, 180, 0.15);
  --shadow-teal-btn: 0 4px 20px rgba(0, 196, 180, 0.35);

  --transition-fast: 0.18s ease;
  --transition-base: 0.28s ease;
  --transition-slow: 0.45s ease;

  --font-sans: "Inter", system-ui, -apple-system, sans-serif;
  --font-mono: "JetBrains Mono", "Fira Code", monospace;
}

/* ── 2. BASE ─────────────────────────────────────────────── */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font-sans);
  background-color: var(--bg-base);
  color: var(--text-primary);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

::selection {
  background: var(--teal);
  color: #000;
}

/* Scrollbar */
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background: var(--bg-base);
}
::-webkit-scrollbar-thumb {
  background: var(--teal-dark);
  border-radius: 4px;
}

/* ── 3. TYPOGRAPHY ──────────────────────────────────────── */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: var(--text-primary);
}

.display-1,
.display-2,
.display-3 {
  letter-spacing: -0.035em;
}

.text-teal {
  color: var(--teal) !important;
}
.text-secondary-custom {
  color: var(--text-secondary);
}
.text-muted-custom {
  color: var(--text-muted);
}

/* Gradient headline */
.gradient-text {
  background: linear-gradient(
    135deg,
    var(--teal-light) 0%,
    var(--teal) 50%,
    #00897b 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Eyebrow label */
.eyebrow {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--teal);
  display: inline-block;
  margin-bottom: 1rem;
}

/* ── 4. LINKS ───────────────────────────────────────────── */
a {
  color: var(--teal);
  text-decoration: none;
  transition: color var(--transition-fast);
}
a:hover {
  color: var(--teal-light);
}

/* ── 5. NAVBAR ──────────────────────────────────────────── */
.navbar-correc {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1050;
  padding: 1.1rem 0;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition:
    background var(--transition-base),
    border-color var(--transition-base),
    padding var(--transition-base),
    backdrop-filter var(--transition-base);
}

.navbar-correc.scrolled {
  background: rgba(9, 9, 13, 0.82);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  border-bottom-color: var(--border-subtle);
  padding: 0.65rem 0;
}

.navbar-correc .navbar-brand {
  font-weight: 800;
  font-size: 1.25rem;
  letter-spacing: -0.03em;
  color: var(--text-primary);
  display: flex;
  align-items: center;
  gap: 0.35rem;
}
.navbar-correc .navbar-brand .dot {
  color: var(--teal);
}

.navbar-correc .nav-link {
  color: var(--text-secondary);
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.4rem 0.9rem !important;
  border-radius: var(--radius-sm);
  transition:
    color var(--transition-fast),
    background var(--transition-fast);
}
.navbar-correc .nav-link:hover,
.navbar-correc .nav-link.active {
  color: var(--text-primary);
  background: rgba(255, 255, 255, 0.05);
}

.navbar-correc .nav-cta {
  background: var(--teal);
  color: #000 !important;
  font-weight: 600;
  padding: 0.45rem 1.1rem !important;
  border-radius: var(--radius-sm);
  transition:
    background var(--transition-fast),
    box-shadow var(--transition-fast),
    transform var(--transition-fast);
}
.navbar-correc .nav-cta:hover {
  background: var(--teal-light);
  box-shadow: var(--shadow-teal-btn);
  transform: translateY(-1px);
}

/* Hamburger */
.navbar-toggler {
  border: 1px solid var(--border-subtle);
  padding: 0.4rem 0.6rem;
  border-radius: var(--radius-sm);
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23eef0f5' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* ── 6. BUTTONS ─────────────────────────────────────────── */
.btn-teal {
  background: var(--teal);
  color: #000;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.01em;
  border: none;
  border-radius: var(--radius-sm);
  padding: 0.75rem 1.75rem;
  transition:
    background var(--transition-fast),
    box-shadow var(--transition-fast),
    transform var(--transition-fast);
  position: relative;
  overflow: hidden;
}
.btn-teal::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0);
  transition: background var(--transition-fast);
}
.btn-teal:hover {
  background: var(--teal-light);
  color: #000;
  box-shadow: var(--shadow-teal-btn);
  transform: translateY(-2px);
}
.btn-teal:active {
  transform: translateY(0);
}

.btn-outline-teal {
  background: transparent;
  color: var(--teal);
  font-weight: 600;
  font-size: 0.9rem;
  border: 1px solid var(--border-teal);
  border-radius: var(--radius-sm);
  padding: 0.75rem 1.75rem;
  transition:
    background var(--transition-fast),
    border-color var(--transition-fast),
    box-shadow var(--transition-fast),
    transform var(--transition-fast);
}
.btn-outline-teal:hover {
  background: var(--teal-glow-soft);
  border-color: var(--teal);
  color: var(--teal-light);
  transform: translateY(-2px);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.05);
  color: var(--text-secondary);
  font-weight: 500;
  font-size: 0.875rem;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-sm);
  padding: 0.65rem 1.5rem;
  transition:
    background var(--transition-fast),
    color var(--transition-fast);
}
.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.09);
  color: var(--text-primary);
}

/* ── 7. HERO SECTION ────────────────────────────────────── */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 7rem 0 5rem;
}

/* Radial glow backgrounds */
.hero::before {
  content: "";
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
  height: 700px;
  background: radial-gradient(
    ellipse at center,
    rgba(0, 196, 180, 0.1) 0%,
    rgba(0, 196, 180, 0.04) 40%,
    transparent 70%
  );
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute;
  bottom: -10%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(
    ellipse at center,
    rgba(0, 196, 180, 0.06) 0%,
    transparent 65%
  );
  pointer-events: none;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--teal-glow-soft);
  border: 1px solid var(--border-teal);
  border-radius: 999px;
  padding: 0.35rem 1rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--teal);
  letter-spacing: 0.04em;
  margin-bottom: 1.75rem;
}
.hero-badge .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--teal);
  animation: pulse-dot 2s infinite;
}

@keyframes pulse-dot {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(0.7);
  }
}

.hero-title {
  font-size: clamp(2.5rem, 5vw, 4.25rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.08;
  margin-bottom: 1.5rem;
}

.hero-subtitle {
  font-size: 1.1rem;
  color: var(--text-secondary);
  max-width: 540px;
  line-height: 1.7;
  margin-bottom: 2.5rem;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 3.5rem;
}

/* Stats row */
.hero-stats {
  display: flex;
  gap: 2.5rem;
  flex-wrap: wrap;
  padding-top: 2rem;
  border-top: 1px solid var(--border-subtle);
}
.stat-item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.stat-value {
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--teal);
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 0.25rem;
}
.stat-label {
  font-size: 0.78rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* Hero image */
.hero-visual {
  position: relative;
}
.hero-visual img {
  width: 100%;
  display: block;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-card), var(--shadow-teal);
}

/* ── 8. SECTION LAYOUT ──────────────────────────────────── */
.section {
  padding: 6rem 0;
  position: relative;
}
.section-sm {
  padding: 4rem 0;
}
.section-lg {
  padding: 8rem 0;
}

.section-header {
  max-width: 640px;
  margin-bottom: 4rem;
}
.section-header.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 1rem;
}
.section-desc {
  font-size: 1.05rem;
  color: var(--text-secondary);
  line-height: 1.75;
}

/* Divider line */
.divider {
  width: 48px;
  height: 3px;
  background: var(--teal);
  border-radius: 2px;
  margin: 1.25rem 0;
}
.divider.center {
  margin-left: auto;
  margin-right: auto;
}

/* ── 9. CARDS ───────────────────────────────────────────── */
.card-dark {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 1.75rem;
  /* Cards size to their content by default. Equal-height grid rows opt in
     with the `.h-100` utility on each card — see the feature/pricing grids. */
  transition:
    background var(--transition-base),
    border-color var(--transition-base),
    transform var(--transition-base),
    box-shadow var(--transition-base);
}
.card-dark:hover {
  background: var(--bg-card-hover);
  border-color: var(--border-teal);
  transform: translateY(-4px);
  box-shadow:
    var(--shadow-card),
    0 0 30px var(--teal-glow-soft);
}
.card-dark .card-icon {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-sm);
  background: var(--teal-glow-soft);
  border: 1px solid var(--border-teal);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  color: var(--teal);
  font-size: 1.15rem;
  flex-shrink: 0;
}

.card-dark h4,
.card-dark h5 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: var(--text-primary);
}
.card-dark p {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.65;
  margin: 0;
}

/* Feature card with number */
.feature-card-num {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--text-muted);
  letter-spacing: 0.08em;
}

/* ── 10. AUDIENCE CARDS ─────────────────────────────────── */
.audience-card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition:
    border-color var(--transition-base),
    transform var(--transition-base);
}
.audience-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--teal), transparent);
  opacity: 0;
  transition: opacity var(--transition-base);
}
.audience-card:hover {
  border-color: var(--border-teal);
  transform: translateY(-3px);
}
.audience-card:hover::before {
  opacity: 1;
}

.audience-card .audience-icon {
  font-size: 2rem;
  margin-bottom: 1.25rem;
  display: block;
}
.audience-card h3 {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}
.audience-card p {
  color: var(--text-secondary);
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

/* ── 11. PRICING ────────────────────────────────────────── */
.pricing-card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  height: 100%;
  position: relative;
  transition:
    transform var(--transition-base),
    box-shadow var(--transition-base),
    border-color var(--transition-base);
}
.pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-card);
}

.pricing-card.featured {
  border-color: var(--teal);
  background: linear-gradient(160deg, #151d20 0%, var(--bg-card) 100%);
  box-shadow: var(--shadow-teal);
}
.pricing-card.featured:hover {
  box-shadow:
    0 0 60px rgba(0, 196, 180, 0.22),
    var(--shadow-card);
}

.pricing-badge {
  position: absolute;
  top: -1px;
  right: 1.5rem;
  background: var(--teal);
  color: #000;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.3rem 0.85rem;
  border-radius: 0 0 var(--radius-sm) var(--radius-sm);
}

.pricing-name {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}
.pricing-price {
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: -0.05em;
  color: var(--text-primary);
  line-height: 1;
  margin-bottom: 0.25rem;
}
.pricing-price sup {
  font-size: 1.5rem;
  vertical-align: super;
}
.pricing-period {
  font-size: 0.82rem;
  color: var(--text-muted);
  margin-bottom: 1.75rem;
}

.pricing-features {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
  border-top: 1px solid var(--border-subtle);
  padding-top: 1.5rem;
}
.pricing-features li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-size: 0.875rem;
  color: var(--text-secondary);
  padding: 0.45rem 0;
}
.pricing-features li .check {
  color: var(--teal);
  font-size: 0.9rem;
  margin-top: 0.05rem;
  flex-shrink: 0;
}
.pricing-features li .cross {
  color: var(--text-muted);
  font-size: 0.9rem;
  flex-shrink: 0;
}
.pricing-features li.dimmed {
  opacity: 0.45;
}

/* Product switcher pills (pricing.html) */
.product-pills {
  gap: 0.5rem;
}
.product-pills .nav-link {
  color: var(--text-secondary);
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-sm);
  padding: 0.6rem 1.5rem;
  font-size: 0.9rem;
  font-weight: 600;
  transition:
    color var(--transition-base),
    border-color var(--transition-base),
    background var(--transition-base);
}
.product-pills .nav-link:hover {
  color: var(--text-primary);
  border-color: var(--border-teal);
}
.product-pills .nav-link.active {
  color: #001b18;
  background: var(--teal);
  border-color: var(--teal);
}
.product-pills .nav-link.disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

/* Standalone label chip (industries, tags) */
.product-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1.05rem;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--text-secondary);
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: 999px;
  white-space: nowrap;
  transition: border-color var(--transition-fast), color var(--transition-fast);
}
.product-pill:hover {
  border-color: var(--border-teal);
  color: var(--text-primary);
}
.product-pill i {
  color: var(--teal);
}

/* ── 12. CONTACT ────────────────────────────────────────── */
.contact-form-wrap {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-xl);
  padding: 3rem;
}

.form-control-dark {
  background: var(--bg-surface) !important;
  border: 1px solid var(--border-subtle) !important;
  border-radius: var(--radius-sm) !important;
  color: var(--text-primary) !important;
  font-size: 0.9rem;
  padding: 0.75rem 1rem;
  transition:
    border-color var(--transition-fast),
    box-shadow var(--transition-fast);
}
.form-control-dark::placeholder {
  color: var(--text-muted);
}
.form-control-dark:focus {
  border-color: var(--teal) !important;
  box-shadow: 0 0 0 3px var(--teal-glow) !important;
  outline: none;
}
.form-label {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
  letter-spacing: 0.02em;
}

/* Contact info items */
.contact-info-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: 2rem;
}
.contact-info-icon {
  width: 40px;
  height: 40px;
  background: var(--teal-glow-soft);
  border: 1px solid var(--border-teal);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--teal);
  font-size: 0.95rem;
  flex-shrink: 0;
}
.contact-info-item h6 {
  font-size: 0.78rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.2rem;
}
.contact-info-item p {
  font-size: 0.9rem;
  color: var(--text-secondary);
  margin: 0;
}

/* ── 13. FOOTER ─────────────────────────────────────────── */
.footer {
  background: var(--bg-surface);
  border-top: 1px solid var(--border-subtle);
  padding: 4rem 0 2rem;
}

.footer-brand {
  font-weight: 800;
  font-size: 1.15rem;
  letter-spacing: -0.03em;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
}
.footer-brand .dot {
  color: var(--teal);
}
.footer-brand logo-image {
  height: 42px;
  width: auto;
}

.logo-image {
  height: 50px;
  width: auto;
  display: block;
}

.footer-tagline {
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.6;
  max-width: 240px;
  margin-bottom: 1.5rem;
}

.footer-col-title {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--text-primary);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 1.1rem;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li {
  margin-bottom: 0.6rem;
}
.footer-links a {
  font-size: 0.875rem;
  color: var(--text-muted);
  transition: color var(--transition-fast);
}
.footer-links a:hover {
  color: var(--teal);
}

.footer-bottom {
  border-top: 1px solid var(--border-subtle);
  padding-top: 1.5rem;
  margin-top: 3rem;
  font-size: 0.78rem;
  color: var(--text-muted);
}

.footer-social {
  display: flex;
  gap: 0.6rem;
}
.social-btn {
  width: 34px;
  height: 34px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border-subtle);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  font-size: 0.85rem;
  transition:
    border-color var(--transition-fast),
    color var(--transition-fast),
    background var(--transition-fast);
}
.social-btn:hover {
  border-color: var(--teal);
  color: var(--teal);
  background: var(--teal-glow-soft);
}

/* ── 14. SCROLL REVEAL ANIMATIONS ──────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal-left {
  opacity: 0;
  transform: translateX(-28px);
  transition:
    opacity 0.65s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal-left.visible {
  opacity: 1;
  transform: translateX(0);
}
.reveal-right {
  opacity: 0;
  transform: translateX(28px);
  transition:
    opacity 0.65s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal-right.visible {
  opacity: 1;
  transform: translateX(0);
}

/* Stagger delay helpers */
.delay-1 {
  transition-delay: 0.08s;
}
.delay-2 {
  transition-delay: 0.16s;
}
.delay-3 {
  transition-delay: 0.24s;
}
.delay-4 {
  transition-delay: 0.32s;
}
.delay-5 {
  transition-delay: 0.4s;
}

/* ── 15. BADGES / TAGS ──────────────────────────────────── */
.tag {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 0.25rem 0.65rem;
  border-radius: 4px;
}
.tag-teal {
  background: var(--teal-glow-soft);
  color: var(--teal);
  border: 1px solid var(--border-teal);
}
.tag-dim {
  background: rgba(255, 255, 255, 0.05);
  color: var(--text-muted);
  border: 1px solid var(--border-subtle);
}

/* ── 16. PAGE HERO (inner pages) ────────────────────────── */
.page-hero {
  padding: 9rem 0 4.5rem;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 500px;
  background: radial-gradient(
    ellipse at top,
    rgba(0, 196, 180, 0.09) 0%,
    transparent 65%
  );
  pointer-events: none;
}

/* ── 17. MISC UTILITY ───────────────────────────────────── */
.bg-surface {
  background-color: var(--bg-surface);
}

/* Grid line overlay (decorative) */
.grid-overlay {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
  z-index: 0;
}

/* Teal hr */
hr.teal {
  border: none;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--teal), transparent);
  opacity: 0.35;
  margin: 0;
}

/* Alert/notice banner */
.site-banner {
  background: linear-gradient(
    90deg,
    rgba(0, 196, 180, 0.12),
    rgba(0, 196, 180, 0.06)
  );
  border-bottom: 1px solid var(--border-teal);
  font-size: 0.82rem;
  color: var(--teal-light);
  text-align: center;
  padding: 0.6rem 1rem;
  letter-spacing: 0.02em;
}

/* ── 18. MOBILE RESPONSIVE ──────────────────────────────── */
@media (max-width: 991.98px) {
  .hero {
    padding: 6rem 0 4rem;
    min-height: auto;
  }
  .hero-title {
    font-size: 2.25rem;
  }
  .hero-visual {
    margin-top: 3rem;
  }
  .section {
    padding: 4rem 0;
  }
  .hero-stats {
    gap: 1.5rem;
  }
  .contact-form-wrap {
    padding: 2rem 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .hero-title {
    font-size: 2rem;
  }
  .hero-actions {
    flex-direction: column;
    gap: 0.75rem;
  }
  .hero-actions .btn-teal,
  .hero-actions .btn-outline-teal {
    width: 100%;
    text-align: center;
  }
  .stat-value {
    font-size: 1.4rem;
  }
  .section-title {
    font-size: 1.75rem;
  }
  .pricing-card {
    padding: 1.75rem;
  }
  .footer {
    padding: 3rem 0 1.5rem;
  }
}

/* ── GROWTH PATH ───────────────────────────────────────────── */
.growth-step {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 1.5rem 1.75rem;
  position: relative;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.growth-step:hover {
  border-color: var(--border-teal);
  box-shadow: 0 0 0 1px var(--border-teal), var(--shadow-card);
}

.growth-step-marker {
  flex-shrink: 0;
}

.growth-step-icon {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-sm);
  background: var(--teal-glow-soft);
  border: 1px solid var(--border-teal);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: var(--teal);
}

.growth-step-body {
  flex: 1;
}

.growth-step-body h5 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0.3rem;
}

.growth-step-body p {
  font-size: 0.85rem;
  color: var(--text-secondary);
  margin: 0;
  line-height: 1.65;
}

.growth-connector {
  display: flex;
  justify-content: center;
  padding: 0.4rem 0;
  color: var(--teal);
  font-size: 1.1rem;
  opacity: 0.6;
}

/* ── TRIAL SIGNUP SUCCESS DIALOG ───────────────────────────── */
body.form-dialog-open {
  overflow: hidden;
}
.form-dialog-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(4px);
  z-index: 1080;
}
.form-dialog {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  z-index: 1090;
}
.form-dialog__panel {
  background: var(--bg-card);
  border: 1px solid var(--border-teal);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-teal);
  padding: 2.5rem 2rem;
  max-width: 460px;
  width: 100%;
  text-align: center;
}
.form-dialog__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 1.25rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--teal-glow-soft);
  border: 1px solid var(--border-teal);
  color: var(--teal);
  font-size: 1.4rem;
}
.form-dialog__title {
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}
.form-dialog__message {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 1.75rem;
}
.form-dialog__actions {
  display: flex;
  justify-content: center;
}

/* Submit button loading state (trial forms) */
.btn-teal.loading {
  opacity: 0.75;
  cursor: progress;
}

/* ── RELEASE NOTES ─────────────────────────────────────────── */
.release-entry {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-left: 3px solid var(--teal);
  border-radius: var(--radius-md);
  padding: 1.25rem 1.5rem;
  margin-bottom: 1rem;
  transition:
    border-color var(--transition-base),
    box-shadow var(--transition-base);
}
.release-entry:hover {
  border-color: var(--border-subtle);
  border-left-color: var(--teal-light);
  box-shadow: var(--shadow-card);
}
.release-version {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text-primary);
  letter-spacing: -0.01em;
  margin-bottom: 0.75rem;
  font-feature-settings: "tnum";
}
.release-notes-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.release-notes-list li {
  position: relative;
  padding-left: 1.1rem;
  font-size: 0.85rem;
  color: var(--text-secondary);
  line-height: 1.6;
}
.release-notes-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--teal);
  opacity: 0.7;
}

/* ── COOKIE CONSENT BANNER ─────────────────────────────────── */
.cookie-banner {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 1100;
  max-width: 760px;
  margin: 0 auto;
  background: var(--bg-card);
  border: 1px solid var(--border-teal);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-card);
  padding: 1.1rem 1.35rem;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
  transform: translateY(160%);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.cookie-banner.show {
  transform: translateY(0);
}
.cookie-banner__text {
  flex: 1 1 280px;
  font-size: 0.84rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin: 0;
}
.cookie-banner__text i {
  color: var(--teal);
  margin-right: 0.4rem;
}
.cookie-banner__actions {
  display: flex;
  gap: 0.6rem;
  flex-shrink: 0;
}
.cookie-banner__actions .btn-teal,
.cookie-banner__actions .btn-ghost {
  font-size: 0.82rem;
  padding: 0.5rem 1.1rem;
}
@media (max-width: 575.98px) {
  .cookie-banner__actions {
    width: 100%;
  }
  .cookie-banner__actions .btn-teal,
  .cookie-banner__actions .btn-ghost {
    flex: 1;
    text-align: center;
  }
}

/* ── NAV DROPDOWN (COR•REC menu) ───────────────────────────── */
.nav-dropdown .dropdown-toggle {
  display: inline-flex;
  align-items: center;
}
.nav-dropdown .dropdown-toggle::after {
  margin-left: 0.4rem;
  vertical-align: 0.15em;
  border-top-color: currentColor;
  transition: transform var(--transition-fast);
}
.nav-dropdown .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(180deg);
}
.nav-dropdown .dropdown-menu {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-card);
  padding: 0.4rem;
  margin-top: 0.5rem;
  min-width: 12rem;
}
.nav-dropdown .dropdown-item {
  color: var(--text-secondary);
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: var(--radius-sm);
  padding: 0.55rem 0.85rem;
  display: flex;
  align-items: center;
  transition:
    background var(--transition-fast),
    color var(--transition-fast);
}
.nav-dropdown .dropdown-item i {
  color: var(--teal);
}
.nav-dropdown .dropdown-item:hover,
.nav-dropdown .dropdown-item:focus {
  background: var(--bg-card-hover);
  color: var(--text-primary);
}

/* Indented product sub-links inside the mobile menu */
.nav-sublink {
  padding-left: 1.5rem !important;
  font-size: 0.85rem;
  opacity: 0.85;
}
.nav-sublink::before {
  content: "→";
  margin-right: 0.5rem;
  color: var(--teal);
  opacity: 0.7;
}

/* Suppress the promo site-banner on legal/utility pages */
body.no-banner .site-banner {
  display: none;
}

/* PayPal checkout gate — blocks interaction until EULA is agreed */
.paypal-gate {
  transition:
    opacity var(--transition-base),
    filter var(--transition-base);
}
.paypal-gate.disabled {
  opacity: 0.4;
  filter: grayscale(0.4);
  pointer-events: none;
}

/* Back-to-top button (injected by main.js, shown after scrolling) */
.back-to-top {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 1040;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--teal);
  color: #001b18;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  box-shadow: var(--shadow-card);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition:
    opacity 0.25s,
    transform 0.25s,
    visibility 0.25s,
    background 0.18s;
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.back-to-top:hover {
  background: var(--teal-light);
}

/* ── DEVELOPER DOCUMENTATION (dev/) ────────────────────────── */
.dev-doc {
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.75;
}
.dev-doc h2,
.dev-doc h3,
.dev-doc h4,
.dev-doc h5 {
  color: var(--text-primary);
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}
.dev-doc h2 {
  font-size: 1.4rem;
}
.dev-doc h3 {
  font-size: 1.15rem;
}
.dev-doc p {
  color: var(--text-secondary);
  line-height: 1.75;
}
.dev-doc a {
  color: var(--teal);
}
.dev-doc strong {
  color: var(--text-primary);
}

/* Code blocks — preserves the original <span> coloring & &nbsp; indentation,
   re-themed for the dark surface. Scoped to .dev-doc so inline <code>
   elsewhere on the site is unaffected. */
.dev-doc code {
  display: block;
  padding: 1.25rem 1.5rem;
  margin: 1.25rem 0;
  background: #0b0d12;
  border: 1px solid var(--border-subtle);
  border-left: 3px solid var(--teal);
  border-radius: var(--radius-sm);
  font-family: "SFMono-Regular", ui-monospace, Menlo, Consolas, monospace;
  font-size: 0.82rem;
  line-height: 1.75;
  color: var(--text-secondary);
  overflow-x: auto;
  /* Indentation comes from &nbsp; and line breaks from <br> (as authored),
     so keep normal whitespace — pre-wrap would render the source HTML
     indentation around nested tables as large gaps. */
  white-space: normal;
}
.dev-doc code .modifier {
  color: #c792ea;
} /* keywords: public static final */
.dev-doc code .type {
  color: #4ec9b0;
} /* types: String */
.dev-doc code .name {
  color: #82aaff;
} /* identifiers / constants */
.dev-doc code .value {
  color: #e5a978;
} /* string values */
.dev-doc code .blue {
  color: var(--teal-light);
  font-weight: 700;
} /* actions */

/* Parameter / collaboration tables inside docs */
.dev-doc .table,
.dev-doc .indent,
.dev-doc .indentx2 {
  border-collapse: separate;
  border-spacing: 0 0.4rem;
  color: var(--text-secondary);
}
.dev-doc .indent {
  margin-left: 1.5rem;
}
.dev-doc .indentx2 {
  margin-left: 3rem;
}
.dev-doc .table th {
  color: var(--text-primary);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border-bottom: 1px solid var(--border-subtle);
  padding: 0.5rem 0.75rem;
}
.dev-doc .table td,
.dev-doc .indent td,
.dev-doc .indentx2 td {
  padding: 0.4rem 0.75rem;
  vertical-align: top;
}
.dev-doc .description {
  color: var(--text-muted);
}
.dev-doc .align-top {
  vertical-align: top;
}
.dev-doc td.blue,
.dev-doc .indent .blue {
  color: var(--teal-light);
  font-weight: 600;
  font-family: "SFMono-Regular", ui-monospace, Menlo, Consolas, monospace;
}

/* Uniform content width across all dev docs, regardless of the original
   column markup (.col-xl-10 offset / .col-lg-9 / container-fluid). */
.dev-doc .container,
.dev-doc .container-fluid {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.dev-doc .offset-xl-1 {
  margin-left: 0 !important;
}
.dev-doc .col-xl-10,
.dev-doc .col-lg-9,
.dev-doc .col-lg-10 {
  flex: 0 0 100%;
  max-width: 100%;
}
/* Screenshots in walkthroughs / docs */
.dev-doc .doc-img,
.dev-doc img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1.25rem 0;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
}
