/*
Theme Name: CrazyDi
Theme URI: https://crazydi.com/
Author: CrazyDi
Author URI: https://crazydi.com/
Description: Search Everywhere Optimization agency theme, converted from the CrazyDi homepage. One-page marketing front page with a dynamic blog, built for SEO plugins (Yoast, Rank Math, All in One SEO) with full title-tag, OpenGraph featured-image, and schema support.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: crazydi
Tags: one-page, agency, marketing, seo, custom-logo, custom-menu, featured-images, blog
*/

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

:root {
  --forest: #1A3C34;
  --forest-deep: #0F2A23;
  --emerald: #2FAB73;
  --emerald-20: rgba(47,171,115,0.2);
  --emerald-40: rgba(47,171,115,0.4);
  --mint: #DFF0E4;
  --coral: #E8653A;
  --coral-light: rgba(232,101,58,0.1);
  --amber: #F4A261;
  --amber-hover: #E6923F;
  --navy: #1A1A2E;
  --offwhite: #F8FAF9;
  --sage: #6B7C75;
  --white: #FFFFFF;
  --black: #000000;
  --card-bg: rgba(255,255,255,0.05);
  --card-bg-hover: rgba(255,255,255,0.08);
  --card-border: rgba(255,255,255,0.1);
  --text-muted: rgba(255,255,255,0.7);
  --text-dim: rgba(255,255,255,0.5);
}

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

body {
  font-family: 'Public Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 100;
  color: var(--white);
  background: var(--forest-deep);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5 { font-family: 'DM Serif Display', Georgia, serif; font-weight: 400; line-height: 1.1; }

a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
ul { list-style: none; }

.container { max-width: 1240px; margin: 0 auto; padding: 0 40px; }
.container-wide { max-width: 1440px; margin: 0 auto; padding: 0 40px; }

.accent { color: var(--coral); font-style: italic; }
.accent-emerald { color: var(--emerald); }

/* Buttons */
.btn-primary {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--amber); color: var(--forest-deep);
  font-family: 'Public Sans', sans-serif; font-weight: 700; font-size: 16px;
  padding: 18px 40px; border-radius: 60px; border: none; cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: -0.01em;
}
.btn-primary:hover {
  background: var(--amber-hover); transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(244,162,97,0.4);
}
.btn-primary .arrow { transition: transform 0.3s ease; }
.btn-primary:hover .arrow { transform: translateX(4px); }

.btn-outline {
  display: inline-flex; align-items: center; gap: 10px;
  background: transparent; color: var(--white);
  font-family: 'Public Sans', sans-serif; font-weight: 600; font-size: 15px;
  padding: 16px 36px; border-radius: 60px; border: 2px solid rgba(255,255,255,0.3);
  cursor: pointer; transition: all 0.3s ease;
}
.btn-outline:hover { border-color: var(--amber); color: var(--amber); }

/* Reveal animations */
.reveal {
  opacity: 0; transform: translateY(40px);
  transition: opacity 0.8s cubic-bezier(0.16,1,0.3,1), transform 0.8s cubic-bezier(0.16,1,0.3,1);
}
.reveal.visible { opacity: 1; transform: translateY(0); }

.reveal-left {
  opacity: 0; transform: translateX(-60px);
  transition: opacity 0.8s cubic-bezier(0.16,1,0.3,1), transform 0.8s cubic-bezier(0.16,1,0.3,1);
}
.reveal-left.visible { opacity: 1; transform: translateX(0); }

.reveal-right {
  opacity: 0; transform: translateX(60px);
  transition: opacity 0.8s cubic-bezier(0.16,1,0.3,1), transform 0.8s cubic-bezier(0.16,1,0.3,1);
}
.reveal-right.visible { opacity: 1; transform: translateX(0); }

.stagger-1 { transition-delay: 0.1s; }
.stagger-2 { transition-delay: 0.2s; }
.stagger-3 { transition-delay: 0.3s; }
.stagger-4 { transition-delay: 0.4s; }
.stagger-5 { transition-delay: 0.5s; }
.stagger-6 { transition-delay: 0.6s; }

