.product-page {
  background:
    radial-gradient(circle at 12% 11%, rgba(184, 222, 246, .22), transparent 27%),
    #fbfdff;
}

.product-page h1,
.product-page h2,
.product-page h3,
.product-page p {
  overflow-wrap: normal;
  word-break: normal;
}

.breadcrumb {
  display: inline-flex;
  gap: 10px;
  margin-bottom: 42px;
  color: #8294a4;
  font: 700 10px/1 Arial, sans-serif;
  letter-spacing: .14em;
}

.breadcrumb span { color: #bad0e0; }

.product-hero {
  position: relative;
  margin-top: 82px;
  overflow: hidden;
  background: linear-gradient(145deg, #fcfeff 0%, #f1f8fd 65%, #eef8f8 100%);
}

.product-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 10%;
  width: 42%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #9dc9e7, transparent);
}

.product-hero__grid {
  position: relative;
  z-index: 2;
  min-height: 720px;
  padding-top: 78px;
  padding-bottom: 78px;
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(480px, 1.14fr);
  align-items: center;
  gap: 72px;
}

.product-hero__copy { position: relative; z-index: 2; }

.product-hero h1 {
  margin: 0;
  color: #21374c;
  font: 500 clamp(56px, 6.1vw, 92px)/.94 "Times New Roman", "Yu Mincho", serif;
  letter-spacing: -.045em;
}

.product-hero h1 em {
  color: #559ad7;
  font-style: italic;
}

.product-hero__tagline {
  margin: 32px 0 18px;
  color: #2e4357;
  font-size: clamp(22px, 2.1vw, 31px);
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: .06em;
}

.product-hero__lead {
  max-width: 590px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 2.05;
}

.product-hero__actions {
  margin-top: 36px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.product-hero__visual {
  position: relative;
  min-height: 530px;
  display: grid;
  place-items: center;
}

.product-hero__visual::before {
  content: "";
  position: absolute;
  inset: 5% 2% 4% 10%;
  border: 1px solid rgba(118, 173, 211, .25);
  border-radius: 48% 52% 48% 52% / 39% 43% 57% 61%;
  transform: rotate(-4deg);
}

.product-hero__visual img {
  position: relative;
  z-index: 2;
  width: min(100%, 590px);
  aspect-ratio: 1 / 1;
  object-fit: contain;
  object-position: center;
  border-radius: 42px 10px 42px 10px;
  box-shadow: 0 30px 80px rgba(61, 107, 143, .16);
}

.product-hero__halo {
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .72);
  filter: blur(4px);
}

.product-hero__stamp {
  position: absolute;
  z-index: 3;
  right: -10px;
  bottom: 18px;
  width: 146px;
  height: 146px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #477ca8;
  background: rgba(255,255,255,.94);
  border: 1px solid #c6ddeb;
  border-radius: 50%;
  box-shadow: 0 16px 40px rgba(57, 101, 136, .12);
  animation: productStamp 5s ease-in-out infinite;
}

.product-hero__stamp small {
  font: 700 8px/1.5 Arial, sans-serif;
  letter-spacing: .14em;
}

.product-hero__stamp strong {
  margin-top: 8px;
  font: 700 17px/1.2 "Times New Roman", serif;
}

.product-hero__decor {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(100, 162, 204, .2);
  border-radius: 50%;
}

.product-hero__decor--one {
  top: -240px;
  right: -160px;
  width: 620px;
  height: 620px;
}

.product-hero__decor--two {
  left: -230px;
  bottom: -310px;
  width: 520px;
  height: 520px;
  border-color: rgba(99, 191, 182, .14);
}

.product-hero__facts {
  position: relative;
  z-index: 3;
  background: rgba(255, 255, 255, .83);
  border-top: 1px solid rgba(196, 221, 238, .85);
  border-bottom: 1px solid rgba(196, 221, 238, .85);
  backdrop-filter: blur(12px);
}

.product-hero__facts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.product-hero__facts p {
  min-height: 118px;
  margin: 0;
  padding: 26px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid var(--line);
}

.product-hero__facts p:first-child { border-left: 1px solid var(--line); }

.product-hero__facts strong {
  color: #3e80b9;
  font: 500 30px/1.1 "Times New Roman", serif;
}

.product-hero__facts span {
  margin-top: 7px;
  color: #718396;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
}

.product-heading {
  display: grid;
  grid-template-columns: .54fr 1fr .8fr;
  gap: 65px;
  align-items: start;
}

.product-heading h2,
.product-movie__copy h2,
.product-support__copy h2,
.product-spec__heading h2,
.prime-data-heading h2,
.product-resources__heading h2 {
  margin: 0;
  color: #24394e;
  font: 600 clamp(34px, 3.7vw, 52px)/1.42 "Yu Mincho", "Hiragino Mincho ProN", serif;
  letter-spacing: .055em;
}

.product-heading > p:last-child,
.product-movie__copy > p,
.product-support__copy > p,
.product-spec__heading > p,
.prime-data-heading > p,
.product-resources__heading > p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 2.05;
}

.product-feature-grid {
  margin-top: 82px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.product-feature-card {
  position: relative;
  min-height: 330px;
  padding: 35px 30px;
  overflow: hidden;
  background: rgba(255,255,255,.91);
  border: 1px solid var(--line);
  border-radius: 24px 6px 24px 6px;
  box-shadow: var(--shadow-soft);
  transition: transform .4s var(--ease), border-color .4s, box-shadow .4s;
}

.product-feature-card:hover {
  transform: translateY(-7px);
  border-color: #afd0e6;
  box-shadow: var(--shadow);
}

.product-feature-card::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -52px;
  width: 120px;
  height: 120px;
  border: 1px solid #cde2f0;
  border-radius: 50%;
}

