html {
  scroll-behavior: smooth;
  background: #07111f;
}

body {
  margin: 0;
  background: #07111f;
}

.share-preview-page {
  min-height: 100vh;
  padding: 48px 24px 72px;
  color: #edf5ff;
  background:
    radial-gradient(circle at 74% 10%, rgba(45, 212, 191, 0.1), transparent 30rem),
    #07111f;
  font-family: "Pretendard Variable", Pretendard, "Noto Sans KR", "Malgun Gothic", system-ui, sans-serif;
}

.share-preview-shell {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.share-preview-back,
.share-preview-actions a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #99f6e4;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.share-preview-header {
  margin: 72px 0 32px;
}

.share-preview-header > span {
  color: #2dd4bf;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.share-preview-header h1 {
  margin: 14px 0 0;
  font-size: clamp(30px, 5vw, 52px);
  line-height: 1.2;
  letter-spacing: -0.045em;
  word-break: keep-all;
}

.share-preview-header p {
  margin: 16px 0 0;
  color: #c7d3e5;
  font-size: 15px;
  line-height: 1.7;
}

.share-preview-frame {
  margin: 0;
  overflow: hidden;
  border: 1px solid #2a4561;
  border-radius: 16px;
  background: #0d1b2d;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.34);
}

.share-preview-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.share-preview-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
  color: #93a4bc;
  font-size: 12px;
}

@media (max-width: 640px) {
  .share-preview-page { padding: 28px 16px 48px; }
  .share-preview-header { margin-top: 48px; }
  .share-preview-actions { align-items: flex-start; flex-direction: column; }
}

.brand-site {
  --brand-bg: #07111f;
  --brand-panel: #0d1b2d;
  --brand-raised: #101f34;
  --brand-inset: #0a1728;
  --brand-border: #20344d;
  --brand-border-soft: #172a41;
  --brand-border-strong: #2a4561;
  --brand-text: #edf5ff;
  --brand-text-2: #c7d3e5;
  --brand-muted: #93a4bc;
  --brand-teal: #2dd4bf;
  --brand-teal-strong: #14b8a6;
  --brand-teal-dark: #0f766e;
  --brand-green: #25d68a;
  --brand-blue: #6cb6ff;
  --brand-amber: #ffb84d;
  --brand-red: #ff6473;
  --brand-violet: #a98bff;
  min-height: 100vh;
  overflow: clip;
  color: var(--brand-text);
  background:
    radial-gradient(circle at 81% 12%, rgba(45, 212, 191, 0.115), transparent 28rem),
    radial-gradient(circle at 5% 25%, rgba(90, 167, 255, 0.085), transparent 30rem),
    var(--brand-bg);
  font-family: "Pretendard Variable", Pretendard, "Noto Sans KR", "Malgun Gothic", "Apple SD Gothic Neo", system-ui, -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.brand-site *,
.brand-site *::before,
.brand-site *::after {
  box-sizing: border-box;
}

.brand-site a {
  color: inherit;
  text-decoration: none;
}

.brand-site button,
.brand-site a {
  -webkit-tap-highlight-color: transparent;
}

.brand-site :focus-visible {
  outline: 2px solid var(--brand-teal);
  outline-offset: 3px;
}

.brand-container {
  position: relative;
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
}

.brand-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  border-bottom: 1px solid rgba(42, 69, 97, 0.72);
  background: rgba(7, 17, 31, 0.78);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(18px) saturate(140%);
}

.brand-header-inner {
  display: flex;
  height: 74px;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}

.brand-lockup {
  display: inline-flex;
  min-width: max-content;
  align-items: center;
  gap: 11px;
}

.brand-mark-wrap {
  display: inline-grid;
  place-items: center;
  filter: drop-shadow(0 8px 22px rgba(45, 212, 191, 0.14));
}

.brand-mark-wrap .chainshield-logo-mark {
  width: 36px;
  height: 36px;
  --chainshield-logo-bg: #0d1b2d;
  --chainshield-logo-border: #2a4561;
  --chainshield-logo-halo: #134e4a;
  --chainshield-logo-stroke: #2dd4bf;
  --chainshield-logo-stroke-soft: #5eead4;
  --chainshield-logo-dot: #ccfbf1;
}

.brand-lockup-copy {
  display: grid;
  gap: 2px;
  line-height: 1;
}

.brand-lockup-copy strong {
  font-size: 14px;
  font-weight: 850;
  letter-spacing: 0.18em;
}

