:root {
  --ulthera-bg: #fbf6ef;
  --ulthera-surface: rgba(255, 251, 246, 0.92);
  --ulthera-surface-strong: #fffdf9;
  --ulthera-ink: #241f1b;
  --ulthera-muted: #6d655d;
  --ulthera-line: rgba(36, 31, 27, 0.1);
  --ulthera-brand: #f28b57;
  --ulthera-brand-deep: #d86635;
  --ulthera-brand-soft: #ffe2d1;
  --ulthera-shadow: 0 28px 72px rgba(33, 24, 18, 0.12);
}

body.seo-treatment-ulthera {
  color: var(--ulthera-ink);
  background:
    radial-gradient(circle at 12% 12%, rgba(242, 139, 87, 0.24), transparent 20%),
    radial-gradient(circle at 88% 14%, rgba(255, 219, 198, 0.7), transparent 16%),
    linear-gradient(180deg, #fdf7f1 0%, #f7efe6 38%, #f5ece2 100%);
}

.seo-treatment-ulthera .seo-shell {
  width: min(1260px, calc(100vw - 26px));
}

.seo-treatment-ulthera .seo-header {
  background: rgba(255, 251, 246, 0.88);
  border-color: var(--ulthera-line);
}

.seo-treatment-ulthera .eyebrow {
  color: var(--ulthera-brand-deep);
}

.seo-treatment-ulthera .btn-solid {
  background: linear-gradient(135deg, var(--ulthera-brand), var(--ulthera-brand-deep));
  box-shadow: 0 18px 38px rgba(216, 102, 53, 0.24);
}

.seo-treatment-ulthera .btn-ghost {
  background: rgba(255, 255, 255, 0.76);
  border-color: var(--ulthera-line);
}

.seo-treatment-ulthera .seo-hero,
.seo-treatment-ulthera .seo-section,
.seo-treatment-ulthera .seo-footer,
.seo-treatment-ulthera .ulthera-signals {
  background: var(--ulthera-surface);
  border-color: var(--ulthera-line);
  box-shadow: var(--ulthera-shadow);
}

.seo-treatment-ulthera .seo-hero {
  grid-template-columns: 1.08fr 0.92fr;
  padding: 34px;
}

.ulthera-hero-visual {
  position: relative;
  min-height: 560px;
  display: grid;
  gap: 18px;
}

.ulthera-stage {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  border-radius: 30px;
  border: 1px solid rgba(36, 31, 27, 0.08);
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.9), transparent 30%),
    linear-gradient(180deg, #fff7f1 0%, #ffe8da 100%);
  padding: 24px;
}

.ulthera-stage::before,
.ulthera-stage::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(10px);
}

.ulthera-stage::before {
  top: -24px;
  right: 10px;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(242, 139, 87, 0.26), rgba(242, 139, 87, 0));
}

.ulthera-stage::after {
  bottom: -28px;
  left: 16px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(255, 194, 160, 0.5), rgba(255, 194, 160, 0));
}

.ulthera-badge {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(216, 102, 53, 0.16);
  font-weight: 700;
  color: var(--ulthera-brand-deep);
}

.ulthera-badge__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--ulthera-brand);
  box-shadow: 0 0 0 6px rgba(242, 139, 87, 0.14);
}

.ulthera-device-card {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 18px;
  align-items: center;
  margin-top: 22px;
  padding: 22px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(36, 31, 27, 0.08);
}

.ulthera-device-card__copy strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.6rem;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.ulthera-device-card__copy p {
  margin: 0;
  color: var(--ulthera-muted);
  line-height: 1.7;
}

.ulthera-device-card__media {
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(180deg, #fff8f3, #ffe4d2);
  padding: 14px;
}

.ulthera-device-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ulthera-stage__chips {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.ulthera-stage__chips span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(36, 31, 27, 0.08);
  font-weight: 700;
}

.ulthera-side-stack {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.ulthera-metric,
.ulthera-note {
  padding: 18px;
  border-radius: 24px;
  border: 1px solid rgba(36, 31, 27, 0.08);
  background: rgba(255, 255, 255, 0.82);
}

.ulthera-metric__value {
  display: block;
  margin-bottom: 8px;
  color: var(--ulthera-brand-deep);
  font-size: 1.7rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.ulthera-metric p,
.ulthera-note p {
  margin: 0;
  color: var(--ulthera-muted);
  line-height: 1.7;
}

.ulthera-signals {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 22px 0;
  padding: 18px;
  border: 1px solid var(--ulthera-line);
  border-radius: 30px;
}

.ulthera-signals article {
  padding: 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(36, 31, 27, 0.08);
}

.ulthera-signals strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ulthera-brand-deep);
  font-size: 1rem;
}

.ulthera-gallery {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 18px;
}

.ulthera-gallery-card {
  overflow: hidden;
  border: 1px solid var(--ulthera-line);
  border-radius: 30px;
  background: var(--ulthera-surface);
  box-shadow: var(--ulthera-shadow);
}

.ulthera-gallery-card--image img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.ulthera-gallery-card--stack {
  display: grid;
  gap: 16px;
  padding: 18px;
}

.ulthera-gallery-card--stack article {
  border-radius: 24px;
  border: 1px solid rgba(36, 31, 27, 0.08);
  background: rgba(255, 255, 255, 0.78);
  padding: 18px;
}

.ulthera-gallery-card--stack article img {
  width: 100%;
  max-height: 170px;
  object-fit: contain;
  margin-bottom: 14px;
}

.ulthera-gallery-card--stack h3 {
  margin: 0 0 8px;
  font-size: 1.1rem;
}

.ulthera-gallery-card--stack p {
  margin: 0;
  color: var(--ulthera-muted);
  line-height: 1.7;
}

.seo-treatment-ulthera .path-card,
.seo-treatment-ulthera .seo-grid article {
  background: rgba(255, 255, 255, 0.78);
}

@media (max-width: 980px) {
  .seo-treatment-ulthera .seo-hero,
  .ulthera-gallery {
    grid-template-columns: 1fr;
  }

  .ulthera-device-card,
  .ulthera-side-stack,
  .ulthera-signals {
    grid-template-columns: 1fr;
  }

  .ulthera-hero-visual {
    min-height: auto;
  }
}
