/* Premium HVAC marketing site — shared styles */

:root {
  --text: #222222;
  --muted: #4b5563;
  --muted-2: #6b7280;
  --border: #e2e8f0;
  --card: #ffffff;
  --primary: #0F3D6E;
  --accent: #2EA3F2;
  --accent-ink: #ffffff;

  /* Global corner system — use everywhere */
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 26px;
  --radius-xl: 36px;

  /* Section color rhythm — 4-tone system */
  --bg-white: #ffffff;
  --bg-soft: #f7f9fc;
  --bg-warm: #fdf8f3;
  --bg-dark: #0f172a;
  --bg: var(--bg-white);

  /* 10. Shadow hierarchy */
  --shadow-soft: 0 10px 30px rgba(0, 0, 0, 0.05);
  --shadow-medium: 0 20px 60px rgba(0, 0, 0, 0.08);
  --shadow-deep: 0 40px 100px rgba(0, 0, 0, 0.12);
  --shadow-sm: 0 10px 26px rgba(15, 23, 42, 0.06);
  --shadow-md: 0 22px 54px rgba(15, 23, 42, 0.13);
  --shadow-glow: 0 0 40px rgba(46, 163, 242, 0.25);
  --shadow-card-hover: 0 32px 64px rgba(15, 23, 42, 0.12);

  --container: 1200px;
  --section-pad: clamp(96px, 9vw, 150px);

  /* Final — single premium curve (no mixed easing) */
  --ease-smooth: cubic-bezier(0.22, 1, 0.36, 1);
  --duration-fast: 0.25s;
  --duration-normal: 0.4s;
  --duration-slow: 0.7s;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  transition-timing-function: var(--ease-smooth);
}

html {
  scroll-behavior: smooth;
}

/* Skip link — visible on keyboard focus only */
/* Visually hidden but accessible to screen readers and search engines */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Step card titles — styled like h3 but semantically h2 */
.card-step-title {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}

.skip-link {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  padding: 12px 20px;
  background: var(--primary);
  color: var(--accent-ink);
  font-weight: 600;
  text-decoration: none;
  border-radius: 0 0 var(--radius-sm) 0;
  transform: translateY(-100%);
  transition: transform 0.2s var(--ease-smooth);
}

.skip-link:focus {
  transform: translateY(0);
  outline: 3px solid var(--accent);
  outline-offset: 2px;
}

/* Sticky CTA bar — mobile only, shows after scroll */
.sticky-cta-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9000;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.1);
  gap: 12px;
  justify-content: center;
  align-items: center;
  transform: translateY(100%);
  transition: transform 0.3s var(--ease-smooth);
}

.sticky-cta-bar.is-visible {
  transform: translateY(0);
}

.sticky-cta-bar .btn {
  flex: 1;
  max-width: 200px;
  justify-content: center;
}

.sticky-cta-phone {
  border-color: var(--primary);
  color: var(--primary);
}

.sticky-cta-phone:hover {
  background: rgba(15, 61, 110, 0.08);
  border-color: var(--primary);
  color: var(--primary);
}

@media (min-width: 769px) {
  .sticky-cta-bar {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .sticky-cta-bar {
    display: flex;
  }
}

/* Sticky mobile call-to-action bar — always visible on mobile */
.sticky-call-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9100;
  background: var(--primary);
  box-shadow: 0 -2px 16px rgba(0,0,0,0.25);
}

.sticky-call-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 16px 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.01em;
  /* INP optimisation: hardware-accelerated tap target */
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(255,255,255,0.15);
  will-change: opacity;
  transition: opacity 0.1s ease;
  min-height: 56px; /* WCAG touch target */
}

.sticky-call-btn:hover,
.sticky-call-btn:active {
  opacity: 0.88;
  color: #fff;
}

@media (max-width: 768px) {
  .sticky-call-bar {
    display: block;
  }
  /* Push page content up so sticky bar doesn't overlap footer */
  body {
    padding-bottom: 56px;
  }
}

@media (min-width: 769px) {
  .sticky-call-bar {
    display: none !important;
  }
}

/* ========== About Us — mission hero + statement (10/10) ========== */
.about-hero {
  position: relative;
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 100px 24px 100px;
  background: #0a1628;
}

.about-hero-bg {
  position: absolute;
  inset: -10%;
  background: url("../assets/images/images/43eaf70a-feb9-42f4-bbbe-4187230a49c4.webp") center/cover no-repeat;
  opacity: 0.3;
  z-index: 0;
  transform: translateY(var(--about-parallax-y, 0px));
  will-change: transform;
}

.about-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.35));
  z-index: 1;
  pointer-events: none;
}

.about-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 800px;
  text-align: center;
}

.about-eyebrow {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  margin: 0 0 20px 0;
}

.about-mission {
  font-family: Poppins, Inter, system-ui, sans-serif;
  font-size: clamp(32px, 4.5vw, 52px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin: 0 0 24px 0;
}

.about-tagline {
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.about-statement,
.about-values,
.about-people {
  max-width: 960px;
  margin: 0 auto;
}

.about-people-inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 48px;
  align-items: center;
}

.about-people-photo-wrap {
  flex-shrink: 0;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0,0,0,0.18);
  border: 4px solid #fff;
  outline: 3px solid var(--primary);
}

.about-people-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 10%;
  display: block;
}

.about-people-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (max-width: 768px) {
  .about-people-inner {
    grid-template-columns: 1fr;
    gap: 24px;
    text-align: center;
    justify-items: center;
  }
}

.about-statement-title,
.about-values-title,
.about-people-title {
  font-family: Poppins, Inter, system-ui, sans-serif;
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 700;
  color: var(--primary);
  margin: 0 0 20px 0;
}

.about-statement-lead {
  font-size: 20px;
  line-height: 1.55;
  color: var(--text);
  margin: 0 0 20px 0;
  font-weight: 500;
}

.about-statement p:last-of-type,
.about-people-text {
  font-size: 17px;
  line-height: 1.65;
  color: var(--muted);
  margin: 0;
}

.about-values-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about-values-list li {
  position: relative;
  padding-left: 0;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 1.6;
  color: var(--text);
}

.about-values-list li::before {
  display: none;
}

.about-values-list li strong {
  color: var(--primary);
  font-weight: 600;
}

.about-people .eyebrow {
  margin-bottom: 8px;
}

.about-people-title {
  margin-bottom: 16px;
}

.about-people-text {
  margin-bottom: 28px;
}

.about-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

@media (max-width: 768px) {
  .about-hero {
    min-height: 60vh;
    padding: 80px 20px 80px;
  }

  .about-cta {
    flex-direction: column;
    align-items: stretch;
  }

  .about-cta .btn {
    width: 100%;
    justify-content: center;
  }
}

/* 9.3 Global color grading + 9.4 typography base */
body {
  margin: 0;
  background: #ffffff;
  color: #1f2933;
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  line-height: 1.55;
  letter-spacing: -0.01em;
  animation: bodyReveal 0.8s var(--ease-smooth) forwards;
}

@keyframes bodyReveal {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* Final — subtle global film grain */
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
}

/* 9.3 Image color grading — warm, cohesive (no AI oversaturation).
 * 9.9 Image consistency: warm temp, golden hour, suburban residential, shallow DOF.
 * 9.10 Visual cleanliness: blue + warm photography + white space; avoid extra borders, mixed accents, mixed icon styles. */
img {
  max-width: 100%;
  height: auto;
  display: block;
  filter: contrast(1.02) saturate(0.95);
  border-radius: var(--radius-md);
}

.hero img {
  border-radius: var(--radius-lg);
}

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

/* 9.5 Container width */
.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

/* Spacing + rounded = premium (equal section rhythm) */
.section {
  padding: 72px 0;
  transition: padding 0.8s var(--ease-smooth);
}

.section-sm {
  padding: 60px 0;
}

@media (max-width: 768px) {
  .section {
    padding: 56px 0;
  }
  .section-sm {
    padding: 48px 0;
  }
}

.section--tight {
  padding: 44px 0;
}

/* Section color rhythm — alternate; never 2+ white in a row */
.section-soft {
  background: var(--bg-soft);
}

.section-warm {
  background: var(--bg-warm);
}

/* Rounded section containers — floating layout */
.section-panel {
  background: var(--bg-soft);
  border-radius: var(--radius-xl);
  padding: 80px 60px;
  margin: 48px auto;
  max-width: 1200px;
}

@media (max-width: 768px) {
  .section-panel {
    padding: 48px 24px;
    margin: 32px 16px;
  }
}

/* 9.4 Eyebrow label (premium detail) */
.eyebrow {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.12em;
  color: #6b7280;
  font-weight: 600;
}

