/* =========================================================
   PLANET MONTAŽ PREMIUM PAGES — CLEAN CSS v3
   Shortcodes: [pm_premium_home], [pm_premium_services], [pm_premium_contact]
   ========================================================= */

/* ---------- WordPress / Astra reset ---------- */

html,
body.pm-premium-page {
  overflow-x: hidden !important;
}

body.pm-premium-page {
  margin: 0 !important;
  padding: 0 !important;
  background: #080706 !important;
}

body.pm-premium-page #masthead,
body.pm-premium-page header.site-header,
body.pm-premium-page .site-header,
body.pm-premium-page #colophon,
body.pm-premium-page footer.site-footer,
body.pm-premium-page .site-footer {
  display: none !important;
}

body.pm-premium-page .site-content,
body.pm-premium-page .content-area,
body.pm-premium-page .entry-content,
body.pm-premium-page .wp-block-shortcode,
body.pm-premium-page .site-main,
body.pm-premium-page article,
body.pm-premium-page .ast-article-single,
body.pm-premium-page .type-page {
  margin: 0 !important;
  padding: 0 !important;
  background: #080706 !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

body.pm-premium-page .ast-container,
body.pm-premium-page .site-content > .ast-container {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}

body.pm-premium-page .entry-header,
body.pm-premium-page .entry-title {
  display: none !important;
}

/* ---------- Base ---------- */

.pm-home {
  --pm-black: #080706;
  --pm-brown-dark: #17100a;
  --pm-brown: #24160d;
  --pm-yellow: #f5c400;
  --pm-cream: #f8f1e7;
  --pm-muted: #b8afa3;
  --pm-border: rgba(245, 196, 0, 0.18);

  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 5%, rgba(245, 196, 0, 0.13), transparent 28%),
    radial-gradient(circle at 90% 20%, rgba(88, 48, 20, 0.42), transparent 32%),
    var(--pm-black);
  color: var(--pm-cream);
  font-family: inherit;
}

.pm-home * {
  box-sizing: border-box;
}

.pm-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

/* ---------- Header ---------- */

.pm-home .pm-site-header,
header.pm-site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  background: rgba(8, 7, 6, 0.98) !important;
  border-bottom: 1px solid rgba(245, 196, 0, 0.16) !important;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.34) !important;
  backdrop-filter: blur(14px);
}

.pm-site-header-inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.pm-logo-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--pm-cream) !important;
  text-decoration: none !important;
  font-weight: 900;
  font-size: 19px;
  white-space: nowrap;
}

.pm-logo-wrap img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.pm-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.pm-nav a {
  color: rgba(248, 241, 231, 0.84) !important;
  text-decoration: none !important;
  font-weight: 750;
  font-size: 15px;
}

.pm-nav a:hover,
.pm-nav a.is-active {
  color: var(--pm-yellow) !important;
}

.pm-header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.pm-phone {
  color: var(--pm-cream) !important;
  text-decoration: none !important;
  font-weight: 800;
  white-space: nowrap;
}

.pm-header-btn {
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--pm-yellow);
  color: #120d07 !important;
  text-decoration: none !important;
  font-weight: 900;
  white-space: nowrap;
}

/* ---------- Social icons ---------- */

