/* ==========================================================================
   PLUGIN PAGES — section styles
   ========================================================================== */

/* ────────────────────────────────────────
   SHARED PLUGIN SECTION
──────────────────────────────────────── */
.plugin-section { padding: 100px 0; }

/* ────────────────────────────────────────
   HERO
──────────────────────────────────────── */
.plugin-hero {
	background: var(--arl-moon-sand);
	padding: 72px 0 84px;
	position: relative;
	overflow: hidden;
}

.plugin-hero::before {
	content: '';
	position: absolute;
	right: -180px;
	top: 50%;
	transform: translateY(-50%);
	width: 620px;
	height: 620px;
	border: 2px solid var(--arl-deep-teal);
	border-radius: 50%;
	opacity: 0.05;
	pointer-events: none;
}

.plugin-breadcrumb {
	font-size: 13px;
	font-weight: 500;
	color: var(--arl-slate-ink);
	opacity: 0.7;
	margin-bottom: 28px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.plugin-breadcrumb a {
	color: var(--arl-slate-ink);
	text-decoration: none;
}

.plugin-breadcrumb a:hover { color: var(--arl-deep-teal); }

.plugin-hero__grid {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: 56px;
	align-items: center;
}

@media (max-width: 900px) {
	.plugin-hero__grid { grid-template-columns: 1fr; gap: 44px; }
}

.plugin-hero__kicker {
	font-family: var(--font-display);
	font-size: 13px;
	font-weight: 600;
	color: var(--arl-luna-accent);
	text-transform: uppercase;
	letter-spacing: 0.12em;
	margin-bottom: 22px;
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.plugin-hero__free-pill {
	background: var(--arl-luna-accent);
	color: var(--arl-white);
	padding: 3px 10px;
	border-radius: var(--radius-pill);
	font-size: 11px;
	letter-spacing: 0.06em;
}

.plugin-hero h1 { margin-bottom: 24px; }

.plugin-hero h1 em {
	color: var(--arl-luna-accent);
	font-style: normal;
}

.plugin-hero__lead {
	font-size: clamp(1.1rem, 1.6vw, 1.3rem);
	color: var(--arl-slate-ink);
	margin-bottom: 36px;
	line-height: 1.55;
	font-weight: 400;
}

.plugin-hero__ctas {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
	align-items: center;
}

/* ────────────────────────────────────────
   COUNTDOWN CARD (hero + demo)
──────────────────────────────────────── */
.cd-card {
	background: var(--arl-white);
	border: 1px solid var(--arl-border);
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow-lg);
	padding: 30px;
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.cd-card__head {
	display: flex;
	align-items: center;
	gap: 12px;
	font-family: var(--font-display);
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--arl-deep-teal);
}

.cd-card__ring {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 2px solid var(--arl-bright-cyan);
	display: grid;
	place-items: center;
	color: var(--arl-bright-cyan);
	flex-shrink: 0;
}

.cd-timer {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	justify-content: center;
}

.cd-unit {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 72px;
}

.cd-box {
	background: var(--arl-moon-sand-light);
	border: 1px solid var(--arl-border);
	border-radius: var(--radius-md);
	width: 100%;
	padding: 18px 8px;
	text-align: center;
}

.cd-num {
	font-family: var(--font-display);
	font-weight: 800;
	font-size: 2.6rem;
	line-height: 1;
	color: var(--arl-deep-teal);
	font-variant-numeric: tabular-nums;
	letter-spacing: -0.02em;
}

.cd-card.expired .cd-num { color: var(--arl-luna-accent); }

.cd-label {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--arl-slate-ink);
	opacity: 0.6;
	margin-top: 12px;
}

.cd-sep {
	font-family: var(--font-display);
	font-weight: 800;
	font-size: 2.2rem;
	color: var(--arl-border);
	line-height: 1;
	padding-top: 16px;
}

@media (max-width: 480px) {
	.cd-unit { min-width: 0; flex: 1; }
	.cd-num  { font-size: 2rem; }
	.cd-sep  { display: none; }
	.cd-timer { gap: 8px; }
}

/* ────────────────────────────────────────
   LIVE DEMO
──────────────────────────────────────── */
.plugin-demo { background: var(--arl-moon-sand); }

.demo-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 28px;
	align-items: stretch;
}

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

.demo-controls { display: flex; flex-direction: column; gap: 12px; }

.demo-btn-row { display: flex; gap: 10px; flex-wrap: wrap; }

.demo-btn {
	flex: 1;
	min-width: 130px;
	font-family: var(--font-body);
	font-size: 14px;
	font-weight: 600;
	padding: 11px 14px;
	border-radius: var(--radius-sm);
	cursor: pointer;
	transition: all var(--dur) var(--ease-out);
	border: 1.5px solid var(--arl-deep-teal);
	background: var(--arl-deep-teal);
	color: var(--arl-white);
}

.demo-btn:hover { background: var(--arl-deep-teal-dark); }

.demo-btn--ghost {
	background: transparent;
	color: var(--arl-deep-teal);
}