/* Final — headings */
h1, h2, h3 {
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  margin: 0;
  letter-spacing: -0.02em;
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

h2 {
  font-size: clamp(32px, 3vw, 44px);
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.15;
}

h3 {
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

/* Final — body text (never pure black) */
p {
  margin: 0;
  font-size: 18px;
  line-height: 1.65;
  color: #4b5563;
  max-width: 680px;
}

.lead {
  font-size: 20px;
  color: var(--muted);
}

.muted {
  color: var(--muted-2);
}

.grid {
  display: grid;
  gap: 24px;
}

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

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

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

/* Header — premium feel */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: background 0.4s var(--ease-smooth),
              backdrop-filter 0.4s var(--ease-smooth),
              box-shadow 0.4s var(--ease-smooth);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.site-header.scrolled,
.site-header.header-solid {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  min-height: 80px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.brand-mark {
  width: 38px;
  height: 38px;
  border-radius: var(--radius-md);
  background: var(--primary);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.3);
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 800;
}

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

.nav a {
  padding: 10px 12px;
  border-radius: var(--radius-sm);
  color: rgba(255,255,255,0.75);
  font-weight: 600;
  font-size: 15px;
  transition: background-color 0.4s, color 0.4s;
}
.site-header.scrolled .nav a,
.site-header.header-solid .nav a {
  color: var(--muted);
}

.nav a:hover {
  background: rgba(46, 163, 242, 0.08);
  color: var(--text);
}

.nav a.is-active {
  color: var(--text);
  background: rgba(46, 163, 242, 0.10);
}

.header-cta {
  display: flex;
  align-items: center;
  gap: 12px;
}

.menu-btn {
  display: none;
  border: 1px solid var(--border);
  background: var(--bg-white);
  border-radius: var(--radius-md);
  padding: 10px 12px;
  box-shadow: var(--shadow-sm);
  font-weight: 700;
  color: var(--text);
}

@media (max-width: 920px) {
  .menu-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
  }

  .nav {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    display: grid;
    gap: 8px;
    padding: 14px 24px 18px;
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid var(--border);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
    transform: translateY(-8px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease, transform 180ms ease;
  }

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

  .header-inner {
    position: relative;
  }
}

/* 8.7 Button magnetic hover (premium interaction) */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: var(--radius-sm);
  padding: 13px 18px;
  font-weight: 700;
  font-size: 16px;
  border: 1px solid transparent;
  transition: transform 0.25s var(--ease-smooth), box-shadow 0.25s var(--ease-smooth),
    background-color 0.3s, border-color 0.3s, color 0.3s;
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}

/* Final — button interaction (no bounce, calm) */
.btn-primary {
  background: #2EA3F2;
  color: var(--accent-ink);
  font-weight: 600;
  border-radius: var(--radius-sm);
  box-shadow: 0 8px 20px rgba(46, 163, 242, 0.25);
  transition: transform 0.25s var(--ease-smooth), box-shadow 0.25s var(--ease-smooth);
}

.btn-primary:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 14px 40px rgba(46, 163, 242, 0.35);
}

.btn-secondary {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.6);
  color: #ffffff;
  box-shadow: 0 0 0 rgba(15, 23, 42, 0);
}

.btn:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.2);
}

.btn-secondary:hover {
  border-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

.btn:active {
  transform: translateY(-2px) scale(1);
  transition-duration: var(--duration-fast);
}

.btn:focus-visible,
.menu-btn:focus-visible,
.nav a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(47, 128, 237, 0.28);
  outline-offset: 2px;
}

/* Growth Starter — premium section system */
.section-growth-starter .container {
  max-width: 1200px;
}

.growth-panel {
  background: #ffffff;
  border-radius: 28px;
  padding: 80px 70px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.08);
}

.center {
  text-align: center;
}

.growth-panel .center {
  text-align: center;
}

.growth-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  margin-top: 50px;
}

@media (max-width: 900px) {
  .growth-grid {
    grid-template-columns: 1fr;
  }
}

.growth-item h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 14px;
}

.growth-do {
  margin-bottom: 16px;
  padding-left: 18px;
  color: #475569;
}

.growth-do li {
  margin-bottom: 6px;
}

.growth-meaning {
  font-size: 15px;
  color: #111827;
  font-weight: 500;
}

@media (max-width: 768px) {
  .growth-panel {
    padding: 48px 24px;
  }
}

/* 30-Day Results — lock-in section */
.results-list {
  text-align: left;
  margin: 30px auto;
  max-width: 500px;
  color: #475569;
}

.results-list li {
  margin-bottom: 10px;
}

.system-line {
  margin-top: 30px;
  font-weight: 600;
  font-size: 18px;
}

/* Pricing anchor */
.price-anchor {
  font-size: 18px;
  font-weight: 600;
  color: #0f172a;
  text-align: center;
  margin: 0 auto 24px;
  display: block;
  width: 100%;
}

/* Growth CTA block */
.section-growth-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  min-height: 56vh;
  padding: 72px 24px;
  color: #ffffff;
}

.growth-cta-bg {
  position: absolute;
  inset: 0;
  background: url("../assets/images/images/07497b6e-065c-4337-87f4-5b31f0194164.jpg") center/cover no-repeat;
  z-index: 0;
  transform: scale(1.05);
  animation: growthCtaZoom 24s ease-in-out infinite alternate;
}

@keyframes growthCtaZoom {
  0% { transform: scale(1.05); }
  100% { transform: scale(1.12); }
}

@media (prefers-reduced-motion: reduce) {
  .growth-cta-bg {
    animation: none;
    transform: scale(1.05);
  }
}

.growth-cta-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.65)),
    linear-gradient(to right, rgba(0, 0, 0, 0.2), transparent 30%, transparent 70%, rgba(0, 0, 0, 0.2));
  z-index: 1;
  pointer-events: none;
}

.growth-cta-inner {
  position: relative;
  z-index: 2;
}

.section-growth-cta h2 {
  margin-bottom: 24px;
  color: #ffffff;
}

.section-growth-cta .btn-large {
  padding: 18px 32px;
  font-size: 18px;
}

.section-growth-cta .micro {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.88);
}

/* Hero */
.hero {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  overflow: hidden;
  z-index: 0;
}

/* Sticky hero wrapper — gives the hero room to scroll within while staying pinned */
.hero-sticky-wrap {
  height: 105vh;
  position: relative;
  z-index: 0;
}

/* First section floats over the hero image on scroll (only when not Dragon hero) */
.section-problem:not(.section-problem-dragon) {
  position: relative;
  z-index: 1;
  margin-top: -160px;
  padding-top: 160px;
  background: var(--bg-white);
  box-shadow: 0 -24px 64px rgba(0, 0, 0, 0.06);
}

/* Dragon homepage: problem section — scrolls up over sticky hero, both black at seam */
.section-problem-bg {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 80px;
  position: relative;
  z-index: 2;
  min-height: 840px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: #0a0f1e;
  --problem-dark: 1;
  --problem-white: 0;
}
/* Top cap: fades in from black on entry */
.section-problem-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 35%;
  background: linear-gradient(to bottom, #000 0%, transparent 100%);
  z-index: 10;
  pointer-events: none;
}

.problem-bg-image {
  position: absolute;
  inset: -5%;
  z-index: 0;
  background: url("../assets/images/sections/08ac3a0f-64d1-4e4a-a98f-75f7610c3ca6.webp") center/cover no-repeat;
  transform: scale(calc(var(--scroll-scale, 1) * 1.05));
  transform-origin: center center;
  will-change: transform;
}
.problem-bg-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: #000;
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
/* Top gradient so section reads dark on entry, blending from hero */
.problem-bg-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.55) 0%, transparent 35%);
  pointer-events: none;
}
.problem-dragon-content-wrap {
  position: relative;
  z-index: 3;
  max-width: 720px;
  margin: 0 auto;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.section-problem-bg .problem-dragon-title {
  text-align: center;
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin-bottom: 24px;
  color: #fff;
}
.problem-dragon-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px 16px;
  margin-bottom: 20px;
  justify-content: center;
}
.problem-dragon-item {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  padding: 14px 18px;
  border-radius: var(--radius-md);
  font-weight: 600;
  font-size: 0.9375rem;
  color: #fff;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.problem-dragon-close {
  text-align: center;
  font-size: 1.0625rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
  margin: 0;
}

/* Scroll-driven word-by-word reveal */
.problem-word {
  opacity: 1;
  transform: none;
}
@media (max-width: 768px) {
  .section-problem-bg {
    min-height: 760px;
    padding-top: 0;
    padding-bottom: 56px;
  }
  .problem-dragon-grid {
    grid-template-columns: 1fr;
  }
}

/* 9.6 Hero color depth — gradient for readability + softer transition at bottom */
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom,
      rgba(0, 0, 0, 0.1) 0%,
      rgba(0, 0, 0, 0.2) 50%,
      rgba(0, 0, 0, 0.5) 85%,
      rgba(0, 0, 0, 0.65) 100%);
  z-index: 1;
  pointer-events: none;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: url("../assets/images/hero/hero-main.webp") center/cover no-repeat;
  --hero-parallax: 0px;
  transform-origin: center;
  animation: heroZoom 28s ease-in-out infinite alternate;
  z-index: 0;
}

