/* SEO AUDIT SERVICE PAGE — Additional styles
   Template:  template-seo-audit.php
   Scope:     .is-seo-audit-page
   Tokens:    Inherited from main.css (do NOT redefine root vars)
   ------------------------------------------------------------------ */

/* =================================================================
   UTILITY CLASSES  (duplicated per template — intentional)
================================================================== */

.section {
	padding: clamp(72px, 8vw, 112px) 0;
}

.section-alt {
	background: var(--mist);
}

.section-dark {
	background: var(--ink);
}

.wrap {
	width: var(--w);
	margin: 0 auto;
}

.btn-ghost {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 13px 26px;
	border-radius: var(--r2);
	font-family: var(--ff-head);
	font-size: 0.9375rem;
	font-weight: 600;
	cursor: pointer;
	text-decoration: none;
	transition: background 0.22s var(--ease), color 0.22s var(--ease), border-color 0.22s var(--ease);
	background: rgba(255, 255, 255, 0.08);
	color: var(--chalk);
	border: 1px solid rgba(255, 255, 255, 0.18);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

.btn-ghost:hover,
.btn-ghost:focus-visible {
	background: rgba(255, 255, 255, 0.14);
	border-color: rgba(255, 255, 255, 0.32);
	color: var(--chalk);
}

.btn-out {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 13px 26px;
	border-radius: var(--r2);
	font-family: var(--ff-head);
	font-size: 0.9375rem;
	font-weight: 600;
	cursor: pointer;
	text-decoration: none;
	transition: background 0.22s var(--ease), color 0.22s var(--ease);
	background: transparent;
	color: var(--chalk);
	border: 2px solid rgba(255, 255, 255, 0.5);
}

.btn-out:hover,
.btn-out:focus-visible {
	background: rgba(255, 255, 255, 0.1);
	border-color: var(--chalk);
	color: var(--chalk);
}

/* =================================================================
   H1 TYPOGRAPHIC MODIFIERS
================================================================== */

.is-seo-audit-page .h1-dim {
	display: block;
	color: rgba(255, 255, 255, 0.45);
}

.is-seo-audit-page .h1-white {
	color: var(--chalk);
}

.is-seo-audit-page .h1-fire {
	color: var(--fire);
}

.is-seo-audit-page .h1-underline {
	display: block;
	position: relative;
	color: var(--chalk);
	white-space: nowrap;
}

.is-seo-audit-page .h1-underline::after {
	content: '';
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 0;
	height: 3px;
	border-radius: 99px;
	background: var(--fire);
	transition: width 0.7s var(--ease);
}

.is-seo-audit-page .h1-underline.drawn::after {
	width: 100%;
}

/* =================================================================
   REVEAL ANIMATION UTILITIES
================================================================== */

.is-seo-audit-page .reveal {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 0.55s var(--ease), transform 0.55s var(--ease);
}

.is-seo-audit-page .reveal.revealed {
	opacity: 1;
	transform: translateY(0);
}

.is-seo-audit-page .reveal-d1 { transition-delay: 0.1s; }
.is-seo-audit-page .reveal-d2 { transition-delay: 0.2s; }
.is-seo-audit-page .reveal-d3 { transition-delay: 0.3s; }
.is-seo-audit-page .reveal-d4 { transition-delay: 0.4s; }

/* =================================================================
   SHARED SECTION LABELS
================================================================== */

.is-seo-audit-page .eyebrow {
	display: inline-block;
	font-family: var(--ff-head);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--fire);
	margin-bottom: 12px;
}

.is-seo-audit-page .h2 {
	font-family: var(--ff-head);
	font-size: clamp(1.75rem, 3.2vw, 2.5rem);
	font-weight: 800;
	color: var(--ink);
	line-height: 1.18;
	letter-spacing: -0.02em;
	margin: 0 0 16px;
}

.is-seo-audit-page .h2-white {
	color: var(--chalk);
}

/* =================================================================
   HERO ENTRY ANIMATIONS
================================================================== */

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

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

@keyframes auditSlideInRow {
	from { opacity: 0; transform: translateX(-16px); }
	to   { opacity: 1; transform: translateX(0); }
}

