.pd-page,
.pd-page * {
  box-sizing: border-box;
}

.pd-page {
  --pd-ink: #070916;
  --pd-ink-2: #111529;
  --pd-panel: #151a31;
  --pd-panel-2: #1d2442;
  --pd-white: #ffffff;
  --pd-text: #f7fbff;
  --pd-muted: #c3ccdd;
  --pd-muted-dark: #627089;
  --pd-blue: #00d8ff;
  --pd-blue-2: #168cff;
  --pd-pink: #ff2fbd;
  --pd-violet: #7a3cff;
  --pd-lime: #baff39;
  --pd-yellow: #ffd447;
  --pd-green: #48ffc7;
  --pd-red: #ff4d6d;
  --pd-paper: #f6f8ff;
  --pd-card: #ffffff;
  --pd-radius-xl: 34px;
  --pd-radius-lg: 24px;
  --pd-radius-md: 16px;
  --pd-shadow: 0 28px 90px rgba(0, 0, 0, .24);
  --pd-shadow-soft: 0 18px 54px rgba(16, 20, 36, .12);
  --pd-max: 1180px;
  width: 100%;
  color: var(--pd-text);
  background: var(--pd-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  overflow: hidden;
}

.pd-page a {
  color: inherit;
}

/* Live WordPress / BeTheme hardening: keep this page's links clickable and colors isolated from global theme rules. */
html { scroll-behavior: smooth; }
.pd-page { scroll-margin-top: 96px; }
.pd-page [id] { scroll-margin-top: 104px; }
#Top_bar, #Header_wrapper { z-index: 50; }
.pd-topbar { position: sticky; top: 0; z-index: 9999; pointer-events: auto; }
.pd-topbar *, .pd-footer *, .pd-page .pd-button { pointer-events: auto; }
.pd-page .pd-anchor-nav a,
.pd-page .pd-brand,
.pd-page .pd-footer-links a { color: rgba(255, 255, 255, .92) !important; text-decoration: none !important; }
.pd-page .pd-anchor-nav .pd-nav-phone { color: #070916 !important; background: #ffd447 !important; }
.pd-page .pd-button, .pd-page a.pd-button, .pd-page button.pd-button { text-decoration: none !important; }
.pd-page .pd-button-primary, .pd-page a.pd-button-primary { color: #070916 !important; }
.pd-page .pd-button-neon, .pd-page a.pd-button-neon { color: #070916 !important; }
.pd-page .pd-button-dark, .pd-page a.pd-button-dark, .pd-page .pd-button-ghost, .pd-page a.pd-button-ghost { color: #ffffff !important; }
.pd-page .pd-section-light h1, .pd-page .pd-section-light h2, .pd-page .pd-section-light h3,
.pd-page .pd-address-card h3, .pd-page .pd-faq-card h3 { color: #070916 !important; }
.pd-page .pd-section-light p, .pd-page .pd-address-card p, .pd-page .pd-faq-card p, .pd-page .pd-feature-list span span { color: #4d5b73 !important; }
.pd-page .pd-section-dark h1, .pd-page .pd-section-dark h2, .pd-page .pd-section-dark h3,
.pd-page .pd-donate h1, .pd-page .pd-donate h2, .pd-page .pd-donate h3,
.pd-page .pd-hero h1, .pd-page .pd-resource-card h3, .pd-page .pd-principle-card h3 { color: #ffffff !important; }
.pd-page .pd-section-dark p, .pd-page .pd-donate p, .pd-page .pd-resource-card p, .pd-page .pd-principle-card p { color: rgba(255,255,255,.74) !important; }
.pd-page .pd-hero-note a { color: #ffd447 !important; }
body.admin-bar .pd-topbar { top: 32px; }
@media (max-width: 782px) { body.admin-bar .pd-topbar { top: 46px; } }


.pd-page img,
.pd-page svg {
  display: block;
  max-width: 100%;
}

.pd-page h1,
.pd-page h2,
.pd-page h3,
.pd-page p {
  margin-top: 0;
}

.pd-skip {
  position: absolute;
  top: -60px;
  left: 18px;
  z-index: 99;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--pd-white);
  color: var(--pd-ink);
  font-weight: 900;
  text-decoration: none;
}

.pd-skip:focus {
  top: 18px;
}

.pd-container {
  width: min(var(--pd-max), calc(100% - 44px));
  margin-inline: auto;
}

.pd-topbar {
  position: relative;
  z-index: 5;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  background: rgba(7, 9, 22, .78);
  backdrop-filter: blur(18px);
}

.pd-topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-block: 14px;
}

.pd-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
  color: var(--pd-white);
  text-decoration: none;
  font-size: 1.02rem;
  font-weight: 1000;
  letter-spacing: -.035em;
}

.pd-brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: var(--pd-ink);
  background: linear-gradient(135deg, var(--pd-yellow), var(--pd-lime));
  box-shadow: 0 0 28px rgba(186, 255, 57, .32);
  font-size: .82rem;
  letter-spacing: -.08em;
}

.pd-anchor-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}

.pd-anchor-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 12px;
  border-radius: 999px;
  color: rgba(255, 255, 255, .86);
  text-decoration: none;
  font-size: .9rem;
  font-weight: 850;
}

.pd-anchor-nav a:hover,
.pd-anchor-nav a:focus-visible {
  outline: none;
  background: rgba(255, 255, 255, .1);
  color: var(--pd-white);
}

.pd-anchor-nav .pd-nav-phone {
  color: var(--pd-ink);
  background: var(--pd-yellow);
}

.pd-section {
  padding: clamp(70px, 8vw, 110px) 0;
  position: relative;
}

.pd-hero {
  position: relative;
  isolation: isolate;
  min-height: 780px;
  padding: clamp(54px, 8vw, 110px) 0 84px;
  background:
    radial-gradient(circle at 9% 16%, rgba(0, 216, 255, .32), transparent 28rem),
    radial-gradient(circle at 92% 16%, rgba(255, 47, 189, .26), transparent 30rem),
    radial-gradient(circle at 54% 88%, rgba(186, 255, 57, .18), transparent 28rem),
    linear-gradient(180deg, #080a18 0%, #0d1022 55%, #10142a 100%);
}

.pd-hero::before,
.pd-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}

.pd-hero::before {
  background-image:
    linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.75), transparent 85%);
}

.pd-hero::after {
  background:
    linear-gradient(116deg, transparent 0 18%, rgba(0,216,255,.22) 18.2%, transparent 18.8% 48%, rgba(255,47,189,.16) 48.2%, transparent 48.8% 100%),
    linear-gradient(23deg, transparent 0 22%, rgba(186,255,57,.12) 22.2%, transparent 22.75% 100%);
  opacity: .78;
}

.pd-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(340px, .96fr);
  gap: clamp(36px, 6vw, 70px);
  align-items: center;
}

