:root {
  --bg: #070912;
  --bg-soft: #0c1020;
  --panel: rgba(19, 24, 45, 0.78);
  --panel-solid: #11162a;
  --text: #f6f7ff;
  --muted: #9aa3bb;
  --line: rgba(255, 255, 255, 0.1);
  --primary: #7c5cff;
  --primary-2: #9b71ff;
  --accent: #55e6ca;
  --accent-dark: #163f3a;
  --warning: #ffc861;
  --max: 1180px;
  --radius: 22px;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 50% -20%, rgba(85, 230, 202, 0.1), transparent 32rem),
    radial-gradient(circle at 100% 16%, rgba(124, 92, 255, 0.12), transparent 28rem),
    var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, #000, transparent 70%);
}

a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
img { max-width: 100%; }

.skip-link {
  position: fixed;
  left: 16px;
  top: -100px;
  z-index: 999;
  padding: 10px 14px;
  color: #07120f;
  background: var(--accent);
  border-radius: 10px;
}
.skip-link:focus { top: 16px; }

.container { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }
.narrow { width: min(820px, calc(100% - 48px)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(7, 9, 18, 0.78);
  border-bottom: 1px solid rgba(255,255,255,.07);
  backdrop-filter: blur(20px);
}
.nav-shell { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 850; font-size: 21px; letter-spacing: -.045em; }
.brand-mark {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  color: white;
  font-size: 15px;
  border-radius: 11px 11px 11px 4px;
  background: linear-gradient(145deg, var(--accent), var(--primary) 58%, #c365ff);
  box-shadow: 0 10px 30px rgba(124, 92, 255, .28), inset 0 1px 0 rgba(255,255,255,.25);
}
.brand strong span { color: #9d86ff; }
.desktop-nav { display: flex; align-items: center; gap: 28px; }
.desktop-nav a { color: #aeb4c7; font-size: 13px; font-weight: 690; transition: color .2s ease; }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { color: white; }
.desktop-nav .nav-pill { padding: 9px 14px; border: 1px solid var(--line); border-radius: 11px; background: rgba(255,255,255,.04); }
.menu-toggle { display: none; border: 0; background: none; padding: 9px; cursor: pointer; }
.menu-toggle span { display: block; width: 22px; height: 1.5px; margin: 5px 0; background: white; transition: transform .2s ease; }

.notice-bar { border-bottom: 1px solid rgba(255,255,255,.06); background: rgba(85,230,202,.045); }
.notice-bar .container { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 8px; color: #9ea8bb; font-size: 10px; text-align: center; }
.notice-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 10px var(--accent); }

.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: #aeb5ca; font-size: 10px; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 22px; height: 1px; background: var(--accent); box-shadow: 0 0 9px var(--accent); }

.hero { min-height: 640px; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 62px; padding: 78px 0 82px; position: relative; }
.hero h1, .page-hero h1 { margin: 22px 0 22px; font-size: clamp(52px, 6.3vw, 82px); line-height: .99; letter-spacing: -.065em; }
.hero h1 em, .gradient-text { font-style: normal; color: transparent; background: linear-gradient(90deg, var(--accent), #8b70ff 60%, #d477ff); background-clip: text; -webkit-background-clip: text; }
.hero-copy > p { max-width: 620px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { min-height: 49px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 1px solid transparent; border-radius: 13px; padding: 0 20px; font-size: 13px; font-weight: 780; cursor: pointer; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: linear-gradient(120deg, #7050f4, #925fff); box-shadow: 0 14px 40px rgba(112,80,244,.3), inset 0 1px 0 rgba(255,255,255,.2); }
.button-secondary { color: #e1e4ef; border-color: var(--line); background: rgba(255,255,255,.04); }
.button-secondary:hover { background: rgba(255,255,255,.08); }

.trust-mini { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 42px; }
.trust-mini div { display: flex; align-items: center; gap: 9px; color: #cbd0df; font-size: 11px; font-weight: 680; }
.trust-mini span { width: 27px; height: 27px; border: 1px solid rgba(85,230,202,.28); border-radius: 50%; display: grid; place-items: center; color: var(--accent); font-size: 10px; }

.hero-visual { min-height: 475px; position: relative; border: 1px solid rgba(255,255,255,.08); border-radius: 36px; overflow: hidden; background: radial-gradient(circle at center, rgba(124,92,255,.24), rgba(12,16,32,.86) 58%, rgba(8,10,21,.94)); box-shadow: var(--shadow); isolation: isolate; }
.hero-visual::before { content: ""; position: absolute; width: 330px; height: 330px; border: 1px solid rgba(85,230,202,.14); border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%,-50%) rotate(16deg); box-shadow: 0 0 0 64px rgba(124,92,255,.04), 0 0 0 128px rgba(255,255,255,.02); }
.visual-core { position: absolute; left: 50%; top: 48%; transform: translate(-50%,-50%) rotate(-3deg); width: 190px; height: 218px; display: grid; place-items: center; border-radius: 48px 48px 48px 17px; background: linear-gradient(145deg, var(--accent), var(--primary) 48%, #bd5cff); box-shadow: 0 35px 80px rgba(106,70,255,.38), inset 0 2px 0 rgba(255,255,255,.25); animation: floatCore 5s ease-in-out infinite; }
.visual-core::after { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(255,255,255,.2); border-radius: 39px 39px 39px 12px; }
.visual-core strong { font-size: 58px; letter-spacing: -.12em; line-height: 1; }
.visual-core small { position: absolute; bottom: 34px; font-size: 7px; letter-spacing: .34em; font-weight: 900; }
.float-card { position: absolute; z-index: 2; display: flex; align-items: center; gap: 10px; padding: 11px 13px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: rgba(15,19,35,.82); backdrop-filter: blur(16px); box-shadow: 0 18px 50px rgba(0,0,0,.28); }
.float-card strong, .float-card small { display: block; }
.float-card strong { font-size: 10px; }
.float-card small { color: #7e879f; font-size: 8px; margin-top: 2px; }
.float-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; color: #09120f; background: var(--accent); font-size: 12px; font-weight: 900; }
.fc-one { left: 5%; top: 22%; }
.fc-two { right: 4%; bottom: 20%; }
.fc-two .float-icon { color: white; background: linear-gradient(145deg,#7757ff,#c166ff); }
.signal-pill { position: absolute; top: 11%; right: 8%; padding: 8px 11px; color: #d9dceb; border: 1px solid var(--line); border-radius: 999px; background: rgba(14,18,34,.78); font-size: 8px; font-weight: 800; letter-spacing: .05em; }
.signal-pill span { color: var(--accent); }
@keyframes floatCore { 50% { transform: translate(-50%,-54%) rotate(1deg); } }

.section { padding: 92px 0; position: relative; }
.section-border { border-top: 1px solid rgba(255,255,255,.07); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 34px; }
.section-heading h2 { margin: 16px 0 0; font-size: clamp(34px, 4.5vw, 53px); line-height: 1.04; letter-spacing: -.055em; }
.section-heading > p { max-width: 430px; margin: 0; color: var(--muted); font-size: 14px; }
.section-heading.center { display: block; max-width: 720px; margin-inline: auto; text-align: center; }
.section-heading.center .eyebrow { justify-content: center; }
.section-heading.center > p { max-width: 620px; margin: 18px auto 0; }

.filter-row { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 7px; margin-bottom: 24px; }
.filter-button { flex: 0 0 auto; padding: 9px 15px; color: #929aaf; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.025); font-size: 11px; font-weight: 760; cursor: pointer; }
.filter-button.is-active { color: #07120f; border-color: var(--accent); background: var(--accent); }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.content-card { border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.026); overflow: hidden; transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.content-card:hover { transform: translateY(-5px); border-color: rgba(124,92,255,.4); background: rgba(255,255,255,.045); }
.card-art { height: 170px; position: relative; display: grid; place-items: center; overflow: hidden; }
.card-art::before, .card-art::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.18); border-radius: 36%; transform: rotate(28deg); }
.card-art::before { width: 118px; height: 118px; }
.card-art::after { width: 68px; height: 68px; transform: rotate(-17deg); }
.art-violet { background: radial-gradient(circle at 30% 15%, #b17dff, #4a248f 50%, #151126); }
.art-cyan { background: radial-gradient(circle at 70% 15%, #5af3d5, #166f79 50%, #0f1825); }
.art-rose { background: radial-gradient(circle at 30% 15%, #ff8bbc, #7b2a61 50%, #211225); }
.art-amber { background: radial-gradient(circle at 70% 15%, #ffd474, #a94d31 50%, #251412); }
.art-blue { background: radial-gradient(circle at 30% 15%, #7db9ff, #3844a4 50%, #11162b); }
.art-lime { background: radial-gradient(circle at 70% 15%, #bff778, #477b48 50%, #101d14); }
.art-symbol { position: relative; z-index: 2; width: 68px; height: 68px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 20px 20px 20px 7px; background: rgba(255,255,255,.12); backdrop-filter: blur(10px); font-size: 20px; font-weight: 900; letter-spacing: -.04em; box-shadow: 0 16px 40px rgba(0,0,0,.2); }
.card-label { position: absolute; left: 13px; top: 13px; z-index: 2; padding: 6px 9px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; background: rgba(7,9,18,.62); font-size: 8px; font-weight: 780; }
.card-body { padding: 19px; }
.card-body .kicker { color: var(--accent); font-size: 9px; font-weight: 820; letter-spacing: .1em; text-transform: uppercase; }
.card-body h3 { margin: 7px 0 8px; font-size: 19px; letter-spacing: -.03em; }
.card-body p { min-height: 61px; margin: 0; color: #858da4; font-size: 12px; }
.text-link { display: flex; justify-content: space-between; align-items: center; margin-top: 18px; padding-top: 13px; border-top: 1px solid rgba(255,255,255,.07); color: #dce0ed; font-size: 11px; font-weight: 760; }
.text-link span { color: var(--accent); }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature { padding: 25px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.018)); }
.feature-number { width: 38px; height: 38px; display: grid; place-items: center; color: var(--accent); border: 1px solid rgba(85,230,202,.24); border-radius: 11px; background: rgba(85,230,202,.06); font-size: 10px; font-weight: 850; }
.feature h3 { margin: 18px 0 8px; font-size: 17px; }
.feature p { margin: 0; color: var(--muted); font-size: 12px; }

.story-band { display: grid; grid-template-columns: .88fr 1.12fr; gap: 62px; align-items: center; }
.story-band h2 { margin: 17px 0 18px; font-size: clamp(36px, 5vw, 55px); line-height: 1.04; letter-spacing: -.055em; }
.story-band > div > p { color: var(--muted); font-size: 14px; }
.story-panel { padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(145deg, rgba(25,30,55,.82), rgba(13,16,30,.9)); box-shadow: var(--shadow); }
.check-list { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.check-list li { display: grid; grid-template-columns: 30px 1fr; gap: 12px; color: #dce0ed; font-size: 12px; }
.check-list span { width: 30px; height: 30px; display: grid; place-items: center; color: #07221b; border-radius: 9px; background: var(--accent); font-size: 10px; font-weight: 900; }
.check-list small { display: block; margin-top: 3px; color: #7f879e; }

.faq-list { display: grid; gap: 10px; max-width: 840px; margin: 0 auto; }
.faq-item { border: 1px solid var(--line); border-radius: 15px; background: rgba(255,255,255,.026); overflow: hidden; }
.faq-question { width: 100%; display: flex; justify-content: space-between; gap: 20px; padding: 17px 19px; border: 0; color: white; background: none; text-align: left; font-size: 13px; font-weight: 750; cursor: pointer; }
.faq-question span { color: var(--accent); font-size: 18px; line-height: 1; transition: transform .2s ease; }
.faq-answer { display: none; padding: 0 19px 18px; color: var(--muted); font-size: 12px; }
.faq-item.is-open .faq-answer { display: block; }
.faq-item.is-open .faq-question span { transform: rotate(45deg); }

.page-hero { padding: 86px 0 62px; text-align: center; }
.page-hero .eyebrow { justify-content: center; }
.page-hero h1 { max-width: 900px; margin-inline: auto; font-size: clamp(46px, 6vw, 72px); }
.page-hero > p { max-width: 720px; margin: 0 auto; color: var(--muted); font-size: 16px; }
.breadcrumb { display: flex; justify-content: center; gap: 8px; margin-bottom: 18px; color: #757d93; font-size: 10px; }
.breadcrumb a:hover { color: var(--accent); }

.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 285px; gap: 52px; align-items: start; padding-bottom: 92px; }
.article-content { min-width: 0; }
.article-content h2 { margin: 48px 0 14px; font-size: 32px; line-height: 1.18; letter-spacing: -.04em; }
.article-content h2:first-child { margin-top: 0; }
.article-content h3 { margin: 30px 0 10px; font-size: 21px; letter-spacing: -.025em; }
.article-content p, .article-content li { color: #adb4c7; font-size: 15px; line-height: 1.82; }
.article-content strong { color: #f1f3fa; }
.article-content ul, .article-content ol { padding-left: 22px; }
.article-content li { margin-bottom: 8px; }
.article-content a:not(.button) { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
.lead-paragraph { color: #d1d5e2 !important; font-size: 18px !important; }
.info-box { margin: 28px 0; padding: 20px 22px; border: 1px solid rgba(85,230,202,.2); border-radius: 16px; background: rgba(85,230,202,.055); }
.info-box strong { display: block; margin-bottom: 5px; color: var(--accent); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.info-box p { margin: 0; font-size: 13px; }
.warning-box { border-color: rgba(255,200,97,.22); background: rgba(255,200,97,.055); }
.warning-box strong { color: var(--warning); }
.article-meta { display: flex; flex-wrap: wrap; gap: 14px; margin: 0 0 30px; padding: 14px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #7f879b; font-size: 10px; }
.article-meta span::before { content: "•"; margin-right: 14px; color: var(--accent); }
.article-meta span:first-child::before { display: none; }
.toc { position: sticky; top: 106px; padding: 20px; border: 1px solid var(--line); border-radius: 17px; background: rgba(17,22,42,.65); }
.toc strong { display: block; margin-bottom: 12px; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.toc a { display: block; padding: 8px 0; color: #8e96aa; border-bottom: 1px solid rgba(255,255,255,.055); font-size: 11px; }
.toc a:last-child { border-bottom: 0; }
.toc a:hover { color: var(--accent); }

.score-table { width: 100%; border-collapse: collapse; margin: 25px 0; border: 1px solid var(--line); border-radius: 15px; overflow: hidden; }
.score-table th, .score-table td { padding: 13px 15px; border-bottom: 1px solid var(--line); color: #abb2c5; font-size: 12px; text-align: left; }
.score-table th { color: white; background: rgba(124,92,255,.12); }
.score-table tr:last-child td { border-bottom: 0; }

.profile-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.profile-card { padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.028); }
.profile-card h3 { margin: 0 0 5px; font-size: 17px; }
.profile-card .role { color: var(--accent); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.profile-card p { margin-bottom: 0; font-size: 12px; }

.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 26px; padding-bottom: 90px; }
.contact-card, .contact-form { padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.028); }
.contact-card h2, .contact-form h2 { margin-top: 0; font-size: 27px; letter-spacing: -.04em; }
.contact-lines { display: grid; gap: 14px; margin-top: 25px; }
.contact-lines div { padding: 14px; border: 1px solid rgba(255,255,255,.07); border-radius: 12px; background: rgba(255,255,255,.02); }
.contact-lines small, .contact-lines strong { display: block; }
.contact-lines small { color: #777f95; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.contact-lines strong { margin-top: 4px; font-size: 12px; }
.field { display: grid; gap: 7px; margin-bottom: 14px; }
.field label { color: #b9c0d0; font-size: 10px; font-weight: 760; }
.field input, .field textarea, .field select { width: 100%; color: white; border: 1px solid var(--line); border-radius: 11px; outline: none; background: rgba(5,7,15,.45); padding: 12px 13px; font-size: 12px; }
.field textarea { min-height: 125px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: rgba(85,230,202,.55); }
.form-status { display: none; margin-top: 13px; padding: 10px 12px; color: #b8f4e7; border: 1px solid rgba(85,230,202,.2); border-radius: 10px; background: rgba(85,230,202,.06); font-size: 11px; }
.form-status.is-visible { display: block; }

.site-footer { border-top: 1px solid rgba(255,255,255,.07); background: rgba(5,7,14,.55); }
.footer-grid { display: grid; grid-template-columns: 1.2fr repeat(3,.8fr); gap: 42px; padding: 54px 0 40px; }
.footer-about p { max-width: 330px; color: #7f879b; font-size: 11px; }
.footer-column strong { display: block; margin-bottom: 13px; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.footer-column a { display: block; margin: 8px 0; color: #80889c; font-size: 11px; }
.footer-column a:hover { color: var(--accent); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0 28px; color: #626a7e; border-top: 1px solid rgba(255,255,255,.055); font-size: 9px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .desktop-nav { display: none; position: absolute; left: 24px; right: 24px; top: 70px; flex-direction: column; align-items: stretch; gap: 0; padding: 14px; border: 1px solid var(--line); border-radius: 15px; background: rgba(10,13,25,.97); box-shadow: var(--shadow); }
  .desktop-nav.is-open { display: flex; }
  .desktop-nav a { padding: 11px 12px; }
  .desktop-nav .nav-pill { text-align: center; margin-top: 6px; }
  .menu-toggle { display: block; }
  .hero { grid-template-columns: 1fr; text-align: center; }
  .hero .eyebrow, .hero-actions, .trust-mini { justify-content: center; }
  .hero-copy > p { margin-inline: auto; }
  .hero-visual { width: min(620px,100%); margin-inline: auto; }
  .article-layout { grid-template-columns: 1fr; }
  .toc { position: static; order: -1; }
  .story-band, .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .container, .narrow { width: min(100% - 32px, var(--max)); }
  .nav-shell { height: 70px; }
  .hero { min-height: auto; padding: 64px 0; gap: 48px; }
  .hero h1, .page-hero h1 { font-size: clamp(44px, 14vw, 65px); }
  .hero-visual { min-height: 390px; }
  .visual-core { width: 155px; height: 182px; }
  .visual-core strong { font-size: 47px; }
  .float-card { transform: scale(.9); }
  .fc-one { left: -8px; }
  .fc-two { right: -12px; }
  .section { padding: 70px 0; }
  .section-heading { align-items: start; flex-direction: column; }
  .card-grid, .feature-grid, .profile-grid { grid-template-columns: 1fr; }
  .card-body p { min-height: auto; }
  .page-hero { padding: 66px 0 48px; }
  .article-content h2 { font-size: 28px; }
  .score-table { display: block; overflow-x: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-about { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
