:root {
  --bg: #080a12;
  --bg-soft: #0d101c;
  --panel: #111522;
  --panel-2: #151a2a;
  --line: rgba(255,255,255,.09);
  --text: #f6f7fb;
  --muted: #a8afc3;
  --orange: #ff5a2f;
  --orange-2: #ff8a3d;
  --purple: #8d63ff;
  --cyan: #43d7d0;
  --shell: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 99; padding: 10px 16px; background: #fff; color: #111; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid var(--line); background: rgba(8,10,18,.84); backdrop-filter: blur(18px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; color: #fff; font-weight: 900; letter-spacing: -.04em; background: linear-gradient(145deg,var(--orange-2),var(--orange)); box-shadow: 0 9px 28px rgba(255,90,47,.28); transform: rotate(-4deg); }
.brand-name { font-size: 1.08rem; font-weight: 750; letter-spacing: -.03em; }
.brand-name b { color: var(--orange-2); }
.desktop-nav { display: flex; gap: 32px; color: var(--muted); font-size: .92rem; font-weight: 650; }
.desktop-nav a:hover { color: #fff; }
.header-cta { padding: 10px 17px; border: 1px solid rgba(255,138,61,.35); border-radius: 10px; color: #ffd4bd; background: rgba(255,90,47,.08); font-size: .86rem; font-weight: 750; }

.hero { position: relative; overflow: hidden; min-height: 650px; display: grid; align-items: center; border-bottom: 1px solid var(--line); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .27; background-image: linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px); background-size: 46px 46px; mask-image: linear-gradient(to right,transparent,black 35%,black 75%,transparent); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(15px); pointer-events: none; }
.hero-glow-one { width: 500px; height: 500px; right: -150px; top: -180px; background: radial-gradient(circle,rgba(141,99,255,.15),transparent 68%); }
.hero-glow-two { width: 430px; height: 430px; left: -170px; bottom: -190px; background: radial-gradient(circle,rgba(255,90,47,.13),transparent 68%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; gap: 70px; align-items: center; padding-block: 86px; }
.eyebrow,.section-kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--orange-2); font-size: .73rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow i { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(255,90,47,.12); }
h1,h2,h3,p { margin-top: 0; }
h1 { max-width: 660px; margin: 20px 0 22px; font-size: clamp(3.25rem,6vw,5.85rem); line-height: .96; letter-spacing: -.072em; }
h1 span { color: transparent; background: linear-gradient(90deg,var(--orange-2),#ffbd73); background-clip: text; -webkit-background-clip: text; }
.hero-lead { max-width: 620px; color: var(--muted); font-size: 1.06rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 48px; padding: 0 20px; border-radius: 11px; font-size: .9rem; font-weight: 800; }
.button-primary { background: linear-gradient(135deg,var(--orange-2),var(--orange)); box-shadow: 0 15px 35px rgba(255,90,47,.23); }
.button-secondary { border: 1px solid var(--line); background: rgba(255,255,255,.025); color: #ccd1df; }
.hero-points { display: flex; flex-wrap: wrap; gap: 21px; margin: 26px 0 0; padding: 0; list-style: none; color: #8f97ad; font-size: .76rem; font-weight: 650; }
.hero-points span { color: var(--cyan); margin-right: 4px; }

.hero-visual { position: relative; min-height: 450px; display: grid; place-items: center; }
.visual-orbit { position: absolute; border: 1px solid rgba(255,255,255,.075); border-radius: 50%; }
.orbit-one { width: 425px; height: 425px; }
.orbit-two { width: 330px; height: 330px; border-style: dashed; animation: spin 35s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.dashboard-card { position: relative; z-index: 2; width: min(330px,82%); padding: 23px; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; background: linear-gradient(155deg,rgba(24,29,47,.95),rgba(13,16,29,.97)); box-shadow: 0 35px 80px rgba(0,0,0,.5); }
.dashboard-top { display: flex; align-items: flex-start; justify-content: space-between; }
.dashboard-top small,.dashboard-note span,.float-card small,.url-check small { display: block; color: #7f879f; font-size: .58rem; font-weight: 850; letter-spacing: .13em; }
.dashboard-top strong { display: block; margin-top: 4px; font-size: 1rem; }
.status { display: flex; align-items: center; gap: 6px; padding: 6px 9px; border-radius: 999px; background: rgba(67,215,208,.08); color: #9de8e4; font-size: .62rem; font-weight: 750; }
.status i { width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 8px var(--cyan); }
.metric-ring { width: 177px; height: 177px; display: grid; place-items: center; margin: 27px auto; border-radius: 50%; background: conic-gradient(var(--orange) 0 74%,rgba(255,255,255,.06) 74%); position: relative; box-shadow: 0 0 50px rgba(255,90,47,.1); }
.metric-ring::before { content: ""; position: absolute; inset: 10px; border-radius: 50%; background: var(--panel); }
.metric-center { position: relative; z-index: 1; text-align: center; }
.metric-center b { display: block; font-size: 2.1rem; letter-spacing: -.06em; }
.metric-center span { color: var(--muted); font-size: .68rem; }
.dashboard-note { padding: 12px 14px; border-radius: 12px; background: rgba(255,255,255,.035); }
.dashboard-note b { display: block; margin-top: 3px; font-size: .72rem; }
.mini-bars { height: 42px; display: flex; align-items: flex-end; gap: 5px; margin-top: 18px; }
.mini-bars i { flex: 1; height: var(--h); border-radius: 3px 3px 1px 1px; background: linear-gradient(to top,rgba(141,99,255,.25),var(--purple)); }
.float-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; min-width: 136px; padding: 11px 13px; border: 1px solid var(--line); border-radius: 13px; background: rgba(17,21,34,.9); box-shadow: 0 15px 30px rgba(0,0,0,.33); backdrop-filter: blur(9px); }
.float-card > span { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 9px; background: rgba(255,90,47,.12); color: var(--orange-2); font-size: .65rem; font-weight: 850; }
.float-card b { display: block; font-size: .75rem; }
.float-card-left { left: 0; top: 31%; }
.float-card-right { right: -3%; bottom: 21%; }

.topic-strip { border-bottom: 1px solid var(--line); background: #0a0d16; }
.topic-list { min-height: 72px; display: flex; align-items: center; gap: 29px; overflow: auto; white-space: nowrap; scrollbar-width: none; }
.topic-label { color: #6f778c; font-size: .65rem; font-weight: 900; letter-spacing: .14em; }
.topic-list a { color: #b4bacb; font-size: .8rem; font-weight: 650; }
.topic-list a::before { content: "#"; margin-right: 6px; color: var(--orange); }

.section { padding-block: 105px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 38px; }
.section-heading h2,.security-copy h2,.editorial-card h2 { margin: 10px 0 0; font-size: clamp(2rem,4vw,3.2rem); line-height: 1.08; letter-spacing: -.05em; }
.section-heading > p { max-width: 440px; margin-bottom: 4px; color: var(--muted); font-size: .9rem; }
.featured-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 18px; }
.featured-card,.article-card,.compact-card { border: 1px solid var(--line); border-radius: 20px; background: var(--panel); overflow: hidden; }
.featured-card { display: grid; grid-template-columns: .85fr 1.15fr; min-height: 380px; }
.featured-art { position: relative; overflow: hidden; background: radial-gradient(circle at 45% 48%,rgba(255,90,47,.22),transparent 30%),linear-gradient(145deg,#1d1216,#0d111d); }
.art-number { position: absolute; left: 22px; top: 17px; color: rgba(255,255,255,.18); font-size: 3.2rem; font-weight: 900; letter-spacing: -.08em; }
.art-ring { position: absolute; width: 175px; height: 175px; border: 18px solid var(--orange); border-right-color: rgba(255,255,255,.05); border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%,-50%) rotate(25deg); box-shadow: 0 0 60px rgba(255,90,47,.18); }
.art-ring::after { content: "RTP"; position: absolute; inset: -18px; display: grid; place-items: center; color: #fff; font-size: 2rem; font-weight: 900; transform: rotate(-25deg); }
.art-grid { position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(#fff 1px,transparent 1px),linear-gradient(90deg,#fff 1px,transparent 1px); background-size: 27px 27px; }
.art-label { position: absolute; left: 22px; bottom: 20px; font-size: .61rem; letter-spacing: .17em; color: #f1a886; font-weight: 800; }
.featured-body { display: flex; flex-direction: column; justify-content: center; padding: 38px; }
.card-tag { color: var(--orange-2); font-size: .63rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.featured-body h3,.article-card h3 { margin: 10px 0 13px; font-size: 1.55rem; line-height: 1.15; letter-spacing: -.035em; }
.featured-body p,.article-card p,.compact-card p { color: var(--muted); font-size: .83rem; }
.card-meta { display: flex; justify-content: space-between; align-items: center; margin-top: auto; padding-top: 22px; border-top: 1px solid var(--line); color: #7f879b; font-size: .7rem; }
.card-meta a { color: #fff; font-weight: 750; }
.card-meta .article-cta { padding: 7px 11px; border: 1px solid rgba(255,138,61,.28); border-radius: 8px; color: #ffd0b7; background: rgba(255,90,47,.08); }
.card-meta .article-cta:hover { border-color: rgba(255,138,61,.6); background: rgba(255,90,47,.15); }
.side-cards { display: grid; grid-template-columns: 1fr; gap: 18px; }
.article-card { position: relative; padding: 24px; }
.article-card::after { content: ""; position: absolute; right: -30px; top: -30px; width: 110px; height: 110px; border-radius: 50%; background: var(--card-accent); filter: blur(45px); opacity: .18; }
.accent-purple { --card-accent: var(--purple); }
.accent-cyan { --card-accent: var(--cyan); }
.card-icon { width: 35px; height: 35px; display: grid; place-items: center; margin-bottom: 20px; border-radius: 10px; color: var(--card-accent); background: color-mix(in srgb,var(--card-accent) 12%,transparent); }
.article-card h3 { font-size: 1.06rem; }
.article-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 18px; }
.compact-card { display: flex; gap: 18px; padding: 24px; }
.compact-index { color: rgba(255,255,255,.17); font-size: 1.5rem; font-weight: 900; }
.compact-card h3 { margin: 5px 0 8px; font-size: .96rem; line-height: 1.25; }
.compact-card p { margin-bottom: 0; }

.security-section { position: relative; overflow: hidden; padding-block: 105px; border-block: 1px solid var(--line); background: linear-gradient(130deg,#101321,#0a0d16); }
.security-section::before { content: ""; position: absolute; width: 500px; height: 500px; right: -150px; bottom: -300px; border-radius: 50%; background: rgba(67,215,208,.07); filter: blur(20px); }
.security-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 95px; align-items: center; }
.security-copy > p { max-width: 570px; margin: 22px 0 30px; color: var(--muted); }
.checklist { margin: 0; padding: 0; list-style: none; display: grid; gap: 13px; }
.checklist li { display: flex; gap: 15px; align-items: center; padding: 14px 16px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.02); }
.checklist li > span { display: grid; place-items: center; min-width: 32px; height: 32px; border-radius: 9px; background: rgba(67,215,208,.1); color: var(--cyan); font-size: .72rem; font-weight: 900; }
.checklist b,.checklist small { display: block; }
.checklist b { font-size: .84rem; }
.checklist small { color: #858da3; font-size: .7rem; }
.security-panel { position: relative; padding: 38px; border: 1px solid rgba(67,215,208,.18); border-radius: 25px; background: linear-gradient(145deg,rgba(17,26,39,.95),rgba(12,16,27,.95)); box-shadow: 0 35px 90px rgba(0,0,0,.38); }
.shield { width: 90px; height: 100px; display: grid; place-items: center; margin: 0 auto 28px; background: linear-gradient(145deg,var(--cyan),#219b9e); clip-path: polygon(50% 0,90% 16%,84% 68%,50% 100%,16% 68%,10% 16%); }
.shield span { display: grid; place-items: center; width: 43px; height: 43px; border: 2px solid rgba(255,255,255,.75); border-radius: 50%; font-size: 1.3rem; font-weight: 900; }
.url-check { padding: 15px; border: 1px solid var(--line); border-radius: 12px; background: rgba(0,0,0,.2); }
.url-check div { display: flex; align-items: center; gap: 9px; margin-top: 8px; font-size: .75rem; }
.lock { color: var(--cyan); }
.security-status { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-block: 14px; }
.security-status span { display: flex; align-items: center; justify-content: center; gap: 5px; padding: 8px; border-radius: 9px; background: rgba(67,215,208,.055); color: #bce8e6; font-size: .62rem; font-weight: 750; }
.security-status i { width: 5px; height: 5px; border-radius: 50%; background: var(--cyan); }
.security-panel p { margin: 20px 0 0; color: #7f879b; font-size: .72rem; text-align: center; }

.editorial { padding-bottom: 85px; }
.editorial-card { padding: 48px; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(135deg,#151827,#0d101b); }
.editorial-card > div:first-child { max-width: 650px; }
.editorial-values { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: 44px; background: var(--line); }
.editorial-values > div { padding: 25px; background: #111522; }
.editorial-values span { display: block; margin-bottom: 24px; color: var(--orange); font-size: .67rem; font-weight: 900; }
.editorial-values b { font-size: .92rem; }
.editorial-values p { margin: 8px 0 0; color: var(--muted); font-size: .75rem; }
.preview-note { margin: 24px 0 0; color: #747d94; font-size: .74rem; text-align: center; }
.more-guides { padding-block: 10px 105px; }
.text-link { color: #ffb087; font-size: .82rem; font-weight: 800; }
.guide-link-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 13px; }
.guide-link-grid > a { display: flex; align-items: center; gap: 15px; min-height: 92px; padding: 17px; border: 1px solid var(--line); border-radius: 15px; background: var(--panel); transition: transform .2s ease,border-color .2s ease; }
.guide-link-grid > a:hover { transform: translateY(-2px); border-color: rgba(255,138,61,.35); }
.guide-link-grid > a > span { color: rgba(255,255,255,.2); font-size: 1.25rem; font-weight: 900; }
.guide-link-grid b,.guide-link-grid small { display: block; }
.guide-link-grid b { font-size: .84rem; }
.guide-link-grid small { margin-top: 3px; color: #7f879b; font-size: .68rem; }

.site-footer { padding-top: 64px; border-top: 1px solid var(--line); background: #06080e; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 60px; padding-bottom: 50px; }
.footer-grid > div:first-child p { max-width: 360px; margin: 18px 0 0; color: #7f879b; font-size: .78rem; }
.footer-links { display: grid; align-content: start; gap: 9px; color: #8c94a8; font-size: .78rem; }
.footer-links b { margin-bottom: 4px; color: #e7e9f0; font-size: .8rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 20px; border-top: 1px solid var(--line); color: #626b80; font-size: .68rem; }

@media (max-width: 960px) {
  .hero-grid,.security-grid { grid-template-columns: 1fr; gap: 30px; }
  .hero { min-height: auto; }
  .hero-copy { text-align: center; }
  .hero-lead { margin-inline: auto; }
  .hero-actions,.hero-points { justify-content: center; }
  .hero-visual { min-height: 430px; }
  .featured-grid { grid-template-columns: 1fr; }
  .side-cards { grid-template-columns: repeat(2,1fr); }
  .article-row { grid-template-columns: 1fr; }
  .guide-link-grid { grid-template-columns: repeat(2,1fr); }
  .security-copy { text-align: center; }
  .checklist { text-align: left; }
}

@media (max-width: 680px) {
  .shell { width: min(calc(100% - 28px),var(--shell)); }
  .desktop-nav { display: none; }
  .header-inner { min-height: 66px; }
  .header-cta { padding: 8px 11px; font-size: .72rem; }
  .hero-grid { padding-block: 68px 48px; }
  h1 { font-size: clamp(3rem,16vw,4.5rem); }
  .hero-lead { font-size: .93rem; }
  .hero-visual { min-height: 380px; }
  .visual-orbit.orbit-one { width: 340px; height: 340px; }
  .visual-orbit.orbit-two { width: 270px; height: 270px; }
  .float-card { min-width: 117px; padding: 9px; }
  .float-card-left { left: -5px; }
  .float-card-right { right: -6px; }
  .section,.security-section { padding-block: 74px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 18px; }
  .featured-card { grid-template-columns: 1fr; }
  .featured-art { min-height: 275px; }
  .featured-body { padding: 27px; }
  .side-cards { grid-template-columns: 1fr; }
  .security-panel { padding: 27px 20px; }
  .editorial-card { padding: 30px 20px; }
  .editorial-values { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .guide-link-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .orbit-two { animation: none; }
}