.brand-lockup-copy span {
  color: var(--brand-muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.brand-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  margin-left: auto;
  color: var(--brand-text-2);
  font-size: 13px;
  font-weight: 650;
}

.brand-nav a {
  position: relative;
  padding: 28px 0;
  transition: color 160ms ease;
}

.brand-nav a::after {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  height: 1px;
  content: "";
  background: var(--brand-teal);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 160ms ease;
}

.brand-nav a:hover {
  color: var(--brand-text);
}

.brand-nav a:hover::after {
  transform: scaleX(1);
}

.brand-header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.brand-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 19px;
  border: 1px solid var(--brand-border-strong);
  border-radius: 9px;
  color: var(--brand-text);
  background: rgba(16, 31, 52, 0.58);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: -0.01em;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.brand-button:hover {
  border-color: rgba(45, 212, 191, 0.55);
  background: rgba(29, 49, 73, 0.78);
  transform: translateY(-1px);
}

.brand-button-small {
  min-height: 38px;
  padding: 0 15px;
  border-color: rgba(45, 212, 191, 0.25);
  background: rgba(15, 118, 110, 0.24);
}

.brand-button-primary {
  border-color: rgba(94, 234, 212, 0.36);
  color: #ffffff;
  background: linear-gradient(135deg, #0f9488, #0f766e);
  box-shadow: 0 14px 34px rgba(15, 118, 110, 0.24), inset 0 1px rgba(255, 255, 255, 0.16);
}

.brand-button-primary:hover {
  border-color: rgba(153, 246, 228, 0.58);
  background: linear-gradient(135deg, #14b8a6, #0f766e);
  box-shadow: 0 18px 40px rgba(15, 118, 110, 0.3), inset 0 1px rgba(255, 255, 255, 0.2);
}

.brand-button-ghost {
  background: rgba(7, 17, 31, 0.36);
}

.brand-menu-button {
  display: none;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid var(--brand-border);
  border-radius: 9px;
  color: var(--brand-text);
  background: var(--brand-raised);
  cursor: pointer;
}

.brand-menu-button::-webkit-details-marker {
  display: none;
}

.brand-mobile-nav {
  display: none;
}

.brand-mobile-menu {
  display: grid;
  gap: 4px;
  padding: 14px 24px 22px;
  border-top: 1px solid var(--brand-border-soft);
  background: rgba(7, 17, 31, 0.98);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.32);
}

.brand-mobile-menu > a:not(.brand-button) {
  padding: 12px 4px;
  color: var(--brand-text-2);
  font-size: 14px;
  font-weight: 650;
}

.brand-hero {
  position: relative;
  min-height: 940px;
  padding: 172px 0 52px;
  isolation: isolate;
}

.brand-hero::after {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  left: 0;
  height: 180px;
  content: "";
  background: linear-gradient(to bottom, transparent, rgba(10, 23, 40, 0.72));
}

.brand-grid {
  position: absolute;
  z-index: -3;
  inset: 74px 0 0;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(99, 129, 164, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(99, 129, 164, 0.18) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), transparent 78%);
}

.brand-orbit {
  position: absolute;
  z-index: -2;
  border: 1px solid rgba(45, 212, 191, 0.16);
  border-radius: 999px;
  transform-origin: center;
  will-change: transform;
}

.brand-orbit::after {
  position: absolute;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  content: "";
  background: var(--brand-teal);
  box-shadow: 0 0 28px var(--brand-teal);
}

.brand-orbit-one {
  top: 120px;
  right: -160px;
  width: 760px;
  height: 760px;
  animation: brand-orbit-spin-one 34s linear infinite;
}

.brand-orbit-one::after {
  left: 10px;
}

.brand-orbit-two {
  top: 275px;
  right: 70px;
  width: 430px;
  height: 430px;
  border-color: rgba(108, 182, 255, 0.13);
  animation: brand-orbit-spin-two 23s linear infinite;
}

.brand-orbit-two::after {
  right: 8px;
  background: var(--brand-blue);
  box-shadow: 0 0 28px var(--brand-blue);
}

@keyframes brand-orbit-spin-one {
  from { transform: rotate(-17deg); }
  to { transform: rotate(343deg); }
}

@keyframes brand-orbit-spin-two {
  from { transform: rotate(28deg); }
  to { transform: rotate(-332deg); }
}

.brand-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(520px, 1.05fr);
  align-items: center;
  gap: 66px;
}

.brand-hero-copy {
  position: relative;
  z-index: 2;
  padding-top: 12px;
}

.brand-kicker,
.brand-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--brand-teal);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.brand-kicker-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand-teal);
  box-shadow: 0 0 0 5px rgba(45, 212, 191, 0.1), 0 0 20px rgba(45, 212, 191, 0.6);
}

.brand-hero h1 {
  max-width: 720px;
  margin: 25px 0 0;
  color: var(--brand-text);
  font-size: clamp(54px, 5.1vw, 78px);
  font-weight: 830;
  line-height: 1.075;
  letter-spacing: -0.055em;
  word-break: keep-all;
  text-wrap: balance;
}