.is-seo-audit-page .hero-pill    { animation: auditHeroFadeIn  0.5s var(--ease) 0.10s both; }
.is-seo-audit-page .hero-h1      { animation: auditHeroFadeUp  0.6s var(--ease) 0.20s both; }
.is-seo-audit-page .hero-sub     { animation: auditHeroFadeUp  0.6s var(--ease) 0.35s both; }
.is-seo-audit-page .hero-actions { animation: auditHeroFadeUp  0.6s var(--ease) 0.48s both; }
.is-seo-audit-page .hero-stats   { animation: auditHeroFadeUp  0.6s var(--ease) 0.60s both; }
.is-seo-audit-page .hero-right   { animation: auditHeroFadeIn  0.8s var(--ease) 0.50s both; }

/* =================================================================
   HERO SECTION
================================================================== */

.is-seo-audit-page #hero {
	background: var(--ink);
	position: relative;
	overflow: hidden;
	padding: clamp(80px, 10vw, 128px) 0 0;
}

/* Glow orbs */
.is-seo-audit-page .hero-glow,
.is-seo-audit-page .hero-glow2 {
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
	z-index: 0;
}

.is-seo-audit-page .hero-glow {
	width: 560px;
	height: 560px;
	top: -180px;
	left: -120px;
	background: radial-gradient(circle, rgba(240, 98, 12, 0.18) 0%, transparent 70%);
}

.is-seo-audit-page .hero-glow2 {
	width: 420px;
	height: 420px;
	bottom: 40px;
	right: -80px;
	background: radial-gradient(circle, rgba(240, 98, 12, 0.10) 0%, transparent 70%);
}

/* Hero inner layout */
.is-seo-audit-page .hero-body {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 56px;
	align-items: center;
}

/* ---- Left column ---- */
.is-seo-audit-page .hero-left {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

/* Pill badge */
.is-seo-audit-page .hero-pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 7px 14px;
	border-radius: 99px;
	background: rgba(240, 98, 12, 0.12);
	border: 1px solid rgba(240, 98, 12, 0.3);
	color: var(--fire);
	font-family: var(--ff-head);
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	width: fit-content;
}

.is-seo-audit-page .pill-dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--fire);
	animation: pulse 2s infinite;
	flex-shrink: 0;
}

/* H1 */
.is-seo-audit-page .hero-h1 {
	font-family: var(--ff-head);
	font-size: clamp(2.1rem, 4.5vw, 3.4rem);
	font-weight: 800;
	line-height: 1.13;
	letter-spacing: -0.025em;
	margin: 0;
}

/* Subtext */
.is-seo-audit-page .hero-sub {
	font-family: var(--ff-body);
	font-size: clamp(1rem, 1.3vw, 1.125rem);
	color: rgba(255, 255, 255, 0.65);
	line-height: 1.7;
	margin: 0;
	max-width: 520px;
}

/* Button row */
.is-seo-audit-page .hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: center;
}

/* Fire button */
.is-seo-audit-page .btn-fire {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 14px 28px;
	background: var(--fire);
	color: var(--chalk);
	border: 2px solid var(--fire);
	border-radius: var(--r2);
	font-family: var(--ff-head);
	font-size: 0.9375rem;
	font-weight: 700;
	text-decoration: none;
	transition: background 0.22s var(--ease), transform 0.18s var(--ease), box-shadow 0.22s var(--ease);
	box-shadow: 0 4px 20px rgba(240, 98, 12, 0.38);
}

.is-seo-audit-page .btn-fire:hover,
.is-seo-audit-page .btn-fire:focus-visible {
	background: var(--fire2);
	border-color: var(--fire2);
	transform: translateY(-2px);
	box-shadow: 0 8px 28px rgba(240, 98, 12, 0.48);
}

/* Stats row */
.is-seo-audit-page .hero-stats {
	display: flex;
	gap: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-top: 24px;
	width: fit-content;
}