/* Dragon hero: dark gradient, no image, subtle glow */
/* Hero image at 25% opacity behind the gradient */
.hero-dragon-image {
  position: absolute;
  inset: -5%;
  z-index: 1;
  background: url("../assets/images/hero/hero-main.webp") center/cover no-repeat;
  opacity: 1;
  transform: scale(var(--scroll-scale, 1)) translateY(var(--parallax-y, 0px));
  will-change: transform;
  pointer-events: none;
}
@media (max-width: 768px) {
  .hero-dragon-image {
    background-position: 70% center;
  }
}
/* Scroll-linked dark blend — fades hero to black as user scrolls, blending into problem section */
.hero-dark-blend {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: #000;
  opacity: var(--hero-dark-blend, 0);
  transition: opacity 0.3s ease-out;
  pointer-events: none;
}

.hero-dragon-bg {
  background: linear-gradient(165deg, #0f172a 0%, #1e293b 40%, #0f172a 100%);
  animation: heroDragonGlow 12s ease-in-out infinite alternate;
}
.hero-dragon-overlay {
  background: radial-gradient(ellipse 80% 50% at 50% 20%, rgba(46, 163, 242, 0.12), transparent 50%);
}
.hero-dragon-title {
  font-size: clamp(1.75rem, 4.5vw, 2.75rem);
  letter-spacing: -0.02em;
  line-height: 1.2;
}
@keyframes heroDragonGlow {
  from { opacity: 1; }
  to { opacity: 0.97; }
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.15);
  z-index: 1;
}

/* 8.5 Hero light gradient (luxury look) — above ::before so warm tint on top */
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(255, 200, 120, 0.18), transparent 40%),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.4));
  pointer-events: none;
  z-index: 2;
}

.hero-content {
  position: relative;
  z-index: 3;
  max-width: 700px;
  text-align: center;
  opacity: 1;
  transition: opacity 0.35s ease-out;
}

.hero h1 {
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.1;
  font-weight: 700;
}

.hero .lead {
  margin-top: 24px;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.86);
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
}

/* Hero staggered landing — headline, lead, then CTAs animate in sequence */
.hero-content .fade:nth-child(1) { transition-delay: 0.05s; }
.hero-content .fade:nth-child(2) { transition-delay: 0.22s; }
.hero-content .fade:nth-child(3) { transition-delay: 0.4s; }

@keyframes heroZoom {
  from { transform: scale(1) translateY(var(--hero-parallax)); }
  to { transform: scale(1.08) translateY(var(--hero-parallax)); }
}

/* 8.10 Performance guard (do not skip) */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  body { animation: none; }
  body::after { display: none; }
  * {
    animation: none !important;
    transition: none !important;
  }
}

/* Trust bar */
.trust-bar {
  padding: 18px 0 34px;
}

.trust-inner {
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: var(--bg-white);
  box-shadow: var(--shadow-sm);
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  color: var(--muted);
  font-weight: 600;
}

.pill-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 10px 26px rgba(47, 128, 237, 0.28);
}

/* Floating card — inviting depth */
.card {
  background: var(--bg-white);
  border-radius: var(--radius-md);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  padding: 40px;
  transition: transform 0.8s var(--ease-smooth), box-shadow 0.8s var(--ease-smooth);
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.12);
}

.card .card-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.icon {
  width: 42px;
  height: 42px;
  border-radius: var(--radius-md);
  background: rgba(47, 128, 237, 0.10);
  border: 1px solid rgba(47, 128, 237, 0.22);
  display: grid;
  place-items: center;
  color: var(--accent);
  font-weight: 800;
}

.card p {
  font-size: 16.5px;
}

/* Check list */
.checks {
  display: grid;
  gap: 14px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.checks li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--muted);
  font-weight: 600;
}

.checkmark {
  width: 26px;
  height: 26px;
  border-radius: var(--radius-sm);
  background: rgba(47, 128, 237, 0.12);
  border: 1px solid rgba(47, 128, 237, 0.26);
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--accent);
  font-weight: 900;
}

/* CTA */
.cta {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: #fff;
}

.cta-inner {
  text-align: center;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: clamp(34px, 5vw, 56px);
  box-shadow: var(--shadow-md);
}

.cta-inner h2 {
  margin-bottom: 10px;
}

.cta-inner p {
  margin-bottom: 20px;
}

.cta-meta {
  margin-top: 14px;
  font-weight: 700;
  color: var(--muted-2);
}

/* Pricing */
.pricing-wrap {
  display: grid;
  place-items: center;
}

/* Tighter tier section so both cards fit in view */
.section-pricing {
  padding: 72px 0;
}

.section-pricing .price-anchor {
  text-align: center;
}

.pricing-intro {
  text-align: center;
  margin-bottom: 1.5rem;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.section-pricing .pricing-card {
  padding: 22px 24px;
}

.section-pricing .pricing-card .spacer-22 {
  height: 14px;
}

.section-pricing .feature-list {
  gap: 6px;
}

.section-pricing .feature-list li {
  font-size: 15px;
}

.section-pricing .small-note {
  margin-top: 10px;
  font-size: 14px;
}

@media (max-width: 920px) {
  .pricing-grid {
    grid-template-columns: 1fr;
  }
}

/* Dragon State Pricing — jobs/revenue focus, glass cards, Tier 2 dominant */
.section-pricing-dragon {
  background: linear-gradient(165deg, rgba(15,23,42,0.88) 0%, rgba(30,41,59,0.82) 45%, rgba(15,23,42,0.88) 100%);
  color: #e2e8f0;
  padding: 0 24px 80px;
  position: relative;
  overflow: hidden;
}

.pricing-parallax-bg {
  position: absolute;
  inset: -20%;
  background: url("../assets/images/sections/1e12cb08-75ea-4a78-a451-e9859df02c3e.webp") center/cover no-repeat;
  opacity: 0.35;
  transform: translateY(var(--pricing-parallax-y, 0px)) scale(var(--scroll-scale, 1.15));
  z-index: 0;
  will-change: transform;
  pointer-events: none;
}

.dragon-pricing-container {
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.dragon-headline {
  padding: 120px 0 60px;
  text-align: center;
}

.dragon-headline-title {
  font-family: var(--font-heading);
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #fff;
  margin: 0 0 16px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.dragon-headline-sub {
  font-size: 1.0625rem;
  color: #94a3b8;
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.5;
}

.dragon-pain-strip {
  background: rgba(15, 23, 42, 0.85);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding: 20px 24px;
  margin: 0 -24px 48px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dragon-pain-text {
  font-size: 0.9375rem;
  color: #94a3b8;
  margin: 0 0 4px;
  text-align: center;
}

.dragon-pain-fix {
  font-size: 1rem;
  font-weight: 600;
  color: #e2e8f0;
  margin: 0;
  text-align: center;
}

.dragon-outcome-ladder {
  text-align: center;
  margin-bottom: 40px;
}

.dragon-ladder-outcomes,
.dragon-ladder-tiers {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 16px;
  font-size: 0.9375rem;
  color: #94a3b8;
}

.dragon-ladder-outcomes {
  margin-bottom: 8px;
  font-weight: 600;
}

.dragon-ladder-tiers {
  font-size: 0.8125rem;
  color: #64748b;
}

.dragon-ladder-sep {
  color: rgba(255, 255, 255, 0.2);
  pointer-events: none;
}

.dragon-ladder-highlight {
  color: var(--accent);
  font-weight: 700;
}

.dragon-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  align-items: start;
  margin-bottom: 48px;
}

.dragon-card {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 36px;
  position: relative;
  transition: transform 0.35s var(--ease-smooth), box-shadow 0.35s var(--ease-smooth), border-color 0.3s ease;
}

.dragon-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.25);
  border-color: rgba(255, 255, 255, 0.12);
}

.dragon-card--primary {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(46, 163, 242, 0.35);
  box-shadow: 0 0 0 1px rgba(46, 163, 242, 0.2), 0 20px 40px rgba(0, 0, 0, 0.2);
  transform: scale(1.05);
}

.dragon-card--primary:hover {
  transform: scale(1.05) translateY(-6px);
  border-color: rgba(46, 163, 242, 0.5);
  box-shadow: 0 0 0 1px rgba(46, 163, 242, 0.3), 0 28px 56px rgba(0, 0, 0, 0.28);
}

.dragon-card-badge {
  display: inline-block;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #0f172a;
  background: var(--accent);
  padding: 4px 12px;
  border-radius: 20px;
}

.dragon-card-title {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 12px;
  line-height: 1.3;
}

.dragon-card-price {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}

.dragon-card-price span {
  font-size: 1rem;
  font-weight: 500;
  color: #94a3b8;
}

.dragon-card-anchor {
  font-size: 0.8125rem;
  color: #64748b;
  margin: 0 0 14px;
}

.dragon-card-positioning {
  font-size: 0.9375rem;
  color: #cbd5e1;
  line-height: 1.5;
  margin: 0 0 8px;
}

.dragon-card-outcome {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--accent);
  margin: 0 0 20px;
}