.pd-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  color: rgba(255, 255, 255, .86);
  background: rgba(255, 255, 255, .08);
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.pd-kicker::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--pd-green);
  box-shadow: 0 0 0 7px rgba(72, 255, 199, .15), 0 0 25px rgba(72, 255, 199, .55);
}

.pd-hero h1 {
  max-width: 840px;
  margin: 20px 0 18px;
  color: var(--pd-white);
  font-size: clamp(3.4rem, 8.4vw, 8.2rem);
  line-height: .86;
  letter-spacing: -.09em;
  text-wrap: balance;
}

.pd-gradient-text {
  display: block;
  color: transparent;
  background: linear-gradient(100deg, var(--pd-blue) 0%, var(--pd-lime) 36%, var(--pd-yellow) 62%, var(--pd-pink) 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.pd-hero-copy {
  max-width: 740px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, .82);
  font-size: clamp(1.06rem, 1.7vw, 1.34rem);
}

.pd-cta-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.pd-button,
.pd-page button.pd-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 13px 19px;
  border: 0;
  border-radius: 999px;
  color: var(--pd-ink);
  background: var(--pd-white);
  font: inherit;
  font-size: .96rem;
  font-weight: 950;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 16px 42px rgba(0, 0, 0, .2);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.pd-button:hover,
.pd-button:focus-visible,
.pd-page button.pd-button:hover,
.pd-page button.pd-button:focus-visible {
  outline: none;
  transform: translateY(-2px);
  box-shadow: 0 20px 52px rgba(0, 0, 0, .27);
}

.pd-button-primary {
  color: var(--pd-ink);
  background: linear-gradient(135deg, var(--pd-blue), var(--pd-green));
}

.pd-button-neon {
  color: var(--pd-ink);
  background: linear-gradient(135deg, var(--pd-yellow), var(--pd-lime));
}

.pd-button-dark {
  color: var(--pd-white);
  background: var(--pd-ink);
}

.pd-button-ghost,
.pd-page button.pd-button-ghost {
  color: var(--pd-white);
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .18);
  box-shadow: none;
}

