/**
 * CMOB Theme — main stylesheet (v0.3.0)
 * Design system: Paper/Ink/Yellow/Claude
 * Fonts: Instrument Serif (headings) + Geist (body)
 *
 * Quiz page styles live in quiz.css (conditionally enqueued, scoped to .cmob-quiz-page).
 */

/* ─────────────────────────────────────────────
   DESIGN TOKENS
───────────────────────────────────────────── */
:root {
	--paper: #FAF7F2;
	--ink: #0E0E0C;
	--yellow: #FFC72C;
	--claude: #CC785C;

	--yellow-dim: rgba(255, 199, 44, 0.12);
	--yellow-glow: rgba(255, 199, 44, 0.06);
	--claude-dim: rgba(204, 120, 92, 0.10);
	--claude-glow: rgba(204, 120, 92, 0.06);

	--text-secondary: #6B6560;
	--text-muted: #9B9590;
	--border: rgba(14, 14, 12, 0.08);
	--border-strong: rgba(14, 14, 12, 0.15);
	--surface: #FFFFFF;
	--surface-warm: #F5F0EA;
	--surface-raised: #F5F0EA;
	--dark: #1A1714;
	--dark-surface: #252220;

	/* Legacy aliases kept so the dark quiz CSS continues to resolve */
	--cmob-yellow: #FFC72C;
	--cmob-white: #FFFFFF;
	--cmob-black: #0E0E0C;
	--cmob-gray-400: #9B9590;
	--cmob-gray-500: #6B6560;
	--cmob-gray-700: #2A2520;
	--cmob-gray-800: #1A1714;
	--cmob-font-display: 'Instrument Serif', Georgia, serif;
	--cmob-font-body: 'Geist', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

	--max-width: 1200px;
	--space-xs: 0.5rem;
	--space-sm: 1rem;
	--space-md: 1.5rem;
	--space-lg: 2.5rem;
	--space-xl: 4rem;
	--space-2xl: 6rem;
	--space-section: 7rem;

	--radius: 20px;
	--radius-sm: 14px;
	--radius-xs: 10px;
	--radius-pill: 100px;

	--ease: cubic-bezier(0.16, 1, 0.3, 1);
	--ease-spring: cubic-bezier(0.16, 1, 0.3, 1);

	--font-display: 'Instrument Serif', Georgia, serif;
	--font-body: 'Geist', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* ─────────────────────────────────────────────
   RESET + BASE
───────────────────────────────────────────── */
*, *::before, *::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body,
body.cmob-body {
	font-family: var(--font-body);
	color: var(--ink);
	background: var(--paper);
	line-height: 1.7;
	font-size: 15px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-display);
	font-weight: 400;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

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

button {
	font-family: inherit;
	cursor: pointer;
	border: none;
	background: none;
	color: inherit;
}

.container {
	max-width: var(--max-width);
	margin: 0 auto;
	padding: 0 24px;
}

/* ─────────────────────────────────────────────
   SCROLL PROGRESS BAR
───────────────────────────────────────────── */
.scroll-progress,
.cmob-scroll-progress {
	position: fixed;
	top: 0;
	left: 0;
	height: 3px;
	background: linear-gradient(90deg, var(--claude), var(--yellow));
	z-index: 1001;
	width: 0%;
	transition: none;
}

/* ─────────────────────────────────────────────
   NAVIGATION
───────────────────────────────────────────── */
.cmob-nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	padding: 14px 0;
	background: rgba(250, 247, 242, 0.6);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	transition: background 0.3s, box-shadow 0.3s;
}

.cmob-nav.scrolled {
	background: rgba(250, 247, 242, 0.95);
	box-shadow: 0 1px 12px rgba(0, 0, 0, 0.05);
}

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

.nav-logo {
	font-family: var(--font-body);
	font-size: 1.05rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--ink);
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
}

.nav-logo img {
	height: 24px;
	width: auto;
}

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

.nav-links a {
	font-size: 0.875rem;
	font-weight: 500;
	color: var(--text-secondary);
	transition: color 0.2s;
	white-space: nowrap;
}

.nav-links a:hover,
.nav-links a.active {
	color: var(--ink);
}

.nav-cta {
	background: var(--ink) !important;
	color: #fff !important;
	padding: 10px 20px;
	border-radius: var(--radius-pill);
	font-size: 0.84rem !important;
	font-weight: 500;
	white-space: nowrap;
	transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
	flex-shrink: 0;
}

.nav-cta:hover {
	transform: translateY(-1px);
	box-shadow: 0 4px 16px rgba(14, 14, 12, 0.15);
}

/* AI Quickstart "Get Started" buy button — yellow pill variant of .nav-cta.
   Wired in header.php to cmob_option('quickstart_stripe_url'). Sits beside
   "Message Tommy" so the buy CTA is reachable from every page on the site. */
