/* ==========================================================================
   Forge & Lever - Main Stylesheet (Bold-Punchy Design)
   Font: Outfit (Google Fonts) — 400, 500, 600, 800
   ========================================================================== */

/* ========================================
   RESET + ROOT
   ======================================== */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --base: #FAFAFA;
  --surface: #FFFFFF;
  --surface-alt: #F5F5F5;
  --accent: #B91C1C;
  --accent-hover: #DC2626;
  --accent-light: #FEF2F2;
  --accent-dark: #991B1B;
  --text-primary: #0A0A0A;
  --text-secondary: #525252;
  --text-muted: #666666;
  --border: #E5E5E5;
  --border-strong: #D4D4D4;
  --highlight: #FEF9C3;
  --ease-snappy: cubic-bezier(0.16, 1, 0.3, 1);
}

@media (prefers-color-scheme: dark) {
  :root {
    --base: #0A0A0A;
    --surface: #171717;
    --surface-alt: #1A1A1A;
    --text-primary: #FAFAFA;
    --text-secondary: #A3A3A3;
    --text-muted: #8A8A8A;
    --border: #2A2A2A;
    --border-strong: #3A3A3A;
    --accent: #EF4444;
    --accent-hover: #F87171;
    --accent-light: #451A1A;
    --accent-dark: #FCA5A5;
    --highlight: #422006;
  }

  /* Nav scrolled shadow */
  .nav.scrolled {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  }

  /* Skip link */
  .skip-link {
    color: #FFFFFF;
  }

  /* Buttons — ensure white text on accent stays readable */
  .btn-primary {
    color: #FFFFFF;
  }

  .nav-cta,
  .nav-links .nav-cta {
    color: #FFFFFF;
  }

  .service-badge {
    color: #FFFFFF;
  }

  /* SVG strokes in service visuals — white on accent circles */
  .service-visual-circle svg {
    stroke: #FFFFFF;
  }

  /* Comparison bar — "after" fill text */
  .comparison-bar-fill.after {
    color: #FFFFFF;
  }

  /* Contact CTA section — accent background, keep white text */
  .contact-badge {
    background: #171717;
    color: var(--accent);
  }

  .contact-headline {
    color: #FFFFFF;
  }

  .contact-sub {
    color: rgba(255, 255, 255, 0.8);
  }

  .contact-email {
    color: #FFFFFF;
  }

  .contact-email:hover {
    color: rgba(255, 255, 255, 0.8);
  }

  .contact-link {
    color: rgba(255, 255, 255, 0.85);
  }

  .contact-link:hover {
    color: #FFFFFF;
  }

  .contact-divider {
    background: rgba(255, 255, 255, 0.4);
  }

  .btn-white {
    background: #171717;
    color: var(--accent);
  }

  .btn-white:hover {
    background: #1A1A1A;
  }

  .btn-outline:hover {
    color: #FFFFFF;
  }

  /* Social proof cards */
  .what-built-card {
    background: #171717;
    border-color: #2A2A2A;
  }

  .what-built-card:hover {
    border-color: var(--accent);
    box-shadow: 0 8px 24px rgba(0,0,0,0.3);
  }

  .btn-secondary {
    color: var(--accent);
    border-color: var(--accent);
  }

  .btn-secondary:hover {
    background: var(--accent);
    color: #FFFFFF;
  }

  /* Footer — use surface instead of base so it's distinguishable */
  .footer,
  .landing-footer {
    background: var(--surface);
  }

  .footer-logo,
  .footer-col-title {
    color: #FAFAFA;
  }

  .footer-tagline,
  .footer-links a,
  .footer-copy,
  .footer-bottom-links a,
  .landing-footer span,
  .landing-footer a {
    color: #8A8A8A;
  }

  .footer-links a:hover,
  .footer-bottom-links a:hover,
  .landing-footer a:hover {
    color: #FAFAFA;
  }

  .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  /* Card hover shadows — lighter for dark bg */
  .cred-card:hover,
  .philosophy-card:hover {
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3);
  }

  .landing-benefit:hover {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
  }

  .seo-card:hover {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
  }

  /* Credential card spotlight — brighter for dark mode */
  .cred-card::before,
  .philosophy-card::before {
    background: radial-gradient(
      600px circle at var(--mouse-x, 50%) var(--mouse-y, 50%),
      rgba(239, 68, 68, 0.08),
      transparent 60%
    );
  }

  /* Landing callout box shadow */
  .landing-why-callout-inner {
    color: #FFFFFF;
    box-shadow: 0 24px 48px -12px rgba(239, 68, 68, 0.3);
  }

  /* Hero circle text opacity */
  .hero-circle-text {
    color: rgba(255, 255, 255, 0.15);
  }

  /* Trust line on contact (accent bg) */
  .contact .trust-line {
    color: rgba(255, 255, 255, 0.7);
  }
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: 'Outfit', sans-serif;
  font-weight: 400;
  line-height: 1.7;
  color: var(--text-primary);
  background: var(--base);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img, svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

.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;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 32px;
}

/* ========================================
   SECTION LABEL (reusable)
   ======================================== */
.section-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 20px;
}

.section-headline {
  font-size: 48px;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.05;
  color: var(--text-primary);
}

/* ========================================
   SCROLL REVEAL
   ======================================== */
/* Show content by default; hide only when JS is available */
@media (scripting: enabled) {
  .reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.5s var(--ease-snappy), transform 0.5s var(--ease-snappy);
  }
}

.reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}

/* ========================================
   SKIP LINK (Accessibility)
   ======================================== */
.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: var(--accent);
  color: #fff;
  padding: 8px 16px;
  z-index: 10000;
  font-weight: 600;
  transition: top 0.2s;
  text-decoration: none;
}
.skip-link:focus {
  top: 0;
}

/* Focus-visible for all interactive elements */
:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 2px;
  border-radius: 4px;
}
:focus:not(:focus-visible) {
  outline: none;
}
.btn-primary:focus-visible,
.btn-secondary:focus-visible,
.nav-cta:focus-visible {
  outline-offset: 4px;
}
.faq-question:focus-visible {
  outline-offset: -2px;
}

/* ========================================
   1. NAVIGATION
   ======================================== */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: var(--base);
  border-bottom: 1px solid var(--border);
  transition: box-shadow 0.3s var(--ease-snappy);
}

.nav.scrolled {
  box-shadow: 0 4px 20px rgba(10, 10, 10, 0.06);
}

.nav-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}

.nav-logo {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--text-primary);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 36px;
  list-style: none;
}

.nav-links a {
  font-size: 15px;
  font-weight: 500;
  color: var(--text-secondary);
  transition: color 0.2s var(--ease-snappy);
}

.nav-links a:hover {
  color: var(--text-primary);
}

.nav-cta,
.nav-links .nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 0 24px;
  background: var(--accent);
  color: var(--surface);
  font-size: 14px;
  font-weight: 600;
  border-radius: 100px;
  transition: background 0.2s var(--ease-snappy), transform 0.15s var(--ease-snappy);
}

.nav-cta:hover {
  background: var(--accent-hover);
}

.nav-cta:active {
  transform: scale(0.95);
}

.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 28px;
  padding: 4px 0;
}

.nav-hamburger span {
  display: block;
  height: 2px;
  background: var(--text-primary);
  border-radius: 2px;
  transition: transform 0.3s var(--ease-snappy), opacity 0.3s var(--ease-snappy);
}

.nav-hamburger.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-hamburger.active span:nth-child(2) {
  opacity: 0;
}

.nav-hamburger.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.nav-mobile {
  display: none;
  position: fixed;
  top: 72px;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--base);
  z-index: 999;
  padding: 40px 32px;
}

.nav-mobile.open {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.nav-mobile a {
  font-size: 28px;
  font-weight: 700;
  color: var(--text-primary);
  letter-spacing: -0.02em;
}

.nav-mobile .nav-cta {
  width: fit-content;
  height: 52px;
  padding: 0 32px;
  font-size: 16px;
  margin-top: 12px;
}

/* ========================================
   2. HERO
   ======================================== */
.hero {
  min-height: 100dvh;
  display: flex;
  align-items: center;
  padding-top: 72px;
  background: var(--base);
  position: relative;
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  width: 100%;
}

.hero-left {
  position: relative;
  z-index: 2;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--accent-light);
  color: var(--accent);
  font-size: 13px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 100px;
  margin-bottom: 32px;
}