.pm-socials {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.pm-socials a {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(248, 241, 231, 0.06);
  border: 1px solid rgba(245, 196, 0, 0.18);
  color: var(--pm-cream) !important;
  text-decoration: none !important;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease, border-color 180ms ease;
}

.pm-socials a:hover {
  background: var(--pm-yellow);
  color: #120d07 !important;
  border-color: var(--pm-yellow);
  transform: translateY(-2px);
}

/* ---------- Reusable UI ---------- */

.pm-badge,
.pm-kicker,
.pm-small-label,
.pm-panel-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  color: var(--pm-yellow);
  background: rgba(245, 196, 0, 0.09);
  border: 1px solid var(--pm-border);
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pm-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.pm-buttons-center {
  justify-content: center;
}

.pm-btn {
  min-height: 50px;
  padding: 0 22px;
  border-radius: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  font-weight: 900;
  letter-spacing: 0.02em;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.pm-btn:hover {
  transform: translateY(-2px);
}

.pm-btn-primary {
  color: #120d07 !important;
  background: var(--pm-yellow);
  box-shadow: 0 18px 40px rgba(245, 196, 0, 0.22);
}

.pm-btn-secondary {
  color: var(--pm-cream) !important;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(248, 241, 231, 0.22);
}

.pm-trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.pm-trust-badges span {
  color: var(--pm-cream);
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(245, 196, 0, 0.16);
  border-radius: 999px;
  padding: 10px 13px;
  font-size: 13px;
  font-weight: 750;
}

/* ---------- Home hero ---------- */

.pm-hero {
  position: relative;
  padding: 72px 0 62px;
  background: linear-gradient(135deg, rgba(8, 7, 6, 0.97), rgba(36, 22, 13, 0.92));
  overflow: hidden;
}

.pm-hero::after {
  content: "";
  position: absolute;
  left: -10%;
  right: -10%;
  bottom: -32%;
  height: 240px;
  background: radial-gradient(circle, rgba(245, 196, 0, 0.12), transparent 65%);
  pointer-events: none;
}

.pm-hero-layout {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 44px;
  align-items: center;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

.pm-hero h1 {
  max-width: 760px;
  margin: 24px 0 18px;
  color: var(--pm-cream);
  font-size: clamp(38px, 4.2vw, 62px);
  line-height: 1.03;
  letter-spacing: -0.045em;
  font-weight: 900;
}

.pm-lead {
  max-width: 690px;
  margin: 0 0 14px;
  color: var(--pm-cream);
  font-size: clamp(18px, 1.45vw, 22px);
  line-height: 1.45;
}

.pm-hero-text,
.pm-section p,
.pm-feature-card p,
.pm-step-card p,
.pm-service-card p,
.pm-final-cta p {
  color: var(--pm-muted);
  font-size: 16px;
  line-height: 1.7;
}

.pm-hero-text {
  max-width: 620px;
}

.pm-hero-card {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid var(--pm-border);
  background: var(--pm-brown);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
}

.pm-hero-card img {
  width: 100%;
  height: 500px;
  min-height: 420px;
  object-fit: cover;
  display: block;
  opacity: 0.9;
}

.pm-hero-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(8, 7, 6, 0.9), transparent 55%);
}

.pm-hero-card-label {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 1;
  padding: 18px;
  border-radius: 18px;
  background: rgba(8, 7, 6, 0.72);
  border: 1px solid rgba(245, 196, 0, 0.18);
  backdrop-filter: blur(10px);
}

.pm-hero-card-label strong,
.pm-hero-card-label span {
  display: block;
}

.pm-hero-card-label strong {
  color: var(--pm-cream);
  font-size: 18px;
}

.pm-hero-card-label span {
  color: var(--pm-muted);
  margin-top: 4px;
}

/* ---------- Generic sections/cards ---------- */

.pm-trust-strip {
  padding: 24px 0;
  border-top: 1px solid rgba(245, 196, 0, 0.1);
  border-bottom: 1px solid rgba(245, 196, 0, 0.1);
  background: rgba(23, 16, 10, 0.72);
}

.pm-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.pm-trust-grid div {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(245, 196, 0, 0.12);
}

.pm-trust-grid strong,
.pm-trust-grid span {
  display: block;
}

.pm-trust-grid strong {
  color: var(--pm-cream);
  font-size: 16px;
}

.pm-trust-grid span {
  color: var(--pm-muted);
  margin-top: 4px;
  font-size: 13px;
}

.pm-section {
  padding: 86px 0;
  background: linear-gradient(180deg, rgba(8, 7, 6, 1), rgba(23, 16, 10, 0.88));
}

.pm-process-section {
  background: var(--pm-brown-dark);
}

.pm-section-head {
  margin-bottom: 34px;
}

.pm-section h2,
.pm-final-cta h2,
.pm-testimonial-box h2 {
  margin: 14px 0 0;
  color: var(--pm-cream);
  font-size: clamp(32px, 4vw, 56px);
  line-height: 1;
  letter-spacing: -0.04em;
  font-weight: 900;
}

.pm-card-grid {
  display: grid;
  gap: 22px;
}

.pm-card-grid-4 { grid-template-columns: repeat(4, 1fr); }
.pm-card-grid-3 { grid-template-columns: repeat(3, 1fr); }
.pm-card-grid-5 { grid-template-columns: repeat(5, 1fr); }

.pm-service-card,
.pm-step-card,
.pm-feature-card,
.pm-check-card,
.pm-testimonial-box {
  border: 1px solid var(--pm-border);
  background: linear-gradient(180deg, rgba(36, 22, 13, 0.96), rgba(15, 10, 7, 0.96));
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
}

.pm-service-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
}

.pm-card-body {
  padding: 22px;
}

.pm-service-card h3,
.pm-step-card h3,
.pm-feature-card h3 {
  margin: 14px 0 8px;
  color: var(--pm-cream);
  font-size: 21px;
  line-height: 1.15;
}

.pm-step-card,
.pm-feature-card {
  padding: 28px;
}

.pm-step-number {
  display: inline-flex;
  color: var(--pm-yellow);
  font-size: 32px;
  font-weight: 950;
  letter-spacing: -0.05em;
}

.pm-split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 32px;
  align-items: center;
}

.pm-check-card {
  padding: 30px;
}

.pm-check-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pm-check-card li {
  position: relative;
  padding: 13px 0 13px 34px;
  color: var(--pm-cream);
  border-bottom: 1px solid rgba(245, 196, 0, 0.1);
}