.is-seo-audit-page .hero-stat {
	display: flex;
	flex-direction: column;
	gap: 3px;
	padding-right: 28px;
	margin-right: 28px;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.is-seo-audit-page .hero-stat:last-child {
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}

.is-seo-audit-page .hero-stat strong {
	font-family: var(--ff-head);
	font-size: 1.75rem;
	font-weight: 800;
	color: var(--chalk);
	line-height: 1;
}

.is-seo-audit-page .hero-stat strong sup {
	font-size: 0.9rem;
	font-weight: 700;
}

.is-seo-audit-page .hero-stat span {
	font-family: var(--ff-body);
	font-size: 0.8125rem;
	color: rgba(255, 255, 255, 0.5);
}

/* Right column */
.is-seo-audit-page .hero-right {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

/* =================================================================
   AUDIT PANEL (hero mockup)
================================================================== */

.audit-panel {
	background: #111827;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 32px 70px rgba(0, 0, 0, 0.55);
	width: 100%;
	max-width: 440px;
}

/* Panel header */
.audit-panel-header {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 14px 18px;
	background: rgba(255, 255, 255, 0.04);
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.audit-tl-dots {
	display: flex;
	gap: 6px;
	flex-shrink: 0;
}

.tl-dot {
	width: 11px;
	height: 11px;
	border-radius: 50%;
	flex-shrink: 0;
}

.tl-red    { background: #ff5f57; }
.tl-yellow { background: #febc2e; }
.tl-green  { background: #28c840; }

.audit-panel-title {
	flex: 1;
	margin-left: 8px;
	font-family: var(--ff-head);
	font-size: 0.8rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.55);
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.audit-date-badge {
	font-family: var(--ff-body);
	font-size: 0.72rem;
	color: rgba(255, 255, 255, 0.3);
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 99px;
	padding: 3px 9px;
	flex-shrink: 0;
}

/* Panel body */
.audit-panel-body {
	padding: 20px;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

/* Score rows */
.audit-score-row {
	display: grid;
	grid-template-columns: 1fr auto auto auto;
	align-items: center;
	gap: 10px;
	animation: auditSlideInRow 0.4s var(--ease) both;
}

.audit-score-row:nth-child(1) { animation-delay: 0.6s; }
.audit-score-row:nth-child(2) { animation-delay: 0.72s; }
.audit-score-row:nth-child(3) { animation-delay: 0.84s; }
.audit-score-row:nth-child(4) { animation-delay: 0.96s; }

.audit-score-label {
	font-family: var(--ff-head);
	font-size: 0.78rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.75);
	white-space: nowrap;
}

.audit-score-bar-wrap {
	width: 80px;
	height: 6px;
	background: rgba(255, 255, 255, 0.08);
	border-radius: 99px;
	overflow: hidden;
}

.audit-score-bar {
	height: 100%;
	border-radius: 99px;
	width: var(--bar-pct, 0%);
}

.audit-bar-critical { background: #ef4444; }
.audit-bar-warning  { background: #f97316; }
.audit-bar-good     { background: #22c55e; }

.audit-score-val {
	font-family: var(--ff-body);
	font-size: 0.75rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.5);
	white-space: nowrap;
}

.audit-status-badge {
	font-family: var(--ff-body);
	font-size: 0.65rem;
	font-weight: 700;
	border-radius: 99px;
	padding: 3px 9px;
	white-space: nowrap;
}

.audit-badge-critical {
	color: #ef4444;
	background: rgba(239, 68, 68, 0.12);
	border: 1px solid rgba(239, 68, 68, 0.25);
}

.audit-badge-warning {
	color: #f97316;
	background: rgba(249, 115, 22, 0.12);
	border: 1px solid rgba(249, 115, 22, 0.25);
}

.audit-badge-good {
	color: #22c55e;
	background: rgba(34, 197, 94, 0.12);
	border: 1px solid rgba(34, 197, 94, 0.25);
}

/* Issues summary */
.audit-issues-summary {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 12px 14px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 8px;
	animation: auditSlideInRow 0.4s var(--ease) 1.08s both;
}

.audit-issues-total {
	font-family: var(--ff-head);
	font-size: 0.8125rem;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.8);
}

.audit-issue-pills {
	display: flex;
	gap: 6px;
	flex-wrap: wrap;
}

.audit-issue-pill {
	font-family: var(--ff-body);
	font-size: 0.65rem;
	font-weight: 600;
	border-radius: 99px;
	padding: 3px 9px;
}

.audit-pill-red {
	color: #ef4444;
	background: rgba(239, 68, 68, 0.12);
	border: 1px solid rgba(239, 68, 68, 0.2);
}

.audit-pill-orange {
	color: #f97316;
	background: rgba(249, 115, 22, 0.12);
	border: 1px solid rgba(249, 115, 22, 0.2);
}

.audit-pill-grey {
	color: rgba(255, 255, 255, 0.45);
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Panel footer */
.audit-panel-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding-top: 12px;
	border-top: 1px solid rgba(255, 255, 255, 0.07);
	animation: auditSlideInRow 0.4s var(--ease) 1.2s both;
}

.audit-footer-label {
	font-family: var(--ff-body);
	font-size: 0.75rem;
	color: rgba(255, 255, 255, 0.45);
}

.audit-footer-label strong {
	color: rgba(255, 255, 255, 0.75);
}

.audit-panel-cta {
	display: inline-flex;
	align-items: center;
	padding: 7px 14px;
	background: var(--fire);
	color: var(--chalk);
	border-radius: 6px;
	font-family: var(--ff-head);
	font-size: 0.75rem;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
	transition: background 0.2s var(--ease);
}

.audit-panel-cta:hover,
.audit-panel-cta:focus-visible {
	background: var(--fire2);
	color: var(--chalk);
}

/* =================================================================
   TICKER
================================================================== */

.is-seo-audit-page .hero-ticker {
	margin-top: clamp(48px, 6vw, 72px);
	overflow: hidden;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.03);
	padding: 13px 0;
	position: relative;
	z-index: 1;
}

.is-seo-audit-page .ticker-track {
	display: flex;
	gap: 0;
	white-space: nowrap;
	animation: tickerRun 32s linear infinite;
}

.is-seo-audit-page .ticker-track span {
	font-family: var(--ff-head);
	font-size: 0.875rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.5);
	letter-spacing: 0.04em;
	padding-right: 40px;
}

.is-seo-audit-page .ticker-track .sp {
	color: var(--fire);
	padding-right: 40px;
}

/* =================================================================
   WHAT'S IN THE AUDIT — 6-card grid
================================================================== */

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

.audit-card {
	background: var(--chalk);
	border: 1px solid var(--line);
	border-radius: var(--r3);
	padding: 28px 26px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	position: relative;
	overflow: hidden;
	transition: box-shadow 0.22s var(--ease), border-color 0.22s var(--ease), transform 0.22s var(--ease);
}

.audit-card::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background: var(--fire);
	transform: scaleY(0);
	transform-origin: bottom;
	transition: transform 0.28s var(--ease);
	border-radius: 0 2px 2px 0;
}

.audit-card:hover {
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.09);
	border-color: var(--line2);
	transform: translateY(-3px);
}

.audit-card:hover::before {
	transform: scaleY(1);
}

.audit-card-icon {
	width: 44px;
	height: 44px;
	border-radius: 10px;
	background: rgba(240, 98, 12, 0.08);
	border: 1px solid rgba(240, 98, 12, 0.18);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--fire);
	flex-shrink: 0;
}

.audit-card h3 {
	font-family: var(--ff-head);
	font-size: 1.0625rem;
	font-weight: 700;
	color: var(--ink);
	margin: 0;
	line-height: 1.3;
}

.audit-card p {
	font-family: var(--ff-body);
	font-size: 0.9375rem;
	color: var(--text2);
	line-height: 1.65;
	margin: 0;
}

.audit-card p em {
	font-style: normal;
	color: var(--text);
	font-weight: 500;
}

/* =================================================================
   DELIVERABLES — 3-col horizontal cards
================================================================== */

.audit-deliverables-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}

.audit-deliverable-card {
	background: var(--chalk);
	border: 1px solid var(--line);
	border-radius: var(--r3);
	padding: 32px 28px;
	display: flex;
	align-items: flex-start;
	gap: 20px;
	box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
	transition: box-shadow 0.22s var(--ease), transform 0.22s var(--ease);
}

.audit-deliverable-card:hover {
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
	transform: translateY(-3px);
}

.audit-deliverable-num {
	flex-shrink: 0;
	width: 52px;
	height: 52px;
	border-radius: 12px;
	background: var(--fire);
	color: var(--chalk);
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--ff-head);
	font-size: 1.375rem;
	font-weight: 800;
	line-height: 1;
	box-shadow: 0 4px 14px rgba(240, 98, 12, 0.35);
}