.pd-hero-note {
  margin-top: 20px;
  color: rgba(255, 255, 255, .68);
  font-size: .94rem;
  font-weight: 760;
}

.pd-hero-note a {
  color: var(--pd-yellow);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.pd-hero-stage {
  position: relative;
  min-height: 600px;
}

.pd-edm-card {
  position: absolute;
  inset: 0 0 auto auto;
  width: min(100%, 560px);
  min-height: 390px;
  border-radius: var(--pd-radius-xl);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  box-shadow: var(--pd-shadow);
  transform: rotate(1.5deg);
}

.pd-edm-card img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
}

.pd-logo-orbit {
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(74%, 420px);
  padding: 16px;
  border-radius: 32px;
  background: rgba(255, 255, 255, .95);
  border: 1px solid rgba(255, 255, 255, .65);
  box-shadow: var(--pd-shadow);
  transform: rotate(-4deg);
}

.pd-logo-orbit img {
  border-radius: 24px;
  width: 100%;
}

.pd-floating-pill {
  position: absolute;
  right: 20px;
  bottom: 64px;
  max-width: 270px;
  padding: 16px 18px;
  border-radius: 22px;
  color: var(--pd-ink);
  background: linear-gradient(135deg, var(--pd-yellow), var(--pd-lime));
  box-shadow: 0 22px 60px rgba(0, 0, 0, .25);
  font-weight: 950;
  line-height: 1.15;
  transform: rotate(3deg);
}

.pd-floating-pill span {
  display: block;
  margin-top: 5px;
  color: rgba(7, 9, 22, .72);
  font-size: .88rem;
  font-weight: 800;
}

.pd-stat-strip {
  position: relative;
  z-index: 2;
  margin-top: -38px;
}

.pd-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.pd-stat {
  min-height: 150px;
  padding: 22px;
  border-radius: var(--pd-radius-lg);
  color: var(--pd-ink);
  background: var(--pd-white);
  border: 1px solid rgba(255, 255, 255, .58);
  box-shadow: var(--pd-shadow-soft);
}

.pd-stat strong {
  display: block;
  color: var(--pd-ink);
  font-size: clamp(1.5rem, 3vw, 2.05rem);
  line-height: 1;
  letter-spacing: -.06em;
}

.pd-stat span {
  display: block;
  margin-top: 9px;
  color: var(--pd-muted-dark);
  font-weight: 780;
}

.pd-section-light {
  color: var(--pd-ink);
  background: var(--pd-paper);
}

.pd-section-dark {
  color: var(--pd-text);
  background:
    radial-gradient(circle at 14% 18%, rgba(0, 216, 255, .19), transparent 23rem),
    radial-gradient(circle at 86% 72%, rgba(255, 47, 189, .18), transparent 24rem),
    #0e1227;
}

.pd-section-head {
  max-width: 840px;
  margin-bottom: 38px;
}

.pd-section-head.center {
  margin-inline: auto;
  text-align: center;
}

.pd-section-head .pd-kicker {
  color: var(--pd-ink);
  background: rgba(0, 216, 255, .12);
  border-color: rgba(0, 216, 255, .22);
}

.pd-section-dark .pd-section-head .pd-kicker {
  color: rgba(255,255,255,.9);
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.14);
}

.pd-section-head h2 {
  margin: 14px 0 12px;
  font-size: clamp(2.3rem, 5.2vw, 5.3rem);
  line-height: .9;
  letter-spacing: -.078em;
  text-wrap: balance;
}

.pd-section-head p {
  max-width: 770px;
  color: var(--pd-muted-dark);
  font-size: clamp(1.02rem, 1.5vw, 1.18rem);
}

.pd-section-dark .pd-section-head p {
  color: rgba(255, 255, 255, .72);
}

