/* ── DEPLOYMENT PAGES · shared style ─────────────────────── */
.dp { position: relative; overflow: hidden; padding: 60px 0 140px; }
.dp__bg { position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(900px 600px at 80% 12%, rgba(59,130,246,0.10), transparent 60%),
    radial-gradient(700px 500px at 20% 88%, rgba(59,130,246,0.06), transparent 60%); }
.dp .container { position: relative; z-index: 1; }

/* Hero · text left + motion right */
.dp__hero { display: grid; grid-template-columns: 1fr 1.15fr; gap: 56px; align-items: center; margin-bottom: 110px; }
.dp__copy h2.dp__title { font-family: var(--font-display); font-size: clamp(36px, 4.2vw, 56px); line-height: 1.04; letter-spacing: -0.025em; color: var(--ink-100); margin: 18px 0 22px; }
.dp__lead { font-size: 17px; line-height: 1.6; color: var(--ink-70); max-width: 560px; margin-bottom: 32px; }
.dp__lead strong { color: var(--ink-100); font-weight: 600; }
.dp__sig { display: flex; border-top: 1px solid var(--hair); border-bottom: 1px solid var(--hair); padding: 22px 0; margin-bottom: 24px; }
.dp__sig-item { flex: 1; padding-right: 22px; }
.dp__sig-item + .dp__sig-item { border-left: 1px solid var(--hair); padding-left: 22px; }
.dp__sig-num { font-family: var(--font-display); font-size: 30px; font-weight: 600; letter-spacing: -0.02em; color: var(--ink-100); line-height: 1; }
.dp__sig-lab { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-70); margin-top: 8px; }
.dp__chips { display: flex; flex-wrap: wrap; gap: 8px; }
.dp__chip { display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-80); border: 1px solid var(--hair); border-radius: 999px; background: rgba(255,255,255,0.015); }
.dp__chip-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 8px var(--accent); animation: dp-dot 1.8s ease-in-out infinite; }
.dp__chip:nth-child(2) .dp__chip-dot { animation-delay: 0.3s; }
.dp__chip:nth-child(3) .dp__chip-dot { animation-delay: 0.6s; }
.dp__chip:nth-child(4) .dp__chip-dot { animation-delay: 0.9s; }
@keyframes dp-dot { 0%,100% { opacity: 1; } 50% { opacity: 0.4; } }