.audit-deliverable-content {
	flex: 1;
}

.audit-deliverable-content h3 {
	font-family: var(--ff-head);
	font-size: 1.0625rem;
	font-weight: 600;
	color: var(--ink);
	margin: 0 0 8px;
	line-height: 1.3;
}

.audit-deliverable-content h3 strong {
	font-weight: 800;
}

.audit-deliverable-content p {
	font-family: var(--ff-body);
	font-size: 0.9375rem;
	color: var(--text2);
	line-height: 1.65;
	margin: 0;
}

/* =================================================================
   ADSENSE WRAP
================================================================== */

.audit-adsense-wrap {
	padding: 24px 0;
	background: var(--chalk);
}

/* =================================================================
   WHO NEEDS AN AUDIT — 2x2 scenario grid
================================================================== */

.audit-scenarios-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}

.audit-scenario-card {
	background: var(--chalk);
	border: 1px solid var(--line);
	border-left: 3px solid transparent;
	border-radius: var(--r2);
	padding: 28px 26px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	transition: border-left-color 0.28s var(--ease), box-shadow 0.22s var(--ease), transform 0.22s var(--ease);
}

.audit-scenario-card:hover {
	border-left-color: var(--fire);
	box-shadow: 0 6px 28px rgba(0, 0, 0, 0.08);
	transform: translateY(-2px);
}