.demo-btn--ghost:hover {
	background: var(--arl-deep-teal);
	color: var(--arl-white);
}

.demo-note {
	font-size: 13px;
	line-height: 1.55;
	color: var(--arl-slate-ink);
	opacity: 0.7;
	margin: 0;
}

.demo-note code {
	font-family: var(--font-mono);
	font-size: 12px;
	background: var(--arl-deep-teal-soft);
	color: var(--arl-deep-teal);
	padding: 1px 6px;
	border-radius: 5px;
}

/* Faux browser preview */
.demo-preview {
	background: var(--arl-white);
	border: 1px solid var(--arl-border);
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow-lg);
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.demo-preview__bar {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 12px 16px;
	border-bottom: 1px solid var(--arl-border);
	background: var(--arl-moon-sand-light);
}

.demo-preview__dots { display: flex; gap: 6px; }

.demo-preview__dots span {
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: var(--arl-border);
}

.demo-preview__url {
	font-family: var(--font-mono);
	font-size: 12px;
	color: var(--arl-slate-ink);
	opacity: 0.6;
	background: var(--arl-white);
	border: 1px solid var(--arl-border);
	border-radius: var(--radius-pill);
	padding: 4px 14px;
	flex: 1;
}

.demo-preview__body {
	padding: 28px;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* State pills */
.state-pill {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding: 5px 12px;
	border-radius: var(--radius-pill);
	margin-bottom: 18px;
	align-self: flex-start;
}

.state-pill--active { background: rgba(27, 154, 163, 0.12); color: var(--arl-bright-cyan); }
.state-pill--ended  { background: var(--arl-luna-accent-soft); color: var(--arl-luna-accent); }

.state-dot { width: 8px; height: 8px; border-radius: 50%; background: currentColor; }

.evc-block h4 { margin-bottom: 10px; }

.evc-block p {
	font-size: 15px;
	line-height: 1.6;
	color: var(--arl-slate-ink);
	margin-bottom: 18px;
}

.evc-cta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 14.5px;
	font-weight: 600;
	padding: 11px 20px;
	border-radius: var(--radius-sm);
	text-decoration: none;
}

.evc-cta--before { background: var(--arl-soft-gold); color: var(--arl-deep-teal-dark); }
.evc-cta--after  { background: var(--arl-deep-teal); color: var(--arl-white); }

/* ────────────────────────────────────────
   STEPS
──────────────────────────────────────── */
.steps-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}

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

.step-card {
	background: var(--arl-white);
	border: 1px solid var(--arl-border);
	border-radius: var(--radius-lg);
	padding: 32px;
}

.step-card__num {
	font-family: var(--font-display);
	font-weight: 800;
	font-size: 14px;
	color: var(--arl-white);
	background: var(--arl-deep-teal);
	width: 34px;
	height: 34px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	margin-bottom: 20px;
}

.step-card h4 { margin-bottom: 10px; }

.step-card p {
	font-size: 15px;
	line-height: 1.65;
	color: var(--arl-slate-ink);
	margin-bottom: 16px;
}

.code-chip {
	font-family: var(--font-mono);
	font-size: 12.5px;
	color: var(--arl-deep-teal);
	background: var(--arl-deep-teal-soft);
	padding: 6px 12px;
	border-radius: 7px;
	display: inline-block;
	word-break: break-all;
	margin-top: 4px;
}

.code-chip--before { color: var(--arl-bright-cyan); background: rgba(27, 154, 163, 0.10); }
.code-chip--after  { color: var(--arl-luna-accent); background: var(--arl-luna-accent-soft); }

/* ────────────────────────────────────────
   FEATURES GRID
──────────────────────────────────────── */
.plugin-features { background: var(--arl-moon-sand); }

.features-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}

@media (max-width: 860px) { .features-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .features-grid { grid-template-columns: 1fr; } }

.feat-card {
	background: var(--arl-white);
	border: 1px solid var(--arl-border);
	border-radius: var(--radius-md);
	padding: 26px;
	transition: all .25s var(--ease-out);
}

.feat-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }

.feat-card__icon {
	width: 42px;
	height: 42px;
	border-radius: 11px;
	background: var(--arl-moon-sand);
	display: grid;
	place-items: center;
	color: var(--arl-bright-cyan);
	margin-bottom: 16px;
}

.feat-card h4 { font-size: 1.05rem; margin-bottom: 8px; }

.feat-card p {
	font-size: 14.5px;
	line-height: 1.6;
	color: var(--arl-slate-ink);
	margin-bottom: 0;
}

/* ────────────────────────────────────────
   ADMIN SCREENSHOTS
──────────────────────────────────────── */
.shots-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-flow: dense;
	gap: 24px;
	align-items: start;
}

.shot-card--span-1 { grid-column: span 1; }
.shot-card--span-2 { grid-column: span 2; }
.shot-card--span-3 { grid-column: span 3; }
.shot-card--row-2  { grid-row: span 2; }

