/* ============================================================
   Dynamic Profile v2 — mobile-first card layout
   ============================================================ */

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

:root {
  --dp2-font: var(--font-sans, "Inter", system-ui, -apple-system, "Segoe UI", sans-serif);
  --dp2-bg: #f0f0f3;
  --dp2-surface: #ffffff;
  --dp2-text: #111111;
  --dp2-muted: #6b7280;
  --dp2-border: var(--border, #e5e7eb);
  --dp2-accent: var(--dp2-theme, #1e3a5f);
  --dp2-accent-hover: color-mix(in srgb, var(--dp2-theme, #1e3a5f) 82%, #000);
  --dp2-accent-soft: color-mix(in srgb, var(--dp2-theme, #1e3a5f) 12%, #fff);
  --dp2-ink: var(--button-primary, #111111);
  --dp2-radius: 20px;
  --dp2-radius-sm: 14px;
  --dp2-shadow: 0 2px 16px rgb(0 0 0 / 0.06);
  --dp2-header-h: 56px;
  --dp2-theme: #1e3a5f;
  --dp2-banner-h: 96px;
  --dp2-avatar: 88px;
}

html { scroll-behavior: smooth; }

body.dp2-body {
  font-family: var(--dp2-font);
  background: var(--dp2-bg);
  color: var(--dp2-text);
  line-height: 1.5;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

/* ── Header ───────────────────────────────────────────────── */

.dp2-header {
  position: sticky;
  top: 0;
  z-index: 200;
  height: var(--dp2-header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  background: rgb(255 255 255 / 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--dp2-border);
}

.dp2-header-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: var(--dp2-text);
  transition: background 0.15s;
}

.dp2-header-back:hover { background: var(--dp2-bg); }

.dp2-header-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--dp2-text);
}

.dp2-header-logo img {
  width: 28px;
  height: 28px;
  border-radius: 8px;
}

.dp2-header-brand {
  font-size: 14px;
  font-weight: 600;
}

@media (max-width: 639px) {
  .dp2-header-brand {
    display: none;
  }
}

.dp2-header-share {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: none;
  color: var(--dp2-text);
  cursor: pointer;
  font-family: inherit;
  transition: background 0.15s;
}

.dp2-header-share:hover {
  background: var(--dp2-bg);
}

.dp2-header-share [data-lucide] {
  width: 20px;
  height: 20px;
  stroke-width: 1.75;
}

/* ── Page shell ─────────────────────────────────────────────── */

.dp2-page {
  max-width: 480px;
  margin: 0 auto;
  padding: 16px 16px calc(32px + env(safe-area-inset-bottom));
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* ── Card base ──────────────────────────────────────────────── */

.dp2-card {
  background: var(--dp2-surface);
  border-radius: var(--dp2-radius);
  box-shadow: var(--dp2-shadow);
  overflow: hidden;
}

.dp2-card-body {
  padding: 20px;
}

.dp2-card-title {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
  color: var(--dp2-text);
}

/* ── Loading / error ────────────────────────────────────────── */

.dp2-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 50vh;
  padding: 24px;
  color: var(--dp2-muted);
  text-align: center;
}

.dp2-loading p {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}

.dp2-spinner {
  width: 32px;
  height: 32px;
  border: 3px solid var(--dp2-border);
  border-top-color: var(--dp2-ink);
  border-radius: 50%;
  animation: dp2-spin 0.7s linear infinite;
  flex-shrink: 0;
}

@keyframes dp2-spin { to { transform: rotate(360deg); } }

.dp2-error {
  text-align: center;
  padding: 48px 24px;
  color: var(--dp2-muted);
}

.dp2-error a {
  display: inline-block;
  margin-top: 16px;
  padding: 12px 24px;
  background: var(--dp2-ink);
  color: #fff;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
}

/* ── Hero card (mockup) ─────────────────────────────────────── */

.dp2-hero {
  padding-bottom: 24px;
  text-align: center;
}

.dp2-hero-banner {
  height: var(--dp2-banner-h);
  background: linear-gradient(135deg, var(--dp2-theme) 0%, color-mix(in srgb, var(--dp2-theme) 70%, #000) 100%);
  position: relative;
}

.dp2-hero-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.06'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.5;
}

.dp2-hero-avatar-wrap {
  position: relative;
  width: var(--dp2-avatar);
  height: var(--dp2-avatar);
  margin: calc(var(--dp2-avatar) / -2) auto 0;
  z-index: 1;
}

.dp2-hero-avatar {
  width: var(--dp2-avatar);
  height: var(--dp2-avatar);
  border-radius: 50%;
  border: 4px solid var(--dp2-surface);
  background: var(--dp2-border) center/cover no-repeat;
  box-shadow: 0 4px 12px rgb(0 0 0 / 0.1);
}

.dp2-hero-verified {
  position: absolute;
  bottom: 2px;
  right: 2px;
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background: var(--dp2-ink);
  color: #fff;
  border: 2px solid var(--dp2-surface);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}

.dp2-hero-verified .material-symbols-outlined {
  font-size: 14px;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 20;
}

.dp2-hero-verified--basic-paid { background: #1d4ed8; color: #dbeafe; }

.dp2-hero-tagline {
  margin-top: 12px;
  font-size: 14px;
  color: var(--dp2-muted);
  font-weight: 500;
}

.dp2-hero-name {
  margin-top: 4px;
  font-size: clamp(1.375rem, 5vw, 1.625rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
}

.dp2-hero-meta {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 500;
  color: var(--dp2-accent);
}

.dp2-hero-reviews {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
  font-size: 13px;
  color: var(--dp2-muted);
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.15s;
}

.dp2-hero-reviews:hover {
  opacity: 0.85;
}

#dp2-reviews {
  scroll-margin-top: calc(var(--dp2-header-h) + 12px);
}

.dp2-hero-stars { color: #f59e0b; letter-spacing: -1px; }
.dp2-hero-rating { font-weight: 600; color: var(--dp2-text); }

.dp2-hero-actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 20px 20px 0;
}

.dp2-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 11px 8px;
  border: 1px solid var(--dp2-border);
  border-radius: var(--dp2-radius-sm);
  background: var(--dp2-surface);
  font-size: 13px;
  font-weight: 600;
  color: var(--dp2-text);
  cursor: pointer;
  font-family: inherit;
  transition: background 0.15s, border-color 0.15s;
}

.dp2-hero-btn .material-symbols-outlined {
  font-size: 18px;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  line-height: 1;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 20;
}

.dp2-hero-btn:hover {
  background: var(--dp2-bg);
  border-color: #d1d5db;
}

.dp2-hero-btn--primary .material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 20;
}

.dp2-hero-btn--primary {
  background: var(--dp2-ink);
  border-color: var(--dp2-ink);
  color: #fff;
}

.dp2-hero-btn--primary:hover {
  background: #2a2a2a;
  border-color: #2a2a2a;
}

.dp2-hero-btn--fav .material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 20;
}

.dp2-hero-btn--fav[aria-pressed="true"] {
  color: #e11d48;
  border-color: rgb(225 29 72 / 0.25);
  background: rgb(225 29 72 / 0.06);
}

.dp2-hero-btn--fav[aria-pressed="true"] .material-symbols-outlined {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 20;
}

.dp2-hero-btn[aria-busy="true"] {
  opacity: 0.65;
  pointer-events: none;
}

.dp2-hero-bio-wrap {
  margin: 20px 20px 0;
  text-align: center;
}

.dp2-hero-bio-text {
  font-size: 14px;
  line-height: 1.65;
  color: var(--dp2-muted);
}

.dp2-hero-bio-text.is-clamped {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.dp2-hero-bio-more {
  display: inline-block;
  margin-top: 8px;
  padding: 0;
  border: none;
  background: none;
  color: var(--dp2-accent);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
}

.dp2-hero-bio-more:hover {
  text-decoration: underline;
}

.dp2-hero-bio-more.hidden {
  display: none;
}

.dp2-hero-report-wrap {
  display: flex;
  justify-content: center;
  margin-top: 14px;
  padding: 0 20px 4px;
}

.dp2-hero-report {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 500;
  color: var(--dp2-muted);
  text-decoration: none;
  opacity: 0.72;
  transition: color 0.15s, opacity 0.15s;
}

.dp2-hero-report .material-symbols-outlined {
  font-size: 14px;
}

.dp2-hero-report:hover {
  color: var(--dp2-text);
  opacity: 1;
}

/* ── Information card ───────────────────────────────────────── */

.dp2-info-rows {
  display: flex;
  flex-direction: column;
}

.dp2-info-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid var(--dp2-border);
  font-size: 14px;
}

.dp2-info-row:last-child { border-bottom: none; }

.dp2-info-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-top: 1px;
  color: var(--dp2-muted);
}

.dp2-info-icon [data-lucide] {
  width: 20px;
  height: 20px;
  stroke-width: 1.75;
}

.dp2-info-body {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.dp2-info-label {
  flex-shrink: 0;
  color: var(--dp2-muted);
  font-weight: 500;
}

.dp2-info-value {
  flex: 1;
  min-width: 0;
  color: var(--dp2-text);
  font-weight: 500;
  text-align: right;
  line-height: 1.45;
  word-break: break-word;
}

a.dp2-info-value {
  color: var(--dp2-accent);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
}

a.dp2-info-value:hover { text-decoration: underline; }

.dp2-info-value--ellipsis {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
}

.dp2-info-row--stacked .dp2-info-body {
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
}

.dp2-info-row--stacked .dp2-info-body-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}

.dp2-info-note {
  font-size: 13px;
  color: var(--dp2-muted);
  line-height: 1.5;
}

.dp2-info-value--dates {
  flex: 0 0 auto;
  white-space: nowrap;
}

.dp2-work-org {
  font-weight: 600;
  color: var(--dp2-text);
}

/* Static SEO links — same row treatment */
.dp2-static-links .dp2-info-row:last-child { border-bottom: 1px solid var(--dp2-border); }

.dp2-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
  padding-top: 4px;
}

.dp2-tag {
  display: inline-flex;
  padding: 8px 14px;
  border-radius: 10px;
  background: #f3f4f6;
  font-size: 13px;
  font-weight: 500;
  color: var(--dp2-text);
}

/* ── Section cards ──────────────────────────────────────────── */

.dp2-section-lead {
  font-size: 14px;
  color: var(--dp2-muted);
  margin-bottom: 16px;
  line-height: 1.55;
}

.dp2-tags-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.dp2-tag--outline {
  background: var(--dp2-surface);
  border: 1px solid var(--dp2-border);
}

.dp2-tag--accent {
  background: var(--dp2-accent-soft);
  color: var(--dp2-accent);
}

/* Credentials */
.dp2-cred {
  padding: 14px 16px;
  border-radius: var(--dp2-radius-sm);
  background: #f9fafb;
  border: 1px solid var(--dp2-border);
  margin-bottom: 10px;
}

.dp2-cred:last-child { margin-bottom: 0; }

.dp2-cred-title { font-size: 14px; font-weight: 600; }
.dp2-cred-sub { font-size: 13px; color: var(--dp2-muted); margin-top: 2px; }
.dp2-cred-desc { font-size: 13px; color: var(--dp2-muted); margin-top: 6px; line-height: 1.5; }

/* Rate block */
.dp2-rate-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  padding: 16px;
  background: #f9fafb;
  border: 1px solid var(--dp2-border);
  border-radius: var(--dp2-radius-sm);
}

.dp2-rate-num {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.dp2-rate-per { font-size: 14px; color: var(--dp2-muted); }

.dp2-rate-free {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 600;
  color: #137333;
  background: rgb(19 115 51 / 0.08);
  padding: 4px 10px;
  border-radius: 999px;
}

.dp2-svc-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--dp2-muted);
  margin: 16px 0 10px;
}

.dp2-svc-label:first-child { margin-top: 0; }

.dp2-divider {
  border: none;
  border-top: 1px solid var(--dp2-border);
  margin: 16px 0;
}

/* Working style carousel */
.dp2-style-carousel {
  margin: 0 -20px;
}

.dp2-style-track {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding: 0 20px;
  padding: 4px 20px 8px;
  scrollbar-width: none;
}

.dp2-style-track::-webkit-scrollbar { display: none; }

.dp2-style-card {
  flex: 0 0 min(100% - 32px, 300px);
  scroll-snap-align: center;
  padding: 16px;
  border-radius: var(--dp2-radius-sm);
  background: #f9fafb;
  border: 1px solid var(--dp2-border);
}

.dp2-style-card-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 4px;
}