.hero-badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.8); }
}

.hero-h1 {
  font-size: 72px;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 0.95;
  margin-bottom: 28px;
}

.hero-h1 .accent {
  color: var(--accent);
}

.hero-sub {
  font-size: 20px;
  color: var(--text-secondary);
  max-width: 50ch;
  line-height: 1.6;
  margin-bottom: 40px;
}

.hero-cta-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 36px;
  background: var(--accent);
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 600;
  border-radius: 14px;
  transition: background 0.2s var(--ease-snappy), transform 0.15s var(--ease-snappy);
  width: fit-content;
}

.btn-primary:hover {
  background: var(--accent-hover);
}

.btn-primary:active {
  transform: scale(0.95);
}

.hero-note {
  font-size: 14px;
  color: var(--text-secondary);
  font-weight: 400;
}

.hero-right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}

.hero-circle-big {
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: var(--accent);
  position: absolute;
  right: -80px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: slowSpin 40s linear infinite;
  overflow: hidden;
}

.hero-circle-text {
  font-size: 220px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.15);
  letter-spacing: -0.06em;
  user-select: none;
  line-height: 1;
}

.hero-circle-video {
    animation: none;
}

.hero-circle-big video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero-circle-small {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: var(--surface-alt);
  border: 1px solid var(--border);
  position: absolute;
  top: 50%;
  right: 40%;
  transform: translateY(-50%);
}

@keyframes slowSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* ========================================
   3. PROBLEM STATEMENT
   ======================================== */
.problem {
  background: var(--surface-alt);
  padding: 80px 0;
}

.problem-inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.problem-text {
  font-size: 34px;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.35;
  color: var(--text-primary);
  margin-bottom: 32px;
}

.highlight-mark {
  background: linear-gradient(to right, var(--highlight) 100%, transparent 0%);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 2px 6px;
  margin: 0 -6px;
  transition: background-size 0.6s var(--ease-snappy);
}

.highlight-mark.drawn {
  background-size: 100% 100%;
}

.problem-emphasis {
  font-size: 22px;
  font-weight: 700;
  color: var(--accent);
  line-height: 1.4;
}

/* ========================================
   4. SERVICES (ZIG-ZAG)
   ======================================== */
.services {
  background: var(--base);
  padding: 80px 0;
}

.services-header {
  margin-bottom: 80px;
}

.service-row {
  display: grid;
  gap: 60px;
  align-items: center;
  margin-bottom: 100px;
}

.service-row:last-child {
  margin-bottom: 0;
}

.service-row:nth-child(odd) {
  grid-template-columns: 3fr 2fr;
}

.service-row:nth-child(even) {
  grid-template-columns: 2fr 3fr;
}

/* Group content + visual together, push dead space to outer edges.
   Without this, the 50ch max-width on .service-desc creates ~250px of
   dead space between text and right-side visuals (perceived gap 430px+
   vs 215px on left-side visuals). */
.service-row:nth-child(odd) .service-content {
  justify-self: end;
}

.service-row:nth-child(odd) .service-visual {
  justify-self: start;
}

.service-row:nth-child(even) .service-content {
  order: 2;
  justify-self: start;
}

.service-row:nth-child(even) .service-visual {
  order: 1;
  justify-self: end;
}

.service-badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  background: var(--accent);
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 100px;
  margin-bottom: 16px;
}

.service-title {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.15;
}

.service-desc {
  font-size: 16px;
  color: var(--text-secondary);
  max-width: 50ch;
  margin-bottom: 24px;
  line-height: 1.7;
}

.service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.service-tag {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 100px;
  font-size: 13px;
  font-weight: 500;
  color: var(--text-secondary);
}

.service-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  place-self: center;
  position: relative;
}

.service-visual-circle {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-visual-circle svg {
  width: 64px;
  height: 64px;
  stroke: #FFFFFF;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-visual-squares {
  position: relative;
  width: 200px;
  height: 200px;
}

.service-visual-squares .sq {
  position: absolute;
  border-radius: 16px;
}

.service-visual-squares .sq1 {
  width: 140px;
  height: 140px;
  background: var(--accent);
  top: 10px;
  left: 10px;
}

.service-visual-squares .sq2 {
  width: 110px;
  height: 110px;
  background: var(--border-strong);
  bottom: 10px;
  right: 10px;
}

.service-visual-dots {
  display: flex;
  gap: 28px;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 200px;
}

.service-visual-dots .dot {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--accent);
}

.service-visual-dots .dot:nth-child(1) { animation: dotPulse 1.6s ease-in-out infinite 0s; }
.service-visual-dots .dot:nth-child(2) { animation: dotPulse 1.6s ease-in-out infinite 0.3s; }
.service-visual-dots .dot:nth-child(3) { animation: dotPulse 1.6s ease-in-out infinite 0.6s; }

@keyframes dotPulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(0.65); opacity: 0.4; }
}

/* Consultancy — compass visual */
.service-visual-compass {
  position: relative;
  width: 200px;
  height: 200px;
}

.compass-ring {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 3px solid var(--accent);
  position: relative;
}

.compass-ring::before,
.compass-ring::after {
  content: '';
  position: absolute;
  background: var(--accent);
  border-radius: 1px;
}

/* N and S tick marks */
.compass-ring::before {
  width: 2px;
  height: 24px;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 200px 0 0 var(--border-strong);
}

/* E and W tick marks */
.compass-ring::after {
  width: 24px;
  height: 2px;
  top: 50%;
  right: -2px;
  transform: translateY(-50%);
  box-shadow: -200px 0 0 0 var(--border-strong);
}

.compass-needle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 80px;
  transform: translate(-50%, -50%) rotate(-35deg);
  transform-origin: center;
}

.compass-needle::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 40px;
  background: var(--accent);
  border-radius: 2px;
}

.compass-needle::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4px;
  height: 40px;
  background: var(--border-strong);
  border-radius: 2px;
}

/* Training — ascending bars visual */
.service-visual-bars {
  display: flex;
  gap: 20px;
  align-items: flex-end;
  justify-content: center;
  width: 200px;
  height: 200px;
}

.service-visual-bars .bar {
  width: 48px;
  border-radius: 8px 8px 0 0;
  background: var(--accent);
}

.service-visual-bars .bar-1 {
  height: 80px;
  opacity: 0.35;
  animation: barGrow 2s ease-in-out infinite 0s;
}

.service-visual-bars .bar-2 {
  height: 140px;
  opacity: 0.6;
  animation: barGrow 2s ease-in-out infinite 0.3s;
}

.service-visual-bars .bar-3 {
  height: 200px;
  opacity: 1;
  animation: barGrow 2s ease-in-out infinite 0.6s;
}

@keyframes barGrow {
  0%, 100% { transform: scaleY(1); }
  50% { transform: scaleY(0.85); }
}

/* ========================================
   5. GAME CHANGED
   ======================================== */
.game-changed {
  background: var(--surface-alt);
  padding: 80px 0;
}

.game-changed-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.game-changed-headline {
  font-size: 44px;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.08;
  color: var(--text-primary);
  margin-bottom: 20px;
}

.game-changed-body {
  font-size: 17px;
  color: var(--text-secondary);
  max-width: 48ch;
  margin-bottom: 28px;
  line-height: 1.7;
}

.game-changed-emphasis {
  font-size: 24px;
  font-weight: 700;
  color: var(--accent);
  line-height: 1.3;
}

.comparison-bars {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.comparison-bar-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.comparison-bar-label {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.comparison-bar-track {
  height: 56px;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
}

.comparison-bar-fill {
  height: 100%;
  border-radius: 14px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 600;
  transition: width 1s var(--ease-snappy);
  width: 0%;
  white-space: nowrap;
}

.comparison-bar-fill.before {
  background: var(--border-strong);
  color: var(--text-secondary);
}

.comparison-bar-fill.after {
  background: var(--accent);
  color: #FFFFFF;
}

.comparison-bar-fill.animated.before {
  width: 90%;
}

.comparison-bar-fill.animated.after {
  width: 28%;
}

.comparison-bar-detail {
  font-size: 13px;
  color: var(--text-muted);
}

/* ========================================
   5b. WHAT WE'VE BUILT (Social Proof)
   ======================================== */
.what-built {
  background: var(--surface-alt);
  padding: 80px 0;
}

.what-built-header {
  text-align: center;
  margin-bottom: 48px;
}

.what-built-intro {
  font-size: 17px;
  color: var(--text-secondary);
  max-width: 52ch;
  margin: 16px auto 0;
  line-height: 1.7;
}

.what-built-stats {
  display: flex;
  justify-content: center;
  gap: 48px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}

.what-built-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.what-built-stat-number {
  font-size: 36px;
  font-weight: 800;
  color: var(--accent);
  letter-spacing: -0.04em;
  line-height: 1;
}

.what-built-stat-label {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text-muted);
}

.what-built-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 32px;
}

