/* Premium Dark — Talyn Sonor professional design system */

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

button, input, select, textarea {
  font: inherit;
}

button {
  cursor: pointer;
  border: none;
  background: none;
}

:root {
  --pd-black: #080808;
  --pd-dark: #0f0f0f;
  --pd-dark-2: #161616;
  --pd-dark-3: #1e1e1e;
  --pd-gold: #F0C800;
  --pd-gold-light: #FFDB20;
  --pd-gold-dim: #B89600;
  --pd-gold-glow: rgba(240, 200, 0, 0.18);
  --pd-white: #ffffff;
  --pd-text: rgba(255, 255, 255, 0.92);
  --pd-muted: rgba(255, 255, 255, 0.62);
  --pd-muted-2: rgba(255, 255, 255, 0.42);
  --pd-border: rgba(240, 200, 0, 0.32);
  --pd-border-subtle: rgba(255, 255, 255, 0.08);
  --pd-radius: 6px;
  --pd-radius-sm: 4px;
  --pd-max: 1280px;
  --pd-font: "Montserrat", "Segoe UI", "Arial", system-ui, sans-serif;
  --pd-header-h: 84px;
  --pd-section-py: clamp(72px, 8vw, 96px);
  --pd-ease: cubic-bezier(0.4, 0, 0.2, 1);
  --pd-duration: 0.25s;
}

/* ---- Reset overrides ---- */
body.page-premium {
  font-family: var(--pd-font);
  background: var(--pd-black);
  color: var(--pd-white);
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  /* Remap style.css variables → dark premium theme */
  --text: rgba(255, 255, 255, 0.88);
  --text-muted: rgba(255, 255, 255, 0.65);
  --primary: #ffffff;
  --bg: #0a0a0a;
  --white: #1a1a1a;
  --font: var(--pd-font);
  --font-display: var(--pd-font);
  --font-brand: var(--pd-font);
  --accent: #F0C800;
  --accent-dark: #D4AD00;
  --accent-hover: #FFDB20;
  --divider: rgba(255, 255, 255, 0.08);
  --divider-dark: rgba(255, 255, 255, 0.12);
  --shadow: none;
}

body.page-premium *,
body.page-premium *::before,
body.page-premium *::after {
  font-family: inherit;
}

body.page-premium h1,
body.page-premium h2,
body.page-premium h3,
body.page-premium h4,
body.page-premium h5,
body.page-premium h6 {
  font-family: var(--pd-font);
  letter-spacing: 0.03em;
  color: var(--pd-white);
}

body.page-premium .btn,
body.page-premium .main-nav a,
body.page-premium .logo-name,
body.page-premium .logo-tagline,
body.page-premium .header-actions .btn-primary,
body.page-premium .section-title,
body.page-premium .eyebrow,
body.page-premium input,
body.page-premium textarea,
body.page-premium select,
body.page-premium label,
body.page-premium button {
  font-family: var(--pd-font);
}

body.page-premium .container {
  max-width: var(--pd-max);
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 40px);
}

body.page-premium img {
  max-width: 100%;
  height: auto;
  display: block;
}

body.page-premium .pd-partner-logo img {
  max-width: 156px;
  max-height: 56px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.pd-partners-slide {
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
}

.pd-partner-item {
  flex: 0 0 auto;
  width: 152px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin: 0 10px;
}

.pd-partner-item .pd-partner-logo {
  width: 100%;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  margin: 0;
  background: transparent;
  border: none;
  border-radius: 0;
}

.pd-partner-name {
  display: block;
  font-size: 0.625rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.52);
  text-align: center;
  line-height: 1.4;
  max-width: 140px;
  letter-spacing: 0.02em;
}

.pd-partner-item--keep-bg .pd-partner-logo {
  height: auto;
  min-height: 52px;
  padding: 0;
}

.pd-partner-item--keep-bg .pd-partner-logo img {
  max-width: 148px;
  max-height: 68px;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 3px;
  opacity: 1;
}

/* ---- Header ---- */
body.page-premium .site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(10, 10, 10, 0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

body.page-premium .site-header .header-sticky .header-inner {
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}

body.page-premium .site-header .header-sticky {
  max-width: none;
  margin: 0;
  padding: 0;
}

body.page-premium .site-header .header-inner {
  max-width: none;
  width: 100%;
  margin: 0 auto;
  padding: 0 clamp(16px, 3vw, 40px);
  min-height: var(--pd-header-h);
  display: grid;
  grid-template-columns: minmax(0, auto) 1fr minmax(0, auto);
  align-items: center;
  gap: 12px 20px;
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
}

body.page-premium .logo,
body.page-premium .pd-footer-brand {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  min-width: 0;
  text-decoration: none;
}

body.page-premium .logo-img {
  width: auto;
  height: 62px;
  max-width: 68px;
  object-fit: contain;
  flex-shrink: 0;
  filter: drop-shadow(0 0 12px rgba(240, 200, 0, 0.32));
}

body.page-premium .pd-footer-brand img {
  width: auto;
  height: 76px;
  max-width: 84px;
  object-fit: contain;
  flex-shrink: 0;
  filter: drop-shadow(0 0 14px rgba(240, 200, 0, 0.42)) drop-shadow(0 2px 8px rgba(0, 0, 0, 0.35));
}

body.page-premium .logo-brand,
body.page-premium .pd-footer-brand-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1px;
  min-width: 0;
}

body.page-premium .logo-name,
body.page-premium .pd-footer-name {
  color: var(--pd-gold);
  font-size: 0.9rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  line-height: 1.15;
  white-space: nowrap;
}

body.page-premium .logo-tagline,
body.page-premium .pd-footer-tagline {
  color: #ffffff;
  font-size: 0.5625rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.19em;
  line-height: 1.2;
  white-space: nowrap;
}

body.page-premium .main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  min-width: 0;
  flex: 1;
}

body.page-premium .main-nav a {
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(0.625rem, 0.68vw, 0.6875rem);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 10px clamp(7px, 0.75vw, 11px);
  border-radius: 0;
  white-space: nowrap;
  flex-shrink: 0;
  line-height: 1;
  transition: color 0.2s;
}

body.page-premium .main-nav a:hover,
body.page-premium .main-nav a.active {
  color: var(--pd-gold);
  background: transparent;
}

body.page-premium .main-nav a.active {
  box-shadow: inset 0 -2px 0 var(--pd-gold);
}

/* Утас/таблет — header дотор хэвтээ цэс харагдахгүй (drawer mobile-app.css) */
html[data-viewport="mobile"] body.page-premium .site-header .header-inner,
html[data-viewport="tablet"] body.page-premium .site-header .header-inner {
  display: flex !important;
  flex-wrap: nowrap !important;
  grid-template-columns: unset !important;
  grid-template-rows: unset !important;
  justify-content: space-between;
  align-items: center;
}

html[data-viewport="mobile"] body.page-premium .header-actions .btn-primary,
html[data-viewport="tablet"] body.page-premium .header-actions .btn-primary {
  display: none !important;
}

html[data-viewport="mobile"] body.page-premium .main-nav,
html[data-viewport="tablet"] body.page-premium .main-nav {
  flex: none !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  justify-content: flex-start !important;
  align-items: stretch !important;
  gap: 0 !important;
}

body.page-premium .header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

body.page-premium .header-actions .btn-primary {
  background: var(--pd-gold);
  color: var(--pd-black);
  font-size: 0.625rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 11px 16px;
  border-radius: 3px;
  border: none;
  box-shadow: none;
  white-space: nowrap;
  line-height: 1;
}

body.page-premium .header-phone {
  display: none;
}

body.page-premium .header-actions .btn-primary:hover {
  background: var(--pd-gold-light);
  color: var(--pd-black);
}

body.page-premium .header-actions .btn-arrow {
  display: none;
}

body.page-premium .menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
  flex-shrink: 0;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

body.page-premium .menu-toggle:hover {
  border-color: rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12);
}

body.page-premium .menu-toggle span {
  display: block;
  width: 20px;
  height: 2.5px;
  background: #ffffff;
  border-radius: 2px;
  box-shadow: 0 0 4px rgba(255, 255, 255, 0.45);
  transition: transform 0.28s ease, opacity 0.28s ease, background 0.2s ease;
}

body.page-premium .menu-toggle.open {
  border-color: rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.12);
}

body.page-premium .menu-toggle.open span {
  background: #ffffff;
}

body.page-premium .menu-toggle.open span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

body.page-premium .menu-toggle.open span:nth-child(2) {
  opacity: 0;
}

body.page-premium .menu-toggle.open span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* Хар дэвсгэр дээр icon, товч — үргэлж тод харагдана */
body.page-premium .site-header .contact-item-icon,
body.page-premium .pd-contact-strip-item .contact-item-icon,
body.page-premium .pd-mobile-bar-item svg {
  color: #ffffff;
}

body.page-premium .site-header .contact-item-icon svg,
body.page-premium .pd-contact-strip-item .contact-item-icon svg {
  stroke: #ffffff;
}

body.page-premium .pd-footer-social a {
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #ffffff;
}

body.page-premium .pd-footer-social a:hover {
  border-color: var(--pd-gold);
  color: var(--pd-gold);
}

/* ---- Buttons ---- */
.pd-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  font-family: var(--pd-font);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border-radius: 4px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  text-decoration: none;
}

.pd-btn-gold {
  background: var(--pd-gold);
  color: var(--pd-black);
  border-color: var(--pd-gold);
}

.pd-btn-gold:hover {
  background: var(--pd-gold-light);
  color: var(--pd-black);
}

.pd-btn-outline {
  background: transparent;
  color: var(--pd-white);
  border-color: rgba(255, 255, 255, 0.45);
}

.pd-btn-outline:hover {
  border-color: var(--pd-gold);
  color: var(--pd-gold);
}

.pd-btn-arrow {
  margin-left: 4px;
  transition: transform var(--pd-duration) var(--pd-ease);
}

.pd-btn-gold:hover .pd-btn-arrow {
  transform: translateX(3px);
}

.pd-btn-icon {
  display: inline-flex;
  margin-right: 6px;
  vertical-align: middle;
}

/* ---- Hero ---- */
.pd-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  padding: calc(var(--pd-header-h) + 48px) 0 72px;
  overflow: hidden;
  background: var(--pd-black);
}

body.page-home .pd-hero-bg img {
  object-position: center 38%;
  transform: none;
  filter: brightness(0.84) saturate(0.92) contrast(1.03);
  transition: transform 14s cubic-bezier(0.22, 1, 0.36, 1);
}

body.page-home .pd-hero-bg {
  overflow: hidden;
}

body.page-home .pd-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, var(--pd-black) 0%, rgba(8, 8, 8, 0.94) 14%, rgba(8, 8, 8, 0.2) 40%, transparent 58%),
    linear-gradient(180deg, var(--pd-black) 0%, rgba(8, 8, 8, 0.45) 8%, transparent 22%),
    linear-gradient(0deg, var(--pd-black) 0%, rgba(8, 8, 8, 0.85) 14%, rgba(8, 8, 8, 0.35) 35%, transparent 55%),
    linear-gradient(270deg, var(--pd-black) 0%, rgba(8, 8, 8, 0.7) 8%, transparent 28%);
}

