html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin-bottom: 0;
  background:
    radial-gradient(circle at top left, rgba(14, 143, 143, 0.09), transparent 30%),
    linear-gradient(180deg, #f4f8fb 0%, #eef3f8 100%);
  color: #132238;
}

main {
  flex: 1 0 auto;
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem rgba(14, 143, 143, 0.35);
}

a {
  color: #0e8f8f;
}

.dp-navbar {
  background: linear-gradient(120deg, #12263a 0%, #18324d 55%, #0e8f8f 180%);
  padding: 0.95rem 1.5rem;
  box-shadow: 0 10px 30px rgba(12, 24, 38, 0.16);
}

.dp-navbar-brand {
  color: #ffffff !important;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.dp-brand-accent {
  color: #86f2ea;
  font-weight: 500;
}

.dp-nav-link {
  color: rgba(255, 255, 255, 0.84) !important;
  font-size: 0.94rem;
  font-weight: 500;
  padding: 0.45rem 1rem !important;
}

.dp-nav-link:hover {
  color: #86f2ea !important;
}

.dp-section-shell {
  position: relative;
  z-index: 1;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.dp-landing-hero,
.dp-page-hero {
  position: relative;
  overflow: hidden;
}

.dp-landing-hero {
  padding: 5rem 0 3.5rem;
  background:
    linear-gradient(140deg, rgba(18, 38, 58, 0.97) 0%, rgba(24, 50, 77, 0.94) 45%, rgba(14, 143, 143, 0.78) 120%);
  color: #ffffff;
}

.dp-landing-hero::before,
.dp-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(134, 242, 234, 0.18), transparent 30%),
    radial-gradient(circle at 85% 0%, rgba(255, 255, 255, 0.14), transparent 22%);
  pointer-events: none;
}

.dp-page-hero {
  padding: 3.5rem 0 2rem;
}

.dp-phone-hero {
  padding: 0.75rem 0 0.2rem;
}

.dp-phone-hero .dp-display {
  font-size: clamp(1.7rem, 2.6vw, 2.55rem);
  margin-bottom: 0.15rem;
}

.dp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.dp-display {
  font-size: clamp(2.25rem, 4vw, 4.25rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  margin-bottom: 1rem;
}

.dp-lead {
  font-size: 1.05rem;
  line-height: 1.8;
  max-width: 62ch;
  margin-bottom: 1.5rem;
  color: rgba(255, 255, 255, 0.82);
}

.dp-page-hero .dp-display,
.dp-page-hero .dp-lead {
  color: #12263a;
}

.dp-page-hero .dp-lead {
  color: #516273;
}

.dp-stat-card,
.dp-panel,
.dp-card,
.dp-checklist-card {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(21, 44, 67, 0.08);
  border-radius: 20px;
  box-shadow: 0 16px 40px rgba(20, 37, 59, 0.08);
  backdrop-filter: blur(10px);
}

.dp-stat-card {
  padding: 1.5rem;
}

.dp-stat-kicker,
.dp-panel-kicker {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #0e8f8f;
  margin-bottom: 0.75rem;
}

.dp-stat-value {
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.25;
  color: #12263a;
  margin-bottom: 0.75rem;
}

.dp-stat-copy {
  color: #516273;
  margin-bottom: 1rem;
}

.dp-stat-list,
.dp-detail-list {
  display: grid;
  gap: 0.85rem;
}

.dp-stat-list div,
.dp-detail-list div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 1rem;
  border-radius: 14px;
  background: #f4f8fb;
}

.dp-stat-list span,
.dp-detail-list span {
  color: #708196;
  font-size: 0.9rem;
}

.dp-stat-list strong,
.dp-detail-list strong {
  color: #12263a;
  text-align: right;
  font-weight: 700;
}

.dp-content-section {
  padding: 0.45rem 0 4rem;
}

.dp-content-section-muted {
  padding-top: 0;
}

.dp-card,
.dp-checklist-card,
.dp-panel {
  padding: 1.15rem;
}

.dp-card-icon {
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(14, 143, 143, 0.16), rgba(18, 38, 58, 0.08));
  color: #0e8f8f;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.dp-card-title,