.dragon-card-features {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  font-size: 0.9375rem;
  color: #cbd5e1;
  line-height: 1.6;
}

.dragon-card-features li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 6px;
}

.dragon-card-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--accent);
  font-weight: 700;
  font-size: 0.875rem;
}

/* Stagger card reveal (0.15s per card) */
.dragon-cards.stagger > .dragon-card:nth-child(1) { transition-delay: 0s; }
.dragon-cards.stagger > .dragon-card:nth-child(2) { transition-delay: 0.15s; }
.dragon-cards.stagger > .dragon-card:nth-child(3) { transition-delay: 0.3s; }

.dragon-card-cta {
  display: block;
  width: 100%;
  text-align: center;
  padding: 12px 20px;
}

.dragon-risk-removal {
  text-align: center;
  width: 100%;
  display: block;
  margin-top: 32px;
}

.dragon-risk-line {
  font-size: 0.9375rem;
  color: #94a3b8;
  margin: 0 0 6px;
  text-align: center;
  display: block;
  width: 100%;
}

.dragon-risk-line--sub {
  font-size: 0.875rem;
  color: #64748b;
  text-align: center;
  display: block;
  width: 100%;
}

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

  .dragon-card--primary {
    grid-column: 1 / -1;
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .section-pricing-dragon {
    padding: 0 16px 56px;
  }

  .dragon-headline {
    padding: 72px 0 40px;
  }

  .dragon-headline-title {
    font-size: 1.5rem;
  }

  .dragon-pain-strip {
    margin: 0 -16px 32px;
    padding: 16px;
  }

  .dragon-outcome-ladder {
    margin-bottom: 32px;
  }

  .dragon-ladder-outcomes,
  .dragon-ladder-tiers {
    font-size: 0.8125rem;
  }

  .dragon-cards {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 40px;
  }

  .dragon-card--primary {
    grid-column: 1;
    max-width: none;
    transform: none;
  }

  .dragon-card--primary:hover {
    transform: translateY(-6px);
  }

  .dragon-card {
    padding: 28px 24px;
  }
}

/* Dragon Homepage — Outcomes, How It Works, Results, Pricing Preview, Risk */
.section-outcomes-dragon {
  background: #0a0f1e;
  position: relative;
  padding: 96px 0;
}
.outcomes-dragon-title {
  text-align: center;
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin-bottom: 40px;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.outcomes-dragon-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto 28px;
  position: relative;
  z-index: 1;
}
.outcomes-dragon-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 20px;
  padding: 36px 28px;
  text-align: center;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255,255,255,0.08);
  transition: transform 0.3s var(--ease-smooth), box-shadow 0.3s var(--ease-smooth), border-color 0.3s ease;
}
.outcomes-dragon-card:hover {
  transform: translateY(-6px);
  border-color: rgba(46, 163, 242, 0.35);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.5), 0 0 24px rgba(46, 163, 242, 0.12);
}
.outcomes-dragon-card h3 {
  font-size: 1.25rem;
  margin-bottom: 8px;
  color: #2ea3f2;
}
.outcomes-dragon-card p {
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
}
.outcomes-dragon-close {
  text-align: center;
  font-size: 1.0625rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 auto;
  display: block;
  max-width: 100%;
  position: relative;
  z-index: 1;
}

/* Outcomes section staggered landing — title, cards, then closing line */
.section-outcomes-dragon .outcomes-dragon-title.fade { transition-delay: 0s; }
.section-outcomes-dragon .outcomes-dragon-grid .fade:nth-child(1) { transition-delay: 0.12s; }
.section-outcomes-dragon .outcomes-dragon-grid .fade:nth-child(2) { transition-delay: 0.24s; }
.section-outcomes-dragon .outcomes-dragon-grid .fade:nth-child(3) { transition-delay: 0.36s; }
.section-outcomes-dragon .outcomes-dragon-close.fade { transition-delay: 0.5s; }

.how-sticky-wrap {
  position: relative;
  z-index: 0;
}
.section-how-dragon {
  padding: 96px 0;
  background: #0a0f1e;
  position: sticky;
  top: 0;
  z-index: 0;
  overflow: hidden;
}
.how-dragon-parallax-bg {
  position: absolute;
  inset: -20%;
  background: url("../assets/images/images/8635b925-b0f1-45d5-9d31-db785376541e.jpg") center/cover no-repeat;
  opacity: 0.85;
  transform: scale(calc(var(--scroll-scale, 1) * 1.15)) translateY(var(--parallax-y, 0px));
  transform-origin: center center;
  will-change: transform;
  z-index: 0;
}
/* Dark overlay + subtle glow over the photo */
.section-how-dragon::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(0,0,0,0.72) 0%, rgba(8,13,26,0.80) 100%),
    radial-gradient(ellipse 60% 50% at 50% 60%, rgba(99, 102, 241, 0.10) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.how-dragon-title {
  text-align: center;
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin-bottom: 40px;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.how-dragon-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 800px;
  margin: 0 auto 24px;
  position: relative;
  z-index: 1;
}
.how-dragon-step {
  text-align: center;
  padding: 32px 24px;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-lg);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255,255,255,0.06);
  transition: transform 0.3s var(--ease-smooth), border-color 0.3s ease, box-shadow 0.3s ease;
}
.how-dragon-step:hover {
  transform: translateY(-5px);
  border-color: rgba(99, 102, 241, 0.35);
  box-shadow: 0 20px 48px rgba(0,0,0,0.45), 0 0 20px rgba(99, 102, 241, 0.10);
}
.how-dragon-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2ea3f2, #6366f1);
  color: #fff;
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 14px;
  box-shadow: 0 4px 16px rgba(46, 163, 242, 0.3);
}
.how-dragon-step p {
  margin: 0;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
}
.how-dragon-line {
  text-align: center;
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 auto;
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}

.section-results-dragon {
  padding: 72px 0;
  background: var(--bg-white);
}
.results-dragon-title {
  text-align: center;
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin-bottom: 32px;
}
.results-dragon-list {
  max-width: 560px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
}
.results-dragon-list li {
  padding: 14px 20px 14px 48px;
  position: relative;
  font-size: 1.0625rem;
  color: var(--text);
  border-bottom: 1px solid var(--border);
}
.results-dragon-list li:last-child {
  border-bottom: none;
}
.results-dragon-list li::before {
  content: "✓";
  position: absolute;
  left: 20px;
  color: var(--accent);
  font-weight: 700;
}

.section-pricing-preview-dragon {
  padding: 72px 0;
  background: var(--bg-soft);
}
.pricing-preview-title {
  text-align: center;
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  margin-bottom: 24px;
}
.pricing-preview-tiers {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 20px;
  font-size: 1rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 28px;
}
.pricing-preview-sep {
  color: var(--text-muted);
}
.pricing-preview-cta {
  text-align: center;
}