/* ===== 1. STICKY NAV ===== */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  padding: 16px 0; background: var(--mint);
  transition: all 0.4s ease;
}
.nav.scrolled {
  background: var(--mint); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  padding: 12px 0; box-shadow: 0 2px 20px rgba(0,0,0,0.08);
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  max-width: 1440px; margin: 0 auto; padding: 0 40px;
}
.nav-logo { display: flex; align-items: center; text-decoration: none; }
.nav-logo .wordmark {
  font-family: 'Public Sans', sans-serif;
  font-size: 26px; font-weight: 800; color: var(--forest);
  letter-spacing: -0.03em; line-height: 1;
  transition: color 0.3s ease;
}
.nav-logo:hover .wordmark { color: var(--forest-deep); }
.nav-logo .wordmark .di {
  color: var(--coral); font-style: italic; font-family: 'DM Serif Display', Georgia, serif; font-size: 28px;
  display: inline-block; position: relative;
}
.nav-logo .wordmark .di::after {
  content: ''; position: absolute; bottom: 2px; left: 0;
  width: 0; height: 2px; background: var(--coral);
  transition: width 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.nav-logo:hover .wordmark .di::after { width: 100%; }
.nav-links { display: flex; gap: 36px; }
.nav-links a {
  font-family: 'Public Sans', sans-serif;
  color: var(--forest); font-size: 17px; font-weight: 700;
  transition: color 0.3s ease; position: relative;
}
.nav-links a::after {
  content: ''; position: absolute; bottom: -6px; left: 0; width: 0; height: 2px;
  background: var(--coral); transition: width 0.3s ease;
}
.nav-links a:hover { color: var(--coral); }
.nav-links a:hover::after { width: 100%; }
.nav-cta {
  background: var(--amber); color: var(--forest-deep); font-weight: 700;
  font-size: 14px; padding: 12px 28px; border-radius: 60px; border: none;
  cursor: pointer; transition: all 0.3s ease; letter-spacing: 0.02em;
  text-transform: uppercase;
}
.nav-cta:hover { background: var(--amber-hover); transform: translateY(-1px); }
.nav-hamburger { display: none; cursor: pointer; flex-direction: column; gap: 5px; }
.nav-hamburger span { width: 24px; height: 2px; background: var(--forest); transition: 0.3s; }

/* ===== 2. HERO ===== */
.hero {
  background: var(--forest);
  height: 100vh; min-height: 680px; max-height: 1000px;
  display: flex; flex-direction: column;
  position: relative; overflow: hidden; padding: 80px 0 0;
}
.hero-bg-pattern {
  position: absolute; top: 0; left: 0; right: 0; bottom: 0; opacity: 0.06;
  background-image:
    radial-gradient(circle at 20% 50%, var(--emerald) 1px, transparent 1px),
    radial-gradient(circle at 80% 20%, var(--emerald) 1px, transparent 1px),
    radial-gradient(circle at 60% 80%, var(--emerald) 1px, transparent 1px);
  background-size: 60px 60px, 80px 80px, 70px 70px;
}
.hero-glow {
  position: absolute; width: 700px; height: 700px; border-radius: 50%;
  background: radial-gradient(circle, rgba(47,171,115,0.15), transparent 70%);
  top: -200px; right: -200px; pointer-events: none;
}
.hero-glow-2 {
  position: absolute; width: 500px; height: 500px; border-radius: 50%;
  background: radial-gradient(circle, rgba(232,101,58,0.08), transparent 70%);
  bottom: 100px; left: -100px; pointer-events: none;
}
.hero-content {
  position: relative; z-index: 2; max-width: 1240px; margin: 0 auto; padding: 0 40px;
  display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 60px; align-items: center;
  flex: 1; align-content: center;
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.15em;
  color: var(--emerald); margin-bottom: 16px;
}
.hero-eyebrow::before {
  content: ''; width: 40px; height: 2px; background: var(--emerald);
}
.hero h1 {
  font-size: clamp(48px, 5.5vw, 82px); color: var(--white); letter-spacing: -0.03em;
  line-height: 1.02; margin-bottom: 18px;
}
.hero h1 .accent { font-style: italic; color: var(--coral); }
.hero-subtitle {
  font-size: 17px; line-height: 1.65; color: var(--text-muted);
  max-width: 500px; margin-bottom: 28px;
}
.hero-buttons { display: flex; gap: 16px; align-items: center; }

/* Hero visual — orbital platform system */
.hero-visual { position: relative; display: flex; justify-content: center; align-items: center; }
.orbit-system { position: relative; width: 400px; height: 400px; }

/* Ring lines with rotating glow dots */
.orbit-ring-line {
  position: absolute; border-radius: 50%;
  border: 1px solid rgba(47,171,115,0.1);
  top: 50%; left: 50%;
}
.orbit-ring-line.inner {
  width: 260px; height: 260px;
  transform: translate(-50%, -50%);
  animation: ring-spin 20s linear infinite;
}
.orbit-ring-line.outer {
  width: 380px; height: 380px;
  transform: translate(-50%, -50%);
  animation: ring-spin 28s linear infinite reverse;
}
.orbit-ring-line::after {
  content: ''; position: absolute;
  width: 6px; height: 6px; border-radius: 50%;
  top: -3px; left: 50%; margin-left: -3px;
}
.orbit-ring-line.inner::after {
  background: var(--emerald); box-shadow: 0 0 12px var(--emerald), 0 0 24px rgba(47,171,115,0.3);
}
.orbit-ring-line.outer::after {
  background: var(--coral); box-shadow: 0 0 12px var(--coral), 0 0 24px rgba(232,101,58,0.3);
}

@keyframes ring-spin {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

/* Center element */
.orbit-center {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 130px; height: 130px; border-radius: 50%;
  background: linear-gradient(135deg, rgba(47,171,115,0.15), rgba(232,101,58,0.1));
  border: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(10px);
  display: flex; align-items: center; justify-content: center;
  font-family: 'DM Serif Display', serif; font-size: 17px;
  color: var(--white); letter-spacing: 0.06em; z-index: 5;
}

/* Platform icons — orbit using negative delay stagger */
.platform-icon {
  position: absolute; top: 50%; left: 50%;
  width: 42px; height: 42px; margin: -21px 0 0 -21px; z-index: 3;
}
.platform-icon.inner-orbit {
  --radius: 130px; --step: -6s;
  animation: orbit-cw 30s linear infinite;
  animation-delay: calc(var(--i) * var(--step));
}
.platform-icon.outer-orbit {
  --radius: 190px; --step: -7.5s;
  animation: orbit-ccw 45s linear infinite;
  animation-delay: calc(var(--i) * var(--step));
}

.p-icon {
  width: 36px; height: 36px;
  display: flex; align-items: center; justify-content: center;
}
.p-icon svg { width: 32px; height: 32px; }
.outer-orbit .p-icon svg { width: 28px; height: 28px; }

@keyframes orbit-cw {
  from { transform: rotate(0deg) translateX(var(--radius)) rotate(0deg); }
  to { transform: rotate(360deg) translateX(var(--radius)) rotate(-360deg); }
}
@keyframes orbit-ccw {
  from { transform: rotate(0deg) translateX(var(--radius)) rotate(0deg); }
  to { transform: rotate(-360deg) translateX(var(--radius)) rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
  .platform-icon, .orbit-ring-line { animation-play-state: paused !important; }
}

/* Stats marquee bar */
.hero-stats {
  position: relative; z-index: 2;
  background: rgba(0,0,0,0.2); border-top: 1px solid rgba(255,255,255,0.06);
  flex-shrink: 0; overflow: hidden;
}
.stats-marquee {
  display: flex; width: max-content;
  animation: stats-scroll 50s linear infinite;
}
.stats-marquee:hover { animation-play-state: paused; }
@keyframes stats-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.stats-marquee-group { display: flex; align-items: center; flex-shrink: 0; }
.stat-item {
  display: flex; align-items: baseline; gap: 10px;
  padding: 28px 48px; white-space: nowrap;
}
.stat-number {
  font-family: 'DM Serif Display', serif; font-size: 32px; color: var(--white);
  line-height: 1; display: flex; align-items: baseline; gap: 5px;
}
.stat-number .plus { color: var(--emerald); font-weight: 400; }
.stat-number .stat-arrow {
  font-family: 'Public Sans', sans-serif; color: var(--emerald); font-size: 20px;
  font-weight: 600; margin: 0 6px;
}
.stat-label { font-size: 14px; color: var(--text-dim); font-weight: 500; }
.stat-divider { width: 1px; height: 36px; background: rgba(255,255,255,0.1); flex-shrink: 0; }

/* ===== 3. CLIENT LOGOS ===== */
.logos-strip {
  background: var(--forest-deep); padding: 0 0 48px;
  overflow: hidden; position: relative;
}
.logos-strip-label {
  text-align: center; color: var(--text-dim); font-size: 14px; font-weight: 500;
  letter-spacing: 0.02em; margin-bottom: 24px;
}
.logos-marquee-track {
  display: flex; width: max-content;
  animation: logos-scroll 25s linear infinite;
}
.logos-marquee-track:hover { animation-play-state: paused; }
.logo-item {
  flex-shrink: 0; width: 150px; height: 56px; margin: 0 20px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,0.95); border-radius: 10px;
  padding: 10px 16px;
  opacity: 0.8; transition: opacity 0.3s, transform 0.3s;
}
.logo-item:hover { opacity: 1; transform: scale(1.05); }
.logo-item img {
  max-width: 100%; max-height: 100%; object-fit: contain;
}
@keyframes logos-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ===== 4. RESULTS + FOUNDER ===== */
.results-section { background: var(--navy); padding: 80px 0; }
.results-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center;
}
.results-content h2 {
  font-size: clamp(40px, 4vw, 60px); line-height: 1.08;
  margin-bottom: 28px; letter-spacing: -0.02em; color: var(--white);
}
.results-content p {
  font-size: 17px; line-height: 1.8; color: var(--text-muted); margin-bottom: 16px;
}
.results-content .highlight-bar {
  width: 60px; height: 4px; background: var(--coral); border-radius: 2px;
  margin-bottom: 28px;
}
.results-tag {
  display: inline-block; background: rgba(232,101,58,0.15); color: var(--coral);
  font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: 0.12em;
  padding: 8px 16px; border-radius: 40px; margin-bottom: 20px;
}
.founder-visual { position: relative; }
.founder-circle {
  width: 380px; height: 380px; border-radius: 50%;
  background: linear-gradient(135deg, var(--emerald), var(--forest));
  position: relative; margin-left: auto;
}
.founder-photo-placeholder {
  position: absolute; top: 20px; left: 20px; right: 20px; bottom: 20px;
  border-radius: 50%; background: rgba(255,255,255,0.1);
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; color: var(--text-dim); font-weight: 600;
  letter-spacing: 0.05em; text-transform: uppercase;
}
.founder-quote-card {
  position: absolute; bottom: -30px; left: -40px;
  background: rgba(255,255,255,0.08); padding: 28px 32px; border-radius: 20px;
  backdrop-filter: blur(20px); max-width: 320px;
  border-left: 4px solid var(--coral); border: 1px solid var(--card-border);
  border-left: 4px solid var(--coral);
}
.founder-quote-card p {
  font-size: 15px; line-height: 1.6; color: var(--white); font-style: italic;
}
.founder-quote-card .attribution {
  font-style: normal; font-weight: 700; font-size: 13px; margin-top: 12px;
  color: var(--coral);
}

/* ===== 5. CASE STUDIES ===== */
.cs-section {
  background: var(--mint);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.cs-section::before {
  content: '';
  position: absolute;
  top: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(47,171,115,0.12), transparent 70%);
}
.cs-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 48px;
}
.cs-header h2 {
  font-size: clamp(40px, 4vw, 60px);
  color: var(--forest);
  line-height: 1.08;
  letter-spacing: -0.02em;
  max-width: 600px;
}
.cs-header a {
  color: var(--amber);
  font-weight: 600;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  transition: gap 0.3s ease;
}
.cs-header a:hover { gap: 14px; }

