:root {
  --ent-primary: #6d55f7;
  --ent-primary-dark: #4d37ce;
  --ent-blue: #31a9f5;
  --ent-ink: #172036;
  --ent-muted: #69728a;
  --ent-line: rgba(85, 76, 139, 0.13);
  --ent-surface: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body.enterprise-page {
  margin: 0;
  color: var(--ent-ink);
  background: #f8f9fd;
  font-family: "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}

.enterprise-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.enterprise-hero {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 15%, rgba(49, 169, 245, .24), transparent 32%),
    radial-gradient(circle at 85% 18%, rgba(135, 90, 255, .22), transparent 34%),
    linear-gradient(135deg, #effaff 0%, #f2f0ff 54%, #fbf8ff 100%);
}

.hero-orbit {
  position: absolute;
  border: 2px solid rgba(111, 82, 243, .12);
  border-radius: 50%;
  pointer-events: none;
}

.orbit-one {
  width: 920px;
  height: 260px;
  top: 70px;
  left: -270px;
  transform: rotate(-22deg);
}

.orbit-two {
  width: 880px;
  height: 250px;
  top: 170px;
  right: -300px;
  transform: rotate(18deg);
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(390px, .88fr);
  align-items: center;
  gap: 62px;
  min-height: 650px;
  padding: 70px 0;
}

.hero-eyebrow,
.section-title > span,
.security-label {
  display: inline-flex;
  margin-bottom: 14px;
  color: #5b49df;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hero-copy h1 {
  margin: 0;
  font-size: clamp(38px, 4.7vw, 62px);
  line-height: 1.16;
  letter-spacing: -.045em;
}

.hero-copy h1 em {
  color: var(--ent-primary);
  font-style: normal;
}

.hero-copy > p {
  max-width: 720px;
  margin: 24px 0 28px;
  color: #566078;
  font-size: 17px;
  line-height: 1.85;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.enterprise-btn {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 11px;
  padding: 0 22px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.enterprise-btn.primary {
  color: #fff;
  background: linear-gradient(135deg, #7960ff, #6048e6);
  box-shadow: 0 12px 28px rgba(94, 72, 220, .24);
}

.enterprise-btn.secondary {
  border: 1px solid rgba(92, 73, 223, .18);
  color: #5b49df;
  background: rgba(255, 255, 255, .84);
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 23px;
  color: #69728a;
  font-size: 12px;
}

.hero-console {
  border: 1px solid rgba(105, 87, 198, .16);
  border-radius: 22px;
  padding: 20px;
  background: rgba(255, 255, 255, .84);
  box-shadow: 0 28px 70px rgba(59, 47, 124, .14);
  backdrop-filter: blur(18px);
}

.console-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--ent-line);
  color: #343b51;
  font-size: 13px;
  font-weight: 800;
}

.live-dot {
  position: relative;
  padding-left: 13px;
  color: #1d9b67;
  font-weight: 600;
}

.live-dot::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22c55e;
  transform: translateY(-50%);
  box-shadow: 0 0 0 5px rgba(34, 197, 94, .1);
}

.console-route {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 18px 0;
}

.console-route > span { color: #a1a6b7; }

.route-node {
  flex: 1;
  min-width: 0;
  padding: 12px 8px;
  border: 1px solid #eceaf4;
  border-radius: 10px;
  background: #fafaff;
  text-align: center;
}

.route-node.active {
  border-color: rgba(109, 85, 247, .32);
  background: #f0edff;
}

.route-node b,
.route-node small {
  display: block;
}

.route-node b { font-size: 12px; }
.route-node small { margin-top: 4px; color: #8b91a4; font-size: 10px; }

.console-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.console-grid div {
  padding: 17px;
  border-radius: 12px;
  background: #f7f8fc;
}

.console-grid span,
.console-grid small {
  display: block;
}

.console-grid span {
  color: #5946d9;
  font-size: 23px;
  font-weight: 800;
}

.console-grid small {
  margin-top: 5px;
  color: #7d8498;
}

.console-ledger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 17px;
  padding: 11px;
  border-radius: 10px;
  color: #646c81;
  background: #fbfaff;
  font-size: 10px;
}

.console-ledger i {
  width: 12px;
  height: 1px;
  background: #b7afec;
}

.enterprise-section {
  padding: 92px 0;
}

.intro-section {
  position: relative;
  margin-top: -1px;
  background: #fff;
}

.section-title {
  max-width: 790px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-title h2 {
  margin: 0;
  font-size: clamp(29px, 3vw, 42px);
  line-height: 1.25;
  letter-spacing: -.025em;
}

.section-title p {
  margin: 16px auto 0;
  color: var(--ent-muted);
  font-size: 15px;
  line-height: 1.8;
}

.section-title.light h2 { color: #fff; }
.section-title.light p { color: #aeb7cc; }
.section-title.light > span { color: #b9adff; }

.intro-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 17px;
}

.intro-grid article,
.advantage-grid article,
.deployment-grid article {
  border: 1px solid var(--ent-line);
  border-radius: 17px;
  background: #fff;
}

.intro-grid article {
  min-height: 285px;
  padding: 25px;
}

.feature-icon {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  place-items: center;
  border-radius: 13px;
  color: #5c47df;
  background: #efecff;
  font-size: 22px;
}

.intro-grid h3,
.advantage-grid h3,
.deployment-grid h3,
.delivery-flow h3 {
  margin: 0 0 11px;
  font-size: 18px;
}

.intro-grid p,
.advantage-grid p,
.deployment-grid p,
.delivery-flow p {
  margin: 0;
  color: var(--ent-muted);
  font-size: 13px;
  line-height: 1.75;
}

.intro-grid a {
  display: inline-flex;
  margin-top: 18px;
  color: #5c47df;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
}

.architecture-section {
  background:
    radial-gradient(circle at 20% 20%, rgba(93, 69, 220, .22), transparent 30%),
    #14192a;
}

.architecture-board {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) 150px;
  gap: 18px;
  align-items: stretch;
}

.arch-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 16px;
  background: rgba(255, 255, 255, .045);
}

.arch-column strong {
  margin-bottom: 5px;
  color: #fff;
  font-size: 13px;
}

.arch-column span {
  flex: 1;
  display: grid;
  place-items: center;
  min-height: 56px;
  border-radius: 9px;
  color: #c5ccdd;
  background: rgba(255, 255, 255, .05);
  font-size: 12px;
}

.arch-stack {
  display: grid;
  gap: 8px;
}

.arch-layer {
  padding: 14px 18px;
  border: 1px solid rgba(162, 147, 255, .18);
  border-radius: 12px;
  background: linear-gradient(90deg, rgba(109, 85, 247, .13), rgba(255, 255, 255, .035));
}

.arch-layer b {
  display: block;
  margin-bottom: 8px;
  color: #c0b7ff;
  font-size: 12px;
}

.arch-layer > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.arch-layer span {
  padding: 6px 9px;
  border-radius: 7px;
  color: #d5dbea;
  background: rgba(255, 255, 255, .07);
  font-size: 11px;
}

.iron-order {
  align-items: center;
}

.iron-order i {
  color: #8f82e6;
  font-style: normal;
}

.advantage-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.advantage-grid article {
  position: relative;
  overflow: hidden;
  padding: 27px;
  transition: transform .2s ease, box-shadow .2s ease;
}

.advantage-grid article:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 45px rgba(51, 42, 102, .1);
}

.advantage-grid article > b {
  position: absolute;
  right: 16px;
  top: 8px;
  color: #f0edff;
  font-size: 52px;
}

.advantage-grid h3 { position: relative; }

.advantage-grid ul,
.deployment-grid ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.advantage-grid li,
.deployment-grid li {
  position: relative;
  margin-top: 8px;
  padding-left: 16px;
  color: #4e566c;
  font-size: 12px;
}

.advantage-grid li::before,
.deployment-grid li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #6d55f7;
  font-weight: 800;
}

.deployment-section {
  background: #171c2e;
}

.deployment-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.deployment-grid article {
  padding: 28px;
  color: #fff;
  border-color: rgba(255, 255, 255, .1);
  background: rgba(255, 255, 255, .045);
}

.deployment-grid article.featured {
  border-color: rgba(137, 112, 255, .72);
  background: linear-gradient(145deg, rgba(109, 85, 247, .26), rgba(255, 255, 255, .05));
}

.deployment-grid p { color: #aeb7cc; }
.deployment-grid li { color: #cbd2e0; }

.plan-badge {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 5px 9px;
  border-radius: 999px;
  color: #c5bbff;
  background: rgba(109, 85, 247, .17);
  font-size: 11px;
  font-weight: 700;
}

.deployment-grid a,
.deployment-grid button {
  display: inline-flex;
  margin-top: 22px;
  border: 0;
  padding: 0;
  color: #bfb5ff;
  background: transparent;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.scenarios-section {
  background: #fff;
}

.scenario-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 20px;
}

.scenario-tabs button {
  border: 1px solid #e7e5f0;
  border-radius: 9px;
  padding: 10px 15px;
  color: #596176;
  background: #fff;
  cursor: pointer;
}

.scenario-tabs button.active {
  border-color: var(--ent-primary);
  color: #fff;
  background: var(--ent-primary);
}

.scenario-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid var(--ent-line);
  border-radius: 20px;
  background: #f8f9fd;
}

.scenario-copy {
  padding: 46px;
}

.scenario-copy span {
  color: #6d55f7;
  font-size: 12px;
  font-weight: 800;
}

.scenario-copy h3 {
  margin: 12px 0 14px;
  font-size: 29px;
}

.scenario-copy p {
  color: var(--ent-muted);
  line-height: 1.8;
}

.scenario-copy ul {
  margin: 22px 0;
  padding: 0;
  list-style: none;
}

.scenario-copy li {
  margin: 10px 0;
  color: #4f576c;
  font-size: 13px;
}

.scenario-copy li::before {
  content: "✓";
  margin-right: 8px;
  color: #6d55f7;
}

.scenario-copy a {
  color: #5b47de;
  text-decoration: none;
  font-weight: 700;
}

.scenario-visual {
  display: grid;
  place-items: center;
  padding: 35px;
  background:
    radial-gradient(circle at center, rgba(109, 85, 247, .18), transparent 55%),
    #f0effa;
}

.scenario-diagram {
  width: min(390px, 100%);
  padding: 22px;
  border: 1px solid rgba(104, 85, 208, .16);
  border-radius: 18px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 20px 45px rgba(63, 50, 127, .1);
}

.scenario-diagram strong {
  display: block;
  margin-bottom: 13px;
}

.scenario-diagram div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.scenario-diagram span {
  flex: 1 1 120px;
  padding: 12px;
  border-radius: 9px;
  color: #5545c7;
  background: #f0edff;
  text-align: center;
  font-size: 12px;
}

.delivery-section { background: #f7f8fc; }

.delivery-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.delivery-flow article {
  position: relative;
  padding: 25px;
  border-radius: 15px;
  background: #fff;
}

.delivery-flow article:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -13px;
  top: 50%;
  z-index: 1;
  color: #8e80e7;
  font-weight: 800;
}

.delivery-flow b {
  display: block;
  margin-bottom: 22px;
  color: #6d55f7;
  font-size: 12px;
}

.security-section {
  color: #fff;
  background:
    radial-gradient(circle at 82% 25%, rgba(76, 176, 255, .17), transparent 30%),
    linear-gradient(135deg, #222946, #171b2b);
}

.security-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 65px;
}

.security-grid h2 {
  margin: 0;
  font-size: 38px;
}

.security-grid p {
  margin: 18px 0 25px;
  color: #b7c0d2;
  line-height: 1.8;
}

.security-card {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 18px;
  background: rgba(255, 255, 255, .05);
}

.security-card > div {
  min-height: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .055);
  text-align: center;
}

.security-card span {
  color: #aeb8cd;
  font-size: 11px;
}

.security-card b {
  margin-top: 9px;
  font-size: 14px;
}

.security-card .result {
  background: rgba(109, 85, 247, .28);
}

.faq-section { background: #fff; }

.sku-section {
  background:
    radial-gradient(circle at 12% 0%, rgba(49, 169, 245, .1), transparent 28%),
    radial-gradient(circle at 88% 8%, rgba(109, 85, 247, .1), transparent 30%),
    #f6f7fc;
}

.sku-rail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 6px;
  margin: 0 auto 28px;
  padding: 18px 16px;
  border: 1px solid var(--ent-line);
  border-radius: 16px;
  background: #fff;
}

.sku-rail > div {
  min-width: 72px;
  padding: 10px 8px;
  border-radius: 12px;
  background: #f4f5fb;
  text-align: center;
}

.sku-rail > div.accent {
  background: rgba(49, 169, 245, .12);
  box-shadow: inset 0 0 0 1px rgba(49, 169, 245, .35);
}

.sku-rail b {
  display: block;
  color: var(--ent-primary);
  font-size: 12px;
}

.sku-rail span {
  display: block;
  margin-top: 4px;
  color: #2a3146;
  font-size: 13px;
  font-weight: 700;
}

.sku-rail > i {
  color: #9aa3b8;
  font-style: normal;
  font-weight: 700;
}

.sku-view-tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 22px;
}

.sku-view-tabs button {
  border: 1px solid var(--ent-line);
  border-radius: 999px;
  padding: 10px 18px;
  color: #4d556c;
  background: #fff;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.sku-view-tabs button.active {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(120deg, #4d37ce, #6d55f7);
}

.sku-panel[hidden] { display: none !important; }

.sku-pack-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}