.dp2-style-card-blurb {
  font-size: 13px;
  color: var(--dp2-muted);
  margin-bottom: 14px;
}

.dp2-style-spectrum {
  display: flex;
  height: 8px;
  gap: 3px;
  margin-bottom: 8px;
}

.dp2-style-spectrum-seg { border-radius: 999px; }
.dp2-style-spectrum-seg--left { background: var(--dp2-theme); }
.dp2-style-spectrum-seg--right { background: #e5e7eb; }

.dp2-style-labels {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  font-weight: 600;
  color: var(--dp2-muted);
  margin-bottom: 10px;
}

.dp2-style-summary {
  font-size: 13px;
  line-height: 1.5;
  padding-top: 12px;
  border-top: 1px solid var(--dp2-border);
}

/* Reviews — compact list */
.dp2-reviews-card .dp2-card-title {
  margin-bottom: 0;
}

.dp2-reviews-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
}

.dp2-reviews-count {
  font-size: 13px;
  font-weight: 600;
  color: var(--dp2-muted);
  background: #f3f4f6;
  padding: 2px 10px;
  border-radius: 999px;
}

.dp2-review-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dp2-review-item {
  display: flex;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid var(--dp2-border);
}

.dp2-review-list:not(:has(+ .dp2-reviews-pager)) .dp2-review-item:last-child,
.dp2-review-item--page-last {
  border-bottom: none;
  padding-bottom: 0;
}