.pd-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.pd-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}

/* Inner page heroes — cinematic blend into #080808 */
body.page-premium:not(.page-home) .pd-hero-bg::after,
body.page-premium .pd-page-hero-bg::after,
body.page-premium .page-header-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, var(--pd-black) 0%, rgba(8, 8, 8, 0.55) 10%, transparent 26%),
    linear-gradient(0deg, var(--pd-black) 0%, rgba(8, 8, 8, 0.94) 16%, rgba(8, 8, 8, 0.5) 38%, transparent 58%),
    linear-gradient(90deg, var(--pd-black) 0%, rgba(8, 8, 8, 0.65) 20%, transparent 48%),
    linear-gradient(270deg, var(--pd-black) 0%, rgba(8, 8, 8, 0.45) 12%, transparent 32%);
}

body.page-premium:not(.page-home) .pd-hero-bg img,
body.page-premium .pd-page-hero-bg img,
body.page-premium .page-header-media img {
  filter: brightness(0.78) saturate(0.86) contrast(1.05);
  transform: none;
}

body.page-premium .pd-page-hero-bg img,
body.page-premium .page-header-media img {
  opacity: 1;
}

body.page-premium:not(.page-home) .pd-hero-overlay,
body.page-premium .page-header::before {
  background: linear-gradient(
    105deg,
    rgba(8, 8, 8, 0.82) 0%,
    rgba(8, 8, 8, 0.45) 42%,
    rgba(8, 8, 8, 0.12) 70%,
    rgba(8, 8, 8, 0.65) 100%
  );
}

body.page-premium .page-header::before {
  background: linear-gradient(
    180deg,
    rgba(8, 8, 8, 0.35) 0%,
    rgba(8, 8, 8, 0.88) 100%
  );
}

body.page-premium:not(.page-home) .pd-hero--inner {
  min-height: clamp(400px, 58vh, 620px);
}

/* Gradient heroes — no photo, avoids bad crops */
.pd-hero--gradient .pd-hero-bg,
.page-header--gradient .page-header-media {
  background:
    radial-gradient(ellipse 90% 70% at 72% 18%, rgba(240, 200, 0, 0.14) 0%, transparent 52%),
    radial-gradient(ellipse 55% 45% at 12% 88%, rgba(240, 200, 0, 0.07) 0%, transparent 48%),
    linear-gradient(145deg, #0c0c0c 0%, #141414 42%, #080808 100%);
}

.pd-hero--gradient .pd-hero-bg::after,
.page-header--gradient .page-header-media::after {
  background:
    linear-gradient(180deg, rgba(8, 8, 8, 0.25) 0%, transparent 28%),
    linear-gradient(0deg, var(--pd-black) 0%, rgba(8, 8, 8, 0.72) 22%, transparent 52%),
    linear-gradient(90deg, var(--pd-black) 0%, rgba(8, 8, 8, 0.55) 18%, transparent 42%);
}

.pd-hero--gradient .pd-hero-overlay,
.page-header--gradient::before {
  background: linear-gradient(
    105deg,
    rgba(8, 8, 8, 0.55) 0%,
    rgba(8, 8, 8, 0.2) 45%,
    rgba(8, 8, 8, 0.35) 100%
  );
}

.pd-hero--gradient .pd-hero-bg img,
.page-header--gradient .page-header-media img {
  display: none;
}

body.page-home .pd-hero-overlay {
  background: linear-gradient(
    105deg,
    rgba(8, 8, 8, 0.88) 0%,
    rgba(8, 8, 8, 0.52) 40%,
    rgba(8, 8, 8, 0.08) 68%,
    rgba(8, 8, 8, 0.55) 100%
  );
}

.pd-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    105deg,
    rgba(10, 10, 10, 0.92) 0%,
    rgba(10, 10, 10, 0.75) 45%,
    rgba(10, 10, 10, 0.35) 100%
  );
}

body.page-premium .pd-hero > .container {
  width: 100%;
}

.pd-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 560px;
}

.pd-hero h1 {
  font-size: clamp(1.875rem, 4vw, 3rem);
  font-weight: 900;
  line-height: 1.12;
  text-transform: uppercase;
  margin: 0 0 20px;
  color: var(--pd-white);
  letter-spacing: 0.04em;
}

.pd-hero h1 .gold {
  color: var(--pd-gold);
}

.pd-hero-sub {
  font-size: 1rem;
  font-weight: 600;
  color: var(--pd-muted);
  margin: 0 0 28px;
}

.pd-checklist {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 32px;
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  max-width: 480px;
}

.pd-checklist li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.8125rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.4;
}

.pd-check-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--pd-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pd-black);
  margin-top: 1px;
}

.pd-check-icon svg {
  width: 12px;
  height: 12px;
}

.pd-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* ---- Section common ---- */
.pd-section {
  padding: 80px 0;
}

.pd-section-title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 900;
  text-transform: uppercase;
  color: var(--pd-gold);
  margin: 0 0 24px;
  letter-spacing: 0.04em;
}

.pd-section-title--white {
  color: var(--pd-white);
}

/* ---- About ---- */
.pd-about {
  background: var(--pd-dark);
}

.pd-about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.pd-about-image {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.pd-about-image img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.pd-about-text h3 {
  font-size: 1.125rem;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 16px;
  color: var(--pd-white);
}

.pd-about-text p {
  font-size: 0.875rem;
  line-height: 1.75;
  color: var(--pd-muted);
  margin: 0 0 12px;
}

.pd-about-icons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 48px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.pd-about-icon-item {
  text-align: center;
}

.pd-about-icon-circle {
  width: 64px;
  height: 64px;
  margin: 0 auto 12px;
  border-radius: 50%;
  border: 2px solid var(--pd-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pd-gold);
}

.pd-about-icon-item span {
  display: block;
  font-size: 0.6875rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.4;
}

/* ---- Services grid ---- */
.pd-services {
  background: var(--pd-black);
}

.pd-services .pd-section-title {
  text-align: center;
}

.pd-services .pd-section-title::after {
  margin-left: auto;
  margin-right: auto;
}

.pd-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.pd-service-card {
  padding: 32px 20px;
  text-align: center;
  background: transparent;
  border: 1px solid rgba(240, 200, 0, 0.28);
  border-radius: 4px;
  transition: border-color 0.25s, transform 0.25s, background 0.25s;
}

.pd-service-card:hover {
  border-color: var(--pd-gold);
  background: rgba(240, 200, 0, 0.04);
  transform: translateY(-3px);
}

.pd-service-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  color: var(--pd-gold);
}

.pd-service-card h3 {
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0;
  color: var(--pd-white);
  line-height: 1.45;
}

/* ---- Why choose (mockup: text left, photo right) ---- */
.pd-why {
  padding: 88px 0;
  background: var(--pd-dark);
}

.pd-why-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.pd-why-content h2 {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0 0 28px;
  color: var(--pd-white);
}

.pd-why-content h2 .gold {
  color: var(--pd-gold);
}

.pd-why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.pd-why-grid li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.8125rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.45;
}

.pd-why-photo {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.pd-why-photo img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

/* ---- Partners infinite marquee ---- */
.pd-partners {
  background: var(--pd-black);
  padding: var(--pd-section-py) 0 0;
  overflow: hidden;
}

.pd-partners-viewport {
  overflow: hidden;
  width: 100%;
  padding: 28px 0 44px;
  border-block: 1px solid var(--pd-border-subtle);
  background: var(--pd-dark);
}

.pd-partners-marquee {
  display: flex;
  width: max-content;
  animation: pd-partners-scroll 45s linear infinite;
}

.pd-partners-marquee:hover {
  animation-play-state: paused;
}

.pd-partners-slide {
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
}

.pd-partner-logo {
  flex: 0 0 auto;
  width: 180px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  margin: 0 4px;
  background: transparent;
  border: none;
}

@keyframes pd-partners-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  .pd-partners-marquee {
    animation: none;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    gap: 8px 0;
  }

  .pd-partners-slide[aria-hidden="true"] {
    display: none;
  }
}

/* ---- Career banner ---- */
.pd-career-banner {
  background: var(--pd-dark);
  border-top: 2px solid var(--pd-gold);
  border-bottom: 2px solid var(--pd-gold);
  padding: 32px 0;
}

.pd-career-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.pd-career-left {
  display: flex;
  align-items: center;
  gap: 20px;
}

.pd-career-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 2px solid var(--pd-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pd-gold);
  flex-shrink: 0;
}

.pd-career-text h3 {
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 6px;
  color: var(--pd-gold);
}

.pd-career-text p {
  font-size: 0.8125rem;
  color: var(--pd-muted);
  margin: 0;
  max-width: 520px;
  line-height: 1.6;
}

/* ---- Contact ---- */
.pd-contact {
  background: var(--pd-black);
}

.pd-contact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.pd-contact-item {
  text-align: center;
}

.pd-contact-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  border-radius: 50%;
  border: 2px solid var(--pd-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pd-gold);
}

.pd-contact-item h4 {
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--pd-gold);
  margin: 0 0 10px;
}

.pd-contact-item p,
.pd-contact-item a {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  margin: 0;
  text-decoration: none;
}

.pd-contact-item a:hover {
  color: var(--pd-gold);
}

/* ---- Footer ---- */
body.page-premium .site-footer {
  background: var(--pd-black);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 32px 0 24px;
}

body.page-premium .site-footer::before {
  display: none;
}

body.page-premium .footer-grid {
  display: none;
}

body.page-premium .footer-bottom {
  border: none;
  padding: 0;
  text-align: center;
}

.pd-footer-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.pd-footer-brand {
  margin-bottom: 16px;
}

.pd-footer-brand-text {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.pd-footer-copy {
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.45);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0;
}

.pd-footer-social {
  display: flex;
  gap: 10px;
}

.pd-footer-social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.7);
  transition: border-color 0.2s, color 0.2s;
}

.pd-footer-social a:hover {
  border-color: var(--pd-gold);
  color: var(--pd-gold);
}

/* ---- Reveal ---- */
body.page-premium .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

body.page-premium .reveal.visible {
  opacity: 1;
  transform: none;
}

/* ---- Desktop nav: single row; compact below 1180px → hamburger ---- */
@media (min-width: 1180px) {
  body.page-premium .menu-toggle {
    display: none;
  }

  body.page-premium .main-nav {
    display: flex;
  }
}