.what-built-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 32px;
  text-decoration: none;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.what-built-card:hover {
  border-color: var(--accent);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.what-built-card-tag {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--accent);
  background: var(--accent-light);
  padding: 4px 10px;
  border-radius: 6px;
  align-self: flex-start;
}

.what-built-card-title {
  font-size: 22px;
  font-weight: 800;
  color: var(--text-primary);
  letter-spacing: -0.02em;
}

.what-built-card-desc {
  font-size: 15px;
  color: var(--text-secondary);
  line-height: 1.6;
  flex: 1;
}

.what-built-card-link {
  font-size: 14px;
  font-weight: 600;
  color: var(--accent);
  margin-top: 4px;
}

.what-built-cta {
  text-align: center;
}

.btn-secondary {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: var(--accent);
  border: 2px solid var(--accent);
  background: transparent;
  padding: 12px 28px;
  border-radius: 10px;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
  cursor: pointer;
}

.btn-secondary:hover {
  background: var(--accent);
  color: #FFFFFF;
}

/* Hero secondary CTA link */
.hero-secondary {
  margin-top: 12px;
}

.hero-secondary-link {
  font-size: 15px;
  color: var(--text-secondary);
  text-decoration: none;
  transition: color 0.2s ease;
}

.hero-secondary-link:hover {
  color: var(--accent);
}

.hero-secondary-link .accent {
  font-weight: 600;
}

/* ========================================
   6. PROCESS
   ======================================== */
.process {
  background: var(--base);
  padding: 80px 0;
}

.process-header {
  margin-bottom: 80px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}

.process-step {
  position: relative;
  padding: 0 28px;
}

.process-step::before {
  content: '';
  position: absolute;
  top: 32px;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--border);
}

.process-step:first-child::before {
  left: 50%;
}

.process-step:last-child::before {
  right: 50%;
}

.process-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--accent);
  position: relative;
  z-index: 2;
  margin: 0 auto 28px auto;
  margin-top: 25px;
}

.process-number {
  font-size: 56px;
  font-weight: 800;
  color: var(--accent);
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 12px;
}

.process-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}

.process-desc {
  font-size: 15px;
  color: var(--text-secondary);
  line-height: 1.6;
}

/* ========================================
   7. CREDENTIALS (BENTO)
   ======================================== */
.credentials {
  background: var(--surface-alt);
  padding: 80px 0;
}

.credentials-header {
  margin-bottom: 60px;
}

.credentials-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: auto auto;
  gap: 24px;
}

.cred-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 44px;
  transition: border-color 0.3s var(--ease-snappy), box-shadow 0.3s var(--ease-snappy);
  position: relative;
  overflow: hidden;
}

.cred-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: radial-gradient(
    600px circle at var(--mouse-x, 50%) var(--mouse-y, 50%),
    rgba(220, 38, 38, 0.04),
    transparent 60%
  );
  opacity: 0;
  transition: opacity 0.3s var(--ease-snappy);
  pointer-events: none;
}

.cred-card:hover {
  border-color: var(--accent);
  box-shadow: 0 16px 40px rgba(10, 10, 10, 0.05);
}

.cred-card:hover::before {
  opacity: 1;
}

.cred-card-big {
  grid-row: 1 / 3;
}

.cred-number {
  font-size: 56px;
  font-weight: 800;
  color: var(--accent);
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 12px;
}

.cred-label {
  font-size: 16px;
  font-weight: 500;
  color: var(--text-secondary);
  line-height: 1.5;
}

.cred-card-big .cred-number {
  font-size: 72px;
  margin-bottom: 20px;
}

.cred-card-big .cred-label {
  font-size: 18px;
  max-width: 40ch;
}

/* ========================================
   8. FAQ
   ======================================== */
.faq {
  background: var(--base);
  padding: 80px 0;
}

.faq-header {
  margin-bottom: 60px;
}

.faq-list {
  max-width: 860px;
}

.faq-item {
  border-bottom: 2px solid var(--border);
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 28px 0;
  font-size: 18px;
  font-weight: 700;
  color: var(--text-primary);
  text-align: left;
  cursor: pointer;
  gap: 20px;
  transition: color 0.2s var(--ease-snappy);
}

.faq-question:hover {
  color: var(--accent);
}

.faq-chevron {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: var(--accent);
  transition: transform 0.3s var(--ease-snappy);
}

.faq-item.open .faq-chevron {
  transform: rotate(180deg);
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s var(--ease-snappy);
}

.faq-item.open .faq-answer {
  grid-template-rows: 1fr;
}

.faq-answer-inner {
  overflow: hidden;
  padding: 0 0 0 0;
  font-size: 16px;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 60ch;
}

.faq-item.open .faq-answer-inner {
  padding: 0 0 28px 0;
}

/* ========================================
   9. CONTACT CTA
   ======================================== */
.contact-cta {
  background: var(--accent);
  padding: 140px 0;
}

.contact-cta-inner {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.contact-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #FFFFFF;
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 100px;
  margin-bottom: 32px;
}

.contact-headline {
  font-size: 52px;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.05;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.contact-sub {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 40px;
  line-height: 1.6;
}

.btn-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  padding: 0 36px;
  background: #FFFFFF;
  color: var(--accent);
  font-size: 17px;
  font-weight: 600;
  border-radius: 14px;
  transition: background 0.2s var(--ease-snappy), transform 0.15s var(--ease-snappy);
}

.btn-white:hover {
  background: #F5F5F5;
}

.btn-white:active {
  transform: scale(0.95);
}

.contact-email {
  display: inline-block;
  margin-top: 24px;
  font-size: 15px;
  color: #FFFFFF;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact-email:hover {
  color: rgba(255, 255, 255, 0.8);
}

.contact-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 32px;
}

.contact-link {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  letter-spacing: 0.01em;
  transition: color 0.2s ease;
}

.contact-link:hover {
  color: #FFFFFF;
}

.contact-divider {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
}

/* ========================================
   10. FOOTER
   ======================================== */
.footer {
  background: var(--text-primary);
  padding: 80px 0 48px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 60px;
}

.footer-logo {
  font-size: 22px;
  font-weight: 800;
  color: #FFFFFF;
  letter-spacing: -0.03em;
  margin-bottom: 16px;
}

.footer-tagline {
  font-size: 15px;
  color: #737373;
  max-width: 32ch;
  line-height: 1.6;
}

.footer-col-title {
  font-size: 13px;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}

.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-links a {
  font-size: 14px;
  color: #737373;
  transition: color 0.2s var(--ease-snappy);
}

.footer-links a:hover {
  color: #FFFFFF;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-copy {
  font-size: 13px;
  color: #737373;
}

.footer-bottom-links {
  display: flex;
  gap: 24px;
}

.footer-bottom-links a {
  font-size: 13px;
  color: #737373;
  transition: color 0.2s var(--ease-snappy);
}

.footer-bottom-links a:hover {
  color: #FFFFFF;
}

/* ========================================
   11. PAGE HERO (subpages)
   ======================================== */
.page-hero {
  padding: 160px 0 100px;
  background: var(--base);
}

.page-hero-sub {
  font-size: 20px;
  color: var(--text-secondary);
  max-width: 50ch;
  line-height: 1.6;
  margin-top: 20px;
}

/* ========================================
   12. SERVICE DETAIL (services page)
   ======================================== */
.service-detail-section {
  background: var(--base);
  padding: 80px 0;
}

.service-detail-section .service-row {
  margin-bottom: 0;
}

.service-detail-alt {
  background: var(--surface-alt);
}

.service-sub-heading {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-primary);
  margin: 32px 0 16px;
  letter-spacing: -0.01em;
}

.service-checklist {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
}