.dp2-review-item--hidden {
  display: none;
}

.dp2-reviews-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 8px 0 4px;
}

.dp2-reviews-pager-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--dp2-muted);
  min-width: 88px;
  text-align: center;
}

.dp2-reviews-pager-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid var(--dp2-border);
  border-radius: var(--dp2-radius-sm);
  background: var(--dp2-surface);
  color: var(--dp2-text);
  cursor: pointer;
  font-family: inherit;
  transition: background 0.15s;
}

.dp2-reviews-pager-btn:hover:not(:disabled) {
  background: var(--dp2-bg);
}

.dp2-reviews-pager-btn:disabled {
  opacity: 0.35;
  cursor: default;
}

.dp2-reviews-pager-btn svg {
  width: 18px;
  height: 18px;
}

.dp2-review-item--pinned .dp2-review-avatar {
  background: var(--dp2-accent-soft);
  color: var(--dp2-accent);
}

.dp2-review-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f3f4f6;
  color: var(--dp2-muted);
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.dp2-review-body {
  flex: 1;
  min-width: 0;
}

.dp2-review-head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 4px;
}

.dp2-review-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--dp2-text);
}

.dp2-review-dot {
  flex-shrink: 0;
  color: var(--dp2-muted);
  font-size: 14px;
  line-height: 1;
  opacity: 0.55;
}