.audit-scenario-q {
	font-family: var(--ff-head);
	font-size: 1.0625rem;
	font-weight: 700;
	font-style: italic;
	color: var(--ink);
	margin: 0;
	line-height: 1.35;
}

.audit-scenario-card p {
	font-family: var(--ff-body);
	font-size: 0.9375rem;
	color: var(--text2);
	line-height: 1.65;
	margin: 0;
}

/* =================================================================
   PROCESS — 5-step horizontal
================================================================== */

.audit-process-steps {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 0;
	position: relative;
}

/* Connecting line */
.audit-process-steps::before {
	content: '';
	position: absolute;
	top: 28px;
	left: calc(10% + 20px);
	right: calc(10% + 20px);
	height: 2px;
	background: linear-gradient(90deg, var(--fire) 0%, rgba(240, 98, 12, 0.2) 100%);
	z-index: 0;
}

.audit-step {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 16px;
	padding: 0 12px;
	position: relative;
	z-index: 1;
}

.audit-step-num {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: var(--ink);
	border: 3px solid var(--fire);
	color: var(--fire);
	font-family: var(--ff-head);
	font-size: 0.9375rem;
	font-weight: 800;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	box-shadow: 0 0 0 6px var(--chalk);
}

.audit-step-body {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.audit-step-body h3 {
	font-family: var(--ff-head);
	font-size: 0.9375rem;
	font-weight: 700;
	color: var(--ink);
	margin: 0;
	line-height: 1.3;
}

.audit-step-day {
	display: block;
	font-family: var(--ff-body);
	font-size: 0.75rem;
	font-weight: 500;
	font-style: normal;
	color: var(--fire);
	margin-top: 3px;
}

.audit-step-body p {
	font-family: var(--ff-body);
	font-size: 0.875rem;
	color: var(--text2);
	line-height: 1.6;
	margin: 0;
}

/* =================================================================
   PRICING — 3-col
================================================================== */

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

.audit-pricing-card {
	background: var(--chalk);
	border: 1px solid var(--line);
	border-radius: var(--r3);
	padding: 36px 28px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	position: relative;
	transition: box-shadow 0.22s var(--ease);
}

.audit-pricing-card:hover {
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

/* Featured card */
.audit-pricing-featured {
	border: 2px solid var(--fire);
	transform: scale(1.03);
	box-shadow: 0 8px 40px rgba(240, 98, 12, 0.18);
	z-index: 1;
}

.audit-pricing-featured:hover {
	box-shadow: 0 16px 52px rgba(240, 98, 12, 0.26);
}

.audit-featured-badge {
	position: absolute;
	top: -14px;
	left: 50%;
	transform: translateX(-50%);
	background: var(--fire);
	color: var(--chalk);
	font-family: var(--ff-head);
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 5px 14px;
	border-radius: 99px;
	white-space: nowrap;
}

.audit-tier-name {
	font-family: var(--ff-head);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--text2);
}

.audit-price {
	font-family: var(--ff-head);
	font-size: 1rem;
	font-weight: 700;
	color: var(--ink);
	line-height: 1;
}

.audit-price span {
	font-size: 2.75rem;
	font-weight: 900;
	letter-spacing: -0.03em;
}

.audit-price sup {
	font-size: 1.2rem;
	vertical-align: super;
}

.audit-feature-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
	border-top: 1px solid var(--line);
	padding-top: 20px;
}