.service-checklist li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  color: var(--text-secondary);
  line-height: 1.5;
}

.service-checklist li svg {
  flex-shrink: 0;
  color: var(--accent);
}

.service-cta-box {
  background: var(--accent-light);
  border: 1px solid var(--accent);
  border-radius: 16px;
  padding: 28px 32px;
  margin-top: 32px;
}

.service-cta-box-text {
  font-size: 15px;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.5;
}

.btn-outline {
  background: transparent;
  color: var(--accent);
  border: 2px solid var(--accent);
  transition: background 0.2s var(--ease-snappy), color 0.2s var(--ease-snappy), transform 0.15s var(--ease-snappy);
}

.btn-outline:hover {
  background: var(--accent);
  color: #FFFFFF;
}

.solution-types-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 32px;
}

.solution-type-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 28px;
}

.solution-type-card h4 {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}

.solution-type-card p {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.6;
}

/* ========================================
   13. ABOUT PAGE
   ======================================== */
.about-story-section {
  background: var(--surface-alt);
  padding: 80px 0;
}

.about-story-inner {
  max-width: 800px;
}

.about-lead {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.3;
  color: var(--text-primary);
  margin: 20px 0 32px;
}

.about-body {
  font-size: 17px;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 20px;
  max-width: 65ch;
}

.about-emphasis {
  font-size: 22px;
  font-weight: 700;
  color: var(--accent);
  line-height: 1.4;
  margin-top: 12px;
}

.about-philosophy-section {
  background: var(--base);
  padding: 80px 0;
}

.about-philosophy-header {
  margin-bottom: 60px;
}

.philosophy-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.philosophy-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 44px;
  transition: border-color 0.3s var(--ease-snappy), box-shadow 0.3s var(--ease-snappy);
  position: relative;
  overflow: hidden;
}

.philosophy-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: radial-gradient(
    600px circle at var(--mouse-x, 50%) var(--mouse-y, 50%),
    rgba(220, 38, 38, 0.04),
    transparent 60%
  );
  opacity: 0;
  transition: opacity 0.3s var(--ease-snappy);
  pointer-events: none;
}

.philosophy-card:hover {
  border-color: var(--accent);
  box-shadow: 0 16px 40px rgba(10, 10, 10, 0.05);
}

.philosophy-card:hover::before {
  opacity: 1;
}

.philosophy-card-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}

.philosophy-card-desc {
  font-size: 15px;
  color: var(--text-secondary);
  line-height: 1.7;
}

.about-shift-section {
  background: var(--surface-alt);
  padding: 80px 0;
}

.about-shift-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.about-signature {
  background: var(--base);
  padding: 80px 0;
}

.about-signature-inner {
  text-align: center;
}

.signature-name {
  font-size: 24px;
  font-weight: 800;
  color: var(--text-primary);
  letter-spacing: -0.02em;
  margin-bottom: 4px;
}

.signature-title {
  font-size: 15px;
  color: var(--text-secondary);
  font-weight: 500;
}

.signature-location {
  font-size: 14px;
  color: var(--text-muted);
  margin-top: 4px;
}

/* ========================================
   14. LEGAL PAGES (privacy, terms)
   ======================================== */
.legal-page {
  padding-top: 72px;
}

.legal-content {
  max-width: 800px;
  padding: 80px 0 120px;
}

.legal-content .section-headline {
  margin-bottom: 8px;
}

.legal-meta {
  font-size: 14px;
  color: var(--text-muted);
  margin-bottom: 40px;
}

.legal-content h2 {
  font-size: 22px;
  font-weight: 700;
  color: var(--text-primary);
  margin: 40px 0 12px;
  letter-spacing: -0.01em;
}

.legal-content p {
  font-size: 16px;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 16px;
}

/* Active nav link */
.nav-links a.active {
  color: var(--text-primary);
}

/* ========================================
   QUIZ PROMPT
   ======================================== */
.quiz-prompt {
  background: var(--base);
  padding: 32px 0;
  text-align: center;
}

.quiz-prompt-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.quiz-prompt-text {
  font-size: 16px;
  color: var(--text-secondary);
}

.quiz-prompt-link {
  font-size: 16px;
  font-weight: 600;
  color: var(--accent);
  text-decoration: none;
  transition: color 0.2s ease;
}

.quiz-prompt-link:hover {
  color: var(--accent-hover);
}

/* ========================================
   ALSO HELP (Cross-links)
   ======================================== */
.also-help {
  background: var(--surface-alt);
  padding: 40px 0;
  text-align: center;
}

.also-help-label {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text-muted);
  margin-bottom: 16px;
}

.also-help-links {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.also-help-link {
  font-size: 15px;
  font-weight: 600;
  color: var(--text-primary);
  text-decoration: none;
  padding: 8px 20px;
  border: 1px solid var(--border);
  border-radius: 8px;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.also-help-link:hover {
  border-color: var(--accent);
  color: var(--accent);
}

/* ========================================
   RESPONSIVE — 1024px
   ======================================== */
@media (max-width: 1024px) {
  .hero-h1 {
    font-size: 56px;
  }

  .hero-circle-big {
    width: 340px;
    height: 340px;
    right: -60px;
  }

  .hero-circle-text {
    font-size: 160px;
  }

  .hero-circle-small {
    width: 140px;
    height: 140px;
  }

  .section-headline {
    font-size: 40px;
  }

  .game-changed-headline {
    font-size: 36px;
  }

  .contact-headline {
    font-size: 42px;
  }

  .credentials-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cred-card-big {
    grid-row: auto;
    grid-column: 1 / -1;
  }

  .about-shift-grid {
    gap: 48px;
  }

  .solution-types-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* ========================================
   RESPONSIVE — 768px
   ======================================== */
@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }

  .nav-links {
    display: none;
  }

  .nav-hamburger {
    display: flex;
  }

  .hero {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .hero-h1 {
    font-size: 48px;
  }

  .hero-right {
    min-height: 200px;
    justify-content: flex-start;
  }

  .hero-circle-big {
    width: 180px;
    height: 180px;
    right: -40px;
    position: relative;
  }

  .hero-circle-text {
    font-size: 80px;
  }

  /* !important required: overrides inline style="display:none" set in index.html */
  .hero-right .hero-circle-original {
      display: flex !important;
  }

  .hero-circle-video {
      display: none;
  }

  .hero-circle-small {
    width: 80px;
    height: 80px;
    right: auto;
    left: -20px;
  }

  .problem {
    padding: 48px 0;
  }

  .problem-text {
    font-size: 26px;
  }

  .problem-emphasis {
    font-size: 18px;
  }

  .services {
    padding: 48px 0;
  }

  .service-row:nth-child(odd),
  .service-row:nth-child(even) {
    grid-template-columns: 1fr;
  }

  .service-row:nth-child(odd) .service-content,
  .service-row:nth-child(even) .service-content {
    justify-self: auto;
  }

  .service-row:nth-child(odd) .service-visual,
  .service-row:nth-child(even) .service-visual {
    justify-self: auto;
  }

  .service-row:nth-child(even) .service-content {
    order: 1;
  }

  .service-row:nth-child(even) .service-visual {
    order: 2;
  }

  .service-row {
    margin-bottom: 60px;
  }

  .service-visual {
    min-height: 180px;
  }

  .game-changed {
    padding: 48px 0;
  }

  .game-changed-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .game-changed-headline {
    font-size: 32px;
  }

  .what-built {
    padding: 48px 0;
  }

  .what-built-stats {
    gap: 24px;
  }

  .what-built-stat-number {
    font-size: 28px;
  }

  .what-built-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .what-built-card {
    padding: 24px;
  }

  .process {
    padding: 48px 0;
  }

  .process-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .process-step::before {
    display: none;
  }

  .process-dot {
    display: none;
  }

  .credentials {
    padding: 48px 0;
  }

  .credentials-grid {
    grid-template-columns: 1fr;
  }

  .cred-card {
    padding: 32px;
  }

  .cred-number {
    font-size: 44px;
  }

  .cred-card-big .cred-number {
    font-size: 56px;
  }

  .faq {
    padding: 48px 0;
  }

  .contact-cta {
    padding: 100px 0;
  }

  .contact-headline {
    font-size: 36px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }

  .footer-grid > div:first-child {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }

  .section-headline {
    font-size: 34px;
  }

  .page-hero {
    padding: 120px 0 60px;
  }

  .page-hero-sub {
    font-size: 17px;
  }

  .service-detail-section {
    padding: 48px 0;
  }

  .solution-types-grid {
    grid-template-columns: 1fr;
  }

  .philosophy-grid {
    grid-template-columns: 1fr;
  }

  .about-shift-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .about-story-section,
  .about-philosophy-section,
  .about-shift-section {
    padding: 48px 0;
  }

  .about-lead {
    font-size: 24px;
  }

  /* AI Consulting Perth - Mobile */
  .seo-hero {
    padding: 120px 0 60px;
  }

  .seo-section {
    padding: 48px 0;
  }

  .seo-cards-grid {
    grid-template-columns: 1fr;
  }

  .seo-hero-link {
    display: block;
    margin-left: 0;
    margin-top: 16px;
  }

  .seo-diff {
    flex-direction: column;
    gap: 12px;
  }

  .seo-diff-number {
    font-size: 36px;
    min-width: auto;
  }

  .seo-vertical {
    padding: 28px 0;
  }
}

/* ========================================
   RESPONSIVE — 480px
   ======================================== */
@media (max-width: 480px) {
  .hero-h1 {
    font-size: 38px;
  }

  .hero-sub {
    font-size: 17px;
  }

  .problem-text {
    font-size: 22px;
  }

  .service-title {
    font-size: 26px;
  }

  .section-headline {
    font-size: 28px;
  }

  .contact-headline {
    font-size: 30px;
  }

  .comparison-bar-track {
    height: 44px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .seo-hero .hero-h1 {
    font-size: 40px;
  }
}

/* ========================================
   15. LANDING PAGE (audit.html)
   ======================================== */

/* Minimal header — logo only */
.landing-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: var(--base);
  border-bottom: 1px solid var(--border);
  height: 72px;
  display: flex;
  align-items: center;
}

.landing-header .container {
  display: flex;
  align-items: center;
}

/* Hero — centred single column */
.landing-hero {
  min-height: auto;
  padding: 160px 0 100px;
}

.landing-hero-inner {
  max-width: 700px;
}

.landing-hero-body {
  margin-bottom: 40px;
}

.landing-hero-body p {
  font-size: 17px;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 16px;
}

.landing-hero-body p:last-child {
  margin-bottom: 0;
}

/* Shared landing sections */
.landing-section {
  padding: 80px 0;
  background: var(--base);
}

.landing-section-alt {
  background: var(--surface-alt);
}

.landing-section-header {
  margin-bottom: 60px;
}

/* What you'll get — benefits grid */
.landing-benefits-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.landing-benefit {
  padding: 36px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 20px;
  transition: border-color 0.3s var(--ease-snappy), box-shadow 0.3s var(--ease-snappy);
}

.landing-benefit:hover {
  border-color: var(--accent);
  box-shadow: 0 12px 32px rgba(10, 10, 10, 0.05);
}

.landing-benefit-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--accent-light);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.landing-benefit-icon svg {
  width: 24px;
  height: 24px;
  color: var(--accent);
}

.landing-benefit-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}

