:root {
  --dc-bg: #090b14;
  --dc-bg-soft: rgba(13, 17, 30, .82);
  --dc-panel: rgba(18, 23, 39, .72);
  --dc-panel-strong: #141a2a;
  --dc-border: rgba(224, 231, 255, .12);
  --dc-border-strong: rgba(224, 231, 255, .2);
  --dc-text: #f4f6ff;
  --dc-muted: #adb7cf;
  --dc-blue: #6c88ff;
  --dc-blue-light: #9bb1ff;
  --dc-gold: #d9ac68;
  --dc-radius: 22px;
  --dc-shadow: 0 24px 70px rgba(0, 0, 0, .38);
  --dc-container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.dc-home {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  color: var(--dc-text);
  background: var(--dc-bg);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.dc-home::before {
  content: "";
  position: fixed;
  z-index: -2;
  inset: 0;
  background-image: linear-gradient(90deg, rgba(7, 9, 17, .9), rgba(7, 9, 17, .72)), url("../assets/bg-frozen-smoke.jpg");
  background-size: cover;
  background-position: center;
}
body.dc-home::after {
  content: "";
  position: fixed;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 13% 30%, rgba(70, 105, 255, .16), transparent 33rem),
    radial-gradient(circle at 76% 12%, rgba(180, 63, 64, .13), transparent 30rem),
    linear-gradient(180deg, transparent, rgba(5, 7, 14, .42));
}

.dc-container { width: min(var(--dc-container), calc(100% - 48px)); margin: 0 auto; }
a { color: inherit; text-decoration: none; }
p, h1, h2, h3 { margin: 0; }

.dc-skip { position: fixed; top: -60px; left: 24px; z-index: 100; padding: 11px 17px; border-radius: 10px; background: #fff; color: #0c1220; }
.dc-skip:focus { top: 16px; }

.dc-header { position: sticky; top: 0; z-index: 20; background: rgba(8, 10, 18, .72); border-bottom: 1px solid rgba(255,255,255,.06); backdrop-filter: blur(18px); }
.dc-header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.dc-brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.dc-brand img { width: 51px; height: 51px; object-fit: contain; }
.dc-brand-copy { display: grid; gap: 2px; line-height: 1; }
.dc-brand-copy strong { font-size: 1.19rem; font-weight: 600; letter-spacing: -.035em; }
.dc-brand-copy small { color: var(--dc-muted); font-size: .67rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.dc-nav { display: flex; align-items: center; gap: 28px; color: #c5cde0; font-size: .94rem; font-weight: 500; }
.dc-nav > a:not(.dc-btn) { transition: color .2s ease; }
.dc-nav > a:not(.dc-btn):hover { color: #fff; }

.dc-btn { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 25px; border: 1px solid transparent; border-radius: 13px; font-size: .94rem; font-weight: 600; transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease; }
.dc-btn:hover { transform: translateY(-1px); }
.dc-btn-primary { background: linear-gradient(135deg, #6683ff, #526fe9); color: #fff; box-shadow: 0 13px 30px rgba(80, 106, 226, .35); }
.dc-btn-primary:hover { box-shadow: 0 16px 38px rgba(80, 106, 226, .46); }
.dc-btn-secondary { border-color: var(--dc-border-strong); background: rgba(255,255,255,.035); color: #e7ebf8; }
.dc-btn-secondary:hover { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.3); }
.dc-btn-small { min-height: 46px; padding: 0 19px; }

.dc-hero { padding: 78px 0 66px; }
.dc-hero-grid { display: grid; grid-template-columns: minmax(480px, 1fr) 430px; align-items: center; gap: 72px; }
.dc-kicker { color: var(--dc-blue-light); font-size: .7rem; font-weight: 700; letter-spacing: .22em; margin-bottom: 20px; }
.dc-display-name { color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.7rem, 7vw, 5.2rem); line-height: .92; letter-spacing: -.06em; margin-bottom: 22px; }
.dc-copy h1 { max-width: 620px; font-size: clamp(2.1rem, 3.4vw, 2.8rem); font-weight: 600; line-height: 1.14; letter-spacing: -.055em; margin-bottom: 20px; }
.dc-summary { max-width: 665px; color: #bec7da; font-size: 1rem; line-height: 1.74; }
.dc-actions { display: flex; align-items: center; gap: 14px; margin-top: 34px; }
.dc-legal-inline { display: flex; flex-wrap: wrap; gap: 17px; align-items: center; padding-top: 26px; margin-top: 35px; border-top: 1px solid var(--dc-border); color: var(--dc-muted); font-size: .9rem; }
.dc-legal-inline a { color: #fff; font-weight: 500; border-bottom: 1px solid rgba(155, 177, 255, .55); transition: color .2s ease, border-color .2s ease; }
.dc-legal-inline a:hover { color: var(--dc-blue-light); border-color: var(--dc-blue-light); }

.dc-showcase { position: relative; }
.dc-window { padding: 17px; border: 1px solid var(--dc-border); border-radius: 28px; background: rgba(14, 18, 31, .8); box-shadow: var(--dc-shadow); backdrop-filter: blur(12px); }
.dc-window-top { height: 38px; display: flex; gap: 16px; align-items: center; padding: 0 5px 13px; color: #9ca8c2; border-bottom: 1px solid rgba(255,255,255,.08); font-size: .76rem; font-weight: 500; }
.dc-dots { display: flex; gap: 5px; }
.dc-dots i { display: block; width: 7px; height: 7px; border-radius: 50%; background: #46526b; }
.dc-status { display: flex; justify-content: space-between; align-items: center; gap: 13px; padding: 19px 2px 16px; }
.dc-status-title { display: flex; align-items: center; gap: 11px; }
.dc-status-title strong { display: block; font-size: .9rem; font-weight: 600; }
.dc-status-title small { display: block; color: #96a4c0; font-size: .75rem; margin-top: 1px; }
.dc-avatar { width: 39px; height: 39px; display: grid; place-items: center; border: 1px solid rgba(135,162,255,.25); border-radius: 12px; color: #c9d6ff; background: rgba(91,119,237,.12); font-size: .72rem; font-weight: 700; }
.dc-pill { border: 1px solid rgba(66,201,141,.28); border-radius: 99px; padding: 5px 11px; background: rgba(57,184,119,.09); color: #73dfa9; font-size: .69rem; font-weight: 600; }
.dc-content-card { border: 1px solid rgba(255,255,255,.085); border-radius: 18px; background: rgba(255,255,255,.033); padding: 17px; }
.dc-content-head { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 15px; font-size: .83rem; }
.dc-content-head strong { font-size: .9rem; }
.dc-content-head span { color: #79dda7; font-size: .71rem; }
.dc-media { min-height: 138px; display: grid; place-items: center; border: 1px dashed rgba(163,177,210,.22); border-radius: 13px; background: linear-gradient(135deg, rgba(103,127,235,.12), rgba(207,95,62,.08)); color: #92a0bc; font-size: .74rem; }
.dc-lines { display: grid; gap: 7px; margin: 16px 0; }
.dc-lines span { height: 7px; border-radius: 8px; background: rgba(188,201,228,.11); }
.dc-lines span:nth-child(2) { width: 86%; }
.dc-lines span:nth-child(3) { width: 57%; }
.dc-publish-row { display: flex; justify-content: space-between; align-items: center; gap: 12px; font-size: .72rem; color: #8d9bb7; }
.dc-publish-row strong { padding: 8px 16px; border-radius: 9px; color: #fff; background: #607cf1; font-weight: 600; }
.dc-showcase-note { color: #8e9bb7; font-size: .78rem; text-align: center; margin: 17px 26px 0; }

.dc-how { padding: 10px 0 75px; }
.dc-section-heading { margin-bottom: 29px; }
.dc-section-heading .dc-kicker { margin-bottom: 10px; }
.dc-section-heading h2 { font-size: clamp(1.55rem, 2.5vw, 2.1rem); letter-spacing: -.045em; font-weight: 600; }
.dc-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.dc-card { min-height: 220px; padding: 26px; border: 1px solid var(--dc-border); border-radius: var(--dc-radius); background: rgba(15, 19, 33, .62); }
.dc-number { display: block; margin-bottom: 30px; color: #829bff; font-size: .74rem; font-weight: 700; letter-spacing: .14em; }
.dc-card h3 { font-size: 1.25rem; line-height: 1.2; letter-spacing: -.04em; margin-bottom: 12px; font-weight: 600; }
.dc-card p { color: var(--dc-muted); font-size: .91rem; line-height: 1.7; }

.dc-review { padding: 0 0 70px; }
.dc-review-inner { display: grid; grid-template-columns: 1fr 430px; align-items: center; gap: 48px; padding: 38px 42px; border: 1px solid var(--dc-border); border-radius: 26px; background: rgba(14, 18, 31, .7); }
.dc-review-inner .dc-kicker { margin-bottom: 10px; }
.dc-review h2 { max-width: 520px; font-size: clamp(1.3rem, 2vw, 1.65rem); font-weight: 600; line-height: 1.3; letter-spacing: -.045em; }
.dc-review-links { display: grid; gap: 10px; }
.dc-review-links a { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 16px 18px; border: 1px solid rgba(255,255,255,.1); border-radius: 13px; color: #edf1ff; font-size: .9rem; font-weight: 500; background: rgba(255,255,255,.025); transition: background .2s ease, border-color .2s ease; }
.dc-review-links a:hover { border-color: rgba(134,161,255,.38); background: rgba(106,133,249,.08); }
.dc-review-links span { color: var(--dc-blue-light); font-size: 1.1rem; }

.dc-footer { border-top: 1px solid rgba(255,255,255,.075); background: rgba(7, 9, 16, .58); }
.dc-footer-inner { min-height: 110px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 42px; }
.dc-footer strong { display: block; font-size: .96rem; font-weight: 600; margin-bottom: 2px; }
.dc-footer p, .dc-footer small { color: #8e9bb7; font-size: .82rem; }
.dc-footer nav { display: flex; flex-wrap: wrap; gap: 25px; color: #bcc6dc; font-size: .87rem; }
.dc-footer nav a:hover { color: #fff; }

@media (max-width: 1020px) {
  .dc-hero { padding: 54px 0 55px; }
  .dc-hero-grid { grid-template-columns: 1fr; gap: 46px; }
  .dc-copy { max-width: 700px; }
  .dc-showcase { max-width: 455px; }
  .dc-review-inner { grid-template-columns: 1fr; gap: 26px; }
}
@media (max-width: 760px) {
  .dc-container { width: min(var(--dc-container), calc(100% - 32px)); }
  .dc-header-inner { min-height: auto; padding: 17px 0; flex-direction: column; align-items: flex-start; gap: 18px; }
  .dc-nav { width: 100%; gap: 17px; font-size: .87rem; }
  .dc-nav .dc-btn { margin-left: auto; }
  .dc-brand img { width: 45px; height: 45px; }
  .dc-hero { padding: 45px 0 46px; }
  .dc-display-name { font-size: clamp(3rem, 17vw, 4rem); }
  .dc-copy h1 { font-size: clamp(1.75rem, 7vw, 2.2rem); }
  .dc-actions { flex-direction: column; align-items: stretch; }
  .dc-legal-inline { gap: 12px 17px; }
  .dc-cards { grid-template-columns: 1fr; }
  .dc-card { min-height: auto; }
  .dc-review-inner { padding: 29px 23px; }
  .dc-footer-inner { padding: 28px 0; min-height: auto; display: flex; flex-direction: column; align-items: flex-start; gap: 21px; }
}
@media (max-width: 485px) {
  .dc-brand-copy small { letter-spacing: .1em; font-size: .62rem; }
  .dc-nav { display: grid; grid-template-columns: 1fr 1fr; }
  .dc-nav .dc-btn { grid-column: 1 / -1; width: 100%; margin: 0; }
  .dc-status { align-items: flex-start; flex-direction: column; }
}