.dp-panel-title,
.dp-section-title {
  color: #12263a;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.dp-card-title {
  font-size: 1.1rem;
  margin-bottom: 0.7rem;
}

.dp-card-text {
  color: #516273;
  line-height: 1.75;
  margin-bottom: 0;
}

.dp-section-title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.dp-checklist {
  margin: 0;
  padding-left: 1.2rem;
  color: #516273;
  line-height: 1.8;
}

.dp-checklist li + li {
  margin-top: 0.45rem;
}

.dp-btn-primary,
.dp-btn-secondary,
.dp-btn-ghost {
  border-radius: 999px;
  font-weight: 700;
  padding: 0.8rem 1.35rem;
}

.dp-btn-primary {
  background: linear-gradient(135deg, #0e8f8f, #147d9c);
  border: none;
  color: #ffffff;
}

.dp-btn-primary:hover {
  color: #ffffff;
  filter: brightness(1.03);
  box-shadow: 0 12px 24px rgba(14, 143, 143, 0.22);
}

.dp-btn-secondary {
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
}

.dp-panel .dp-btn-secondary {
  background: #e6f5f4;
  border: 1px solid rgba(14, 143, 143, 0.26);
  color: #0b6f6f;
}

.dp-page-hero .dp-btn-secondary {
  background: #ffffff;
  border: 1px solid rgba(18, 38, 58, 0.14);
  color: #12263a;
}

.dp-btn-secondary:hover {
  color: inherit;
}

.dp-panel .dp-btn-secondary:hover {
  background: #d6efed;
  border-color: rgba(14, 143, 143, 0.38);
  color: #084f4f;
}

.dp-panel .dp-btn-secondary:disabled {
  opacity: 1;
  background: #edf7f7;
  border-color: rgba(14, 143, 143, 0.18);
  color: #7b9393;
}

.dp-btn-ghost {
  background: transparent;
  border: 1px solid rgba(18, 38, 58, 0.16);
  color: #12263a;
}

.dp-btn-lg {
  padding: 0.95rem 1.55rem;
}

.dp-inline-note,
.dp-call-note {
  color: #516273;
  font-size: 0.95rem;
  line-height: 1.7;
}

.dp-inline-note {
  padding: 0.8rem 1rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(18, 38, 58, 0.08);
}

.dp-panel-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 0.7rem;
}

.dp-status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
  border: 1px solid transparent;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.dp-status-pill[data-state="connected"] {
  background: rgba(22, 163, 74, 0.12);
  border-color: rgba(22, 163, 74, 0.26);
  color: #166534;
}

.dp-status-pill[data-state="disconnected"] {
  background: rgba(220, 38, 38, 0.12);
  border-color: rgba(220, 38, 38, 0.26);
  color: #991b1b;
}

.dp-status-pill[data-state="connecting"],
.dp-status-pill[data-state="incoming"],
.dp-status-pill[data-state="dialing"],
.dp-status-pill[data-state="registered"] {
  background: rgba(245, 158, 11, 0.14);
  border-color: rgba(245, 158, 11, 0.28);
  color: #92400e;
}

.dp-status-pill[data-state="ready"] {
  background: rgba(14, 143, 143, 0.14);
  border-color: rgba(14, 143, 143, 0.24);
  color: #0e8f8f;
}

.dp-status-pill[data-state="error"] {
  background: rgba(153, 27, 27, 0.16);
  border-color: rgba(153, 27, 27, 0.3);
  color: #7f1d1d;
}

.dp-status-pill-link {
  text-decoration: none;
  cursor: pointer;
}

.dp-status-pill-link:hover .dp-status-pill {
  box-shadow: 0 0 0 2px rgba(14, 143, 143, 0.35);
}

.dp-form-group {
  margin: 1rem 0 1.1rem;
}

.dp-form-group-compact {
  margin: 0;
}

.dp-form-group label {
  display: block;
  margin-bottom: 0.45rem;
  color: #12263a;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.dp-input {
  width: 100%;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(18, 38, 58, 0.14);
  border-radius: 14px;
  background: #ffffff;
  color: #12263a;
  outline: none;
}

.dp-input:focus {
  border-color: rgba(14, 143, 143, 0.6);
  box-shadow: 0 0 0 4px rgba(14, 143, 143, 0.12);
}