/* Tabs row */
.cs-tabs {
  display: flex;
  gap: 0;
  margin-bottom: 32px;
  border-bottom: 1px solid rgba(26,60,52,0.15);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.cs-tabs::-webkit-scrollbar { display: none; }
.cs-tab {
  padding: 14px 24px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--sage);
  cursor: pointer;
  border-bottom: 3px solid transparent;
  transition: color 0.3s ease, border-color 0.3s ease;
  white-space: nowrap;
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  font-family: 'Public Sans', sans-serif;
}
.cs-tab:hover { color: var(--forest); }
.cs-tab.active {
  color: var(--emerald);
  border-bottom-color: var(--emerald);
}

/* Panels container */
.cs-panels {
  position: relative;
}
.cs-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.45s ease;
}
.cs-panel.active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}

/* Card */
.cs-card {
  background: var(--forest-deep);
  border-radius: 20px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.06);
}

/* Card left */
.cs-card-body {
  padding: 48px 48px 44px;
}
.cs-card-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--emerald);
  background: rgba(47,171,115,0.12);
  padding: 5px 14px;
  border-radius: 50px;
  margin-bottom: 16px;
}
.cs-card-title {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(24px, 2.5vw, 32px);
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 14px;
}
.cs-card-desc {
  font-family: 'Public Sans', sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.75;
  color: rgba(255,255,255,0.7);
  margin-bottom: 28px;
  max-width: 560px;
}

/* Challenges & Solutions */
.cs-card-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-bottom: 32px;
}
.cs-card-col h4 {
  font-family: 'Public Sans', sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--emerald);
  margin-bottom: 14px;
}
.cs-card-col ul {
  list-style: none;
  padding: 0;
}
.cs-card-col ul li {
  font-family: 'Public Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.65;
  color: rgba(255,255,255,0.6);
  padding-left: 16px;
  position: relative;
  margin-bottom: 8px;
}
.cs-card-col ul li::before {
  content: '-';
  position: absolute;
  left: 0;
  color: rgba(255,255,255,0.35);
  font-weight: 600;
}