.landing-benefit-desc {
  font-size: 15px;
  color: var(--text-secondary);
  line-height: 1.7;
}

/* How it works — vertical timeline */
.landing-steps-timeline {
  max-width: 680px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.landing-step {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 32px;
  position: relative;
}

.landing-step-marker {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.landing-step-number {
  font-size: 32px;
  font-weight: 800;
  color: var(--accent);
  letter-spacing: -0.04em;
  line-height: 1;
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: var(--accent-light);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.landing-step-line {
  position: absolute;
  top: 72px;
  bottom: 0;
  left: 50%;
  width: 2px;
  transform: translateX(-50%);
  background: var(--border-strong);
}

.landing-step-content {
  padding: 16px 0 48px;
}

.landing-step:last-child .landing-step-content {
  padding-bottom: 0;
}

.landing-step:last-child .landing-step-line {
  display: none;
}

.landing-step-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 10px;
  letter-spacing: -0.02em;
}

.landing-step-desc {
  font-size: 16px;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 50ch;
}

/* Why us — two-column with callout */
.landing-why-grid {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 48px;
  align-items: start;
}

.landing-why-block {
  margin-bottom: 32px;
}

.landing-why-block:last-child {
  margin-bottom: 0;
}

.landing-why-subtitle {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}

.landing-why-block p {
  font-size: 16px;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 12px;
}

.landing-why-block p:last-child {
  margin-bottom: 0;
}

.landing-why-callout {
  position: sticky;
  top: 100px;
}

.landing-why-callout-inner {
  background: var(--accent);
  border-radius: 20px;
  padding: 40px;
  color: #FFFFFF;
  box-shadow: 0 24px 48px -12px rgba(220, 38, 38, 0.25);
}

.landing-why-callout-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}

.landing-why-callout-inner p {
  font-size: 16px;
  line-height: 1.7;
  opacity: 0.9;
}

/* Minimal footer */
.landing-footer {
  background: var(--text-primary);
  padding: 24px 0;
}

.landing-footer .container {
  display: flex;
  align-items: center;
  gap: 24px;
}

.landing-footer span {
  font-size: 13px;
  color: #737373;
}

.landing-footer a {
  font-size: 13px;
  color: #737373;
  transition: color 0.2s var(--ease-snappy);
}

.landing-footer a:hover {
  color: #FFFFFF;
}

/* ========================================
   AI CONSULTING PERTH PAGE
   ======================================== */

/* --- Hero Variant --- */
.seo-hero {
  min-height: auto;
  padding: 160px 0 100px;
}

.seo-hero .hero-left {
  max-width: 720px;
}

.seo-hero-tagline {
  font-size: 15px;
  color: var(--text-muted);
  margin-top: -12px;
  margin-bottom: 32px;
}

.seo-hero-link {
  font-size: 15px;
  font-weight: 500;
  color: var(--accent);
  margin-left: 24px;
  transition: color 0.2s var(--ease-snappy);
}

.seo-hero-link:hover {
  color: var(--accent-hover);
}

/* --- Section Layout --- */
.seo-section {
  padding: 80px 0;
  background: var(--base);
}

.seo-section-alt {
  background: var(--surface-alt);
}

.seo-section-header {
  margin-bottom: 64px;
}

.seo-section-intro {
  font-size: 17px;
  color: var(--text-secondary);
  max-width: 60ch;
  margin-top: 20px;
  line-height: 1.7;
}

/* --- Service Cards Grid (Section 2: What We Do) --- */
.seo-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1200px;
  justify-items: center;
}

.seo-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-left: 3px solid var(--accent);
  border-radius: 20px;
  padding: 36px;
  transition: border-color 0.3s var(--ease-snappy), box-shadow 0.3s var(--ease-snappy), border-left-width 0.15s var(--ease-snappy);
  width: 100%;
}

.seo-card:hover {
  border-left-width: 4px;
  border-left-color: var(--accent);
  box-shadow: 0 12px 32px rgba(10, 10, 10, 0.06);
}

.seo-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--accent-light);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.seo-card-icon svg {
  width: 24px;
  height: 24px;
  color: var(--accent);
}

.seo-card-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 10px;
  letter-spacing: -0.02em;
}

.seo-card-desc {
  font-size: 15px;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 20px;
}