/* Motion panel */
.dp__motion { position: relative; padding: 14px; }
.dp__panel { border: 1px solid var(--hair); border-radius: 14px; background: linear-gradient(180deg, rgba(8,13,24,0.96), rgba(8,13,24,0.86)); box-shadow: 0 30px 80px -30px rgba(0,0,0,0.6), 0 0 0 1px rgba(59,130,246,0.10); overflow: hidden; }
.dp__panel-bar { display: flex; align-items: center; gap: 10px; padding: 14px 18px; border-bottom: 1px solid var(--hair); background: rgba(255,255,255,0.02); }
.dp__panel-dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }
.dp__panel-dot--r { background: #ff5f57; }
.dp__panel-dot--y { background: #febc2e; }
.dp__panel-dot--g { background: #28c840; }
.dp__panel-name { margin-left: 12px; font-family: var(--font-mono); font-size: 12.5px; color: var(--ink-70); }
.dp__panel-pill { margin-left: auto; font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.16em; text-transform: uppercase; color: #28c840; border: 1px solid rgba(40,200,64,0.4); border-radius: 999px; padding: 4px 10px; display: inline-flex; align-items: center; gap: 6px; }
.dp__panel-pill::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #28c840; box-shadow: 0 0 8px #28c840; animation: dp-pulse 1.6s infinite; }
@keyframes dp-pulse { 0%,100%{opacity:1;} 50%{opacity:0.4;} }
.dp__panel-foot { display: flex; gap: 22px; padding: 14px 20px; border-top: 1px solid var(--hair); background: rgba(255,255,255,0.015); flex-wrap: wrap; }
.dp__metric { display: flex; flex-direction: column; gap: 2px; }
.dp__metric-k { font-family: var(--font-mono); font-size: 9.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-70); }
.dp__metric-v { font-family: var(--font-mono); font-size: 12.5px; color: var(--ink-90, var(--ink-80)); }

.dp__float { position: absolute; font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-80); background: rgba(8,13,24,0.92); border: 1px solid rgba(96,165,250,0.30); border-radius: 999px; padding: 6px 12px; backdrop-filter: blur(10px); box-shadow: 0 10px 24px -10px rgba(0,0,0,0.6); z-index: 2; animation: dp-float 5s ease-in-out infinite; }
.dp__float--tl { top: -4px; right: -10px; }
.dp__float--tr { top: 38px; left: -14px; animation-delay: 1.6s; }
.dp__float--bl { bottom: 4px; right: -8px; animation-delay: 3s; }
@keyframes dp-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }

/* Section heads */
.dp__section-head { margin: 0 0 56px; max-width: 880px; }
.dp__section-head--center { text-align: center; margin-left: auto; margin-right: auto; }

/* Pipeline */
.dp__pipe { list-style: none; padding: 0; margin: 0 0 110px; display: grid; grid-template-columns: repeat(6, 1fr); gap: 0; border: 1px solid var(--hair); border-radius: 14px; overflow: hidden; background: linear-gradient(180deg, rgba(8,13,24,0.4), rgba(8,13,24,0.15)); }
.dp__stage { padding: 28px 22px; border-right: 1px solid var(--hair); display: flex; flex-direction: column; transition: background 220ms ease; }
.dp__stage:hover { background: rgba(59,130,246,0.04); }
.dp__stage:last-child { border-right: 0; }
.dp__stage-mark { width: 36px; height: 36px; border: 1px solid rgba(96,165,250,0.28); background: rgba(8,13,24,0.92); display: inline-flex; align-items: center; justify-content: center; border-radius: 8px; margin-bottom: 14px; color: var(--accent); }
.dp__stage-mark svg { width: 22px; height: 22px; }
.dp__stage-num { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--accent); margin-bottom: 8px; }
.dp__stage h4 { font-family: var(--font-display); font-size: 16px; color: var(--ink-100); margin: 0 0 10px; line-height: 1.2; letter-spacing: -0.005em; }
.dp__stage p { font-size: 12.5px; line-height: 1.5; color: var(--ink-70); margin: 0; }

/* Capabilities */
.dp__caps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 110px; }
.dp__cap { border: 1px solid var(--hair); border-radius: 14px; padding: 24px 22px 26px; background: linear-gradient(180deg, rgba(255,255,255,0.018), rgba(255,255,255,0.005)); transition: transform 220ms ease, border-color 220ms ease; }
.dp__cap:hover { transform: translateY(-3px); border-color: rgba(59,130,246,0.4); }
.dp__cap-head { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.dp__cap-mo { width: 36px; height: 36px; border: 1px solid rgba(96,165,250,0.28); background: rgba(59,130,246,0.05); display: inline-flex; align-items: center; justify-content: center; border-radius: 8px; color: var(--accent); }
.dp__cap-mo svg { width: 22px; height: 22px; }
.dp__cap-tag { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-70); }
.dp__cap h4 { font-family: var(--font-display); font-size: 19px; color: var(--ink-100); margin: 0 0 10px; line-height: 1.2; letter-spacing: -0.005em; }
.dp__cap p { font-size: 13.5px; line-height: 1.55; color: var(--ink-70); margin: 0 0 14px; }
.dp__cap-meta { display: flex; flex-wrap: wrap; gap: 6px; border-top: 1px solid var(--hair); padding-top: 14px; }
.dp__cap-meta span { font-family: var(--font-mono); font-size: 10.5px; color: var(--ink-70); padding: 4px 9px; border: 1px solid var(--hair); border-radius: 4px; background: rgba(255,255,255,0.02); }