/* Homepage pricing cards */
.section-pricing-preview-dragon {
  background: #0a0f1e;
}
.home-pricing-header {
  text-align: center;
  margin-bottom: 12px;
}
.home-pricing-header .pricing-preview-title {
  color: #fff;
  margin-bottom: 8px;
}
.home-pricing-sub {
  color: rgba(255,255,255,0.5);
  font-size: 0.9375rem;
  margin: 0;
  text-align: center;
}
.home-pricing-ladder {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px 16px;
  font-size: 0.9375rem;
  font-weight: 600;
  color: rgba(255,255,255,0.45);
  margin-bottom: 48px;
  flex-wrap: wrap;
}
.home-pricing-ladder-highlight {
  color: #2ea3f2;
}
.home-pricing-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: start;
}
.home-pricing-card {
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: transform 0.3s var(--ease-smooth), border-color 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}
.home-pricing-card:hover {
  transform: translateY(-6px);
  border-color: rgba(46,163,242,0.3);
  box-shadow: 0 20px 48px rgba(0,0,0,0.5), 0 0 24px rgba(46,163,242,0.08);
}
.home-pricing-card--primary {
  border-color: rgba(46,163,242,0.35);
  box-shadow: 0 12px 40px rgba(0,0,0,0.5), 0 0 32px rgba(46,163,242,0.12);
}
.home-pricing-card--primary:hover {
  transform: translateY(-6px);
}
.home-pricing-card-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #2ea3f2, #6366f1);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 4px 14px;
  border-radius: 20px;
  white-space: nowrap;
}
.home-pricing-card-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.home-pricing-card-price {
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}
.home-pricing-card-price span {
  font-size: 0.9375rem;
  font-weight: 500;
  color: rgba(255,255,255,0.5);
}
.home-pricing-card-anchor {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.45);
  margin: 0;
  font-style: italic;
}
.home-pricing-card-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.home-pricing-card-features li {
  font-size: 0.9375rem;
  color: rgba(255,255,255,0.75);
  padding-left: 20px;
  position: relative;
}
.home-pricing-card-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #2ea3f2;
  font-weight: 700;
}
.home-pricing-card-features li:first-child::before {
  content: "";
}
.home-pricing-card-features li:first-child {
  padding-left: 0;
  color: rgba(255,255,255,0.4);
  font-size: 0.875rem;
}
.home-pricing-card-cta {
  display: block;
  text-align: center;
  margin-top: 4px;
}
@media (max-width: 1024px) {
  .home-pricing-cards {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .home-pricing-card--primary {
    grid-column: span 2;
    transform: none;
  }
  .home-pricing-card--primary:hover {
    transform: translateY(-6px);
  }
}
@media (max-width: 640px) {
  .home-pricing-cards {
    grid-template-columns: 1fr;
  }
  .home-pricing-card--primary {
    grid-column: span 1;
  }
}

/* Dragon homepage — photo gallery */
.section-gallery-dragon {
  padding: 0;
  background: #0a0f1e;
  position: relative;
  overflow: hidden;
}

.gallery-dragon-intro {
  text-align: center;
  max-width: 560px;
  margin: 0 auto;
  padding: 72px 24px 48px;
  color: #e2e8f0;
}

.gallery-dragon-intro .eyebrow {
  color: rgba(255,255,255,0.5);
}

.gallery-dragon-title {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  margin: 8px 0 12px;
  color: #fff;
}

.gallery-dragon-lead {
  font-size: 1rem;
  color: rgba(255,255,255,0.6);
  margin: 0;
  line-height: 1.6;
}

.gallery-dragon-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr;
  gap: 0;
  align-items: stretch;
}

.gallery-dragon-item {
  overflow: hidden;
  position: relative;
}

.gallery-dragon-item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.gallery-dragon-item:hover img {
  transform: scale(1.04);
}

.gallery-dragon-item--center img {
  height: 210px;
}

@media (max-width: 768px) {
  .gallery-dragon-grid {
    grid-template-columns: 1fr;
  }
  .gallery-dragon-item img,
  .gallery-dragon-item--center img {
    height: 200px;
  }
  .gallery-dragon-intro {
    padding: 48px 24px 32px;
  }
}

.section-risk-dragon {
  padding: 120px 0;
  background: #000;
  position: relative;
  overflow: hidden;
}
.risk-dragon-bg-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.risk-dragon-bg-img {
  position: absolute;
  inset: -10%;
  background: url("../assets/images/images/07497b6e-065c-4337-87f4-5b31f0194164.jpg") center/cover no-repeat;
  transform: scale(calc(var(--scroll-scale, 1) * 1.05)) translateY(var(--parallax-y, 0px));
  transform-origin: center center;
  will-change: transform;
}
.risk-dragon-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.45) 50%, rgba(0,0,0,0.65) 100%);
  pointer-events: none;
}
.risk-dragon-inner {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}
.risk-phone-wrap {
  position: absolute;
  right: 8%;
  bottom: -37%;
  z-index: 3;
  transform: translateY(var(--phone-y, 110%));
  transform-origin: center bottom;
  will-change: transform;
  pointer-events: none;
  transition: transform 0.05s linear;
}

.risk-phone-canvas {
  width: 380px;
  height: auto;
  display: block;
  filter: drop-shadow(0 24px 48px rgba(0,0,0,0.55));
}

@media (max-width: 768px) {
  .risk-phone-wrap {
    right: 50%;
    transform: translateX(50%) translateY(var(--phone-y, 110%));
    transform-origin: center bottom;
  }
  .risk-phone-canvas {
    width: 240px;
  }
}
.risk-dragon-title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin-bottom: 24px;
  color: #fff;
}
.risk-dragon-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  font-size: 1.0625rem;
  color: rgba(255,255,255,0.85);
}
.risk-dragon-list li {
  margin-bottom: 8px;
}
.risk-dragon-cta {
  display: inline-block;
}

@media (max-width: 768px) {
  .outcomes-dragon-grid {
    grid-template-columns: 1fr;
  }
  .how-dragon-steps {
    grid-template-columns: 1fr;
  }
  .pricing-preview-tiers {
    flex-direction: column;
  }
}

.pricing-badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--accent);
  margin-bottom: 8px;
}

.pricing-card--tier2 {
  border-color: rgba(46, 163, 242, 0.35);
  box-shadow: 0 24px 56px rgba(15, 23, 42, 0.1);
}

.pricing-card--tier2:hover {
  border-color: rgba(46, 163, 242, 0.5);
}

.feature-list-label {
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 8px 0;
}

/* 9.2 Pricing / CTA — deep shadow for floating layer */
.pricing-card {
  max-width: 560px;
  width: 100%;
  padding: 30px;
  box-shadow: var(--shadow-deep);
  border: 1px solid rgba(0, 0, 0, 0.06);
  position: relative;
  overflow: hidden;
  transition: transform 0.4s var(--ease-smooth), box-shadow 0.4s var(--ease-smooth), border-color 0.3s ease;
}

.pricing-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
  opacity: 0.85;
}

.pricing-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 32px 64px rgba(15, 23, 42, 0.14);
  border-color: rgba(46, 163, 242, 0.2);
}

.pricing-grid .pricing-card {
  max-width: none;
}

.price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 14px 0 18px;
}

.price strong {
  font-family: Poppins, Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 44px;
  letter-spacing: -0.03em;
}

.feature-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.feature-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--muted);
  font-weight: 600;
}

.small-note {
  margin-top: 14px;
  color: var(--muted-2);
  font-weight: 600;
  font-size: 15px;
}

/* FAQ — clean accordion; uses section-soft + section-panel for rhythm */
.section-faq {
  padding: 72px 0;
  background: linear-gradient(180deg, var(--bg-soft) 0%, var(--bg-warm) 100%);
}

@media (max-width: 768px) {
  .section-faq {
    padding: 56px 0;
  }
}

.section-faq .container {
  max-width: 760px;
}

.faq-header {
  text-align: center;
  margin-bottom: 48px;
}

.faq-header .eyebrow {
  margin-bottom: 0;
}

.faq {
  max-width: 760px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid #e5e7eb;
  padding: 24px 0;
}