@media (max-width: 1179px) {
  body.page-premium .site-header .header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
  }

  body.page-premium .logo {
    flex: 1;
    min-width: 0;
  }

  /* Утас/таблет — drawer-ийг mobile-app.css удирдана; энд бүү хүр */
  html:not([data-viewport="mobile"]):not([data-viewport="tablet"]) body.page-premium .main-nav {
    position: fixed;
    top: var(--pd-header-h);
    left: 0;
    right: 0;
    background: rgba(10, 10, 10, 0.98);
    flex-direction: column;
    align-items: stretch;
    padding: 12px clamp(20px, 4vw, 40px) 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    transform: translateY(-120%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.3s, opacity 0.3s;
    z-index: 999;
  }

  html:not([data-viewport="mobile"]):not([data-viewport="tablet"]) body.page-premium .main-nav.open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  html:not([data-viewport="mobile"]):not([data-viewport="tablet"]) body.page-premium .main-nav a {
    padding: 14px 0;
    font-size: 0.8125rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: none;
  }

  html:not([data-viewport="mobile"]):not([data-viewport="tablet"]) body.page-premium .main-nav a.active {
    color: var(--pd-gold);
    box-shadow: none;
  }

  body.page-premium .menu-toggle {
    display: flex;
    z-index: 1001;
  }
}

/* ---- Mobile nav (legacy breakpoint) ---- */
@media (max-width: 960px) {
  html:not([data-viewport="mobile"]):not([data-viewport="tablet"]) body.page-premium .main-nav {
    top: var(--pd-header-h);
  }

  .pd-about-grid,
  .pd-why-layout {
    grid-template-columns: 1fr;
  }

  .pd-why-grid {
    grid-template-columns: 1fr;
  }

  .pd-about-icons {
    grid-template-columns: repeat(2, 1fr);
  }

  .pd-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pd-contact-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pd-checklist {
    grid-template-columns: 1fr;
  }

  .pd-career-inner {
    flex-direction: column;
    text-align: center;
  }

  .pd-career-left {
    flex-direction: column;
  }

  .pd-footer-bar {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 560px) {
  .pd-services-grid,
  .pd-contact-grid {
    grid-template-columns: 1fr;
  }

  .pd-about-icons {
    grid-template-columns: 1fr 1fr;
  }
}

/* ============================================================
   INNER PAGES — professional dark layout
   ============================================================ */

body.page-premium .site-header.scrolled {
  background: rgba(10, 10, 10, 0.98);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.45);
}

body.page-premium:not(.page-home) .site-header {
  background: rgba(10, 10, 10, 0.98);
}

/* Page hero */
.pd-page-hero,
body.page-premium .page-header {
  position: relative;
  padding: 140px 0 72px;
  min-height: 340px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--pd-black);
}

.pd-page-hero-bg,
body.page-premium .page-header-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.pd-page-hero-bg img,
body.page-premium .page-header-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
}

.pd-page-hero-overlay,
body.page-premium .page-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(10, 10, 10, 0.55) 0%, rgba(10, 10, 10, 0.92) 100%);
  pointer-events: none;
}

.pd-page-hero-content,
body.page-premium .page-header > .container {
  position: relative;
  z-index: 2;
}

body.page-premium .page-header .eyebrow,
.pd-page-hero .pd-kicker {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--pd-gold);
  margin-bottom: 12px;
}

body.page-premium .page-header h1,
.pd-page-hero h1 {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.12;
  margin: 0 0 12px;
  color: var(--pd-white);
}

body.page-premium .page-header p,
.pd-page-hero p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--pd-muted);
  max-width: 560px;
  margin: 0;
}

/* Content sections */
body.page-premium .section,
body.page-premium .service-detail,
body.page-premium .career-hero {
  padding: 72px 0;
  background: var(--pd-black);
}

body.page-premium .service-detail:nth-child(even) {
  background: var(--pd-dark);
}

body.page-premium .section[style*="padding-top: 0"] {
  padding-top: 0 !important;
}

body.page-premium .eyebrow,
body.page-premium .service-detail-label {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--pd-gold);
  margin-bottom: 10px;
}

body.page-premium .section-title,
body.page-premium .service-detail-panel h2 {
  font-size: clamp(1.375rem, 2.5vw, 1.875rem);
  font-weight: 800;
  color: var(--pd-white);
  margin: 0 0 16px;
  line-height: 1.25;
}

body.page-premium .section-lead,
body.page-premium .service-detail-panel p {
  font-size: 0.9375rem;
  line-height: 1.75;
  color: var(--pd-muted);
  margin: 0 0 12px;
}

body.page-premium .feature-split,
body.page-premium .service-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

body.page-premium .feature-split.reverse {
  direction: rtl;
}

body.page-premium .feature-split.reverse > * {
  direction: ltr;
}

body.page-premium .feature-image,
body.page-premium .service-detail-image {
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
}

body.page-premium .feature-image img,
body.page-premium .service-detail-image img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

body.page-premium .service-detail-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  background: var(--pd-gold);
  color: var(--pd-black);
  font-size: 0.75rem;
  font-weight: 800;
  padding: 8px 14px;
  border-radius: 4px;
}

body.page-premium .service-detail-panel {
  background: var(--pd-dark-2);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  padding: 36px 32px;
}

body.page-premium .about-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

body.page-premium .about-card {
  background: var(--pd-dark-2);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  padding: 32px 28px;
  transition: border-color 0.25s;
}

body.page-premium .about-card:hover {
  border-color: var(--pd-border);
}

body.page-premium .about-card h3 {
  font-size: 1rem;
  font-weight: 800;
  color: var(--pd-gold);
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

body.page-premium .about-card p {
  font-size: 0.875rem;
  line-height: 1.75;
  color: var(--pd-muted);
  margin: 0;
}

body.page-premium .checklist {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
}

body.page-premium .checklist li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.85);
}

body.page-premium .checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--pd-gold);
}

body.page-premium .service-list-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

body.page-premium .service-list-item {
  padding: 16px 18px;
  background: var(--pd-dark-2);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.88);
  transition: border-color 0.2s, color 0.2s;
}

body.page-premium .service-list-item:hover {
  border-color: var(--pd-border);
  color: var(--pd-gold);
}

body.page-premium .equipment-heading {
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin: 24px 0 12px;
}

body.page-premium .equipment-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

body.page-premium .equipment-card {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 4px;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.8);
}

body.page-premium .equipment-icon {
  color: var(--pd-gold);
  flex-shrink: 0;
}

body.page-premium .service-types-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

body.page-premium .service-type-icon {
  color: var(--pd-gold);
  margin-bottom: 10px;
}

body.page-premium .service-detail-alt {
  background: var(--pd-dark);
}

body.page-premium .service-detail-grid.reverse {
  direction: rtl;
}

body.page-premium .service-detail-grid.reverse > * {
  direction: ltr;
}

body.page-premium .footer-bottom {
  display: none;
}

/* Nav active underline — consolidated in header block above */

body.page-premium .service-type-card {
  background: var(--pd-dark-2);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  padding: 24px 22px;
}

body.page-premium .service-type-card h4 {
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--pd-white);
  margin: 0 0 8px;
}

body.page-premium .service-type-card p {
  font-size: 0.8125rem;
  color: var(--pd-muted);
  margin: 0;
  line-height: 1.6;
}

body.page-premium .card-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

body.page-premium .card {
  background: var(--pd-dark-2);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  padding: 28px 24px;
}

body.page-premium .card h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--pd-white);
  margin: 0 0 8px;
}

body.page-premium .card p {
  font-size: 0.8125rem;
  color: var(--pd-muted);
  margin: 0;
  line-height: 1.65;
}

body.page-premium .card-icon {
  width: 40px;
  height: 40px;
  color: var(--pd-gold);
  margin-bottom: 16px;
}

/* Contact page */
body.page-premium .contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 40px;
  align-items: start;
}

body.page-premium .contact-info-panel {
  background: linear-gradient(165deg, rgba(240, 200, 0, 0.07) 0%, var(--pd-dark-2) 55%);
  border: 1px solid rgba(240, 200, 0, 0.2);
  border-radius: var(--pd-radius);
  padding: 8px 24px;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.28);
}

body.page-premium .contact-item {
  display: flex;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

body.page-premium .contact-item:last-child {
  border-bottom: none;
}

body.page-premium .contact-item-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(240, 200, 0, 0.12);
  border: 1px solid rgba(240, 200, 0, 0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pd-gold);
  flex-shrink: 0;
  transition: background var(--pd-duration) var(--pd-ease),
    border-color var(--pd-duration) var(--pd-ease);
}

body.page-premium .pd-contact-card:hover .contact-item-icon {
  background: rgba(240, 200, 0, 0.18);
  border-color: rgba(240, 200, 0, 0.45);
}

body.page-premium .contact-item-label {
  font-size: 0.6875rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--pd-gold);
  margin-bottom: 4px;
}

body.page-premium .contact-item-value,
body.page-premium .contact-item-value a {
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
}

body.page-premium .contact-item-value a:hover {
  color: var(--pd-gold);
}

body.page-premium .pd-contact-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
  margin-bottom: 28px;
}

body.page-premium .pd-contact-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: linear-gradient(160deg, rgba(240, 200, 0, 0.06) 0%, var(--pd-dark-2) 48%);
  border: 1px solid rgba(240, 200, 0, 0.14);
  border-radius: var(--pd-radius);
  padding: 24px 20px;
  transition: border-color var(--pd-duration) var(--pd-ease),
    transform var(--pd-duration) var(--pd-ease),
    box-shadow var(--pd-duration) var(--pd-ease);
}

body.page-premium .pd-contact-card:hover {
  border-color: rgba(240, 200, 0, 0.42);
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.35);
}

body.page-premium .pd-contact-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  background: linear-gradient(120deg, rgba(240, 200, 0, 0.1), rgba(240, 200, 0, 0.02));
  border: 1px solid rgba(240, 200, 0, 0.28);
  border-radius: 14px;
  padding: 28px 32px;
  margin-bottom: 36px;
}

body.page-premium .pd-contact-cta-text {
  display: flex;
  align-items: center;
  gap: 18px;
}

body.page-premium .pd-contact-cta-icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(240, 200, 0, 0.12);
  border: 1px solid rgba(240, 200, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pd-gold);
  flex-shrink: 0;
}

body.page-premium .pd-contact-cta h3 {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--pd-white);
  margin: 0 0 4px;
}

body.page-premium .pd-contact-cta p {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  max-width: 560px;
}

@media (max-width: 600px) {
  body.page-premium .pd-contact-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  body.page-premium .pd-contact-cta .btn,
  body.page-premium .pd-contact-cta .pd-btn {
    width: 100%;
    text-align: center;
  }
}

/* ---- Partner / collaborate page ---- */
body.page-premium .pd-partner-heading {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--pd-white);
  margin: 0 0 22px;
}

body.page-premium .pd-partner-step {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 22px;
}

body.page-premium .pd-partner-step-num {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(240, 200, 0, 0.12);
  border: 1px solid rgba(240, 200, 0, 0.4);
  color: var(--pd-gold);
  font-weight: 800;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

body.page-premium .pd-partner-step-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--pd-white);
  margin-bottom: 4px;
}