.pd-card-grid,
.pd-principle-grid {
  display: grid;
  gap: 16px;
}

.pd-principle-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pd-card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pd-principle-card,
.pd-resource-card,
.pd-faq-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--pd-radius-lg);
}

.pd-principle-card {
  min-height: 260px;
  padding: 24px;
  color: var(--pd-white);
  background: linear-gradient(180deg, rgba(17,21,41,.98), rgba(21,26,49,.98));
  border: 1px solid rgba(255,255,255,.1);
  box-shadow: var(--pd-shadow-soft);
}

.pd-principle-card::after {
  content: "";
  position: absolute;
  inset: auto -30% -35% auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: var(--pd-blue);
  opacity: .22;
}

.pd-principle-card:nth-child(2)::after { background: var(--pd-pink); }
.pd-principle-card:nth-child(3)::after { background: var(--pd-lime); }
.pd-principle-card:nth-child(4)::after { background: var(--pd-yellow); }

.pd-principle-letter {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: var(--pd-ink);
  background: linear-gradient(135deg, var(--pd-blue), var(--pd-green));
  font-size: 1.42rem;
  font-weight: 1000;
  box-shadow: 0 0 34px rgba(0, 216, 255, .2);
}

.pd-principle-card:nth-child(2) .pd-principle-letter { background: linear-gradient(135deg, var(--pd-pink), var(--pd-yellow)); }
.pd-principle-card:nth-child(3) .pd-principle-letter { background: linear-gradient(135deg, var(--pd-lime), var(--pd-blue)); }
.pd-principle-card:nth-child(4) .pd-principle-letter { background: linear-gradient(135deg, var(--pd-yellow), var(--pd-lime)); }

.pd-principle-card h3,
.pd-resource-card h3,
.pd-faq-card h3 {
  margin: 22px 0 8px;
  font-size: 1.28rem;
  line-height: 1.08;
  letter-spacing: -.04em;
}

.pd-principle-card p,
.pd-resource-card p,
.pd-faq-card p {
  margin-bottom: 0;
  color: rgba(255,255,255,.72);
}

.pd-resource-card {
  min-height: 250px;
  padding: 24px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .13);
}

.pd-resource-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 19px;
  color: var(--pd-ink);
  background: var(--pd-white);
  font-size: 1.55rem;
  font-weight: 1000;
}

.pd-resource-card h3 {
  color: var(--pd-white);
}

.pd-resource-card p {
  color: rgba(255,255,255,.72);
}

.pd-hub-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
  gap: clamp(30px, 5vw, 58px);
  align-items: center;
}

.pd-machine-card {
  position: relative;
  overflow: hidden;
  padding: 20px;
  border-radius: var(--pd-radius-xl);
  background:
    radial-gradient(circle at 18% 16%, rgba(0, 216, 255, .16), transparent 17rem),
    #ffffff;
  border: 1px solid rgba(7, 9, 22, .08);
  box-shadow: var(--pd-shadow-soft);
}

.pd-machine-wrap {
  display: grid;
  grid-template-columns: minmax(160px, .76fr) minmax(210px, 1fr);
  gap: 18px;
  align-items: stretch;
}

.pd-machine-photo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 420px;
  padding: 12px;
  border-radius: 26px;
  background: linear-gradient(180deg, #eafaff 0%, #f7fbff 100%);
  overflow: hidden;
}

.pd-machine-photo img {
  width: 100%;
  max-height: 470px;
  object-fit: contain;
  filter: drop-shadow(0 18px 25px rgba(7, 9, 22, .16));
}

.pd-available-panel {
  padding: 22px;
  border-radius: 26px;
  color: var(--pd-white);
  background: var(--pd-ink);
  position: relative;
  overflow: hidden;
}

.pd-available-panel::before {
  content: "";
  position: absolute;
  inset: -80px -70px auto auto;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: var(--pd-pink);
  opacity: .34;
}

.pd-available-panel h3 {
  position: relative;
  margin: 0 0 14px;
  font-size: clamp(1.5rem, 3vw, 2.3rem);
  line-height: .95;
  letter-spacing: -.06em;
}