/* Results stats */
.cs-card-results {
  display: flex;
  gap: 0;
  margin-bottom: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.cs-stat {
  flex: 1;
  padding: 0 20px;
  border-left: 2px solid rgba(255,255,255,0.08);
}
.cs-stat:first-child {
  padding-left: 0;
  border-left: none;
}
.cs-stat-number {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(28px, 2.8vw, 38px);
  color: var(--coral);
  line-height: 1.1;
  margin-bottom: 4px;
}
.cs-stat-label {
  font-size: 12px;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 600;
}

/* CTA link */
.cs-card-cta {
  font-size: 14px;
  font-weight: 700;
  color: var(--amber);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: gap 0.3s ease;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.cs-card-cta:hover {
  gap: 14px;
  color: var(--amber-hover);
}

/* Card right - images */
.cs-card-images {
  background: rgba(255,255,255,0.03);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cs-card-img-main {
  flex: 1;
  border-radius: 12px;
  overflow: hidden;
  min-height: 240px;
}
.cs-card-img-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  cursor: zoom-in;
  transition: transform 0.3s ease;
}
.cs-card-img-main img:hover { transform: scale(1.02); }
.cs-card-img-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.cs-card-img-grid img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
  cursor: zoom-in;
  transition: transform 0.3s ease;
}
.cs-card-img-grid img:hover { transform: scale(1.03); }

/* Lightbox overlay */
.cs-lightbox {
  position: fixed; inset: 0; z-index: 9999;
  background: rgba(0,0,0,0.92);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none;
  transition: opacity 0.3s ease;
  cursor: zoom-out;
}
.cs-lightbox.open { opacity: 1; pointer-events: auto; }
.cs-lightbox img {
  max-width: 90vw; max-height: 90vh;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.5);
  transform: scale(0.9);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.cs-lightbox.open img { transform: scale(1); }
.cs-lightbox-close {
  position: absolute; top: 24px; right: 32px;
  width: 44px; height: 44px;
  background: rgba(255,255,255,0.1); border: none;
  border-radius: 50%; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.3s ease;
}
.cs-lightbox-close:hover { background: rgba(255,255,255,0.2); }
.cs-lightbox-close svg { width: 20px; height: 20px; }

/* Placeholder for missing images */
.cs-card-placeholder {
  width: 100%;
  height: 100%;
  min-height: 240px;
  border-radius: 12px;
  border: 1px dashed rgba(255,255,255,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  background: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 10px,
    rgba(255,255,255,0.015) 10px,
    rgba(255,255,255,0.015) 20px
  );
}
.cs-card-placeholder span {
  font-size: 12px;
  color: rgba(255,255,255,0.2);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 10px 20px;
  text-align: center;
  line-height: 1.5;
}

/* Responsive */
@media (max-width: 1024px) {
  .cs-card {
    grid-template-columns: 1fr;
  }
  .cs-card-images {
    order: -1;
    max-height: none;
    padding: 16px;
    gap: 10px;
  }
  .cs-card-img-main {
    min-height: 180px;
    max-height: 200px;
  }
  .cs-card-img-main img {
    height: 200px;
  }
  .cs-card-img-grid {
    gap: 8px;
  }
  .cs-card-img-grid img {
    height: 100px;
  }
  .cs-card-columns { grid-template-columns: 1fr; gap: 20px; }
  .cs-card-body { padding: 28px 24px 32px; }
}
@media (max-width: 768px) {
  .cs-section { padding: 60px 0; }
  .cs-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .cs-card-body { padding: 24px 20px 28px; }
  .cs-card-title { font-size: 22px; margin-bottom: 10px; }
  .cs-card-desc { font-size: 14px; line-height: 1.65; margin-bottom: 20px; }
  .cs-card-columns {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 24px;
  }
  .cs-card-col ul li { font-size: 13px; }
  .cs-card-results {
    flex-direction: column;
    gap: 0;
    margin-bottom: 20px;
  }
  .cs-stat {
    padding: 12px 0;
    border-left: none;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  .cs-stat:first-child {
    border-top: none;
    padding-top: 0;
  }
  .cs-stat-number { font-size: 28px; }
  .cs-tabs { gap: 0; margin-bottom: 20px; }
  .cs-tab { padding: 10px 14px; font-size: 10px; letter-spacing: 0.06em; }
  .cs-card-images {
    max-height: none;
    padding: 12px;
    gap: 8px;
  }
  .cs-card-img-main {
    min-height: 140px;
    max-height: 160px;
  }
  .cs-card-img-main img { height: 160px; }
  .cs-card-img-grid { grid-template-columns: 1fr; gap: 8px; }
  .cs-card-img-grid img { height: 120px; }
  .cs-card-placeholder { min-height: 160px; }
}

/* ===== 6. SERVICES ===== */
.services-section {
  background: var(--forest-deep);
  padding: 100px 0;
}
.services-header {
  margin-bottom: 60px;
}
.services-header h2 {
  font-size: clamp(40px, 4.5vw, 68px); letter-spacing: -0.03em;
  color: var(--white); line-height: 1.1; max-width: 700px;
}
.services-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 2px;
  background: rgba(255,255,255,0.06);
  border-radius: 0;
}
.service-card {
  background: var(--forest-deep);
  padding: 48px 44px;
  display: flex; flex-direction: column; justify-content: space-between;
  min-height: 320px;
  position: relative; cursor: pointer;
  transition: background 0.45s cubic-bezier(0.4, 0, 0.2, 1), color 0.45s ease;
}
.service-card:hover {
  background: var(--emerald);
}
.service-card-top {
  display: flex; justify-content: space-between; align-items: flex-start;
}
.service-card-number {
  font-family: 'Inter', sans-serif;
  font-size: 14px; font-weight: 400; color: rgba(255,255,255,0.35);
  letter-spacing: 0.02em;
  transition: color 0.45s ease;
}
.service-card:hover .service-card-number { color: rgba(255,255,255,0.7); }
.service-card-icon {
  width: 72px; height: 72px; border-radius: 50%;
  background: rgba(0,0,0,0.85);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  transition: transform 0.45s ease;
}
.service-card:hover .service-card-icon { transform: scale(1.05); }
.service-card-icon svg { width: 36px; height: 36px; }
.service-card-body { margin-top: auto; }
.service-card h3 {
  font-family: 'DM Serif Display', serif;
  font-size: 30px; font-weight: 400; color: var(--white);
  margin-bottom: 16px; letter-spacing: -0.01em; line-height: 1.15;
  transition: color 0.45s ease;
}
.service-card:hover h3 { color: var(--white); }
.service-card p {
  font-size: 15px; line-height: 1.7; color: rgba(255,255,255,0.5);
  max-width: 440px;
  transition: color 0.45s ease;
}
.service-card:hover p { color: rgba(255,255,255,0.85); }
.service-card-bottom {
  display: flex; justify-content: flex-end; margin-top: 28px;
}
.service-card-arrow {
  width: 44px; height: 44px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.2);
  display: flex; align-items: center; justify-content: center;
  transition: all 0.45s ease;
}
.service-card:hover .service-card-arrow {
  border-color: rgba(255,255,255,0.5);
  background: rgba(255,255,255,0.1);
}
.service-card-arrow svg {
  width: 16px; height: 16px;
  transition: transform 0.3s ease;
}
.service-card:hover .service-card-arrow svg { transform: translateX(2px); }
/* Third card spans full width */
.service-card.full-width { grid-column: 1 / -1; }

/* ===== 7. PROCESS ===== */
.process-section {
  background: var(--navy); padding: 0;
  min-height: 100vh; display: flex; align-items: center;
}
.process-grid {
  display: grid; grid-template-columns: 0.4fr 1fr; gap: 60px; align-items: center;
}
.process-visual {
  position: relative; display: flex; flex-direction: column;
  align-items: center; justify-content: center;
}
/* Animated step counter */
.step-counter-ring {
  position: relative; width: 220px; height: 220px;
}
.step-counter-ring svg {
  width: 100%; height: 100%; transform: rotate(-90deg);
}
.step-ring-bg { fill: none; stroke: rgba(255,255,255,0.06); stroke-width: 4; }
.step-ring-progress {
  fill: none; stroke: var(--emerald); stroke-width: 4;
  stroke-linecap: round; stroke-dasharray: 628; /* 2 * PI * 100 */
  stroke-dashoffset: 628;
  transition: stroke-dashoffset 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.step-counter-number {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  font-family: 'DM Serif Display', serif; font-size: 80px;
  color: var(--white); line-height: 1;
  transition: opacity 0.3s ease;
}
.step-counter-label {
  margin-top: 20px; font-family: 'DM Serif Display', serif;
  font-size: 20px; color: var(--emerald); letter-spacing: 0.05em;
  text-align: center;
  transition: opacity 0.3s ease;
}
.step-counter-sublabel {
  margin-top: 6px; font-size: 14px; color: var(--text-dim);
  text-align: center;
}
.process-content h2 {
  font-size: clamp(32px, 3.5vw, 48px); margin-bottom: 36px;
  letter-spacing: -0.02em; color: var(--white);
}
.process-step {
  display: flex; gap: 20px; margin-bottom: 24px;
  padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,0.08);
  cursor: pointer; transition: opacity 0.3s ease;
}
.process-step.dimmed { opacity: 0.35; }
.process-step:last-child { border-bottom: none; margin-bottom: 24px; }
.step-number {
  font-family: 'DM Serif Display', serif; font-size: 36px;
  color: var(--emerald); line-height: 1; flex-shrink: 0; min-width: 48px;
  transition: color 0.3s ease;
}
.process-step.dimmed .step-number { color: var(--text-dim); }
.step-content h4 {
  font-size: 20px; margin-bottom: 6px; color: var(--white);
}
.step-content p { font-size: 15px; line-height: 1.6; color: var(--text-muted); }