.nav-cta-buy {
	background: var(--cmob-yellow, #FFC72C) !important;
	color: var(--ink, #0E0E0C) !important;
}
.nav-cta-buy:hover {
	box-shadow: 0 4px 18px rgba(255, 199, 44, 0.4);
}
.nav-mobile-cta-buy {
	background: var(--cmob-yellow, #FFC72C);
	color: var(--ink, #0E0E0C);
	margin-left: 6px;
}
.mobile-menu .mobile-menu-cta-buy {
	background: var(--cmob-yellow, #FFC72C);
	color: var(--ink, #0E0E0C);
}

.nav-mobile-cta {
	display: none;
	background: var(--ink);
	color: #fff;
	padding: 10px 18px;
	border-radius: var(--radius-pill);
	font-size: 0.84rem;
	font-weight: 500;
	white-space: nowrap;
}

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

.nav-hamburger span {
	display: block;
	width: 22px;
	height: 2px;
	background: var(--ink);
	border-radius: 2px;
	transition: transform 0.3s var(--ease), opacity 0.3s;
}

.nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu {
	position: fixed;
	top: 0;
	right: -100%;
	width: min(320px, 85vw);
	height: 100vh;
	background: var(--surface);
	z-index: 999;
	padding: 80px 32px 40px;
	transition: right 0.4s var(--ease);
	box-shadow: -4px 0 40px rgba(0, 0, 0, 0.10);
	display: flex;
	flex-direction: column;
	gap: 8px;
	overflow-y: auto;
}

.mobile-menu.open {
	right: 0;
}

.mobile-menu a {
	display: block;
	font-size: 1rem;
	font-weight: 500;
	color: var(--text-secondary);
	padding: 12px 0;
	border-bottom: 1px solid var(--border);
	transition: color 0.2s;
}

.mobile-menu a:hover { color: var(--ink); }

.mobile-menu .mobile-menu-cta {
	margin-top: 16px;
	background: var(--ink);
	color: #fff;
	padding: 14px 20px;
	border-radius: var(--radius-pill);
	text-align: center;
	border-bottom: none;
}

.mobile-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 998;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s;
}

.mobile-overlay.open {
	opacity: 1;
	pointer-events: all;
}

/* ─────────────────────────────────────────────
   BUTTONS
───────────────────────────────────────────── */
.btn-primary {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: var(--ink);
	color: #fff;
	padding: 16px 30px;
	border-radius: var(--radius-pill);
	font-size: 0.95rem;
	font-weight: 500;
	transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}

.btn-primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(14, 14, 12, 0.18);
}

.btn-secondary {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: transparent;
	color: var(--ink);
	padding: 16px 30px;
	border-radius: var(--radius-pill);
	font-size: 0.95rem;
	font-weight: 500;
	border: 1px solid var(--border-strong);
	transition: transform 0.3s var(--ease), border-color 0.3s;
}

.btn-secondary:hover {
	transform: translateY(-2px);
	border-color: var(--ink);
}

.btn-yellow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: var(--yellow);
	color: var(--ink);
	padding: 16px 30px;
	border-radius: var(--radius-pill);
	font-size: 0.95rem;
	font-weight: 600;
	transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}

.btn-yellow:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 28px rgba(255, 199, 44, 0.3);
}

.btn-outline-white {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: transparent;
	color: rgba(255, 255, 255, 0.7);
	padding: 16px 30px;
	border-radius: var(--radius-pill);
	font-size: 0.95rem;
	font-weight: 500;
	border: 1px solid rgba(255, 255, 255, 0.15);
	transition: transform 0.3s var(--ease), border-color 0.3s, color 0.3s;
}

.btn-outline-white:hover {
	transform: translateY(-2px);
	border-color: rgba(255, 255, 255, 0.4);
	color: #fff;
}

.btn-primary svg,
.btn-secondary svg,
.btn-yellow svg,
.btn-outline-white svg {
	width: 18px;
	height: 18px;
}

/* ─────────────────────────────────────────────
   SECTION UTILITIES
───────────────────────────────────────────── */
.section-pill {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: var(--claude-dim);
	border: 1px solid rgba(204, 120, 92, 0.2);
	border-radius: var(--radius-pill);
	padding: 6px 14px;
	font-size: 0.78rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: var(--claude);
	margin-bottom: var(--space-sm);
}

.gradient-line {
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(204, 120, 92, 0.2), transparent);
}

.reveal {
	opacity: 0;
	transform: translateY(30px);
}

/* ─────────────────────────────────────────────
   HOMEPAGE — HERO
───────────────────────────────────────────── */
.hero {
	padding: calc(var(--space-section) + 80px) 0 var(--space-2xl);
	text-align: center;
	position: relative;
	overflow: hidden;
}

.hero-orbs {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 0;
}

.hero-orb {
	position: absolute;
	border-radius: 50%;
	filter: blur(90px);
}

.hero-orb-1 {
	width: 500px;
	height: 500px;
	background: var(--claude);
	opacity: 0.05;
	top: -200px;
	right: -100px;
}

.hero-orb-2 {
	width: 400px;
	height: 400px;
	background: var(--yellow);
	opacity: 0.04;
	bottom: -100px;
	left: -100px;
}

.hero-inner {
	position: relative;
	z-index: 1;
}

.hero-label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: var(--claude-dim);
	border: 1px solid rgba(204, 120, 92, 0.2);
	border-radius: var(--radius-pill);
	padding: 7px 18px;
	font-size: 0.82rem;
	font-weight: 500;
	color: var(--claude);
	margin-bottom: var(--space-lg);
}

.hero-label .dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--claude);
	animation: pulse 2s infinite;
}

@keyframes pulse {
	0%, 100% { opacity: 1; transform: scale(1); }
	50% { opacity: 0.45; transform: scale(0.85); }
}

.hero h1 {
	font-size: clamp(2.6rem, 5.5vw, 4rem);
	line-height: 1.06;
	letter-spacing: -0.03em;
	max-width: 820px;
	margin: 0 auto var(--space-md);
}

.hero h1 em,
h1 em, h2 em, h3 em {
	font-style: italic;
	color: var(--claude);
}

.hero-sub {
	font-size: 1.1rem;
	color: var(--text-secondary);
	max-width: 560px;
	margin: 0 auto var(--space-xl);
	line-height: 1.75;
}

.hero-ctas {
	display: flex;
	gap: 14px;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: var(--space-2xl);
}

.hero-reality {
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 0;
	max-width: 740px;
	margin: 0 auto var(--space-lg);
	padding: 20px 0;
}

.reality-stat {
	flex: 1;
	text-align: center;
	padding: 0 24px;
}

.reality-num {
	font-family: var(--font-display);
	font-size: 1.8rem;
	line-height: 1;
	color: var(--claude);
	margin-bottom: 6px;
}

.reality-label {
	font-size: 0.78rem;
	color: var(--text-muted);
	line-height: 1.4;
	max-width: 180px;
	margin: 0 auto;
}

.reality-divider {
	width: 1px;
	background: var(--border-strong);
	flex-shrink: 0;
}

.hero-trust {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
	margin-top: var(--space-md);
	margin-bottom: var(--space-md);
	font-size: 0.82rem;
	color: var(--text-muted);
	font-weight: 500;
}

.trust-dot {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: var(--border-strong);
	flex-shrink: 0;
}

.scroll-hint {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	color: var(--text-muted);
	font-size: 0.75rem;
	margin-top: var(--space-md);
	animation: bounceHint 2s infinite;
}

.scroll-hint svg {
	width: 18px;
	height: 18px;
}