body.page-premium .pd-partner-step p {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.66);
  margin: 0;
  line-height: 1.6;
}

body.page-premium .pd-partner-contact {
  margin-top: 28px;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

body.page-premium .req {
  color: var(--pd-gold);
}

body.page-premium .pd-form-note {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.5);
  margin: 14px 0 0;
  line-height: 1.5;
  text-align: center;
}

body.page-premium .contact-form-wrap {
  background: var(--pd-dark-2);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  padding: 32px 28px;
}

body.page-premium .contact-form-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--pd-white);
  margin: 0 0 8px;
}

body.page-premium .contact-form-title span {
  color: var(--pd-gold);
}

body.page-premium .form-group label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 6px;
}

body.page-premium .form-group input,
body.page-premium .form-group textarea,
body.page-premium .form-group select {
  width: 100%;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 4px;
  color: var(--pd-white);
  font-family: var(--pd-font);
  font-size: 0.875rem;
  transition: border-color 0.2s;
}

body.page-premium .form-group input:focus,
body.page-premium .form-group textarea:focus,
body.page-premium .form-group select:focus {
  outline: none;
  border-color: var(--pd-gold);
}

body.page-premium .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

body.page-premium .form-group {
  margin-bottom: 16px;
}

body.page-premium .btn-primary {
  background: var(--pd-gold);
  color: var(--pd-black);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.75rem;
  border: none;
  border-radius: 4px;
  padding: 14px 28px;
}

body.page-premium .btn-primary:hover {
  background: var(--pd-gold-light);
  color: var(--pd-black);
}

body.page-premium .btn-outline {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: var(--pd-white);
  border-radius: 4px;
  padding: 14px 28px;
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
}

body.page-premium .btn-outline:hover {
  border-color: var(--pd-gold);
  color: var(--pd-gold);
}

/* Career */
body.page-premium .career-hero {
  padding: 140px 0 64px;
  background: linear-gradient(180deg, var(--pd-dark) 0%, var(--pd-black) 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

body.page-premium .career-form-section {
  background: var(--pd-black);
  padding: 72px 0;
}

body.page-premium .career-form-card {
  max-width: 720px;
  margin: 0 auto;
  background: var(--pd-dark-2);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  padding: 40px 36px;
}

/* CTA band inner pages */
body.page-premium .cta-band,
body.page-premium .cta-band-premium {
  background: var(--pd-dark);
  border-top: 2px solid var(--pd-gold);
  padding: 72px 0;
  text-align: center;
  position: relative;
}

body.page-premium .cta-band-inner h2 {
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 900;
  text-transform: uppercase;
  color: var(--pd-white);
  margin: 0 0 12px;
}

body.page-premium .cta-lead {
  color: var(--pd-muted);
  max-width: 560px;
  margin: 0 auto 24px;
  line-height: 1.7;
}

body.page-premium .cta-phone {
  font-size: 2rem;
  font-weight: 900;
  color: var(--pd-gold);
  text-decoration: none;
  display: block;
  margin-bottom: 8px;
}

body.page-premium .cta-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 20px;
}

body.page-premium .cta-trust-row span {
  padding: 6px 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
}

body.page-premium .cta-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

body.page-premium .cta-subphone {
  color: var(--pd-muted);
  font-size: 0.875rem;
}

body.page-premium .cta-subphone a {
  color: var(--pd-gold);
}

body.page-premium .eyebrow-light {
  color: var(--pd-gold);
}

body.page-premium .phone-tag {
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--pd-gold);
  margin-left: 4px;
}

body.page-premium .section-header {
  margin-bottom: 32px;
}

/* Polish: gold rule under section titles on homepage */
.pd-section-title::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  background: var(--pd-gold);
  margin-top: 12px;
}

.pd-section-header-center .pd-section-title::after {
  margin-left: auto;
  margin-right: auto;
}

/* Improved service cards hover glow */
.pd-service-card {
  position: relative;
  overflow: hidden;
}

.pd-service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(240, 200, 0, 0.08) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.3s;
}

.pd-service-card:hover::before {
  opacity: 1;
}

@media (max-width: 960px) {
  body.page-premium .feature-split,
  body.page-premium .service-detail-grid,
  body.page-premium .contact-grid,
  body.page-premium .about-cards {
    grid-template-columns: 1fr;
  }

  body.page-premium .feature-split.reverse {
    direction: ltr;
  }

  body.page-premium .service-list-grid,
  body.page-premium .card-grid-3,
  body.page-premium .service-type-grid {
    grid-template-columns: 1fr;
  }

  body.page-premium .form-row {
    grid-template-columns: 1fr;
  }

  body.page-premium .equipment-grid {
    grid-template-columns: 1fr;
  }

  body.page-premium .career-layout {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   MISSING PAGE COMPONENTS — contact, career, certificates
   ============================================================ */

body.page-premium .contact-info-block {
  background: var(--pd-dark-2);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  box-shadow: none;
  padding: 32px 28px;
}

body.page-premium .contact-info-block > h3 {
  font-size: 1.125rem;
  font-weight: 800;
  color: var(--pd-white);
  margin: 0 0 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.page-premium .contact-form {
  padding: 32px 28px;
  background: var(--pd-dark-2);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  box-shadow: none;
}

body.page-premium .contact-form-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--pd-white);
  margin: 0 0 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.page-premium .map-embed {
  margin-top: 48px;
  border-radius: 6px;
  overflow: hidden;
  background: var(--pd-dark-2);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

body.page-premium .map-embed iframe {
  display: block;
  width: 100%;
  height: 360px;
  border: 0;
}

body.page-premium .map-embed-footer {
  padding: 16px 20px;
  background: var(--pd-dark);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

body.page-premium .map-embed-footer p {
  color: var(--pd-muted);
  font-size: 0.8125rem;
  margin: 0 0 8px;
  line-height: 1.6;
}

body.page-premium .map-embed-footer a {
  color: var(--pd-gold);
  font-size: 0.8125rem;
  font-weight: 600;
  text-decoration: none;
}

body.page-premium .map-embed-footer a:hover {
  text-decoration: underline;
}

body.page-premium .career-layout {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 40px;
  align-items: start;
}

body.page-premium .career-benefit {
  background: var(--pd-dark-2);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  padding: 24px;
  margin-bottom: 12px;
}

body.page-premium .career-benefit strong {
  display: block;
  font-size: 0.8125rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--pd-gold);
  margin-bottom: 8px;
}

body.page-premium .career-benefit p {
  color: var(--pd-muted);
  font-size: 0.875rem;
  line-height: 1.65;
  margin: 0;
}

body.page-premium .career-benefit a {
  color: var(--pd-gold);
  text-decoration: none;
}

body.page-premium .career-benefit a:hover {
  text-decoration: underline;
}

body.page-premium .career-form-panel {
  background: var(--pd-dark-2);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  padding: 36px 32px;
  box-shadow: none;
}

body.page-premium .career-form-panel h2 {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--pd-white);
  margin: 0 0 8px;
}

body.page-premium .career-form-panel > p {
  color: var(--pd-muted);
  font-size: 0.875rem;
  line-height: 1.65;
  margin: 0 0 24px;
}

body.page-premium .career-hero h1 {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 900;
  text-transform: uppercase;
  color: var(--pd-white);
  margin: 0 0 12px;
}

body.page-premium .career-hero p {
  color: var(--pd-muted);
  max-width: 640px;
  margin: 0;
  line-height: 1.7;
}

body.page-premium .cert-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

body.page-premium .cert-card {
  background: var(--pd-dark-2);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  overflow: hidden;
}

body.page-premium .cert-caption {
  padding: 16px 18px;
  font-size: 0.8125rem;
  color: var(--pd-muted);
  line-height: 1.6;
}

body.page-premium .form-success,
body.page-premium .form-success-career {
  display: none;
  padding: 24px;
  background: rgba(240, 200, 0, 0.08);
  border: 1px solid var(--pd-border);
  border-radius: 6px;
  color: var(--pd-white);
  font-size: 0.9375rem;
  line-height: 1.6;
  text-align: center;
}

body.page-premium .form-success.show,
body.page-premium .form-success-career.show {
  display: block;
}

body.page-premium .form-success-career__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: rgba(240, 200, 0, 0.15);
  border: 2px solid var(--pd-gold);
  color: var(--pd-gold);
  font-size: 1.75rem;
  line-height: 52px;
  font-weight: 700;
}

body.page-premium .form-success-career h3 {
  margin: 0 0 12px;
  color: var(--pd-gold);
  font-size: 1.25rem;
}

body.page-premium .form-success-career__note {
  margin-top: 12px;
  font-size: 0.8125rem;
  color: var(--pd-muted);
}

body.page-premium .anket-submit.is-loading {
  opacity: 0.85;
  cursor: wait;
}

body.page-premium .anket-draft-notice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin: 0 0 20px;
  padding: 14px 16px;
  border-radius: 6px;
  border: 1px solid rgba(240, 200, 0, 0.35);
  background: rgba(240, 200, 0, 0.08);
  color: var(--pd-white);
  font-size: 0.875rem;
  line-height: 1.5;
}

body.page-premium .anket-draft-notice[hidden] {
  display: none !important;
}

body.page-premium .anket-draft-clear {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  color: var(--pd-muted);
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 0.75rem;
  cursor: pointer;
}

body.page-premium .anket-draft-clear:hover {
  color: var(--pd-white);
  border-color: var(--pd-gold);
}

body.page-premium strong {
  color: var(--pd-gold);
  font-weight: 700;
}

body.page-premium .section-white,
body.page-premium .section-alt {
  background: var(--pd-dark);
  border-color: rgba(255, 255, 255, 0.06);
}

body.page-premium .btn {
  font-family: var(--pd-font);
  border-radius: 4px;
  box-shadow: none;
}

body.page-premium .btn-sm {
  padding: 11px 16px;
  font-size: 0.625rem;
}

body.page-premium .header-sticky .header-inner {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  border: none;
}

body.page-premium select option {
  background: #1a1a1a;
  color: #fff;
}

body.page-premium .form-group textarea {
  min-height: 120px;
  resize: vertical;
}

@media (max-width: 960px) {
  body.page-premium .cert-grid {
    grid-template-columns: 1fr;
  }
}

/* ---- Career anket form ---- */
.pd-career-section {
  padding-top: 0;
}

.career-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}

.career-anket-panel {
  background: var(--pd-dark-2);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 36px clamp(20px, 4vw, 40px);
  opacity: 1;
  transform: none;
}

body.page-premium .career-anket-panel.reveal {
  opacity: 1;
  transform: none;
}

.career-anket-head h2 {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--pd-white);
  margin: 0 0 8px;
  text-transform: uppercase;
}

.career-anket-head p {
  color: var(--pd-muted);
  margin: 0 0 28px;
  line-height: 1.6;
}

.career-anket-form .anket-section {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  padding: 24px 20px;
  margin: 0 0 20px;
}