.brand-hero-title-line {
  display: block;
}

.brand-hero h1 .brand-hero-title-accent {
  font-size: 0.78em;
  white-space: nowrap;
  color: transparent;
  background: linear-gradient(98deg, #ffffff 0%, #99f6e4 46%, #6cb6ff 108%);
  background-clip: text;
  -webkit-background-clip: text;
}

.brand-hero-lede {
  max-width: 610px;
  margin: 28px 0 0;
  color: var(--brand-text-2);
  font-size: 18px;
  font-weight: 430;
  line-height: 1.75;
  letter-spacing: -0.025em;
  word-break: keep-all;
}

.brand-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 34px;
}

.brand-hero-actions .brand-button {
  min-height: 50px;
  padding: 0 22px;
}

.brand-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 28px;
  color: var(--brand-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.brand-proof-row span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.brand-proof-row svg {
  color: var(--brand-teal);
}

.brand-hero-visual {
  position: relative;
  min-height: 600px;
  display: grid;
  place-items: center;
}

.brand-hero-visual::before {
  position: absolute;
  z-index: -1;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  content: "";
  background: radial-gradient(circle, rgba(45, 212, 191, 0.12), rgba(90, 167, 255, 0.035) 46%, transparent 70%);
  filter: blur(6px);
}

.brand-signal-pulse {
  position: absolute;
  z-index: -1;
  width: 470px;
  height: 470px;
  border: 1px solid rgba(45, 212, 191, 0.1);
  border-radius: 50%;
}

.brand-signal-pulse::before,
.brand-signal-pulse::after {
  position: absolute;
  inset: 14%;
  border: inherit;
  border-radius: inherit;
  content: "";
}

.brand-signal-pulse::after {
  inset: 30%;
}

.brand-signal-pulse-a {
  transform: rotate(16deg) scaleX(1.18);
}

.brand-signal-pulse-b {
  border-color: rgba(108, 182, 255, 0.08);
  transform: rotate(-23deg) scaleY(1.12);
}

.brand-console-card {
  position: relative;
  width: min(100%, 602px);
  padding: 0 22px 18px;
  overflow: hidden;
  border: 1px solid rgba(42, 69, 97, 0.9);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(16, 31, 52, 0.98), rgba(8, 20, 35, 0.98)),
    var(--brand-panel);
  box-shadow:
    0 38px 80px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(94, 234, 212, 0.025),
    inset 0 1px rgba(255, 255, 255, 0.035);
  transform: perspective(1200px) rotateY(-3.5deg) rotateX(1deg);
}

.brand-console-card::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background: linear-gradient(110deg, transparent 10%, rgba(255, 255, 255, 0.025) 42%, transparent 70%);
}

.brand-console-topbar {
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--brand-border-soft);
}

.brand-console-title {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--brand-text-2);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.brand-status-live {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--brand-green);
  box-shadow: 0 0 0 5px rgba(37, 214, 138, 0.08), 0 0 14px rgba(37, 214, 138, 0.6);
}

.brand-console-chip,
.brand-risk-pill,
.brand-version {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.brand-console-chip {
  padding: 6px 9px;
  border: 1px solid rgba(37, 214, 138, 0.2);
  color: var(--brand-green);
  background: rgba(37, 214, 138, 0.07);
}

.brand-flow-rail {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 7px;
  padding: 23px 0 21px;
  color: var(--brand-border-strong);
}

.brand-flow-rail > i {
  font-style: normal;
}

.brand-flow-node {
  display: grid;
  min-width: 0;
  justify-items: center;
  gap: 6px;
}

.brand-flow-node > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--brand-border);
  border-radius: 10px;
  color: var(--brand-muted);
  background: rgba(10, 23, 40, 0.8);
}