.pm-check-card li:last-child {
  border-bottom: 0;
}

.pm-check-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 13px;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--pm-yellow);
  color: #120d07;
  font-weight: 900;
  font-size: 13px;
}

.pm-project-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
  gap: 20px;
}

.pm-project-grid img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 24px;
  border: 1px solid var(--pm-border);
  display: block;
}

.pm-project-grid img:first-child {
  height: 460px;
}

.pm-testimonial-section {
  background: #060504;
}

.pm-testimonial-box {
  text-align: center;
  padding: 54px 28px;
}

.pm-final-cta {
  text-align: center;
  padding: 90px 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(245, 196, 0, 0.18), transparent 36%),
    linear-gradient(135deg, #24160d, #080706);
  border-top: 1px solid rgba(245, 196, 0, 0.15);
}

.pm-final-cta p {
  max-width: 720px;
  margin: 18px auto 0;
  font-size: 18px;
}

/* ---------- Footer ---------- */

.pm-footer {
  background:
    radial-gradient(circle at 20% 0%, rgba(245, 196, 0, 0.10), transparent 32%),
    linear-gradient(180deg, #080706, #050403);
  border-top: 1px solid rgba(245, 196, 0, 0.14);
  padding: 72px 0 26px;
  color: var(--pm-cream);
}

.pm-footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.85fr 0.85fr 0.85fr;
  gap: 34px;
  align-items: start;
}

.pm-footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--pm-cream) !important;
  text-decoration: none !important;
  font-weight: 900;
  font-size: 22px;
}

.pm-footer-logo img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.pm-footer-brand p {
  max-width: 460px;
  color: var(--pm-muted);
  line-height: 1.7;
  margin: 20px 0 22px;
}

.pm-footer-col h3 {
  color: var(--pm-yellow);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  margin: 0 0 18px;
}

.pm-footer-col a,
.pm-footer-col span {
  display: block;
  color: rgba(248, 241, 231, 0.78) !important;
  text-decoration: none !important;
  margin-bottom: 12px;
  font-weight: 650;
}

.pm-footer-col a:hover {
  color: var(--pm-yellow) !important;
}

.pm-footer-bottom {
  margin-top: 48px;
  padding-top: 22px;
  border-top: 1px solid rgba(245, 196, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: rgba(248, 241, 231, 0.58);
  font-size: 14px;
}

.pm-footer-bottom a {
  color: var(--pm-yellow) !important;
  text-decoration: none !important;
  font-weight: 900;
}

body.pm-premium-page #ast-scroll-top,
body.pm-premium-page .ast-scroll-top-icon,
body.pm-premium-page .ast-scroll-to-top-right {
  background: var(--pm-yellow) !important;
  color: #120d07 !important;
  border-radius: 999px !important;
  border: 1px solid rgba(245, 196, 0, 0.35) !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35) !important;
}

/* =========================================================
   SERVICES PAGE
   ========================================================= */

.pm-subpage {
  background:
    radial-gradient(circle at 12% 0%, rgba(245, 196, 0, 0.12), transparent 30%),
    radial-gradient(circle at 92% 15%, rgba(88, 48, 20, 0.38), transparent 34%),
    #080706;
}

.pm-sub-hero,
.pm-contact-hero {
  padding: 92px 0 82px;
  background: linear-gradient(135deg, rgba(8, 7, 6, 0.98), rgba(36, 22, 13, 0.92));
  border-bottom: 1px solid rgba(245, 196, 0, 0.12);
  overflow: hidden;
}

.pm-sub-hero-layout,
.pm-contact-hero-layout {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  gap: 46px;
  align-items: center;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.pm-sub-hero-layout {
  grid-template-columns: 1.12fr 0.88fr;
}

.pm-contact-hero-layout {
  grid-template-columns: 1.08fr 0.92fr;
}

.pm-sub-hero h1,
.pm-contact-hero h1 {
  max-width: 850px;
  margin: 24px 0 18px;
  color: #f8f1e7;
  font-size: clamp(44px, 5vw, 72px);
  line-height: 1;
  letter-spacing: -0.055em;
  font-weight: 950;
}

.pm-sub-hero p,
.pm-contact-hero p {
  max-width: 700px;
  margin: 0;
  color: #b8afa3;
  font-size: 18px;
  line-height: 1.75;
}

.pm-sub-hero-image-card {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(245, 196, 0, 0.18);
  background: #24160d;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
  min-height: 500px;
}

.pm-sub-hero-image-card img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
  display: block;
  filter: saturate(0.95) contrast(1.05);
}

.pm-sub-hero-image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(8, 7, 6, 0.92), rgba(8, 7, 6, 0.18) 55%, rgba(8, 7, 6, 0.05));
}

