:root {
  --accent: #dc7c9f;
  --accent-dark: #b85b7d;
  --accent-light: #f9ecf1;
  --bg-main: #fcfbfa;
  --bg-alt: #f4efef;
  --bg-dark: #1b1619;
  --surface: #ffffff;
  --text-primary: #1e191b;
  --text-secondary: #5c5357;
  --text-muted: #8e8488;
  --border: #e8dfdf;
  --radius-main: 18px;
  --shadow: 0 12px 32px rgba(220, 124, 159, 0.08);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  background-color: var(--bg-main);
  color: var(--text-primary);
  line-height: 1.7;
  word-break: break-word;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
}

/* Header & Nav Styling (Homogenous with Homepage) */
.sentry {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(252, 251, 250, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}

.cocoon {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.sheath {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}

.emblem {
  display: flex;
  align-items: center;
  min-width: 0;
}

.emblem img {
  height: 38px;
  width: auto;
  display: block;
}

.conduit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 28px;
  min-width: 0;
}

.nexus {
  color: var(--text-secondary);
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  transition: color 0.15s ease;
  padding: 6px 0;
  position: relative;
}

.nexus:hover,
.nexus.active {
  color: var(--accent);
}

.nexus.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: var(--accent);
  border-radius: 2px;
}

/* Main Layout Setup */
main {
  width: 100%;
}

.mantra {
  color: var(--text-primary);
  font-weight: 800;
  line-height: 1.3;
  white-space: normal;
  word-break: keep-all;
}

.whisper {
  color: var(--text-secondary);
  font-size: 16px;
  line-height: 1.7;
}

.radar {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: var(--accent-light);
  color: var(--accent-dark);
  font-size: 13px;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 30px;
  margin-bottom: 20px;
  border: 1px solid rgba(220, 124, 159, 0.2);
}

/* Section 1: Intro Hero (Asymmetric Data UI) */
.citadel {
  padding: 80px 0 72px;
  background: linear-gradient(180deg, rgba(220, 124, 159, 0.05) 0%, rgba(252, 251, 250, 0) 100%);
  border-bottom: 1px solid var(--border);
}

.cluster {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  align-items: center;
}

.sanctum {
  flex: 1 1 500px;
  min-width: 0;
}

.citadel .mantra {
  font-size: 38px;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}

.citadel .whisper {
  font-size: 17px;
  margin-bottom: 32px;
}

.cluster-features {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 36px;
}

.node-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--surface);
  padding: 12px 18px;
  border-radius: 12px;
  border: 1px solid var(--border);
  box-shadow: 0 4px 12px rgba(0,0,0,0.02);
  flex: 1 1 200px;
  min-width: 0;
}

.glyph {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  color: var(--accent);
}

.prism {
  flex: 1 1 450px;
  min-width: 0;
  background: var(--surface);
  border-radius: var(--radius-main);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  padding: 28px;
  position: relative;
  overflow: hidden;
}

.prism-crest {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--border);
  padding-bottom: 16px;
  margin-bottom: 20px;
}

.prism-dots {
  display: flex;
  gap: 6px;
}

.prism-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #e2d7d9;
}

