.dmp-prices {
  min-height: 100vh;
  background: #09090d;
}

.dmp-prices .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.dmp-hero {
  position: relative;
  min-height: 540px;
  padding: 38px 0 58px;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 45, 145, .2), transparent 31%),
    radial-gradient(circle at 8% 84%, rgba(110, 27, 114, .22), transparent 28%),
    linear-gradient(130deg, #09090d, #120a14 75%, #230b1e);
}

.dmp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .12;
  background-image: radial-gradient(rgba(255, 255, 255, .45) 1px, transparent 1px);
  background-size: 25px 25px;
  mask-image: linear-gradient(90deg, #000, transparent 78%);
}

.dmp-hero .dmh-shell { position: relative; z-index: 2; }
.dmp-orb { position: absolute; border-radius: 50%; filter: blur(12px); pointer-events: none; }
.dmp-orb-one { width: 330px; height: 330px; right: -130px; top: 45px; background: rgba(208, 0, 136, .12); }
.dmp-orb-two { width: 230px; height: 230px; left: 34%; bottom: -120px; background: rgba(110, 27, 114, .16); }

.dmp-breadcrumbs {
  margin-bottom: 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: #9e96a1;
  font-size: .72rem;
}

.dmp-breadcrumbs a { color: #cfc8d1; transition: color .2s ease; }
.dmp-breadcrumbs a:hover { color: var(--dmh-pink-bright); }
.dmp-breadcrumbs strong { color: #fff; font-weight: 760; }
.dmp-breadcrumbs span { color: #5f5763; }

.dmp-switcher { width: max-content; max-width: 100%; margin: 0 0 34px; padding: 6px; display: flex; align-items: center; gap: 6px; overflow-x: auto; color: #a89fac; background: rgba(255, 255, 255, .04); border: 1px solid rgba(255, 255, 255, .1); border-radius: 14px; scrollbar-width: thin; }
.dmp-switcher > span { padding: 0 11px; flex: 0 0 auto; font-size: .68rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.dmp-switcher a { min-height: 38px; padding: 8px 12px; display: inline-flex; align-items: center; gap: 7px; flex: 0 0 auto; color: #d7d0d9; border: 1px solid transparent; border-radius: 9px; font-size: .72rem; font-weight: 800; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.dmp-switcher a:hover { color: #fff; background: rgba(255, 255, 255, .07); }
.dmp-switcher a.is-current { color: #fff; background: linear-gradient(135deg, var(--dmh-pink), var(--dmh-purple)); border-color: rgba(255, 255, 255, .1); }
.dmp-switcher i { font-style: normal; }

.dmp-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, .92fr);
  align-items: center;
  gap: 50px;
}

.dmp-hero h1 {
  max-width: 820px;
  margin: 0 0 23px;
  color: #fff;
  font-size: clamp(2.75rem, 4.7vw, 4.35rem);
  font-weight: 850;
  letter-spacing: -.045em;
  line-height: 1;
}

.dmp-hero-copy > p {
  max-width: 690px;
  margin-bottom: 20px;
  color: #d0c9d2;
  font-size: 1.05rem;
}

.dmp-hero-actions { display: flex; flex-wrap: wrap; gap: 11px; }
.dmp-stats { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 10px; }
.dmp-stats > div { min-width: 135px; padding: 13px 15px; background: rgba(255, 255, 255, .045); border: 1px solid rgba(255, 255, 255, .1); border-radius: 13px; }
.dmp-stats strong, .dmp-stats span { display: block; }
.dmp-stats strong { color: #fff; font-size: 1.15rem; }
.dmp-stats span { color: #918994; font-size: .65rem; }

.dmp-hero-art { position: relative; min-height: 315px; display: grid; place-items: center; }
.dmp-hero-art > img { width: 100%; max-width: 500px; aspect-ratio: 1.5 / 1; object-fit: cover; object-position: center; border: 1px solid rgba(255, 255, 255, .14); border-radius: 22px; box-shadow: 0 32px 55px rgba(0, 0, 0, .42); }
.dmp-logo { position: absolute; left: 12px; bottom: 12px; z-index: 2; width: auto; padding: 7px 11px 7px 7px; display: grid; grid-template-columns: 44px auto; grid-template-areas: "logo label" "logo place"; align-items: center; column-gap: 9px; color: #fff; background: rgba(18, 12, 21, .5); border: 1px solid rgba(255, 255, 255, .18); border-radius: 999px; box-shadow: 0 10px 24px rgba(0, 0, 0, .22); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.dmp-logo img { grid-area: logo; width: 44px; height: 44px; margin: 0; object-fit: cover; border-radius: 50%; opacity: .88; }
.dmp-logo span, .dmp-logo strong { display: block; line-height: 1.15; }
.dmp-logo span { grid-area: label; align-self: end; color: rgba(255, 255, 255, .68); font-size: .54rem; }
.dmp-logo strong { grid-area: place; align-self: start; font-size: .68rem; }

.dmp-section { padding: 78px 0; background: #0b0b0f; }
.dmp-model-section { scroll-margin-top: 20px; background: linear-gradient(180deg, #0b0b0f, #101014); border-top: 1px solid var(--dmh-border); }
.dmp-heading { margin-bottom: 42px; display: grid; grid-template-columns: 1fr 420px; align-items: end; gap: 50px; }
.dmp-heading h2 { margin: 0; color: #fff; font-size: clamp(2.35rem, 4.5vw, 4.2rem); letter-spacing: -.05em; line-height: 1; }
.dmp-heading > p { margin: 0 0 4px; color: var(--dmh-muted); font-size: .95rem; }

.dmp-category-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.dmp-category-card { min-height: 145px; padding: 25px; display: grid; grid-template-columns: 58px 1fr 28px; align-items: center; gap: 18px; color: #fff; background: linear-gradient(145deg, #1b1b21, #141419); border: 1px solid var(--dmh-border); border-radius: 18px; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.dmp-category-card:hover { transform: translateY(-4px); border-color: rgba(255, 45, 145, .42); box-shadow: 0 22px 45px rgba(0, 0, 0, .24); }
.dmp-category-icon { width: 58px; height: 58px; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, var(--dmh-pink), var(--dmh-purple)); border-radius: 15px; font-size: 1rem; font-weight: 900; box-shadow: 0 12px 25px rgba(208, 0, 136, .18); }
.dmp-category-card h3 { margin: 0 0 5px; color: #fff; font-size: 1.15rem; }
.dmp-category-card p { margin: 0; color: #a9a1ac; font-size: .76rem; }
.dmp-category-card > strong { color: var(--dmh-pink-bright); font-size: 1.25rem; }

.dmp-search { max-width: 590px; margin: 0 auto 12px; padding: 0 18px; display: flex; align-items: center; gap: 10px; color: #a9a1ac; background: #18181e; border: 1px solid var(--dmh-border); border-radius: 14px; }
.dmp-search:focus-within { border-color: rgba(255, 45, 145, .68); box-shadow: 0 0 0 4px rgba(208, 0, 136, .1); }
.dmp-search > span:first-child { color: var(--dmh-pink-bright); font-size: 1.45rem; }
.dmp-search input { width: 100%; min-height: 54px; color: #fff; background: transparent; border: 0; outline: none; }
.dmp-search input::placeholder { color: #777079; }
.dmp-results { min-height: 1.2em; margin: 0 auto 20px; color: #8f8791; text-align: center; font-size: .72rem; }

.dmp-search-box { max-width: 680px; margin: 0 0 20px; padding: 16px; background: rgba(255, 255, 255, .055); border: 1px solid rgba(255, 255, 255, .12); border-radius: 16px; box-shadow: 0 18px 40px rgba(0, 0, 0, .18); }
.dmp-search-box > strong { display: block; margin: 0 0 8px; color: #fff; font-size: .78rem; }
.dmp-search-box .dmp-search { max-width: none; margin: 0; background: rgba(8, 8, 12, .72); border-color: rgba(255, 255, 255, .14); }
.dmp-search-meta { margin-top: 8px; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.dmp-search-meta .dmp-results { min-height: 0; margin: 0; text-align: left; }
.dmp-search-meta a { flex: 0 0 auto; color: var(--dmh-pink-bright); font-size: .7rem; font-weight: 850; }

.dmp-model-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; gap: 14px; }
.dmp-model-card { overflow: hidden; scroll-margin-top: 150px; background: #17171d; border: 1px solid var(--dmh-border); border-radius: 17px; box-shadow: 0 12px 30px rgba(0, 0, 0, .12); }
.dmp-model-card[hidden] { display: none; }
.dmp-model-card details { background: linear-gradient(145deg, #1a1a20, #141419); }
.dmp-model-card summary { min-height: 83px; padding: 18px 20px; display: flex; align-items: center; justify-content: space-between; gap: 15px; cursor: pointer; list-style: none; }
.dmp-model-card summary::-webkit-details-marker { display: none; }
.dmp-model-card summary span, .dmp-model-card summary small, .dmp-model-card summary strong { display: block; }
.dmp-model-card summary small { margin-bottom: 2px; color: var(--dmh-pink-bright); font-size: .6rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.dmp-model-card summary strong { color: #fff; font-size: 1rem; }
.dmp-model-card summary i { position: relative; width: 32px; height: 32px; flex: 0 0 32px; background: rgba(255, 255, 255, .06); border: 1px solid var(--dmh-border); border-radius: 50%; }
.dmp-model-card summary i::before, .dmp-model-card summary i::after { content: ""; position: absolute; top: 50%; left: 50%; width: 11px; height: 2px; background: #fff; transform: translate(-50%, -50%); transition: transform .2s ease; }
.dmp-model-card summary i::after { transform: translate(-50%, -50%) rotate(90deg); }
.dmp-model-card details[open] summary i::after { transform: translate(-50%, -50%) rotate(0); }
.dmp-model-card details[open] summary { border-bottom: 1px solid var(--dmh-border); }

.dmp-table-wrap { overflow-x: auto; }
.dmp-model-card table { width: 100%; border-collapse: collapse; color: #d5ced7; font-size: .76rem; }
.dmp-model-card th, .dmp-model-card td { padding: 13px 16px; text-align: left; border-bottom: 1px solid rgba(255, 255, 255, .07); }
.dmp-model-card tr:last-child td { border-bottom: 0; }
.dmp-model-card th { color: #837b86; background: rgba(255, 255, 255, .025); font-size: .59rem; letter-spacing: .08em; text-transform: uppercase; }
.dmp-model-card th:nth-child(2), .dmp-model-card td:nth-child(2) { width: 100px; white-space: nowrap; }
.dmp-model-card td:nth-child(3) { width: 92px; text-align: right; }
.dmp-model-card td strong { color: #fff; font-size: .8rem; }
.dmp-model-card td a { color: var(--dmh-pink-bright); font-weight: 800; border-bottom: 1px solid rgba(255, 45, 145, .3); }
.dmp-model-card td a:hover { color: #fff; }

.dmp-no-results { margin-top: 25px; padding: 30px; text-align: center; background: #17171d; border: 1px solid var(--dmh-border); border-radius: 17px; }
.dmp-no-results strong, .dmp-no-results span { display: block; }
.dmp-no-results strong { color: #fff; }
.dmp-no-results span { margin-top: 5px; color: #a69eaa; font-size: .78rem; }
.dmp-note { max-width: 850px; margin: 28px auto 0; color: #8e8790; text-align: center; font-size: .72rem; }

.dmp-seo-section { background: radial-gradient(circle at 88% 12%, rgba(208, 0, 136, .1), transparent 26%), #0c0c11; border-top: 1px solid var(--dmh-border); }
.dmp-seo-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.dmp-seo-grid article { padding: 28px; background: linear-gradient(145deg, #1a1a20, #141419); border: 1px solid var(--dmh-border); border-radius: 18px; }
.dmp-seo-grid h3 { margin: 0 0 10px; color: #fff; font-size: 1.18rem; }
.dmp-seo-grid p { margin: 0; color: #aba3ae; font-size: .84rem; line-height: 1.72; }
.dmp-faq { max-width: 920px; margin: 55px auto 0; }
.dmp-faq > h2 { margin: 0 0 22px; color: #fff; font-size: clamp(2rem, 3.5vw, 3.2rem); letter-spacing: -.04em; }
.dmp-faq details { background: #17171d; border: 1px solid var(--dmh-border); border-radius: 15px; }
.dmp-faq details + details { margin-top: 10px; }
.dmp-faq summary { min-height: 66px; padding: 18px 20px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #fff; cursor: pointer; list-style: none; font-size: .9rem; font-weight: 800; }
.dmp-faq summary::-webkit-details-marker { display: none; }
.dmp-faq summary i { position: relative; width: 28px; height: 28px; flex: 0 0 28px; border: 1px solid var(--dmh-border); border-radius: 50%; }
.dmp-faq summary i::before, .dmp-faq summary i::after { content: ""; position: absolute; top: 50%; left: 50%; width: 10px; height: 2px; background: var(--dmh-pink-bright); transform: translate(-50%, -50%); }
.dmp-faq summary i::after { transform: translate(-50%, -50%) rotate(90deg); transition: transform .2s ease; }
.dmp-faq details[open] summary i::after { transform: translate(-50%, -50%); }
.dmp-faq details p { margin: 0; padding: 0 20px 20px; color: #aaa2ad; font-size: .82rem; line-height: 1.7; }

.dmp-contact { padding: 75px 0; background: radial-gradient(circle at 12% 20%, rgba(208, 0, 136, .18), transparent 27%), linear-gradient(125deg, #160d19, #3c1034 65%, #68124f); }
.dmp-contact-grid { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 60px; }
.dmp-contact h2 { margin: 0 0 13px; color: #fff; font-size: clamp(2.4rem, 4vw, 4rem); letter-spacing: -.05em; line-height: 1; }
.dmp-contact p { max-width: 700px; margin: 0; color: #cfc6d1; }
.dmp-contact .dmh-button { min-width: 230px; }
.dmp-empty { min-height: 70vh; padding: 120px 0; }

@media (max-width: 1000px) {
  .dmp-hero { min-height: auto; }
  .dmp-breadcrumbs { margin-bottom: 18px; }
  .dmp-hero-grid { grid-template-columns: 1fr; gap: 0; }
  .dmp-hero-art { display: none; }
  .dmp-heading { grid-template-columns: 1fr; gap: 15px; }
  .dmp-category-grid, .dmp-model-grid, .dmp-seo-grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .dmp-hero { padding: 28px 0 42px; }
  .dmp-breadcrumbs { margin-bottom: 15px; }
  .dmp-switcher { width: 100%; margin-bottom: 28px; }
  .dmp-switcher > span { display: none; }
  .dmp-switcher a { min-width: 118px; justify-content: center; }
  .dmp-hero h1 { font-size: clamp(2.25rem, 10vw, 3.35rem); }
  .dmp-hero-actions { flex-direction: column; }
  .dmp-hero-actions .dmh-button { width: 100%; }
  .dmp-stats { display: none; }
  .dmp-search-box { padding: 13px; }
  .dmp-search-box .dmp-search { padding: 0 12px; }
  .dmp-search input { min-height: 50px; font-size: .86rem; }
  .dmp-search-meta { align-items: flex-start; }
  .dmp-section { padding: 58px 0; }
  .dmp-category-card { min-height: 125px; padding: 20px; grid-template-columns: 48px 1fr 20px; gap: 13px; }
  .dmp-category-icon { width: 48px; height: 48px; border-radius: 13px; font-size: .82rem; }
  .dmp-model-card th, .dmp-model-card td { padding: 12px 11px; }
  .dmp-model-card td:nth-child(3) { width: auto; }
  .dmp-contact-grid { grid-template-columns: 1fr; gap: 28px; }
  .dmp-contact .dmh-button { width: 100%; }
}

@media (max-width: 470px) {
  .dmp-stats { grid-template-columns: 1fr; }
  .dmp-stats > div { display: grid; grid-template-columns: 55px 1fr; align-items: center; }
  .dmp-model-card table, .dmp-model-card tbody, .dmp-model-card tr, .dmp-model-card td { display: block; width: 100%; }
  .dmp-model-card thead { display: none; }
  .dmp-model-card tr { padding: 13px 14px; display: grid; grid-template-columns: 1fr auto; gap: 4px 12px; border-bottom: 1px solid rgba(255, 255, 255, .07); }
  .dmp-model-card tr:last-child { border-bottom: 0; }
  .dmp-model-card td { padding: 0; border: 0; }
  .dmp-model-card td:first-child { grid-column: 1 / -1; }
  .dmp-model-card td:nth-child(2), .dmp-model-card td:nth-child(3) { width: auto; }
  .dmp-model-card td:nth-child(3) { text-align: right; }
}