.dp-detail-list div {
  align-items: center;
}

.dp-event-log {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.85rem;
}

.dp-slot-list {
  display: grid;
  gap: 0.65rem;
}

.dp-slot-list-horizontal {
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

.dp-slot-list-compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
}

.dp-operator-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.dp-operator-card {
  display: grid;
  gap: 0.55rem;
  align-content: start;
  min-height: 164px;
  padding: 0.9rem 0.95rem;
  border-radius: 18px;
  background: rgba(244, 248, 251, 0.9);
  border: 1px solid rgba(18, 38, 58, 0.08);
}

.dp-operator-footnote,
.dp-operator-placeholder {
  color: #708196;
  font-size: 0.85rem;
}

.dp-operator-actions {
  display: flex;
  justify-content: flex-start;
  margin-top: 0.1rem;
}

.dp-operator-call-stack {
  display: grid;
  gap: 0.3rem;
}

.dp-operator-call-stack strong {
  color: #12263a;
  font-size: 1.28rem;
  line-height: 1.1;
}

.dp-operator-call-stack span {
  color: #516273;
  font-size: 0.92rem;
  line-height: 1.45;
}

.dp-operator-detail-grid {
  display: grid;
  gap: 0.65rem;
}

.dp-operator-detail-grid div {
  display: grid;
  gap: 0.18rem;
}

.dp-operator-detail-grid span {
  color: #708196;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dp-operator-detail-grid strong {
  color: #12263a;
  font-size: 0.98rem;
}

.dp-missed-panel {
  border-radius: 18px;
  border: 1px solid rgba(153, 27, 27, 0.18);
  background: rgba(220, 38, 38, 0.04);
  border-left: 3px solid rgba(220, 38, 38, 0.55);
  padding: 0.9rem 1rem;
}

.dp-missed-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.6rem;
}

.dp-missed-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #12263a;
  font-size: 1.1rem;
}

.dp-missed-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.6rem;
  height: 1.6rem;
  padding: 0 0.5rem;
  border-radius: 999px;
  background: rgba(220, 38, 38, 0.14);
  border: 1px solid rgba(220, 38, 38, 0.26);
  color: #991b1b;
  font-size: 0.82rem;
  font-weight: 700;
}

.dp-missed-list {
  display: grid;
  gap: 0.4rem;
  max-height: 220px;
  overflow-y: auto;
}

.dp-missed-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.55rem 0.7rem;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid rgba(18, 38, 58, 0.08);
}

.dp-missed-caller {
  display: grid;
  gap: 0.15rem;
  min-width: 0;
}

.dp-missed-caller strong {
  color: #12263a;
  font-size: 1rem;
  line-height: 1.15;
}

.dp-missed-caller span {
  color: #708196;
  font-size: 0.82rem;
}

.dp-missed-empty {
  color: #708196;
  font-size: 0.9rem;
  padding: 0.4rem 0.2rem;
}

.dp-missed-actions {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex-shrink: 0;
}

.dp-phone-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(320px, 0.95fr);
  gap: 0.75rem 1rem;
  align-items: start;
}

.dp-phone-workspace-main,
.dp-phone-workspace-side {
  min-width: 0;
}

.dp-control-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.dp-control-row .btn {
  flex: 1 1 140px;
}

.dp-btn-compact {
  padding: 0.55rem 1rem;
}

.dp-outgoing-panel {
  padding: 0.8rem 0.95rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(18, 38, 58, 0.08);
}

.dp-outgoing-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
  list-style: none;
}

.dp-outgoing-summary::-webkit-details-marker {
  display: none;
}