@keyframes bounceHint {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(5px); }
}

.hero-video {
	max-width: 720px;
	margin: 0 auto;
	padding-top: var(--space-md);
}

.hero-video-inner {
	position: relative;
	aspect-ratio: 16 / 9;
	background: linear-gradient(135deg, #1A1714 0%, #2A2520 100%);
	border-radius: var(--radius);
	border: 1px solid var(--border-strong);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 16px;
	cursor: pointer;
	overflow: hidden;
	transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease);
	box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08);
}

.hero-video-inner:hover {
	transform: translateY(-3px);
	box-shadow: 0 16px 60px rgba(0, 0, 0, 0.12);
}

.hero-video-inner::before {
	content: '';
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse at center, rgba(204, 120, 92, 0.08) 0%, transparent 70%);
	pointer-events: none;
}

.hero-video-play {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.12);
	border: 2px solid rgba(255, 255, 255, 0.25);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	transition: background 0.3s, transform 0.3s var(--ease);
	z-index: 1;
}

.hero-video-inner:hover .hero-video-play {
	background: var(--claude);
	border-color: var(--claude);
	transform: scale(1.08);
}

.hero-video-label {
	font-size: 0.88rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.55);
	z-index: 1;
}

.hero-video iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.hero-video-claude {
	position: absolute;
	bottom: 16px;
	right: 20px;
	width: 56px;
	height: auto;
	opacity: 0.25;
	filter: drop-shadow(0 4px 12px rgba(204, 120, 92, 0.2));
	animation: claude-float 5s ease-in-out infinite;
	pointer-events: none;
}

/* ─────────────────────────────────────────────
   HOMEPAGE — PROBLEM
───────────────────────────────────────────── */
.problem {
	padding: var(--space-section) 0;
}

.problem-header {
	text-align: center;
	max-width: 640px;
	margin: 0 auto var(--space-xl);
}

.problem-header h2 {
	font-size: clamp(1.8rem, 3.5vw, 2.6rem);
	line-height: 1.1;
	letter-spacing: -0.02em;
	margin-bottom: var(--space-sm);
}

.problem-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.problem-card {
	display: flex;
	gap: 18px;
	align-items: flex-start;
	padding: var(--space-md) var(--space-lg);
	background: var(--surface);
	border: 1px solid var(--border);
	border-left: 3px solid var(--claude);
	border-radius: var(--radius-sm);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.02), 0 4px 16px rgba(0, 0, 0, 0.02);
	transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}

.problem-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04), 0 12px 32px rgba(0, 0, 0, 0.03);
}

.problem-card .icon-wrap {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	border-radius: 12px;
	background: var(--claude-dim);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--claude);
}

.problem-card .icon-wrap svg {
	width: 20px;
	height: 20px;
}

.problem-card-body h4 {
	font-family: var(--font-body);
	font-size: 0.95rem;
	font-weight: 600;
	margin-bottom: 6px;
	line-height: 1.3;
}

.problem-card-body p {
	font-size: 0.88rem;
	color: var(--text-secondary);
	line-height: 1.65;
}

.problem-footer {
	text-align: center;
	margin-top: var(--space-xl);
}

.problem-footer a {
	font-size: 0.95rem;
	font-weight: 600;
	color: var(--claude);
	display: inline-flex;
	align-items: center;
	gap: 6px;
	transition: gap 0.3s var(--ease);
}

.problem-footer a:hover { gap: 10px; }
.problem-footer a svg { width: 16px; height: 16px; }

/* ─────────────────────────────────────────────
   HOMEPAGE — PATH SELECTOR
───────────────────────────────────────────── */
.path-selector {
	padding: var(--space-section) 0;
	background: var(--surface-warm);
}

.path-selector-header {
	text-align: center;
	max-width: 580px;
	margin: 0 auto var(--space-xl);
}

.path-selector-header h2 {
	font-size: clamp(1.8rem, 3.5vw, 2.6rem);
	line-height: 1.1;
	letter-spacing: -0.02em;
	margin-bottom: var(--space-sm);
}

.path-selector-header p {
	font-size: 1rem;
	color: var(--text-secondary);
}

.situation-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.situation-card {
	background: var(--surface);
	border: 2px solid var(--border);
	border-radius: var(--radius);
	padding: var(--space-lg) var(--space-md);
	cursor: pointer;
	transition: border-color 0.3s var(--ease), transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
	position: relative;
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
}

.situation-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 4px;
	transition: width 0.3s var(--ease);
}