.prism-dot:nth-child(1) { background-color: #ff5f56; }
.prism-dot:nth-child(2) { background-color: #ffbd2e; }
.prism-dot:nth-child(3) { background-color: #27c93f; }

.prism-body {
  font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 13px;
  color: var(--text-secondary);
}

.prism-line {
  display: flex;
  justify-content: space-between;
  padding: 10px 14px;
  background: var(--bg-alt);
  border-radius: 8px;
  margin-bottom: 10px;
}

.prism-val {
  color: var(--accent-dark);
  font-weight: 600;
}

/* Section 2: Deployment Modes (Div Container) */
.halo {
  padding: 88px 0;
  background-color: var(--bg-main);
}

.crest {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 56px;
}

.crest .mantra {
  font-size: 30px;
  margin-bottom: 16px;
}

.cluster-modes {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}

.packet {
  flex: 1 1 320px;
  min-width: 0;
  background: var(--surface);
  border-radius: var(--radius-main);
  padding: 36px 30px;
  border: 1px solid var(--border);
  box-shadow: 0 8px 24px rgba(0,0,0,0.03);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  display: flex;
  flex-direction: column;
}

.packet:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: rgba(220, 124, 159, 0.4);
}

.packet-glyph-box {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--accent-light);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  color: var(--accent);
}

.packet .mantra {
  font-size: 20px;
  margin-bottom: 14px;
}

.packet .whisper {
  font-size: 15px;
  flex-grow: 1;
}

.ribbon {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px dashed var(--border);
  font-size: 13px;
  color: var(--accent-dark);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Section 3: Security Compliance (Aside Container) */
.enclave {
  padding: 88px 0;
  background-color: var(--bg-alt);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.cluster-security {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.packet-wide {
  flex: 1 1 100%;
  min-width: 0;
  background: var(--surface);
  border-radius: var(--radius-main);
  padding: 40px;
  border: 1px solid var(--border);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 36px;
}

.packet-sheath {
  flex: 1 1 400px;
  min-width: 0;
}

.packet-sheath .mantra {
  font-size: 24px;
  margin-bottom: 16px;
}

.packet-diagram {
  flex: 1 1 360px;
  min-width: 0;
  background: var(--bg-main);
  border-radius: 14px;
  padding: 24px;
  border: 1px solid var(--border);
  position: relative;
}

.watermark-demo {
  position: relative;
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #efe6e8;
}

.watermark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background-image: repeating-linear-gradient(-45deg, rgba(220, 124, 159, 0.08) 0, rgba(220, 124, 159, 0.08) 120px, transparent 120px, transparent 240px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: rgba(220, 124, 159, 0.25);
  font-weight: 700;
  transform: rotate(-15deg);
  white-space: nowrap;
}

/* Section 4: System Integration (Section Container) */
.capsule {
  padding: 88px 0;
  background-color: var(--bg-main);
}

.cluster-integration {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 48px;
}

.node-capsule {
  flex: 1 1 300px;
  min-width: 0;
  background: var(--surface);
  border-radius: var(--radius-main);
  padding: 32px;
  border: 1px solid var(--border);
  box-shadow: 0 6px 20px rgba(0,0,0,0.02);
}

.node-capsule .mantra {
  font-size: 19px;
  margin: 16px 0 12px;
}

/* Section 5: Consultation Pathway (Aside Container) */
.pinnacle {
  padding: 88px 0;
  background: linear-gradient(135deg, rgba(220, 124, 159, 0.08) 0%, rgba(27, 22, 25, 0.03) 100%);
  border-top: 1px solid var(--border);
}

.form-cocoon {
  max-width: 860px;
  margin: 0 auto;
  background: var(--surface);
  border-radius: var(--radius-main);
  padding: 48px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.form-cluster {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 32px;
}

.field-cluster {
  flex: 1 1 360px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.field-seal {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-primary);
}

.field-input, .field-select {
  width: 100%;
  padding: 14px 18px;
  border-radius: 10px;
  border: 1px solid var(--border);
  background-color: var(--bg-main);
  color: var(--text-primary);
  font-size: 15px;
  outline: none;
  transition: border-color 0.15s ease;
}

.field-input:focus, .field-select:focus {
  border-color: var(--accent);
  background-color: #ffffff;
}

.trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 36px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  background-color: var(--accent);
  color: #ffffff;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(220, 124, 159, 0.3);
  transition: background-color 0.15s ease, transform 0.15s ease;
  text-decoration: none;
  margin-top: 12px;
}

.trigger:hover {
  background-color: var(--accent-dark);
  transform: translateY(-2px);
}

.latch-guarantee {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
}

.latch-node {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--text-muted);
}

/* Footer Bedrock */
.bedrock {
  background-color: var(--bg-dark);
  color: #a89f9e;
  padding: 64px 0 36px;
  border-top: 1px solid #2d2629;
}

.haven {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 48px;
}

.trace-brand {
  flex: 1 1 300px;
  min-width: 0;
}

.trace-brand .mantra {
  color: #ffffff;
  font-size: 22px;
  margin-bottom: 12px;
}

.trace-brand .whisper {
  color: #a89f9e;
  font-size: 14px;
}

.trace-links {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.trace-cluster {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.trace-mantra {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
}

.anchor {
  color: #a89f9e;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.15s ease;
}

.anchor:hover {
  color: var(--accent);
}

.bedrock-bottom {
  text-align: center;
  padding-top: 32px;
  border-top: 1px solid #2d2629;
  font-size: 13px;
  color: #786e71;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .sheath {
    height: auto;
    padding: 16px 0;
    flex-direction: column;
    gap: 16px;
  }
  .conduit {
    gap: 16px;
    justify-content: center;
  }
  .citadel .mantra {
    font-size: 28px;
  }
  .crest .mantra {
    font-size: 24px;
  }
  .packet-wide {
    padding: 24px;
  }
  .form-cocoon {
    padding: 24px;
  }
}

.sentry-sentry {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    line-height: 1.7;
    word-break: keep-all;
    color: var(--text-primary);
}
.sentry-sentry,
.sentry-sentry *,
.sentry-sentry *::before,
.sentry-sentry *::after {
    box-sizing: border-box;
}

.sentry-sentry [role="navigation"],
.sentry-sentry div,
.sentry-sentry section,
.sentry-sentry article,
.sentry-sentry aside,
.sentry-sentry p,
.sentry-sentry h1,
.sentry-sentry h2,
.sentry-sentry h3,
.sentry-sentry h4,
.sentry-sentry h5,
.sentry-sentry h6,
.sentry-sentry a {
    margin: 0;
    padding: 0;
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}

.sentry-sentry p,
.sentry-sentry h1,
.sentry-sentry h2,
.sentry-sentry h3,
.sentry-sentry h4,
.sentry-sentry h5,
.sentry-sentry h6 {
    text-decoration: none;
}

.sentry-sentry img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
}

.sentry-sentry {
    box-shadow: none;
    filter: none;
    text-shadow: none;
    background-image: none;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
}

.sentry-sentry a.sentry-nexus {
    --aisite-shell-nav-padding: 6px 12px;
    --aisite-shell-nav-margin: 0;
    --aisite-shell-nav-line-height: normal;
    --aisite-shell-nav-display: inline;
    --aisite-shell-nav-height: auto;
    --aisite-shell-nav-min-height: auto;
}

.sentry-sentry a.sentry-nexus,
.sentry-sentry a.sentry-nexus:hover,
.sentry-sentry a.sentry-nexus:focus,
.sentry-sentry a.sentry-nexus:active,
.sentry-sentry a.sentry-nexus.active,
.sentry-sentry a.sentry-nexus[aria-current="page"] {
    background: transparent;
    border: none;
    border-bottom: none;
    box-shadow: none;
    outline: none;
    text-decoration: none;
    padding: var(--aisite-shell-nav-padding, 0);
    margin: var(--aisite-shell-nav-margin, 0);
    line-height: var(--aisite-shell-nav-line-height, normal);
    display: var(--aisite-shell-nav-display, inline);
    height: var(--aisite-shell-nav-height, auto);
    min-height: var(--aisite-shell-nav-min-height, auto);
}

.sentry-sentry header.sentry-sentry{
            position: sticky;
            top: 0;
            z-index: 1000;
            background: rgba(252, 251, 250, 0.92);
            backdrop-filter: blur(12px);
            border-bottom: 1px solid #e8dfdf;
            padding: 16px 24px;
        }

.sentry-sentry .sentry-cocoon{
            max-width: 1320px;
            margin: 0 auto;
            padding: 0 24px;
        }

.sentry-sentry .sentry-sheath{
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            min-width: 0;
        }

.sentry-sentry .sentry-emblem{
            display: flex;
            align-items: center;
            min-width: 0;
        }

.sentry-sentry .sentry-emblem img{
            height: 38px;
            width: auto;
            display: block;
        }

.sentry-sentry [role="navigation"].sentry-conduit{
            display: flex;
            flex-wrap: wrap;
            gap: 28px;
            align-items: center;
            min-width: 0;
        }

.sentry-sentry .sentry-nexus{
            color: #5c5357;
            text-decoration: none;
            font-size: 15px;
            font-weight: 500;
            transition: all 0.15s ease;
            padding: 6px 12px;
            border-radius: 8px;
            white-space: nowrap;
        }

.sentry-sentry .sentry-nexus:hover, .sentry-sentry .sentry-nexus.active{
            color: #b85b7d;
            background-color: #f9ecf1;
        }

@media (max-width: 768px){.sentry-sentry header.sentry-sentry{
                padding: 12px 16px;
            }

.sentry-sentry [role="navigation"].sentry-conduit{
                gap: 12px;
                margin-top: 12px;
                width: 100%;
            }

.sentry-sentry .sentry-nexus{
                font-size: 14px;
                padding: 4px 8px;
            }}

.bedrock-bedrock {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    line-height: 1.7;
    word-break: keep-all;
    color: var(--text-primary);
}
.bedrock-bedrock,
.bedrock-bedrock *,
.bedrock-bedrock *::before,
.bedrock-bedrock *::after {
    box-sizing: border-box;
}

.bedrock-bedrock [role="navigation"],
.bedrock-bedrock div,
.bedrock-bedrock section,
.bedrock-bedrock article,
.bedrock-bedrock aside,
.bedrock-bedrock p,
.bedrock-bedrock h1,
.bedrock-bedrock h2,
.bedrock-bedrock h3,
.bedrock-bedrock h4,
.bedrock-bedrock h5,
.bedrock-bedrock h6,
.bedrock-bedrock a {
    margin: 0;
    padding: 0;
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}

.bedrock-bedrock p,
.bedrock-bedrock h1,
.bedrock-bedrock h2,
.bedrock-bedrock h3,
.bedrock-bedrock h4,
.bedrock-bedrock h5,
.bedrock-bedrock h6 {
    text-decoration: none;
}

.bedrock-bedrock img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
}

.bedrock-bedrock {
    box-shadow: none;
    filter: none;
    text-shadow: none;
    background-image: none;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
}

.bedrock-bedrock a,
.bedrock-bedrock a:hover,
.bedrock-bedrock a:focus,
.bedrock-bedrock a:active {
    background: transparent;
    box-shadow: none;
    outline: none;
    text-decoration: none;
}

.bedrock-bedrock .bedrock-cocoon{
            max-width: 1320px;
            margin: 0 auto;
            padding: 0 24px;
        }

.bedrock-bedrock [role="contentinfo"].bedrock-bedrock{
            padding: 64px 0 32px;
        }

.bedrock-bedrock .bedrock-anchor-trace{
            display: flex;
            flex-wrap: wrap;
            gap: 40px;
            justify-content: space-between;
            margin-bottom: 48px;
            min-width: 0;
        }

.bedrock-bedrock .bedrock-haven-brand{
            flex: 2 1 320px;
            min-width: 0;
        }

.bedrock-bedrock .bedrock-mantra-brand{
            font-size: 20px;
            font-weight: 700;
            color: #ffffff;
            margin-bottom: 12px;
        }

.bedrock-bedrock .bedrock-whisper-trace{
            font-size: 14px;
            line-height: 1.7;
            max-width: 400px;
        }

.bedrock-bedrock .bedrock-haven-links{
            flex: 1 1 160px;
            min-width: 0;
        }

.bedrock-bedrock .bedrock-mantra-trace-head{
            font-size: 15px;
            font-weight: 600;
            color: #ffffff;
            margin-bottom: 20px;
        }

.bedrock-bedrock .bedrock-strand-trace{
            display: flex;
            flex-direction: column;
            gap: 12px;
            min-width: 0;
        }

.bedrock-bedrock .bedrock-nexus-trace{
            color: #a3989d;
            text-decoration: none;
            font-size: 14px;
            transition: all 0.15s ease;
        }

.bedrock-bedrock .bedrock-nexus-trace:hover{
            color: #dc7c9f;
        }

.bedrock-bedrock .bedrock-trace-copyright{
            border-top: 1px solid rgba(255, 255, 255, 0.08);
            padding-top: 28px;
            font-size: 13px;
            text-align: center;
            color: #6d6468;
        }