:root {
	--og-bg: #0b0f14;
	--og-bg-2: #10161e;
	--og-card: #141b24;
	--og-line: #243041;
	--og-text: #e7eef7;
	--og-muted: #8aa0b8;
	--og-accent: #3ee0a2;
	--og-accent-2: #1aa37a;
	--og-ink: #062016;
	--og-warn: #ffb020;
	--og-radius: 18px;
	--og-max: 1120px;
}

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

html { scroll-behavior: smooth; }

body {
	margin: 0;
	background:
		radial-gradient(900px 420px at 8% -10%, #163328 0%, transparent 55%),
		radial-gradient(700px 380px at 100% 0%, #132033 0%, transparent 50%),
		var(--og-bg);
	color: var(--og-text);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, sans-serif;
	font-size: 16px;
	line-height: 1.55;
	min-height: 100vh;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--og-accent); text-decoration: none; }
a:hover { color: #7ff0c4; }

.og-skip {
	position: absolute;
	left: -999px;
	top: 8px;
}
.og-skip:focus { left: 8px; background: #000; padding: 8px; z-index: 99; }

.og-shell {
	width: min(var(--og-max), calc(100% - 32px));
	margin-inline: auto;
}

.og-site-header {
	position: sticky;
	top: 0;
	z-index: 40;
	backdrop-filter: blur(16px);
	background: rgba(11, 15, 20, 0.78);
	border-bottom: 1px solid var(--og-line);
}

.og-header-inner {
	display: flex;
	align-items: center;
	gap: 20px;
	min-height: 72px;
}

.og-logo,
.og-logo-foot {
	display: flex;
	align-items: center;
	gap: 10px;
	color: inherit;
}

.og-logo-mark {
	width: 38px;
	height: 38px;
	border-radius: 11px;
	display: grid;
	place-items: center;
	background: linear-gradient(135deg, var(--og-accent), var(--og-accent-2));
	color: var(--og-ink);
	font-weight: 800;
	flex: 0 0 auto;
}

.og-logo-text strong { display: block; font-size: 15px; letter-spacing: -0.02em; }
.og-logo-text small { display: block; color: var(--og-muted); font-size: 11px; font-weight: 500; }
.og-logo img { height: 38px; width: auto; }

.og-nav { margin-left: auto; }
.og-menu {
	display: flex;
	gap: 18px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.og-menu a { color: var(--og-muted); font-weight: 600; font-size: 14px; }
.og-menu a:hover,
.og-menu .current-menu-item > a { color: #fff; }

.og-header-actions { display: flex; align-items: center; gap: 8px; }
.og-cta,
.og-ghost,
.og-cta-lg {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	padding: 9px 16px;
	font-weight: 700;
	font-size: 14px;
	border: 1px solid transparent;
}
.og-cta {
	background: var(--og-accent);
	color: var(--og-ink) !important;
}
.og-cta:hover { filter: brightness(1.05); color: var(--og-ink) !important; }
.og-ghost {
	background: transparent;
	border-color: var(--og-line);
	color: var(--og-text) !important;
}
.og-cta-lg { padding: 12px 20px; font-size: 15px; }

.og-nav-toggle {
	display: none;
	width: 40px;
	height: 40px;
	border: 1px solid var(--og-line);
	background: var(--og-card);
	border-radius: 10px;
	padding: 10px 9px;
}
.og-nav-toggle span {
	display: block;
	height: 2px;
	background: #fff;
	margin: 6px 0;
}

.og-hero-block { padding: 72px 0 40px; }
.og-hero-grid {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	gap: 48px;
	align-items: center;
}
.og-eyebrow {
	color: var(--og-accent);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin: 0 0 12px;
}
.og-hero-block h1,
.og-page-head h1,
.og-section-head h2,
.og-split h2,
.og-final h2 {
	letter-spacing: -0.04em;
	line-height: 1.05;
	margin: 0 0 14px;
}
.og-hero-block h1 { font-size: clamp(40px, 6vw, 68px); max-width: 14ch; }
.og-lead { color: var(--og-muted); font-size: 18px; max-width: 48ch; }
.og-hero-actions { display: flex; gap: 10px; flex-wrap: wrap; margin: 24px 0 18px; }
.og-pills { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 0; list-style: none; }
.og-pills li {
	background: #102018;
	border: 1px solid #1e4a38;
	color: var(--og-accent);
	border-radius: 999px;
	padding: 6px 10px;
	font-size: 12px;
	font-weight: 600;
}

.og-hero-card {
	background: linear-gradient(180deg, #1a2430, #10161e);
	border: 1px solid var(--og-line);
	border-radius: 24px;
	padding: 18px;
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}
.og-fake-app { background: #0b0f14; border-radius: 16px; padding: 18px; }
.og-fake-top { display: flex; align-items: center; gap: 8px; color: var(--og-muted); font-size: 13px; }
.og-fake-top strong { color: #fff; font-weight: 600; }
.og-fake-top em { margin-left: auto; color: var(--og-warn); font-style: normal; }
.og-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--og-accent); box-shadow: 0 0 0 4px rgba(62, 224, 162, 0.15); }
.og-fake-label { color: var(--og-muted); font-size: 12px; margin: 18px 0 4px; }
.og-fake-phone { font-size: 28px; font-weight: 700; margin: 0; }
.og-fake-code {
	font-size: 34px;
	font-weight: 800;
	letter-spacing: 0.16em;
	margin: 0;
	padding: 12px;
	text-align: center;
	border: 1px dashed #2c6b52;
	border-radius: 12px;
	background: #0c1612;
}
.og-fake-ok { color: var(--og-accent); font-size: 13px; margin: 12px 0 0; }

.og-stats { padding: 10px 0 30px; }
.og-stats-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}
.og-stat {
	background: var(--og-card);
	border: 1px solid var(--og-line);
	border-radius: 14px;
	padding: 16px;
	font-weight: 700;
	text-align: center;
}

.og-section { padding: 64px 0; }
.og-section-alt { background: rgba(16, 22, 30, 0.65); border-block: 1px solid var(--og-line); }
.og-section-head { margin-bottom: 28px; max-width: 40rem; }
.og-section-head h2,
.og-split h2 { font-size: clamp(28px, 4vw, 42px); }
.og-section-head p { color: var(--og-muted); }

.og-apps { display: flex; flex-wrap: wrap; gap: 10px; }
.og-app-chip {
	background: var(--og-card);
	border: 1px solid var(--og-line);
	border-radius: 999px;
	padding: 10px 14px;
	font-weight: 600;
}

.og-steps {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
}
.og-step {
	background: var(--og-card);
	border: 1px solid var(--og-line);
	border-radius: var(--og-radius);
	padding: 20px;
}
.og-step span { color: var(--og-accent); font-weight: 800; }
.og-step h3 { margin: 10px 0 8px; font-size: 18px; }
.og-step p { margin: 0; color: var(--og-muted); }

.og-split {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 36px;
	align-items: start;
}
.og-checks { padding: 0; margin: 18px 0 0; list-style: none; }
.og-checks li { position: relative; padding: 8px 0 8px 28px; color: var(--og-muted); }
.og-checks li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 14px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: var(--og-accent);
	box-shadow: inset 0 0 0 4px #0b0f14;
}

.og-pay-card {
	background: var(--og-card);
	border: 1px solid var(--og-line);
	border-radius: 20px;
	padding: 24px;
}
.og-pays { list-style: none; padding: 0; margin: 0 0 12px; }
.og-pays li {
	padding: 10px 0;
	border-bottom: 1px solid var(--og-line);
}
.og-fine { color: var(--og-muted); font-size: 13px; }

.og-faq-item {
	border: 1px solid var(--og-line);
	background: var(--og-card);
	border-radius: 14px;
	padding: 14px 18px;
	margin-bottom: 10px;
}
.og-faq-item summary { cursor: pointer; font-weight: 700; }
.og-faq-item p { color: var(--og-muted); margin: 10px 0 0; }

.og-final { padding: 20px 0 80px; }
.og-final-inner {
	text-align: center;
	background: linear-gradient(180deg, #15241d, #10161e);
	border: 1px solid #1e4a38;
	border-radius: 28px;
	padding: 56px 20px;
}
.og-final-inner p { color: var(--og-muted); }

.og-site-footer {
	border-top: 1px solid var(--og-line);
	padding: 48px 0 24px;
	background: #090d11;
}
.og-footer-grid {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr 1fr;
	gap: 28px;
	margin-bottom: 28px;
}
.og-footer-grid h3 { font-size: 13px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--og-muted); }
.og-footer-menu { list-style: none; padding: 0; margin: 0; color: var(--og-muted); }
.og-footer-menu a { color: var(--og-muted); }
.og-footer-menu li { margin: 8px 0; }
.og-foot-copy { color: var(--og-muted); max-width: 36ch; }
.og-legal {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
	color: #607388;
	font-size: 12px;
	border-top: 1px solid var(--og-line);
	padding-top: 16px;
}

.og-app-wrap { padding: 28px 0 64px; }
.og-plugin-missing {
	margin-top: 16px;
	padding: 16px;
	border-radius: 12px;
	background: #2a1216;
	color: #ff8a96;
}

/* Blend plugin UI into the theme canvas */
.og-is-app .og-app {
	border: 0;
	background: transparent;
	padding: 0;
	max-width: none;
	margin: 0;
}
.og-is-app .og-app .og-brand { display: none; }
.og-is-app .og-app .og-hero h1 { font-size: clamp(28px, 4vw, 44px); }

.og-prose { max-width: 760px; }
.og-page-head { margin-bottom: 24px; }
.og-content p { color: #c9d6e4; }
.og-featured { margin: 0 0 24px; border-radius: 16px; overflow: hidden; }
.og-posts {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 16px;
}
.og-post-card {
	background: var(--og-card);
	border: 1px solid var(--og-line);
	border-radius: 16px;
	padding: 16px;
}
.og-post-card h2 { font-size: 20px; margin: 6px 0; }
.og-post-card h2 a { color: #fff; }
.og-comments { margin-top: 40px; }

.wp-block-image img { border-radius: 12px; }

@media (max-width: 900px) {
	.og-hero-grid,
	.og-split,
	.og-steps,
	.og-footer-grid,
	.og-stats-grid {
		grid-template-columns: 1fr 1fr;
	}
}

.og-header-actions a,
.og-header-actions .og-cta,
.og-header-actions .og-ghost {
	pointer-events: auto;
	position: relative;
	z-index: 2;
	cursor: pointer;
}

@media (max-width: 760px) {
	.og-nav-toggle { display: block; margin-left: 8px; }
	.og-nav { display: none; }
	.og-header-actions { display: flex; margin-left: auto; }
	.og-site-header.is-open .og-nav {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		width: 100%;
	}
	.og-header-inner { flex-wrap: wrap; padding: 10px 0; }
	.og-menu { flex-direction: column; gap: 10px; padding: 8px 0; }
	.og-hero-grid,
	.og-split,
	.og-steps,
	.og-footer-grid,
	.og-stats-grid {
		grid-template-columns: 1fr;
	}
	.og-hero-block { padding-top: 36px; }
}