.product-feature-card--support { background: linear-gradient(145deg, #f4fafb, #fff); }

.product-feature-card > span {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  color: #5594c9;
  background: #edf7fd;
  border-radius: 50%;
  font: 700 10px Arial, sans-serif;
}

.product-feature-card__en {
  margin: 30px 0 7px;
  color: #6ba2cd;
  font: 700 9px/1.4 Arial, sans-serif;
  letter-spacing: .17em;
}

.product-feature-card h3 {
  margin: 0 0 15px;
  color: #2c4257;
  font-size: 20px;
}

.product-feature-card > p:last-child {
  margin: 0;
  color: #6b7d8e;
  font-size: 12px;
  line-height: 1.9;
}

.product-movie {
  background: linear-gradient(140deg, #eff7fc, #f8fbfd 58%, #edf8f6);
}

.product-movie__grid {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  align-items: center;
  gap: 80px;
}

.product-movie__copy .section-label,
.product-support__copy .section-label,
.product-spec__heading .section-label,
.prime-data-heading .section-label {
  margin-bottom: 48px;
}

.product-movie__copy > p,
.product-support__copy > p,
.product-spec__heading > p,
.prime-data-heading > p {
  margin-top: 25px;
}

.product-movie__copy .text-link,
.product-spec__heading .text-link {
  margin-top: 28px;
}

.product-movie__frame {
  position: relative;
  padding: 14px;
  background: rgba(255,255,255,.88);
  border: 1px solid #d4e5ef;
  border-radius: 34px 8px 34px 8px;
  box-shadow: var(--shadow);
}

.product-movie__frame::before {
  content: "";
  position: absolute;
  top: -20px;
  right: 55px;
  width: 82px;
  height: 82px;
  border: 1px solid #9ecce4;
  border-radius: 50%;
}

.product-movie video {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
  background: #eaf3f8;
  border-radius: 25px 5px 25px 5px;
}

.product-movie__caption {
  display: block;
  padding: 13px 12px 2px;
  color: #7b8ea0;
  font: 700 9px/1.4 Arial, sans-serif;
  letter-spacing: .15em;
}

.product-technology { background: #fff; }
.product-heading--compact { margin-bottom: 74px; }

.technology-list {
  display: grid;
  gap: 26px;
}

.technology-item {
  min-height: 340px;
  padding: 18px;
  display: grid;
  grid-template-columns: minmax(380px, 1.05fr) .95fr;
  align-items: center;
  gap: 46px;
  background: #f8fbfd;
  border: 1px solid var(--line);
  border-radius: 28px 7px 28px 7px;
}

.technology-item:nth-child(even) { background: #f6fbfa; }

.technology-item > a {
  height: auto;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border-radius: 20px 5px 20px 5px;
  background: #fff;
}

.technology-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .65s var(--ease);
}

.technology-item a:hover img { transform: scale(1.025); }

.technology-item > div { padding-right: 8%; }

.technology-item span {
  color: #5793c3;
  font: 700 9px/1.4 Arial, sans-serif;
  letter-spacing: .16em;
}

.technology-item h3 {
  margin: 13px 0 11px;
  color: #2a4055;
  font-size: 25px;
}

.technology-item p {
  margin: 0;
  color: #718293;
  font-size: 12px;
}

.product-support {
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, #f2f8fd, #f8fbfd 55%, #f0f9f7);
}

.product-support::before {
  content: "";
  position: absolute;
  right: -180px;
  bottom: -270px;
  width: 600px;
  height: 600px;
  border: 1px solid rgba(83, 156, 204, .15);
  border-radius: 50%;
}

.product-support__grid {
  position: relative;
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 100px;
}

.product-support__steps {
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-support__steps li {
  position: relative;
  min-height: 150px;
  padding: 24px 30px;
  display: grid;
  grid-template-columns: 60px 1fr;
  align-items: center;
  gap: 26px;
  background: rgba(255,255,255,.83);
  border-bottom: 1px solid #d8e7f0;
}

.product-support__steps li:first-child { border-radius: 25px 6px 0 0; }
.product-support__steps li:last-child { border-bottom: 0; border-radius: 0 0 25px 6px; }

.product-support__steps > li > span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  color: #4f90c4;
  background: #edf7fd;
  border: 1px solid #cae1ef;
  border-radius: 50%;
  font: 700 11px Arial, sans-serif;
}

.product-support__steps small {
  color: #68a2cf;
  font: 700 8px/1 Arial, sans-serif;
  letter-spacing: .17em;
}

.product-support__steps h3 {
  margin: 8px 0 5px;
  font-size: 18px;
}

.product-support__steps p {
  margin: 0;
  color: #708293;
  font-size: 12px;
}

.product-spec { background: #fff; }

.product-spec__grid {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 100px;
  align-items: start;
}

.product-spec__heading { position: sticky; top: 120px; }

.product-spec__table-wrap {
  padding: 18px 42px;
  background: #f8fbfd;
  border: 1px solid var(--line);
  border-radius: 30px 7px 30px 7px;
}

.product-spec table {
  width: 100%;
  border-collapse: collapse;
}

.product-spec th,
.product-spec td {
  padding: 19px 8px;
  border-bottom: 1px solid #dbe8f0;
  text-align: left;
  vertical-align: top;
  font-size: 12px;
}

.product-spec tr:last-child th,
.product-spec tr:last-child td { border-bottom: 0; }

.product-spec th {
  width: 42%;
  color: #64798c;
  font-weight: 500;
}

.product-spec td {
  color: #2e4356;
  font-weight: 700;
}

.product-resources {
  padding-top: 94px;
  background: #f5f9fc;
}

.product-resources__heading {
  display: flex;
  align-items: end;
  gap: 45px;
}

.product-resources__heading .eyebrow { margin: 0 0 12px; }
.product-resources__heading > p:last-child { margin-left: auto; max-width: 390px; }

.product-resources__grid {
  margin-top: 55px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.resource-card {
  min-height: 150px;
  padding: 27px;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px 5px 20px 5px;
  transition: transform .35s var(--ease), border-color .35s;
}

.resource-card:hover { transform: translateY(-5px); border-color: #a9cde4; }

.resource-card span {
  color: #6ca0c8;
  font: 700 9px Arial, sans-serif;
  letter-spacing: .15em;
}

.resource-card strong {
  align-self: end;
  color: #31485d;
  font-size: 17px;
}

.resource-card i {
  grid-area: 1 / 2 / 3;
  align-self: center;
  color: #5b9ac9;
  font-style: normal;
  font-size: 22px;
}

.product-contact {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
  text-align: center;
  background: linear-gradient(145deg, #edf7fd, #f7fbfd 52%, #edf9f6);
}

.product-contact::before,
.product-contact::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(80, 151, 199, .17);
  border-radius: 50%;
}

.product-contact::before {
  top: -300px;
  left: -180px;
  width: 560px;
  height: 560px;
}

.product-contact::after {
  right: -110px;
  bottom: -280px;
  width: 480px;
  height: 480px;
}

.product-contact__inner { position: relative; z-index: 1; }

.product-contact h2 {
  margin: 0;
  color: #263d51;
  font: 600 clamp(34px, 3.8vw, 52px)/1.42 "Yu Mincho", "Hiragino Mincho ProN", serif;
  letter-spacing: .06em;
}

.product-contact__inner > p:not(.eyebrow):not(.product-contact__note) {
  margin: 25px 0 0;
  color: #65798b;
}

.product-contact__actions {
  width: min(100%, 830px);
  margin: 48px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.contact-panel {
  min-height: 112px;
  padding: 24px 27px;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr;
  text-align: left;
  background: #fff;
  border: 1px solid #bcd5e6;
  border-radius: 8px 24px 8px 24px;
  transition: transform .35s var(--ease), box-shadow .35s;
}

.contact-panel:hover { transform: translateY(-5px); box-shadow: var(--shadow-soft); }
.contact-panel--form { color: #fff; background: linear-gradient(135deg, #579cdf, #76c5d1); border-color: transparent; }
.contact-panel small { font-size: 10px; font-weight: 700; }
.contact-panel strong { align-self: end; font-size: 21px; }
.contact-panel span { grid-area: 1 / 2 / 3; align-self: center; font-size: 22px; }

.product-contact__note {
  margin: 20px 0 0;
  color: #8494a2;
  font-size: 10px;
}

@keyframes productStamp {
  0%, 100% { transform: translateY(0) rotate(0); }
  50% { transform: translateY(-8px) rotate(1deg); }
}

@media (max-width: 1060px) {
  .product-hero__grid { grid-template-columns: .9fr 1.1fr; gap: 40px; }
  .product-feature-grid { grid-template-columns: repeat(2, 1fr); }
  .product-heading { grid-template-columns: .35fr 1fr; }
  .product-heading > p:last-child { grid-column: 2; }
  .product-support__grid,
  .product-spec__grid { gap: 60px; }
}

@media (max-width: 820px) {
  .product-page { padding-bottom: 62px; }
  .product-hero { margin-top: 68px; }
  .product-hero__grid {
    min-height: 0;
    padding-top: 65px;
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .product-hero__copy { max-width: 680px; }
  .product-hero__visual { min-height: 430px; }
  .product-hero__visual img { width: min(100%, 650px); }
  .product-hero__facts-grid { grid-template-columns: repeat(2, 1fr); }
  .product-hero__facts p:nth-child(2) { border-right: 0; }
  .product-hero__facts p:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .product-heading,
  .product-movie__grid,
  .product-support__grid,
  .product-spec__grid { grid-template-columns: 1fr; }
  .product-heading { gap: 35px; }
  .product-heading > p:last-child { grid-column: auto; max-width: 620px; }
  .product-movie__grid { gap: 50px; }
  .product-movie__copy { max-width: 650px; }
  .technology-item { grid-template-columns: .9fr 1.1fr; gap: 35px; }
  .product-support__copy { max-width: 650px; }
  .product-spec__heading { position: static; max-width: 650px; }
  .product-resources__heading { display: grid; grid-template-columns: 1fr 1fr; }
  .product-resources__heading .eyebrow { grid-column: 1 / -1; }
  .product-resources__heading > p:last-child { margin: 0; }
}

@media (max-width: 560px) {
  .breadcrumb { margin-bottom: 32px; }
  .product-hero__grid { padding-top: 48px; padding-bottom: 48px; }
  .product-hero h1 { font-size: 52px; }
  .product-hero__tagline { margin-top: 25px; font-size: 21px; }
  .product-hero__lead { font-size: 12px; }
  .product-hero__actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .product-hero__visual { min-height: 290px; }
  .product-hero__visual::before { inset: 4% 0 2% 5%; }
  .product-hero__visual img { border-radius: 28px 7px 28px 7px; }
  .product-hero__stamp {
    right: -4px;
    bottom: -10px;
    width: 108px;
    height: 108px;
    padding: 18px;
  }
  .product-hero__stamp strong { font-size: 13px; }
  .product-hero__stamp small { font-size: 6px; }
  .product-hero__facts p { min-height: 94px; padding: 19px 16px; }
  .product-hero__facts strong { font-size: 24px; }
  .product-hero__facts span { font-size: 8px; }
  .product-heading h2,
  .product-movie__copy h2,
  .product-support__copy h2,
  .product-spec__heading h2,
  .prime-data-heading h2,
  .product-resources__heading h2 { font-size: 31px; }
  .product-feature-grid { margin-top: 54px; grid-template-columns: 1fr; }
  .product-feature-card { min-height: 260px; }
  .product-movie__copy .section-label,
  .product-support__copy .section-label,
  .product-spec__heading .section-label,
  .prime-data-heading .section-label { margin-bottom: 35px; }
  .product-movie__frame { padding: 8px; border-radius: 24px 6px 24px 6px; }
  .product-movie video { border-radius: 19px 4px 19px 4px; }
  .product-heading--compact { margin-bottom: 50px; }
  .technology-item {
    padding: 10px 10px 25px;
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .technology-item > a { height: auto; aspect-ratio: 3 / 2; }
  .technology-item > div { padding: 0 15px; }
  .product-support__steps li {
    min-height: 142px;
    padding: 21px 18px;
    grid-template-columns: 47px 1fr;
    gap: 18px;
  }
  .product-support__steps > li > span { width: 44px; height: 44px; }
  .product-support__steps h3 { font-size: 16px; }
  .product-support__steps p { font-size: 11px; }
  .product-spec__table-wrap { padding: 10px 18px; }
  .product-spec th,
  .product-spec td { display: block; width: 100%; padding: 0; border: 0; }
  .product-spec th { padding-top: 15px; font-size: 10px; }
  .product-spec td { padding: 4px 0 15px; border-bottom: 1px solid #dbe8f0; font-size: 12px; }
  .product-spec tr:last-child td { border-bottom: 0; }
  .product-resources { padding-top: 78px; }
  .product-resources__heading { grid-template-columns: 1fr; gap: 20px; }
  .product-resources__heading .eyebrow { grid-column: auto; }
  .product-resources__grid { margin-top: 40px; grid-template-columns: 1fr; }
  .resource-card { min-height: 125px; }
  .product-contact { padding: 90px 0; }
  .product-contact h2 { font-size: 30px; }
  .product-contact__actions { grid-template-columns: 1fr; }
  .contact-panel { min-height: 100px; }
  .contact-panel strong { font-size: 19px; }
}

@media (prefers-reduced-motion: reduce) {
  .product-hero__stamp { animation: none; }
}

/* Doctor.X Platinum */
.doctorx-page {
  --doctorx-accent: #0b5598;
  --doctorx-pale: #eaf3fa;
}

.doctorx-page .product-hero {
  background: linear-gradient(145deg, #f8fbfe 0%, #e3eff8 62%, #eaf3fa 100%);
}

.doctorx-page .product-hero h1 {
  font-size: clamp(55px, 5.5vw, 84px);
}

.doctorx-page .product-hero h1 em,
.doctorx-page .product-hero__facts strong {
  color: var(--doctorx-accent);
}

.doctorx-page .product-hero__stamp {
  color: #073b68;
  border-color: #4d8fbd;
}

.doctorx-page .product-hero__visual img {
  width: min(100%, 590px);
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
}

.doctorx-page .product-hero__halo {
  background: rgba(234, 243, 250, .92);
}

.doctorx-handpieces {
  background: linear-gradient(145deg, #eaf3fa, #f8fbfd 55%, #e5f1f8);
}

.handpiece-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.handpiece-card {
  min-height: 530px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  overflow: hidden;
  background: rgba(255,255,255,.94);
  border: 2px solid #3f81ad;
  border-radius: 32px 8px 32px 8px;
  box-shadow: var(--shadow-soft);
}

.handpiece-card__image {
  position: relative;
  min-height: 530px;
  padding: 20px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(165deg, #f4f5fb, #fff);
}

.handpiece-card__image img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 490px;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: normal;
  transition: transform .6s var(--ease);
}

.handpiece-card:hover .handpiece-card__image img {
  transform: scale(1.025);
}

.handpiece-card__image span {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 57px;
  height: 57px;
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(100, 119, 190, .9);
  border-radius: 50%;
  font: 700 14px Arial, sans-serif;
  box-shadow: 0 10px 25px rgba(71, 89, 153, .2);
}

.handpiece-card__copy {
  padding: 54px 36px;
  align-self: center;
}

.handpiece-card__copy > p {
  margin: 0 0 13px;
  color: var(--doctorx-accent);
  font: 700 9px/1.4 Arial, sans-serif;
  letter-spacing: .16em;
}

.handpiece-card__copy h3 {
  margin: 0 0 5px;
  color: #2d4058;
  font-size: 23px;
}

.handpiece-card__copy > strong {
  color: #697a8c;
  font-size: 11px;
}

.handpiece-card dl {
  margin: 40px 0 0;
}

.handpiece-card dl > div {
  padding: 13px 0;
  border-bottom: 1px solid #e2e8f1;
}

.handpiece-card dt {
  color: #8794a5;
  font-size: 9px;
}

.handpiece-card dd {
  margin: 3px 0 0;
  color: #34495f;
  font-size: 12px;
  font-weight: 700;
}

.doctorx-systems {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.doctorx-systems::after {
  content: "";
  position: absolute;
  top: -300px;
  right: -220px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(109, 126, 195, .13);
  border-radius: 50%;
}

.system-cards {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 18px;
}

.system-card {
  position: relative;
  min-height: 238px;
  padding: 38px 42px 35px 112px;
  background: linear-gradient(145deg, #eef5fb, #fff);
  border: 1px solid #dce3ef;
  border-radius: 25px 7px 25px 7px;
}

.system-card > span {
  position: absolute;
  top: 38px;
  left: 35px;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  color: #073b68;
  background: #eaf3fa;
  border: 1px solid #4d8fbd;
  border-radius: 50%;
  font: 700 11px Arial, sans-serif;
}

.system-card small {
  color: var(--doctorx-accent);
  font: 700 9px Arial, sans-serif;
  letter-spacing: .17em;
}

.system-card h3 {
  margin: 12px 0 10px;
  color: #30445c;
  font-size: 22px;
}

.system-card p {
  margin: 0;
  color: #6c7d90;
  font-size: 12px;
  line-height: 1.95;
}

@media (max-width: 1060px) {
  .handpiece-card { grid-template-columns: 1fr; }
  .handpiece-card__image { min-height: 340px; }
  .handpiece-card__image img { max-height: 460px; }
}

@media (max-width: 820px) {
  .doctorx-page .product-hero__visual img { width: min(100%, 570px); }
  .handpiece-grid { grid-template-columns: 1fr; }
  .handpiece-card { grid-template-columns: .85fr 1.15fr; min-height: 470px; }
  .handpiece-card__image { min-height: 470px; }
}

@media (max-width: 560px) {
  .doctorx-page .product-hero h1 { font-size: 45px; line-height: 1.02; }
  .handpiece-card { grid-template-columns: 1fr; min-height: 0; }
  .handpiece-card__image { min-height: 330px; }
  .handpiece-card__image img { max-height: 320px; }
  .handpiece-card__copy { padding: 32px 25px 36px; }
  .handpiece-card dl { margin-top: 25px; }
  .system-card { min-height: 0; padding: 92px 25px 30px; }
  .system-card > span { top: 25px; left: 25px; }
}

/* Prime Series */
.prime-page {
  --prime-accent: #0b5598;
  --prime-soft: #eaf3fa;
  --prime-gold: #4d8fbd;
  background: #f5f8fc;
}

.prime-page--cream {
  --prime-accent: #0b5598;
  --prime-soft: #eaf3fa;
}

.prime-page--essence {
  --prime-accent: #0b5598;
  --prime-soft: #eaf3fa;
}

.prime-page .product-hero {
  background:
    radial-gradient(circle at 75% 34%, rgba(255,255,255,.96), transparent 33%),
    linear-gradient(145deg, #fffefe, var(--prime-soft) 63%, #f4f9fb);
}

.prime-page .product-hero::before {
  background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--prime-accent) 42%, white), transparent);
}

.prime-page .product-hero__grid {
  grid-template-columns: minmax(0, .92fr) minmax(430px, 1.08fr);
  min-height: 620px;
}

.prime-page .product-hero h1 {
  font-size: clamp(58px, 6vw, 92px);
  line-height: .94;
}

.prime-page .product-hero h1 em,
.prime-page .product-hero__facts strong {
  color: var(--prime-accent);
}

.prime-page .product-hero__visual {
  min-height: 440px;
}

.prime-page .product-hero__visual img {
  width: min(100%, 420px);
  aspect-ratio: 1 / 1;
  object-fit: contain;
  object-position: center;
  border-radius: 48% 48% 28px 28px / 34% 34% 28px 28px;
}

.prime-page .product-hero__visual::before {
  border-color: color-mix(in srgb, var(--prime-accent) 25%, transparent);
}

.prime-page .product-hero__stamp {
  color: var(--prime-accent);
  border-color: color-mix(in srgb, var(--prime-accent) 25%, white);
}

.prime-page .button--primary,
.prime-page .contact-panel--form {
  background: linear-gradient(135deg, var(--prime-accent), #1687c7);
  box-shadow: 0 14px 32px color-mix(in srgb, var(--prime-accent) 22%, transparent);
}

.prime-page .eyebrow,
.prime-page .text-link span {
  color: var(--prime-accent);
}

.prime-page .section-label span {
  color: var(--prime-accent);
  background: var(--prime-soft);
  border-color: color-mix(in srgb, var(--prime-accent) 26%, white);
}

.prime-page .section-label { color: var(--prime-accent); }

.prime-introduction {
  background: #fff;
}

.prime-story-grid {
  margin-top: 78px;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 22px;
}

.prime-story-card {
  position: relative;
  min-height: 360px;
  padding: 48px;
  overflow: hidden;
  background: linear-gradient(145deg, var(--prime-soft), #fff);
  border: 1px solid color-mix(in srgb, var(--prime-accent) 18%, #dfe7ed);
  border-radius: 30px 8px 30px 8px;
}

.prime-story-card--plain {
  background: #f8fbfc;
  border-color: var(--line);
}

.prime-story-card::after {
  content: "";
  position: absolute;
  right: -85px;
  bottom: -95px;
  width: 220px;
  height: 220px;
  border: 1px solid color-mix(in srgb, var(--prime-accent) 22%, transparent);
  border-radius: 50%;
}

.prime-story-card small {
  color: var(--prime-accent);
  font: 700 9px Arial, sans-serif;
  letter-spacing: .17em;
}

.prime-story-card h3 {
  max-width: 560px;
  margin: 18px 0;
  color: #303e4d;
  font: 600 clamp(26px, 3vw, 40px)/1.45 "Yu Mincho", "Hiragino Mincho ProN", serif;
  letter-spacing: .05em;
}

.prime-story-card p {
  max-width: 590px;
  margin: 0;
  color: #697989;
  font-size: 13px;
  line-height: 2;
}

.prime-use {
  background: linear-gradient(145deg, var(--prime-soft), #fafcfd 58%, #f3faf8);
}

.prime-use__grid {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 90px;
  align-items: start;
}

.prime-use__copy .section-label { margin-bottom: 45px; }

.prime-use__copy h2 {
  margin: 0;
  color: #2e3d4d;
  font: 600 clamp(34px, 3.7vw, 52px)/1.42 "Yu Mincho", "Hiragino Mincho ProN", serif;
  letter-spacing: .05em;
}

.prime-use__copy > p {
  margin: 24px 0 0;
  color: #6e7e8e;
  font-size: 13px;
}

.prime-use__steps {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
  list-style: none;
}

.prime-use__steps li {
  min-height: 130px;
  padding: 26px 30px;
  display: grid;
  grid-template-columns: 52px 1fr;
  align-items: center;
  gap: 24px;
  background: rgba(255,255,255,.92);
  border: 1px solid color-mix(in srgb, var(--prime-accent) 14%, #dbe6ec);
  border-radius: 21px 6px 21px 6px;
}

.prime-use__steps > li > span {
  width: 49px;
  height: 49px;
  display: grid;
  place-items: center;
  color: var(--prime-accent);
  background: var(--prime-soft);
  border-radius: 50%;
  font: 700 11px Arial, sans-serif;
}

.prime-use__steps h3 {
  margin: 0 0 4px;
  color: #334657;
  font-size: 17px;
}

.prime-use__steps p {
  margin: 0;
  color: #748392;
  font-size: 11px;
}

.prime-product-data {
  background: #fff;
}

.prime-data-grid {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 64px;
  align-items: start;
}

.prime-page .prime-product-data .prime-data-heading,
.prime-page .prime-product-data .prime-data-list,
.prime-page .prime-product-data .prime-guidance {
  position: static !important;
  inset: auto !important;
  opacity: 1;
  transform: none !important;
  transition: none !important;
}

.prime-data-list {
  margin: 0;
  padding: 20px 42px;
  background: #f8fafc;
  border: 1px solid var(--line);
  border-radius: 28px 7px 28px 7px;
}

.prime-data-list > div {
  min-height: 78px;
  display: grid;
  grid-template-columns: 38% 62%;
  align-items: center;
  border-bottom: 1px solid #e0e8ee;
}

.prime-data-list > div:last-child { border-bottom: 0; }
.prime-data-list dt { color: #7d8b98; font-size: 11px; }
.prime-data-list dd { margin: 0; color: #344657; font-size: 13px; font-weight: 700; }

.prime-ingredients {
  background: #fff;
}

.prime-ingredients__heading {
  max-width: 790px;
  margin-bottom: 58px;
}

.prime-ingredients__heading h2 {
  margin: 0;
  color: #2d4052;
  font: 600 clamp(34px, 3.7vw, 52px)/1.42 "Yu Mincho", "Hiragino Mincho ProN", serif;
  letter-spacing: .05em;
}

.prime-ingredients__heading > p:last-child {
  margin: 22px 0 0;
  color: #6e7e8d;
  font-size: 13px;
}

.prime-ingredient-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
}

.prime-ingredient-grid--four {
  grid-template-columns: repeat(2, 1fr);
}

.prime-ingredient-card {
  position: relative;
  min-height: 235px;
  padding: 29px 27px;
  overflow: hidden;
  background: linear-gradient(145deg, var(--prime-soft), #fff 62%);
  border: 1px solid color-mix(in srgb, var(--prime-accent) 18%, #dbe5ec);
  border-radius: 24px 6px 24px 6px;
}

.prime-ingredient-card::after {
  content: "";
  position: absolute;
  right: -55px;
  bottom: -70px;
  width: 150px;
  height: 150px;
  border: 1px solid color-mix(in srgb, var(--prime-accent) 20%, transparent);
  border-radius: 50%;
}

.prime-ingredient-card > span {
  color: var(--prime-accent);
  font: 700 9px Arial, sans-serif;
  letter-spacing: .16em;
}

.prime-ingredient-card h3 {
  margin: 14px 0 5px;
  color: #324558;
  font-size: 20px;
}

.prime-ingredient-card > strong {
  display: block;
  min-height: 34px;
  color: #7b6e6d;
  font-size: 10px;
  line-height: 1.7;
}

.prime-ingredient-card p {
  margin: 12px 0 0;
  color: #6d7d8c;
  font-size: 11px;
  line-height: 1.9;
}

.prime-ingredient-note {
  margin: 25px 0 0;
  color: #8995a0;
  font-size: 10px;
}

.prime-guidance {
  margin-top: 20px;
  padding: 28px 32px;
  background: #fff;
  border: 1px solid color-mix(in srgb, var(--prime-accent) 18%, #dbe5ec);
  border-radius: 18px 5px 18px 5px;
}

.prime-guidance h3 {
  margin: 0 0 12px;
  color: #394c5d;
  font-size: 15px;
}

.prime-guidance ul {
  margin: 0;
  padding-left: 1.25em;
  color: #6e7e8d;
  font-size: 11px;
  line-height: 2;
}

.prime-guidance li + li { margin-top: 4px; }

.prime-series {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #f7fafc;
}

.prime-series__heading {
  max-width: 760px;
  margin-bottom: 36px;
}

.prime-series__heading h2 {
  margin: 0;
  color: #2d4052;
  font: 600 clamp(34px, 3.7vw, 52px)/1.42 "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.prime-series__heading > p:last-child {
  margin: 22px 0 0;
  color: #6e7e8d;
  font-size: 13px;
}

.prime-series-grid {
  width: min(100%, 980px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.prime-series-card {
  position: relative;
  min-height: 270px;
  padding: 10px 10px 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 38px;
  grid-template-rows: auto auto auto;
  column-gap: 10px;
  align-content: start;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 25px 7px 25px 7px;
  box-shadow: 0 14px 32px rgba(69, 99, 122, .08);
  transition: transform .4s var(--ease), box-shadow .4s, border-color .4s;
}

.prime-series-card:hover {
  transform: translateY(-7px);
  border-color: color-mix(in srgb, var(--prime-accent) 30%, #cbdce7);
  box-shadow: var(--shadow);
}

.prime-series-card.is-current {
  border-color: color-mix(in srgb, var(--prime-accent) 40%, white);
  background: linear-gradient(145deg, var(--prime-soft), #fff 55%);
}

.prime-series-card.is-current::before {
  content: "CURRENT";
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 20px;
  padding: 7px 10px 6px;
  color: #fff;
  background: var(--prime-accent);
  border-radius: 999px;
  font: 700 8px/1 Arial, sans-serif;
  letter-spacing: .12em;
}

.prime-series-card::after {
  content: "↗";
  grid-column: 2;
  grid-row: 2 / 4;
  align-self: center;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--prime-accent);
  background: var(--prime-soft);
  border-radius: 50%;
  font-size: 14px;
  transition: color .3s, background .3s, transform .3s var(--ease);
}

.prime-series-card:hover::after {
  color: #fff;
  background: var(--prime-accent);
  transform: translate(2px, -2px);
}

.prime-series-card__image {
  grid-column: 1 / -1;
  grid-row: 1;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  padding: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #071a33;
  border-radius: 18px 5px 18px 5px;
}

.prime-series-card__image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  aspect-ratio: auto;
  display: block;
  object-fit: contain;
  object-position: center;
  transition: transform .55s var(--ease);
}

.prime-series-card:hover img { transform: none !important; }

.prime-series-card small {
  grid-column: 1;
  grid-row: 2;
  display: block;
  margin: 14px 7px 4px;
  color: var(--prime-accent);
  font: 700 9px Arial, sans-serif;
  letter-spacing: .15em;
}

.prime-series-card strong {
  grid-column: 1;
  grid-row: 3;
  margin-left: 7px;
  color: #34485b;
  font-size: 15px;
}

.prime-authenticity {
  padding: 88px 0;
  background: #f4f8fc;
  border-top: 2px solid #397fae;
  border-bottom: 2px solid #397fae;
}

.prime-authenticity__card {
  padding: 48px 54px;
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 30px;
  background: #fff;
  border: 2px solid #3f81ad;
  border-radius: 26px 7px 26px 7px;
}

.prime-authenticity__mark {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: #073b68;
  background: #eaf3fa;
  border: 1px solid #4d8fbd;
  border-radius: 50%;
  font-size: 22px;
  font-weight: 700;
}

.prime-authenticity__copy h2 {
  margin: 0 0 20px;
  color: #073b68;
  font-size: 23px;
  line-height: 1.55;
}

.prime-authenticity__copy p {
  margin: 0 0 12px;
  color: #38566d;
  font-size: 12px;
  line-height: 2;
}

.prime-authenticity__copy p:last-child { margin-bottom: 0; }

.prime-authenticity__details {
  overflow: hidden;
  background: #fff;
  border: 2px solid #3f81ad;
  border-radius: 22px 6px 22px 6px;
}

.prime-authenticity__details summary {
  min-height: 112px;
  padding: 25px 32px;
  display: grid;
  grid-template-columns: 52px 1fr auto;
  align-items: center;
  gap: 23px;
  cursor: pointer;
  list-style: none;
}

.prime-authenticity__details summary::-webkit-details-marker { display: none; }

.prime-authenticity__details summary::after {
  content: "+";
  grid-column: 3;
  grid-row: 1;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: #073b68;
  background: #eaf3fa;
  border-radius: 50%;
  font-size: 19px;
  transition: transform .3s var(--ease);
}

.prime-authenticity__details[open] summary::after {
  content: "−";
  transform: rotate(180deg);
}

.prime-authenticity__details summary > span:last-of-type {
  display: grid;
  gap: 4px;
}

.prime-authenticity__details summary small {
  color: #0b5598;
  font: 700 8px Arial, sans-serif;
  letter-spacing: .16em;
}

.prime-authenticity__details summary strong {
  color: #073b68;
  font-size: 18px;
  line-height: 1.55;
}

.prime-authenticity__details summary em {
  color: #60798e;
  font-size: 10px;
  font-style: normal;
}

.prime-authenticity__details .prime-authenticity__mark {
  width: 48px;
  height: 48px;
  font-size: 18px;
}

.prime-authenticity__details .prime-authenticity__copy {
  padding: 0 105px 34px;
  border-top: 1px solid #b9d0e1;
}

.prime-authenticity__details .prime-authenticity__copy p:first-child {
  padding-top: 28px;
}

@media (max-width: 1060px) {
  .prime-page .product-hero__grid { grid-template-columns: .9fr 1.1fr; }
  .prime-story-grid,
  .prime-use__grid,
  .prime-data-grid { gap: 55px; }
}

@media (max-width: 820px) {
  .prime-page .product-hero__grid,
  .prime-story-grid,
  .prime-use__grid,
  .prime-data-grid { grid-template-columns: 1fr; }
  .prime-page .product-hero__visual { min-height: 400px; }
  .prime-page .product-hero__visual img { width: min(100%, 430px); }
  .prime-story-grid { margin-top: 55px; }
  .prime-use__copy,
  .prime-data-grid > div:first-child { max-width: 650px; }
  .prime-ingredient-grid { grid-template-columns: repeat(2, 1fr); }
  .prime-series-grid { grid-template-columns: repeat(2, 1fr); }
  .prime-series-card:last-child {
    grid-column: 1 / -1;
    width: calc((100% - 14px) / 2);
    justify-self: center;
  }
}

@media (max-width: 560px) {
  .prime-page .product-hero h1 { font-size: 48px; line-height: 1; }
  .prime-page .product-hero__grid { min-height: 0; }
  .prime-page .product-hero__visual { min-height: 280px; }
  .prime-page .product-hero__visual img { width: min(100%, 290px); }
  .prime-story-card { min-height: 0; padding: 32px 25px; }
  .prime-story-card h3 { font-size: 27px; }
  .prime-use__copy h2,
  .prime-series__heading h2 { font-size: 30px; }
  .prime-use__steps li { min-height: 120px; padding: 22px 18px; grid-template-columns: 44px 1fr; gap: 17px; }
  .prime-use__steps > li > span { width: 42px; height: 42px; }
  .prime-ingredients__heading h2 { font-size: 30px; }
  .prime-ingredient-grid,
  .prime-ingredient-grid--four { grid-template-columns: 1fr; }
  .prime-ingredient-card { min-height: 0; padding: 29px 24px; }
  .prime-guidance { padding: 23px 20px; }
  .prime-data-list { padding: 10px 20px; }
  .prime-data-list > div { min-height: 74px; grid-template-columns: 39% 61%; }
  .prime-series-grid { grid-template-columns: 1fr; }
  .prime-series-card:last-child { grid-column: auto; width: auto; justify-self: stretch; }
  .prime-series { padding-top: 65px; padding-bottom: 65px; }
  .prime-series-card { min-height: 255px; }
  .prime-series-card__image { width: 100%; height: auto; aspect-ratio: 1 / 1; }
  .prime-authenticity { padding: 65px 0; }
  .prime-authenticity__card { padding: 28px 22px; grid-template-columns: 1fr; gap: 18px; }
  .prime-authenticity__mark { width: 48px; height: 48px; }
  .prime-authenticity__copy h2 { font-size: 20px; }
  .prime-authenticity__copy p { font-size: 11px; }
  .prime-authenticity__details summary {
    min-height: 102px;
    padding: 21px 18px;
    grid-template-columns: 44px 1fr;
    gap: 15px;
  }
  .prime-authenticity__details summary::after { display: none; }
  .prime-authenticity__details summary strong { font-size: 15px; }
  .prime-authenticity__details .prime-authenticity__mark { width: 42px; height: 42px; }
  .prime-authenticity__details .prime-authenticity__copy { padding: 0 20px 24px; }
}

/* Corporate blue alignment */
.product-page { background: #f4f8fc; }
.product-hero {
  background:
    radial-gradient(circle at 78% 34%, rgba(255,255,255,.88), transparent 31%),
    linear-gradient(145deg, #f8fbfe 0%, #dfeefa 66%, #d8edf5 100%);
}
.product-hero__visual img {
  border: 2px solid #4d8fbd;
  box-shadow: 0 30px 80px rgba(18, 61, 96, .2);
}
.product-hero__facts {
  color: #fff;
  background: linear-gradient(90deg, #073b68, #0b5598 58%, #0d6788);
  border-color: #0b4f86;
}
.product-hero__facts p,
.product-hero__facts p:first-child {
  border-color: rgba(192, 222, 241, .25);
}
.product-hero__facts strong { color: #fff; }
.product-hero__facts span { color: #d7e9f6; }

.product-feature-card {
  background: #fff;
  border: 2px solid #3f81ad;
  border-top: 5px solid var(--blue-deep);
  box-shadow: 0 16px 38px rgba(18, 61, 96, .14);
}
.product-feature-card--support { background: linear-gradient(145deg, #fff, #e7f3fb); }
.product-feature-card > span {
  color: #fff;
  background: var(--blue-deep);
}

.product-movie {
  color: #fff;
  background:
    radial-gradient(circle at 85% 10%, rgba(67, 161, 216, .25), transparent 30%),
    linear-gradient(135deg, #06365f, #0b4f86 58%, #0d6788);
}
.product-movie__copy h2 { color: #fff; }
.product-movie__copy > p { color: #d6e8f4; }
.product-movie .eyebrow,
.product-movie .section-label,
.product-movie .text-link,
.product-movie .text-link span { color: #a9dcf5; }
.product-movie .section-label span {
  color: #073b68;
  background: #d9effc;
  border-color: #d9effc;
}
.product-movie__frame {
  background: #fff;
  border: 2px solid #4b8cb7;
}

.product-technology { background: #f4f8fc; }
.technology-item {
  background: #fff;
  border: 2px solid #4b8cb7;
  box-shadow: 0 16px 38px rgba(18, 61, 96, .11);
}
.technology-item:nth-child(even) { background: #edf5fb; }
.technology-item > a { border: 1px solid #8fb6cf; }

.product-support {
  color: #fff;
  background:
    radial-gradient(circle at 90% 12%, rgba(65, 161, 215, .24), transparent 29%),
    linear-gradient(135deg, #06365f, #0b4f86 58%, #0d6788);
}
.product-support__copy h2 { color: #fff; }
.product-support__copy > p { color: #d6e8f4; }
.product-support .eyebrow,
.product-support .section-label { color: #a9dcf5; }
.product-support .section-label span {
  color: #073b68;
  background: #d9effc;
  border-color: #d9effc;
}
.product-support__steps li {
  color: var(--ink);
  background: #fff;
  border: 2px solid #4b8cb7;
  box-shadow: 0 14px 34px rgba(1, 27, 49, .18);
}
.product-support__steps > li > span {
  color: #fff;
  background: var(--blue-deep);
  border-color: var(--blue-deep);
}

.product-spec { background: #eaf3fa; }
.product-spec__table-wrap {
  background: #fff;
  border: 2px solid #3f81ad;
  box-shadow: 0 16px 40px rgba(18, 61, 96, .12);
}
.product-resources { background: #fff; }
.resource-card {
  border: 2px solid #3f81ad;
  border-top: 5px solid var(--blue-deep);
  box-shadow: 0 14px 32px rgba(18, 61, 96, .1);
}

.product-contact {
  color: #fff;
  background:
    radial-gradient(circle at 12% 18%, rgba(69, 165, 219, .23), transparent 28%),
    linear-gradient(120deg, #073b68, #0b5598 58%, #0b7185);
}
.product-contact h2 { color: #fff; }
.product-contact .eyebrow { color: #a9dcf5; }
.product-contact__inner > p:not(.eyebrow):not(.product-contact__note) { color: #d6e8f4; }
.contact-panel {
  color: var(--ink);
  background: #fff;
  border: 2px solid #4b8cb7;
  box-shadow: 0 14px 34px rgba(1, 27, 49, .18);
}
.contact-panel--form {
  color: #fff;
  background: linear-gradient(135deg, #0b5598, #1687c7);
}
.product-contact__note { color: #c6deee; }

.doctorx-handpieces { background: linear-gradient(145deg, #e8f2fa, #f8fbfd 60%, #e5f1f6); }
.handpiece-card {
  border: 2px solid #3f81ad;
  box-shadow: 0 18px 44px rgba(22, 51, 91, .16);
}
.doctorx-systems { background: #f4f8fc; }
.system-card {
  background: #fff;
  border: 2px solid #3f81ad;
  box-shadow: 0 14px 34px rgba(22, 51, 91, .1);
}

.prime-page { background: #f5f8fc; }
.prime-page .product-hero {
  background:
    radial-gradient(circle at 76% 34%, rgba(255,255,255,.94), transparent 32%),
    linear-gradient(145deg, #f7fbfe, var(--prime-soft) 68%, #e3eef8);
}
.prime-page .product-hero__visual img {
  border-color: #4d8fbd;
}
.prime-introduction { background: #fff; }
.prime-story-card,
.prime-use__steps li,
.prime-ingredient-card,
.prime-series-card {
  border: 2px solid #3f81ad;
  box-shadow: 0 15px 36px rgba(31, 70, 103, .12);
}
.prime-use {
  background: linear-gradient(145deg, #eaf3fa, #f8fbfd 58%, var(--prime-soft));
}
.prime-product-data { background: #e8f2f9; }
.prime-data-list,
.prime-guidance {
  background: #fff;
  border: 2px solid #3f81ad;
}
.prime-ingredients { background: #fff; }
.prime-series { background: linear-gradient(145deg, #eaf3fa, #fff 62%); }
.prime-authenticity__card,
.prime-authenticity__details {
  border: 2px solid #3f81ad;
  box-shadow: 0 15px 36px rgba(31, 70, 103, .12);
}

/* Prime editorial visuals */
.prime-editorial-visual {
  position: relative;
  margin: 62px 0 24px;
  overflow: hidden;
  background: #fff;
  border: 2px solid #4d8fbd;
  border-radius: 34px 8px 34px 8px;
  box-shadow: 0 24px 58px rgba(31, 70, 103, .18);
}
.prime-editorial-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(7, 59, 104, .14), transparent 35%, transparent 72%, rgba(7, 59, 104, .06));
}
.prime-editorial-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 8;
  object-fit: cover;
}
.prime-editorial-visual figcaption {
  position: absolute;
  z-index: 1;
  left: 30px;
  bottom: 28px;
  display: flex;
  min-width: 250px;
  padding: 17px 22px;
  flex-direction: column;
  gap: 5px;
  color: #fff;
  background: linear-gradient(135deg, rgba(7, 59, 104, .95), rgba(11, 85, 152, .9));
  border: 1px solid rgba(255, 255, 255, .38);
  border-radius: 5px 18px 5px 18px;
  box-shadow: 0 14px 32px rgba(3, 30, 52, .25);
  backdrop-filter: blur(8px);
}
.prime-editorial-visual figcaption small {
  color: #b9e1f7;
  font: 700 9px Arial, sans-serif;
  letter-spacing: .2em;
}
.prime-editorial-visual figcaption strong {
  color: #fff;
  font: 500 19px "Times New Roman", serif;
  letter-spacing: .04em;
}
.prime-editorial-visual + .prime-story-grid { margin-top: 24px; }

/* White typography on corporate-blue surfaces */
.prime-page .product-hero__facts strong,
.doctorx-page .product-hero__facts strong { color: #fff; }
.product-movie__copy h2,
.product-support__copy h2,
.product-contact h2,
.product-contact .contact-panel--form,
.product-contact .contact-panel--form strong { color: #fff; }

@media (max-width: 820px) {
  .prime-editorial-visual { margin-top: 46px; }
  .prime-editorial-visual img { aspect-ratio: 4 / 3; }
}

@media (max-width: 560px) {
  .prime-editorial-visual {
    margin-top: 38px;
    border-radius: 24px 6px 24px 6px;
  }
  .prime-editorial-visual img { aspect-ratio: 1 / 1; }
  .prime-editorial-visual figcaption {
    right: 15px;
    bottom: 15px;
    left: 15px;
    min-width: 0;
    padding: 14px 17px;
  }
  .prime-editorial-visual figcaption strong { font-size: 16px; }
}