/* Value block */
.dp__value { border: 1px solid var(--hair); border-radius: 14px; background: radial-gradient(800px 400px at 0% 0%, rgba(59,130,246,0.08), transparent 60%), linear-gradient(180deg, rgba(8,13,24,0.6), rgba(8,13,24,0.3)); padding: 44px 44px 36px; margin-bottom: 32px; }
.dp__value-head { margin-bottom: 30px; max-width: 720px; }
.dp__value-head h3 { font-family: var(--font-display); font-size: clamp(26px, 2.8vw, 36px); color: var(--ink-100); margin: 12px 0 0; letter-spacing: -0.02em; }
.dp__value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.dp__vcell { padding: 0 22px; border-right: 1px solid var(--hair); }
.dp__vcell:last-child { border-right: 0; }
.dp__vcell:first-child { padding-left: 0; }
.dp__vnum { font-family: var(--font-display); font-size: 38px; font-weight: 600; letter-spacing: -0.03em; color: var(--ink-100); line-height: 1; margin-bottom: 10px; }
.dp__vname { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); margin-bottom: 10px; }
.dp__vcell p { font-size: 13.5px; line-height: 1.55; color: var(--ink-70); margin: 0; }

.dp__closing { font-size: 15.5px; line-height: 1.65; color: var(--ink-70); max-width: 900px; margin: 0; }
.dp__closing strong { color: var(--ink-100); font-weight: 500; }

/* Per-page motion graphics (lightweight) */
.dp-cloud-grid { padding: 22px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.dp-cloud-node { padding: 14px 12px; border: 1px solid rgba(96,165,250,0.22); border-radius: 8px; background: rgba(8,13,24,0.55); position: relative; overflow: hidden; }
.dp-cloud-node h6 { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.14em; color: var(--accent); text-transform: uppercase; margin: 0 0 6px; }
.dp-cloud-node span { font-family: var(--font-mono); font-size: 11px; color: var(--ink-90); }
.dp-cloud-node::after { content:""; position:absolute; inset:0; background: linear-gradient(90deg, transparent, rgba(125,211,252,0.18), transparent); transform: translateX(-100%); animation: dp-sweep 3s infinite; }
.dp-cloud-node:nth-child(2)::after { animation-delay: 0.4s; }
.dp-cloud-node:nth-child(3)::after { animation-delay: 0.8s; }
.dp-cloud-node:nth-child(4)::after { animation-delay: 1.2s; }
.dp-cloud-node:nth-child(5)::after { animation-delay: 1.6s; }
.dp-cloud-node:nth-child(6)::after { animation-delay: 2.0s; }
.dp-cloud-node:nth-child(7)::after { animation-delay: 2.4s; }
.dp-cloud-node:nth-child(8)::after { animation-delay: 2.8s; }
@keyframes dp-sweep { 0%{transform: translateX(-100%);} 100%{transform: translateX(100%);} }

@media (max-width: 1080px) {
  .dp__hero { grid-template-columns: 1fr; gap: 40px; }
  .dp__pipe { grid-template-columns: repeat(3, 1fr); }
  .dp__stage:nth-child(3n) { border-right: 0; }
  .dp__stage { border-bottom: 1px solid var(--hair); }
  .dp__caps { grid-template-columns: repeat(2, 1fr); }
  .dp__value-grid { grid-template-columns: repeat(2, 1fr); gap: 28px 0; }
  .dp__vcell:nth-child(2) { border-right: 0; }
  .dp__vcell:nth-child(3), .dp__vcell:nth-child(4) { padding-left: 0; padding-top: 0; }
  .dp-cloud-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .dp { padding: 40px 0 90px; }
  .dp__pipe { grid-template-columns: 1fr; }
  .dp__stage { border-right: 0; border-bottom: 1px solid var(--hair); }
  .dp__caps { grid-template-columns: 1fr; }
  .dp__sig { flex-wrap: wrap; gap: 20px 0; }
  .dp__sig-item + .dp__sig-item { border-left: 0; padding-left: 0; }
  .dp__value-grid { grid-template-columns: 1fr; }
  .dp__vcell { border-right: 0; padding: 0 0 18px; border-bottom: 1px solid var(--hair); }
  .dp__vcell:last-child { border-bottom: 0; padding-bottom: 0; }
  .dp-cloud-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .dp__chip-dot, .dp__float, .dp__panel-pill::before, .dp-cloud-node::after { animation: none !important; }
}


/* Cloud console + figures: the drawings own their ratio */
.dp__console { background: #070f1e; }
.dp__console > svg, .dp__fig > svg { display: block; width: 100%; height: auto; }
.dp__fig { border: 1px solid rgba(125,211,252,0.14); border-radius: 10px; overflow: hidden; background: #070f1e; }