.dp-voice-panel {
  border-width: 2px;
  transition: background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.dp-voice-panel.dp-voice-connected {
  background: linear-gradient(180deg, rgba(22, 163, 74, 0.08), rgba(255, 255, 255, 0.86));
  border-color: rgba(22, 163, 74, 0.28);
  box-shadow: 0 16px 40px rgba(22, 163, 74, 0.12);
}

.dp-voice-panel.dp-voice-disconnected {
  background: linear-gradient(180deg, rgba(220, 38, 38, 0.08), rgba(255, 255, 255, 0.86));
  border-color: rgba(220, 38, 38, 0.28);
  box-shadow: 0 16px 40px rgba(220, 38, 38, 0.10);
}

.dp-voice-panel.dp-voice-connecting,
.dp-voice-panel.dp-voice-incoming,
.dp-voice-panel.dp-voice-dialing,
.dp-voice-panel.dp-voice-registered {
  background: linear-gradient(180deg, rgba(245, 158, 11, 0.08), rgba(255, 255, 255, 0.86));
  border-color: rgba(245, 158, 11, 0.26);
  box-shadow: 0 16px 40px rgba(245, 158, 11, 0.10);
}

.dp-voice-panel.dp-voice-error {
  background: linear-gradient(180deg, rgba(153, 27, 27, 0.08), rgba(255, 255, 255, 0.86));
  border-color: rgba(153, 27, 27, 0.32);
  box-shadow: 0 16px 40px rgba(153, 27, 27, 0.12);
}

.dp-voice-panel.dp-voice-ready {
  background: linear-gradient(180deg, rgba(14, 143, 143, 0.06), rgba(255, 255, 255, 0.86));
  border-color: rgba(14, 143, 143, 0.2);
}

.dp-incoming-call {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(220px, 0.9fr) auto;
  gap: 0.8rem;
  align-items: center;
  padding: 0.85rem 1rem;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(14, 143, 143, 0.08), rgba(18, 38, 58, 0.04));
  border: 1px solid rgba(14, 143, 143, 0.18);
}

.dp-incoming-call-copy {
  display: grid;
  gap: 0.18rem;
}

.dp-incoming-call-copy strong {
  color: #12263a;
  font-size: clamp(1rem, 1.6vw, 1.28rem);
}

.dp-incoming-call-copy span {
  color: #516273;
  font-size: 0.92rem;
}

.dp-incoming-call-meta {
  display: grid;
  gap: 0.7rem;
  padding-left: 1rem;
  border-left: 1px solid rgba(18, 38, 58, 0.1);
}

.dp-incoming-call-meta-item {
  display: grid;
  gap: 0.2rem;
}

.dp-incoming-call-meta-item span {
  color: #708196;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dp-incoming-call-meta-item strong {
  color: #12263a;
  font-size: 1rem;
  line-height: 1.3;
}

.dp-incoming-call-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.65rem;
}

.dp-slot-card {
  display: grid;
  gap: 0.2rem;
  width: 100%;
  text-align: left;
  padding: 0.85rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(18, 38, 58, 0.10);
  background: #ffffff;
  color: #12263a;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.dp-slot-card:hover:not(:disabled) {
  transform: translateY(-1px);
  border-color: rgba(14, 143, 143, 0.35);
  box-shadow: 0 10px 24px rgba(18, 38, 58, 0.08);
}

.dp-slot-card:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.dp-slot-card strong {
  font-size: 0.95rem;
}

.dp-slot-card span {
  color: #0e8f8f;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.dp-slot-card small {
  color: #708196;
  font-size: 0.82rem;
}

.dp-slot-list-compact .dp-slot-card {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.6rem 0.8rem;
  text-align: center;
  border-radius: 999px;
}

.dp-slot-list-compact .dp-slot-card strong {
  font-size: 0.9rem;
}

.dp-slot-list-compact .dp-slot-card span,
.dp-slot-list-compact .dp-slot-card small {
  display: none;
}

.dp-slot-offline span {
  color: #708196;
}

.dp-slot-connected {
  border-color: rgba(18, 38, 58, 0.16);
}

.dp-slot-connected span {
  color: #3d6b86;
}

.dp-slot-available {
  border-color: rgba(20, 184, 166, 0.24);
}

.dp-slot-available span {
  color: #0e8f8f;
}

.dp-slot-busy {
  border-color: rgba(224, 82, 82, 0.22);
}

.dp-slot-busy span {
  color: #d14b4b;
}

.dp-slot-ringing {
  border-color: rgba(245, 158, 11, 0.28);
}

.dp-slot-ringing span {
  color: #c77a00;
}

.dp-event-item {
  display: grid;
  gap: 0.25rem;
  padding: 0.85rem 0.95rem;
  border-radius: 14px;
  background: #f4f8fb;
  border: 1px solid rgba(18, 38, 58, 0.06);
}