.pd-supply-list {
  position: relative;
  display: grid;
  gap: 10px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.pd-supply-list li {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 10px;
  align-items: center;
  min-height: 46px;
  padding: 9px 10px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .09);
  border: 1px solid rgba(255, 255, 255, .12);
  font-weight: 870;
}

.pd-supply-list span:first-child {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: var(--pd-ink);
  background: linear-gradient(135deg, var(--pd-blue), var(--pd-green));
  font-size: .9rem;
  font-weight: 1000;
}

.pd-hub-mini-note {
  position: relative;
  margin: 0;
  color: rgba(255,255,255,.68);
  font-size: .9rem;
}

.pd-feature-list {
  display: grid;
  gap: 12px;
  margin: 28px 0 30px;
  padding: 0;
  list-style: none;
}

.pd-feature-list li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 13px;
  align-items: start;
  padding: 16px;
  border-radius: 18px;
  color: var(--pd-ink);
  background: #ffffff;
  border: 1px solid rgba(7, 9, 22, .08);
  box-shadow: 0 14px 34px rgba(16, 20, 36, .07);
}

.pd-list-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: var(--pd-ink);
  background: linear-gradient(135deg, var(--pd-yellow), var(--pd-lime));
  font-weight: 1000;
}

.pd-feature-list strong {
  display: block;
  letter-spacing: -.02em;
}

.pd-feature-list span span {
  display: block;
  margin-top: 3px;
  color: var(--pd-muted-dark);
}

.pd-address-card,
.pd-contact-card {
  padding: 22px;
  border-radius: var(--pd-radius-lg);
  color: var(--pd-ink);
  background: #ffffff;
  border: 1px solid rgba(7, 9, 22, .08);
  box-shadow: var(--pd-shadow-soft);
}

.pd-address-card h3,
.pd-contact-card h3 {
  margin-bottom: 8px;
  font-size: 1.28rem;
  letter-spacing: -.04em;
}

.pd-address-card p,
.pd-contact-card p {
  color: var(--pd-muted-dark);
}

.pd-address-card .pd-cta-row,
.pd-contact-card .pd-cta-row {
  margin-top: 16px;
}

.pd-donate {
  color: var(--pd-white);
  background:
    radial-gradient(circle at 10% 0%, rgba(186, 255, 57, .18), transparent 26rem),
    radial-gradient(circle at 88% 18%, rgba(0, 216, 255, .26), transparent 28rem),
    linear-gradient(180deg, #090b18 0%, #111529 100%);
}

.pd-donate-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  gap: clamp(24px, 4vw, 42px);
  align-items: stretch;
}

.pd-donate-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 5vw, 52px);
  border-radius: var(--pd-radius-xl);
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .13);
  box-shadow: var(--pd-shadow);
}

.pd-donate-panel::after {
  content: "";
  position: absolute;
  inset: auto -120px -120px auto;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--pd-blue), var(--pd-pink));
  opacity: .45;
}

.pd-donate-panel > * {
  position: relative;
  z-index: 1;
}

.pd-donate-panel h2 {
  max-width: 760px;
  margin: 14px 0 14px;
  color: var(--pd-white);
  font-size: clamp(2.4rem, 5.4vw, 5.4rem);
  line-height: .9;
  letter-spacing: -.08em;
  text-wrap: balance;
}

.pd-donate-panel p {
  max-width: 750px;
  color: rgba(255, 255, 255, .75);
  font-size: 1.08rem;
}

.pd-donate-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 28px 0;
}

.pd-donate-facts div {
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .12);
}

.pd-donate-facts strong {
  display: block;
  color: var(--pd-white);
  font-size: 1.05rem;
  letter-spacing: -.04em;
}

.pd-donate-facts span {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, .68);
  font-size: .9rem;
}

.pd-qr-card {
  padding: 18px;
  border-radius: var(--pd-radius-xl);
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, .72);
  box-shadow: var(--pd-shadow);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pd-qr-card img {
  border-radius: 22px;
  width: 100%;
  border: 1px solid rgba(7, 9, 22, .08);
}

.pd-qr-card p {
  margin: 14px 6px 0;
  color: var(--pd-muted-dark);
  text-align: center;
  font-size: .95rem;
  font-weight: 800;
}