.brand-flow-node small {
  color: var(--brand-muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.brand-flow-node-done > span {
  border-color: rgba(37, 214, 138, 0.24);
  color: var(--brand-green);
  background: rgba(37, 214, 138, 0.07);
}

.brand-flow-node-active > span {
  border-color: rgba(45, 212, 191, 0.34);
  color: var(--brand-teal);
  background: rgba(45, 212, 191, 0.09);
  box-shadow: 0 0 0 4px rgba(45, 212, 191, 0.035), 0 0 24px rgba(45, 212, 191, 0.08);
}

.brand-flow-node-block > span {
  border-color: rgba(255, 100, 115, 0.28);
  color: var(--brand-red);
  background: rgba(255, 100, 115, 0.07);
}

.brand-request-card,
.brand-verdict-card {
  border: 1px solid var(--brand-border);
  border-radius: 12px;
  background: rgba(7, 17, 31, 0.68);
}

.brand-request-card {
  padding: 16px;
}

.brand-request-header,
.brand-verdict-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.brand-request-header > div,
.brand-verdict-main > div {
  display: grid;
  gap: 4px;
}

.brand-console-eyebrow {
  color: var(--brand-muted);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.brand-request-header strong {
  color: var(--brand-text);
  font-size: 15px;
  letter-spacing: -0.02em;
}

.brand-version {
  padding: 5px 9px;
  border: 1px solid var(--brand-border);
  color: var(--brand-blue);
  background: rgba(108, 182, 255, 0.06);
}

.brand-request-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 14px;
}

.brand-request-meta span {
  padding: 5px 8px;
  border-radius: 5px;
  color: var(--brand-muted);
  background: rgba(29, 49, 73, 0.48);
  font-size: 9px;
  font-weight: 650;
}

.brand-verdict-card {
  margin-top: 12px;
  padding: 16px;
  border-color: rgba(255, 100, 115, 0.22);
  background: linear-gradient(135deg, rgba(255, 100, 115, 0.055), rgba(7, 17, 31, 0.72) 50%);
}

.brand-verdict-main {
  justify-content: flex-start;
}

.brand-verdict-icon {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(255, 100, 115, 0.25);
  border-radius: 10px;
  color: var(--brand-red);
  background: rgba(255, 100, 115, 0.08);
}

.brand-verdict-main strong {
  color: var(--brand-red);
  font-size: 17px;
  letter-spacing: 0.08em;
}

.brand-risk-pill {
  margin-left: auto;
  padding: 6px 9px;
  border: 1px solid rgba(255, 184, 77, 0.24);
  color: var(--brand-amber);
  background: rgba(255, 184, 77, 0.08);
}

.brand-evidence-list {
  display: grid;
  gap: 8px;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--brand-border-soft);
}

.brand-evidence-list > div {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 9px;
  color: var(--brand-text-2);
  font-size: 10px;
}

.brand-evidence-list strong {
  color: var(--brand-muted);
  font-size: 9px;
  font-weight: 750;
}

.brand-evidence-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.brand-evidence-dot-red { background: var(--brand-red); box-shadow: 0 0 9px rgba(255, 100, 115, 0.44); }
.brand-evidence-dot-amber { background: var(--brand-amber); box-shadow: 0 0 9px rgba(255, 184, 77, 0.4); }
.brand-evidence-dot-green { background: var(--brand-green); box-shadow: 0 0 9px rgba(37, 214, 138, 0.36); }

.brand-console-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 15px 2px 0;
  color: var(--brand-muted);
  font-size: 8px;
  font-weight: 650;
  letter-spacing: 0.05em;
}

.brand-console-footer span:first-child {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--brand-teal);
}

.brand-floating-card {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 255px;
  padding: 11px 13px;
  border: 1px solid rgba(42, 69, 97, 0.88);
  border-radius: 11px;
  background: rgba(13, 27, 45, 0.93);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.26), inset 0 1px rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(12px);
}

.brand-floating-card-left {
  bottom: 44px;
  left: -34px;
}

.brand-floating-card-right {
  top: 86px;
  right: -16px;
}

.brand-floating-icon {
  display: grid;
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 9px;
  color: var(--brand-green);
  background: rgba(37, 214, 138, 0.08);
}

.brand-floating-icon-amber {
  color: var(--brand-amber);
  background: rgba(255, 184, 77, 0.08);
}

.brand-floating-card > span:last-child {
  display: grid;
  gap: 3px;
}

.brand-floating-card small {
  color: var(--brand-muted);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.brand-floating-card strong {
  color: var(--brand-text-2);
  font-size: 10px;
  font-weight: 720;
  line-height: 1.4;
}

.brand-format-bar {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 34px;
  margin-top: 55px;
  padding: 19px 0 0;
  border-top: 1px solid rgba(42, 69, 97, 0.58);
}

.brand-format-label {
  color: var(--brand-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.brand-format-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
}

.brand-format-list span {
  display: inline-flex;
  height: 30px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(42, 69, 97, 0.62);
  border-radius: 6px;
  color: var(--brand-text-2);
  background: rgba(16, 31, 52, 0.5);
  font-size: 11px;
  font-weight: 720;
  letter-spacing: 0.02em;
}

.brand-section {
  position: relative;
  padding: 116px 0;
  scroll-margin-top: 74px;
}

.brand-platform {
  border-top: 1px solid rgba(32, 52, 77, 0.52);
  background:
    radial-gradient(circle at 50% 0, rgba(45, 212, 191, 0.035), transparent 34rem),
    linear-gradient(180deg, rgba(10, 23, 40, 0.7), rgba(7, 17, 31, 0.18));
}

.brand-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.7fr);
  align-items: end;
  gap: 72px;
  margin-bottom: 52px;
}