.seo-card-for {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

/* --- Industry Verticals (Section 3: Who We Help) --- */
.seo-verticals {
  max-width: 860px;
}

.seo-vertical {
  padding: 40px 0;
  border-bottom: 1px solid var(--border);
}

.seo-vertical:first-child {
  padding-top: 0;
}

.seo-vertical:last-child {
  border-bottom: none;
}

.seo-vertical-name {
  font-size: 24px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}

.seo-vertical-desc {
  font-size: 16px;
  color: var(--text-secondary);
  max-width: 65ch;
  line-height: 1.7;
  margin-bottom: 16px;
}

.seo-pain {
  background: var(--accent-light);
  border-left: 2px solid var(--accent);
  padding: 14px 20px;
  border-radius: 0 8px 8px 0;
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.6;
}

.seo-pain strong {
  color: var(--text-primary);
  font-weight: 600;
}

/* --- Differentiators (Section 5: Why Choose Us) --- */
.seo-diffs {
  max-width: 860px;
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.seo-diff {
  display: flex;
  align-items: flex-start;
  gap: 32px;
}

.seo-diff-number {
  font-size: 56px;
  font-weight: 800;
  color: var(--accent);
  letter-spacing: -0.04em;
  line-height: 1;
  min-width: 80px;
  flex-shrink: 0;
}

.seo-diff-content {
  padding-top: 4px;
}

.seo-diff-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 10px;
  letter-spacing: -0.02em;
}

.seo-diff-desc {
  font-size: 16px;
  color: var(--text-secondary);
  max-width: 65ch;
  line-height: 1.7;
}

/* ========================================
   LANDING PAGE RESPONSIVE — 768px
   ======================================== */
@media (max-width: 768px) {
  .landing-hero {
    padding: 120px 0 60px;
  }

  .landing-section {
    padding: 48px 0;
  }

  .landing-benefits-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .landing-step {
    grid-template-columns: 60px 1fr;
    gap: 20px;
  }

  .landing-step-number {
    width: 52px;
    height: 52px;
    font-size: 26px;
  }

  .landing-step-line {
    top: 60px;
  }

  .landing-step-content {
    padding: 10px 0 36px;
  }

  .landing-why-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .landing-why-callout {
    position: static;
  }

  .landing-hero-inner {
    max-width: 100%;
  }

  /* SEO page responsive — 768px */
  .seo-hero {
    padding: 120px 0 60px;
  }

  .seo-section {
    padding: 48px 0;
  }

  .seo-cards-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .seo-diffs {
    gap: 40px;
  }

  .seo-diff-number {
    font-size: 40px;
    min-width: 56px;
  }

  .seo-hero-link {
    display: block;
    margin-left: 0;
    margin-top: 16px;
  }

  .landing-page .btn-primary {
    width: 100%;
    text-align: center;
  }

  .landing-page .btn-white {
    width: 100%;
    text-align: center;
  }
}

/* ========================================
   LANDING PAGE RESPONSIVE — 480px
   ======================================== */
@media (max-width: 480px) {
  .landing-benefit {
    padding: 28px;
  }

  .landing-step {
    grid-template-columns: 48px 1fr;
    gap: 16px;
  }

  .landing-step-number {
    width: 48px;
    height: 48px;
    font-size: 22px;
    border-radius: 12px;
  }

  .landing-step-line {
    top: 56px;
  }

  .seo-diff {
    flex-direction: column;
    gap: 12px;
  }

  .seo-diff-number {
    font-size: 32px;
    min-width: auto;
  }

  .seo-vertical-name {
    font-size: 20px;
  }
}

/* ========================================
   TRUST SIGNALS
   ======================================== */
.trust-bar {
  background: var(--surface-alt);
  padding: 40px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.trust-bar-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}

.trust-bar-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 40px;
  border-right: 1px solid var(--border);
}

.trust-bar-item:last-child {
  border-right: none;
}

.trust-bar-number {
  font-size: 28px;
  font-weight: 800;
  color: var(--accent);
  line-height: 1;
  margin-bottom: 6px;
}

.trust-bar-label {
  font-size: 13px;
  font-weight: 500;
  color: var(--text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.trust-line {
  color: var(--text-muted);
  font-size: 15px;
  text-align: center;
  margin-top: 24px;
  font-style: italic;
}

.contact .trust-line {
    color: rgba(255, 255, 255, 0.7);
}

.trust-callout {
  background: var(--surface-alt);
  border-left: 3px solid var(--accent);
  padding: 16px 24px;
  margin-top: 32px;
  border-radius: 0 8px 8px 0;
}

.trust-callout p {
  font-size: 15px;
  font-weight: 500;
  color: var(--text-secondary);
  margin: 0;
  font-style: italic;
}

.trust-hero-note {
  font-size: 15px;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 12px;
  margin-bottom: 20px;
}

/* Mobile */
@media (max-width: 768px) {
  .trust-bar-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .trust-bar-item {
    padding: 0;
    border-right: none;
  }

  .trust-bar-item:nth-child(1),
  .trust-bar-item:nth-child(2) {
    padding-bottom: 24px;
    border-bottom: 1px solid var(--border);
  }
}

/* ========================================
   TRADIES PAGE — Problem/Solution Pairs
   ======================================== */
.tradies-problems {
  max-width: 1000px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.tradies-problem-row {
  display: grid;
  grid-template-columns: 1fr 48px 1fr;
  gap: 0;
  align-items: stretch;
  border-bottom: 1px solid var(--border);
  padding: 40px 0;
}

.tradies-problem-row:first-child {
  padding-top: 0;
}

.tradies-problem-row:last-child {
  border-bottom: none;
}

.tradies-pain {
  padding-right: 24px;
}

.tradies-pain-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 10px;
  padding: 3px 10px;
  background: var(--accent-light);
  border-radius: 4px;
}

.tradies-pain-title {
  font-size: 22px;
  font-weight: 800;
  color: var(--text-primary);
  letter-spacing: -0.03em;
  margin-bottom: 8px;
  line-height: 1.2;
}

.tradies-pain-desc {
  font-size: 15px;
  color: var(--text-secondary);
  line-height: 1.6;
}

.tradies-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
}

.tradies-fix {
  padding-left: 24px;
  border-left: 3px solid var(--accent);
}

.tradies-fix-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 10px;
}

.tradies-fix-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-primary);
  letter-spacing: -0.02em;
  margin-bottom: 8px;
  line-height: 1.2;
}

.tradies-fix-desc {
  font-size: 15px;
  color: var(--text-secondary);
  line-height: 1.6;
}

/* --- Tradies Trade Grid --- */
.tradies-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 860px;
}

.tradies-grid-cell {
  padding: 28px 24px;
  text-align: center;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  transition: border-color 0.3s var(--ease-snappy);
}

.tradies-grid-cell:hover {
  border-color: var(--accent);
}

.tradies-grid-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: var(--accent-light);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
}

.tradies-grid-icon svg {
  color: var(--accent);
}

.tradies-grid-name {
  font-size: 17px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 6px;
  letter-spacing: -0.01em;
}

.tradies-grid-desc {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.5;
}

/* --- Tradies Before/During/After Journey --- */
.tradies-journey {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1100px;
}

.tradies-journey-block {
  padding: 36px 32px;
  border-radius: 20px;
  border: 1px solid var(--border);
}

.tradies-journey-before {
  background: var(--accent-light);
  border-color: rgba(185, 28, 28, 0.15);
}

.tradies-journey-during {
  background: var(--surface);
  border-color: var(--border-strong);
}

.tradies-journey-after {
  background: #F0FDF4;
  border-color: rgba(22, 163, 74, 0.2);
}

@media (prefers-color-scheme: dark) {
  .tradies-journey-after {
    background: #0A1F0F;
    border-color: rgba(22, 163, 74, 0.25);
  }
  .tradies-journey-after .tradies-journey-label {
    color: #4ADE80;
  }
}

.tradies-journey-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.tradies-journey-before .tradies-journey-label {
  color: var(--accent);
}

.tradies-journey-during .tradies-journey-label {
  color: var(--text-muted);
}

.tradies-journey-after .tradies-journey-label {
  color: #16A34A;
}

.tradies-journey-title {
  font-size: 22px;
  font-weight: 800;
  color: var(--text-primary);
  letter-spacing: -0.03em;
  margin-bottom: 16px;
  line-height: 1.15;
}

.tradies-journey-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tradies-journey-list li {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.5;
  padding-left: 20px;
  position: relative;
}

.tradies-journey-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.tradies-journey-before .tradies-journey-list li::before {
  background: var(--accent);
  opacity: 0.4;
}

.tradies-journey-during .tradies-journey-list li::before {
  background: var(--border-strong);
}

.tradies-journey-after .tradies-journey-list li::before {
  background: #16A34A;
  opacity: 0.5;
}

