:root {
  --ds-ink: #071d2d;
  --ds-blue: #0d3e61;
  --ds-sky: #63b7df;
  --ds-line: #dce5e9;
  --ds-muted: #5e7180;
  --ds-white: #fff;
}

body.dominus-stabilized-layout .d main { padding-bottom: 0; }
.dp-detail,
.dp-contact-section { width: 100%; margin: 110px 0; color: var(--ds-ink); }
.dp-section-heading { max-width: 760px; margin-bottom: 48px; }
.dp-eyebrow { margin: 0 0 12px !important; color: #47738c; font-size: 11px !important; font-weight: 800; letter-spacing: .17em; }
.dp-section-heading h2,
.dp-contact-copy h2 { margin: 0 0 18px; color: var(--ds-ink); font-size: clamp(36px, 5vw, 64px); font-weight: 500; letter-spacing: -.045em; line-height: 1.02; }
.dp-section-heading > p:last-child,
.dp-contact-copy > p { color: var(--ds-muted); font-size: 17px; line-height: 1.7; }

.dp-split { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr); gap: 26px; align-items: stretch; }
.dp-system-map,
.dp-feature-list,
.dp-energy-panel,
.dp-contact-card { border: 1px solid var(--ds-line); border-radius: 18px; box-shadow: 0 22px 60px rgba(7, 29, 45, .08); }
.dp-system-map { position: relative; min-height: 430px; overflow: hidden; background: var(--ds-ink); }
.dp-system-map::before,
.dp-system-map::after { position: absolute; inset: 50% auto auto 50%; width: 260px; height: 260px; border: 1px solid rgba(99, 183, 223, .25); border-radius: 50%; content: ""; transform: translate(-50%, -50%); }
.dp-system-map::after { width: 390px; height: 390px; opacity: .55; }
.dp-hub { position: absolute; z-index: 2; top: 50%; left: 50%; width: 148px; height: 148px; display: grid; place-content: center; text-align: center; color: #fff; background: linear-gradient(145deg, #16577f, #08283e); border: 1px solid rgba(255,255,255,.2); border-radius: 50%; transform: translate(-50%, -50%); }
.dp-hub small { color: #a7d5ea; font-size: 9px; letter-spacing: .18em; }
.dp-hub strong { margin-top: 5px; font-size: 19px; letter-spacing: .08em; }
.dp-node { position: absolute; z-index: 3; padding: 9px 13px; color: #fff; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.16); border-radius: 999px; font-size: 12px; font-weight: 700; }
.dp-node--one { top: 13%; left: 16%; }
.dp-node--two { top: 17%; right: 13%; }
.dp-node--three { bottom: 16%; left: 10%; }
.dp-node--four { right: 8%; bottom: 20%; }
.dp-node--five { bottom: 7%; left: 44%; }

.dp-feature-list { padding: 32px; background: var(--ds-white); }
.dp-feature-list h3 { margin: 0 0 18px; font-size: 25px; }
.dp-feature-list ul,
.dp-contact-points { margin: 0; padding: 0; list-style: none; }
.dp-feature-list li { padding: 16px 0; border-top: 1px solid var(--ds-line); }
.dp-feature-list li:first-child { border-top: 0; }
.dp-feature-list strong,
.dp-feature-list span { display: block; }
.dp-feature-list strong { font-size: 15px; }
.dp-feature-list span { margin-top: 4px; color: var(--ds-muted); font-size: 13px; line-height: 1.5; }

.dp-process,
.dp-three-cards { margin: 26px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; overflow: hidden; background: var(--ds-line); border: 1px solid var(--ds-line); border-radius: 14px; list-style: none; }
.dp-process li,
.dp-three-cards article { padding: 27px; background: var(--ds-white); }
.dp-process span,
.dp-three-cards article > span { color: #4b7f9b; font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.dp-process strong { display: block; margin-top: 20px; font-size: 20px; }
.dp-process p,
.dp-three-cards p { margin: 8px 0 0; color: var(--ds-muted); font-size: 14px; line-height: 1.55; }
.dp-three-cards h3 { margin: 18px 0 0; color: var(--ds-ink); font-size: 22px; }

.dp-timeline { margin: 0; padding: 0; overflow: hidden; background: var(--ds-white); border: 1px solid var(--ds-line); border-radius: 18px; box-shadow: 0 22px 60px rgba(7, 29, 45, .08); list-style: none; }
.dp-timeline li { display: grid; grid-template-columns: 110px 1fr auto; gap: 24px; align-items: center; padding: 25px 30px; border-top: 1px solid var(--ds-line); }
.dp-timeline li:first-child { border-top: 0; }
.dp-timeline time { color: #47738c; font-size: 26px; font-weight: 500; }
.dp-timeline strong { font-size: 19px; }
.dp-timeline p { margin: 5px 0 0; color: var(--ds-muted); font-size: 14px; }
.dp-timeline li > span { padding: 7px 10px; color: #315c73; background: #edf5f8; border-radius: 999px; font-size: 9px; font-weight: 800; letter-spacing: .12em; }

.dp-energy-panel { padding: 30px; color: #fff; background: var(--ds-ink); }
.dp-energy-head { display: flex; justify-content: space-between; gap: 20px; align-items: center; padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.15); }
.dp-energy-head small,
.dp-energy-head strong { display: block; }
.dp-energy-head small { color: #8dbbd1; font-size: 9px; letter-spacing: .16em; }
.dp-energy-head strong { margin-top: 5px; font-size: 25px; }
.dp-energy-head > span { padding: 7px 10px; color: #a7d5ea; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.dp-energy-grid { min-height: 260px; display: grid; grid-template-columns: 250px 1fr; gap: 32px; align-items: end; padding: 34px 0 22px; }
.dp-energy-kpi small { color: #8dbbd1; font-size: 10px; letter-spacing: .14em; }
.dp-energy-kpi > strong { display: block; margin: 12px 0; font-size: 52px; font-weight: 500; letter-spacing: -.04em; }
.dp-energy-kpi > strong span { font-size: 18px; }
.dp-energy-kpi p { color: #afc1cb; font-size: 13px; line-height: 1.5; }
.dp-energy-bars { height: 185px; display: flex; gap: 9px; align-items: end; border-bottom: 1px solid rgba(255,255,255,.18); }
.dp-energy-bars i { flex: 1; min-height: 12px; background: linear-gradient(180deg, var(--ds-sky), #1d658e); border-radius: 4px 4px 0 0; }
.dp-energy-legend { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.dp-energy-legend span { padding-top: 15px; color: #aebfc9; border-top: 1px solid rgba(255,255,255,.12); font-size: 12px; }
.dp-energy-legend i { width: 7px; height: 7px; margin-right: 7px; display: inline-block; background: var(--ds-sky); border-radius: 50%; }
.dp-energy-legend strong { float: right; color: #fff; }

.dp-page-cta { margin-top: 26px; padding: 34px; display: flex; justify-content: space-between; gap: 30px; align-items: center; color: #fff; background: var(--ds-blue); border-radius: 16px; }
.dp-page-cta h3 { margin: 0; color: #fff; font-size: clamp(22px, 3vw, 32px); }
.dp-page-cta .dp-eyebrow { color: #a7d5ea; }
.dp-page-cta a { flex: none; padding: 13px 17px; color: var(--ds-ink) !important; background: #fff; border-radius: 3px; font-size: 13px; font-weight: 800; text-decoration: none; }

.dp-contact-section { display: grid; grid-template-columns: minmax(280px,.8fr) minmax(0,1.2fr); gap: 46px; align-items: start; }
.dp-contact-copy { position: sticky; top: 120px; }
.dp-contact-points { margin-top: 32px; }
.dp-contact-points li { padding: 15px 0; border-top: 1px solid var(--ds-line); }
.dp-contact-points strong,
.dp-contact-points span { display: block; }
.dp-contact-points strong { font-size: 15px; }
.dp-contact-points span { margin-top: 3px; color: var(--ds-muted); font-size: 13px; line-height: 1.45; }
.dp-direct-contact { margin-top: 28px !important; font-size: 13px !important; }
.dp-direct-contact a { color: var(--ds-blue); font-weight: 800; }
.dp-contact-card { padding: 30px; background: var(--ds-white); }
.dp-form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.dp-field--wide { grid-column: 1 / -1; }
.dp-field label { margin: 0 0 7px; display: block; color: var(--ds-ink); font-size: 13px; font-weight: 800; }
.dp-field label span { color: var(--ds-muted); font-weight: 500; }
.dp-field input,
.dp-field select,
.dp-field textarea { width: 100%; min-height: 48px; margin: 0 !important; padding: 11px 13px !important; color: var(--ds-ink) !important; background: #fbfcfc !important; border: 1px solid #cdd8de !important; border-radius: 7px !important; box-shadow: none !important; font: inherit; font-size: 14px; }
.dp-field textarea { min-height: 132px; resize: vertical; }
.dp-field input:focus-visible,
.dp-field select:focus-visible,
.dp-field textarea:focus-visible,
.dp-contact-form button:focus-visible,
.dp-privacy a:focus-visible { outline: 3px solid #e3a21a; outline-offset: 3px; }
.dp-privacy { margin: 19px 0; display: flex; gap: 10px; align-items: flex-start; color: var(--ds-muted); font-size: 12px; line-height: 1.5; }
.dp-privacy input { width: 18px; height: 18px; flex: none; margin: 2px 0 0; accent-color: var(--ds-blue); }
.dp-privacy a { color: var(--ds-blue); font-weight: 700; }
.dp-contact-form button { min-height: 48px; padding: 12px 18px; color: #fff; background: var(--ds-ink); border: 0; border-radius: 3px; font-weight: 800; cursor: pointer; }
.dp-form-status { margin: 0 0 20px; padding: 13px 15px; border-radius: 7px; font-size: 13px; font-weight: 700; }
.dp-form-status.is-success { color: #175738; background: #eaf7ef; border-left: 4px solid #2a8355; }
.dp-form-status.is-error { color: #722020; background: #fff0f0; border-left: 4px solid #b43b3b; }
.dp-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

@media (max-width: 860px) {
  .dp-detail,
  .dp-contact-section { margin: 76px 0; }
  .dp-split,
  .dp-contact-section { grid-template-columns: 1fr; }
  .dp-contact-copy { position: static; }
  .dp-process,
  .dp-three-cards { grid-template-columns: 1fr; }
  .dp-timeline li { grid-template-columns: 78px 1fr; gap: 14px; padding: 21px; }
  .dp-timeline li > span { grid-column: 2; justify-self: start; }
  .dp-energy-grid { grid-template-columns: 1fr; }
  .dp-page-cta { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 560px) {
  .dp-system-map { min-height: 360px; }
  .dp-system-map::after { width: 330px; height: 330px; }
  .dp-node--one { left: 7%; }
  .dp-node--two { right: 5%; }
  .dp-node--four { right: 3%; }
  .dp-energy-panel,
  .dp-contact-card { padding: 22px; }
  .dp-energy-head { align-items: flex-start; flex-direction: column; }
  .dp-energy-legend,
  .dp-form-grid { grid-template-columns: 1fr; }
  .dp-field--wide { grid-column: auto; }
  .dp-page-cta { padding: 26px; }
}

@media (prefers-reduced-motion: reduce) {
  .dp-detail *,
  .dp-contact-section * { scroll-behavior: auto !important; transition: none !important; }
}
