/*
Theme Name: close2myheart
Theme URI: https://close2myheart.com
Author: close2myheart
Description: Bilingual (English / German) marketing website for the close2myheart 18+ dating app. Dark corporate design, built-in /de/ language routing, one-click page setup, contact form, age confirmation and GDPR-friendly defaults (no external fonts, no tracking). Configure under Appearance > close2myheart.
Version: 1.0.0
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 8.1
License: Proprietary
Text Domain: c2m
Domain Path: /languages
Tags: dark, one-column, custom-logo, custom-menu, translation-ready
*/

/* ------------------------------------------------------------------
   1. Tokens
------------------------------------------------------------------- */
:root {
	--bg: #121212;
	--bg-2: #161616;
	--surface: #1E1E1E;
	--surface-2: #252525;
	--primary: #BB1D31;
	--primary-hover: #D2263C;
	--primary-soft: rgba(187, 29, 49, .14);
	--verified: #21D51A;
	--verified-soft: rgba(33, 213, 26, .12);
	--gold: #FCA640;
	--gold-soft: rgba(252, 166, 64, .13);
	--silver: #C9CED6;
	--bronze: #C98552;
	--text: #FFFFFF;
	--muted: #B0B0B0;
	--border: #333333;
	--radius: 18px;
	--radius-sm: 12px;
	--shadow: 0 20px 60px rgba(0, 0, 0, .45);
	--container: 1180px;
	--gutter: 24px;
	--header-h: 72px;
	--font: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	color-scheme: dark;
}

/* ------------------------------------------------------------------
   2. Base
------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); }
body {
	margin: 0;
	background: var(--bg);
	color: var(--text);
	font-family: var(--font);
	font-size: 17px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}
img, svg, video { max-width: 100%; height: auto; }
a { color: var(--text); text-decoration-color: rgba(255,255,255,.35); text-underline-offset: 3px; }
a:hover { color: #fff; text-decoration-color: var(--primary); }
h1, h2, h3, h4 { line-height: 1.15; letter-spacing: -.02em; margin: 0 0 .5em; font-weight: 750; }
h1 { font-size: clamp(2.3rem, 5.2vw, 4.1rem); }
h2 { font-size: clamp(1.8rem, 3.4vw, 2.7rem); }
h3 { font-size: 1.22rem; letter-spacing: -.01em; }
p { margin: 0 0 1em; }
ul, ol { padding-left: 1.3em; }
hr { border: 0; border-top: 1px solid var(--border); margin: 2.5em 0; }
::selection { background: var(--primary); color: #fff; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 6px; }
.screen-reader-text, .sr-only {
	position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
	overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip-link:focus {
	position: fixed; top: 12px; left: 12px; z-index: 1000; width: auto; height: auto; clip: auto;
	background: var(--gold); color: #111; padding: 10px 16px; border-radius: 10px; font-weight: 700;
}
.icon { width: 1.25em; height: 1.25em; flex: none; vertical-align: -.2em; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter); }
.container.narrow { max-width: 820px; }
.section { padding: 104px 0; position: relative; }
.section.alt { background: var(--bg-2); border-block: 1px solid #1c1c1c; }
.section.tight { padding: 72px 0; }
.muted { color: var(--muted); }
.center { text-align: center; }

.eyebrow {
	display: inline-flex; align-items: center; gap: 8px;
	color: var(--gold); font-weight: 700; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase;
	margin: 0 0 14px;
}
.lead { font-size: 1.18rem; color: var(--muted); max-width: 680px; }
.section-head { max-width: 720px; margin: 0 auto 56px; text-align: center; }
.section-head .lead { margin-inline: auto; }
.section-head.left { margin-left: 0; text-align: left; }
.section-head.left .lead { margin-left: 0; }

/* ------------------------------------------------------------------
   3. Buttons & chips
------------------------------------------------------------------- */
.btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 10px;
	min-height: 48px; padding: 0 24px; border-radius: 999px;
	font: inherit; font-weight: 700; font-size: .98rem; letter-spacing: .005em;
	text-decoration: none; cursor: pointer; border: 1px solid transparent;
	transition: background .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease;
	white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); text-decoration: none; }