/* Tradies responsive */
@media (max-width: 768px) {
  .tradies-problem-row {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 32px 0;
  }

  .tradies-pain {
    padding-right: 0;
  }

  .tradies-arrow {
    justify-content: flex-start;
    padding: 0;
  }

  .tradies-arrow svg {
    transform: rotate(90deg);
    width: 32px;
    height: 16px;
  }

  .tradies-fix {
    padding-left: 20px;
  }

  .tradies-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tradies-journey {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .tradies-journey-block {
    padding: 28px 24px;
  }
}

@media (max-width: 480px) {
  .tradies-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .tradies-grid-cell {
    padding: 20px 16px;
  }

  .tradies-pain-title {
    font-size: 19px;
  }

  .tradies-fix-title {
    font-size: 17px;
  }
}

/* ========================================
   ACCOUNTANTS PAGE — Numbered Checklist
   ======================================== */
.accountants-checklist {
  max-width: 860px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.accountants-checklist-item {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  padding: 32px 0;
  border-bottom: 1px solid var(--border);
}

.accountants-checklist-item:first-child {
  padding-top: 0;
}

.accountants-checklist-item:last-child {
  border-bottom: none;
}

.accountants-checklist-num {
  font-size: 48px;
  font-weight: 800;
  color: var(--accent);
  letter-spacing: -0.04em;
  line-height: 1;
  min-width: 56px;
  flex-shrink: 0;
}

.accountants-checklist-content {
  padding-top: 6px;
}

.accountants-checklist-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--text-primary);
  letter-spacing: -0.02em;
  margin-bottom: 8px;
  line-height: 1.2;
}

.accountants-checklist-desc {
  font-size: 15px;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 60ch;
}

/* --- Accountants Comparison Table --- */
.accountants-compare {
  max-width: 1000px;
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
}

.accountants-compare-header {
  display: grid;
  grid-template-columns: 160px 1fr 1fr;
  gap: 0;
  background: var(--text-primary);
  padding: 16px 24px;
}

.accountants-compare-col-label {
  font-size: 13px;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.accountants-compare-col-ai {
  color: #4ADE80;
}

.accountants-compare-row {
  display: grid;
  grid-template-columns: 160px 1fr 1fr;
  gap: 0;
  padding: 20px 24px;
  border-bottom: 1px solid var(--border);
  align-items: start;
}

.accountants-compare-row:last-child {
  border-bottom: none;
}

.accountants-compare-row:nth-child(odd) {
  background: var(--surface-alt);
}

.accountants-compare-row:nth-child(even) {
  background: var(--surface);
}

.accountants-compare-task {
  font-size: 15px;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.4;
}

.accountants-compare-manual {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.6;
  padding-right: 16px;
}

.accountants-compare-ai {
  font-size: 14px;
  color: var(--text-primary);
  line-height: 1.6;
  font-weight: 500;
}

/* --- Accountants Hours Saved Bars --- */
.accountants-bars {
  max-width: 860px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.accountants-bar-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.accountants-bar-info {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.accountants-bar-task {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-primary);
}

.accountants-bar-time {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-secondary);
}

.accountants-bar-arrow {
  color: var(--accent);
  font-weight: 800;
}

.accountants-bar-track {
  height: 40px;
  background: var(--surface-alt);
  border: 1px solid var(--border);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.accountants-bar-fill {
  height: 50%;
  border-radius: 0;
  transition: width 1.2s var(--ease-snappy);
}

.accountants-bar-before {
  background: var(--border-strong);
}

.accountants-bar-after {
  background: var(--accent);
}

.accountants-bars-note {
  font-size: 14px;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 16px;
}

/* Accountants responsive */
@media (max-width: 768px) {
  .accountants-checklist-item {
    gap: 20px;
  }

  .accountants-checklist-num {
    font-size: 36px;
    min-width: 44px;
  }

  .accountants-compare {
    border-radius: 12px;
  }

  .accountants-compare-header,
  .accountants-compare-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .accountants-compare-header {
    padding: 12px 20px;
  }

  .accountants-compare-header .accountants-compare-col-label:nth-child(2),
  .accountants-compare-header .accountants-compare-col-label:nth-child(3) {
    display: none;
  }

  .accountants-compare-row {
    padding: 16px 20px;
  }

  .accountants-compare-task {
    font-size: 16px;
    margin-bottom: 4px;
  }

  .accountants-compare-manual {
    padding-right: 0;
    padding-left: 12px;
    border-left: 2px solid var(--border-strong);
    font-size: 13px;
  }

  .accountants-compare-ai {
    padding-left: 12px;
    border-left: 2px solid var(--accent);
    font-size: 13px;
  }

  .accountants-compare-manual::before {
    content: 'Manual: ';
    font-weight: 700;
    color: var(--text-muted);
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.06em;
    display: block;
    margin-bottom: 2px;
  }

  .accountants-compare-ai::before {
    content: 'With AI: ';
    font-weight: 700;
    color: var(--accent);
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.06em;
    display: block;
    margin-bottom: 2px;
  }

  .accountants-bar-track {
    height: 32px;
  }
}

@media (max-width: 480px) {
  .accountants-checklist-num {
    font-size: 28px;
    min-width: 36px;
  }

  .accountants-checklist-title {
    font-size: 18px;
  }
}

/* ========================================
   HEALTHCARE PAGE — PILLAR CARDS
   ======================================== */
.healthcare-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 1200px;
}

.healthcare-pillar {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 40px 36px 36px;
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.3s var(--ease-snappy);
}

.healthcare-pillar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--accent);
}

.healthcare-pillar:hover {
  box-shadow: 0 16px 48px rgba(10, 10, 10, 0.08);
}

.healthcare-pillar-shield {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: var(--accent-light);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  position: relative;
}

.healthcare-pillar-shield::after {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 20px;
  border: 2px dashed var(--border);
  opacity: 0.5;
}

.healthcare-pillar-shield svg {
  color: var(--accent);
}

.healthcare-pillar-title {
  font-size: 24px;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 8px;
  letter-spacing: -0.03em;
}

.healthcare-pillar-desc {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 28px;
}

.healthcare-pillar-items {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.healthcare-pillar-items li {
  padding-left: 16px;
  border-left: 2px solid var(--accent);
}

.healthcare-pillar-items li strong {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 4px;
}

.healthcare-pillar-items li span {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.6;
}

/* ========================================
   HEALTHCARE PAGE — COMPLIANCE CHECKLIST
   ======================================== */
.healthcare-checklist {
  max-width: 900px;
}

.healthcare-checklist-intro {
  margin-bottom: 40px;
}

.healthcare-checklist-intro p {
  font-size: 17px;
  font-weight: 600;
  color: var(--text-primary);
}

.healthcare-checklist-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.healthcare-check-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 24px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
  transition: border-color 0.2s var(--ease-snappy);
}

.healthcare-check-item:hover {
  border-color: var(--accent);
}

.healthcare-check-icon {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 50%;
  background: #16a34a;
  display: flex;
  align-items: center;
  justify-content: center;
}

.healthcare-check-icon svg {
  color: #ffffff;
}

.healthcare-check-content strong {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 4px;
  line-height: 1.4;
}

.healthcare-check-content span {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.6;
}

.healthcare-checklist-note {
  margin-top: 40px;
  font-size: 15px;
  color: var(--text-muted);
  font-style: italic;
}

/* ========================================
   HEALTHCARE PAGE — YOUR DATA YOUR CONTROL
   ======================================== */
.healthcare-privacy-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  max-width: 1000px;
}

.healthcare-privacy-item {
  padding: 36px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  transition: box-shadow 0.3s var(--ease-snappy);
}

.healthcare-privacy-item:hover {
  box-shadow: 0 12px 32px rgba(10, 10, 10, 0.06);
}

.healthcare-privacy-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--surface-alt);
  border: 2px solid var(--border-strong);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.healthcare-privacy-icon svg {
  color: var(--text-primary);
}

.healthcare-privacy-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 10px;
  letter-spacing: -0.02em;
}

.healthcare-privacy-desc {
  font-size: 15px;
  color: var(--text-secondary);
  line-height: 1.7;
}

/* ========================================
   REAL ESTATE PAGE — ALTERNATING PANELS
   ======================================== */
.realestate-panels {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 1000px;
}

.realestate-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 0 48px;
  padding: 48px 0;
  border-bottom: 1px solid var(--border);
}

.realestate-panel:last-child {
  border-bottom: none;
}

.realestate-panel-label {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  gap: 6px;
  margin-bottom: 12px;
}