@media (max-width: 760px) {
	.shots-grid { grid-template-columns: 1fr; grid-auto-flow: row; }
	.shot-card--span-1,
	.shot-card--span-2,
	.shot-card--span-3 { grid-column: span 1; }
	.shot-card--row-2  { grid-row: span 1; }
}

.shot-card {
	background: var(--arl-white);
	border: 1px solid var(--arl-border);
	border-radius: var(--radius-md);
	overflow: hidden;
	box-shadow: var(--shadow-sm);
}

.shot-card__img {
	width: 100%;
	height: auto;
	display: block;
	background: var(--arl-moon-sand-light);
	border-bottom: 1px solid var(--arl-border);
}

.shot-card__cap { padding: 18px 20px; }
.shot-card__cap h4 { font-size: 1rem; margin-bottom: 6px; }
.shot-card__cap p  { font-size: 13.5px; line-height: 1.55; color: var(--arl-slate-ink); opacity: 0.8; margin-bottom: 0; }

/* ────────────────────────────────────────
   USE CASES
──────────────────────────────────────── */
.plugin-uses {
	background: var(--arl-deep-teal);
	color: var(--arl-white);
	position: relative;
	overflow: hidden;
}

.plugin-uses::before {
	content: '';
	position: absolute;
	left: -180px;
	bottom: -180px;
	width: 460px;
	height: 460px;
	border: 1.5px solid var(--arl-bright-cyan);
	border-radius: 50%;
	opacity: 0.12;
	pointer-events: none;
}

.plugin-uses .section-head h2,
.plugin-uses .section-head .section-kicker { color: var(--arl-white); }
.plugin-uses .section-kicker { color: var(--arl-luna-accent); }

.uses-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	position: relative;
	z-index: 1;
}

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

.use-card {
	border-left: 2px solid var(--arl-luna-accent);
	padding: 18px 24px;
	background: rgba(255, 255, 255, 0.03);
	border-radius: 0 var(--radius-md) var(--radius-md) 0;
}

.use-card h4 { color: var(--arl-white); font-size: 1.1rem; margin-bottom: 8px; }
.use-card p  { color: rgba(255, 255, 255, 0.8); font-size: 14.5px; line-height: 1.6; margin-bottom: 0; }

/* ────────────────────────────────────────
   GET / PRICING
──────────────────────────────────────── */
.plugin-get { background: var(--arl-moon-sand); }

.get-grid {
	display: grid;
	grid-template-columns: 1.5fr 1fr;
	gap: 28px;
	align-items: stretch;
}

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

.get-card {
	border-radius: var(--radius-lg);
	padding: 40px;
	display: flex;
	flex-direction: column;
}

.get-card--free {
	background: var(--arl-deep-teal);
	color: var(--arl-white);
	position: relative;
	overflow: hidden;
}

.get-card--free::after {
	content: '';
	position: absolute;
	right: -90px;
	top: -90px;
	width: 280px;
	height: 280px;
	border: 1.5px solid var(--arl-bright-cyan);
	border-radius: 50%;
	opacity: 0.15;
	pointer-events: none;
}

.get-card__price-tag {
	font-family: var(--font-display);
	font-weight: 800;
	font-size: 3rem;
	color: var(--arl-white);
	line-height: 1;
	margin-bottom: 14px;
}

.get-card--free h3 { color: var(--arl-white); }
.get-card--free p  { color: rgba(255, 255, 255, 0.82); }

.get-card__list {
	list-style: none;
	padding: 0;
	margin: 22px 0 28px;
}

.get-card__list li {
	padding: 6px 0 6px 26px;
	position: relative;
	font-size: 15px;
	color: rgba(255, 255, 255, 0.9);
}

.get-card__list li::before {
	content: '✓';
	position: absolute;
	left: 0;
	color: var(--arl-bright-cyan);
	font-weight: 700;
}

.get-card--free .btn--primary {
	background: var(--arl-white);
	color: var(--arl-deep-teal);
	margin-top: auto;
}

.get-card--free .btn--primary:hover {
	background: var(--arl-moon-sand);
	color: var(--arl-deep-teal);
	transform: translateY(-2px);
}

.get-card--service {
	background: var(--arl-white);
	border: 1px solid var(--arl-border);
}

.get-card__service-tag {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	color: var(--arl-luna-accent);
	background: var(--arl-luna-accent-soft);
	padding: 4px 12px;
	border-radius: var(--radius-pill);
	margin-bottom: 18px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	align-self: flex-start;
}

.get-card--service h3 { font-size: 1.4rem; margin-bottom: 12px; }
.get-card--service p  { font-size: 15px; line-height: 1.6; color: var(--arl-slate-ink); }

.get-card__price {
	font-family: var(--font-display);
	font-weight: 800;
	font-size: 2rem;
	color: var(--arl-deep-teal);
	margin: 10px 0 6px;
}

.get-card__price small {
	font-size: 0.9rem;
	font-weight: 500;
	color: var(--arl-slate-ink);
	opacity: 0.7;
}

.get-card__cta { margin-top: auto; justify-content: center; }

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