.pd-faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.pd-faq-card {
  min-height: 230px;
  padding: 24px;
  color: var(--pd-ink);
  background: #ffffff;
  border: 1px solid rgba(7, 9, 22, .08);
  box-shadow: var(--pd-shadow-soft);
}

.pd-faq-card h3 {
  color: var(--pd-ink);
}

.pd-faq-card p {
  color: var(--pd-muted-dark);
}

.pd-contact-band {
  margin-top: 18px;
  padding: clamp(22px, 4vw, 34px);
  border-radius: var(--pd-radius-xl);
  color: var(--pd-white);
  background: linear-gradient(135deg, var(--pd-ink), #1c2343);
  border: 1px solid rgba(255, 255, 255, .12);
  box-shadow: var(--pd-shadow-soft);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
}

.pd-contact-band h3 {
  margin-bottom: 5px;
  font-size: clamp(1.45rem, 3vw, 2.1rem);
  letter-spacing: -.05em;
}

.pd-contact-band p {
  margin-bottom: 0;
  color: rgba(255,255,255,.72);
}

.pd-footer {
  padding: 34px 0;
  color: rgba(255,255,255,.76);
  background: #070916;
  border-top: 1px solid rgba(255,255,255,.08);
}

.pd-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.pd-footer strong {
  color: var(--pd-white);
}

.pd-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-weight: 850;
}

.pd-footer-links a {
  color: var(--pd-white);
  text-decoration: none;
}

.pd-toast {
  position: fixed;
  left: 50%;
  bottom: 22px;
  z-index: 1000;
  transform: translateX(-50%) translateY(24px);
  opacity: 0;
  pointer-events: none;
  padding: 12px 16px;
  border-radius: 999px;
  color: var(--pd-ink);
  background: var(--pd-yellow);
  font-weight: 950;
  box-shadow: 0 18px 46px rgba(0,0,0,.25);
  transition: opacity .18s ease, transform .18s ease;
}

.pd-toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

@media (max-width: 1040px) {
  .pd-hero-grid,
  .pd-hub-grid,
  .pd-donate-grid {
    grid-template-columns: 1fr;
  }

  .pd-hero-stage {
    min-height: 540px;
  }

  .pd-stats,
  .pd-principle-grid,
  .pd-card-grid,
  .pd-faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pd-machine-card {
    max-width: 760px;
  }

  .pd-qr-card {
    max-width: 420px;
  }
}

@media (max-width: 760px) {
  .pd-container {
    width: min(100% - 32px, var(--pd-max));
  }

  .pd-topbar-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .pd-anchor-nav {
    justify-content: flex-start;
    width: 100%;
  }

  .pd-hero {
    min-height: auto;
    padding-bottom: 58px;
  }

  .pd-hero h1 {
    font-size: clamp(3rem, 17vw, 4.8rem);
  }

  .pd-cta-row,
  .pd-address-card .pd-cta-row,
  .pd-contact-card .pd-cta-row {
    align-items: stretch;
    flex-direction: column;
  }

  .pd-button,
  .pd-page button.pd-button {
    width: 100%;
  }

  .pd-hero-stage {
    min-height: 520px;
  }

  .pd-edm-card {
    position: relative;
    width: 100%;
    transform: none;
  }

  .pd-logo-orbit {
    left: 16px;
    bottom: 18px;
    width: min(72%, 310px);
  }

  .pd-floating-pill {
    right: 10px;
    bottom: 30px;
    max-width: 190px;
    font-size: .92rem;
  }

  .pd-stat-strip {
    margin-top: 0;
    padding-top: 16px;
    background: var(--pd-paper);
  }

  .pd-stats,
  .pd-principle-grid,
  .pd-card-grid,
  .pd-faq-grid,
  .pd-donate-facts,
  .pd-machine-wrap,
  .pd-contact-band {
    grid-template-columns: 1fr;
  }

  .pd-machine-photo {
    min-height: 360px;
  }

  .pd-contact-band {
    align-items: stretch;
  }
}

@media (max-width: 480px) {
  .pd-anchor-nav a {
    width: 100%;
  }

  .pd-hero-stage {
    min-height: 480px;
  }

  .pd-logo-orbit {
    width: min(82%, 300px);
  }

  .pd-floating-pill {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 18px 0 0 auto;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pd-page *,
  .pd-page *::before,
  .pd-page *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
  }
}