.career-anket-form legend {
  font-size: 0.875rem;
  font-weight: 800;
  color: var(--pd-gold);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0 8px;
}

.form-row-3 {
  grid-template-columns: repeat(3, 1fr);
}

.form-row-4 {
  grid-template-columns: repeat(4, 1fr);
}

.field-hint {
  font-size: 0.6875rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.45);
  text-transform: none;
}

.file-upload input[type="file"] {
  width: 100%;
  padding: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px dashed rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  color: var(--pd-muted);
  font-family: var(--pd-font);
  font-size: 0.8125rem;
}

.file-preview {
  margin-top: 10px;
  min-height: 0;
}

.file-preview.has-image img {
  max-width: 160px;
  max-height: 200px;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.anket-rows {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 12px;
}

.anket-row {
  padding: 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 4px;
}

.anket-remove-btn {
  margin-top: 8px;
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.75rem;
  cursor: pointer;
  font-family: var(--pd-font);
}

.anket-remove-btn:hover {
  color: #ff6b6b;
}

.anket-add-btn {
  margin-top: 4px;
}

.anket-yesno-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.radio-row {
  display: flex;
  gap: 16px;
  margin-top: 8px;
}

.radio-row label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.85);
  cursor: pointer;
}

.anket-notice {
  font-size: 0.8125rem;
  color: var(--pd-muted);
  line-height: 1.6;
  margin: 0 0 20px;
  padding: 14px 16px;
  background: rgba(240, 200, 0, 0.06);
  border-left: 3px solid var(--pd-gold);
}

.anket-submit {
  width: 100%;
  max-width: 320px;
}

body.page-premium .admin-error.show {
  display: block;
  color: #ff8a8a;
  margin-bottom: 12px;
  font-size: 0.875rem;
}

@media (max-width: 960px) {
  .career-benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .form-row-3,
  .form-row-4,
  .anket-yesno-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .career-benefits-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   PREMIUM POLISH — typography, focus, admin, utilities
   ============================================================ */

::selection {
  background: var(--pd-gold);
  color: var(--pd-black);
}

body.page-premium :focus-visible {
  outline: 2px solid var(--pd-gold);
  outline-offset: 3px;
}

body.page-premium ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

body.page-premium ::-webkit-scrollbar-track {
  background: var(--pd-black);
}

body.page-premium ::-webkit-scrollbar-thumb {
  background: rgba(240, 200, 0, 0.35);
  border-radius: 99px;
}

body.page-premium ::-webkit-scrollbar-thumb:hover {
  background: var(--pd-gold);
}

.gold,
.pd-hero h1 .gold,
.pd-why-content h2 .gold {
  color: var(--pd-gold);
}

body.page-premium a:not(.btn):not(.pd-btn):not(.main-nav a):hover {
  color: var(--pd-gold);
}

/* Unified button system */
body.page-premium .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 26px;
  font-family: var(--pd-font);
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: var(--pd-radius-sm);
  border: 2px solid transparent;
  transition: background var(--pd-duration) var(--pd-ease),
    color var(--pd-duration) var(--pd-ease),
    border-color var(--pd-duration) var(--pd-ease),
    transform var(--pd-duration) var(--pd-ease),
    box-shadow var(--pd-duration) var(--pd-ease);
}

body.page-premium .btn-primary {
  background: var(--pd-gold);
  color: var(--pd-black);
  border-color: var(--pd-gold);
  box-shadow: 0 4px 20px var(--pd-gold-glow);
}

body.page-premium .btn-primary:hover {
  background: var(--pd-gold-light);
  border-color: var(--pd-gold-light);
  transform: translateY(-1px);
  box-shadow: 0 8px 28px rgba(240, 200, 0, 0.28);
}

body.page-premium .btn-outline {
  background: transparent;
  color: var(--pd-white);
  border-color: rgba(255, 255, 255, 0.35);
}

body.page-premium .btn-outline:hover {
  border-color: var(--pd-gold);
  color: var(--pd-gold);
}

body.page-premium .btn-sm {
  padding: 10px 16px;
  font-size: 0.625rem;
}

.pd-btn {
  transition: background var(--pd-duration) var(--pd-ease),
    transform var(--pd-duration) var(--pd-ease),
    box-shadow var(--pd-duration) var(--pd-ease),
    border-color var(--pd-duration) var(--pd-ease);
}

.pd-btn-gold:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 28px rgba(240, 200, 0, 0.28);
}

.pd-section {
  padding: var(--pd-section-py) 0;
}

#career-form-wrap {
  scroll-margin-top: calc(var(--pd-header-h) + 24px);
}

body.page-premium .site-header {
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.04);
}

body.page-premium .site-header.scrolled {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(240, 200, 0, 0.08);
}

.pd-section-title::after {
  border-radius: 99px;
}

.pd-service-card,
.pd-about-icon-circle,
.career-benefit,
body.page-premium .about-card,
body.page-premium .card {
  transition: border-color var(--pd-duration) var(--pd-ease),
    transform var(--pd-duration) var(--pd-ease),
    box-shadow var(--pd-duration) var(--pd-ease);
}

.reveal-delay-1 { transition-delay: 0.08s; }
.reveal-delay-2 { transition-delay: 0.16s; }
.reveal-delay-3 { transition-delay: 0.24s; }

/* Admin panel — premium dark */
body.page-premium.page-admin {
  background: var(--pd-black);
  color: var(--pd-text);
  min-height: 100vh;
}

body.page-premium .admin-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 24px;
  background: radial-gradient(ellipse at 50% 0%, rgba(240, 200, 0, 0.06) 0%, transparent 55%),
    var(--pd-black);
}

body.page-premium .admin-card {
  width: 100%;
  max-width: 420px;
  padding: 40px 36px;
  background: var(--pd-dark-2);
  border: 1px solid var(--pd-border-subtle);
  border-radius: var(--pd-radius);
}

body.page-premium .admin-card h1 {
  font-size: 1.375rem;
  font-weight: 800;
  color: var(--pd-white);
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

body.page-premium .admin-card > p {
  color: var(--pd-muted);
  font-size: 0.875rem;
  margin-bottom: 28px;
  line-height: 1.6;
}

body.page-premium .admin-card a {
  color: var(--pd-gold);
}

body.page-premium .admin-dashboard {
  display: none;
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 24px 64px;
}

body.page-premium .admin-dashboard.active {
  display: block;
}

body.page-premium .admin-topbar h1 {
  color: var(--pd-white);
}

body.page-premium .admin-table-wrap {
  overflow-x: auto;
  background: var(--pd-dark-2);
  border: 1px solid var(--pd-border-subtle);
  border-radius: var(--pd-radius);
}

body.page-premium .admin-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.8125rem;
}

body.page-premium .admin-table th,
body.page-premium .admin-table td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid var(--pd-border-subtle);
  vertical-align: top;
  color: var(--pd-text);
}

body.page-premium .admin-table th {
  background: rgba(240, 200, 0, 0.06);
  color: var(--pd-gold);
  font-size: 0.6875rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

body.page-premium .admin-table tr:last-child td {
  border-bottom: none;
}

body.page-premium .status-badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 99px;
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

body.page-premium .status-new {
  background: rgba(240, 200, 0, 0.15);
  color: var(--pd-gold);
}

body.page-premium .status-reviewed {
  background: rgba(100, 200, 120, 0.12);
  color: #8fd4a0;
}

body.page-premium .status-rejected {
  background: rgba(255, 100, 100, 0.1);
  color: #f0a0a0;
}

body.page-premium .status-quoted {
  background: rgba(100, 200, 120, 0.12);
  color: #8fd4a0;
}

body.page-premium .status-closed {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.6);
}

body.page-premium .admin-error {
  display: none;
  color: #ff8a8a;
  font-size: 0.875rem;
  margin-top: 12px;
}

body.page-premium #admin-empty {
  color: var(--pd-muted) !important;
}

/* ============================================================
   STATS STRIP — homepage trust indicators
   ============================================================ */

.pd-stats {
  background: var(--pd-dark);
  border-block: 1px solid var(--pd-border-subtle);
  padding: clamp(40px, 5vw, 56px) 0;
  margin-top: -1px;
}

.pd-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.pd-stat-card {
  text-align: center;
  padding: 28px 20px;
  background: var(--pd-dark-2);
  border: 1px solid rgba(240, 200, 0, 0.14);
  border-radius: var(--pd-radius);
  transition: border-color var(--pd-duration) var(--pd-ease),
    transform var(--pd-duration) var(--pd-ease),
    box-shadow var(--pd-duration) var(--pd-ease);
}

.pd-stat-card:hover {
  border-color: rgba(240, 200, 0, 0.38);
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}

.pd-stat-icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 16px;
  border-radius: 50%;
  border: 1.5px solid rgba(240, 200, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pd-gold);
}

.pd-stat-value {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 900;
  color: var(--pd-gold);
  letter-spacing: 0.04em;
  line-height: 1.1;
  margin-bottom: 8px;
}

.pd-stat-label {
  font-size: 0.6875rem;
  font-weight: 600;
  color: var(--pd-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1.5;
}

/* ============================================================
   PARTNERS — dark premium marquee
   ============================================================ */

.pd-partners {
  background: var(--pd-black);
  padding: var(--pd-section-py) 0 0;
}

.pd-partners-title {
  font-size: clamp(0.75rem, 1.2vw, 0.875rem);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--pd-white);
  text-align: center;
  margin: 0 0 36px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.pd-partners-title::before,
.pd-partners-title::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(240, 200, 0, 0.45), transparent);
}

.pd-partners-viewport {
  overflow: hidden;
  width: 100%;
  padding: 28px 0 44px;
  border-block: 1px solid var(--pd-border-subtle);
  background: var(--pd-dark);
}

.pd-partners-slide {
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
}

.pd-partner-item {
  flex: 0 0 auto;
  width: 152px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin: 0 10px;
}

.pd-partner-logo {
  flex: 0 0 auto;
  width: 180px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  margin: 0 4px;
  background: transparent;
  border: none;
  border-radius: 0;
}

.pd-partner-item .pd-partner-logo {
  width: 100%;
  height: 64px;
  padding: 0 8px;
  margin: 0;
}

.pd-partner-name {
  display: block;
  font-size: 0.625rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.52);
  text-align: center;
  line-height: 1.4;
  max-width: 140px;
  letter-spacing: 0.02em;
}

.pd-partner-item--keep-bg .pd-partner-logo {
  height: auto;
  min-height: 52px;
  padding: 0;
}

body.page-premium .pd-partner-logo img {
  max-width: 156px;
  max-height: 56px;
  width: auto;
  height: auto;
  object-fit: contain;
  image-rendering: -webkit-optimize-contrast;
  opacity: 0.94;
  transition: opacity var(--pd-duration) var(--pd-ease),
    transform var(--pd-duration) var(--pd-ease);
}