.faq-question {
  font-size: 18px;
  font-weight: 600;
  color: #1f2933;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  padding: 0;
  font-family: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq-question:hover {
  color: var(--accent);
}

.faq-question::after {
  content: "+";
  font-size: 24px;
  font-weight: 400;
  color: #9ca3af;
  flex-shrink: 0;
  margin-left: 12px;
}

.faq-item.is-open .faq-question::after {
  content: "−";
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.6;
  color: #4b5563;
  transition: max-height 0.4s var(--ease-smooth);
}

.faq-answer p {
  margin: 12px 0 0;
  max-width: 100%;
  font-size: 16px;
  line-height: 1.6;
  color: #4b5563;
}

/* Forms */
form {
  display: grid;
  gap: 14px;
}

.field {
  display: grid;
  gap: 8px;
}

label {
  font-weight: 700;
  color: var(--text);
  font-size: 14px;
}

input, textarea {
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 12px 14px;
  font-size: 16px;
  font-family: inherit;
  color: var(--text);
  background: #fff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

@media (max-width: 920px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
}

.placeholder-box {
  border: 1px dashed rgba(71, 85, 105, 0.5);
  border-radius: var(--radius-md);
  padding: 18px;
  background: rgba(241, 245, 249, 0.55);
  color: var(--muted);
  font-weight: 650;
  min-height: 280px;
  display: grid;
  place-items: center;
  text-align: center;
}

/* Footer */
.site-footer {
  padding: 0;
  background: #020617;
  color: rgba(248, 250, 252, 0.8);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid rgba(148, 163, 184, 0.4);
  padding: 32px 0;
  font-weight: 600;
}

@media (max-width: 920px) {
  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

.footer-links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.footer-links a {
  padding: 8px 10px;
  border-radius: var(--radius-sm);
}

.footer-links a:hover {
  background: rgba(47, 128, 237, 0.08);
  color: var(--text);
}

/* Phase 10 — Trust signals */
.industry-lock {
  font-size: 14px;
  color: #6b7280;
  margin-top: 12px;
}

.industry-lock.hero-industry { color: rgba(255, 255, 255, 0.85); }

.trust-volume {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 6px;
}

.header-phone {
  font-size: 14px;
  font-weight: 600;
  color: inherit;
  white-space: nowrap;
}

.header-phone:hover { color: var(--accent); }

.header-nav-cta {
  font-size: 14px !important;
  padding: 8px 18px !important;
  white-space: nowrap;
  margin-left: 4px;
}

.footer-phone {
  color: rgba(248, 250, 252, 0.9);
}

.footer-phone:hover { color: #fff; text-decoration: underline; }

.footer-local {
  font-size: 13px;
  color: rgba(248, 250, 252, 0.65);
  margin-top: 6px;
}

.no-agency-block {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
  padding: 32px 24px;
}

.no-agency-block h3 {
  font-size: clamp(22px, 2.2vw, 28px);
  margin-bottom: 20px;
}

.no-agency-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 24px;
}

.no-agency-block li {
  font-size: 16px;
  color: #4b5563;
  display: flex;
  align-items: center;
  gap: 8px;
}

.no-agency-block li::before {
  content: "✓";
  color: var(--accent);
  font-weight: 700;
}

.example-content-intro {
  text-align: center;
}

.example-content-intro .lead {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.example-content-intro h2 {
  color: var(--primary);
}

.example-proof {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
  margin-top: 28px;
}

@media (max-width: 768px) {
  .example-proof { grid-template-columns: 1fr; }
}

.example-mockup {
  background: var(--bg-soft);
  border-radius: var(--radius-md);
  padding: 0;
  border: 1px solid var(--border);
  overflow: hidden;
  transition: box-shadow 0.3s var(--ease-smooth), border-color 0.3s ease;
}

.example-mockup:hover {
  box-shadow: var(--shadow-soft);
  border-color: rgba(46, 163, 242, 0.25);
}

.example-mockup-title {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--muted);
  padding: 12px 20px;
  margin-bottom: 0;
  background: linear-gradient(180deg, rgba(15, 61, 110, 0.05) 0%, transparent 100%);
  border-bottom: 1px solid var(--border);
}

.example-mockup-content {
  font-size: 15px;
  line-height: 1.5;
  color: #374151;
  padding: 20px;
}

.example-mockup-content strong { color: #1f2933; }

.founder {
  display: flex;
  gap: 20px;
  align-items: center;
}

.founder-avatar {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 8px 32px rgba(0,0,0,0.18);
  border: 4px solid #fff;
  outline: 3px solid var(--primary);
}

.founder-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 10%;
  display: block;
}

.founder-info h3 { margin-bottom: 8px; }

.founder-info p { max-width: 100%; }

.founder-linkedin {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #0a66c2;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.founder-linkedin:hover {
  opacity: 0.75;
}

.cta-notes .no-call { display: block; margin-top: 4px; }

/* 8.1 Global motion curve */
.fade,
.reveal {
  opacity: 0;
  transform: translateY(48px);
  transition: opacity 0.8s var(--ease-smooth), transform 0.8s var(--ease-smooth);
  will-change: opacity, transform;
}

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

/* Stagger delays for long lists (gallery, FAQ, deliverables) */
.stagger > .fade:nth-child(1) { transition-delay: 0s; }
.stagger > .fade:nth-child(2) { transition-delay: 0.06s; }
.stagger > .fade:nth-child(3) { transition-delay: 0.12s; }
.stagger > .fade:nth-child(4) { transition-delay: 0.18s; }
.stagger > .fade:nth-child(5) { transition-delay: 0.24s; }
.stagger > .fade:nth-child(6) { transition-delay: 0.3s; }
.stagger > .fade:nth-child(7) { transition-delay: 0.36s; }
.stagger > .fade:nth-child(8) { transition-delay: 0.42s; }
.stagger > .fade:nth-child(9) { transition-delay: 0.48s; }
.stagger > .fade:nth-child(10) { transition-delay: 0.54s; }
.stagger > .fade:nth-child(11) { transition-delay: 0.6s; }
.stagger > .fade:nth-child(12) { transition-delay: 0.66s; }
.stagger > .fade:nth-child(n+13) { transition-delay: 0.72s; }

/* Section content animate-in: targets individual elements, not BG layers */
.sec-animate {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.sec-animate.sec-visible {
  opacity: var(--sec-exit, 1);
  transform: translateY(0);
}
/* Stagger delays for sequential children */
.sec-animate:nth-child(1)  { transition-delay: 0s; }
.sec-animate:nth-child(2)  { transition-delay: 0.08s; }
.sec-animate:nth-child(3)  { transition-delay: 0.16s; }
.sec-animate:nth-child(4)  { transition-delay: 0.24s; }
.sec-animate:nth-child(5)  { transition-delay: 0.32s; }
.sec-animate:nth-child(6)  { transition-delay: 0.40s; }
.sec-animate:nth-child(7)  { transition-delay: 0.48s; }
.sec-animate:nth-child(8)  { transition-delay: 0.56s; }
.sec-animate:nth-child(n+9){ transition-delay: 0.60s; }

/* Final — section entrance (focus-pull feel) */

.scene {
  opacity: 0;
  transform: translateY(70px) scale(0.98);
  filter: blur(8px);
  transition:
    opacity 0.9s var(--ease-smooth),
    transform 0.9s var(--ease-smooth),
    filter 0.9s var(--ease-smooth);
}

.scene.in-view {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

/* Final — bg images never fade in, always visible */
.scene img,
.scene-bg {
  transform: none;
  opacity: 1;
}

.scene.in-view img,
.scene.in-view .scene-bg {
  transform: none;
  opacity: 1;
}

/* Motion limits: no entrance animation on hero, pricing, or final CTA */
.hero.scene,
.section-pricing.scene,
.cinematic-cta.scene {
  opacity: 1;
  transform: none;
  filter: none;
}

.hero.scene.in-view,
.section-pricing.scene.in-view,
.cinematic-cta.scene.in-view {
  opacity: 1;
  transform: none;
  filter: none;
}

.section-pricing.scene img,
.section-pricing.scene .scene-bg,
.cinematic-cta.scene img,
.cinematic-cta.scene .scene-bg {
  transform: scale(1);
}

/* Final — mobile: parallax and blur off */
@media (max-width: 768px) {
  .scene,
  .scene.in-view {
    transform: none !important;
    filter: none !important;
  }
  .scene img,
  .scene-bg {
    transform: none !important;
  }
}

/* Kinetic headline text */
.reveal-text {
  overflow: hidden;
}

.reveal-text span {
  display: block;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.9s var(--ease-smooth), opacity 0.9s var(--ease-smooth);
}

.reveal-text.visible span {
  transform: translateY(0);
  opacity: 1;
}

.reveal-text.visible span:nth-child(1) { transition-delay: 0.1s; }
.reveal-text.visible span:nth-child(2) { transition-delay: 0.3s; }
.reveal-text.visible span:nth-child(3) { transition-delay: 0.5s; }

/* Headline stagger — premium reveal */
.headline span {
  display: block;
  transform: translateY(100%);
  opacity: 0;
  transition:
    transform 1s var(--ease-smooth),
    opacity 0.8s var(--ease-smooth);
}

.scene.in-view .headline span {
  transform: translateY(0);
  opacity: 1;
}

.scene.in-view .headline span:nth-child(1) { transition-delay: 0.15s; }
.scene.in-view .headline span:nth-child(2) { transition-delay: 0.3s; }
.scene.in-view .headline span:nth-child(3) { transition-delay: 0.45s; }

/* Utility */
.spacer-10 { height: 10px; }
.spacer-16 { height: 16px; }
.spacer-22 { height: 22px; }
.spacer-30 { height: 30px; }

/* Homepage sections */

.section-problem .problem-image {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  transition: box-shadow var(--duration-slow) var(--ease-smooth);
}

.section-problem .problem-image:hover {
  box-shadow: var(--shadow-card-hover);
}

.section-problem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s var(--ease-smooth);
}

.section-problem .problem-image:hover img {
  transform: scale(1.05);
}

.section-recognition {
  position: relative;
  background: var(--bg-soft);
  color: #ffffff;
  overflow: hidden;
}

.section-recognition-bg {
  position: absolute;
  inset: 0;
  background: url("../assets/images/images/028ddf6b-5c98-4034-8918-ab8d99d5f83f.jpg") center/cover no-repeat;
  z-index: 0;
}

.section-recognition-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.section-recognition .container {
  position: relative;
  z-index: 2;
}

.section-recognition-inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.section-recognition p,
.section-recognition .lead {
  color: rgba(255, 255, 255, 0.9);
}

/* Premium page flip — problem → outcome */
.flip-container {
  perspective: 1200px;
  max-width: 900px;
  margin: 0 auto;
  min-height: 280px;
}

.flip-card {
  position: relative;
  transform-style: preserve-3d;
  transition: transform 1s var(--ease-smooth);
  min-height: 260px;
}

.flip-card.flipped {
  transform: rotateY(180deg);
}

.flip-front,
.flip-back {
  position: absolute;
  inset: 0;
  width: 100%;
  backface-visibility: hidden;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.flip-back {
  transform: rotateY(180deg);
}

.flip-front h2,
.flip-back h2 {
  margin: 0;
}

.flip-back p {
  max-width: 100%;
  margin-top: 0;
}

/* Photo gallery */
.section-gallery {
  background: var(--bg-white);
}

.photo-gallery {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

@media (max-width: 920px) {
  .photo-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .photo-gallery {
    grid-template-columns: 1fr;
  }
}

.gallery-item {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition:
    transform var(--duration-slow) var(--ease-smooth),
    box-shadow var(--duration-slow) var(--ease-smooth);
  aspect-ratio: 4 / 3;
  background: var(--border);
}

.gallery-item:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: var(--shadow-card-hover);
}

/* 8.3 Premium image hover */
.gallery-item img,
.card {
  transition: transform 0.6s var(--ease-smooth), box-shadow 0.6s var(--ease-smooth);
}

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

.gallery-item:hover img {
  transform: scale(1.04);
}

.section-deliverables .grid-3 {
  align-items: stretch;
}

.deliverable {
  border-radius: var(--radius-lg);
  padding: 28px 24px 24px;
  border: 1px solid var(--border);
  background: #ffffff;
  box-shadow: var(--shadow-sm);
  position: relative;
  overflow: hidden;
  transition:
    transform var(--duration-slow) var(--ease-smooth),
    box-shadow var(--duration-slow) var(--ease-smooth),
    border-color var(--duration-normal) ease;
  border-left: 4px solid var(--accent);
}

.deliverable:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: var(--shadow-card-hover);
  border-left-color: var(--primary);
  border-color: rgba(46, 163, 242, 0.35);
}

.deliverable-icon {
  width: 80px;
  height: 80px;
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, rgba(46, 163, 242, 0.14), rgba(15, 61, 110, 0.08));
  border: 1px solid rgba(46, 163, 242, 0.4);
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  transition: background 0.35s var(--ease-smooth), border-color 0.35s ease;
}

.deliverable:hover .deliverable-icon {
  background: linear-gradient(145deg, rgba(46, 163, 242, 0.2), rgba(15, 61, 110, 0.12));
  border-color: rgba(46, 163, 242, 0.55);
}

.deliverable-icon svg {
  flex-shrink: 0;
}

.deliverable h3 {
  margin-bottom: 6px;
}

.deliverables-tier2-note {
  text-align: center;
}

.deliverables-tier2-note .muted {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.section-impact {
  background: var(--bg-white);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.impact-parallax-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(15, 61, 110, 0.04) 0%, rgba(46, 163, 242, 0.06) 50%, rgba(15, 61, 110, 0.03) 100%);
}

.section-impact .container {
  position: relative;
  z-index: 1;
}

.section-impact h2 {
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.4;
  color: var(--text);
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
}

.value-item {
  text-align: center;
  padding: 32px 24px;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(15, 61, 110, 0.06) 0%, rgba(46, 163, 242, 0.04) 100%);
  border: 1px solid rgba(15, 61, 110, 0.12);
  position: relative;
  overflow: hidden;
  transition: transform 0.35s var(--ease-smooth), box-shadow 0.35s var(--ease-smooth), border-color 0.3s ease;
}

.value-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
  opacity: 0.9;
}

.value-item:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-medium);
  border-color: rgba(46, 163, 242, 0.25);
}