.realestate-panel-title {
  grid-column: 1;
  grid-row: 2;
  font-size: 28px;
  font-weight: 800;
  color: var(--text-primary);
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.realestate-panel-body {
  grid-column: 2;
  grid-row: 1 / 3;
  display: flex;
  align-items: center;
}

.realestate-panel-body p {
  font-size: 16px;
  color: var(--text-secondary);
  line-height: 1.7;
}

/* Flipped panel — text swaps sides */
.realestate-panel--flipped .realestate-panel-label {
  grid-column: 2;
  justify-content: flex-end;
}

.realestate-panel--flipped .realestate-panel-title {
  grid-column: 2;
  text-align: right;
}

.realestate-panel--flipped .realestate-panel-body {
  grid-column: 1;
  grid-row: 1 / 3;
}

/* ========================================
   REAL ESTATE PAGE — DAY IN THE LIFE
   ======================================== */
.realestate-daylife {
  max-width: 1000px;
}

.realestate-daylife-header {
  display: grid;
  grid-template-columns: 100px 1fr 1fr;
  gap: 24px;
  margin-bottom: 8px;
}

.realestate-daylife-col-label {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 12px 20px;
  border-radius: 8px;
}

.realestate-daylife-col-label--before {
  background: var(--surface-alt);
  color: var(--text-muted);
}

.realestate-daylife-col-label--after {
  background: var(--accent);
  color: #ffffff;
}

.realestate-daylife-row {
  display: grid;
  grid-template-columns: 100px 1fr 1fr;
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid var(--border);
}

.realestate-daylife-row:last-of-type {
  border-bottom: none;
}

.realestate-daylife-time {
  font-size: 14px;
  font-weight: 700;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding-top: 4px;
}

.realestate-daylife-before,
.realestate-daylife-after {
  padding: 20px;
  border-radius: 12px;
  font-size: 15px;
  line-height: 1.7;
}

.realestate-daylife-before {
  background: var(--surface-alt);
  color: var(--text-secondary);
}

.realestate-daylife-after {
  background: var(--accent-light);
  color: var(--text-primary);
  border-left: 3px solid var(--accent);
}

.realestate-daylife-before strong,
.realestate-daylife-after strong {
  color: var(--text-primary);
  font-weight: 600;
}

.realestate-daylife-note {
  margin-top: 40px;
  font-size: 15px;
  color: var(--text-muted);
  font-style: italic;
}

/* ========================================
   REAL ESTATE PAGE — PROPERTY LIFECYCLE
   ======================================== */
.realestate-lifecycle {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  max-width: 1100px;
  position: relative;
}

.realestate-lifecycle-step {
  text-align: center;
  padding: 0 20px;
}

.realestate-lifecycle-marker {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 24px;
  position: relative;
}

.realestate-lifecycle-num {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--accent);
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.realestate-lifecycle-connector {
  position: absolute;
  top: 28px;
  left: calc(50% + 28px);
  width: calc(100% - 56px);
  height: 2px;
  background: var(--border-strong);
}

/* Hide connector on last step */
.realestate-lifecycle-step:last-child .realestate-lifecycle-connector {
  display: none;
}

.realestate-lifecycle-title {
  font-size: 22px;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}

.realestate-lifecycle-desc {
  font-size: 15px;
  color: var(--text-secondary);
  line-height: 1.7;
}

/* ========================================
   HEALTHCARE + REAL ESTATE RESPONSIVE — 768px
   ======================================== */
@media (max-width: 768px) {
  .healthcare-pillars {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .healthcare-checklist-grid {
    grid-template-columns: 1fr;
  }

  .healthcare-privacy-grid {
    grid-template-columns: 1fr;
  }

  .realestate-panel {
    grid-template-columns: 1fr;
    gap: 12px 0;
  }

  .realestate-panel-title {
    font-size: 24px;
  }

  .realestate-panel-body {
    grid-column: 1;
    grid-row: 3;
  }

  .realestate-panel--flipped .realestate-panel-label {
    grid-column: 1;
    justify-content: flex-start;
  }

  .realestate-panel--flipped .realestate-panel-title {
    grid-column: 1;
    text-align: left;
  }

  .realestate-panel--flipped .realestate-panel-body {
    grid-column: 1;
    grid-row: 3;
  }

  .realestate-daylife-header {
    display: none;
  }

  .realestate-daylife-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .realestate-daylife-time {
    font-size: 16px;
  }

  .realestate-daylife-before::before {
    content: 'Before AI';
    display: block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--text-muted);
    margin-bottom: 8px;
  }

  .realestate-daylife-after::before {
    content: 'After AI';
    display: block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--accent);
    margin-bottom: 8px;
  }

  .realestate-lifecycle {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .realestate-lifecycle-step {
    text-align: left;
    padding: 0;
    display: grid;
    grid-template-columns: 56px 1fr;
    grid-template-rows: auto auto;
    gap: 0 20px;
  }

  .realestate-lifecycle-marker {
    grid-row: 1 / 3;
    margin-bottom: 0;
  }

  .realestate-lifecycle-connector {
    top: 56px;
    left: 50%;
    width: 2px;
    height: calc(100% + 32px - 56px);
    transform: translateX(-50%);
  }

  .realestate-lifecycle-title {
    margin-bottom: 4px;
  }
}

/* ========================================
   CONTAINER QUERIES (Progressive Enhancement)
   ======================================== */
@supports (container-type: inline-size) {
  /* Define containment on wrapper elements */
  .services,
  .game-changed,
  .process,
  .credentials,
  .faq,
  .contact-cta,
  .landing-section,
  .landing-section-alt,
  .seo-section,
  .seo-section-alt {
    container-type: inline-size;
  }

  /* Service rows: stack to single column in narrow containers */
  @container (max-width: 768px) {
    .service-row:nth-child(odd),
    .service-row:nth-child(even) {
      grid-template-columns: 1fr;
    }

    .service-row:nth-child(odd) .service-content,
    .service-row:nth-child(even) .service-content {
      justify-self: auto;
    }

    .service-row:nth-child(odd) .service-visual,
    .service-row:nth-child(even) .service-visual {
      justify-self: auto;
    }

    .service-row:nth-child(even) .service-content {
      order: 1;
    }

    .service-row:nth-child(even) .service-visual {
      order: 2;
    }

    .service-row {
      margin-bottom: 60px;
    }
  }

  @container (max-width: 480px) {
    .service-title {
      font-size: 26px;
    }
  }

  /* Game Changed: stack grid and resize comparison bars */
  @container (max-width: 768px) {
    .game-changed-grid {
      grid-template-columns: 1fr;
      gap: 48px;
    }

    .game-changed-headline {
      font-size: 32px;
    }
  }

  @container (max-width: 480px) {
    .comparison-bar-track {
      height: 44px;
    }
  }

  /* Process: stack steps vertically in narrow containers */
  @container (max-width: 768px) {
    .process-grid {
      grid-template-columns: 1fr;
      gap: 40px;
    }

    .process-step::before {
      display: none;
    }

    .process-dot {
      display: none;
    }
  }

  /* Credentials: adapt grid layout */
  @container (max-width: 1024px) {
    .credentials-grid {
      grid-template-columns: 1fr 1fr;
    }

    .cred-card-big {
      grid-row: auto;
      grid-column: 1 / -1;
    }
  }

  @container (max-width: 768px) {
    .credentials-grid {
      grid-template-columns: 1fr;
    }

    .cred-card {
      padding: 32px;
    }

    .cred-number {
      font-size: 44px;
    }

    .cred-card-big .cred-number {
      font-size: 56px;
    }
  }

  /* FAQ: tighter padding and smaller text in narrow containers */
  @container (max-width: 500px) {
    .faq-question {
      padding: 20px 0;
      font-size: 16px;
    }

    .faq-answer-inner {
      font-size: 15px;
    }
  }

  /* Contact CTA: scale headline for container width */
  @container (max-width: 768px) {
    .contact-headline {
      font-size: 36px;
    }
  }

  @container (max-width: 480px) {
    .contact-headline {
      font-size: 30px;
    }
  }

  /* Landing page benefits grid */
  @container (max-width: 700px) {
    .landing-benefits-grid {
      grid-template-columns: 1fr;
    }

    .landing-why-grid {
      grid-template-columns: 1fr;
    }
  }

  /* SEO page cards grid */
  @container (max-width: 900px) {
    .seo-cards-grid {
      grid-template-columns: 1fr 1fr;
    }
  }

  @container (max-width: 600px) {
    .seo-cards-grid {
      grid-template-columns: 1fr;
    }
  }
}

/* ========================================
   REDUCED MOTION
   ======================================== */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}