.dp2-review-stars {
  font-size: 11px;
  color: #f59e0b;
  letter-spacing: -1px;
  line-height: 1;
}

.dp2-review-pin {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--dp2-accent);
}

.dp2-review-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin: 4px 0 6px;
}

.dp2-review-tag {
  display: inline-flex;
  align-items: center;
  padding: 2px 7px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: #1a1a1a;
  background: #ececec;
  border: none;
  white-space: nowrap;
}

.dp2-review-text {
  font-size: 14px;
  line-height: 1.5;
  color: var(--dp2-muted);
  margin: 0;
}

.dp2-review-text.is-clamped {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.dp2-review-more {
  display: inline-block;
  margin-top: 4px;
  padding: 0;
  border: none;
  background: none;
  color: var(--dp2-accent);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
}

.dp2-review-more:hover {
  text-decoration: underline;
}

.dp2-review-more.hidden {
  display: none;
}

.dp2-reviews-cta {
  display: block;
  width: 100%;
  margin-top: 14px;
  padding: 12px;
  border: 1px solid var(--dp2-border);
  border-radius: var(--dp2-radius-sm);
  background: var(--dp2-surface);
  font-size: 14px;
  font-weight: 600;
  color: var(--dp2-text);
  cursor: pointer;
  font-family: inherit;
  transition: background 0.15s;
}

.dp2-reviews-cta:hover {
  background: var(--dp2-bg);
}

.dp2-empty {
  text-align: center;
  padding: 28px 16px;
  color: var(--dp2-muted);
  background: #f9fafb;
  border-radius: var(--dp2-radius-sm);
  border: 1px solid var(--dp2-border);
}

.dp2-empty .material-symbols-outlined {
  font-size: 32px;
  margin-bottom: 8px;
  opacity: 0.5;
}

/* Availability */
.dp2-avail-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.dp2-avail-item {
  display: flex;
  gap: 14px;
  padding: 14px 16px;
  background: #f9fafb;
  border: 1px solid var(--dp2-border);
  border-radius: var(--dp2-radius-sm);
}

.dp2-avail-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.dp2-avail-kicker {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--dp2-muted);
}

