@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap');


:root{ /* citadelfont */
    --bn-navy:#1a1a1a; --bn-orange:#d64545; --bn-charcoal:#2c2c32; --bn-warm:#CCC5CA; --bn-white:#FFFFFF;
    --brand-primary: var(--bn-navy);
    --brand-accent: var(--bn-orange);
    --bg: #f6efe3; --ink: #222222;
    --citadelfont: 'Zen Maru Gothic', 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'Yu Gothic', sans-serif;
    --radius-12:12px; --radius-16:16px; --radius-20:20px;
    --shadow-card:0 4px 14px rgba(0,0,0,.12);
}
body { font-family: var(--citadelfont); background: radial-gradient(circle at 10% 20%, rgba(249,240,228,0.96) 0%, rgba(219,196,170,0.92) 38%, rgba(164,138,112,0.88) 100%); color: var(--ink); margin: 0; }

.page-shell { position: relative; min-height: 100vh; padding: 56px 0 96px; overflow: hidden; }
.page-shell::before, .page-shell::after { content:""; position:absolute; inset:0; pointer-events:none; }
.page-shell::before { background: radial-gradient(ellipse at top right, rgba(255,255,255,0.42) 0%, rgba(255,255,255,0) 65%), radial-gradient(ellipse at bottom left, rgba(40,24,12,0.32) 0%, rgba(40,24,12,0) 62%); opacity:.9; }
.page-shell::after { background: linear-gradient(120deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0) 38%, rgba(22,22,22,0.18) 100%); mix-blend-mode: soft-light; opacity:.7; }