body.page-premium .pd-partner-item--keep-bg .pd-partner-logo img {
  max-width: 148px;
  max-height: 68px;
  opacity: 1;
  border-radius: 3px;
}

body.page-premium .pd-partner-item:hover .pd-partner-logo img {
  opacity: 1;
  transform: scale(1.04);
}

body.page-premium .pd-partner-item--keep-bg:hover .pd-partner-logo img {
  transform: scale(1.02);
}

body.page-premium .pd-partner-item:hover .pd-partner-name {
  color: rgba(255, 255, 255, 0.72);
}

/* ============================================================
   FOOTER — 4-column premium layout
   ============================================================ */

body.page-premium .site-footer {
  background: var(--pd-black);
  border-top: 1px solid var(--pd-border-subtle);
  padding: clamp(48px, 6vw, 64px) 0 0;
}

.pd-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 0.9fr 1fr;
  gap: clamp(28px, 4vw, 48px);
  padding-bottom: 40px;
  border-bottom: 1px solid var(--pd-border-subtle);
}

.pd-footer-brand {
  margin-bottom: 16px;
}

.pd-footer-brand-text {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.pd-footer-desc {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.72;
  margin: 0;
  max-width: 340px;
}

.pd-footer-heading {
  font-size: 0.6875rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--pd-gold);
  margin: 0 0 18px;
}

.pd-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.pd-footer-links li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.8125rem;
  color: var(--pd-muted);
  line-height: 1.5;
}

.pd-footer-links svg {
  flex-shrink: 0;
  margin-top: 2px;
  color: var(--pd-gold);
}

.pd-footer-links a {
  color: var(--pd-text);
  transition: color var(--pd-duration) var(--pd-ease);
}

.pd-footer-links a:hover {
  color: var(--pd-gold);
}

.pd-footer-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pd-footer-nav a {
  font-size: 0.8125rem;
  color: var(--pd-muted);
  transition: color var(--pd-duration) var(--pd-ease);
}

.pd-footer-nav a:hover {
  color: var(--pd-gold);
}

.pd-footer-badge {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.pd-footer-badge-num {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid var(--pd-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 900;
  color: var(--pd-gold);
  flex-shrink: 0;
}

.pd-footer-badge span:last-child {
  font-size: 0.75rem;
  color: var(--pd-muted);
  line-height: 1.5;
}

.pd-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding: 20px 0 28px;
}

.pd-footer-legal {
  display: flex;
  gap: 20px;
}

.pd-footer-legal a {
  font-size: 0.6875rem;
  color: var(--pd-muted-2);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  transition: color var(--pd-duration) var(--pd-ease);
}

.pd-footer-legal a:hover {
  color: var(--pd-gold);
}

body.page-premium .admin-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  flex-wrap: wrap;
  gap: 16px;
}

@media (max-width: 1024px) {
  .pd-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pd-footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .pd-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pd-footer-grid {
    grid-template-columns: 1fr;
  }

  .pd-footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}

/* ============================================================
   CAREER PAGE — mockup #1 (job info, anket, contact, map)
   ============================================================ */

.pd-section-title--center {
  text-align: center;
  color: var(--pd-white);
  display: block;
}

.pd-section-title--center::after {
  content: "";
  display: block;
  width: 64px;
  height: 3px;
  background: var(--pd-gold);
  border-radius: 99px;
  margin: 16px auto 0;
}

.pd-hero--career {
  min-height: 76vh;
}

.pd-hero--career .pd-hero-bg img {
  object-position: center 28%;
}

/* Job info cards */
.pd-jobinfo {
  background: var(--pd-black);
}

.pd-jobinfo-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-top: 44px;
}

.pd-jobinfo-card {
  text-align: center;
  padding: 32px 18px;
  background: var(--pd-dark-2);
  border: 1px solid rgba(240, 200, 0, 0.16);
  border-radius: var(--pd-radius);
  transition: border-color var(--pd-duration) var(--pd-ease),
    transform var(--pd-duration) var(--pd-ease),
    box-shadow var(--pd-duration) var(--pd-ease);
}

.pd-jobinfo-card:hover {
  border-color: rgba(240, 200, 0, 0.4);
  transform: translateY(-3px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.4);
}

.pd-jobinfo-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 18px;
  border-radius: 50%;
  border: 1.5px solid rgba(240, 200, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pd-gold);
}

.pd-jobinfo-card h3 {
  font-size: 0.8125rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--pd-gold);
  margin: 0 0 10px;
}

.pd-jobinfo-card p {
  font-size: 0.875rem;
  color: var(--pd-text);
  margin: 0;
  line-height: 1.5;
}

.pd-jobinfo-cta {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.pd-anket-section {
  background: var(--pd-dark);
  scroll-margin-top: calc(var(--pd-header-h) + 16px);
}

body.page-premium .pd-contact .pd-contact-cards {
  margin-bottom: 40px;
}

body.page-premium .pd-contact-lead {
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--pd-muted);
  margin: -4px 0 32px;
  max-width: 520px;
}

/* Homepage — horizontal contact strip */
.pd-contact--strip .pd-contact-lead {
  margin: -4px 0 28px;
  max-width: none;
}

.pd-contact-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  background: linear-gradient(165deg, rgba(240, 200, 0, 0.07) 0%, var(--pd-dark-2) 55%);
  border: 1px solid rgba(240, 200, 0, 0.2);
  border-radius: var(--pd-radius);
  margin-bottom: 20px;
  overflow: hidden;
}

.pd-contact-strip-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 24px 22px;
  border-right: 1px solid rgba(240, 200, 0, 0.14);
}

.pd-contact-strip-item:last-child {
  border-right: none;
}

.pd-contact-strip-item .contact-item-icon {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
}

.pd-contact-strip-item .contact-item-value {
  font-size: 0.8125rem;
  line-height: 1.55;
}

.pd-contact-strip-item .contact-item-value a {
  display: block;
}

.pd-contact-strip-item .contact-item-value a + a {
  margin-top: 2px;
}

.pd-contact-strip-item .phone-tag {
  display: block;
  margin-top: 4px;
}

.pd-contact-cta--strip {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .pd-contact-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .pd-contact-strip-item {
    border-right: none;
    border-bottom: 1px solid rgba(240, 200, 0, 0.14);
  }

  .pd-contact-strip-item:nth-child(odd) {
    border-right: 1px solid rgba(240, 200, 0, 0.14);
  }

  .pd-contact-strip-item:nth-last-child(-n + 2) {
    border-bottom: none;
  }
}

@media (max-width: 600px) {
  .pd-contact-strip {
    grid-template-columns: 1fr;
  }

  .pd-contact-strip-item,
  .pd-contact-strip-item:nth-child(odd) {
    border-right: none;
    border-bottom: 1px solid rgba(240, 200, 0, 0.14);
  }

  .pd-contact-strip-item:last-child {
    border-bottom: none;
  }
}

/* Homepage — compact contact panel (legacy, contact page panel reuse) */
.pd-contact-panel {
  background: linear-gradient(165deg, rgba(240, 200, 0, 0.07) 0%, var(--pd-dark-2) 55%);
  border: 1px solid rgba(240, 200, 0, 0.2);
  border-radius: var(--pd-radius);
  padding: 28px 32px;
  margin-bottom: 20px;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.28);
}

.pd-contact-panel-address {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.pd-contact-panel-address .contact-item-value {
  font-size: 0.875rem;
  line-height: 1.65;
}

.pd-contact-panel-divider {
  height: 1px;
  margin: 22px 0;
  background: linear-gradient(90deg, transparent, rgba(240, 200, 0, 0.35), transparent);
}

.pd-contact-panel-meta {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 16px;
}

.pd-contact-panel-meta li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
}

.pd-contact-panel-meta .contact-item-icon--sm {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(240, 200, 0, 0.12);
  border: 1px solid rgba(240, 200, 0, 0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pd-gold);
  flex-shrink: 0;
}

.pd-contact-panel-meta .contact-item-label {
  margin-bottom: 0;
}

.pd-contact-panel-meta .contact-item-value {
  font-size: 0.8125rem;
  line-height: 1.55;
}

.pd-contact-panel-meta .contact-item-value a {
  display: block;
}

.pd-contact-panel-meta .contact-item-value a + a {
  margin-top: 2px;
}

.pd-contact-panel-meta .phone-tag {
  display: block;
  margin: 4px 0 0;
}

/* Contact page — split layout + office photo */
.pd-contact-page {
  padding-top: clamp(48px, 6vw, 72px);
}

.pd-contact-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.88fr);
  gap: 28px;
  align-items: stretch;
  max-width: 920px;
  margin: 0 auto 28px;
}

.pd-contact-split .contact-info-panel {
  height: 100%;
}

.pd-contact-split .contact-item-value {
  font-size: 0.875rem;
  line-height: 1.6;
}

.pd-contact-office {
  position: relative;
  margin: 0;
  border-radius: var(--pd-radius);
  overflow: hidden;
  border: 1px solid rgba(240, 200, 0, 0.22);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.32);
  min-height: 100%;
}

.pd-contact-office img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center 35%;
}

.pd-contact-office figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 40px 20px 18px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.35) 55%, transparent 100%);
  font-size: 0.8125rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
}

.pd-contact-office-tag {
  display: inline-block;
  margin-bottom: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(240, 200, 0, 0.15);
  border: 1px solid rgba(240, 200, 0, 0.35);
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--pd-gold);
}

.pd-contact-cta--page {
  max-width: 920px;
  margin: 0 auto 0;
  padding: 20px 24px;
}

.pd-contact-cta--page h3 {
  font-size: 1rem;
}

.pd-contact-cta--page p {
  font-size: 0.8125rem;
}

.pd-contact-page .map-embed {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(240, 200, 0, 0.16);
  border-radius: var(--pd-radius);
}

.pd-contact-page .map-embed iframe,
.pd-career-contact .map-embed iframe {
  height: 420px;
}

.pd-contact-page .map-embed-footer p strong,
.pd-career-contact .map-embed-footer p strong {
  color: var(--pd-white);
  font-weight: 700;
}

.pd-career-contact {
  background: var(--pd-black);
  padding-top: clamp(56px, 7vw, 80px);
  padding-bottom: clamp(64px, 8vw, 96px);
}

.pd-career-contact .pd-section-title {
  margin-bottom: 12px;
}

.pd-career-contact-lead {
  text-align: center;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--pd-muted);
  max-width: 520px;
  margin: 0 auto 36px;
}

.pd-career-contact .pd-contact-split {
  margin-bottom: 32px;
}

.pd-career-contact .map-embed {
  margin-top: 8px;
}

@media (max-width: 820px) {
  .pd-contact-split {
    grid-template-columns: 1fr;
    max-width: 520px;
  }

  .pd-contact-office img {
    min-height: 280px;
    max-height: 360px;
  }

  .pd-contact-cta--page,
  .pd-contact-page .map-embed {
    max-width: 520px;
  }
}