.dp2-avail-value {
  font-size: 15px;
  font-weight: 600;
  margin-top: 2px;
}

.dp2-avail-days {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}

.dp2-avail-day {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  background: #fff;
  color: #d1d5db;
}

.dp2-avail-day--on {
  background: var(--dp2-accent-soft);
  color: var(--dp2-accent);
}

/* Contact CTA */
.dp2-cta {
  padding: 24px 20px;
  background: var(--dp2-ink);
  color: #fff;
  text-align: center;
}

.dp2-cta-title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}

.dp2-cta-sub {
  font-size: 14px;
  color: rgb(255 255 255 / 0.78);
  margin-bottom: 20px;
  line-height: 1.55;
}

.dp2-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 28px;
  background: #fff;
  color: var(--dp2-ink);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
}

.dp2-cta-btn:hover { opacity: 0.92; }

/* Package timeline (inline from v1) */
.dp2-pkg-step {
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
}

.dp2-pkg-dot {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--dp2-theme);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 11px;
  font-weight: 700;
}

.dp2-pkg-dot--free { background: #137333; }

/* Footer */
.dp2-footer {
  text-align: center;
  padding: 8px 0 16px;
  font-size: 12px;
  color: var(--dp2-muted);
}

.dp2-footer-links {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 8px;
}

.dp2-footer-links a:hover { color: var(--dp2-text); }

/* Modal */
.dp2-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.dp2-modal.active { display: flex; }

.dp2-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 0.45);
}

.dp2-modal-panel {
  position: relative;
  z-index: 1;
  background: var(--dp2-surface);
  border-radius: var(--dp2-radius);
  max-width: 400px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 20px 60px rgb(0 0 0 / 0.18);
}

.dp2-modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  border-bottom: 1px solid var(--dp2-border);
}