.sku-pack {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px;
  border: 1px solid var(--ent-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(36, 42, 72, .04);
}

.sku-pack.featured {
  border-color: rgba(109, 85, 247, .35);
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, rgba(109, 85, 247, .35), rgba(49, 169, 245, .28)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 16px 36px rgba(77, 55, 206, .1);
}

.sku-pack:nth-child(4),
.sku-pack:nth-child(5) {
  grid-column: span 3;
}

.sku-pack-badge {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 3px 9px;
  border-radius: 999px;
  color: #5b49df;
  background: rgba(109, 85, 247, .1);
  font-size: 11px;
  font-weight: 800;
}

.sku-pack.featured .sku-pack-badge {
  color: #fff;
  background: linear-gradient(120deg, #4d37ce, #408ee9);
}

.sku-pack h3 {
  margin: 0;
  font-size: 20px;
}

.sku-one-liner {
  margin: 8px 0 0;
  color: #2f364c;
  font-size: 15px;
  font-weight: 700;
}

.sku-plain {
  margin: 0;
  color: var(--ent-muted);
  font-size: 13px;
  line-height: 1.7;
}

.sku-plain strong {
  display: block;
  margin-bottom: 4px;
  color: #5b49df;
  font-size: 11px;
  letter-spacing: .06em;
}

.sku-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.sku-stack span {
  padding: 4px 8px;
  border-radius: 8px;
  color: #31405f;
  background: #eef1f9;
  font-size: 12px;
  font-weight: 800;
  font-family: ui-monospace, Consolas, monospace;
}

.sku-detail {
  margin: 0;
  color: #6a738a;
  font-size: 12px;
  line-height: 1.7;
  flex: 1;
}

.sku-pack button {
  margin-top: auto;
  width: 100%;
  border: 0;
  border-radius: 10px;
  padding: 11px 14px;
  color: #fff;
  background: linear-gradient(120deg, #4d37ce, #6d55f7);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.sku-hint {
  margin: 18px 0 0;
  color: #7a849c;
  font-size: 12px;
  text-align: center;
}

.sku-block-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-bottom: 16px;
  color: #667086;
  font-size: 12px;
}

.sku-block-legend .dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 6px;
  border-radius: 50%;
  vertical-align: middle;
}

.sku-block-legend .dot.consume { background: #31a9f5; }
.sku-block-legend .dot.base { background: #6d55f7; }
.sku-block-legend .dot.trust { background: #1f9d6a; }
.sku-block-legend .dot.growth { background: #e08a2b; }

.sku-block-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.sku-block {
  padding: 18px;
  border: 1px solid var(--ent-line);
  border-radius: 16px;
  background: #fff;
}

.sku-block header {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  margin-bottom: 12px;
}

.sku-block header b {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  color: #fff;
  font-size: 18px;
}

.sku-block.role-consume header b { background: #31a9f5; }
.sku-block.role-base header b { background: #6d55f7; }
.sku-block.role-trust header b { background: #1f9d6a; }
.sku-block.role-growth header b { background: #e08a2b; }

.sku-block h3 {
  margin: 0;
  font-size: 17px;
}

.sku-block header p {
  margin: 4px 0 0;
  color: var(--ent-muted);
  font-size: 12px;
  line-height: 1.55;
}

.sku-block ul {
  margin: 0;
  padding-left: 18px;
  color: #3b445c;
  font-size: 13px;
  line-height: 1.7;
}

.sku-meta {
  display: grid;
  gap: 8px;
  margin: 14px 0;
  padding: 12px;
  border-radius: 12px;
  background: #f5f6fb;
  color: #5d667c;
  font-size: 12px;
  line-height: 1.55;
}

.sku-meta em {
  display: block;
  margin-bottom: 2px;
  color: #8a93a8;
  font-style: normal;
  font-size: 10px;
  letter-spacing: .05em;
}

.sku-block a {
  color: #5b49df;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.sku-cta-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 26px;
  padding: 22px 24px;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(120deg, #243056, #3a2f7a 55%, #2b6ea8);
}

.sku-cta-bar strong { display: block; font-size: 18px; }
.sku-cta-bar p { margin: 6px 0 0; color: #d5dced; font-size: 13px; }
.sku-cta-bar .primary { background: #fff; color: #3d36a8; box-shadow: none; }

@media (max-width: 1020px) {
  .sku-pack-grid { grid-template-columns: 1fr 1fr; }
  .sku-pack,
  .sku-pack:nth-child(4),
  .sku-pack:nth-child(5) { grid-column: span 1; }
  .sku-block-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .sku-pack-grid,
  .sku-block-grid { grid-template-columns: 1fr; }
  .sku-cta-bar { flex-direction: column; align-items: flex-start; }
  .sku-rail > div { min-width: 64px; }
}

.faq-list {
  max-width: 900px;
  margin: 0 auto;
  border-top: 1px solid var(--ent-line);
}

.faq-list article {
  border-bottom: 1px solid var(--ent-line);
}

.faq-list button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border: 0;
  padding: 20px 4px;
  color: #242b40;
  background: transparent;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.faq-list article > div {
  display: none;
  padding: 0 35px 22px 4px;
  color: var(--ent-muted);
  font-size: 13px;
  line-height: 1.8;
}

.faq-list article.open > div { display: block; }

.enterprise-cta {
  padding: 65px 0;
  color: #fff;
  background: linear-gradient(120deg, #4b35c5, #6d55f7 60%, #408ee9);
}

.enterprise-cta .enterprise-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.enterprise-cta span { color: #d9d3ff; font-size: 12px; }
.enterprise-cta h2 { margin: 8px 0; font-size: 31px; }
.enterprise-cta p { margin: 0; color: #e1ddff; }
.enterprise-cta .primary { background: #fff; color: #5945dc; box-shadow: none; }

.enterprise-footer {
  padding: 48px 0;
  color: #aeb6c8;
  background: #111522;
}

.enterprise-footer .enterprise-container {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 30px;
}

.enterprise-footer strong { color: #fff; }
.enterprise-footer p { max-width: 450px; line-height: 1.7; }
.enterprise-footer a {
  display: block;
  margin-bottom: 10px;
  color: #b6becf;
  text-decoration: none;
  font-size: 13px;
}

.consult-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  place-items: center;
  padding: 20px;
}

.consult-modal.open { display: grid; }

.consult-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(12, 15, 26, .68);
  backdrop-filter: blur(5px);
}

.consult-dialog {
  position: relative;
  z-index: 1;
  width: min(700px, 100%);
  max-height: calc(100vh - 40px);
  overflow: auto;
  border-radius: 20px;
  padding: 30px;
  background: #fff;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .24);
}

.consult-dialog > span {
  color: #6d55f7;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
}

.consult-dialog h2 { margin: 8px 0; }
.consult-dialog > p { color: var(--ent-muted); font-size: 13px; }

.consult-close {
  position: absolute;
  right: 18px;
  top: 16px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  color: #6e7589;
  background: #f4f5f9;
  font-size: 22px;
  cursor: pointer;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
  margin-top: 22px;
}

.form-grid label,
.full-field {
  color: #555d72;
  font-size: 12px;
}

.form-grid input,
.form-grid select,
.full-field textarea {
  display: block;
  width: 100%;
  margin-top: 6px;
  border: 1px solid #e2e1eb;
  border-radius: 9px;
  padding: 11px 12px;
  color: #242a3e;
  background: #fafafd;
  outline: 0;
  font: inherit;
}

.full-field {
  display: block;
  margin-top: 13px;
}

.full-field textarea { min-height: 100px; resize: vertical; }

.consent {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 14px 0;
  color: #747b8f;
  font-size: 11px;
}

.honeypot {
  position: absolute !important;
  left: -9999px !important;
}

.submit-consult { width: 100%; }

.form-result {
  min-height: 20px;
  margin-top: 10px;
  color: #18865b;
  font-size: 12px;
  text-align: center;
}

.form-result.error { color: #d34242; }

@media (max-width: 1020px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-console { max-width: 650px; }
  .intro-grid { grid-template-columns: repeat(2, 1fr); }
  .architecture-board { grid-template-columns: 1fr; }
  .arch-column { display: grid; grid-template-columns: repeat(5, 1fr); }
  .advantage-grid { grid-template-columns: repeat(2, 1fr); }
  .security-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .enterprise-container { width: min(100% - 24px, 1180px); }
  .enterprise-hero { min-height: auto; }
  .hero-inner { min-height: auto; padding: 70px 0 55px; }
  .hero-copy h1 { font-size: 37px; }
  .enterprise-section { padding: 65px 0; }
  .intro-grid,
  .advantage-grid,
  .deployment-grid,
  .delivery-flow,
  .scenario-panel,
  .enterprise-footer .enterprise-container { grid-template-columns: 1fr; }
  .arch-column { grid-template-columns: repeat(2, 1fr); }
  .delivery-flow article::after { display: none; }
  .scenario-copy { padding: 28px; }
  .security-card { grid-template-columns: 1fr; }
  .security-card > i { text-align: center; }
  .enterprise-cta .enterprise-container { align-items: flex-start; flex-direction: column; }
  .form-grid { grid-template-columns: 1fr; }
}