/* ===== 8. INDUSTRIES — OH! DESIGN STYLE PANELS ===== */
.industries-wrapper {
  position: relative;
  background: var(--mint);
}
.industries-section {
  position: relative;
  height: 100vh;
  background: var(--mint);
  overflow: hidden;
  display: flex; flex-direction: column;
  box-sizing: border-box;
}
/* Header sits at top, panels fill the rest */
.industries-header {
  padding: 40px 40px 0;
  flex-shrink: 0;
}
.industries-header h2 {
  font-size: clamp(40px, 4vw, 56px); letter-spacing: -0.02em; margin-bottom: 6px;
  color: var(--forest);
}
.industries-header p { font-size: 17px; color: var(--sage); margin-bottom: 0; }

/* Panels fill remaining viewport height — no shrinking */
.industries-panels {
  display: flex; gap: 6px;
  flex: 1; min-height: 0;
  padding: 28px 40px 30px;
}
.industry-panel {
  flex: 1; min-width: 0;
  position: relative; border-radius: 14px; overflow: hidden;
  cursor: pointer;
  transition: flex 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.industry-panel.active { flex: 8; }

/* Each panel in brand palette */
.industry-panel:nth-child(1) { background: #1A3C34; }
.industry-panel:nth-child(2) { background: #1A1A2E; }
.industry-panel:nth-child(3) { background: #2FAB73; }
.industry-panel:nth-child(4) { background: #E8653A; }
.industry-panel:nth-child(5) { background: #6B7C75; }
.industry-panel:nth-child(6) { background: #F4A261; }

/* Top accent bar */
.industry-panel::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 5px; z-index: 5;
}
.industry-panel:nth-child(1)::before { background: var(--emerald); }
.industry-panel:nth-child(2)::before { background: var(--coral); }
.industry-panel:nth-child(3)::before { background: var(--amber); }
.industry-panel:nth-child(4)::before { background: var(--emerald); }
.industry-panel:nth-child(5)::before { background: var(--coral); }
.industry-panel:nth-child(6)::before { background: var(--amber); }

/* Collapsed — vertical ALL CAPS text */
.industry-panel-label {
  position: absolute; z-index: 3;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  white-space: nowrap;
  font-family: 'Public Sans', 'Inter', sans-serif;
  font-size: 18px; font-weight: 800; text-transform: uppercase;
  color: var(--white); letter-spacing: 0.1em;
  transition: opacity 0.3s ease;
}
.industry-panel.active .industry-panel-label { opacity: 0; pointer-events: none; }

/* Expanded — split layout: text left, image right */
.industry-panel-content {
  position: absolute; z-index: 2; inset: 0;
  display: grid; grid-template-columns: 1fr 1fr;
  opacity: 0; pointer-events: none;
  transition: opacity 0.45s ease 0.15s;
}
.industry-panel.active .industry-panel-content { opacity: 1; pointer-events: auto; }

/* Left: text */
.industry-panel-text {
  padding: 40px 44px;
  display: flex; flex-direction: column; justify-content: center;
}
.industry-panel-eyebrow {
  font-family: 'Public Sans', sans-serif;
  font-size: 14px; font-weight: 500; color: rgba(255,255,255,0.55);
  margin-bottom: 24px; letter-spacing: 0.02em;
}
.industry-panel-content h4 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(34px, 3.5vw, 52px); color: var(--white);
  margin-bottom: 22px; line-height: 1.08; letter-spacing: -0.02em;
}
.industry-panel-content p {
  font-family: 'Public Sans', sans-serif; font-weight: 300;
  font-size: 15px; color: rgba(255,255,255,0.65); line-height: 1.75;
  max-width: 380px; margin-bottom: 32px;
}
.industry-panel-cta {
  font-family: 'Public Sans', sans-serif;
  font-size: 15px; font-weight: 600; color: var(--white);
  text-decoration: none; display: inline-flex; align-items: center; gap: 8px;
  border-bottom: 2px solid var(--white);
  padding-bottom: 4px; width: fit-content;
  transition: gap 0.3s ease;
}
.industry-panel-cta:hover { gap: 14px; }

/* Right: image placeholder */
.industry-panel-image {
  position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  background: repeating-linear-gradient(
    45deg, rgba(255,255,255,0.03), rgba(255,255,255,0.03) 12px,
    transparent 12px, transparent 24px
  );
}
.industry-panel-image-placeholder {
  font-size: 13px; color: rgba(255,255,255,0.25);
  text-transform: uppercase; letter-spacing: 0.15em;
  padding: 10px 20px; border: 1px dashed rgba(255,255,255,0.2);
  border-radius: 8px;
}

/* Hover glow on collapsed */
.industry-panel:not(.active):hover {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.15);
}

@media (max-width: 1024px) {
  .industry-panel.active { flex: 6; }
  .industry-panel-text { padding: 36px 28px; }
  .industry-panel-content h4 { font-size: 30px; }
}
@media (max-width: 768px) {
  .industries-wrapper { height: auto !important; }
  .industries-section { position: relative; height: auto; padding: 60px 0; }
  .industries-header { padding: 0 20px; margin-bottom: 24px; }
  .industries-panels { flex-direction: column; height: auto; gap: 8px; padding: 0 20px 20px; }
  .industry-panel { height: 56px; border-radius: 14px; flex: none !important; }
  .industry-panel.active { height: 300px; }
  .industry-panel-content { grid-template-columns: 1fr; }
  .industry-panel-image { display: none; }
  .industry-panel-label {
    transform: translateY(-50%); top: 50%; left: 24px; font-size: 13px;
  }
}

/* ===== 9. LEADERSHIP TEAM ===== */
.team-section {
  background: var(--forest); padding: 80px 0; position: relative; overflow: hidden;
}
.team-section::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 50%, rgba(47,171,115,0.08), transparent 70%);
}
.team-header {
  position: relative; z-index: 2; text-align: center; margin-bottom: 48px;
}
.team-header h2 {
  font-size: clamp(40px, 4vw, 56px); letter-spacing: -0.02em; color: var(--white);
}
.team-header p {
  font-size: 17px; color: var(--text-muted); margin-top: 12px; max-width: 560px; margin-left: auto; margin-right: auto;
}
.team-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
  position: relative; z-index: 2;
}
.team-card {
  position: relative; border-radius: 16px; overflow: hidden;
  height: 420px; cursor: pointer;
  background: var(--forest-deep);
}
.team-card-photo {
  position: absolute; inset: 0; z-index: 0;
  background: repeating-linear-gradient(
    45deg, rgba(255,255,255,0.015), rgba(255,255,255,0.015) 10px,
    transparent 10px, transparent 20px
  );
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.team-card:nth-child(1) .team-card-photo { background-color: rgba(47,171,115,0.1); }
.team-card:nth-child(2) .team-card-photo { background-color: rgba(232,101,58,0.08); }
.team-card:nth-child(3) .team-card-photo { background-color: rgba(244,162,97,0.08); }
.team-card:hover .team-card-photo { transform: scale(1.05); }
.team-card-photo-placeholder {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  font-size: 12px; color: rgba(255,255,255,0.15);
  text-transform: uppercase; letter-spacing: 0.12em;
  padding: 8px 16px; border: 1px dashed rgba(255,255,255,0.12);
  border-radius: 8px;
}
/* Founder badge */
.team-card-badge {
  position: absolute; top: 16px; left: 16px; z-index: 4;
  font-family: 'Public Sans', sans-serif; font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.08em;
  background: var(--coral); color: var(--white);
  padding: 5px 14px; border-radius: 50px;
}
/* Gradient overlay at bottom */
.team-card-overlay {
  position: absolute; bottom: 0; left: 0; right: 0; z-index: 1;
  height: 55%; background: linear-gradient(0deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.4) 50%, transparent 100%);
}
/* Info at bottom */
.team-card-info {
  position: absolute; bottom: 0; left: 0; right: 0; z-index: 2;
  padding: 24px;
}
.team-card-info h4 {
  font-family: 'DM Serif Display', serif; font-size: 24px;
  color: var(--white); margin-bottom: 4px; line-height: 1.2;
  display: flex; align-items: center; gap: 10px;
}
.team-card-info h4 a.team-name-linkedin {
  display: inline-flex; align-items: center; justify-content: center;
  width: 22px; height: 22px; flex-shrink: 0;
  transition: all 0.3s ease;
}
.team-card-info h4 a.team-name-linkedin svg { width: 18px; height: 18px; }
.team-card-info h4 a.team-name-linkedin svg path { stroke: #0A66C2; transition: stroke 0.3s ease; }
.team-card-info h4 a.team-name-linkedin:hover svg path { stroke: rgba(255,255,255,0.7); }

/* Circular LinkedIn icon top-right */
.team-card-linkedin-circle {
  position: absolute; top: 16px; right: 16px; z-index: 4;
  width: 42px; height: 42px; border-radius: 50%;
  background: #0A66C2;
  display: flex; align-items: center; justify-content: center;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}
.team-card-linkedin-circle:hover {
  background: #004182; transform: scale(1.1);
}
.team-card-linkedin-circle svg { width: 20px; height: 20px; }
.team-card-info .team-role {
  font-family: 'Public Sans', sans-serif; font-size: 14px;
  color: rgba(255,255,255,0.55); font-weight: 400; margin-bottom: 12px;
}
.team-card-info .team-bio {
  font-family: 'Public Sans', sans-serif; font-size: 13px;
  color: rgba(255,255,255,0.45); line-height: 1.6;
  max-height: 0; overflow: hidden; opacity: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease;
}
.team-card:hover .team-card-info .team-bio {
  max-height: 80px; opacity: 1;
}

@media (max-width: 768px) {
  .team-grid { grid-template-columns: 1fr; gap: 16px; }
  .team-card { height: 360px; }
}

/* ===== 10. TESTIMONIALS ===== */
.testimonials-section { background: var(--forest-deep); padding: 60px 0 30px; position: relative; overflow: hidden; }
.testimonials-header { text-align: center; margin-bottom: 32px; }
.testimonials-header h2 {
  font-size: clamp(36px, 3.5vw, 48px); letter-spacing: -0.02em; color: var(--white);
}
.testimonials-stack { display: flex; flex-direction: column; gap: 12px; }
.testimonial-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 14px; padding: 24px 28px;
  display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: start;
  transition: border-color 0.3s ease, background 0.3s ease;
}
.testimonial-card:hover {
  border-color: rgba(47,171,115,0.2);
  background: rgba(255,255,255,0.05);
}
.testimonial-quote-mark {
  font-family: Georgia, 'DM Serif Display', serif; font-size: 32px;
  color: var(--emerald); opacity: 0.4; line-height: 1;
  margin-bottom: 4px; user-select: none;
}
.testimonial-text {
  font-family: 'Public Sans', sans-serif; font-size: 14px; font-weight: 300;
  font-style: italic; color: rgba(255,255,255,0.7); line-height: 1.7;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.4s ease;
}
.testimonial-text.expanded {
  -webkit-line-clamp: unset; overflow: visible;
}
.testimonial-read-more {
  background: none; border: none; cursor: pointer;
  font-family: 'Public Sans', sans-serif; font-size: 12px; font-weight: 600;
  color: var(--emerald); margin-top: 6px; padding: 0;
  transition: color 0.3s ease;
}
.testimonial-read-more:hover { color: var(--amber); }
.testimonial-right {
  display: flex; flex-direction: column; align-items: flex-end; gap: 8px;
  min-width: 160px; padding-top: 8px;
}
.testimonial-name {
  font-family: 'Public Sans', sans-serif; font-weight: 700;
  font-size: 15px; color: var(--white); text-align: right;
}
.testimonial-website {
  font-size: 13px; color: var(--sage); text-align: right;
}
.testimonial-links { display: flex; gap: 10px; align-items: center; }
.testimonial-links a {
  font-size: 13px; font-weight: 500; color: var(--emerald);
  text-decoration: none; transition: color 0.3s ease;
  display: inline-flex; align-items: center; gap: 4px;
}
.testimonial-links a:hover { color: var(--amber); }
.testimonial-links a svg { width: 14px; height: 14px; }
@media (max-width: 768px) {
  .testimonial-card { grid-template-columns: 1fr; gap: 20px; padding: 24px; }
  .testimonial-right { align-items: flex-start; min-width: auto; }
  .testimonial-name { text-align: left; }
  .testimonial-website { text-align: left; }
  .testimonial-text { font-size: 14px; }
}

/* ===== 11. BLOG ===== */
.blog-section { background: var(--navy); padding: 80px 0; }
.blog-header {
  display: flex; justify-content: space-between; align-items: flex-end;
  margin-bottom: 48px;
}
.blog-header h2 {
  font-size: clamp(40px, 4vw, 56px); letter-spacing: -0.02em; color: var(--white);
}
.blog-header a {
  color: var(--coral); font-weight: 600; font-size: 15px;
  display: flex; align-items: center; gap: 8px;
  transition: gap 0.3s ease;
}
.blog-header a:hover { gap: 14px; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.blog-card {
  background: var(--card-bg); border-radius: 20px; overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid var(--card-border);
}
.blog-card:hover {
  transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,0.2);
  background: var(--card-bg-hover);
}
.blog-image {
  height: 200px; background: rgba(255,255,255,0.04);
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; color: var(--text-dim); font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.1em;
}
.blog-card-content { padding: 28px 24px; }
.blog-tag {
  font-size: 12px; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.1em; color: var(--emerald); margin-bottom: 12px;
}
.blog-card h4 {
  font-size: 22px; line-height: 1.3; margin-bottom: 10px;
  letter-spacing: -0.01em; color: var(--white);
}
.blog-card p {
  font-size: 14px; color: var(--text-muted); line-height: 1.6;
}

/* ===== 12. FAQ ===== */
.faq-section { background: var(--forest); padding: 80px 0; }
.faq-header { text-align: center; margin-bottom: 48px; }
.faq-header h2 {
  font-size: clamp(40px, 4vw, 56px); letter-spacing: -0.02em; color: var(--white);
}
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item {
  border-bottom: 1px solid rgba(255,255,255,0.08); overflow: hidden;
}
.faq-question {
  display: flex; justify-content: space-between; align-items: center;
  padding: 24px 0; cursor: pointer; font-size: 18px; font-weight: 600;
  color: var(--white); transition: color 0.3s;
  font-family: 'Public Sans', sans-serif;
}
.faq-question:hover { color: var(--amber); }
.faq-icon {
  width: 32px; height: 32px; border-radius: 50%;
  background: rgba(255,255,255,0.08); display: flex; align-items: center; justify-content: center;
  transition: transform 0.4s ease, background 0.3s;
  flex-shrink: 0;
}
.faq-item.active .faq-icon { transform: rotate(45deg); background: var(--coral); }
.faq-item.active .faq-icon svg line { stroke: var(--white); }
.faq-answer {
  max-height: 0; overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.25,0.46,0.45,0.94), padding 0.5s ease;
}
.faq-item.active .faq-answer { max-height: 300px; padding-bottom: 24px; }
.faq-answer p { font-size: 16px; line-height: 1.7; color: var(--text-muted); max-width: 680px; }