@media (max-width: 1024px) {
  .pd-jobinfo-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 680px) {
  .pd-jobinfo-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 460px) {
  .pd-jobinfo-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   INNER PAGE HERO (certificates / services / about)
   ============================================================ */

.pd-hero--inner {
  min-height: 64vh;
}

/* Section head with icon (left aligned) */
.pd-section-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 36px;
}

.pd-section-head-icon {
  width: 40px;
  height: 40px;
  flex: none;
  border-radius: 8px;
  background: rgba(240, 200, 0, 0.12);
  border: 1px solid rgba(240, 200, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pd-gold);
}

.pd-section-head h2 {
  font-size: clamp(1.25rem, 2.4vw, 1.6rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--pd-gold);
  margin: 0;
}

/* ============================================================
   CERTIFICATES — mockup #2
   ============================================================ */

.pd-license {
  background: var(--pd-black);
}

.pd-license-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 48px;
  align-items: center;
}

.pd-license-image {
  background: #f6efd8;
  padding: 16px;
  border-radius: var(--pd-radius);
  border: 1px solid rgba(240, 200, 0, 0.25);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.45);
}

.pd-license-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

.pd-license-detail h3 {
  font-size: clamp(1.25rem, 2.2vw, 1.6rem);
  font-weight: 800;
  line-height: 1.35;
  color: var(--pd-white);
  margin: 0 0 28px;
}

.pd-license-rows {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.pd-license-rows li {
  display: grid;
  grid-template-columns: 32px 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.pd-license-row-icon {
  color: var(--pd-gold);
  display: flex;
}

.pd-license-row-label {
  color: var(--pd-text-dim);
  font-size: 0.9375rem;
}

.pd-license-row-value {
  color: var(--pd-white);
  font-weight: 700;
  font-size: 0.9375rem;
  text-align: right;
}

.pd-license-note {
  font-size: 0.875rem;
  color: var(--pd-text-dim);
  line-height: 1.6;
  margin: 0;
}

/* Insurance */
.pd-insurance {
  background: var(--pd-dark);
}

.pd-insurance-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 28px;
}

.pd-insurance-card,
.pd-insurance-amount {
  background: var(--pd-dark-2);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--pd-radius);
  padding: 40px;
}

.pd-insurance-icon {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  background: rgba(240, 200, 0, 0.1);
  border: 1px solid rgba(240, 200, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pd-gold);
  margin-bottom: 22px;
}

.pd-insurance-card h3 {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--pd-white);
  margin: 0 0 14px;
  line-height: 1.35;
}

.pd-insurance-card p {
  color: var(--pd-text);
  font-size: 0.9375rem;
  line-height: 1.65;
  margin: 0;
}

.pd-insurance-amount {
  border-color: rgba(240, 200, 0, 0.4);
  background: linear-gradient(150deg, rgba(240, 200, 0, 0.08), var(--pd-dark-2) 60%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.pd-insurance-amount-label {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--pd-text-dim);
  margin-bottom: 14px;
}

.pd-insurance-amount-value {
  font-size: clamp(2.25rem, 6vw, 3.5rem);
  font-weight: 900;
  color: var(--pd-gold);
  line-height: 1;
  margin-bottom: 22px;
}

.pd-insurance-amount-period {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.875rem;
  color: var(--pd-text);
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(240, 200, 0, 0.2);
  border-radius: 99px;
  padding: 8px 18px;
  align-self: center;
}

/* Clients grid */
.pd-clients {
  background: var(--pd-black);
}

.pd-clients-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.pd-client-card {
  background: var(--pd-dark-2);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--pd-radius);
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
  transition: border-color var(--pd-duration) var(--pd-ease),
    transform var(--pd-duration) var(--pd-ease);
}

.pd-client-card:hover {
  border-color: rgba(240, 200, 0, 0.4);
  transform: translateY(-3px);
}

.pd-client-logo {
  width: 100%;
  height: 56px;
  background: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
}

.pd-client-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.pd-client-card span {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--pd-text);
  line-height: 1.4;
}

@media (max-width: 900px) {
  .pd-license-grid,
  .pd-insurance-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .pd-clients-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 620px) {
  .pd-clients-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pd-license-rows li {
    grid-template-columns: 28px 1fr;
  }

  .pd-license-row-value {
    grid-column: 2;
    text-align: left;
    margin-top: 2px;
  }
}

/* ============================================================
   ABOUT PAGE — mockup #4
   ============================================================ */

.pd-eyebrow {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.8125rem;
  font-weight: 800;
  color: var(--pd-gold);
  margin-bottom: 18px;
}

.pd-about-intro {
  background: var(--pd-black);
}

.pd-about-intro-wrap {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.pd-about-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.pd-about-stats .pd-stat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 168px;
  background: linear-gradient(160deg, rgba(240, 200, 0, 0.06) 0%, var(--pd-dark-2) 48%);
  border: 1px solid rgba(240, 200, 0, 0.16);
  padding: 24px 16px 22px;
  text-align: center;
}

.pd-about-stats .pd-stat-icon {
  width: 48px;
  height: 48px;
  margin: 0 0 16px;
  border-radius: 12px;
  background: rgba(240, 200, 0, 0.12);
  border: 1px solid rgba(240, 200, 0, 0.28);
  flex-shrink: 0;
}

.pd-about-stats .pd-stat-value {
  display: block;
  width: 100%;
  margin: 0 0 10px;
  line-height: 1.15;
}

.pd-about-stats .pd-stat-label {
  display: block;
  width: 100%;
  margin: 0;
  font-size: 0.6875rem;
  line-height: 1.45;
  max-width: 12em;
  margin-inline: auto;
}

.pd-about-stats .pd-stat-card:hover {
  border-color: rgba(240, 200, 0, 0.42);
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.35);
}

.pd-about-stats .pd-stat-card:hover .pd-stat-icon {
  background: rgba(240, 200, 0, 0.18);
  border-color: rgba(240, 200, 0, 0.45);
}

.pd-about-stats .pd-stat-value--sm {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
}

.pd-about-intro-text {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  padding: 40px 36px 8px;
  border-top: 1px solid rgba(240, 200, 0, 0.2);
  position: relative;
}

.pd-about-intro-text::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
  height: 3px;
  background: var(--pd-gold);
}

.pd-about-intro-text .pd-eyebrow {
  margin-bottom: 20px;
}

.pd-about-intro-text p {
  color: var(--pd-text);
  font-size: 1rem;
  line-height: 1.8;
  margin: 0 0 18px;
}

.pd-about-intro-text p:last-child {
  margin-bottom: 0;
  color: var(--pd-muted);
  font-size: 0.9375rem;
}

.pd-stat-value--sm {
  font-size: 1.25rem;
}

/* Process steps */
.pd-process {
  background: var(--pd-dark);
}

.pd-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 48px;
  position: relative;
}

.pd-process-grid::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 12.5%;
  right: 12.5%;
  height: 2px;
  background: repeating-linear-gradient(90deg, rgba(240, 200, 0, 0.5) 0 10px, transparent 10px 20px);
  z-index: 0;
}

.pd-process-step {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 8px;
}

.pd-process-num {
  width: 56px;
  height: 56px;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: var(--pd-gold);
  color: var(--pd-black);
  font-size: 1.5rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 6px var(--pd-dark);
}

.pd-process-step h3 {
  font-size: 1.0625rem;
  font-weight: 800;
  color: var(--pd-white);
  margin: 0 0 10px;
}

.pd-process-step p {
  font-size: 0.875rem;
  color: var(--pd-text-dim);
  line-height: 1.6;
  margin: 0;
}

/* Gallery */
.pd-gallery {
  background: var(--pd-black);
}

.pd-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 44px;
}

.pd-gallery-item {
  position: relative;
  margin: 0;
  border-radius: var(--pd-radius);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  aspect-ratio: 4/3;
}

.pd-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  background: #0a0a0a;
  transition: transform 0.5s var(--pd-ease);
}

.pd-gallery-item:hover img {
  transform: scale(1.06);
}

.pd-gallery-item figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 26px 14px 12px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--pd-white);
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.85));
  display: flex;
  align-items: center;
  gap: 7px;
}

.pd-gallery-item figcaption::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--pd-gold);
  flex: none;
}

/* Why cards */
.pd-whycards {
  background: var(--pd-dark);
}

.pd-whycards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 44px;
}

.pd-whycard {
  background: var(--pd-dark-2);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--pd-radius);
  padding: 32px 24px;
  transition: border-color var(--pd-duration) var(--pd-ease),
    transform var(--pd-duration) var(--pd-ease);
}

.pd-whycard:hover {
  border-color: rgba(240, 200, 0, 0.4);
  transform: translateY(-3px);
}

.pd-whycard-icon {
  width: 54px;
  height: 54px;
  border-radius: 12px;
  background: rgba(240, 200, 0, 0.1);
  border: 1px solid rgba(240, 200, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pd-gold);
  margin-bottom: 20px;
}

.pd-whycard h3 {
  font-size: 1.0625rem;
  font-weight: 800;
  color: var(--pd-white);
  margin: 0 0 10px;
}

.pd-whycard p {
  font-size: 0.875rem;
  color: var(--pd-text-dim);
  line-height: 1.65;
  margin: 0;
}

@media (max-width: 1000px) {
  .pd-about-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .pd-about-intro-text {
    padding: 36px 24px 4px;
  }

  .pd-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pd-whycards-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pd-process-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px 24px;
  }

  .pd-process-grid::before {
    display: none;
  }
}

@media (max-width: 540px) {
  .pd-about-stats {
    grid-template-columns: 1fr;
  }

  .pd-gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .pd-whycards-grid,
  .pd-process-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   SERVICES PAGE — mockup #6
   ============================================================ */

.pd-srv {
  background: var(--pd-black);
}

.pd-srv-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.pd-srv-card {
  background: var(--pd-dark-2);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--pd-radius);
  padding: 34px 30px;
  display: flex;
  flex-direction: column;
  transition: border-color var(--pd-duration) var(--pd-ease),
    transform var(--pd-duration) var(--pd-ease),
    box-shadow var(--pd-duration) var(--pd-ease);
}

.pd-srv-card:hover {
  border-color: rgba(240, 200, 0, 0.42);
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.42);
}

.pd-srv-icon {
  width: 60px;
  height: 60px;
  border-radius: 14px;
  background: rgba(240, 200, 0, 0.1);
  border: 1px solid rgba(240, 200, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pd-gold);
  margin-bottom: 22px;
}

.pd-srv-card h3 {
  font-size: 1.1875rem;
  font-weight: 800;
  color: var(--pd-white);
  margin: 0 0 12px;
  line-height: 1.3;
}

.pd-srv-card p {
  font-size: 0.9375rem;
  color: var(--pd-text-dim);
  line-height: 1.65;
  margin: 0 0 20px;
  flex-grow: 1;
}

.pd-srv-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--pd-gold);
  text-decoration: none;
  transition: gap var(--pd-duration) var(--pd-ease);
}