.situation-card[data-target="audit"]::before { background: var(--claude); }
.situation-card[data-target="dfy"]::before { background: var(--yellow); }
.situation-card[data-target="quickstart"]::before { background: #6BBF59; }

.situation-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.situation-card[data-target="audit"].active {
	border-color: var(--claude);
	box-shadow: 0 8px 32px rgba(204, 120, 92, 0.12);
}

.situation-card[data-target="dfy"].active {
	border-color: var(--yellow);
	box-shadow: 0 8px 32px rgba(255, 199, 44, 0.15);
}

.situation-card[data-target="quickstart"].active {
	border-color: #6BBF59;
	box-shadow: 0 0 0 1px #6BBF59, 0 6px 20px rgba(107, 191, 89, 0.08);
}

.situation-card .sit-icon {
	width: 44px;
	height: 44px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: var(--space-md);
}

.situation-card[data-target="audit"] .sit-icon { background: var(--claude-dim); color: var(--claude); }
.situation-card[data-target="dfy"] .sit-icon { background: var(--yellow-dim); color: #9B7B00; }
.situation-card[data-target="quickstart"] .sit-icon { background: rgba(107, 191, 89, 0.1); color: #4A9B3A; }

.situation-card .sit-icon svg { width: 22px; height: 22px; }

.situation-card .sit-tag {
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: var(--text-muted);
	margin-bottom: 8px;
}

.situation-card h3 {
	font-family: var(--font-body);
	font-size: 0.97rem;
	font-weight: 500;
	line-height: 1.5;
	color: var(--ink);
}

.situation-card .sit-arrow {
	position: absolute;
	bottom: 18px;
	right: 20px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: var(--border);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.3s, transform 0.3s var(--ease);
}

.situation-card .sit-arrow svg { width: 14px; height: 14px; color: var(--text-secondary); }
.situation-card:hover .sit-arrow { transform: translateX(2px); }
.situation-card[data-target="audit"].active .sit-arrow { background: var(--claude); }
.situation-card[data-target="audit"].active .sit-arrow svg { color: #fff; }
.situation-card[data-target="dfy"].active .sit-arrow { background: var(--yellow); }
.situation-card[data-target="dfy"].active .sit-arrow svg { color: var(--ink); }
.situation-card[data-target="quickstart"].active .sit-arrow { background: #6BBF59; }
.situation-card[data-target="quickstart"].active .sit-arrow svg { color: #fff; }

/* ─────────────────────────────────────────────
   HOMEPAGE — SERVICE SPLIT LAYOUTS
───────────────────────────────────────────── */
.service-audit,
.service-quickstart {
	padding: var(--space-section) 0;
}

.service-dfy {
	padding: var(--space-section) 0;
	background: var(--surface-warm);
}

.service-quickstart {
	background: var(--paper);
}

.service-split {
	display: grid;
	gap: var(--space-2xl);
	align-items: center;
}

.service-split.text-left-visual-right { grid-template-columns: 55fr 45fr; }
.service-split.visual-left-text-right { grid-template-columns: 45fr 55fr; }

.service-text .section-pill { margin-bottom: var(--space-sm); }

.service-text h2 {
	font-size: clamp(1.8rem, 3.5vw, 2.6rem);
	line-height: 1.1;
	letter-spacing: -0.02em;
	margin-bottom: var(--space-md);
}

.service-text > p {
	font-size: 0.98rem;
	color: var(--text-secondary);
	line-height: 1.75;
	margin-bottom: var(--space-lg);
}

.service-outcomes {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: var(--space-xl);
}

.service-outcomes li {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	font-size: 0.92rem;
	color: var(--ink);
	line-height: 1.5;
}

.service-outcomes li svg {
	flex-shrink: 0;
	width: 18px;
	height: 18px;
	margin-top: 1px;
}

.service-outcomes.claude-check li svg { color: var(--claude); }
.service-outcomes.yellow-check li svg { color: #9B7B00; }

.service-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 0.95rem;
	font-weight: 600;
	color: var(--ink);
	border-bottom: 2px solid var(--ink);
	padding-bottom: 2px;
	transition: gap 0.3s var(--ease), border-color 0.3s, color 0.3s;
}

.service-link:hover { gap: 10px; border-color: var(--claude); color: var(--claude); }
.service-link svg { width: 16px; height: 16px; }

/* AUDIT VISUAL */
.audit-visual {
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	padding: var(--space-lg);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04), 0 20px 60px rgba(0, 0, 0, 0.03);
}

.av-label,
.dv-label {
	font-size: 0.78rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: var(--text-muted);
	margin-bottom: var(--space-md);
}

.audit-steps {
	display: flex;
	flex-direction: column;
	gap: 0;
	position: relative;
}

.audit-step {
	display: flex;
	gap: 16px;
	align-items: flex-start;
	position: relative;
	padding-bottom: 28px;
}

.audit-step:last-child { padding-bottom: 0; }

.audit-step-line {
	position: absolute;
	left: 18px;
	top: 36px;
	bottom: 0;
	width: 2px;
	background: linear-gradient(180deg, var(--claude-dim), transparent);
}

.audit-step:last-child .audit-step-line { display: none; }

.audit-step-num {
	flex-shrink: 0;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: var(--claude-dim);
	border: 2px solid rgba(204, 120, 92, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.82rem;
	font-weight: 700;
	color: var(--claude);
	position: relative;
	z-index: 1;
}

.audit-step-content h4 {
	font-family: var(--font-body);
	font-size: 0.92rem;
	font-weight: 600;
	margin-bottom: 4px;
	padding-top: 7px;
}

.audit-step-content p {
	font-size: 0.83rem;
	color: var(--text-muted);
	line-height: 1.55;
}

.audit-step-week {
	font-size: 0.72rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: var(--claude);
	background: var(--claude-dim);
	border-radius: var(--radius-pill);
	padding: 3px 10px;
	display: inline-block;
	margin-bottom: 4px;
}

/* DFY VISUAL */
.dfy-visual {
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	padding: var(--space-lg);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04), 0 20px 60px rgba(0, 0, 0, 0.03);
}

.dfy-icon-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}

.dfy-icon-item {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	padding: 14px;
	background: var(--paper);
	border: 1px solid var(--border);
	border-radius: var(--radius-xs);
}

.dfy-icon-item .dfy-ii-icon {
	flex-shrink: 0;
	width: 34px;
	height: 34px;
	border-radius: 9px;
	background: var(--yellow-dim);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #9B7B00;
}

.dfy-icon-item .dfy-ii-icon svg { width: 16px; height: 16px; }

.dfy-icon-item .dfy-ii-label {
	font-size: 0.83rem;
	font-weight: 500;
	line-height: 1.35;
	padding-top: 7px;
}

.service-dfy .service-text h2 em { color: #9B7B00; }

.dfy-dwynote {
	margin-top: var(--space-md);
	padding: 14px 18px;
	background: var(--surface-raised);
	border: 1px solid var(--border);
	border-radius: var(--radius-xs);
	font-size: 0.88rem;
	color: var(--text-secondary);
	line-height: 1.6;
}

.dfy-dwynote strong { color: var(--ink); }

/* QUICKSTART VISUAL */
.quickstart-visual {
	text-align: center;
}

.qs-claude-hero {
	width: 140px;
	height: auto;
	margin: 0 auto var(--space-lg);
	filter: drop-shadow(0 12px 32px rgba(204, 120, 92, 0.18));
	animation: claude-float 4s ease-in-out infinite;
}

.qs-steps {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.qs-step {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	text-align: left;
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: var(--radius-sm);
	padding: 20px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 6px 20px rgba(0, 0, 0, 0.02);
}

.qs-step-num {
	flex-shrink: 0;
	width: 36px;
	height: 36px;
	background: var(--yellow-dim);
	color: #9B7B00;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--font-display);
	font-size: 1.1rem;
}

.qs-step h4 {
	font-family: var(--font-body);
	font-weight: 600;
	font-size: 0.95rem;
	margin-bottom: 2px;
}

.qs-step p {
	font-size: 0.82rem;
	color: var(--text-secondary);
	line-height: 1.5;
}

/* ─────────────────────────────────────────────
   HOMEPAGE — QUIZ CTA BAND
───────────────────────────────────────────── */
.quiz-cta {
	padding: var(--space-xl) 0;
	background: var(--surface-warm);
	border-top: 1px solid var(--border);
	border-bottom: 1px solid var(--border);
}

.quiz-cta-inner {
	text-align: center;
	max-width: 560px;
	margin: 0 auto;
	position: relative;
}

.quiz-cta h2 {
	font-size: clamp(1.5rem, 2.5vw, 2rem);
	line-height: 1.15;
	letter-spacing: -0.02em;
	margin-bottom: var(--space-sm);
}

.quiz-cta p {
	font-size: 0.97rem;
	color: var(--text-secondary);
	line-height: 1.7;
	margin-bottom: var(--space-lg);
}

/* ─────────────────────────────────────────────
   HOMEPAGE — PROOF / TESTIMONIALS
───────────────────────────────────────────── */
.proof {
	padding: var(--space-2xl) 0;
	background: var(--dark);
	color: #fff;
	position: relative;
	overflow: hidden;
}

.proof .proof-orb {
	position: absolute;
	border-radius: 50%;
	filter: blur(80px);
	pointer-events: none;
}

.proof .proof-orb-1 {
	width: 320px;
	height: 320px;
	background: var(--claude);
	opacity: 0.06;
	top: -100px;
	right: -80px;
}

.proof .proof-orb-2 {
	width: 260px;
	height: 260px;
	background: var(--yellow);
	opacity: 0.04;
	bottom: -80px;
	left: -60px;
}

.proof-inner {
	position: relative;
	z-index: 2;
	text-align: center;
}

.proof h2 {
	font-size: clamp(1.6rem, 3vw, 2.2rem);
	line-height: 1.15;
	letter-spacing: -0.02em;
	margin-bottom: var(--space-xl);
	color: #fff;
}

.proof-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	text-align: left;
}

.proof-card {
	padding: var(--space-lg);
	background: var(--dark-surface);
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: var(--radius-sm);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	gap: var(--space-md);
}

.proof-stars {
	display: flex;
	gap: 3px;
}

.proof-stars svg {
	width: 14px;
	height: 14px;
	color: var(--yellow);
	fill: var(--yellow);
}

.proof-card .quote {
	font-family: var(--font-display);
	font-size: 1.05rem;
	font-style: italic;
	color: rgba(255, 255, 255, 0.82);
	line-height: 1.6;
	flex: 1;
}

.proof-card .attribution {
	font-size: 0.82rem;
	color: rgba(255, 255, 255, 0.4);
	padding-top: var(--space-sm);
	border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.proof-card .attribution strong {
	color: rgba(255, 255, 255, 0.65);
	font-weight: 500;
}

/* ─────────────────────────────────────────────
   HOMEPAGE — ABOUT
───────────────────────────────────────────── */
.about {
	padding: var(--space-section) 0;
}

.about-inner {
	display: grid;
	grid-template-columns: 300px 1fr;
	gap: var(--space-2xl);
	align-items: start;
}

.about-photo-wrap {
	position: relative;
}

.about-photo {
	width: 300px;
	height: 360px;
	border-radius: var(--radius);
	object-fit: cover;
	border: 1px solid var(--border);
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
	display: block;
}

.about-photo-placeholder {
	width: 300px;
	height: 360px;
	border-radius: var(--radius);
	background: var(--surface-warm);
	border: 1px solid var(--border);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
	color: var(--text-muted);
	font-size: 0.85rem;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
}

.about-photo-placeholder svg { width: 44px; height: 44px; opacity: 0.25; }

.about-badge {
	position: absolute;
	bottom: -14px;
	right: -14px;
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: var(--radius-sm);
	padding: 12px 16px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
	text-align: center;
}

.about-badge .ab-num {
	font-family: var(--font-display);
	font-size: 1.4rem;
	color: var(--claude);
	line-height: 1;
}

.about-badge .ab-label {
	font-size: 0.72rem;
	color: var(--text-muted);
	white-space: nowrap;
	margin-top: 2px;
}

.about-text .section-pill { margin-bottom: var(--space-sm); }

.about-text h2 {
	font-size: clamp(1.6rem, 3vw, 2.2rem);
	line-height: 1.12;
	letter-spacing: -0.02em;
	margin-bottom: var(--space-md);
}

.about-text > p {
	font-size: 0.97rem;
	color: var(--text-secondary);
	line-height: 1.78;
	margin-bottom: var(--space-md);
}

.about-facts {
	display: flex;
	gap: 20px;
	padding-top: var(--space-md);
	border-top: 1px solid var(--border);
	margin-top: var(--space-md);
	flex-wrap: wrap;
}

.about-fact {
	text-align: center;
}

.about-fact .num {
	font-family: var(--font-display);
	font-size: 1.5rem;
	color: var(--claude);
	line-height: 1;
}

.about-fact .desc {
	font-size: 0.77rem;
	color: var(--text-muted);
	margin-top: 4px;
}

/* ─────────────────────────────────────────────
   HOMEPAGE — FAQ
───────────────────────────────────────────── */
.faq {
	padding: var(--space-section) 0;
	background: var(--surface-warm);
}

.faq-header {
	text-align: center;
	max-width: 640px;
	margin: 0 auto var(--space-xl);
}

.faq-header h2 {
	font-size: clamp(1.6rem, 3vw, 2.2rem);
	line-height: 1.15;
	letter-spacing: -0.02em;
}

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

.faq-item {
	border-bottom: 1px solid var(--border-strong);
}

.faq-item:first-child {
	border-top: 1px solid var(--border-strong);
}

.faq-q {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
	cursor: pointer;
	gap: 16px;
	user-select: none;
}

.faq-q h3 {
	font-family: var(--font-body);
	font-size: 0.98rem;
	font-weight: 500;
	line-height: 1.4;
}

.faq-q .chevron {
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	transition: transform 0.3s var(--ease);
	color: var(--text-muted);
}

.faq-item.open .faq-q .chevron { transform: rotate(180deg); }

.faq-a {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.45s var(--ease);
}

.faq-item.open .faq-a {
	max-height: 600px;
	padding-bottom: var(--space-md);
}

.faq-a p {
	font-size: 0.92rem;
	color: var(--text-secondary);
	line-height: 1.72;
}

/* ─────────────────────────────────────────────
   HOMEPAGE — FINAL CTA
───────────────────────────────────────────── */
.final-cta {
	padding: var(--space-section) 0;
	background: var(--dark);
	color: #fff;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.final-cta .fc-orb {
	position: absolute;
	border-radius: 50%;
	filter: blur(90px);
	pointer-events: none;
}

.final-cta .fc-orb-1 {
	width: 420px;
	height: 420px;
	background: var(--claude);
	opacity: 0.07;
	top: -160px;
	left: -100px;
}

.final-cta .fc-orb-2 {
	width: 320px;
	height: 320px;
	background: var(--yellow);
	opacity: 0.05;
	bottom: -100px;
	right: -80px;
}

.final-cta-inner {
	position: relative;
	z-index: 2;
	max-width: 620px;
	margin: 0 auto;
}

.final-cta h2 {
	font-size: clamp(1.8rem, 3.5vw, 2.8rem);
	line-height: 1.1;
	letter-spacing: -0.02em;
	margin-bottom: var(--space-lg);
	color: #fff;
}

.final-cta h2 em { color: #E8957A; }

.final-cta-inner > p {
	font-size: 1.02rem;
	color: rgba(255, 255, 255, 0.6);
	margin-bottom: 3rem;
	line-height: 1.72;
}

.final-cta-btns {
	display: flex;
	gap: 14px;
	justify-content: center;
	flex-wrap: wrap;
}

/* ─────────────────────────────────────────────
   CLAUDE CHARACTER PLACEMENTS
───────────────────────────────────────────── */
@keyframes claude-float {
	0%, 100% { transform: translateY(0) rotate(0deg); }
	50% { transform: translateY(-12px) rotate(2deg); }
}

.hero-claude {
	position: absolute;
	right: -20px;
	bottom: 60px;
	width: 120px;
	height: auto;
	opacity: 0.9;
	filter: drop-shadow(0 8px 24px rgba(204, 120, 92, 0.15));
	animation: claude-float 4s ease-in-out infinite;
	pointer-events: none;
	z-index: 2;
}

.path-claude {
	width: 60px;
	height: auto;
	margin-top: 12px;
	opacity: 0.7;
	filter: drop-shadow(0 4px 12px rgba(204, 120, 92, 0.12));
	animation: claude-float 5s ease-in-out infinite;
}

.audit-claude,
.dfy-claude {
	width: 64px;
	height: auto;
	margin-top: 16px;
	display: block;
	opacity: 0.75;
	filter: drop-shadow(0 4px 12px rgba(204, 120, 92, 0.12));
}

.audit-claude { margin-left: auto; }

.quiz-claude {
	width: 56px;
	height: auto;
	position: absolute;
	right: -12px;
	bottom: -12px;
	opacity: 0.7;
	filter: drop-shadow(0 4px 12px rgba(204, 120, 92, 0.12));
	animation: claude-float 6s ease-in-out infinite;
}

.final-claude {
	width: 72px;
	height: auto;
	margin: 20px auto 0;
	display: block;
	opacity: 0.6;
	filter: drop-shadow(0 4px 12px rgba(204, 120, 92, 0.12));
	animation: claude-float 5s ease-in-out infinite 0.5s;
}

.footer-claude {
	width: 28px;
	height: auto;
	vertical-align: middle;
	margin-right: 6px;
	opacity: 0.7;
	filter: drop-shadow(0 2px 6px rgba(204, 120, 92, 0.1));
}

/* ─────────────────────────────────────────────
   FOOTER
───────────────────────────────────────────── */
.cmob-footer {
	border-top: 1px solid var(--border);
	padding: var(--space-lg) 24px var(--space-xl);
	text-align: center;
}

.footer-brand {
	font-family: var(--font-body);
	font-weight: 700;
	font-size: 1rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	margin-bottom: 6px;
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.footer-tagline {
	font-size: 0.78rem;
	color: var(--text-muted);
	margin-bottom: 20px;
}

.footer-links {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.footer-links a {
	font-size: 0.8rem;
	color: var(--text-muted);
	transition: color 0.2s;
}

.footer-links a:hover { color: var(--ink); }

.footer-disclaimer {
	font-size: 0.71rem;
	color: var(--text-muted);
	max-width: 640px;
	margin: 0 auto;
	line-height: 1.65;
}

/* ─────────────────────────────────────────────
   FLOATING WHATSAPP BUTTON
───────────────────────────────────────────── */
.cmob-wa-float {
	position: fixed;
	bottom: 24px;
	right: 24px;
	z-index: 999;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #25D366;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
	transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}

.cmob-wa-float:hover {
	transform: translateY(-3px) scale(1.05);
	box-shadow: 0 8px 30px rgba(37, 211, 102, 0.5);
}

/* ─────────────────────────────────────────────
   GENERIC PAGE TEMPLATE (page.php)
───────────────────────────────────────────── */
.cmob-page-default {
	padding: calc(var(--space-xl) + 80px) 0 var(--space-2xl);
}

.cmob-page-default .container {
	max-width: 760px;
}

.cmob-page-default h1 {
	font-size: clamp(2rem, 4vw, 3rem);
	line-height: 1.1;
	letter-spacing: -0.02em;
	margin-bottom: var(--space-md);
}

.cmob-page-default h2 {
	font-size: clamp(1.4rem, 2.5vw, 1.8rem);
	line-height: 1.2;
	margin: var(--space-xl) 0 var(--space-sm);
}

.cmob-page-default h3 {
	font-size: 1.2rem;
	margin: var(--space-lg) 0 var(--space-xs);
}

.cmob-page-default p,
.cmob-page-default ul,
.cmob-page-default ol {
	font-size: 0.97rem;
	color: var(--text-secondary);
	line-height: 1.78;
	margin-bottom: var(--space-sm);
}

.cmob-page-default ul,
.cmob-page-default ol {
	padding-left: 1.5rem;
}

.cmob-page-default li { margin-bottom: 0.4rem; }
.cmob-page-default strong { color: var(--ink); font-weight: 600; }
.cmob-page-default a { color: var(--claude); text-decoration: underline; text-underline-offset: 3px; }

/* ─────────────────────────────────────────────
   LEGAL PAGES (privacy / terms)
───────────────────────────────────────────── */
.legal-page {
	padding: calc(var(--space-xl) + 80px) 0 var(--space-2xl);
}

.legal-page .container { max-width: 820px; }

.legal-page h1 {
	font-size: clamp(2.2rem, 4vw, 3rem);
	line-height: 1.1;
	letter-spacing: -0.02em;
	margin-bottom: var(--space-xs);
}

.legal-page .last-updated {
	color: var(--text-muted);
	font-size: 0.85rem;
	margin-bottom: var(--space-xl);
}

.legal-toc {
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	padding: 24px 32px;
	margin-bottom: var(--space-xl);
}

.legal-toc .toc-title {
	font-family: var(--font-display);
	font-size: 1.1rem;
	margin-bottom: var(--space-sm);
}

.legal-toc ol {
	list-style: none;
	padding: 0;
	margin: 0;
	columns: 2;
	column-gap: 32px;
}

.legal-toc li {
	padding: 4px 0;
	break-inside: avoid;
}

.legal-toc a {
	font-size: 0.88rem;
	color: var(--text-secondary);
	transition: color 0.2s;
	display: inline-flex;
	gap: 8px;
	align-items: baseline;
}

.legal-toc a:hover { color: var(--ink); }

.legal-toc .toc-num {
	font-family: var(--font-display);
	color: var(--claude);
	font-size: 0.85rem;
	min-width: 22px;
}

.legal-section {
	padding: 0 0 var(--space-lg);
	scroll-margin-top: 100px;
}

.legal-section .section-heading {
	font-size: 1.35rem;
	line-height: 1.2;
	margin-bottom: var(--space-md);
	display: flex;
	align-items: baseline;
	gap: 12px;
}

.legal-section .section-num {
	font-family: var(--font-display);
	color: var(--claude);
	font-size: 1rem;
	letter-spacing: 0.04em;
}

.legal-section p,
.legal-section ul,
.legal-section ol {
	font-size: 0.95rem;
	color: var(--text-secondary);
	line-height: 1.78;
	margin-bottom: var(--space-sm);
}

.legal-section ul,
.legal-section ol {
	padding-left: 1.5rem;
}

.legal-section li { margin-bottom: 0.4rem; }
.legal-section strong { color: var(--ink); font-weight: 600; }
.legal-section em { font-style: italic; color: inherit; }
.legal-section a {
	color: var(--claude);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.disclaimer-box {
	background: var(--surface-warm);
	border: 1px solid var(--border);
	border-radius: var(--radius-sm);
	padding: 20px 24px;
	margin-top: var(--space-xl);
	font-size: 0.85rem;
	color: var(--text-secondary);
	line-height: 1.7;
}

@media (max-width: 600px) {
	.legal-toc ol { columns: 1; }
	.legal-toc { padding: 20px 24px; }
}

/* ─────────────────────────────────────────────
   BOOK PAGE
───────────────────────────────────────────── */
.book-page {
	padding: calc(var(--space-xl) + 80px) 0 var(--space-2xl);
}

.book-page .container { max-width: 1100px; }

.book-header {
	text-align: center;
	max-width: 640px;
	margin: 0 auto var(--space-xl);
}

.book-header h1 {
	font-size: clamp(2rem, 4vw, 2.8rem);
	line-height: 1.1;
	letter-spacing: -0.02em;
	margin-bottom: var(--space-md);
}

.book-header p {
	font-size: 1rem;
	color: var(--text-secondary);
	line-height: 1.7;
}

.book-grid {
	display: grid;
	grid-template-columns: 1fr 1.4fr;
	gap: var(--space-xl);
	align-items: start;
}

.book-context {
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	padding: var(--space-lg);
}

.book-context h3 {
	font-size: 1.2rem;
	margin-bottom: var(--space-md);
}

.context-item {
	display: flex;
	gap: 14px;
	padding: 14px 0;
	border-bottom: 1px solid var(--border);
}

.context-item:last-child { border-bottom: none; }

.context-item svg {
	flex-shrink: 0;
	width: 22px;
	height: 22px;
	color: var(--claude);
	margin-top: 3px;
}

.context-item p {
	font-size: 0.92rem;
	color: var(--text-secondary);
	line-height: 1.6;
}

.context-item strong {
	color: var(--ink);
	font-weight: 500;
	display: block;
	margin-bottom: 2px;
}

.calendar-wrapper {
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03), 0 12px 40px rgba(0, 0, 0, 0.03);
	min-height: 600px;
}

.calendar-wrapper iframe {
	width: 100%;
	height: 650px;
	border: none;
	display: block;
}

.calendar-placeholder {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 600px;
	padding: var(--space-xl);
	text-align: center;
	color: var(--text-muted);
}

.calendar-placeholder svg {
	width: 48px;
	height: 48px;
	margin-bottom: var(--space-md);
	opacity: 0.4;
}

.calendar-placeholder p {
	font-size: 0.92rem;
	max-width: 280px;
}

/* ─────────────────────────────────────────────
   THANK YOU PAGE
───────────────────────────────────────────── */
.thank-hero {
	padding: calc(var(--space-xl) + 80px) 0 var(--space-2xl);
	text-align: center;
	position: relative;
	overflow: hidden;
}

.success-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: rgba(74, 122, 92, 0.08);
	border: 1px solid rgba(74, 122, 92, 0.2);
	color: #4A7A5C;
	padding: 6px 14px;
	border-radius: var(--radius-pill);
	font-size: 0.82rem;
	font-weight: 600;
	margin-bottom: var(--space-md);
}

.thank-hero h1 {
	font-size: clamp(2.4rem, 5vw, 3.6rem);
	line-height: 1.06;
	letter-spacing: -0.03em;
	margin-bottom: var(--space-md);
}

.thank-hero p.hero-sub {
	max-width: 520px;
	margin: 0 auto var(--space-lg);
}

.steps-section {
	padding: 0 0 var(--space-section);
}

.steps-inner {
	max-width: 760px;
	margin: 0 auto;
	padding: 0 24px;
}

.steps-heading {
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: var(--space-xl);
	letter-spacing: -0.02em;
}

.step-card {
	display: flex;
	gap: 20px;
	align-items: flex-start;
	padding: var(--space-lg);
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: var(--radius-sm);
	margin-bottom: var(--space-sm);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03), 0 8px 24px rgba(0, 0, 0, 0.02);
	transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease);
}

.step-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04), 0 16px 40px rgba(0, 0, 0, 0.04);
}

.step-num {
	flex-shrink: 0;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: var(--claude-dim);
	color: var(--claude);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.85rem;
	font-weight: 600;
}

.step-text h3 {
	font-family: var(--font-body);
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 4px;
}

.step-text p {
	font-size: 0.92rem;
	color: var(--text-secondary);
	line-height: 1.6;
}

.support-note {
	text-align: center;
	padding: var(--space-lg) 24px var(--space-2xl);
	color: var(--text-muted);
	font-size: 0.88rem;
}

.support-note a {
	color: var(--claude);
	text-decoration: underline;
	text-underline-offset: 3px;
}

/* ─────────────────────────────────────────────
   AUDIT / SETUP / QUICKSTART SUB-PAGES
   (shared section styles used on detail pages)
───────────────────────────────────────────── */
.detail-hero {
	padding: calc(var(--space-section) + 80px) 0 var(--space-2xl);
	text-align: center;
	position: relative;
	overflow: hidden;
}

.detail-hero h1 {
	font-size: clamp(2.4rem, 5vw, 3.8rem);
	line-height: 1.06;
	letter-spacing: -0.03em;
	max-width: 820px;
	margin: 0 auto var(--space-md);
}

.detail-hero .hero-sub {
	font-size: 1.1rem;
	color: var(--text-secondary);
	max-width: 600px;
	margin: 0 auto var(--space-xl);
	line-height: 1.75;
}

.detail-section {
	padding: var(--space-section) 0;
}

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

.detail-section.dark-bg {
	background: var(--dark);
	color: #fff;
}

.detail-section.dark-bg h2,
.detail-section.dark-bg h3,
.detail-section.dark-bg h4 { color: #fff; }

.detail-section.dark-bg p { color: rgba(255, 255, 255, 0.7); }

.detail-section-header {
	text-align: center;
	max-width: 720px;
	margin: 0 auto var(--space-xl);
}

.detail-section-header h2 {
	font-size: clamp(1.8rem, 3.5vw, 2.6rem);
	line-height: 1.1;
	letter-spacing: -0.02em;
	margin-bottom: var(--space-sm);
}

.detail-section-header p {
	font-size: 1rem;
	color: var(--text-secondary);
	line-height: 1.7;
}

/* ─────────────────────────────────────────────
   RESPONSIVE
───────────────────────────────────────────── */
@media (max-width: 1024px) {
	.nav-links { gap: 20px; }
	.situation-cards { grid-template-columns: 1fr; max-width: 500px; margin: 0 auto; }
	.service-split.text-left-visual-right,
	.service-split.visual-left-text-right { grid-template-columns: 1fr; gap: var(--space-xl); }
	.service-split.visual-left-text-right .dfy-visual { order: 2; }
	.service-split.visual-left-text-right .service-text { order: 1; }
	.proof-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
	.about-inner { grid-template-columns: 1fr; gap: var(--space-xl); text-align: center; }
	.about-photo, .about-photo-placeholder { margin: 0 auto; }
	.about-badge { right: auto; left: 50%; transform: translateX(-50%); bottom: -20px; }
	.about-facts { justify-content: center; }
	.problem-grid { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; }
	.book-grid { grid-template-columns: 1fr; }
	.book-context { order: 2; }
	.calendar-wrapper { order: 1; }
}

@media (max-width: 768px) {
	:root { --space-section: 5rem; }
	.nav-links { display: none; }
	.nav-mobile-cta { display: flex; align-items: center; }
	.nav-hamburger { display: flex; }
	.hero-reality { flex-direction: column; gap: 16px; padding: 0; }
	.reality-divider { width: 100%; height: 1px; }
	.reality-stat { padding: 0; }
	.hero-trust { flex-direction: column; gap: 6px; }
	.trust-dot { display: none; }
	.about-photo, .about-photo-placeholder { width: 220px; height: 264px; }
	.hero-claude { width: 80px; right: -10px; bottom: 40px; }
	.path-claude { width: 40px; }
	.quiz-claude { width: 40px; }
	.hero-video { max-width: 100%; }
	.hero-video-play { width: 60px; height: 60px; }
	.hero-video-label { font-size: 0.82rem; padding: 0 16px; text-align: center; }
}

@media (max-width: 600px) {
	.hero h1 { font-size: 2.2rem; }
	.hero-ctas { flex-direction: column; align-items: center; }
	.hero-ctas .btn-secondary {
		order: -1;
		background: var(--ink);
		color: #fff;
		border-color: var(--ink);
	}
	.hero-ctas .btn-primary {
		order: 1;
		background: transparent;
		color: var(--ink);
		border: 1px solid var(--border-strong);
	}
	.btn-primary, .btn-secondary, .btn-yellow, .btn-outline-white { width: 100%; max-width: 340px; justify-content: center; }
	.final-cta-btns { flex-direction: column; align-items: center; }
	.about-facts { flex-direction: column; gap: 14px; }
	.dfy-icon-grid { grid-template-columns: 1fr; }
	.footer-links { gap: 14px; }
	.hero-claude {
		display: block;
		position: static;
		width: 64px;
		margin: var(--space-md) auto 0;
		animation: claude-float 4s ease-in-out infinite;
	}
	.hero-video-claude { width: 40px; bottom: 10px; right: 12px; }
	.qs-claude-hero { width: 100px; }
	.step-card { flex-direction: column; gap: 12px; padding: var(--space-md); }
}