.value-number {
  font-size: clamp(44px, 4.5vw, 64px);
  font-weight: 800;
  color: var(--primary);
  letter-spacing: -0.03em;
  line-height: 1.1;
  transition: transform 0.4s var(--ease-smooth);
  font-family: Poppins, Inter, system-ui, sans-serif;
}

.value-number.count-done {
  transform: scale(1.05);
}

.value-label {
  margin-top: 10px;
  font-size: 17px;
  font-weight: 600;
  color: var(--muted);
  letter-spacing: 0.01em;
}

.section-authority {
  background: var(--bg-warm);
  text-align: center;
}

.section-authority-inner {
  max-width: 800px;
  margin: 0 auto;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  align-items: start;
}

@media (max-width: 700px) {
  .testimonial-grid {
    grid-template-columns: 1fr;
  }
}

.testimonial-card {
  margin: 0;
  padding: 24px;
  background: #ffffff;
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-soft);
}

.testimonial-quote {
  font-size: 16px;
  line-height: 1.6;
  color: var(--text);
  margin: 0 0 12px 0;
  font-style: italic;
}

.testimonial-meta {
  font-size: 14px;
  color: var(--muted);
  font-style: normal;
}

/* Cinematic focus section — subject strong, text readable, depth + mood */
.visibility-section {
  position: relative;
  overflow: hidden;
  height: 70vh;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Dark gradient overlay — contrast + drama, keeps center visible */
.visibility-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to right,
      rgba(0, 0, 0, 0.55),
      rgba(0, 0, 0, 0.25),
      rgba(0, 0, 0, 0.55)
    );
  z-index: 1;
  pointer-events: none;
}

/* Vignette — pulls focus to center */
.visibility-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0) 40%,
    rgba(0, 0, 0, 0.35) 100%
  );
  z-index: 1;
  pointer-events: none;
}

.visibility-bg {
  position: absolute;
  inset: 0;
  background: url("../assets/images/images/43eaf70a-feb9-42f4-bbbe-4187230a49c4.jpg") center/cover no-repeat;
  transform: scale(1.05);
  animation: slowZoom 24s ease-in-out infinite alternate;
  z-index: 0;
  filter: contrast(1.05) saturate(0.95) brightness(0.95);
}

@keyframes slowZoom {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1.1);
  }
}

.visibility-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.visibility-content h2 {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #ffffff;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  margin: 0;
}

/* ========== High-end CTA cinematic system ========== */

/* Section — living background container */
.cta-section,
.cinematic-cta {
  position: relative;
  height: 60vh;
  overflow: hidden;
}

/* Layer 1: Cinematic background — slow camera motion */
.cta-bg {
  position: absolute;
  inset: 0;
  background: url("../assets/images/images/home_PM.png") center/cover no-repeat;
  transform: scale(1.12);
  animation: cinematicZoom 28s ease-in-out infinite alternate;
  z-index: 0;
}

@keyframes cinematicZoom {
  0% {
    transform: scale(1.12) translateY(0);
  }
  100% {
    transform: scale(1.18) translateY(-20px);
  }
}

/* Layer 2: Film-style color grade — warm bloom + depth */
.cta-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom,
      rgba(0, 0, 0, 0.25),
      rgba(0, 0, 0, 0.65)),
    radial-gradient(circle at 30% 20%,
      rgba(255, 180, 80, 0.18),
      transparent 40%);
  pointer-events: none;
  z-index: 1;
}

/* Layer 3: Grain — film finish */
.cta-section::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
  opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* Floating glass card — agency level */
.cta-card {
  position: relative;
  z-index: 2;
  max-width: 820px;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);

  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  border-radius: var(--radius-lg);

  padding: 70px 80px;
  text-align: center;

  box-shadow:
    0 80px 160px rgba(0, 0, 0, 0.25),
    0 20px 60px rgba(0, 0, 0, 0.15);

  animation: floatCard 6s ease-in-out infinite;
}

@keyframes floatCard {
  0%, 100% {
    transform: translateY(-50%);
  }
  50% {
    transform: translateY(-53%);
  }
}

/* Typography — high-end scale */
.cta-card h2 {
  font-size: 48px;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #0f172a;
  font-weight: 700;
  margin-bottom: 18px;
}

.cta-card p {
  font-size: 20px;
  color: #475569;
  margin-bottom: 30px;
}

/* Premium button physics — scoped to CTA */
.cta-card .btn-primary {
  display: inline-block;
  padding: 18px 40px;
  font-size: 18px;
  border-radius: var(--radius-sm);
  background: linear-gradient(135deg, #2EA3F2, #1e7fd9);
  color: white;
  font-weight: 600;
  border: none;
  box-shadow: 0 18px 40px rgba(46, 163, 242, 0.45);
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.cta-card .btn-primary:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 28px 70px rgba(46, 163, 242, 0.55);
}

.cta-card .micro {
  margin-top: 24px;
  font-size: 14px;
  color: #64748b;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .cta-section,
  .cinematic-cta {
    height: 56vh;
  }
  .cta-card {
    padding: 44px 24px;
    margin-left: 16px;
    margin-right: 16px;
    max-width: calc(100% - 32px);
  }
  .cta-card h2 {
    font-size: clamp(28px, 5vw, 36px);
  }
  .cta-card p {
    font-size: 18px;
  }
  .cta-card .btn-primary {
    padding: 16px 32px;
    font-size: 17px;
  }
}

.btn-pulse {
  animation: pulseGlow 3s infinite;
}

@keyframes pulseGlow {
  0%, 100% { box-shadow: 0 0 0 rgba(0, 0, 0, 0); }
  50% { box-shadow: 0 0 25px rgba(46, 163, 242, 0.4); }
}

/* 9.2 Glass cards (pricing & final CTA) — deep shadow */
.glass-card {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-deep);
  transition:
    transform var(--duration-slow) var(--ease-smooth),
    box-shadow var(--duration-slow) var(--ease-smooth);
}