.brand-section-heading h2,
.brand-deploy-copy h2,
.brand-cta-panel h2 {
  margin: 14px 0 0;
  color: var(--brand-text);
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 820;
  line-height: 1.16;
  letter-spacing: -0.048em;
  word-break: keep-all;
}

.brand-section-heading > p,
.brand-deploy-copy > p,
.brand-cta-panel p {
  margin: 0;
  color: var(--brand-text-2);
  font-size: 16px;
  line-height: 1.78;
  letter-spacing: -0.02em;
  word-break: keep-all;
}

.brand-deploy-copy h2 {
  font-size: clamp(38px, 3.7vw, 52px);
}

.brand-deploy-title-line {
  white-space: nowrap;
}

.brand-no-break {
  white-space: nowrap;
}

.brand-capability-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
}

.brand-capability-card {
  position: relative;
  min-height: 410px;
  padding: 24px 22px 22px;
  overflow: hidden;
  border: 1px solid var(--brand-border-soft);
  border-radius: 14px;
  background: linear-gradient(155deg, rgba(16, 31, 52, 0.86), rgba(10, 23, 40, 0.8));
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.brand-capability-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(45, 212, 191, 0.58), transparent);
  opacity: 0;
  transition: opacity 180ms ease;
}

.brand-capability-card:hover {
  border-color: rgba(45, 212, 191, 0.28);
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.18);
  transform: translateY(-4px);
}

.brand-capability-card:hover::before {
  opacity: 1;
}

.brand-capability-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 66px;
  color: var(--brand-teal);
}

.brand-capability-topline > span {
  color: var(--brand-border-strong);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.brand-capability-topline > i {
  color: var(--brand-teal);
  font-size: 20px;
  font-style: normal;
}

.brand-card-eyebrow {
  color: var(--brand-teal);
  font-size: 10px;
  font-weight: 820;
  letter-spacing: 0.14em;
}

.brand-capability-card h3,
.brand-workflow-step h3,
.brand-architecture-copy h3 {
  margin: 12px 0 0;
  color: var(--brand-text);
  font-size: 20px;
  font-weight: 760;
  line-height: 1.4;
  letter-spacing: -0.035em;
  word-break: keep-all;
}

.brand-capability-card > p,
.brand-workflow-step > p,
.brand-architecture-copy > p {
  margin: 15px 0 0;
  color: var(--brand-text-2);
  font-size: 14px;
  line-height: 1.72;
  letter-spacing: -0.015em;
  word-break: keep-all;
}

.brand-capability-card ul {
  display: grid;
  gap: 9px;
  margin: 22px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid var(--brand-border-soft);
  list-style: none;
}

.brand-capability-card li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--brand-text-2);
  font-size: 12px;
  font-weight: 620;
}

.brand-capability-card li svg {
  color: var(--brand-green);
}

.brand-capability-card li > span {
  color: var(--brand-teal);
}

.brand-workflow {
  border-top: 1px solid rgba(32, 52, 77, 0.42);
}

.brand-section-heading-centered {
  grid-template-columns: 1fr;
  max-width: 840px;
  gap: 18px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.brand-section-heading-centered > p {
  max-width: 720px;
  margin: 0 auto;
}

.brand-workflow-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 54px;
}

.brand-workflow-step {
  --brand-step-line-left: 46px;
  --brand-step-line-width: calc(100% - 12px);
  position: relative;
  min-height: 290px;
  padding: 0 34px 0 0;
}

.brand-workflow-step:not(:first-child) {
  --brand-step-line-left: 80px;
  --brand-step-line-width: calc(100% - 46px);
  padding-left: 34px;
  border-left: 1px solid var(--brand-border-soft);
}

.brand-step-number {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  margin-bottom: 34px;
  border: 1px solid rgba(45, 212, 191, 0.26);
  border-radius: 50%;
  color: var(--brand-teal);
  background: rgba(45, 212, 191, 0.06);
  font-size: 10px;
  font-weight: 820;
  box-shadow: 0 0 0 7px rgba(45, 212, 191, 0.025);
}

.brand-step-line {
  position: absolute;
  top: 23px;
  right: auto;
  left: var(--brand-step-line-left);
  width: var(--brand-step-line-width);
  height: 1px;
  background: linear-gradient(90deg, rgba(45, 212, 191, 0.34), rgba(42, 69, 97, 0.2));
  transform: none;
}