.dp2-modal-close {
  width: 32px;
  height: 32px;
  border: none;
  background: transparent;
  cursor: pointer;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dp2-modal-close:hover { background: var(--dp2-bg); }

.dp2-modal-body { padding: 16px 20px 20px; font-size: 14px; line-height: 1.6; }

/* Toast */
.dp2-toast {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  background: #1f2937;
  color: #fff;
  padding: 10px 18px;
  border-radius: 10px;
  font-size: 13px;
  opacity: 0;
  transition: opacity 0.25s, transform 0.25s;
  z-index: 2000;
  pointer-events: none;
}

.dp2-toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* Pro carousel (basic tier) */
.dp2-pro-section { text-align: center; }

.dp2-pro-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
}

.dp2-pro-sub {
  font-size: 13px;
  color: var(--dp2-muted);
  margin-bottom: 16px;
}

.dp2-pro-track {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 8px;
  scrollbar-width: none;
}

.dp2-pro-track::-webkit-scrollbar { display: none; }

.dp2-pro-card {
  flex: 0 0 180px;
  scroll-snap-align: start;
  padding: 12px;
  border: 1px solid var(--dp2-border);
  border-radius: var(--dp2-radius-sm);
  background: #f9fafb;
  text-align: left;
}

.dp2-pro-photo {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--dp2-border) center/cover;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.dp2-pro-photo--initials {
  background: #ececec;
  color: #1a1a1a;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.dp2-pro-name { font-size: 13px; font-weight: 600; }
.dp2-pro-loc { font-size: 11px; color: var(--dp2-muted); }

/* Sticky contact bar */
.dp2-sticky-contact {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  width: 100%;
  pointer-events: none;
  background: #111111;
  border-top: 1px solid rgb(255 255 255 / 0.08);
  box-shadow: 0 -8px 32px rgb(0 0 0 / 0.22);
  transform: translateY(110%);
  transition: transform 0.38s cubic-bezier(0.2, 0, 0, 1);
}

.dp2-sticky-contact.is-visible {
  pointer-events: auto;
  transform: translateY(0);
}

.dp2-sticky-contact__inner {
  width: 100%;
  padding-bottom: env(safe-area-inset-bottom, 0px);
}

.dp2-sticky-contact__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 72px;
  max-width: 480px;
  margin: 0 auto;
  padding: 12px 16px;
}

.dp2-sticky-contact__lead {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.dp2-sticky-contact__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  background: #2a2a2a;
}

.dp2-sticky-contact__avatar--initials {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.02em;
}

.dp2-sticky-contact__text {
  min-width: 0;
}

.dp2-sticky-contact__title {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dp2-sticky-contact__sub {
  margin: 2px 0 0;
  font-size: 12px;
  line-height: 1.35;
  color: rgb(255 255 255 / 0.68);
}

.dp2-sticky-contact__btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  color: #ffffff;
  background: var(--dp2-accent);
  border-radius: 999px;
  transition: opacity 0.15s ease;
}

.dp2-sticky-contact__btn:hover {
  background: var(--dp2-accent-hover);
}

.dp2-sticky-contact__btn:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

body.dp2-has-sticky-contact {
  padding-bottom: calc(4.75rem + env(safe-area-inset-bottom, 0px));
}

@media (prefers-reduced-motion: reduce) {
  .dp2-sticky-contact {
    transition: none;
  }
}

/* Desktop */
@media (min-width: 640px) {
  .dp2-page {
    max-width: 520px;
    padding-top: 24px;
  }

  .dp2-hero-banner { height: 110px; }
  .dp2-hero-actions { margin-left: 24px; margin-right: 24px; }
  .dp2-hero-bio-wrap { margin-left: 24px; margin-right: 24px; }
}

@media (min-width: 900px) {
  .dp2-page {
    max-width: 560px;
    padding-top: 32px;
  }
}