.pm-sub-hero-image-overlay {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 2;
  padding: 20px;
  border-radius: 20px;
  background: rgba(8, 7, 6, 0.82);
  border: 1px solid rgba(245, 196, 0, 0.18);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(10px);
}

.pm-sub-hero-image-overlay strong {
  display: block;
  margin-top: 10px;
  color: #f8f1e7;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 950;
}

.pm-sub-hero-image-overlay p {
  margin-top: 12px;
  color: #b8afa3;
  font-size: 15px;
  line-height: 1.75;
}

.pm-service-premium-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.pm-service-premium-card,
.pm-contact-method-card {
  min-height: 300px;
  padding: 30px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 18% 0%, rgba(245, 196, 0, 0.06), transparent 34%),
    linear-gradient(180deg, rgba(22, 15, 10, 0.98), rgba(7, 5, 4, 0.98));
  border: 1px solid rgba(245, 196, 0, 0.16);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
  text-decoration: none !important;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.pm-service-premium-card:hover,
.pm-contact-method-card:hover {
  transform: translateY(-4px);
  border-color: rgba(245, 196, 0, 0.32);
}

.pm-service-premium-card span,
.pm-contact-method-card span {
  display: inline-flex;
  color: #f5c400;
  font-size: 30px;
  font-weight: 950;
  letter-spacing: -0.06em;
  margin-bottom: 20px;
}

.pm-service-premium-card h3,
.pm-contact-method-card h3 {
  margin: 0 0 12px;
  color: #f8f1e7;
  font-size: 22px;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.pm-service-premium-card p,
.pm-contact-method-card p {
  margin: 0;
  color: #b8afa3;
  font-size: 14.5px;
  line-height: 1.72;
}

.pm-feature-image-card {
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(245, 196, 0, 0.16);
  background: linear-gradient(180deg, rgba(20, 13, 8, 0.98), rgba(7, 5, 4, 0.98));
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
  transition: transform 180ms ease, border-color 180ms ease;
}

.pm-feature-image-card:hover {
  transform: translateY(-4px);
  border-color: rgba(245, 196, 0, 0.3);
}

.pm-feature-image-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  display: block;
  filter: saturate(0.96) contrast(1.04);
}

.pm-feature-image-body {
  min-height: 150px;
  padding: 24px;
}

.pm-feature-image-body h3 {
  margin: 0 0 10px;
  color: #f8f1e7;
  font-size: 23px;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.pm-feature-image-body p {
  margin: 0;
  color: #b8afa3;
  font-size: 14.8px;
  line-height: 1.72;
}

.pm-services-page .pm-step-card {
  min-height: 230px;
  background:
    radial-gradient(circle at 18% 0%, rgba(245, 196, 0, 0.08), transparent 35%),
    linear-gradient(180deg, rgba(36, 22, 13, 0.96), rgba(10, 7, 5, 0.98));
}

.pm-faq-section {
  background:
    radial-gradient(circle at 80% 0%, rgba(245, 196, 0, 0.10), transparent 30%),
    linear-gradient(180deg, #080706, #17100a);
}

.pm-faq-section .pm-split {
  align-items: start;
}

.pm-faq-list {
  display: grid;
  gap: 14px;
}

.pm-faq-list details {
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(36, 22, 13, 0.96), rgba(12, 8, 6, 0.98));
  border: 1px solid rgba(245, 196, 0, 0.16);
  overflow: hidden;
  transition: border-color 180ms ease, transform 180ms ease;
}

.pm-faq-list details:hover {
  border-color: rgba(245, 196, 0, 0.32);
  transform: translateY(-2px);
}

.pm-faq-list summary {
  cursor: pointer;
  list-style: none;
  padding: 20px 22px;
  color: #f8f1e7;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 900;
}

.pm-faq-list summary::-webkit-details-marker {
  display: none;
}

.pm-faq-list summary::after {
  content: "+";
  float: right;
  color: #f5c400;
  font-size: 22px;
  line-height: 1;
}

.pm-faq-list details[open] summary::after {
  content: "−";
}

.pm-faq-list details p {
  margin: 0;
  padding: 0 22px 22px;
  color: #b8afa3;
  font-size: 15.5px;
  line-height: 1.75;
}

/* =========================================================
   CONTACT PAGE
   ========================================================= */

.pm-contact-panel,
.pm-contact-form-card,
.pm-contact-side-card {
  padding: 34px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 18% 0%, rgba(245, 196, 0, 0.10), transparent 36%),
    linear-gradient(180deg, rgba(36, 22, 13, 0.96), rgba(10, 7, 5, 0.96));
  border: 1px solid rgba(245, 196, 0, 0.18);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.35);
}