/* ===== 13. CTA BAND ===== */
.cta-band {
  background: var(--forest-deep); padding: 100px 0;
  position: relative; overflow: hidden;
}
.cta-band::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0;
  background: radial-gradient(circle at 20% 50%, rgba(47,171,115,0.08) 0%, transparent 60%),
              radial-gradient(circle at 80% 30%, rgba(232,101,58,0.05) 0%, transparent 50%);
  pointer-events: none;
}
.cta-band-grid {
  display: grid; grid-template-columns: 1fr 1.15fr; gap: 60px; align-items: center;
  position: relative; z-index: 2;
}

/* Left Panel */
.cta-band-left {
  position: relative; padding: 0;
}
.cta-band-left h2 {
  font-size: clamp(30px, 3.2vw, 46px); color: var(--white);
  letter-spacing: -0.02em; line-height: 1.15; margin-bottom: 16px;
}
.cta-band-left h2 span { color: var(--coral); }
.cta-band-left .cta-subtitle {
  font-size: 17px; color: rgba(255,255,255,0.85); line-height: 1.7;
  margin-bottom: 36px; max-width: 460px;
}
.cta-band-stats {
  display: flex; gap: 40px; margin-top: 48px;
  padding-top: 36px; border-top: 1px solid rgba(255,255,255,0.1);
}
.cta-band-stat { text-align: left; }
.cta-band-stat-number {
  font-family: 'DM Serif Display', serif; font-size: 42px; color: var(--coral);
  line-height: 1;
}
.cta-band-stat-label {
  font-size: 14px; color: rgba(255,255,255,0.7); margin-top: 6px;
  font-family: 'Public Sans', sans-serif;
}
.cta-band-checklist {
  list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 16px;
}
.cta-band-checklist li {
  display: flex; align-items: flex-start; gap: 12px;
  font-size: 16px; color: rgba(255,255,255,0.9); line-height: 1.6;
  font-family: 'Public Sans', sans-serif;
}
.cta-band-checklist li .check-icon {
  width: 22px; height: 22px; border-radius: 50%; flex-shrink: 0; margin-top: 1px;
  background: rgba(47,171,115,0.15); display: flex; align-items: center; justify-content: center;
}
.cta-band-checklist li .check-icon svg { width: 12px; height: 12px; }