.glass-card:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 48px 120px rgba(0, 0, 0, 0.15);
}

@media (max-width: 1024px) {
  .section {
    padding: 72px 0;
  }
}

@media (max-width: 768px) {
  .hero-inner {
    text-align: left;
  }

  .hero h1 {
    font-size: 40px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .btn {
    width: 100%;
    justify-content: center;
  }
}

/* ─────────────────────────────────────────
   ONBOARDING WIZARD
───────────────────────────────────────── */

.onboard-section {
  background: var(--bg-soft);
  min-height: 80vh;
}

.onboard-header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 48px;
}

.onboard-title {
  font-family: Poppins, Inter, system-ui, sans-serif;
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 700;
  color: var(--primary);
  margin: 8px 0 12px;
}

.onboard-subtitle {
  font-size: 1.0625rem;
  color: var(--muted);
  line-height: 1.6;
  margin: 0;
}

/* Progress bar */
.onboard-progress {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  position: relative;
  max-width: 600px;
  margin: 0 auto 48px;
}

.onboard-progress-track {
  position: absolute;
  top: 16px;
  left: calc(12.5% + 8px);
  right: calc(12.5% + 8px);
  height: 2px;
  background: var(--border);
  z-index: 0;
}

.onboard-progress-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex: 1;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  position: relative;
  z-index: 1;
}

.onboard-step-dot {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s ease, border-color 0.25s ease;
  flex-shrink: 0;
}

.onboard-progress-step.is-active .onboard-step-dot,
.onboard-progress-step.is-done .onboard-step-dot {
  background: var(--primary);
  border-color: var(--primary);
}

.onboard-progress-step.is-done .onboard-step-dot::after {
  content: "✓";
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.onboard-progress-step.is-active .onboard-step-dot::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  display: block;
}

.onboard-step-label {
  font-size: 12px;
  font-weight: 600;
  color: var(--muted);
  text-align: center;
  white-space: nowrap;
  transition: color 0.25s ease;
}

.onboard-progress-step.is-active .onboard-step-label {
  color: var(--primary);
}

.onboard-progress-step.is-done .onboard-step-label {
  color: var(--accent);
}

/* Wrap */
.onboard-wrap {
  max-width: 720px;
  margin: 0 auto;
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  padding: 48px;
  position: relative;
  overflow: hidden;
}

/* Steps */
.onboard-step {
  display: none;
  animation: onboardFadeIn 0.3s ease;
}

.onboard-step.is-active {
  display: block;
}

@keyframes onboardFadeIn {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}

.onboard-step-title {
  font-family: Poppins, Inter, system-ui, sans-serif;
  font-size: clamp(20px, 2.5vw, 26px);
  font-weight: 700;
  color: var(--primary);
  margin: 0 0 6px;
}

.onboard-step-desc {
  font-size: 0.9375rem;
  color: var(--muted);
  margin: 0 0 28px;
  line-height: 1.55;
}

/* Nav buttons */
.onboard-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
}

.onboard-nav--right {
  justify-content: flex-end;
}

/* Required asterisk */
.field-required {
  color: #e11d48;
  margin-left: 2px;
}

/* Field hint */
.field-hint {
  display: block;
  font-size: 12px;
  color: var(--muted-2);
  margin-top: 5px;
  line-height: 1.4;
}

/* Checkboxes */
.onboard-checkgroup {
  border: none;
  padding: 0;
  margin: 0;
}

.onboard-checkgroup legend {
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 14px;
  display: block;
}

.onboard-checks {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 10px;
}

.onboard-check {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 0.9375rem;
  color: var(--text);
  cursor: pointer;
  padding: 10px 14px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  transition: border-color 0.2s ease, background 0.2s ease;
  user-select: none;
}

.onboard-check:hover {
  border-color: var(--accent);
  background: rgba(46, 163, 242, 0.04);
}

.onboard-check input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: var(--primary);
  flex-shrink: 0;
}

.onboard-check:has(input:checked) {
  border-color: var(--primary);
  background: rgba(15, 61, 110, 0.05);
}

/* Color picker */
.color-field-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.color-input {
  width: 48px;
  height: 48px;
  border-radius: var(--radius-sm);
  border: 1.5px solid var(--border);
  padding: 2px;
  cursor: pointer;
  background: none;
  flex-shrink: 0;
}

.color-hex {
  flex: 1;
  height: 48px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 0 14px;
  font-size: 0.9375rem;
  font-family: monospace;
  color: var(--text);
  transition: border-color 0.2s ease;
}

.color-hex:focus {
  outline: none;
  border-color: var(--accent);
}

/* File drop zone */
.file-drop-zone {
  position: relative;
  border: 2px dashed var(--border);
  border-radius: var(--radius-md);
  padding: 36px 24px;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
  background: var(--bg-soft);
}

.file-drop-zone:hover,
.file-drop-zone.is-over {
  border-color: var(--accent);
  background: rgba(46, 163, 242, 0.04);
}

.file-input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.file-drop-icon {
  font-size: 28px;
  margin-bottom: 8px;
  color: var(--accent);
}

.file-drop-text {
  font-size: 0.9375rem;
  color: var(--text);
  font-weight: 500;
}

.file-drop-link {
  color: var(--accent);
  text-decoration: underline;
}

.file-drop-formats {
  font-size: 12px;
  color: var(--muted-2);
  margin-top: 6px;
}

.file-drop-preview {
  margin-top: 16px;
  font-size: 0.875rem;
  color: var(--primary);
  font-weight: 600;
}

/* Summary card */
.onboard-summary {
  background: var(--bg-soft);
  border-radius: var(--radius-md);
  border-left: 4px solid var(--accent);
  padding: 24px 28px;
  margin-bottom: 32px;
}

.onboard-summary-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--primary);
  margin: 0 0 16px;
}

.onboard-summary-list {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 16px;
  margin: 0;
}

.onboard-summary-list dt {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  white-space: nowrap;
  padding-top: 2px;
}

.onboard-summary-list dd {
  font-size: 0.9375rem;
  color: var(--text);
  margin: 0;
  word-break: break-word;
}

/* Stripe card */
.onboard-stripe-wrap {
  margin-bottom: 8px;
}

.onboard-stripe-card {
  background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 100%);
  border-radius: var(--radius-lg);
  padding: 40px 36px;
  text-align: center;
  color: #e2e8f0;
}

.onboard-stripe-icon {
  font-size: 32px;
  margin-bottom: 12px;
}

.onboard-stripe-title {
  font-family: Poppins, Inter, system-ui, sans-serif;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 700;
  color: #fff;
  margin: 0 0 10px;
}

.onboard-stripe-desc {
  font-size: 0.9375rem;
  color: rgba(255,255,255,0.7);
  line-height: 1.6;
  max-width: 440px;
  margin: 0 auto 24px;
}

.onboard-stripe-btn {
  font-size: 1.0625rem;
  padding: 16px 40px;
  display: inline-block;
}

.onboard-stripe-note {
  font-size: 12px;
  color: rgba(255,255,255,0.45);
  margin: 14px 0 0;
}

/* Validation error state */
.field input.is-error,
.field textarea.is-error {
  border-color: #e11d48;
}

.field-error-msg {
  display: block;
  font-size: 12px;
  color: #e11d48;
  margin-top: 5px;
  font-weight: 500;
}

/* Submit info button */
.onboard-submit-info {
  font-size: 0.875rem;
}

/* Intake CTA on get-started page */
.intake-cta-strip {
  margin-top: 32px;
  padding: 20px 24px;
  background: linear-gradient(135deg, rgba(15,61,110,0.06), rgba(46,163,242,0.08));
  border-radius: var(--radius-md);
  border: 1.5px solid rgba(46,163,242,0.2);
  text-align: center;
}

.intake-cta-strip p {
  margin: 0 0 12px;
  font-size: 0.9375rem;
  color: var(--muted);
}

.intake-cta-strip .btn {
  font-size: 0.9375rem;
  color: var(--accent);
  border-color: var(--accent);
  background: transparent;
}

.intake-cta-strip .btn:hover {
  background: rgba(46, 163, 242, 0.08);
}

/* Responsive */
@media (max-width: 768px) {
  .onboard-wrap {
    padding: 28px 20px;
  }
  .onboard-progress {
    gap: 0;
  }
  .onboard-step-label {
    font-size: 10px;
  }
  .onboard-checks {
    grid-template-columns: 1fr 1fr;
  }
  .onboard-nav {
    flex-direction: column-reverse;
    align-items: stretch;
  }
  .onboard-nav .btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .onboard-stripe-card {
    padding: 28px 20px;
  }
  .onboard-summary-list {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .onboard-summary-list dt {
    margin-top: 10px;
  }
  .onboard-summary-list dt:first-child {
    margin-top: 0;
  }
}