.pm-contact-big-link {
  display: block;
  padding: 22px;
  border-radius: 22px;
  margin-top: 16px;
  background: rgba(248, 241, 231, 0.045);
  border: 1px solid rgba(245, 196, 0, 0.14);
  text-decoration: none !important;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.pm-contact-big-link:hover {
  transform: translateY(-3px);
  border-color: rgba(245, 196, 0, 0.32);
  background: rgba(245, 196, 0, 0.08);
}

.pm-contact-big-link span {
  display: block;
  color: #b8afa3;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 7px;
}

.pm-contact-big-link strong {
  display: block;
  color: #f8f1e7;
  font-size: clamp(24px, 2.5vw, 34px);
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.pm-contact-note {
  margin-top: 20px;
  color: #b8afa3;
  font-size: 15px;
  line-height: 1.7;
}

.pm-contact-method-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.pm-contact-method-card strong {
  display: block;
  color: #f8f1e7;
  font-size: 18px;
  line-height: 1.35;
  margin-bottom: 14px;
}

.pm-contact-form-section {
  background:
    radial-gradient(circle at 80% 0%, rgba(245, 196, 0, 0.10), transparent 30%),
    linear-gradient(180deg, #080706, #17100a);
}

.pm-contact-form-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: start;
}

.pm-contact-form-card h2 {
  margin: 16px 0 14px;
  color: #f8f1e7;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.pm-contact-form-card p {
  color: #b8afa3;
  font-size: 16px;
  line-height: 1.75;
}

.pm-email-box {
  margin-top: 24px;
  padding: 24px;
  border-radius: 22px;
  background: rgba(248, 241, 231, 0.045);
  border: 1px solid rgba(245, 196, 0, 0.14);
}

.pm-contact-side-card h3 {
  margin: 0 0 22px;
  color: #f8f1e7;
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.pm-mini-check {
  padding: 18px 0;
  border-bottom: 1px solid rgba(245, 196, 0, 0.12);
}

.pm-mini-check:last-child {
  border-bottom: 0;
}

.pm-mini-check strong {
  display: block;
  color: #f5c400;
  font-size: 16px;
  margin-bottom: 6px;
}

.pm-mini-check span {
  display: block;
  color: #b8afa3;
  font-size: 15px;
  line-height: 1.65;
}

/* ---------- Mobile sticky CTA ---------- */

.pm-mobile-sticky-cta {
  display: none;
}

@media (max-width: 760px) {
  body.pm-premium-page {
    padding-bottom: 86px !important;
  }

  .pm-mobile-sticky-cta {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 99999;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 10px;
    padding: 10px;
    border-radius: 999px;
    background: rgba(8, 7, 6, 0.90);
    border: 1px solid rgba(245, 196, 0, 0.22);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(16px);
  }

  .pm-mobile-sticky-cta a {
    min-height: 48px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 900;
  }

  .pm-mobile-call {
    color: #f8f1e7 !important;
    background: rgba(248, 241, 231, 0.06);
    border: 1px solid rgba(248, 241, 231, 0.16);
  }

  .pm-mobile-inquiry {
    color: #120d07 !important;
    background: #f5c400;
    border: 1px solid #f5c400;
  }
}

/* ---------- Responsive ---------- */

@media (max-width: 1180px) {
  .pm-socials-header {
    display: none;
  }
}

@media (max-width: 1100px) {
  .pm-card-grid-4,
  .pm-card-grid-5 {
    grid-template-columns: repeat(2, 1fr);
  }

  .pm-trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pm-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .pm-service-premium-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pm-sub-hero-layout,
  .pm-contact-hero-layout,
  .pm-contact-form-grid {
    grid-template-columns: 1fr;
  }

  .pm-contact-method-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .pm-container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .pm-site-header {
    position: relative !important;
    background: #080706 !important;
  }

  .pm-site-header-inner {
    min-height: auto !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    gap: 14px !important;
    display: flex !important;
    flex-wrap: wrap !important;
  }

  .pm-logo-wrap {
    order: 1 !important;
  }

  .pm-logo-wrap img {
    width: 44px !important;
    height: 44px !important;
  }

  .pm-logo-wrap span {
    font-size: 18px !important;
  }

  .pm-header-actions {
    display: contents !important;
  }

  .pm-phone {
    order: 2 !important;
    margin-left: auto !important;
    font-size: 15px !important;
  }

  .pm-nav {
    order: 3 !important;
    width: 100% !important;
    justify-content: center !important;
    gap: 16px !important;
    flex-wrap: wrap !important;
  }

  .pm-nav a {
    font-size: 14px !important;
  }

  .pm-socials-header {
    order: 4 !important;
    display: inline-flex !important;
    width: 100% !important;
    justify-content: center !important;
    margin: 2px 0 4px !important;
  }

  .pm-header-btn {
    display: none !important;
  }

  .pm-hero,
  .pm-sub-hero,
  .pm-contact-hero {
    padding: 42px 0 42px !important;
    overflow: hidden !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
  }

  .pm-hero::before,
  .pm-hero::after,
  .pm-sub-hero::before,
  .pm-sub-hero::after,
  .pm-contact-hero::before,
  .pm-contact-hero::after {
    display: none !important;
  }

  .pm-hero-layout,
  .pm-sub-hero-layout,
  .pm-contact-hero-layout {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
  }

  .pm-badge,
  .pm-kicker,
  .pm-small-label,
  .pm-panel-label {
    max-width: 100%;
    white-space: normal;
    font-size: 10px;
    line-height: 1.3;
    padding: 8px 12px;
  }

  .pm-hero h1 {
    font-size: 32px !important;
    line-height: 1.08 !important;
    letter-spacing: -0.03em !important;
    max-width: 100% !important;
    margin: 22px 0 16px !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
  }

  .pm-sub-hero h1,
  .pm-contact-hero h1 {
    font-size: clamp(33px, 9vw, 44px) !important;
    line-height: 1.04 !important;
    letter-spacing: -0.04em !important;
  }

  .pm-lead,
  .pm-sub-hero p,
  .pm-contact-hero p {
    font-size: 17px !important;
    line-height: 1.55 !important;
    max-width: 100% !important;
  }

  .pm-hero-text {
    font-size: 15px !important;
    line-height: 1.65 !important;
    max-width: 100% !important;
  }

  .pm-buttons {
    width: 100% !important;
    gap: 12px !important;
    margin-top: 24px !important;
    flex-direction: column !important;
  }

  .pm-btn {
    width: 100% !important;
    min-height: 56px !important;
    font-size: 16px !important;
  }

  .pm-trust-badges {
    gap: 8px !important;
  }

  .pm-trust-badges span {
    font-size: 12px !important;
  }

  .pm-hero-card {
    width: 100% !important;
    border-radius: 22px !important;
    border: 1px solid rgba(245, 196, 0, 0.18) !important;
  }

  .pm-hero-card img {
    height: 310px !important;
    min-height: 0 !important;
  }

  .pm-sub-hero-image-card {
    min-height: auto !important;
    border-radius: 22px !important;
  }

  .pm-sub-hero-image-card img {
    height: 340px !important;
    min-height: 340px !important;
  }

  .pm-sub-hero-image-overlay {
    left: 16px !important;
    right: 16px !important;
    bottom: 16px !important;
    padding: 16px !important;
    border-radius: 16px !important;
  }

  .pm-sub-hero-image-overlay strong {
    font-size: 24px !important;
  }

  .pm-card-grid-3,
  .pm-card-grid-4,
  .pm-card-grid-5,
  .pm-trust-grid,
  .pm-project-grid,
  .pm-footer-grid,
  .pm-service-premium-grid,
  .pm-contact-method-grid,
  .pm-contact-form-grid,
  .pm-split {
    grid-template-columns: 1fr !important;
  }

  .pm-section {
    padding: 62px 0 !important;
  }

  .pm-section h2,
  .pm-final-cta h2,
  .pm-testimonial-box h2 {
    font-size: clamp(30px, 9vw, 42px) !important;
    line-height: 1.05 !important;
  }

  .pm-service-premium-card,
  .pm-contact-method-card {
    min-height: auto !important;
    padding: 24px !important;
  }

  .pm-feature-image-card img {
    height: 220px !important;
  }

  .pm-feature-image-body {
    min-height: auto !important;
    padding: 20px !important;
  }

  .pm-faq-section .pm-split {
    gap: 28px !important;
  }

  .pm-faq-list summary {
    padding: 18px 20px !important;
    font-size: 16px !important;
  }

  .pm-faq-list details p {
    padding: 0 20px 20px !important;
  }

  .pm-contact-panel,
  .pm-contact-form-card,
  .pm-contact-side-card {
    padding: 24px !important;
    border-radius: 24px !important;
  }

  .pm-contact-big-link {
    padding: 19px !important;
    border-radius: 18px !important;
  }

  .pm-project-grid img,
  .pm-project-grid img:first-child {
    height: 300px !important;
  }

  .pm-final-cta {
    padding: 70px 0 !important;
  }

  .pm-footer {
    padding: 54px 0 22px !important;
  }

  .pm-footer-grid {
    gap: 28px !important;
  }

  .pm-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 390px) {
  .pm-container,
  .pm-hero-layout,
  .pm-sub-hero-layout,
  .pm-contact-hero-layout {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .pm-hero h1 {
    font-size: 29px !important;
  }

  .pm-sub-hero h1,
  .pm-contact-hero h1 {
    font-size: 30px !important;
  }

  .pm-lead {
    font-size: 17px !important;
  }

  .pm-nav {
    gap: 12px !important;
  }

  .pm-nav a {
    font-size: 13px !important;
  }
}
/* =========================================================
   PREMIUM ABOUT PAGE
   ========================================================= */

.pm-about-page {
  background:
    radial-gradient(circle at 12% 0%, rgba(245, 196, 0, 0.12), transparent 30%),
    radial-gradient(circle at 92% 15%, rgba(88, 48, 20, 0.38), transparent 34%),
    #080706;
}

.pm-about-hero {
  padding: 92px 0 84px;
  background:
    linear-gradient(135deg, rgba(8, 7, 6, 0.98), rgba(36, 22, 13, 0.92));
  border-bottom: 1px solid rgba(245, 196, 0, 0.12);
  overflow: hidden;
}

.pm-about-hero-layout {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
}

.pm-about-hero h1 {
  max-width: 830px;
  margin: 24px 0 18px;
  color: #F8F1E7;
  font-size: clamp(44px, 5vw, 72px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  font-weight: 950;
}

.pm-about-hero p {
  max-width: 700px;
  color: #B8AFA3;
  font-size: 18px;
  line-height: 1.75;
}

.pm-about-photo-card {
  position: relative;
  min-height: 520px;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(245, 196, 0, 0.18);
  background: #24160d;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
}

.pm-about-photo-card img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  display: block;
  filter: saturate(0.96) contrast(1.04);
}

.pm-about-photo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(8, 7, 6, 0.92), rgba(8, 7, 6, 0.18) 55%, rgba(8, 7, 6, 0.04));
}

.pm-about-photo-overlay {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 2;
  padding: 20px;
  border-radius: 20px;
  background: rgba(8, 7, 6, 0.82);
  border: 1px solid rgba(245, 196, 0, 0.18);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(10px);
}

.pm-about-photo-overlay strong {
  display: block;
  margin-top: 10px;
  color: #F8F1E7;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 950;
}

.pm-about-value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.pm-about-value-card {
  min-height: 270px;
  padding: 30px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 18% 0%, rgba(245, 196, 0, 0.07), transparent 35%),
    linear-gradient(180deg, rgba(22, 15, 10, 0.98), rgba(7, 5, 4, 0.98));
  border: 1px solid rgba(245, 196, 0, 0.16);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
  transition: transform 180ms ease, border-color 180ms ease;
}

.pm-about-value-card:hover {
  transform: translateY(-4px);
  border-color: rgba(245, 196, 0, 0.32);
}

.pm-about-value-card span {
  display: inline-flex;
  color: #F5C400;
  font-size: 30px;
  font-weight: 950;
  letter-spacing: -0.06em;
  margin-bottom: 20px;
}

.pm-about-value-card h3 {
  margin: 0 0 12px;
  color: #F8F1E7;
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.pm-about-value-card p {
  margin: 0;
  color: #B8AFA3;
  font-size: 15px;
  line-height: 1.72;
}

.pm-about-special-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 34px;
  align-items: center;
}

.pm-about-special-grid h2 {
  margin: 16px 0 16px;
  color: #F8F1E7;
  font-size: clamp(36px, 4.4vw, 58px);
  line-height: 1.02;
  letter-spacing: -0.045em;
  font-weight: 950;
}

.pm-about-special-grid p {
  color: #B8AFA3;
  font-size: 16px;
  line-height: 1.75;
}

.pm-about-special-card {
  padding: 32px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 18% 0%, rgba(245, 196, 0, 0.11), transparent 35%),
    linear-gradient(180deg, rgba(36, 22, 13, 0.96), rgba(10, 7, 5, 0.98));
  border: 1px solid rgba(245, 196, 0, 0.16);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
}