.brand-architecture-card {
  display: grid;
  gap: 30px;
  margin-top: 40px;
  padding: 44px;
  scroll-margin-top: 98px;
  border: 1px solid var(--brand-border);
  border-radius: 18px;
  background:
    radial-gradient(circle at 72% 50%, rgba(45, 212, 191, 0.1), transparent 22rem),
    linear-gradient(145deg, rgba(16, 31, 52, 0.88), rgba(8, 20, 35, 0.94));
  box-shadow: 0 30px 74px rgba(0, 0, 0, 0.17);
}

.brand-architecture-card:target {
  animation: brand-architecture-focus 1.1s ease-out;
}

@keyframes brand-architecture-focus {
  0%, 100% { border-color: var(--brand-border); box-shadow: 0 30px 74px rgba(0, 0, 0, 0.17); }
  35% { border-color: rgba(45, 212, 191, 0.72); box-shadow: 0 0 0 5px rgba(45, 212, 191, 0.08), 0 30px 90px rgba(15, 118, 110, 0.28); }
}

.brand-architecture-head {
  display: grid;
  grid-template-columns: minmax(300px, 0.88fr) minmax(0, 1.12fr);
  align-items: end;
  gap: 64px;
}

.brand-architecture-copy h3 {
  max-width: 510px;
  font-size: 31px;
  line-height: 1.35;
}

.brand-architecture-summary p {
  margin: 0;
}

.brand-architecture-summary a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  color: var(--brand-teal);
  font-size: 12px;
  font-weight: 750;
}

.brand-adoption-models {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.brand-adoption-model {
  position: relative;
  display: flex;
  min-width: 0;
  padding: 26px;
  overflow: hidden;
  border: 1px solid rgba(42, 69, 97, 0.72);
  border-radius: 16px;
  flex-direction: column;
  background:
    linear-gradient(rgba(99, 129, 164, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(99, 129, 164, 0.055) 1px, transparent 1px),
    linear-gradient(145deg, rgba(12, 27, 46, 0.96), rgba(5, 15, 27, 0.92));
  background-size: 24px 24px, 24px 24px, auto;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.025);
}

.brand-adoption-model::after {
  position: absolute;
  z-index: 0;
  top: -110px;
  right: -90px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  content: "";
  background: rgba(45, 212, 191, 0.06);
  filter: blur(54px);
  pointer-events: none;
}

.brand-adoption-model > * {
  position: relative;
  z-index: 1;
}

.brand-model-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.brand-model-number {
  color: var(--brand-teal);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.14em;
  white-space: nowrap;
}

.brand-model-fit {
  padding: 5px 8px;
  border: 1px solid rgba(108, 182, 255, 0.2);
  border-radius: 999px;
  color: var(--brand-blue);
  background: rgba(108, 182, 255, 0.06);
  font-size: 8px;
  font-weight: 720;
  white-space: nowrap;
}

.brand-adoption-model h4 {
  margin: 15px 0 0;
  color: var(--brand-text);
  font-size: 22px;
  letter-spacing: -0.035em;
}

.brand-adoption-model > p {
  min-height: 66px;
  margin: 11px 0 0;
  color: var(--brand-text-2);
  font-size: 12px;
  line-height: 1.75;
}

.brand-model-flow {
  display: grid;
  align-content: start;
  margin-top: 22px;
  padding: 18px;
  border: 1px solid rgba(32, 52, 77, 0.75);
  border-radius: 13px;
  background: rgba(4, 13, 24, 0.66);
}

.brand-model-node {
  display: grid;
  justify-items: center;
  gap: 4px;
  min-width: 0;
  padding: 12px 14px;
  border: 1px solid rgba(42, 69, 97, 0.7);
  border-radius: 10px;
  background: linear-gradient(145deg, rgba(16, 31, 52, 0.94), rgba(9, 22, 38, 0.96));
  text-align: center;
}

.brand-model-node > span {
  color: var(--brand-muted);
  font-size: 6px;
  font-weight: 820;
  letter-spacing: 0.12em;
}

.brand-model-node strong {
  overflow: hidden;
  max-width: 100%;
  color: var(--brand-text);
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brand-model-node small {
  color: var(--brand-muted);
  font-size: 8px;
}

.brand-model-node-gateway {
  border: 1px solid rgba(45, 212, 191, 0.4);
  background: linear-gradient(150deg, rgba(15, 118, 110, 0.18), rgba(10, 23, 40, 0.9));
  box-shadow: 0 0 36px rgba(45, 212, 191, 0.08), inset 0 1px rgba(153, 246, 228, 0.05);
}

.brand-model-node-gateway > span,
.brand-model-node-gateway small {
  color: var(--brand-teal);
}

.brand-model-node-public {
  border-style: dashed;
  background: rgba(10, 23, 40, 0.65);
}

.brand-model-connector {
  display: grid;
  justify-items: center;
  gap: 2px;
  min-height: 35px;
}

.brand-model-connector span {
  padding-top: 6px;
  color: #7387a2;
  font-size: 7px;
  font-weight: 720;
}

.brand-model-connector i {
  color: var(--brand-border-strong);
  font-size: 15px;
  font-style: normal;
  line-height: 1;
}

.brand-model-connector-accent span,
.brand-model-connector-accent i {
  color: var(--brand-teal);
}

.brand-model-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: auto;
  padding-top: 18px;
}

.brand-model-benefits span {
  padding: 6px 9px;
  border: 1px solid rgba(45, 212, 191, 0.17);
  border-radius: 999px;
  color: var(--brand-text-2);
  background: rgba(45, 212, 191, 0.05);
  font-size: 8px;
  font-weight: 720;
}

.brand-shared-policy {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 17px 20px;
  border: 1px solid rgba(45, 212, 191, 0.25);
  border-radius: 13px;
  background: linear-gradient(90deg, rgba(15, 118, 110, 0.13), rgba(10, 23, 40, 0.66));
}

.brand-shared-policy-mark {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(94, 234, 212, 0.34);
  border-radius: 10px;
  color: var(--brand-teal);
  background: rgba(45, 212, 191, 0.1);
  font-size: 14px;
  font-weight: 850;
}

.brand-shared-policy strong {
  display: block;
  color: var(--brand-text);
  font-size: 12px;
}

.brand-shared-policy p {
  margin: 3px 0 0;
  color: var(--brand-muted);
  font-size: 9px;
  line-height: 1.6;
}

.brand-deploy {
  border-top: 1px solid rgba(32, 52, 77, 0.48);
  background: linear-gradient(180deg, rgba(10, 23, 40, 0.6), rgba(7, 17, 31, 0));
}

.brand-deploy-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(460px, 0.92fr);
  align-items: center;
  gap: 72px;
}