/* Right Panel - Form */
.cta-band-right {
  background: var(--white); border-radius: 24px; padding: 48px;
  box-shadow: 0 24px 80px rgba(0,0,0,0.3);
  position: relative;
}
.cta-band-right::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--emerald), var(--amber), var(--coral));
  border-radius: 24px 24px 0 0;
}
.cta-form-eyebrow {
  font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em;
  color: var(--emerald); margin-bottom: 8px; font-family: 'Public Sans', sans-serif;
}
.cta-band-right h3 {
  font-size: 28px; color: var(--forest-deep); margin-bottom: 6px;
  font-family: 'DM Serif Display', serif; line-height: 1.2;
}
.cta-form-subtitle {
  font-size: 15px; color: var(--sage); margin-bottom: 32px; line-height: 1.6;
}
.cta-form-row {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 18px;
}
.cta-form-field {
  display: flex; flex-direction: column;
}
.cta-form-field.full-width {
  grid-column: 1 / -1;
}
.cta-form-field label {
  font-size: 13px; font-weight: 700; color: var(--forest-deep); margin-bottom: 7px;
  letter-spacing: 0.02em;
}
.cta-form-field input,
.cta-form-field select {
  padding: 14px 18px; border: 1.5px solid #e0e4e3; border-radius: 12px;
  font-family: 'Public Sans', sans-serif; font-size: 15px; color: var(--forest-deep);
  background: var(--white); transition: all 0.25s;
}
.cta-form-field input:focus,
.cta-form-field select:focus {
  outline: none; border-color: var(--emerald);
  box-shadow: 0 0 0 4px rgba(47,171,115,0.1);
}
.cta-form-field input::placeholder { color: #b5b5b5; }

.cta-services-label {
  font-size: 13px; font-weight: 700; color: var(--forest-deep); margin: 24px 0 12px;
}
.cta-services-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin-bottom: 28px;
}
.cta-checkbox {
  display: flex; align-items: center; gap: 10px; cursor: pointer;
  font-size: 14px; color: var(--forest-deep); font-family: 'Public Sans', sans-serif;
  padding: 10px 14px; border-radius: 10px; transition: all 0.2s;
  border: 1.5px solid transparent;
}
.cta-checkbox:hover { background: var(--mint); border-color: rgba(47,171,115,0.2); }
.cta-checkbox input[type="checkbox"] {
  width: 18px; height: 18px; accent-color: var(--emerald); cursor: pointer;
  flex-shrink: 0;
}
.cta-form-divider {
  height: 1px; background: #eee; margin: 24px 0;
}
.cta-submit-btn {
  width: 100%; padding: 18px; background: var(--coral); color: var(--white);
  border: none; border-radius: 14px; font-family: 'Public Sans', sans-serif;
  font-size: 17px; font-weight: 700; cursor: pointer; transition: all 0.3s;
  letter-spacing: 0.01em; position: relative; overflow: hidden;
}
.cta-submit-btn:hover {
  background: #d4542e; transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(232,101,58,0.4);
}
.cta-form-trust {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  margin-top: 16px; font-size: 12px; color: var(--sage);
  font-family: 'Public Sans', sans-serif;
}
.cta-form-trust svg { width: 14px; height: 14px; flex-shrink: 0; }