.dp-event-item strong {
  color: #12263a;
}

.dp-event-item span,
.dp-event-item time {
  color: #708196;
  font-size: 0.88rem;
}

.dp-event-item time {
  font-size: 0.78rem;
}

.dp-event-empty {
  color: #708196;
  font-style: italic;
}

.dp-mini-card {
  min-height: 100%;
  padding: 1rem;
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #f4f8fb 100%);
  border: 1px solid rgba(18, 38, 58, 0.08);
  color: #12263a;
  line-height: 1.65;
  font-weight: 600;
}

.dp-tech-details {
  margin-top: 0.25rem;
  padding: 0;
  border: 1px solid rgba(18, 38, 58, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.78);
  overflow: clip;
}

.dp-tech-details[open] {
  background: rgba(255, 255, 255, 0.94);
}

.dp-tech-summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem 1.4rem;
  user-select: none;
}

.dp-tech-summary::-webkit-details-marker {
  display: none;
}

.dp-tech-summary strong {
  display: block;
  margin-top: 0.15rem;
  color: #12263a;
  font-size: 1.05rem;
}

.dp-tech-summary-hint {
  color: #708196;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.dp-tech-details[open] .dp-tech-summary {
  border-bottom: 1px solid rgba(18, 38, 58, 0.08);
}

.dp-inbox-table-wrap {
  overflow: auto;
  border-radius: 16px;
  border: 1px solid rgba(18, 38, 58, 0.08);
}

.dp-inbox-table {
  margin-bottom: 0;
  background: #ffffff;
}

.dp-inbox-table thead th {
  background: #f4f8fb;
  color: #708196;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(18, 38, 58, 0.08);
  white-space: nowrap;
}

.dp-inbox-table tbody tr {
  cursor: pointer;
}

.dp-inbox-table-static tbody tr {
  cursor: default;
}

.dp-inbox-table tbody tr:hover {
  background: rgba(14, 143, 143, 0.04);
}

.dp-inbox-table tbody tr.dp-inbox-selected {
  background: rgba(14, 143, 143, 0.08);
}

.dp-inbox-table tbody tr.dp-inbox-missed {
  cursor: default;
  background: rgba(153, 27, 27, 0.04);
  border-left: 3px solid rgba(153, 27, 27, 0.5);
}

.dp-inbox-table td,
.dp-inbox-table th {
  padding: 1rem 1rem;
  border-color: rgba(18, 38, 58, 0.06);
}

.dp-inbox-primary {
  color: #12263a;
  font-weight: 700;
}

.dp-inbox-secondary {
  color: #708196;
  font-size: 0.85rem;
  margin-top: 0.2rem;
}

.dp-cta {
  padding: 3.75rem 0;
  background: linear-gradient(135deg, #12263a 0%, #18324d 55%, #0e8f8f 135%);
  color: #ffffff;
}

.dp-cta-title {
  color: #ffffff;
  font-size: 1.85rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin-bottom: 0.75rem;
}

.dp-cta-sub {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.8;
  margin-bottom: 0;
}

.dp-footer {
  background: #0f1d2d;
  padding: 1.2rem 0;
  margin-top: auto;
}

.dp-footer-brand {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 700;
}

.dp-footer-copy {
  color: rgba(255, 255, 255, 0.58);
}

@media (max-width: 991px) {
  .dp-panel-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .dp-landing-hero {
    padding-top: 4rem;
  }

  .dp-operator-grid {
    grid-template-columns: 1fr;
  }

  .dp-phone-workspace {
    grid-template-columns: 1fr;
  }

  .dp-incoming-call {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .dp-incoming-call-meta {
    padding-left: 0;
    padding-top: 0.35rem;
    border-left: 0;
    border-top: 1px solid rgba(18, 38, 58, 0.1);
  }

  .dp-incoming-call-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .dp-phone-hero {
    padding: 1.15rem 0 0.5rem;
  }

  .dp-slot-list-compact,
  .dp-slot-list-horizontal {
    grid-template-columns: 1fr;
  }

  .dp-control-row .btn {
    flex-basis: calc(50% - 0.3rem);
  }
}