.brand-deploy-copy > p {
  max-width: 590px;
  margin-top: 24px;
}

.brand-deploy-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.brand-deploy-points span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--brand-text-2);
  font-size: 13px;
  font-weight: 650;
}

.brand-deploy-points i {
  color: var(--brand-teal);
  font-style: normal;
}

.brand-deploy-terminal {
  overflow: hidden;
  border: 1px solid var(--brand-border);
  border-radius: 16px;
  background: #06101d;
  box-shadow: 0 32px 74px rgba(0, 0, 0, 0.28), inset 0 1px rgba(255, 255, 255, 0.03);
}

.brand-terminal-topbar {
  display: flex;
  height: 46px;
  align-items: center;
  gap: 7px;
  padding: 0 16px;
  border-bottom: 1px solid var(--brand-border-soft);
  background: var(--brand-inset);
}

.brand-terminal-topbar span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--brand-border-strong);
}

.brand-terminal-topbar span:first-child { background: var(--brand-red); }
.brand-terminal-topbar span:nth-child(2) { background: var(--brand-amber); }
.brand-terminal-topbar span:nth-child(3) { background: var(--brand-green); }

.brand-terminal-topbar strong {
  margin-left: auto;
  color: var(--brand-muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.brand-deploy-terminal pre {
  min-height: 315px;
  margin: 0;
  padding: 34px;
  color: var(--brand-text-2);
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.95;
  white-space: pre-wrap;
}

.brand-code-comment { color: #5f738f; }
.brand-code-command { color: var(--brand-teal); }
.brand-code-ok { color: var(--brand-green); }
.brand-code-muted { display: inline-block; width: 74px; color: var(--brand-blue); }

.brand-cta {
  padding-top: 70px;
}

.brand-cta-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 56px;
  padding: 62px;
  overflow: hidden;
  border: 1px solid rgba(45, 212, 191, 0.25);
  border-radius: 20px;
  background:
    linear-gradient(125deg, rgba(15, 118, 110, 0.16), rgba(16, 31, 52, 0.88) 47%, rgba(10, 23, 40, 0.95)),
    var(--brand-panel);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.22);
}

.brand-cta-glow {
  position: absolute;
  top: -150px;
  left: 12%;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(45, 212, 191, 0.1);
  filter: blur(80px);
}

.brand-cta-panel > div:not(.brand-cta-glow) {
  position: relative;
}

.brand-cta-panel p {
  margin-top: 18px;
}

.brand-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.brand-footer {
  padding: 26px 0 34px;
  border-top: 1px solid var(--brand-border-soft);
}

.brand-footer-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
}

.brand-footer .brand-mark-wrap .chainshield-logo-mark {
  width: 30px;
  height: 30px;
}