.btn-primary { background: var(--primary); color: #fff; box-shadow: 0 10px 30px rgba(187, 29, 49, .35); }
.btn-primary:hover { background: var(--primary-hover); color: #fff; }
.btn-ghost { background: transparent; color: #fff; border-color: var(--border); }
.btn-ghost:hover { border-color: #555; background: rgba(255,255,255,.04); color: #fff; }
.btn-gold { background: var(--gold); color: #1a1206; }
.btn-gold:hover { background: #ffb85f; color: #1a1206; }
.btn-sm { min-height: 40px; padding: 0 18px; font-size: .92rem; }
.btn-lg { min-height: 56px; padding: 0 30px; font-size: 1.05rem; }
.btn-block { width: 100%; }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.center .btn-row, .btn-row.center { justify-content: center; }

.chip {
	display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px; border-radius: 999px;
	background: var(--surface); border: 1px solid var(--border); color: var(--muted); font-size: .88rem; font-weight: 600;
}
.chip .icon { color: var(--verified); }
.chip-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }

/* ------------------------------------------------------------------
   4. Header
------------------------------------------------------------------- */
.site-header {
	position: sticky; top: 0; z-index: 50; height: var(--header-h);
	background: rgba(18, 18, 18, .82); backdrop-filter: saturate(160%) blur(14px); -webkit-backdrop-filter: saturate(160%) blur(14px);
	border-bottom: 1px solid rgba(51, 51, 51, .7);
}
.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) { .admin-bar .site-header { top: 46px; } }
.header-inner { display: flex; align-items: center; gap: 28px; height: 100%; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: #fff; font-weight: 800; font-size: 1.18rem; letter-spacing: -.02em; flex: none; }
.brand:hover { color: #fff; }
.brand .logo-mark { width: 38px; height: 30px; }
.brand .custom-logo { max-height: 40px; width: auto; }
.brand .brand-2 { color: var(--primary); }

.primary-nav { flex: 1; }
.nav-list { list-style: none; display: flex; gap: 4px; margin: 0; padding: 0; justify-content: center; }
.nav-list a {
	display: block; padding: 9px 13px; border-radius: 10px; text-decoration: none; color: var(--muted); font-weight: 600; font-size: .95rem;
}
.nav-list a:hover { color: #fff; background: rgba(255,255,255,.05); }
.nav-list .current-menu-item > a, .nav-list .current_page_item > a, .nav-list .current_page_parent > a { color: #fff; }
.header-actions { display: flex; align-items: center; gap: 10px; flex: none; }

.lang-switch { display: inline-flex; padding: 3px; border: 1px solid var(--border); border-radius: 999px; }
.lang-switch a { padding: 4px 10px; border-radius: 999px; font-size: .78rem; font-weight: 700; color: var(--muted); text-decoration: none; letter-spacing: .04em; }
.lang-switch a.is-active { background: var(--surface-2); color: #fff; }
.lang-switch a:hover { color: #fff; }

.nav-toggle {
	display: none; width: 44px; height: 44px; border-radius: 12px; border: 1px solid var(--border);
	background: transparent; color: #fff; cursor: pointer; align-items: center; justify-content: center;
}
.nav-toggle .icon-close { display: none; }
.nav-open .nav-toggle .icon-open { display: none; }
.nav-open .nav-toggle .icon-close { display: block; }
.mobile-only { display: none; }

@media (max-width: 1020px) {
	.nav-toggle { display: inline-flex; }
	.primary-nav {
		position: fixed; inset: var(--header-h) 0 0 0; z-index: 49;
		background: var(--bg); padding: 24px var(--gutter) 40px; overflow-y: auto;
		transform: translateY(-8px); opacity: 0; visibility: hidden; transition: opacity .2s, transform .2s, visibility .2s;
	}
	.admin-bar .primary-nav { top: calc(var(--header-h) + 46px); }
	.nav-open .primary-nav { opacity: 1; transform: none; visibility: visible; }
	.nav-list { flex-direction: column; gap: 2px; }
	.nav-list a { font-size: 1.2rem; padding: 14px 8px; border-bottom: 1px solid #1f1f1f; border-radius: 0; color: #fff; }
	.header-actions .btn-login, .header-actions .btn-join { display: none; }
	.mobile-only { display: flex; }
	.mobile-cta { flex-direction: column; gap: 12px; margin-top: 28px; }
	.header-inner { justify-content: space-between; }
	.nav-open { overflow: hidden; }
}

/* ------------------------------------------------------------------
   5. Hero
------------------------------------------------------------------- */
.hero { position: relative; padding: 88px 0 110px; overflow: hidden; }
.hero::before {
	content: ""; position: absolute; inset: -30% -10% auto auto; width: 900px; height: 900px; pointer-events: none;
	background: radial-gradient(closest-side, rgba(187, 29, 49, .35), rgba(187, 29, 49, 0));
}
.hero::after {
	content: ""; position: absolute; left: -200px; bottom: -300px; width: 700px; height: 700px; pointer-events: none;
	background: radial-gradient(closest-side, rgba(252, 166, 64, .10), rgba(252, 166, 64, 0));
}
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: center; }
.hero h1 { margin-bottom: 22px; }
.hero h1 .accent { color: var(--primary); }
.hero .lead { font-size: 1.25rem; }
.age-badge {
	display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px 6px 8px; border-radius: 999px;
	background: var(--primary-soft); border: 1px solid rgba(187,29,49,.45); color: #ffd7dc; font-size: .82rem; font-weight: 700; margin-bottom: 22px;
}
.age-badge b { background: var(--primary); color: #fff; border-radius: 999px; padding: 2px 8px; font-size: .75rem; }

/* Phone mockup (pure CSS, no photos) */
.phone-wrap { position: relative; display: flex; justify-content: center; }
.phone {
	position: relative; width: 300px; aspect-ratio: 9 / 18.5; border-radius: 44px; padding: 12px;
	background: linear-gradient(145deg, #2b2b2b, #0c0c0c); box-shadow: var(--shadow), inset 0 0 0 1px #3a3a3a;
	transform: rotate(3deg);
}
.phone-screen { position: relative; height: 100%; border-radius: 34px; overflow: hidden; background: var(--bg); display: flex; flex-direction: column; }
.phone-top { display: flex; align-items: center; justify-content: space-between; padding: 16px 16px 8px; font-size: .72rem; color: var(--muted); font-weight: 700; }
.phone-top .coins { display: inline-flex; align-items: center; gap: 4px; color: var(--gold); }
.phone-top .coins .icon { width: 14px; height: 14px; }
.swipe-card { position: relative; flex: 1; margin: 6px 12px 12px; border-radius: 22px; overflow: hidden; background: var(--surface); }
.swipe-photo {
	position: absolute; inset: 0;
	background:
		radial-gradient(120px 140px at 50% 40%, rgba(255,255,255,.16), transparent 70%),
		radial-gradient(260px 200px at 20% 10%, rgba(252,166,64,.55), transparent 60%),
		radial-gradient(260px 240px at 90% 60%, rgba(187,29,49,.85), transparent 65%),
		linear-gradient(160deg, #3a1a22, #151515 70%);
}
.swipe-photo::after {
	content: ""; position: absolute; left: 50%; top: 30%; width: 96px; height: 96px; transform: translateX(-50%);
	border-radius: 50%; background: rgba(255,255,255,.12); box-shadow: 0 110px 0 40px rgba(255,255,255,.07);
}
.swipe-info { position: absolute; left: 0; right: 0; bottom: 0; padding: 60px 16px 16px; background: linear-gradient(transparent, rgba(0,0,0,.85)); }
.swipe-info strong { display: flex; align-items: center; gap: 6px; font-size: 1.1rem; }
.swipe-info .icon { color: var(--verified); width: 18px; height: 18px; }
.swipe-info span { color: var(--muted); font-size: .78rem; }
.swipe-actions { display: flex; justify-content: center; gap: 16px; padding: 0 0 16px; }
.swipe-actions span { width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; background: var(--surface); border: 1px solid var(--border); }
.swipe-actions .like { background: var(--primary); border-color: var(--primary); }
.swipe-actions .fav { color: var(--gold); }
.float-chip {
	position: absolute; z-index: 2; display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; border-radius: 14px;
	background: rgba(30,30,30,.92); border: 1px solid var(--border); box-shadow: var(--shadow); font-size: .85rem; font-weight: 700; backdrop-filter: blur(8px);
}
.float-chip .icon { color: var(--primary); }
.float-chip.match { top: 14%; left: -4%; }
.float-chip.coins { bottom: 18%; right: -2%; }
.float-chip.coins .icon { color: var(--gold); }
.float-chip.verified { bottom: 44%; left: -10%; }
.float-chip.verified .icon { color: var(--verified); }

@media (max-width: 960px) {
	.hero { padding: 56px 0 72px; }
	.hero-grid { grid-template-columns: 1fr; gap: 48px; }
	.phone { width: 260px; }
	.float-chip.match { left: 0; }
	.float-chip.verified { left: 0; }
	.float-chip.coins { right: 0; }
}

/* ------------------------------------------------------------------
   6. Cards & grids
------------------------------------------------------------------- */
.grid { display: grid; gap: 22px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 1020px) { .grid-4 { grid-template-columns: repeat(2, 1fr); } .grid-3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 680px) { .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; } }

.card {
	background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px;
	transition: border-color .2s ease, transform .2s ease;
}
.card:hover { border-color: #444; }
.card h3 { margin-top: 18px; }
.card p { color: var(--muted); margin: 0; }
.icon-badge {
	display: inline-grid; place-items: center; width: 50px; height: 50px; border-radius: 14px;
	background: var(--primary-soft); color: #ff6b7e;
}
.icon-badge .icon { width: 24px; height: 24px; }
.icon-badge.tone-green { background: var(--verified-soft); color: var(--verified); }
.icon-badge.tone-gold { background: var(--gold-soft); color: var(--gold); }

/* Steps */
.steps { counter-reset: step; }
.step { position: relative; }
.step::before {
	counter-increment: step; content: counter(step, decimal-leading-zero);
	position: absolute; top: 22px; right: 28px; font-size: 2.2rem; line-height: 1; font-weight: 800; color: transparent;
	-webkit-text-stroke: 1px #555;
}
.step h3 { margin-top: 18px; }

/* Split feature rows */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.split + .split { margin-top: 96px; }
.split.reverse .split-media { order: -1; }
.split h2 { font-size: clamp(1.6rem, 2.8vw, 2.2rem); }
.check-list { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 12px; }
.check-list li { display: flex; gap: 12px; align-items: flex-start; color: var(--muted); }
.check-list .icon { color: var(--verified); margin-top: 3px; }
.split-media {
	position: relative; border-radius: 26px; min-height: 340px; padding: 36px;
	background: radial-gradient(400px 300px at 80% 20%, rgba(187,29,49,.30), transparent 70%), var(--surface);
	border: 1px solid var(--border); display: grid; place-items: center; overflow: hidden;
}
.split-media.gold { background: radial-gradient(400px 300px at 20% 20%, rgba(252,166,64,.22), transparent 70%), var(--surface); }
.split-media.green { background: radial-gradient(400px 300px at 70% 80%, rgba(33,213,26,.16), transparent 70%), var(--surface); }
.split-media .big-icon { width: 120px; height: 120px; color: #fff; opacity: .9; }
@media (max-width: 900px) {
	.split { grid-template-columns: 1fr; gap: 32px; }
	.split.reverse .split-media { order: 0; }
	.split + .split { margin-top: 64px; }
	.split-media { min-height: 240px; }
}

/* Mini UI inside split media */
.mini-ui { width: 100%; max-width: 360px; display: grid; gap: 12px; }
.mini-row { display: flex; align-items: center; gap: 12px; padding: 14px 16px; border-radius: 14px; background: rgba(18,18,18,.8); border: 1px solid var(--border); font-size: .92rem; }
.mini-row .icon { color: var(--primary); }
.mini-row .grow { flex: 1; }
.mini-row .tag { font-size: .72rem; font-weight: 700; padding: 3px 8px; border-radius: 999px; background: var(--gold-soft); color: var(--gold); }
.mini-row .tag.green { background: var(--verified-soft); color: var(--verified); }
.bubble { max-width: 80%; padding: 10px 14px; border-radius: 16px; font-size: .92rem; }
.bubble.in { background: var(--surface-2); border-bottom-left-radius: 4px; }
.bubble.out { background: var(--primary); margin-left: auto; border-bottom-right-radius: 4px; }

/* Stars */
.stars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.star-card { text-align: center; padding: 34px 26px; }
.star-card .star { display: inline-grid; place-items: center; width: 72px; height: 72px; border-radius: 50%; margin-bottom: 8px; }
.star-card .star .icon { width: 34px; height: 34px; fill: currentColor; }
.star-card.bronze .star { color: var(--bronze); background: rgba(201,133,82,.14); }
.star-card.silver .star { color: var(--silver); background: rgba(201,206,214,.12); }
.star-card.gold .star { color: var(--gold); background: var(--gold-soft); }
.star-card .level { font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
@media (max-width: 760px) { .stars { grid-template-columns: 1fr; } }

/* Karma meter */
.karma { width: 100%; max-width: 360px; }
.karma-bar { position: relative; height: 12px; border-radius: 999px; background: linear-gradient(90deg, var(--primary), #6b6b6b 50%, var(--verified)); }
.karma-dot { position: absolute; top: 50%; left: 72%; width: 22px; height: 22px; border-radius: 50%; background: #fff; border: 4px solid var(--bg); transform: translate(-50%, -50%); box-shadow: 0 0 0 1px #555; }
.karma-scale { display: flex; justify-content: space-between; margin-top: 12px; font-size: .8rem; color: var(--muted); font-weight: 600; }
.karma-score { font-size: 3rem; font-weight: 800; letter-spacing: -.03em; margin-bottom: 14px; }
.karma-score small { font-size: 1rem; color: var(--muted); font-weight: 600; }

/* Trust band */
.trust-band { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.trust-item { display: flex; gap: 14px; align-items: flex-start; }
.trust-item .icon-badge { flex: none; width: 44px; height: 44px; }
.trust-item strong { display: block; margin-bottom: 4px; }
.trust-item p { color: var(--muted); font-size: .94rem; margin: 0; }
@media (max-width: 1020px) { .trust-band { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .trust-band { grid-template-columns: 1fr; } }

/* ------------------------------------------------------------------
   7. Pricing
------------------------------------------------------------------- */
.plans { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 22px; align-items: stretch; }
.plan { position: relative; display: flex; flex-direction: column; padding: 34px 30px; }
.plan-name { font-size: 1.05rem; font-weight: 700; color: var(--muted); display: flex; align-items: center; gap: 8px; }
.plan-price { font-size: 2.6rem; font-weight: 800; letter-spacing: -.03em; margin: 10px 0 0; line-height: 1.1; }
.plan-period { color: var(--muted); font-size: .92rem; margin-bottom: 22px; }
.plan ul { list-style: none; padding: 0; margin: 0 0 28px; display: grid; gap: 11px; flex: 1; }
.plan li { display: flex; gap: 10px; align-items: flex-start; font-size: .96rem; }
.plan li .icon { color: var(--verified); margin-top: 3px; }
.plan.is-highlight { border-color: var(--gold); background: linear-gradient(180deg, rgba(252,166,64,.08), var(--surface) 40%); box-shadow: 0 20px 60px rgba(252,166,64,.10); }
.plan-badge { position: absolute; top: -13px; left: 30px; background: var(--gold); color: #1a1206; font-size: .74rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; padding: 5px 12px; border-radius: 999px; }
.plan .tier-dot { width: 12px; height: 12px; border-radius: 50%; background: var(--muted); }
.plan .tier-dot.silver { background: var(--silver); }
.plan .tier-dot.gold { background: var(--gold); }
.plan .tier-dot.bronze { background: var(--bronze); }
.pricing-note { text-align: center; color: var(--muted); font-size: .9rem; margin-top: 28px; }
.paypal-note { display: flex; gap: 12px; align-items: center; justify-content: center; color: var(--muted); font-size: .92rem; margin-top: 10px; }
.paypal-note .icon { color: var(--verified); }

/* Comparison table */
.table-wrap { overflow-x: auto; border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface); }
.compare { width: 100%; border-collapse: collapse; min-width: 560px; }
.compare th, .compare td { padding: 15px 20px; border-bottom: 1px solid var(--border); text-align: left; font-size: .95rem; }
.compare thead th { font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); background: var(--surface-2); }
.compare td:not(:first-child), .compare th:not(:first-child) { text-align: center; width: 150px; }
.compare tr:last-child td { border-bottom: 0; }
.compare .yes { color: var(--verified); }
.compare .no { color: #666; }

/* ------------------------------------------------------------------
   8. FAQ
------------------------------------------------------------------- */
.faq-group + .faq-group { margin-top: 48px; }
.faq-group h2 { font-size: 1.35rem; margin-bottom: 16px; }
.faq-list { display: grid; gap: 12px; }
.faq-item { background: var(--surface); border: 1px solid var(--border); border-radius: 14px; }
.faq-item summary {
	list-style: none; cursor: pointer; padding: 20px 56px 20px 22px; font-weight: 650; position: relative;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
	content: ""; position: absolute; right: 22px; top: 50%; width: 10px; height: 10px; margin-top: -7px;
	border-right: 2px solid var(--muted); border-bottom: 2px solid var(--muted); transform: rotate(45deg); transition: transform .2s;
}
.faq-item[open] summary::after { transform: rotate(-135deg); margin-top: -2px; }
.faq-item[open] { border-color: #444; }
.faq-answer { padding: 0 22px 20px; color: var(--muted); }
.faq-answer p:last-child { margin: 0; }

/* ------------------------------------------------------------------
   9. CTA band & store badges
------------------------------------------------------------------- */
.cta-band {
	position: relative; overflow: hidden; border-radius: 28px; padding: 64px 48px; text-align: center;
	background: radial-gradient(600px 300px at 50% 0%, rgba(187,29,49,.55), transparent 70%), var(--surface);
	border: 1px solid var(--border);
}
.cta-band h2 { max-width: 720px; margin-inline: auto; }
.cta-band .lead { margin-inline: auto; }
@media (max-width: 600px) { .cta-band { padding: 44px 22px; } }
.store-badges { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 22px; }
.store-badge {
	display: inline-flex; align-items: center; gap: 10px; padding: 10px 18px; border-radius: 12px;
	background: #000; border: 1px solid #444; color: #fff; text-decoration: none; min-width: 180px;
}
.store-badge small { display: block; font-size: .68rem; color: var(--muted); line-height: 1.2; }
.store-badge strong { display: block; font-size: 1rem; line-height: 1.2; }
.store-badge.is-soon { opacity: .6; cursor: default; }
.store-badge svg { width: 26px; height: 26px; }

/* ------------------------------------------------------------------
   10. Page hero, prose, blog
------------------------------------------------------------------- */
.page-hero { padding: 88px 0 56px; text-align: center; position: relative; overflow: hidden; }
.page-hero::before {
	content: ""; position: absolute; left: 50%; top: -420px; width: 1000px; height: 700px; transform: translateX(-50%); pointer-events: none;
	background: radial-gradient(closest-side, rgba(187,29,49,.28), transparent);
}
.page-hero > * { position: relative; }
.page-hero .lead { margin-inline: auto; }
.page-hero .btn-row { justify-content: center; }
.page-title { font-size: clamp(2.1rem, 4.4vw, 3.4rem); }

.prose { color: #e6e6e6; }
.prose > * + * { margin-top: 1.1em; }
.prose h2 { font-size: 1.6rem; margin-top: 2em; }
.prose h3 { font-size: 1.25rem; margin-top: 1.6em; }
.prose p, .prose li { color: #d6d6d6; }
.prose a { color: #fff; text-decoration-color: var(--primary); }
.prose blockquote { margin: 1.6em 0; padding: 4px 0 4px 22px; border-left: 3px solid var(--primary); color: #fff; font-size: 1.12rem; }
.prose img { border-radius: var(--radius-sm); }
.prose code { background: var(--surface-2); padding: 2px 6px; border-radius: 6px; font-size: .9em; }
.prose table { width: 100%; border-collapse: collapse; }
.prose th, .prose td { border: 1px solid var(--border); padding: 10px 12px; text-align: left; }
.prose .wp-block-button__link { background: var(--primary); border-radius: 999px; color: #fff; text-decoration: none; }
.legal { padding-bottom: 96px; }
.legal .prose h2 { font-size: 1.3rem; }
.legal address { font-style: normal; }
.admin-note { margin: 0 0 32px; padding: 14px 18px; border-radius: 12px; background: var(--gold-soft); border: 1px dashed var(--gold); color: #ffe3bf; font-size: .92rem; }
.placeholder { color: var(--gold); }

.posts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 1020px) { .posts-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 680px) { .posts-grid { grid-template-columns: 1fr; } }
.post-card { display: flex; flex-direction: column; padding: 0; overflow: hidden; }
.post-card .thumb { display: block; aspect-ratio: 16 / 10; background: radial-gradient(260px 200px at 80% 20%, rgba(187,29,49,.5), transparent 70%), radial-gradient(260px 200px at 10% 90%, rgba(252,166,64,.25), transparent 70%), var(--surface-2); }
.post-card .thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.post-card .thumb .icon { width: 44px; height: 44px; margin: 30px; color: rgba(255,255,255,.7); }
.post-card .body { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.post-card h2, .post-card h3 { font-size: 1.2rem; margin: 8px 0 10px; }
.post-card h2 a, .post-card h3 a { text-decoration: none; }
.post-card p { color: var(--muted); font-size: .95rem; flex: 1; }
.post-meta { color: var(--muted); font-size: .84rem; display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.post-meta .cat { color: var(--gold); font-weight: 700; text-decoration: none; }
.read-more { font-weight: 700; text-decoration: none; display: inline-flex; gap: 8px; align-items: center; color: #fff; margin-top: 12px; }
.read-more .icon { color: var(--primary); transition: transform .2s; }
.read-more:hover .icon { transform: translateX(3px); }

.single-header { padding: 80px 0 32px; text-align: center; }
.single-header h1 { font-size: clamp(2rem, 4vw, 3rem); }
.single-thumb { margin: 0 auto 48px; max-width: 1000px; padding: 0 var(--gutter); }
.single-thumb img { border-radius: 22px; width: 100%; }
.single-body { padding-bottom: 80px; }
.post-nav { display: flex; justify-content: space-between; gap: 20px; margin-top: 56px; padding-top: 28px; border-top: 1px solid var(--border); }
.post-nav a { text-decoration: none; color: var(--muted); max-width: 45%; }
.post-nav a:hover { color: #fff; }

.pagination { margin-top: 56px; display: flex; justify-content: center; }
.pagination .nav-links { display: flex; gap: 8px; flex-wrap: wrap; }
.pagination .page-numbers { display: grid; place-items: center; min-width: 44px; height: 44px; padding: 0 12px; border-radius: 12px; border: 1px solid var(--border); text-decoration: none; color: var(--muted); }
.pagination .page-numbers.current { background: var(--primary); border-color: var(--primary); color: #fff; }

.search-form { display: flex; gap: 10px; max-width: 520px; margin: 24px auto 0; }
.search-form label { flex: 1; }

/* ------------------------------------------------------------------
   11. Forms
------------------------------------------------------------------- */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-grid .full { grid-column: 1 / -1; }
@media (max-width: 640px) { .form-grid { grid-template-columns: 1fr; } }
.field label { display: block; font-weight: 650; font-size: .92rem; margin-bottom: 8px; }
input[type="text"], input[type="email"], input[type="search"], input[type="url"], select, textarea {
	width: 100%; min-height: 50px; padding: 12px 16px; border-radius: 12px; border: 1px solid var(--border);
	background: var(--bg); color: #fff; font: inherit; font-size: 1rem; transition: border-color .15s, box-shadow .15s;
}
textarea { min-height: 160px; resize: vertical; }
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 3px rgba(187,29,49,.25); }
select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, #999 50%), linear-gradient(135deg, #999 50%, transparent 50%); background-position: calc(100% - 22px) 22px, calc(100% - 16px) 22px; background-size: 6px 6px; background-repeat: no-repeat; padding-right: 44px; }
.field label.checkbox { font-weight: 400; font-size: .92rem; margin: 0; }
.checkbox { display: flex; gap: 12px; align-items: flex-start; font-size: .92rem; color: var(--muted); }
.checkbox input { width: 20px; height: 20px; margin-top: 2px; accent-color: var(--primary); flex: none; }
.hp-field { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.notice { padding: 14px 18px; border-radius: 12px; margin-bottom: 22px; font-weight: 600; }
.notice-success { background: var(--verified-soft); border: 1px solid rgba(33,213,26,.4); color: #b8ffb4; }
.notice-error { background: var(--primary-soft); border: 1px solid rgba(187,29,49,.55); color: #ffc7cf; }
.contact-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 32px; align-items: start; }
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-aside .card + .card { margin-top: 18px; }
.contact-aside h3 { margin-top: 0; display: flex; gap: 10px; align-items: center; }
.contact-aside h3 .icon { color: var(--primary); }

/* Comments */
.comments-area { margin-top: 64px; padding-top: 32px; border-top: 1px solid var(--border); }
.comment-list { list-style: none; padding: 0; }
.comment-list .comment { padding: 18px 0; border-bottom: 1px solid #222; }
.comment-meta { font-size: .88rem; color: var(--muted); }
.comment-form p { margin-bottom: 16px; }
.comment-form input[type="submit"] { background: var(--primary); color: #fff; border: 0; border-radius: 999px; padding: 12px 24px; font: inherit; font-weight: 700; cursor: pointer; }

/* ------------------------------------------------------------------
   12. Footer
------------------------------------------------------------------- */
.site-footer { border-top: 1px solid var(--border); background: #0e0e0e; padding: 72px 0 32px; margin-top: 0; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } .footer-brand { grid-column: 1 / -1; } }
.footer-brand p { color: var(--muted); max-width: 340px; font-size: .95rem; margin-top: 16px; }
.site-footer h2 { font-size: .8rem; text-transform: uppercase; letter-spacing: .14em; color: var(--muted); margin-bottom: 16px; }
.footer-links { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.footer-links a { color: #ddd; text-decoration: none; font-size: .95rem; }
.footer-links a:hover { color: #fff; text-decoration: underline; text-decoration-color: var(--primary); }
.social { display: flex; gap: 10px; margin-top: 20px; }
.social a { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; border: 1px solid var(--border); color: var(--muted); }
.social a:hover { color: #fff; border-color: #555; }
.footer-bottom { display: flex; flex-wrap: wrap; gap: 16px; justify-content: space-between; align-items: center; margin-top: 56px; padding-top: 24px; border-top: 1px solid #1f1f1f; color: #8a8a8a; font-size: .86rem; }
.footer-bottom .badges { display: flex; gap: 10px; flex-wrap: wrap; }
.footer-bottom .chip { font-size: .78rem; padding: 5px 11px; }
.footer-bottom button.linklike { background: none; border: 0; color: #8a8a8a; font: inherit; cursor: pointer; text-decoration: underline; padding: 0; }

/* ------------------------------------------------------------------
   13. Age gate & cookie notice
------------------------------------------------------------------- */
.age-gate {
	position: fixed; inset: 0; z-index: 1000; display: none; align-items: center; justify-content: center; padding: 20px;
	background: rgba(8,8,8,.86); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
}
.age-gate.is-visible { display: flex; }
.age-gate-box { max-width: 460px; width: 100%; text-align: center; padding: 40px 32px; border-radius: 24px; background: var(--surface); border: 1px solid var(--border); box-shadow: var(--shadow); }
.age-gate-box .icon-badge { width: 64px; height: 64px; border-radius: 50%; }
.age-gate-box .icon-badge .icon { width: 32px; height: 32px; }
.age-gate-box h2 { font-size: 1.6rem; margin: 18px 0 10px; }
.age-gate-box p { color: var(--muted); }
.age-gate-box .btn-row { justify-content: center; flex-direction: column; }
.age-gate-box .small { font-size: .82rem; margin-top: 18px; margin-bottom: 0; }

.cookie-note {
	position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 900; display: none;
	max-width: 760px; margin: 0 auto; padding: 16px 18px; border-radius: 16px;
	background: rgba(30,30,30,.97); border: 1px solid var(--border); box-shadow: var(--shadow);
	align-items: center; gap: 16px; font-size: .9rem; color: var(--muted);
}
.cookie-note.is-visible { display: flex; }
.cookie-note p { margin: 0; flex: 1; }
@media (max-width: 600px) { .cookie-note { flex-direction: column; align-items: stretch; } }

/* ------------------------------------------------------------------
   14. Misc
------------------------------------------------------------------- */
.error-404 { padding: 120px 0; text-align: center; }
.error-404 .big { font-size: clamp(5rem, 16vw, 10rem); font-weight: 800; line-height: 1; color: transparent; -webkit-text-stroke: 2px var(--primary); margin: 0; }
.stats-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; text-align: center; }
.stats-row strong { display: block; font-size: 2.2rem; font-weight: 800; letter-spacing: -.03em; }
.stats-row span { color: var(--muted); font-size: .92rem; }
@media (max-width: 760px) { .stats-row { grid-template-columns: repeat(2, 1fr); } }
.value-card h3 { display: flex; gap: 10px; align-items: center; }
.tips-list { counter-reset: tip; list-style: none; padding: 0; display: grid; gap: 14px; }
.tips-list li { counter-increment: tip; position: relative; padding: 18px 20px 18px 70px; background: var(--surface); border: 1px solid var(--border); border-radius: 14px; color: var(--muted); }
.tips-list li::before { content: counter(tip); position: absolute; left: 20px; top: 16px; width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: var(--primary-soft); color: #ff8595; font-weight: 800; }
.tips-list strong { color: #fff; }
.alignwide { max-width: 1100px; margin-inline: auto; }
.alignfull { width: 100vw; margin-left: calc(50% - 50vw); }
.wp-caption-text, figcaption { color: var(--muted); font-size: .88rem; text-align: center; }
.sticky .post-card { border-color: var(--gold); }

@media (max-width: 600px) {
	:root { --gutter: 16px; }
	body { font-size: 16px; }
	.section { padding: 72px 0; }
	.card { padding: 22px; }
	.btn-row .btn { flex: 1 1 auto; }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