.pm-about-special-card div {
  padding: 20px 0;
  border-bottom: 1px solid rgba(245, 196, 0, 0.12);
}

.pm-about-special-card div:first-child {
  padding-top: 0;
}

.pm-about-special-card div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.pm-about-special-card h3 {
  margin: 0 0 8px;
  color: #F8F1E7;
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.pm-about-special-card p {
  margin: 0;
  color: #B8AFA3;
  font-size: 15px;
  line-height: 1.7;
}

.pm-area-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pm-area-chips span {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  background: rgba(248, 241, 231, 0.055);
  border: 1px solid rgba(245, 196, 0, 0.16);
  color: #F8F1E7;
  font-weight: 850;
}

.pm-about-gallery-section {
  background:
    radial-gradient(circle at 80% 0%, rgba(245, 196, 0, 0.10), transparent 30%),
    linear-gradient(180deg, #080706, #17100a);
}

.pm-about-gallery {
  display: grid;
  grid-template-columns: 1.15fr 0.9fr 0.9fr;
  gap: 20px;
}

.pm-about-gallery img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
  border-radius: 26px;
  border: 1px solid rgba(245, 196, 0, 0.18);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
}

.pm-about-gallery img:first-child {
  height: 460px;
}

@media (max-width: 980px) {
  .pm-about-hero-layout,
  .pm-about-special-grid {
    grid-template-columns: 1fr;
  }

  .pm-about-value-grid {
    grid-template-columns: 1fr;
  }

  .pm-about-gallery {
    grid-template-columns: 1fr;
  }

  .pm-about-gallery img,
  .pm-about-gallery img:first-child {
    height: 300px;
  }
}

@media (max-width: 860px) {
  .pm-about-hero {
    padding: 50px 0 48px !important;
  }

  .pm-about-hero-layout {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    gap: 28px !important;
  }

  .pm-about-hero h1 {
    font-size: clamp(33px, 9vw, 44px) !important;
    line-height: 1.04 !important;
    letter-spacing: -0.04em !important;
  }

  .pm-about-hero p {
    font-size: 16px !important;
    line-height: 1.65 !important;
  }

  .pm-about-photo-card {
    min-height: auto !important;
    border-radius: 22px !important;
  }

  .pm-about-photo-card img {
    height: 340px !important;
    min-height: 340px !important;
  }

  .pm-about-photo-overlay {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 16px;
    border-radius: 16px;
  }

  .pm-about-photo-overlay strong {
    font-size: 24px;
  }

  .pm-about-value-card {
    min-height: auto !important;
    padding: 24px !important;
  }

  .pm-about-special-card {
    padding: 24px !important;
    border-radius: 24px !important;
  }

  .pm-about-gallery img,
  .pm-about-gallery img:first-child {
    height: 280px;
  }
}

@media (max-width: 390px) {
  .pm-about-hero-layout {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .pm-about-hero h1 {
    font-size: 30px !important;
  }
}

/* =========================================================
   PREMIUM CONTACT FORM
   ========================================================= */

.pm-contact-form-live {
  margin-top: 28px;
}

.pm-pmf-form {
  display: grid;
  gap: 18px;
}

.pm-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.pm-pmf-form label {
  display: grid;
  gap: 8px;
}

.pm-pmf-form label span {
  color: #F8F1E7;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.03em;
}

.pm-pmf-form input,
.pm-pmf-form select,
.pm-pmf-form textarea {
  width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(245, 196, 0, 0.18);
  background: rgba(248, 241, 231, 0.06);
  color: #F8F1E7;
  padding: 14px 15px;
  font-size: 15px;
  outline: none;
}

.pm-pmf-form input:focus,
.pm-pmf-form select:focus,
.pm-pmf-form textarea:focus {
  border-color: rgba(245, 196, 0, 0.55);
  box-shadow: 0 0 0 4px rgba(245, 196, 0, 0.08);
}

.pm-pmf-form textarea {
  resize: vertical;
}

.pm-pmf-form input::placeholder,
.pm-pmf-form textarea::placeholder {
  color: rgba(184, 175, 163, 0.72);
}

.pm-pmf-form select option {
  background: #17100a;
  color: #F8F1E7;
}

.pm-form-submit {
  width: fit-content;
  border: 0;
  cursor: pointer;
  margin-top: 4px;
}

.pm-form-message {
  padding: 16px 18px;
  border-radius: 18px;
  margin-bottom: 20px;
  font-weight: 800;
  line-height: 1.5;
}

.pm-form-success {
  background: rgba(80, 180, 90, 0.12);
  border: 1px solid rgba(80, 180, 90, 0.35);
  color: #d9ffd8;
}

.pm-form-error {
  background: rgba(220, 70, 70, 0.12);
  border: 1px solid rgba(220, 70, 70, 0.35);
  color: #ffd8d8;
}

.pm-hp-field {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 760px) {
  .pm-form-grid {
    grid-template-columns: 1fr;
  }

  .pm-form-submit {
    width: 100%;
  }
}

/* =========================================================
   HOME REVIEW CARDS
   ========================================================= */

.pm-center-head {
  text-align: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.pm-center-head .pm-kicker {
  margin-left: auto;
  margin-right: auto;
}

.pm-center-head p {
  color: #B8AFA3;
  font-size: 16px;
  line-height: 1.7;
}

.pm-review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 34px;
}

.pm-review-card {
  padding: 30px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 18% 0%, rgba(245, 196, 0, 0.08), transparent 35%),
    linear-gradient(180deg, rgba(36, 22, 13, 0.96), rgba(10, 7, 5, 0.98));
  border: 1px solid rgba(245, 196, 0, 0.16);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
}

.pm-review-stars {
  color: #F5C400;
  font-size: 18px;
  letter-spacing: 0.12em;
  margin-bottom: 18px;
}

.pm-review-card h3 {
  margin: 0 0 12px;
  color: #F8F1E7;
  font-size: 23px;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.pm-review-card p {
  margin: 0;
  color: #B8AFA3;
  font-size: 15px;
  line-height: 1.72;
}

.pm-review-card span {
  display: block;
  margin-top: 20px;
  color: #F5C400;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

@media (max-width: 900px) {
  .pm-review-grid {
    grid-template-columns: 1fr;
  }

  .pm-review-card {
    padding: 24px;
  }
}