.pd-srv-link:hover {
  gap: 13px;
}

/* Sectors */
.pd-sectors-section {
  background: var(--pd-dark);
}

.pd-sectors {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
  margin-top: 44px;
}

.pd-sector {
  background: var(--pd-dark-2);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--pd-radius);
  padding: 28px 12px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  transition: border-color var(--pd-duration) var(--pd-ease),
    transform var(--pd-duration) var(--pd-ease);
}

.pd-sector:hover {
  border-color: rgba(240, 200, 0, 0.42);
  transform: translateY(-3px);
}

.pd-sector-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1.5px solid rgba(240, 200, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pd-gold);
}

.pd-sector span {
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--pd-white);
}

/* CTA band */
.pd-cta {
  background: var(--pd-black);
  padding: 56px 0 96px;
}

.pd-cta-inner {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  background: linear-gradient(155deg, rgba(240, 200, 0, 0.11) 0%, rgba(240, 200, 0, 0.03) 38%, var(--pd-dark-2) 72%);
  border: 1px solid rgba(240, 200, 0, 0.24);
  border-radius: 16px;
  padding: clamp(36px, 5.5vw, 56px) clamp(32px, 5vw, 64px);
  box-shadow:
    0 24px 56px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.pd-cta-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--pd-gold) 0%, rgba(240, 200, 0, 0.35) 55%, transparent 100%);
}

.pd-cta-glow {
  position: absolute;
  top: -40%;
  right: -8%;
  width: min(420px, 55vw);
  height: min(420px, 55vw);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(240, 200, 0, 0.14) 0%, transparent 68%);
  pointer-events: none;
}

.pd-cta-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}

.pd-cta-kicker {
  font-size: 0.6875rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--pd-gold);
}

.pd-cta-icon {
  width: 52px;
  height: 52px;
  flex: none;
  border-radius: 14px;
  background: rgba(240, 200, 0, 0.14);
  border: 1px solid rgba(240, 200, 0, 0.38);
  color: var(--pd-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(240, 200, 0, 0.12);
}

.pd-cta-text {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 640px;
  margin-bottom: 32px;
}

.pd-cta-text h3 {
  font-size: clamp(1.375rem, 2.8vw, 1.875rem);
  font-weight: 800;
  color: var(--pd-white);
  line-height: 1.35;
  letter-spacing: -0.015em;
  margin: 0 0 16px;
}

.pd-cta-text p {
  font-size: clamp(0.9375rem, 1.6vw, 1.0625rem);
  color: var(--pd-text-dim);
  line-height: 1.8;
  margin: 0;
}

.pd-cta-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  width: 100%;
}

.pd-cta-actions .pd-btn {
  min-width: 200px;
  padding: 15px 30px;
  font-size: 0.8125rem;
}

.pd-cta-actions .pd-btn-outline {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.03);
}

.pd-cta-actions .pd-btn-outline:hover {
  background: rgba(240, 200, 0, 0.08);
}

.pd-cta-actions .pd-btn-icon {
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .pd-cta-actions {
    width: auto;
  }

  .pd-cta-actions .pd-btn {
    min-width: 220px;
  }
}

@media (max-width: 980px) {
  .pd-srv-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pd-sectors {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 620px) {
  .pd-srv-grid {
    grid-template-columns: 1fr;
  }

  .pd-sectors {
    grid-template-columns: repeat(2, 1fr);
  }

  .pd-cta-inner {
    padding: 32px 24px;
  }

  .pd-cta-text {
    margin-bottom: 26px;
  }

  .pd-cta-text h3 {
    margin-bottom: 12px;
  }

  .pd-cta-actions {
    flex-direction: column;
  }

  .pd-cta-actions .pd-btn {
    width: 100%;
    min-width: 0;
  }
}

/* ============================================================
   HOMEPAGE UI — trust bar, services, why reasons
   ============================================================ */

.pd-trust-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 48px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.pd-trust-card {
  background: linear-gradient(160deg, rgba(240, 200, 0, 0.06) 0%, var(--pd-dark-2) 45%);
  border: 1px solid rgba(240, 200, 0, 0.16);
  border-radius: var(--pd-radius);
  padding: 24px 20px;
  text-align: left;
  transition: border-color var(--pd-duration) var(--pd-ease),
    transform var(--pd-duration) var(--pd-ease),
    box-shadow var(--pd-duration) var(--pd-ease);
}

.pd-trust-card:hover {
  border-color: rgba(240, 200, 0, 0.42);
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.35);
}

.pd-trust-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  border-radius: 12px;
  background: rgba(240, 200, 0, 0.12);
  border: 1px solid rgba(240, 200, 0, 0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pd-gold);
}

.pd-trust-card h4 {
  margin: 0 0 8px;
  font-size: 0.8125rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--pd-white);
  line-height: 1.35;
}

.pd-trust-card p {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.6;
  color: var(--pd-muted);
}

a.pd-service-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  text-decoration: none;
  color: inherit;
  padding: 28px 24px;
  background: var(--pd-dark-2);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--pd-radius);
  min-height: 100%;
}

a.pd-service-card:hover {
  border-color: rgba(240, 200, 0, 0.45);
  background: linear-gradient(155deg, rgba(240, 200, 0, 0.07) 0%, var(--pd-dark-2) 50%);
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
}

.pd-services-grid {
  gap: 20px;
}

.pd-service-icon {
  width: 52px;
  height: 52px;
  margin: 0 0 18px;
  padding: 12px;
  border-radius: 12px;
  background: rgba(240, 200, 0, 0.1);
  border: 1px solid rgba(240, 200, 0, 0.25);
  box-sizing: border-box;
}

.pd-service-icon svg {
  width: 100%;
  height: 100%;
}

.pd-service-card h3 {
  font-size: 0.875rem;
  text-align: left;
  margin-bottom: 10px;
}

.pd-service-desc {
  margin: 0 0 16px;
  font-size: 0.8125rem;
  line-height: 1.6;
  color: var(--pd-muted);
  flex: 1;
}

.pd-service-link {
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--pd-gold);
  transition: letter-spacing var(--pd-duration) var(--pd-ease);
}

a.pd-service-card:hover .pd-service-link {
  letter-spacing: 0.1em;
}

.pd-why-grid li {
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--pd-radius-sm);
  transition: border-color var(--pd-duration) var(--pd-ease),
    background var(--pd-duration) var(--pd-ease);
}

.pd-why-grid li:hover {
  border-color: rgba(240, 200, 0, 0.28);
  background: rgba(240, 200, 0, 0.04);
}

.pd-why-grid li > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.pd-why-grid li strong {
  font-size: 0.8125rem;
  font-weight: 800;
  color: var(--pd-white);
  line-height: 1.35;
}

.pd-why-grid li span {
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--pd-muted);
  line-height: 1.55;
}

.pd-why-grid .pd-check-icon {
  flex-shrink: 0;
  margin-top: 2px;
}

@media (max-width: 960px) {
  .pd-trust-bar {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .pd-trust-bar {
    grid-template-columns: 1fr;
  }

  body.page-premium .pd-contact-card {
    padding: 20px 18px;
  }

  body.page-premium .pd-contact-cta {
    padding: 22px 20px;
  }
}

/* ============================================================
   GUARD PAGE — хaruул хamgaалалт
   ============================================================ */

.pd-guard-intro {
  background: var(--pd-dark);
}

.pd-guard-types {
  background: var(--pd-black);
}

.pd-guard-lead {
  text-align: center;
  color: var(--pd-muted);
  font-size: 0.9375rem;
  margin: -12px auto 36px;
  max-width: 520px;
}

.pd-guard-grid {
  margin-top: 0;
}

.pd-guard-type {
  background: linear-gradient(160deg, rgba(240, 200, 0, 0.06) 0%, var(--pd-dark-2) 48%);
  border: 1px solid rgba(240, 200, 0, 0.16);
  border-radius: var(--pd-radius);
  padding: 24px 20px;
  text-align: left;
  transition: border-color var(--pd-duration) var(--pd-ease),
    transform var(--pd-duration) var(--pd-ease),
    box-shadow var(--pd-duration) var(--pd-ease);
}

.pd-guard-type:hover {
  border-color: rgba(240, 200, 0, 0.42);
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.35);
}

.pd-guard-type h3 {
  font-size: 0.875rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--pd-white);
  margin: 0 0 10px;
}

.pd-guard-type p {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.6;
  color: var(--pd-muted);
}

.pd-guard-duties {
  background: var(--pd-dark);
}

.pd-guard-duties-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  list-style: none;
  margin: 36px 0 0;
  padding: 0;
}

.pd-guard-duties-grid li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(240, 200, 0, 0.14);
  border-radius: var(--pd-radius-sm);
  transition: border-color var(--pd-duration) var(--pd-ease),
    background var(--pd-duration) var(--pd-ease);
}

.pd-guard-duties-grid li:hover {
  border-color: rgba(240, 200, 0, 0.32);
  background: rgba(240, 200, 0, 0.04);
}

.pd-guard-duties-grid strong {
  display: block;
  font-size: 0.8125rem;
  font-weight: 800;
  color: var(--pd-white);
  margin-bottom: 4px;
}

.pd-guard-duties-grid span {
  font-size: 0.8125rem;
  line-height: 1.55;
  color: var(--pd-muted);
}

.pd-guard-stats .pd-stat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 168px;
  padding: 24px 16px 22px;
}

.pd-guard-stats .pd-stat-icon {
  margin: 0 0 16px;
  flex-shrink: 0;
}

.pd-guard-stats .pd-stat-value {
  display: block;
  width: 100%;
  margin: 0 0 10px;
  line-height: 1.15;
}

.pd-guard-stats .pd-stat-label {
  display: block;
  width: 100%;
  margin: 0;
  line-height: 1.45;
  max-width: 12em;
  margin-inline: auto;
}

.pd-guard-stats .pd-stat-value--sm {
  font-size: clamp(0.875rem, 1.5vw, 1.125rem);
  letter-spacing: 0.02em;
}

.pd-guard-gallery {
  background: var(--pd-black);
  padding-top: 0;
}

.pd-guard-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

@media (max-width: 1100px) {
  .pd-guard-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 820px) {
  .pd-guard-duties-grid {
    grid-template-columns: 1fr;
  }

  .pd-guard-gallery-grid {
    grid-template-columns: 1fr;
  }
}


.pd-services-more {
  margin-top: 28px;
  text-align: center;
}

.pd-services-more-link {
  color: var(--pd-gold);
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  border-bottom: 1px solid rgba(240, 200, 0, 0.35);
  padding-bottom: 2px;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.pd-services-more-link:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}

.pd-about-text a {
  color: var(--pd-gold);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(240, 200, 0, 0.35);
}

.pd-about-text a:hover {
  color: #fff;
}

/* Mobile/tablet layouts: see assets/css/mobile-app.css (data-viewport detection) */