/* ===== 14. FOOTER ===== */
.footer { background: var(--forest-deep); padding: 64px 0 32px; }
.footer-grid {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 48px;
  margin-bottom: 48px;
}
.footer-brand .nav-logo { margin-bottom: 16px; display: block; }
.footer-brand p { font-size: 15px; color: var(--text-dim); line-height: 1.7; max-width: 300px; }
.footer-col h5 {
  font-size: 14px; font-weight: 700; color: var(--white);
  text-transform: uppercase; letter-spacing: 0.1em;
  margin-bottom: 20px; font-family: 'Public Sans', sans-serif;
}
.footer-col a {
  display: block; font-size: 15px; color: var(--text-dim);
  margin-bottom: 12px; transition: color 0.3s;
}
.footer-col a:hover { color: var(--amber); }
.footer-social { display: flex; gap: 12px; margin-top: 16px; }
.footer-social a {
  width: 40px; height: 40px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.15); display: flex;
  align-items: center; justify-content: center;
  transition: all 0.3s; margin-bottom: 0;
}
.footer-social a:hover { border-color: var(--amber); background: rgba(244,162,97,0.1); }
.footer-social svg { width: 18px; height: 18px; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08); padding-top: 24px;
  display: flex; justify-content: space-between; align-items: center;
}
.footer-bottom p { font-size: 13px; color: rgba(255,255,255,0.35); }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .hero-content { grid-template-columns: 1fr; }
  .hero-visual { display: none; }
  .hero h1 { font-size: clamp(44px, 7vw, 72px); }
  .stats-marquee { animation-duration: 22s; }
  .stat-item { padding: 20px 32px; }
  .results-grid { grid-template-columns: 1fr; gap: 48px; }
  .founder-circle { margin: 0 auto; }
  .process-grid { grid-template-columns: 1fr; gap: 40px; }
  .process-section { min-height: auto; padding: 60px 0; }
  .step-counter-ring { width: 160px; height: 160px; }
  .step-counter-number { font-size: 56px; }
  .process-visual { margin-bottom: 20px; }
  .services-grid { gap: 1px; }
  .service-card { padding: 36px 32px; min-height: 280px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}

@media (max-width: 768px) {
  .container, .container-wide { padding: 0 20px; }
  .nav-inner { padding: 0 20px; }
  .nav-links { display: none; }
  .nav-links.show {
    display: flex; flex-direction: column; position: absolute;
    top: 100%; left: 0; right: 0; background: var(--mint);
    backdrop-filter: blur(20px); padding: 24px 40px; gap: 20px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  }
  .nav-hamburger { display: flex; }
  .hero { padding: 120px 0 0; min-height: auto; }
  .hero-content { padding: 0 20px; }
  .hero h1 { font-size: 40px; }
  .hero-subtitle { font-size: 16px; }
  .stats-marquee { animation-duration: 18s; }
  .stat-item { padding: 18px 24px; }
  .stat-number { font-size: 18px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card.full-width { grid-column: auto; }
  .service-card { padding: 32px 24px; min-height: 260px; }
  .service-card h3 { font-size: 24px; }
  .testimonial-inner { padding: 24px 16px; }
  .testimonial-text { font-size: 15px; }
  .testimonial-quote-mark { font-size: 60px; left: 8px; top: -6px; }
  .blog-grid { grid-template-columns: 1fr; }
  .blog-header { flex-direction: column; align-items: flex-start; gap: 16px; }
  .founder-circle { width: 280px; height: 280px; }
  .founder-quote-card { position: relative; left: 0; bottom: -16px; margin: 0 auto; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
  .step-counter-ring { width: 140px; height: 140px; }
  .step-counter-number { font-size: 48px; }
  .cta-band { padding: 60px 0; }
  .cta-band-grid { grid-template-columns: 1fr; gap: 40px; }
  .cta-band-left .cta-subtitle { max-width: 100%; }
  .cta-band-right { padding: 28px 20px; }
  .cta-form-row { grid-template-columns: 1fr; }
  .cta-services-grid { grid-template-columns: 1fr; }
  .cta-band-stats { gap: 20px; flex-wrap: wrap; }
  .cta-band-stat-number { font-size: 28px; }
  .hero-buttons { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 480px) {
  .hero h1 { font-size: 34px; }
  .stat-number { font-size: 24px; }
  .stat-item { padding: 20px 28px; }
}

/* ============================================================
   WordPress template styles — admin bar, blog, single, page
   (additive; not part of the original wireframe)
   ============================================================ */
.nav-cta { display: inline-block; }

/* Keep the fixed nav clear of the WP admin bar */
body.admin-bar .nav { top: 32px; }
@media screen and (max-width: 782px) { body.admin-bar .nav { top: 46px; } }

/* Real featured images inside the blog cards */
.blog-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
a.blog-card { display: flex; flex-direction: column; text-decoration: none; color: inherit; }

/* Inner pages: archive / single / page */
.site-main--inner { max-width: 860px; margin: 0 auto; padding: 160px 40px 100px; color: var(--white); }
.site-main--inner a { color: var(--amber); }
.site-main--inner a:hover { color: var(--amber-hover); }
.page-header { margin-bottom: 40px; }
.page-title { font-family: 'DM Serif Display', serif; color: var(--white); font-size: clamp(34px, 4vw, 56px); line-height: 1.1; }
.entry-title { font-family: 'DM Serif Display', serif; color: var(--white); font-size: clamp(32px, 4vw, 52px); line-height: 1.12; margin-bottom: 16px; }
.entry-meta { color: var(--text-dim); font-size: 14px; margin-bottom: 28px; }
.post-thumb { border-radius: 16px; overflow: hidden; margin-bottom: 32px; }
.post-thumb img { width: 100%; height: auto; display: block; }
.entry-content { font-size: 17px; line-height: 1.85; color: var(--text-muted); }
.entry-content > * { margin-bottom: 22px; }
.entry-content h2 { font-family: 'DM Serif Display', serif; color: var(--white); font-size: 32px; margin: 40px 0 16px; }
.entry-content h3 { font-family: 'DM Serif Display', serif; color: var(--white); font-size: 24px; margin: 30px 0 14px; }
.entry-content a { text-decoration: underline; }
.entry-content img { border-radius: 12px; height: auto; }
.entry-content ul, .entry-content ol { padding-left: 22px; }
.entry-content li { margin-bottom: 8px; }
.entry-content blockquote { border-left: 4px solid var(--coral); padding-left: 20px; font-style: italic; color: var(--white); }
.entry-content code, .entry-content pre { background: rgba(0,0,0,0.35); border-radius: 8px; }
.entry-content pre { padding: 18px; overflow: auto; }
.entry-tags { margin-top: 28px; font-size: 13px; color: var(--text-dim); }
.posts-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.wp-pagination { margin-top: 52px; }
.wp-pagination .nav-links { display: flex; gap: 10px; flex-wrap: wrap; }
.wp-pagination .page-numbers { padding: 10px 16px; border: 1px solid var(--card-border); border-radius: 40px; color: var(--white); }
.wp-pagination .page-numbers.current { background: var(--emerald); border-color: var(--emerald); color: var(--forest-deep); }
.comments-area { margin-top: 56px; }
@media (max-width: 768px) {
  .posts-list { grid-template-columns: 1fr; }
  .site-main--inner { padding: 130px 20px 64px; }
}