.audit-feature-list li {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	font-family: var(--ff-body);
	font-size: 0.9375rem;
	color: var(--text);
	line-height: 1.5;
}

.audit-feature-list li svg {
	color: var(--fire);
	flex-shrink: 0;
	margin-top: 2px;
}

.audit-feature-na {
	color: var(--text2) !important;
	opacity: 0.6;
}

.audit-feature-na svg {
	color: var(--text2) !important;
}

.audit-best-for {
	font-family: var(--ff-body);
	font-size: 0.8125rem;
	color: var(--text2);
	border-top: 1px solid var(--line);
	padding-top: 14px;
	margin-top: auto;
}

/* Pricing buttons */
.audit-pricing-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 13px 20px;
	border-radius: var(--r2);
	font-family: var(--ff-head);
	font-size: 0.9375rem;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	transition: background 0.22s var(--ease), transform 0.18s var(--ease), box-shadow 0.22s var(--ease);
	background: transparent;
	color: var(--ink);
	border: 2px solid var(--line2);
}

.audit-pricing-btn:hover,
.audit-pricing-btn:focus-visible {
	background: var(--mist);
	border-color: var(--ink);
	color: var(--ink);
	transform: translateY(-1px);
}

.audit-pricing-btn-fire {
	background: var(--fire);
	color: var(--chalk);
	border-color: var(--fire);
	box-shadow: 0 4px 20px rgba(240, 98, 12, 0.38);
}

.audit-pricing-btn-fire:hover,
.audit-pricing-btn-fire:focus-visible {
	background: var(--fire2);
	border-color: var(--fire2);
	color: var(--chalk);
	box-shadow: 0 8px 28px rgba(240, 98, 12, 0.48);
}

/* Pricing note */
.audit-pricing-note {
	text-align: center;
	margin-top: 28px;
	font-family: var(--ff-body);
	font-size: 0.875rem;
	color: var(--text2);
}

.audit-pricing-note a {
	color: var(--fire);
	text-decoration: none;
}

.audit-pricing-note a:hover {
	text-decoration: underline;
}

/* =================================================================
   FAQ
================================================================== */

.audit-faq-list {
	display: flex;
	flex-direction: column;
	gap: 0;
}

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

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

.audit-faq-q {
	width: 100%;
	background: none;
	border: none;
	padding: 20px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	cursor: pointer;
	text-align: left;
}

.audit-faq-q span {
	font-family: var(--ff-head);
	font-size: 1rem;
	font-weight: 600;
	color: var(--ink);
	line-height: 1.4;
}

.audit-faq-icon {
	color: var(--text2);
	flex-shrink: 0;
	transition: transform 0.28s var(--ease), color 0.22s var(--ease);
}