.brand-footer p,
.brand-footer-inner > span {
  margin: 0;
  color: var(--brand-muted);
  font-size: 11px;
}

.brand-footer p {
  color: var(--brand-text-2);
  text-align: center;
}

@media (max-width: 1120px) {
  .brand-nav { display: none; }
  .brand-hero-grid { grid-template-columns: 1fr; gap: 46px; }
  .brand-hero-copy { max-width: 780px; }
  .brand-hero-visual { width: min(720px, 100%); margin: 0 auto; }
  .brand-floating-card-left { left: 2px; }
  .brand-floating-card-right { right: 2px; }
  .brand-capability-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .brand-capability-card { min-height: 370px; }
  .brand-section-heading { grid-template-columns: 1fr; gap: 20px; }
  .brand-section-heading > p { max-width: 720px; }
  .brand-architecture-head { grid-template-columns: 1fr; gap: 18px; }
  .brand-deploy-grid { grid-template-columns: 1fr; gap: 52px; }
  .brand-deploy-terminal { width: min(760px, 100%); }
  .brand-cta-panel { grid-template-columns: 1fr; align-items: start; }
  .brand-cta-actions { justify-content: flex-start; }
}

@media (max-width: 760px) {
  .brand-container { width: min(1240px, calc(100% - 32px)); }
  .brand-header-inner { height: 66px; }
  .brand-header-actions { display: none; }
  .brand-mobile-nav { display: block; }
  .brand-menu-button { display: grid; }
  .brand-mobile-menu { position: fixed; top: 66px; right: 0; left: 0; }
  .brand-hero { min-height: auto; padding-top: 132px; }
  .brand-hero h1 { font-size: clamp(46px, 13vw, 64px); }
  .brand-hero h1 .brand-hero-title-accent { font-size: clamp(32px, 10vw, 48px); }
  .brand-hero-lede { font-size: 16px; }
  .brand-hero-visual { min-height: 500px; }
  .brand-console-card { padding-right: 14px; padding-left: 14px; transform: none; }
  .brand-console-topbar { height: 54px; }
  .brand-floating-card { display: none; }
  .brand-flow-rail { gap: 3px; }
  .brand-flow-node > span { width: 31px; height: 31px; }
  .brand-flow-node small { font-size: 8px; }
  .brand-request-meta span:last-child { display: none; }
  .brand-console-footer { align-items: flex-start; flex-direction: column; gap: 6px; }
  .brand-format-bar { grid-template-columns: 1fr; gap: 14px; }
  .brand-format-list { justify-content: flex-start; }
  .brand-section { padding: 86px 0; scroll-margin-top: 66px; }
  .brand-section-heading { margin-bottom: 36px; }
  .brand-section-heading h2,
  .brand-deploy-copy h2,
  .brand-cta-panel h2 { font-size: 39px; }
  .brand-deploy-title-line { white-space: normal; }
  .brand-capability-grid { grid-template-columns: 1fr; }
  .brand-capability-card { min-height: auto; }
  .brand-capability-topline { margin-bottom: 42px; }
  .brand-workflow-grid { grid-template-columns: 1fr; gap: 0; }
  .brand-workflow-step,
  .brand-workflow-step:not(:first-child) { min-height: auto; padding: 0 0 38px 68px; border-left: 0; }
  .brand-workflow-step:not(:first-child) { padding-top: 4px; }
  .brand-step-number { position: absolute; left: 0; top: 0; }
  .brand-step-line { top: 46px; left: 23px; width: 1px; height: calc(100% - 25px); transform: none; background: linear-gradient(rgba(45, 212, 191, 0.3), rgba(42, 69, 97, 0.2)); }
  .brand-architecture-card { padding: 28px 22px; }
  .brand-architecture-copy h3 { font-size: 27px; }
  .brand-adoption-models { grid-template-columns: 1fr; }
  .brand-adoption-model { padding: 22px 18px; }
  .brand-adoption-model > p { min-height: 0; }
  .brand-model-flow { padding: 14px; }
  .brand-shared-policy { align-items: flex-start; }
  .brand-deploy-points { grid-template-columns: 1fr; }
  .brand-deploy-terminal pre { min-height: 0; padding: 24px 20px; font-size: 11px; }
  .brand-cta-panel { padding: 38px 24px; }
  .brand-cta-actions { display: grid; }
  .brand-footer-inner { grid-template-columns: 1fr; justify-items: start; }
  .brand-footer p { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  .brand-site *,
  .brand-site *::before,
  .brand-site *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }

  .brand-orbit {
    animation: none !important;
  }

  .brand-orbit-one { transform: rotate(-17deg); }
  .brand-orbit-two { transform: rotate(28deg); }
}