.page-overlay { position:absolute; inset:0; background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="160" height="160" fill="none"><path d="M0 159.5h160M.5 0v160" stroke="rgba(255,255,255,0.06)" stroke-width="1"/></svg>') repeat; opacity:.6; pointer-events:none; mix-blend-mode: soft-light; }
h1, h2 { color: var(--brand-primary); font-family: var(--citadelfont); letter-spacing: 0.04em; }
.banner { background: linear-gradient(90deg, var(--brand-primary), var(--brand-accent)); color:#fff; padding:8px 12px; border-radius:8px; margin-bottom:16px; }
section { margin-bottom:30px; padding:15px; border:1px solid #e6e6ef; background:#fff; border-radius:12px; box-shadow:0 1px 2px rgba(0,0,0,.04); color:#1d2433; }
textarea { width:100%; height:200px; }
.container { position:relative; z-index:2; }
.page-main { display:flex; flex-direction:column; gap:56px; }
.topbar { position:relative; display:flex; align-items:flex-end; justify-content:space-between; padding:0 16px 28px; margin-bottom:12px; z-index:2; }
.topbar::after { content:""; position:absolute; left:16px; right:16px; bottom:0; height:1px; background: linear-gradient(90deg, rgba(26,26,26,0), rgba(26,26,26,0.35), rgba(26,26,26,0)); opacity:.45; }
.topbar .brand { display:flex; align-items:flex-end; gap:16px; font-weight:700; color: var(--brand-primary); }
.brand-logo { height:56px; width:auto; display:block; border-radius: 10px; box-shadow: 0 1px 3px rgba(0,0,0,.15); }
.brand-text { line-height:64px; font-family: var(--citadelfont); font-size: 38px; text-transform:uppercase; letter-spacing:.16em; font-weight:900; background: linear-gradient(135deg,#f6c5e1 0%, #f0d6b2 45%, #f7c3df 100%); -webkit-background-clip:text; color:transparent; animation: beigePulse 6s ease-in-out infinite; display:inline-block; text-shadow: 0 0 6px rgba(242,192,219,.35), 0 0 14px rgba(230,170,200,.28), 3px 3px 0 rgba(22,22,22,.4); filter: saturate(1.08); }
.brand-wordmark { display:flex; flex-direction:column; align-items:flex-start; gap:2px; }
.brand-note { font-family: var(--citadelfont); font-size: 13px; letter-spacing:.1em; text-transform:uppercase; color:#3d3221; display:block; margin-top:4px; opacity:.82; }
.footer { margin-top:40px; font-size: 14px; color:#555; }
.footer .legal a{ margin-right:10px; color: var(--brand-primary); }
.site-version { text-align:center; margin-top:10px; font-size:12px; color:#777; }
.age-gate { position:fixed; inset:0; background:rgba(0,0,0,.65); display:flex; align-items:center; justify-content:center; z-index:9999; }
.age-gate-box { background:#fff; padding:20px; border-radius:12px; width: 360px; text-align:center; }
/* Display page styles */
.hero { position:relative; padding: clamp(32px, 4vw, 52px); border-radius:32px; border:1px solid rgba(255,255,255,0.55); background: linear-gradient(150deg, rgba(255,255,255,0.9) 0%, rgba(238,226,210,0.92) 45%, rgba(201,172,143,0.95) 100%); box-shadow: 0 46px 80px rgba(33,24,16,0.22); display:grid; gap:36px; overflow:hidden; color: rgba(20,20,20,0.92); }
.hero::before { content:""; position:absolute; inset:-40% -20% 50% -20%; background: radial-gradient(circle at 20% 40%, rgba(214,69,69,0.18), rgba(214,69,69,0)); opacity:.8; pointer-events:none; }
.hero::after { content:""; position:absolute; inset:32px; border-radius:24px; border:1px solid rgba(255,255,255,0.32); mix-blend-mode: soft-light; opacity:.6; pointer-events:none; }
@media (min-width: 1024px) {
    .hero { grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); align-items:center; }
}
.hero h1 { font-size: clamp(36px, 6vw, 48px); margin: 0; line-height: 1.1; color:#141414; text-shadow: 0 10px 30px rgba(0,0,0,.22); }
.hero p { margin: 0; }
.hero p.lead { font-size: 18px; color: rgba(38,32,28,.78); max-width: 560px; line-height: 1.65; }

.hero-content { position:relative; z-index:1; display:flex; flex-direction:column; gap:18px; }
.hero-content .pill { align-self:flex-start; font-size:11px; letter-spacing:.32em; background: rgba(214,69,69,0.14); color: var(--brand-primary); border:1px solid rgba(214,69,69,0.3); box-shadow:none; padding:8px 16px; }
.hero-points { list-style:none; margin:4px 0 0; padding:0; display:grid; gap:12px; color: rgba(32,28,24,0.78); }
.hero-points li { display:flex; align-items:center; gap:12px; font-size:15px; line-height:1.55; }
.hero-points li::before { content:""; width:12px; height:12px; border-radius:50%; background: linear-gradient(135deg,#d64545,#f6c5e1); box-shadow: 0 0 0 5px rgba(214,69,69,0.2); }
.hero-legal { font-size:13px; color: rgba(32,28,24,0.62); max-width:520px; line-height:1.6; }
.hero-stats { display:flex; flex-wrap:wrap; gap:16px; margin:12px 0 0; }
.hero-stat { position:relative; padding:16px 18px; border-radius:16px; background: rgba(255,255,255,0.82); border:1px solid rgba(26,26,26,0.08); box-shadow: 0 22px 36px rgba(26,26,26,0.12); min-width: 160px; }
.hero-stat::after { content:""; position:absolute; inset:0; border-radius:inherit; border:1px solid rgba(255,255,255,0.28); opacity:.65; pointer-events:none; }
.hero-stat .label { display:block; text-transform:uppercase; font-size:11px; letter-spacing:.28em; color: rgba(26,26,26,0.46); }
.hero-stat .value { margin-top:8px; font-size:24px; font-weight:700; color: var(--brand-primary); letter-spacing:.04em; }

.hero-media { position:relative; display:flex; flex-direction:column; gap:18px; z-index:1; }
.hero-media-frame { position:relative; border-radius:22px; overflow:hidden; min-height:320px; border:1px solid rgba(255,255,255,0.48); box-shadow: 0 40px 70px rgba(18,10,6,0.32); background: rgba(18,18,18,0.85); isolation:isolate; }
.hero-media-frame::after { content:""; position:absolute; inset:12px; border-radius:16px; border:1px solid rgba(255,255,255,0.1); mix-blend-mode: screen; pointer-events:none; }
.hero-backdrop { position:absolute; inset:0; overflow:hidden; filter: saturate(118%) contrast(1.05); }
.hero-backdrop::after { content:""; position:absolute; inset:0; background: linear-gradient(160deg, rgba(18,18,18,0.78) 12%, rgba(14,14,14,0.65) 44%, rgba(14,14,14,0.48) 82%, rgba(14,14,14,0.82) 100%); backdrop-filter: blur(8px); }
.hero-backdrop span { position:absolute; inset:0; background-image: var(--bg); background-size: cover; background-position: center 24%; opacity:0; animation: heroBackdropFade 28s linear infinite; transform: scale(1.12); transition: opacity 1.4s ease, transform 18s ease; filter: brightness(.98) saturate(1.24); }
.hero-backdrop span:nth-child(1) { animation-delay: 0s; }
.hero-backdrop span:nth-child(2) { animation-delay: 7s; }
.hero-backdrop span:nth-child(3) { animation-delay: 14s; }
.hero-backdrop span:nth-child(4) { animation-delay: 21s; }

.hero-gallery { display:grid; gap:14px; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); }
.hero-gallery figure { position:relative; margin:0; border-radius:18px; overflow:hidden; border:1px solid rgba(255,255,255,0.45); background: rgba(255,255,255,0.4); box-shadow: 0 18px 36px rgba(18,10,6,0.22); transition: transform .45s ease, box-shadow .45s ease; }
.hero-gallery figure:hover { transform: translateY(-4px); box-shadow: 0 26px 56px rgba(18,10,6,0.28); }
.hero-gallery img { width:100%; height:100%; object-fit:cover; display:block; filter: saturate(1.08) contrast(1.03); transition: transform .6s ease; }
.hero-gallery figure:hover img { transform: scale(1.05); }
.hero-gallery figcaption { position:absolute; left:12px; right:12px; bottom:12px; padding:8px 12px; border-radius:999px; background: rgba(6,6,6,0.72); color:#fff; font-size:11px; letter-spacing:.22em; text-transform:uppercase; text-align:center; }

@keyframes beigePulse {
    0% { filter: drop-shadow(0 0 0 rgba(210,188,150,0.0)); }
    35% { filter: drop-shadow(0 12px 18px rgba(210,188,150,0.55)); }
    70% { filter: drop-shadow(0 4px 10px rgba(210,188,150,0.3)); }
    100% { filter: drop-shadow(0 0 0 rgba(210,188,150,0.0)); }
}

@keyframes heroBackdropFade {
    0% { opacity: 0; transform: scale(1.12); }
    6% { opacity: .92; transform: scale(1.06); }
    24% { opacity: .92; transform: scale(1.02); }
    30% { opacity: 0; transform: scale(1.1); }
    100% { opacity: 0; transform: scale(1.12); }
}
.cta { display:flex; gap:12px; flex-wrap: wrap; }
.btn { display:inline-block; padding: 16px 20px; border-radius: 12px; text-decoration:none; font-weight:700; letter-spacing: .2px; border:1px solid rgba(255,255,255,.55); box-shadow: inset 0 0 0 1px rgba(255,255,255,.08); }
.btn.primary { background: #d64545; color:#fff; box-shadow: 0 8px 18px rgba(214,69,69,.35); border-color: rgba(255,255,255,.85); }
.btn.primary:hover { filter: brightness(1.04); box-shadow: 0 10px 22px rgba(214,69,69,.42); }
.btn.accent { background: #b73030; color:#fff; border-color: rgba(255,255,255,.8); box-shadow: 0 8px 18px rgba(183,48,48,.35); }
.btn.ghost { background: transparent; color: rgba(34,34,34,.92); border:1px solid rgba(34,34,34,.45); box-shadow: inset 0 0 0 1px rgba(34,34,34,.1); }
.btn.ghost:hover { background: rgba(34,34,34,.08); }
.btn.accent:hover { filter: brightness(1.04); box-shadow: 0 10px 22px rgba(183,48,48,.42); }
.pill { display:inline-flex; align-items:center; gap:8px; background:rgba(214,69,69,0.14); color:var(--brand-primary); padding:8px 16px; border-radius:999px; font-size:11px; text-transform:uppercase; letter-spacing:.28em; border:1px solid rgba(214,69,69,0.3); box-shadow:none; }
/* Management strip */
.mgmt-strip { margin: 0 16px 36px; padding:14px 18px; border:1px solid rgba(26,26,26,.18); background: rgba(255,255,255,0.76); color:rgba(32,28,24,.88); border-radius:18px; font-size:15px; display:flex; align-items:center; gap:14px; backdrop-filter: blur(14px); box-shadow: 0 18px 40px rgba(26,26,26,.18); }
.mgmt-strip::before { content:""; width:34px; height:34px; border-radius:50%; background: radial-gradient(circle at 30% 30%, rgba(214,69,69,.85), rgba(214,69,69,.3)); box-shadow: 0 10px 20px rgba(214,69,69,.35), inset 0 0 0 1px rgba(255,255,255,.65); }
.mgmt-strip strong { letter-spacing:.18em; text-transform:uppercase; font-size:13px; color: rgba(26,26,26,.76); }
.mgmt-strip a { color: var(--brand-primary); font-weight:600; text-decoration: none; }
.mgmt-strip a:hover { text-decoration:underline; }
/* SFW rotation */
.sfw-showcase { padding: 36px; border-radius: 28px; background: rgba(255,255,255,0.85); border:1px solid rgba(26,26,26,0.08); box-shadow: 0 38px 72px rgba(26,26,26,0.16); overflow:hidden; position:relative; }
.sfw-showcase::after { content:""; position:absolute; inset:-120px 40% auto -120px; height:240px; background: radial-gradient(circle, rgba(214,69,69,0.18), rgba(214,69,69,0)); opacity:.6; pointer-events:none; }
.sfw-showcase header { display:flex; flex-wrap:wrap; gap:18px; align-items:flex-start; justify-content:space-between; margin-bottom:28px; position:relative; z-index:1; }
.sfw-showcase header h2 { margin:0; font-size:28px; letter-spacing:.02em; }
.sfw-showcase header p { margin:0; max-width:520px; color: rgba(32,28,24,0.72); line-height:1.6; }
.sfw-layout { position:relative; z-index:1; display:grid; gap:28px; }
@media (min-width: 1024px) {
    .sfw-layout { grid-template-columns: minmax(0, 2fr) minmax(0, 1fr); align-items:start; }
}
.sfw-rotation { position:relative; padding: 22px; border-radius:24px; background: radial-gradient(circle at 20% 20%, rgba(94,22,22,0.85), rgba(22,8,8,0.92)); border:1px solid rgba(255,255,255,0.08); box-shadow: 0 38px 68px rgba(12,8,6,0.55); overflow:hidden; }
.sfw-rotation::after { content:""; position:absolute; inset:14px; border-radius:18px; border:1px solid rgba(255,255,255,0.12); pointer-events:none; opacity:.6; }
.sfw-rotation h2 { font-size: 13px; margin: 0 0 16px; color: rgba(255,255,255,0.72); letter-spacing:.32em; text-transform:uppercase; }
.sfw-rotation .stage { position: relative; width: 100%; aspect-ratio: 5 / 4; overflow: hidden; border-radius: 18px; background: rgba(8,8,8,0.92); box-shadow: 0 28px 48px rgba(6,3,3,0.55); }
.sfw-rotation .stage img, .sfw-rotation .stage video { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; opacity:0; transition: opacity .6s ease, transform 18s ease; transform: scale(1.05); border-radius: inherit; filter: contrast(1.06) saturate(1.12) brightness(0.96); }
.sfw-rotation .stage .visible { opacity:1; transform: scale(1); }
.sfw-notes { list-style:none; margin:0; padding:0; display:grid; gap:16px; color: rgba(38,32,28,0.78); }
.sfw-notes li { position:relative; padding-left:28px; line-height:1.55; font-size:15px; }
.sfw-notes li::before { content:""; position:absolute; left:0; top:8px; width:12px; height:12px; border-radius:50%; background: linear-gradient(135deg,#d64545,#f6c5e1); box-shadow: 0 0 0 4px rgba(214,69,69,0.16); }

/* New horizontal slider */
.hsnap { position: relative; border-radius: 16px; background: linear-gradient(135deg, rgba(214,69,69,.9), rgba(136,24,24,.92)); padding: 12px 44px; border:2px solid transparent; border-image: linear-gradient(135deg, rgba(255,255,255,.95), rgba(26,26,26,.85)) 1; box-shadow: 0 14px 32px rgba(10,10,10,.4); }
.hsnap-viewport { display:flex; gap:12px; overflow-x:auto; scroll-snap-type:x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none; scroll-behavior:smooth; border-radius: 10px; }
.hsnap-viewport::-webkit-scrollbar { display:none; }
.hsnap-slide { flex: 0 0 76%; max-width: 76%; aspect-ratio: 16/9; scroll-snap-align: center; position: relative; border-radius: 12px; background:#0b0b0b; overflow:hidden; box-shadow: 0 10px 24px rgba(0,0,0,.28), 0 2px 6px rgba(0,0,0,.2); }
@media (min-width: 860px) { .hsnap-slide { flex-basis: 58%; max-width: 58%; } }
.hsnap-slide img, .hsnap-slide video { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; filter: contrast(1.05) saturate(1.08) brightness(0.98); transform: scale(1.02); transition: transform 600ms ease, opacity 400ms ease; }
.hsnap-slide img[loading="lazy"] { opacity:.0; }
.hsnap-slide img.is-loaded { opacity:1; transform: scale(1); }
.hsnap-nav { position:absolute; top:50%; transform: translateY(-50%); width:36px; height:36px; border-radius:999px; border:0; background: rgba(10,10,10,.72); color:#fff; display:grid; place-items:center; box-shadow: 0 8px 18px rgba(0,0,0,.35); cursor:pointer; z-index:3; }
.hsnap-nav:hover { background: rgba(10,10,10,.92); }
.hsnap-nav.prev { left:10px; }
.hsnap-nav.next { right:10px; }
.hsnap-fade { position:absolute; top:0; bottom:0; width:60px; z-index:2; pointer-events:none; }
.hsnap-fade.left { left:0; background: linear-gradient(90deg, rgba(10,10,10,0.95), rgba(10,10,10,0)); }
.hsnap-fade.right { right:0; background: linear-gradient(-90deg, rgba(10,10,10,0.95), rgba(10,10,10,0)); }
.hsnap-dots { display:flex; gap:8px; justify-content:center; margin-top:10px; }
.hsnap-dots button { width:10px; height:10px; border-radius:999px; border:0; background: rgba(32,32,32,.35); }
.hsnap-dots button[aria-current="true"] { background: linear-gradient(135deg,#d64545,#111111); box-shadow: 0 0 0 4px rgba(18,18,18,.12); }

/* Value grid */
.value-section { position:relative; padding: 44px 36px 40px; border-radius:28px; background: rgba(255,255,255,0.88); border:1px solid rgba(26,26,26,0.08); box-shadow: 0 32px 64px rgba(26,26,26,0.16); overflow:hidden; }
.value-section::after { content:""; position:absolute; inset:auto -120px -120px auto; width:320px; height:320px; background: radial-gradient(circle, rgba(214,69,69,0.18), rgba(214,69,69,0)); opacity:.5; pointer-events:none; }
.section-head { display:flex; flex-direction:column; gap:12px; margin-bottom:32px; position:relative; z-index:1; }
.section-head span { font-size:12px; text-transform:uppercase; letter-spacing:.32em; color: rgba(26,26,26,0.5); }
.section-head h2 { margin:0; font-size:30px; letter-spacing:.02em; color: var(--brand-primary); }
.section-head p { margin:0; max-width:580px; color: rgba(38,32,28,0.72); line-height:1.65; }
.value-grid { display:grid; gap:20px; position:relative; z-index:1; }
@media (min-width: 992px) {
    .value-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.value-card { position:relative; padding:24px 22px; border-radius:20px; background: rgba(255,255,255,0.92); border:1px solid rgba(26,26,26,0.08); box-shadow: 0 24px 48px rgba(26,26,26,0.12); overflow:hidden; display:flex; flex-direction:column; gap:14px; }
.value-card::before { content:""; position:absolute; inset:-46% 42% auto -36%; height:160%; background: radial-gradient(circle, rgba(214,69,69,0.14), rgba(214,69,69,0)); opacity:.7; pointer-events:none; }
.value-card strong { font-size:18px; color: var(--brand-primary); letter-spacing:.02em; position:relative; }
.value-card p { margin:0; color: rgba(38,32,28,0.7); line-height:1.6; position:relative; }
.value-card .tag { align-self:flex-start; font-size:11px; text-transform:uppercase; letter-spacing:.3em; padding:6px 12px; border-radius:999px; background: rgba(26,26,26,0.08); color: rgba(26,26,26,0.62); position:relative; }
/* Replay preview */
.replay-box { margin-top: 20px; padding: 16px; border:1px solid #e5e7eb; background:#fff; border-radius:14px; box-shadow: 0 4px 14px rgba(0,0,0,.06); }
.replay-box h2 { font-size: 18px; margin: 0 0 10px; color:#2b2b2b; }
.replay-embed { position: relative; width: 100%; aspect-ratio: 16/9; background:#0b0b0b; border-radius: 12px; overflow: hidden; display:flex; align-items:center; justify-content:center; }
@media (min-width: 768px) { .replay-embed { width: 50%; margin: 0 auto; } }
.replay-embed a.preview { display:block; color:#fff; text-decoration:none; font-weight:600; padding: 12px 16px; border-radius: 10px; background: linear-gradient(180deg,#d64545,#8b1f1f); box-shadow: 0 10px 24px rgba(0,0,0,.25); }


/* Roadmap carousel */
.roadmap-section { margin-top: 28px; padding: 26px; border-radius: 18px; border:1px solid #dde3f4; background: linear-gradient(180deg,#fdfdfd 0%,#e5e5e5 100%); box-shadow: 0 12px 26px rgba(26,26,26,.08); position: relative; overflow:hidden; }
.roadmap-section::after { content:""; position:absolute; inset:auto -60px -120px -60px; height:220px; background: radial-gradient(60% 100% at 50% 100%, rgba(26,26,26,.08), transparent 70%); pointer-events:none; }
.roadmap-top { display:flex; justify-content:space-between; align-items:flex-start; gap:18px; margin-bottom:18px; position:relative; z-index:1; }
.roadmap-top h2 { margin:0 0 6px; color:#1b1b1b; font-size:26px; }
.roadmap-top p { margin:0; color:#2c2f35; line-height:1.6; }
.roadmap-badges { display:flex; gap:8px; flex-wrap:wrap; }
.roadmap-badge { display:inline-flex; align-items:center; gap:6px; padding:6px 12px; border-radius:999px; font-size:12px; font-weight:600; letter-spacing:.3px; background:rgba(34,34,34,.12); color:#202023; text-transform:uppercase; }
.roadmap-badge.accent { background:rgba(214,69,69,.18); color:#b73030; }
.roadmap-carousel { position:relative; z-index:1; }
.roadmap-viewport { position:relative; min-height:260px; }
.roadmap-card { position:absolute; inset:0; margin:0; padding:24px; border-radius:14px; border:1px solid rgba(26,26,26,.08); background:#ffffff; box-shadow: 0 14px 34px rgba(26,26,26,.1); opacity:0; transform: translateY(14px) scale(.98); transition: opacity .6s ease, transform .6s ease; display:flex; flex-direction:column; gap:14px; }
.roadmap-card.active { opacity:1; transform: translateY(0) scale(1); pointer-events:auto; }
.roadmap-phase { display:inline-flex; align-items:center; gap:6px; font-size:12px; text-transform:uppercase; letter-spacing:.2em; color:#9c1f1f; background:rgba(214,69,69,.18); padding:4px 10px; border-radius:999px; font-weight:700; }
.roadmap-card h3 { margin:0; font-size:22px; color:#1b1b1b; }
.roadmap-card ul { margin:0; padding-left:18px; color:#2f323a; display:grid; gap:6px; }
.roadmap-card footer { margin-top:auto; font-size:13px; color:#5b6374; display:flex; justify-content:space-between; gap:12px; flex-wrap:wrap; }
.roadmap-meta-flag { display:inline-flex; align-items:center; gap:6px; font-weight:600; }
.roadmap-meta-flag svg { width:16px; height:16px; color:#1f8a70; }
.roadmap-tags { display:flex; gap:6px; flex-wrap:wrap; font-size:12px; color:#586070; }
.roadmap-dots { margin-top:18px; display:flex; gap:10px; justify-content:center; position:relative; z-index:1; }
.roadmap-dots button { width:14px; height:14px; border-radius:50%; border:0; background: rgba(32,32,32,.25); cursor:pointer; transition: transform .3s ease, background .3s ease; }
.roadmap-dots button.active { background: linear-gradient(135deg,#d64545,#111111); transform: scale(1.2); box-shadow: 0 0 0 4px rgba(18,18,18,.12); }
.roadmap-dots button:focus-visible { outline:2px solid #1b1b1b; outline-offset:2px; }
.roadmap-actions { margin-top:24px; display:flex; justify-content:flex-end; }
.roadmap-actions .btn { padding: 12px 18px; border-radius: 999px; font-size:14px; }

.ai-verify { margin-top:26px; padding:24px; border-radius:16px; border:1px solid rgba(26,26,26,.12); background: linear-gradient(180deg,#ffffff,#ededed); box-shadow: 0 12px 28px rgba(26,26,26,.08); }
.ai-verify-header { display:flex; justify-content:space-between; align-items:flex-start; gap:18px; flex-wrap:wrap; }
.ai-verify-header h2 { margin:0; color:#1b1b1b; font-size:24px; }
.ai-verify-header p { margin:0; color:#2c2f35; max-width:520px; line-height:1.6; }
.ai-verify-grid { margin-top:18px; display:grid; gap:16px; grid-template-columns: repeat(auto-fit,minmax(220px,1fr)); }
.ai-verify-card { padding:18px; border-radius:14px; border:1px solid rgba(26,26,26,.08); background:#fff; box-shadow: inset 0 0 0 1px rgba(255,255,255,.6); display:flex; flex-direction:column; gap:12px; }
.ai-verify-card h3 { margin:0; font-size:18px; color:#1b1b1b; }
.ai-verify-card ul { margin:0; padding-left:18px; color:#2f323a; display:grid; gap:6px; }
.ai-verify-card .status { font-size:12px; font-weight:600; text-transform:uppercase; letter-spacing:.18em; color:#1f8a70; }
.ai-verify-footer { margin-top:18px; font-size:13px; color:#5b6374; display:flex; gap:10px; flex-wrap:wrap; }

.brand-ribbon { position:relative; margin:28px 0 18px; padding:12px 0; border-radius:18px; border:1px solid rgba(26,26,26,.35); background: linear-gradient(135deg, rgba(30,30,30,.92), rgba(8,8,8,.9)); overflow:hidden; box-shadow: 0 14px 28px rgba(10,10,10,.28); }
.brand-ribbon::before, .brand-ribbon::after { content:""; position:absolute; top:0; bottom:0; width:80px; z-index:2; }
.brand-ribbon::before { left:0; background: linear-gradient(90deg, rgba(10,10,10,0.95), rgba(10,10,10,0)); }
.brand-ribbon::after { right:0; background: linear-gradient(-90deg, rgba(10,10,10,0.95), rgba(10,10,10,0)); }
.brand-ribbon-track { display:flex; align-items:center; gap:18px; animation: ribbonScroll 48s linear infinite; }
.brand-ribbon.reverse .brand-ribbon-track { animation-direction: reverse; }
.brand-ribbon img { width:140px; height:88px; object-fit:cover; border-radius:12px; box-shadow: 0 8px 18px rgba(0,0,0,.28); opacity:.9; transition: transform .4s ease, opacity .4s ease; }
.brand-ribbon img:hover { transform: scale(1.06); opacity:1; }

@keyframes ribbonScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