.audit-faq-item.is-open .audit-faq-icon {
	transform: rotate(-180deg);
	color: var(--fire);
}

.audit-faq-item.is-open .audit-faq-q span {
	color: var(--fire);
}

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

.audit-faq-a p {
	font-family: var(--ff-body);
	font-size: 0.9375rem;
	color: var(--text2);
	line-height: 1.7;
	padding-bottom: 20px;
	margin: 0;
}

/* =================================================================
   FINAL CTA — fire background
================================================================== */

.audit-cta-fire {
	background: var(--fire);
	position: relative;
	overflow: hidden;
}

.audit-cta-fire::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(0,0,0,0.12) 0%, transparent 60%);
	pointer-events: none;
}

.audit-cta-fire .h2 {
	color: var(--chalk);
	margin-bottom: 16px;
}

.audit-cta-sub {
	font-family: var(--ff-body);
	font-size: clamp(1rem, 1.3vw, 1.125rem);
	color: rgba(255, 255, 255, 0.82);
	margin: 0 0 36px;
	line-height: 1.65;
}

.audit-cta-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: center;
	align-items: center;
}

.audit-cta-btn-white {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 15px 30px;
	background: var(--chalk);
	color: var(--fire);
	border-radius: var(--r2);
	font-family: var(--ff-head);
	font-size: 1rem;
	font-weight: 800;
	text-decoration: none;
	transition: background 0.22s var(--ease), transform 0.18s var(--ease), box-shadow 0.22s var(--ease);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.18);
}

.audit-cta-btn-white:hover,
.audit-cta-btn-white:focus-visible {
	background: var(--mist);
	transform: translateY(-2px);
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.22);
	color: var(--fire);
}

.audit-cta-fire .btn-ghost {
	border-color: rgba(255, 255, 255, 0.5);
}

/* =================================================================
   RESPONSIVE — 960px: hero goes 1-col
================================================================== */

@media (max-width: 960px) {

	.is-seo-audit-page .hero-body {
		grid-template-columns: 1fr;
		gap: 48px;
	}

	.is-seo-audit-page .hero-right {
		display: flex;
		justify-content: center;
	}

	.audit-panel {
		max-width: 480px;
	}

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

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

	.audit-process-steps {
		grid-template-columns: repeat(3, 1fr);
		gap: 32px;
	}

	.audit-process-steps::before {
		display: none;
	}

	.audit-pricing-grid {
		grid-template-columns: 1fr 1fr;
	}

	.audit-pricing-featured {
		transform: none;
	}

}

/* =================================================================
   RESPONSIVE — 768px: stack all multi-col layouts
================================================================== */

@media (max-width: 768px) {

	.is-seo-audit-page .hero-h1 {
		font-size: clamp(1.8rem, 7vw, 2.4rem);
	}

	.is-seo-audit-page .hero-stats {
		flex-wrap: wrap;
		gap: 16px;
	}

	.is-seo-audit-page .hero-stat {
		border-right: none;
		padding-right: 0;
		margin-right: 0;
	}

	.audit-cards-grid {
		grid-template-columns: 1fr;
	}

	.audit-deliverables-grid {
		grid-template-columns: 1fr;
	}

	.audit-deliverable-card {
		flex-direction: column;
		gap: 14px;
	}

	.audit-scenarios-grid {
		grid-template-columns: 1fr;
	}

	.audit-process-steps {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.audit-step {
		flex-direction: row;
		text-align: left;
		padding: 0;
	}

	.audit-step-body h3 {
		display: flex;
		flex-direction: column;
		gap: 2px;
	}

	.audit-pricing-grid {
		grid-template-columns: 1fr;
	}

	.audit-pricing-featured {
		order: -1;
	}

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

	.audit-cta-btn-white,
	.audit-cta-fire .btn-ghost {
		justify-content: center;
	}

}

/* =================================================================
   RESPONSIVE — 480px: small phones
================================================================== */

@media (max-width: 480px) {

	.is-seo-audit-page .hero-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.is-seo-audit-page .hero-actions a {
		justify-content: center;
	}

	.audit-score-bar-wrap {
		width: 56px;
	}

}
