/* Personal creator site ? Sky Blue / Blue (white canvas) */
body.pf-desktop,
body.pf-creator {
  --vl-ink: #000000;
  --vl-ink-soft: #5b6b8c;
  --vl-paper: #FFFFFF;
  --vl-card: #FFFFFF;
  --vl-line: #E3E9F5;
  --vl-brand: #ff8c00;
  --vl-brand-mid: #e67300;
  --vl-brand-deep: #000000;
  --vl-brand-soft: rgba(0, 0, 0, 0.08);
  --vl-accent: #ff8c00;
  --vl-accent-deep: #e67300;
  --vl-ok: #1B8A5A;
  --vl-err: #e11d2c;
  --vl-shadow: 0 12px 32px rgba(11, 37, 69, 0.08);
  --menu-gold: #ff8c00;
  --menu-gold-bright: #ff8c00;
  --menu-gold-grad: linear-gradient(135deg, #000000 0%, #ff8c00 40%, #ff8c00 55%, #ff8c00 75%, #000000 100%);
  --pf-wrap: min(960px, calc(100% - 1.25rem));
  --pf-night: #FFFFFF;
  --pf-panel: #FFFFFF;
  --pf-panel-2: #F5F5F5;
  background: #FFFFFF;
  color: #111111;
}

body.pf-creator .vl-shell,
body.pf-creator .vl-app {
  display: flex;
  flex-direction: column;
  padding: 0;
  max-width: none;
  width: 100%;
  min-height: 100dvh;
  height: auto;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
  background: #FFFFFF;
}

body.pf-creator .vl-main {
  flex: 1 0 auto;
  overflow: visible;
  min-height: 0;
  background: #FFFFFF;
}

body.pf-creator .pf-store-foot,
body.pf-creator .vl-foot.pf-store-foot {
  flex-shrink: 0;
  margin-top: auto;
  width: 100%;
  max-width: none;
  border-top: 1px solid rgba(225, 6, 0, 0.25);
  background: #fff;
}

/* Header */
body.pf-creator .vl-top {
  position: sticky;
  top: 0;
  z-index: 50;
  height: auto;
  min-height: 76px;
  background: #ffffff !important;
  border-bottom: 1px solid #eee;
  color: #111;
}

.pf-store-top__inner {
  max-width: 1180px;
  margin-inline: auto;
  width: calc(100% - 1.25rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  padding-block: 0.65rem;
  flex-wrap: wrap;
}

/* Main horizontal nav */
.pf-main-nav {
  display: flex;
  align-items: center;
  gap: 0.15rem;
  flex-wrap: wrap;
}
.pf-main-nav__link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 0.75rem;
  border-radius: 8px;
  color: #4a5568;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none !important;
  line-height: 1.2;
}
.pf-main-nav__link svg { opacity: 0.72; flex-shrink: 0; }
.pf-main-nav__link:hover { color: #ff8c00; background: rgba(0, 0, 0, 0.05); }
.pf-main-nav__link.is-active { color: #ff8c00; background: rgba(0, 0, 0, 0.06); }
@media (min-width: 901px) {
  .pf-main-nav { display: flex; }
  .pf-main-nav ~ .pf-nav-drawer-btn { display: none; }
}
@media (max-width: 900px) {
  .pf-main-nav { display: none; }
}

.pf-lang {
  display: inline-flex;
  align-items: center;
  gap: 0.15rem;
  padding: 0.15rem;
  border: 1px solid #e5e5e5;
  border-radius: 999px;
  background: #fff;
}
.pf-lang__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.1rem;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  color: #555 !important;
  text-decoration: none !important;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}
.pf-lang__btn.is-active {
  background: #ff8c00;
  color: #0a0a0a !important;
}
.pf-lang__btn:not(.is-active):hover {
  color: #ff8c00 !important;
}
.pf-login-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 1.1rem;
  border: 2px solid #ff8c00;
  border-radius: 999px;
  background: transparent;
  color: #ff8c00 !important;
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none !important;
  transition: all 0.2s;
  white-space: nowrap;
}
.pf-login-btn:hover {
  background: #ff8c00;
  color: #0a0a0a !important;
}

/* Top utility bar */
.pf-topbar {
  flex: 0 0 auto;
  background: #111;
  color: #ccc;
  border-bottom: 1px solid #222;
}
.pf-topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0 1.25rem;
  height: 44px;
  max-width: 1280px;
  margin: 0 auto;
}
.pf-topbar__links {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.pf-topbar__link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.35rem 0.7rem;
  color: #ccc !important;
  font-size: 0.78rem;
  font-weight: 600;
  text-decoration: none !important;
  border-radius: 6px;
  transition: all 0.15s;
  white-space: nowrap;
}
.pf-topbar__link:hover {
  color: #fff !important;
  background: rgba(255,255,255,0.08);
}
.pf-topbar__link svg { flex: 0 0 auto; }
.pf-topbar__aside {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.pf-topbar__cart-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  color: #ccc;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.15s;
}
.pf-topbar__cart-btn:hover {
  color: #fff;
  background: rgba(255,255,255,0.08);
}
.pf-topbar__cart-count {
  position: absolute;
  top: 1px;
  right: 1px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  background: #ff8c00;
  color: #0a0a0a;
  font-size: 0.62rem;
  font-weight: 800;
  line-height: 16px;
  text-align: center;
  border-radius: 999px;
}
body.is-rtl .pf-topbar__cart-count {
  right: auto;
  left: 1px;
}
.pf-topbar__lang { height: 28px; }
.pf-topbar__lang .pf-lang__btn {
  min-width: 1.8rem;
  padding: 0.2rem 0.5rem;
  font-size: 0.7rem;
}
@media (max-width: 520px) {
  .pf-topbar__inner { height: 40px; padding: 0 0.75rem; }
  .pf-topbar__link span { display: none; }
  .pf-topbar__link { padding: 0.35rem; }
  .pf-topbar__aside { gap: 0.1rem; }
}
/* Nav drawer button */
.pf-nav-drawer-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: none;
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  color: #333;
  cursor: pointer;
  transition: all 0.2s;
}
.pf-nav-drawer-btn:hover {
  border-color: #ff8c00;
  color: #ff8c00;
}
  color: #ff8c00;
}

/* Nav drawer (slide-in panel like cart) */
.pf-nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 9998;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.pf-nav-overlay.is-open {
  opacity: 1;
  visibility: visible;
}
.pf-nav-drawer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: min(340px, 85vw);
  height: 100%;
  height: 100dvh;
  background: #fff;
  display: flex;
  flex-direction: column;
  transform: translateX(-100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 4px 0 30px rgba(0,0,0,0.15);
}
body.is-rtl .pf-nav-drawer {
  left: auto;
  right: 0;
  transform: translateX(100%);
  box-shadow: -4px 0 30px rgba(0,0,0,0.15);
}
.pf-nav-drawer.is-open {
  transform: translateX(0) !important;
}
.pf-nav-drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid #eee;
}
.pf-nav-drawer__head h3 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 800;
  color: #111;
}
.pf-nav-drawer__close {
  background: none;
  border: none;
  color: #888;
  cursor: pointer;
  padding: 0.3rem;
  border-radius: 6px;
  transition: color 0.15s;
}
.pf-nav-drawer__close:hover { color: #ff8c00; }
.pf-nav-drawer__body {
  flex: 1;
  overflow-y: auto;
  padding: 0.75rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.pf-nav-drawer__link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.7rem 1.5rem;
  font-size: 0.92rem;
  font-weight: 700;
  color: #333 !important;
  text-decoration: none !important;
  transition: all 0.15s;
  border-inline-start: 3px solid transparent;
}
.pf-nav-drawer__link svg {
  flex: 0 0 auto;
  opacity: 0.6;
  transition: opacity 0.15s;
}
.pf-nav-drawer__link:hover svg,
.pf-nav-drawer__link.is-active svg {
  opacity: 1;
}
.pf-nav-drawer__link:hover {
  background: rgba(225,6,0,0.05);
  color: #ff8c00 !important;
}
.pf-nav-drawer__link.is-active {
  background: rgba(225,6,0,0.08);
  color: #ff8c00 !important;
  border-inline-start-color: #ff8c00;
}
.pf-nav-drawer__divider {
  border: none;
  border-top: 1px solid #eee;
  margin: 0.5rem 1.5rem;
}
.pf-nav-drawer__foot {
  padding: 1rem 1.5rem;
  border-top: 1px solid #eee;
}
.pf-nav-drawer__login-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  width: 100%;
  padding: 0.7rem;
  background: #ff8c00;
  color: #0a0a0a !important;
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none !important;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: background 0.2s;
}
.pf-nav-drawer__login-btn:hover { background: #b80500; }

@media (max-width: 480px) {
  .pf-topbar__inner { height: 30px; padding: 0 0.6rem; }
  .pf-topbar__link span { display: none; }
  .pf-topbar__link { padding: 0.25rem; }
  .pf-topbar__aside { gap: 0.1rem; }
}
body.pf-landing-page .pf-login-btn,
body.pf-services-page .pf-login-btn,
body.pf-packages-page .pf-login-btn {
  border-color: rgba(255,255,255,0.6);
  color: #fff !important;
}
body.is-ltr {
  font-family: Arial, Helvetica, sans-serif;
}
body.is-ltr .pf-courses__head,
body.is-ltr .pf-about,
body.is-ltr .pf-terms {
  letter-spacing: 0;
}

.pf-brand-logo {
  display: block;
  width: auto;
  height: 60px;
  max-width: min(230px, 52vw);
  object-fit: contain;
  border-radius: 0;
  flex: 0 0 auto;
  background: transparent;
}
.pf-brand-text {
  display: inline-flex !important;
  align-items: center;
  gap: 0.55rem;
  text-decoration: none !important;
  color: #111 !important;
  background: transparent;
  border-radius: 0;
  padding: 0;
}
.pf-brand-name {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 1.2rem;
  letter-spacing: 0.01em;
  line-height: 1.2;
  background: linear-gradient(90deg, #e67300 0%, #ff8c00 25%, #ffb25e 50%, #ff8c00 75%, #e67300 100%);
  background-size: 200% auto;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent !important;
  -webkit-text-fill-color: transparent;
  animation: pf-brand-shine 6s linear infinite;
}
.pf-brand-name:hover {
  animation-duration: 1.8s;
}
@keyframes pf-brand-shine {
  to { background-position: 200% center; }
}

.pf-nav-drop {
  position: relative;
  width: 100%;
}
.pf-nav-drop__btn {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.4rem;
}
.pf-nav-drop__caret {
  flex: 0 0 auto;
  transition: transform 0.18s ease;
}
.pf-nav-drop.is-open .pf-nav-drop__caret {
  transform: rotate(180deg);
}
.pf-nav-drop__menu {
  display: none;
  flex-direction: column;
  gap: 0.2rem;
  margin: 0.25rem 0 0.15rem;
  padding: 0.35rem;
  border: 1px solid #eee;
  border-radius: 12px;
  background: #fff;
}
.pf-nav-drop.is-open .pf-nav-drop__menu,
.pf-nav-drop__menu:not([hidden]) {
  display: flex;
}
.pf-nav-drop__menu[hidden] {
  display: none !important;
}
.pf-nav-drop__menu a {
  display: block;
  padding: 0.55rem 0.75rem;
  border-radius: 10px;
  color: #333 !important;
  text-decoration: none !important;
  font-weight: 600;
  font-size: 0.9rem;
}
.pf-nav-drop__menu a:hover,
.pf-nav-drop__menu a.is-active {
  background: rgba(225, 6, 0, 0.08);
  color: #ff8c00 !important;
}

body.pf-creator .vl-top__user {
  display: none;
}
.pf-socials {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin-inline-start: auto;
}
.pf-social {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid #e5e5e5;
  background: #fff;
  color: #111 !important;
  text-decoration: none !important;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease, transform 0.12s ease;
}
.pf-social svg {
  display: block;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  overflow: visible;
}
.pf-social svg [stroke] {
  fill: none;
  stroke: currentColor;
}
.pf-social svg [fill="currentColor"] {
  fill: currentColor;
  stroke: none;
}
.pf-social:hover {
  background: #ff8c00;
  border-color: #ff8c00;
  color: #0a0a0a !important;
  transform: translateY(-1px);
}
.pf-social--admin {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
}
.pf-foot-social {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 0.65rem;
}
.pf-user-name {
  display: none;
}

/* Loader */
body.pf-creator .pf-loader {
  position: fixed;
  inset: 0;
  background: #ffffff !important;
}
.pf-loader-brand {
  display: none;
}
.pf-loader-camp {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 1.35rem;
  padding: 1rem;
}
.pf-loader-camp__orbits {
  position: relative;
  width: 118px;
  height: 118px;
  display: grid;
  place-items: center;
}
.pf-loader-camp__ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid rgba(225, 6, 0, 0.35);
  border-top-color: #ff8c00;
  border-right-color: rgba(0, 0, 0, 0.12);
  animation: pfCampSpin 1.1s linear infinite;
}
.pf-loader-camp__ring--2 {
  inset: 14px;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0.08);
  border-bottom-color: #ff8c00;
  animation-duration: 1.6s;
  animation-direction: reverse;
}
.pf-loader-camp__core {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ff8c00;
  box-shadow: 0 0 0 0 rgba(225, 6, 0, 0.55);
  animation: pfCampPulse 1.4s ease-out infinite;
}
.pf-loader-camp__word {
  display: grid;
  justify-items: center;
  gap: 0.15rem;
  text-align: center;
  color: #121316;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0.04em;
}
.pf-loader-camp__aivis {
  font-size: clamp(2.6rem, 8vw, 3.6rem);
  font-weight: 800;
  line-height: 1;
  animation: pfCampRise 0.85s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.pf-loader-camp__camp {
  font-size: clamp(1.3rem, 4.5vw, 1.8rem);
  font-weight: 700;
  letter-spacing: 0.42em;
  text-indent: 0.42em;
  text-transform: uppercase;
  color: #ff8c00;
  animation: pfCampRise 0.85s 0.12s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.pf-loader-camp__bar {
  display: block;
  width: min(180px, 55vw);
  height: 3px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.pf-loader-camp__bar i {
  display: block;
  width: 42%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ff8c00, #ff5a4a);
  animation: pfCampBar 1.15s ease-in-out infinite;
}
@keyframes pfCampSpin {
  to { transform: rotate(360deg); }
}
@keyframes pfCampPulse {
  0% { box-shadow: 0 0 0 0 rgba(225, 6, 0, 0.55); transform: scale(1); }
  70% { box-shadow: 0 0 0 16px rgba(225, 6, 0, 0); transform: scale(1.08); }
  100% { box-shadow: 0 0 0 0 rgba(225, 6, 0, 0); transform: scale(1); }
}
@keyframes pfCampRise {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: none; }
}
@keyframes pfCampBar {
  0% { transform: translateX(-120%); }
  100% { transform: translateX(280%); }
}
@media (prefers-reduced-motion: reduce) {
  .pf-loader-camp__ring,
  .pf-loader-camp__ring--2,
  .pf-loader-camp__core,
  .pf-loader-camp__aivis,
  .pf-loader-camp__camp,
  .pf-loader-camp__bar i {
    animation: none;
  }
}

/* ---- Contact Page ---- */
.pf-contact-page {
  width: 100%;
  overflow-x: hidden;
}

/* Dark Hero */
.pf-contact-hero {
  position: relative;
  min-height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1a1a2e 0%, #0f0f1a 50%, #1a0a0a 100%);
  overflow: hidden;
  padding: 6rem 1.5rem 4rem;
}
.pf-contact-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}
.pf-contact-hero::after {
  content: '';
  position: absolute;
  top: -20%;
  right: -10%;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(225,6,0,0.1) 0%, transparent 70%);
  z-index: 0;
  pointer-events: none;
}
.pf-contact-hero__shapes {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}
.pf-contact-hero__shapes span {
  position: absolute;
  display: block;
  border: 1px solid rgba(225,6,0,0.12);
  border-radius: 12px;
}
.pf-contact-hero__shapes span:nth-child(1) { top:15%; left:6%; width:80px; height:80px; transform:rotate(25deg); }
.pf-contact-hero__shapes span:nth-child(2) { bottom:22%; left:12%; width:110px; height:110px; transform:rotate(30deg); }
.pf-contact-hero__shapes span:nth-child(3) { top:12%; right:5%; width:60px; height:60px; transform:rotate(45deg); }
.pf-contact-hero__shapes span:nth-child(4) { bottom:18%; right:8%; width:90px; height:90px; transform:rotate(-20deg); }
.pf-contact-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 680px;
  text-align: center;
  color: #fff;
}
.pf-contact-hero__eyebrow {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  color: #ff8c00;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 1rem;
  padding: 0.35rem 1rem;
  border: 1px solid rgba(225,6,0,0.3);
  border-radius: 50px;
}
.pf-contact-hero__title {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 900;
  margin: 0 0 1rem;
  line-height: 1.15;
}
.pf-contact-hero__desc {
  font-size: 1.05rem;
  line-height: 1.7;
  opacity: 0.8;
  margin: 0 auto 2rem;
  max-width: 520px;
}
.pf-contact-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}
.pf-contact-hero__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.8rem 1.75rem;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.25s ease;
}
.pf-contact-hero__btn--wa {
  background: #25D366;
  color: #fff;
}
.pf-contact-hero__btn--wa:hover {
  background: #1da851;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(37,211,102,0.3);
}
.pf-contact-hero__btn--scroll {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  color: #fff;
}
.pf-contact-hero__btn--scroll:hover {
  background: #ff8c00;
  border-color: #ff8c00;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(225,6,0,0.3);
}

/* Layout */
.pf-contact-layout {
  display: grid;
  gap: 2rem;
  max-width: 1000px;
  margin: 0 auto;
  padding: 3rem 1.25rem 4rem;
}
@media (min-width: 840px) {
  .pf-contact-layout {
    grid-template-columns: 1.35fr 0.9fr;
    align-items: start;
  }
}

/* Success / Error messages */
.pf-contact-success,
.pf-contact-error {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.85rem 1.1rem;
  border-radius: 14px;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.pf-contact-success {
  background: rgba(37,211,102,0.1);
  border: 1px solid rgba(37,211,102,0.25);
  color: #25D366;
}
.pf-contact-error {
  background: rgba(225,6,0,0.08);
  border: 1px solid rgba(225,6,0,0.2);
  color: #ff8c00;
}

/* Form wrapper */
.pf-contact-form-wrap {
  display: grid;
  gap: 0.75rem;
}

/* Form */
.pf-contact-form {
  padding: 1.75rem 1.5rem;
  border-radius: 20px;
  border: 1px solid rgba(28,29,31,0.07);
  background: #fff;
  box-shadow: 0 10px 28px rgba(28,29,31,0.04);
}
.pf-contact-form__header {
  margin-bottom: 1.25rem;
}
.pf-contact-form__header h2 {
  margin: 0 0 0.25rem;
  font-size: 1.2rem;
  font-weight: 800;
  color: #121316;
}
.pf-contact-form__header p {
  margin: 0;
  font-size: 0.88rem;
  color: #888;
}
.pf-contact-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
  margin-bottom: 0.85rem;
}
@media (max-width: 599px) {
  .pf-contact-form__grid {
    grid-template-columns: 1fr;
  }
}

/* Fields */
.pf-contact-field {
  display: grid;
  gap: 0.3rem;
}
.pf-contact-field__label {
  font-size: 0.8rem;
  font-weight: 700;
  color: #444;
}
.pf-contact-field__req {
  color: #ff8c00;
}
.pf-contact-field__input {
  padding: 0.65rem 0.85rem;
  border: 1px solid #dadce0;
  border-radius: 10px;
  font-size: 0.9rem;
  font-family: inherit;
  background: #fff;
  color: #121316;
  outline: none;
  transition: border-color 0.2s ease;
}
.pf-contact-field__input:focus {
  border-color: #ff8c00;
  box-shadow: 0 0 0 3px rgba(225,6,0,0.08);
}
.pf-contact-field__input::placeholder {
  color: #bbb;
}
.pf-contact-field__input--textarea {
  resize: vertical;
  min-height: 120px;
}

/* Submit button */
.pf-contact-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.8rem 1.5rem;
  border: 0;
  border-radius: 12px;
  background: #ff8c00;
  color: #0a0a0a;
  font-size: 1rem;
  font-weight: 800;
  font-family: inherit;
  cursor: pointer;
  transition: all 0.25s ease;
  margin-top: 0.5rem;
}
.pf-contact-submit:hover {
  background: #b80500;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(225,6,0,0.25);
}

/* Sidebar info cards */
.pf-contact-info {
  display: grid;
  gap: 1rem;
  align-content: start;
}
.pf-contact-card {
  padding: 1.25rem 1.35rem;
  border-radius: 18px;
  border: 1px solid rgba(28,29,31,0.07);
  background: #fff;
  box-shadow: 0 8px 22px rgba(28,29,31,0.04);
}
.pf-contact-card h3 {
  margin: 0 0 0.85rem;
  font-size: 0.95rem;
  font-weight: 800;
  color: #121316;
}
.pf-contact-card__row {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.4rem 0;
  font-size: 0.9rem;
  color: #555;
}
.pf-contact-card__row svg {
  flex-shrink: 0;
  opacity: 0.5;
}
.pf-contact-card__row a {
  color: #121316;
  text-decoration: none;
  font-weight: 600;
}
.pf-contact-card__row a:hover {
  color: #ff8c00;
}
.pf-contact-card__social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.pf-contact-card__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  border: 1px solid #eee;
  color: #555;
  transition: all 0.2s ease;
  text-decoration: none;
}
.pf-contact-card__social-link:hover {
  border-color: #ff8c00;
  color: #ff8c00;
  background: rgba(225,6,0,0.04);
}
.pf-contact-card__empty {
  margin: 0;
  color: #999;
  font-size: 0.88rem;
}

/* Buttons & panels */
body.pf-creator .vl-btn--solid {
  background: var(--menu-gold-grad);
  color: #fff !important;
  border: 0;
  font-weight: 800;
}
body.pf-creator .vl-btn--ghost {
  background: transparent;
  color: var(--menu-gold) !important;
  border: 1px solid rgba(225, 6, 0, 0.55);
}
body.pf-creator .vl-panel,
body.pf-creator .vl-empty {
  background: #fff;
  border: 1px solid #e5e5e5;
  color: #222;
}
body.pf-creator .vl-field span { color: #555; }
body.pf-creator .vl-field input,
body.pf-creator .vl-field textarea,
body.pf-creator .vl-field select,
body.pf-creator .pf-store-toolbar input[type="search"] {
  background: #fff;
  border: 1px solid #ddd;
  color: #111;
  border-radius: 10px;
  width: 100%;
  min-height: 44px;
  font: inherit;
}

.pf-store-wrap {
  width: var(--pf-wrap);
  margin-inline: auto;
  padding: 1rem 0 2.5rem;
}

.pf-store-foot {
  max-width: none;
  margin: 0;
  padding: 1.25rem 1rem 1.5rem;
  text-align: center;
  color: #888;
  border-top: 1px solid rgba(225, 6, 0, 0.25);
  font-size: 0.85rem;
}
.pf-store-foot p {
  max-width: 960px;
  margin: 0 auto;
}
.pf-store-foot a { color: var(--menu-gold) !important; }

/* ===== Hero â€” Banner slider ===== */
.pf-hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: min(30vh, 260px);
  overflow: hidden;
}
.pf-hero__track {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.pf-hero__slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.8s ease;
}
.pf-hero__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.pf-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.55) 100%);
  z-index: 2;
}
.pf-hero__content {
  position: relative;
  z-index: 3;
  text-align: center;
  padding: 2rem 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.pf-hero__tagline {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 0.35rem 0.9rem;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 100px;
  background: rgba(0,0,0,0.25);
  backdrop-filter: blur(4px);
}
.pf-hero__dots {
  display: flex;
  gap: 0.4rem;
}
.pf-hero__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,0.35);
  cursor: pointer;
  transition: background 0.2s ease;
}
.pf-hero__dot.is-active {
  background: #fff;
  box-shadow: 0 0 0 2px rgba(255,255,255,0.15);
}
@media (prefers-reduced-motion: reduce) {
  .pf-hero__slide { transition: none; }
}

.pf-home-courses {
  margin-bottom: 2rem;
  padding-bottom: 0.25rem;
}
.pf-home-courses .pf-store-head {
  align-items: flex-end;
}
.pf-home-courses__all {
  display: inline-flex;
  align-items: center;
  font-size: 0.9rem;
  font-weight: 800;
  color: #ff8c00;
  text-decoration: none;
  white-space: nowrap;
}
.pf-home-courses__all:hover {
  text-decoration: underline;
}
.pf-course-grid--home {
  margin-top: 0.25rem;
}



.pf-topic-pills {
  list-style: none;
  margin: 1.15rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  justify-content: center;
}
.pf-topic-pills li {
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(225, 6, 0, 0.4);
  color: #111;
  background: #fff;
  font-size: 0.8rem;
  font-weight: 700;
}

/* Featured pick + slider */
.pf-featured {
  margin-bottom: 1.75rem;
}
.pf-feat-slider {
  position: relative;
}
.pf-feat-slider__track {
  position: relative;
}
.pf-featured__card,
.pf-feat-slide {
  display: grid;
  gap: 0;
  text-decoration: none !important;
  color: inherit;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  background: #fff;
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.pf-feat-slide[hidden] {
  display: none !important;
}
.pf-feat-slide.is-active {
  animation: pfFeatIn 0.45s ease;
}
@keyframes pfFeatIn {
  from { opacity: 0.35; transform: translateY(8px); }
  to { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  .pf-feat-slide.is-active { animation: none; }
}
.pf-featured__thumb {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  background: #0a0a0a;
}
.pf-featured__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  display: block;
}
.pf-featured__thumb em {
  position: absolute;
  inset-inline-end: 0.65rem;
  inset-block-end: 0.65rem;
  padding: 0.18rem 0.5rem;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.78);
  color: #fff;
  font-style: normal;
  font-size: 0.75rem;
  font-weight: 800;
  z-index: 2;
}
.pf-featured__play {
  position: absolute;
  inset-inline-start: 0.85rem;
  inset-block-end: 0.85rem;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--menu-gold-grad);
  color: #0A0A0A;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
  z-index: 2;
}
.pf-featured__play svg {
  margin-inline-start: 2px;
}
.pf-featured__body {
  display: grid;
  gap: 0.4rem;
  align-content: center;
  padding: 1.1rem 1.15rem 1.25rem;
}
.pf-featured__body strong {
  color: #111;
  font-size: clamp(1.1rem, 3.2vw, 1.35rem);
  line-height: 1.35;
}
.pf-featured__cta {
  margin-top: 0.35rem;
  display: inline-flex;
  width: fit-content;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  background: var(--menu-gold-grad);
  color: #0A0A0A;
  font-size: 0.82rem;
  font-weight: 800;
}
.pf-feat-nav {
  display: flex;
  gap: 0.4rem;
}
.pf-feat-nav__btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(225, 6, 0, 0.4);
  background: #fff;
  color: #ff8c00;
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}
.pf-feat-nav__btn:hover {
  background: var(--menu-gold-grad);
  color: #fff;
  border-color: transparent;
}
.pf-feat-dots {
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  margin-top: 0.85rem;
}
.pf-feat-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(225, 6, 0, 0.28);
  cursor: pointer;
  transition: width 0.2s ease, background 0.2s ease;
}
.pf-feat-dot.is-active {
  width: 22px;
  background: var(--menu-gold);
}

/* Text category chips (no food icons) */
.pf-cat-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0 0 1.25rem;
}
.pf-cat-chip {
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  border: 1px solid #e5e5e5;
  color: #333 !important;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 0.86rem;
  background: #fff;
}
.pf-cat-chip.is-active,
.pf-cat-chip:hover {
  color: #fff !important;
  background: var(--menu-gold-grad);
  border-color: transparent;
}

/* Browse: search + filters */
.pf-browse {
  margin-top: 0.35rem;
}
.pf-browse__bar {
  display: grid;
  gap: 0.95rem;
  margin-bottom: 1.35rem;
  padding: 1rem;
  border-radius: 18px;
  border: 1px solid #ececec;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}
.pf-search {
  display: flex;
  align-items: center;
  gap: 0;
  width: 100%;
  min-height: 48px;
  border-radius: 999px;
  border: 1px solid #e0e0e0;
  background: #f7f7f7;
  overflow: hidden;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}
.pf-search:focus-within {
  border-color: rgba(225, 6, 0, 0.75);
  box-shadow: 0 0 0 3px rgba(225, 6, 0, 0.14);
}
.pf-search__ico {
  display: grid;
  place-items: center;
  width: 2.6rem;
  flex: 0 0 auto;
  color: #ff8c00;
  opacity: 0.9;
}
.pf-search input[type="search"] {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 48px;
  border: 0 !important;
  background: transparent !important;
  color: #111 !important;
  font: inherit;
  font-size: 0.95rem;
  padding: 0 0.15rem 0 0.35rem;
  outline: none;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.pf-search input[type="search"]::placeholder {
  color: #888;
}
.pf-search input[type="search"]::-webkit-search-decoration,
.pf-search input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.pf-search__btn {
  flex: 0 0 auto;
  min-height: 40px;
  margin: 4px;
  padding: 0 1.15rem;
  border: 0;
  border-radius: 999px;
  background: var(--menu-gold-grad);
  color: #0A0A0A;
  font: inherit;
  font-weight: 800;
  font-size: 0.88rem;
  cursor: pointer;
  transition: filter 0.15s ease, transform 0.12s ease;
}
.pf-search__btn:hover {
  filter: brightness(1.08);
}
.pf-search__btn:active {
  transform: scale(0.97);
}
.pf-browse .pf-cat-chips {
  margin: 0;
  gap: 0.4rem;
  padding: 0.15rem;
  border-radius: 999px;
  background: #f5f5f5;
  border: 1px solid rgba(225, 6, 0, 0.12);
  overflow-x: auto;
  flex-wrap: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.pf-browse .pf-cat-chips::-webkit-scrollbar {
  display: none;
}
.pf-browse .pf-cat-chip {
  flex: 0 0 auto;
  padding: 0.5rem 1rem;
  background: transparent;
  border: 0;
  color: #444 !important;
  font-size: 0.84rem;
  white-space: nowrap;
}
.pf-browse .pf-cat-chip:hover {
  color: #FFFFFF !important;
  background: rgba(225, 6, 0, 0.1);
}
.pf-browse .pf-cat-chip.is-active {
  color: #0a0a0a !important;
  background: var(--menu-gold-grad);
  box-shadow: 0 4px 14px rgba(225, 6, 0, 0.28);
}
.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.pf-store-head {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 0.85rem;
}
.pf-store-head h1,
.pf-store-head h2 {
  margin: 0 0 0.2rem;
  font-size: 1.25rem;
  color: #111;
}
.pf-store-head p {
  margin: 0;
  color: #9a9a9a;
  font-size: 0.9rem;
}

.pf-store-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 1rem;
}
.pf-store-toolbar form {
  display: flex;
  gap: 0.4rem;
  width: 100%;
}
.pf-store-toolbar form input[type="search"] {
  flex: 1;
}

/* Category slider */
.pf-cat-slider {
  width: 100%;
  margin: 0 0 1.35rem;
  user-select: none;
}
.pf-cat-slider__viewport { overflow: hidden; }
.pf-cat-slider__track {
  display: flex;
  gap: 0.85rem;
  width: max-content;
  padding: 0.35rem 0 0.65rem;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}
.pf-cat-slide {
  flex: 0 0 auto;
  width: 78px;
  display: grid;
  justify-items: center;
  gap: 0.4rem;
  text-decoration: none !important;
  color: #cfcfcf !important;
}
.pf-cat-slide__img {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(225, 6, 0, 0.55);
  background: #151515;
}
.pf-cat-slide__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pf-cat-slide__name {
  font-size: 0.72rem;
  font-weight: 800;
  text-align: center;
  line-height: 1.25;
}
.pf-cat-slide.is-active .pf-cat-slide__img {
  border-color: #ff8c00;
  box-shadow: 0 0 0 3px rgba(225, 6, 0, 0.28);
}
.pf-cat-slide.is-active .pf-cat-slide__name {
  color: #FFFFFF !important;
}

/* Video grid */
.pf-video-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
}
.pf-video-card {
  display: grid;
  gap: 0.65rem;
  text-decoration: none !important;
  color: inherit;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  overflow: hidden;
  transition: border-color 0.15s ease, transform 0.15s ease;
}
.pf-video-card:active {
  transform: scale(0.99);
}
.pf-video-card__thumb {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #0a0a0a;
}
.pf-video-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  display: block;
}
.pf-video-card__thumb em {
  position: absolute;
  inset-inline-end: 0.5rem;
  inset-block-end: 0.5rem;
  padding: 0.15rem 0.45rem;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  font-style: normal;
  font-size: 0.72rem;
  font-weight: 800;
}
.pf-video-card__body {
  display: grid;
  gap: 0.3rem;
  padding: 0 0.9rem 0.95rem;
}
.pf-video-card__cat {
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--menu-gold);
  letter-spacing: 0.04em;
}
.pf-video-card__body strong {
  color: #111;
  font-size: 1rem;
  line-height: 1.35;
}
.pf-video-card__sum {
  color: #9a9a9a;
  font-size: 0.86rem;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Watch */
.pf-watch-wrap {
  padding-top: 1.15rem;
}
.pf-watch__crumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.95rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: #8a8a8a;
}
.pf-watch__crumb a {
  color: #ff8c00 !important;
  text-decoration: none !important;
}
.pf-watch__crumb a:hover {
  color: #FFFFFF !important;
}
.pf-watch {
  display: grid;
  gap: 1.15rem;
}
.pf-player {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(225, 6, 0, 0.32);
  background: #050505;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
}
.pf-embed {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #000;
}
.pf-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.pf-player--soon {
  aspect-ratio: 16 / 9;
  display: grid;
  place-items: center;
}
.pf-player__poster {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 20%;
  background-repeat: no-repeat;
  transform: scale(1.04);
  filter: saturate(0.92);
}
.pf-player__veil {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at center, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.72) 70%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.78));
}
.pf-player__soon {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 0.55rem;
  text-align: center;
  padding: 1.25rem;
  max-width: 28rem;
}
.pf-player__badge {
  display: inline-flex;
  align-items: center;
  padding: 0.28rem 0.75rem;
  border-radius: 999px;
  background: rgba(225, 6, 0, 0.18);
  border: 1px solid rgba(225, 6, 0, 0.55);
  color: #FFFFFF;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}
.pf-player__play {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 0;
  display: grid;
  place-items: center;
  margin: 0.35rem 0 0.15rem;
  background: var(--menu-gold-grad);
  color: #0A0A0A !important;
  text-decoration: none !important;
  box-shadow: 0 10px 28px rgba(225, 6, 0, 0.35);
  cursor: pointer;
  opacity: 0.95;
}
button.pf-player__play:disabled {
  cursor: not-allowed;
}
.pf-player--fallback {
  position: absolute;
  inset: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.pf-player--fallback[hidden] {
  display: none !important;
}
.pf-player:has(.pf-player--fallback:not([hidden])) > .pf-embed {
  visibility: hidden;
}
.pf-player__play svg {
  margin-inline-start: 3px;
}

/* Branded facade player (site identity first) */
.pf-player--brand {
  background: #0A0A0A;
}
.pf-brand-facade {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.pf-brand-facade__media {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 18%;
  background-repeat: no-repeat;
  transform: scale(1.03);
}
.pf-brand-facade__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.55) 45%, rgba(0, 0, 0, 0.92) 100%),
    radial-gradient(ellipse at 70% 40%, rgba(225, 6, 0, 0.18), transparent 55%);
}
.pf-brand-facade__ui {
  position: relative;
  z-index: 1;
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
  align-items: center;
  justify-items: center;
  padding: 1rem 1.1rem 1.15rem;
  text-align: center;
}
.pf-brand-facade__top {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.3rem 0.55rem 0.3rem 0.3rem;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(225, 6, 0, 0.28);
  backdrop-filter: blur(8px);
}
.pf-brand-facade__mark {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: var(--menu-gold-grad);
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
}
.pf-brand-facade__site {
  color: #FFFFFF;
  font-size: 0.82rem;
  font-weight: 800;
  padding-inline-end: 0.25rem;
}
.pf-brand-facade__play {
  width: 78px;
  height: 78px;
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--menu-gold-grad);
  color: #FFFFFF;
  cursor: pointer;
  box-shadow: 0 0 0 8px rgba(225, 6, 0, 0.16), 0 14px 34px rgba(225, 6, 0, 0.35);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.pf-brand-facade__play:hover {
  transform: scale(1.05);
  box-shadow: 0 0 0 10px rgba(225, 6, 0, 0.2), 0 16px 36px rgba(225, 6, 0, 0.42);
}
.pf-brand-facade__play svg {
  margin-inline-start: 3px;
}
.pf-brand-facade__copy {
  justify-self: stretch;
  display: grid;
  gap: 0.25rem;
  text-align: start;
}
.pf-brand-facade__cat {
  color: #FFFFFF;
  font-size: 0.78rem;
  font-weight: 800;
}
.pf-brand-facade__copy strong {
  color: #fff;
  font-size: clamp(1rem, 3.4vw, 1.3rem);
  line-height: 1.35;
}
.pf-brand-facade__copy em {
  color: #B3B3B3;
  font-style: normal;
  font-size: 0.82rem;
  font-weight: 700;
}
.pf-player--brand.is-playing .pf-brand-facade {
  display: none;
}
.pf-player--brand.is-playing .pf-embed {
  display: block !important;
}
.pf-player--brand .pf-embed[hidden] {
  display: none !important;
}

@media (min-width: 700px) {
  .pf-brand-facade__ui {
    padding: 1.25rem 1.4rem 1.35rem;
  }
  .pf-brand-facade__play {
    width: 88px;
    height: 88px;
  }
}
.pf-player__soon strong {
  color: #fff;
  font-size: clamp(1.15rem, 3.5vw, 1.45rem);
  font-weight: 800;
}
.pf-player__soon p {
  margin: 0;
  color: #cfcfcf;
  font-size: 0.92rem;
  line-height: 1.55;
}

/* ===== Custom branded player (Tech Night) ===== */
.pf-my-player { width: 100%; }
.pf-my-player__frame {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(225, 6, 0, 0.32);
  background: #0A0A0A;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.55);
}
.pf-my-player__stage {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #050505;
  cursor: pointer;
  user-select: none;
}
.pf-my-player__yt {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.pf-my-player__yt iframe {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  pointer-events: none !important;
}
.pf-my-player__shield {
  position: absolute;
  inset: 0;
  z-index: 3;
  background: transparent;
  cursor: pointer;
}
.pf-my-player__cover,
.pf-my-player__veil {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}
.pf-my-player__cover {
  background-size: cover;
  background-position: center 18%;
  background-repeat: no-repeat;
}
.pf-my-player__veil {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.88) 100%),
    radial-gradient(ellipse at 70% 35%, rgba(225, 6, 0, 0.2), transparent 55%);
}
.pf-my-player__cover[hidden],
.pf-my-player__veil[hidden],
.pf-my-player__bigplay[hidden] {
  display: none !important;
}
.pf-my-player__top {
  position: absolute;
  z-index: 5;
  top: 0.75rem;
  inset-inline-start: 0.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.28rem 0.55rem 0.28rem 0.28rem;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.72);
  border: 1px solid rgba(225, 6, 0, 0.3);
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.pf-my-player__mark {
  display: none;
}
.pf-my-player__logo {
  display: block;
  width: auto;
  height: 22px;
  max-width: 96px;
  object-fit: contain;
  border-radius: 0;
  flex: 0 0 auto;
  filter: brightness(0) invert(1);
}
.pf-my-player__brand {
  display: none;
}
.pf-my-player__live {
  margin-inline-start: 0.15rem;
  padding: 0.15rem 0.45rem;
  border-radius: 999px;
  background: rgba(225, 6, 0, 0.18);
  color: #FFFFFF;
  font-size: 0.68rem;
  font-weight: 800;
}
.pf-my-player__live[hidden] { display: none !important; }
.pf-my-player__bigplay {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 82px;
  height: 82px;
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--menu-gold-grad);
  color: #FFFFFF;
  cursor: pointer;
  box-shadow: 0 0 0 10px rgba(225, 6, 0, 0.16), 0 16px 36px rgba(225, 6, 0, 0.4);
}
.pf-my-player__bigplay:hover {
  transform: translate(-50%, -50%) scale(1.06);
}
.pf-my-player__bigplay svg { margin-inline-start: 3px; }
.pf-my-player__bar {
  position: absolute;
  z-index: 6;
  left: 0.7rem;
  right: 0.7rem;
  bottom: 0.7rem;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.55rem;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.82);
  border: 1px solid rgba(225, 6, 0, 0.28);
  backdrop-filter: blur(12px);
  direction: ltr;
  opacity: 0;
  transform: translateY(6px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.pf-my-player.is-playing .pf-my-player__bar,
.pf-my-player.is-paused .pf-my-player__bar,
.pf-my-player__stage:hover .pf-my-player__bar {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}
.pf-my-player__ctrl {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: rgba(225, 6, 0, 0.12);
  color: #FFFFFF;
  cursor: pointer;
}
.pf-my-player__ctrl:hover {
  background: rgba(225, 6, 0, 0.22);
  color: #fff;
}
.pf-my-player__seek {
  position: relative;
  flex: 1 1 auto;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  cursor: pointer;
  overflow: hidden;
}
.pf-my-player__seek-fill {
  height: 100%;
  width: 0%;
  border-radius: inherit;
  background: var(--menu-gold-grad);
  box-shadow: 0 0 12px rgba(225, 6, 0, 0.45);
}
.pf-my-player__time {
  flex: 0 0 auto;
  min-width: 7.5rem;
  text-align: center;
  color: #CFCFCF;
  font-size: 0.75rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  font-family: Arial, Helvetica, sans-serif;
}
.pf-my-player.is-error .pf-my-player__bigplay {
  background: #2A2A2A;
  color: #FF7B8A;
  box-shadow: none;
}
.pf-my-player__frame:fullscreen,
.pf-my-player__frame:-webkit-full-screen {
  width: 100%;
  height: 100%;
  border-radius: 0;
  border: 0;
}
.pf-my-player__frame:fullscreen .pf-my-player__stage,
.pf-my-player__frame:-webkit-full-screen .pf-my-player__stage {
  aspect-ratio: auto;
  height: 100%;
}
@media (min-width: 700px) {
  .pf-my-player__bigplay { width: 92px; height: 92px; }
  .pf-my-player__bar {
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    padding: 0.55rem 0.7rem;
  }
}

.pf-watch__meta {
  padding: 0.15rem 0.15rem 0;
}
.pf-watch__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 0.65rem;
}
.pf-watch__tag {
  display: inline-flex;
  align-items: center;
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  background: rgba(225, 6, 0, 0.08);
  border: 1px solid rgba(225, 6, 0, 0.28);
  color: #ff8c00;
  font-size: 0.78rem;
  font-weight: 800;
}
.pf-watch__tag--muted {
  background: #f5f5f5;
  border-color: #e5e5e5;
  color: #666;
}
.pf-watch__meta h1 {
  margin: 0 0 0.55rem;
  font-size: clamp(1.35rem, 4.8vw, 1.95rem);
  color: #111;
  line-height: 1.25;
  font-weight: 800;
}
.pf-watch__sum {
  margin: 0 0 1.1rem;
  color: #666;
  line-height: 1.65;
  font-size: 0.98rem;
  max-width: 52ch;
}
.pf-watch__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.pf-related {
  margin-top: 2.15rem;
  padding-top: 1.35rem;
  border-top: 1px solid rgba(225, 6, 0, 0.18);
}
.pf-related h2 {
  margin: 0 0 0.2rem;
  font-size: 1.15rem;
  color: var(--menu-gold-bright);
}
.pf-video-grid--related {
  margin-top: 0.35rem;
}

@media (min-width: 900px) {
  .pf-watch {
    gap: 1.35rem;
  }
  .pf-player,
  .pf-embed {
    border-radius: 20px;
  }
  .pf-player__play {
    width: 84px;
    height: 84px;
  }
}

/* About */
.pf-about__hero {
  margin: 0 0 1.5rem;
  padding: 1.35rem 0 1.25rem;
  border-bottom: 1px solid rgba(225, 6, 0, 0.16);
  background:
    radial-gradient(90% 120% at 100% 0%, rgba(225, 6, 0, 0.08) 0%, transparent 55%);
}
.pf-about__eyebrow {
  margin: 0 0 0.45rem;
  color: #ff8c00;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}
.pf-about__hero h1 {
  margin: 0 0 0.55rem;
  font-size: clamp(1.75rem, 4.5vw, 2.35rem);
  color: #111;
  line-height: 1.2;
}
.pf-about__lead {
  margin: 0;
  max-width: 48ch;
  color: #555;
  font-size: 1.02rem;
  line-height: 1.65;
}
.pf-about-layout {
  display: grid;
  gap: 1rem;
}
.pf-about-story {
  padding: 1.35rem 1.25rem;
  border: 1px solid #ececec;
  border-radius: 16px;
  background:
    linear-gradient(165deg, #fff 0%, #fafafa 100%);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.04);
}
.pf-about-story h2,
.pf-about-panel h2 {
  margin: 0 0 0.55rem;
  color: #111;
  font-size: 1.12rem;
}
.pf-about-story p,
.pf-about-panel p {
  margin: 0 0 1rem;
  color: #555;
  line-height: 1.7;
  font-size: 0.98rem;
}
.pf-about-side {
  display: grid;
  gap: 0.85rem;
}
.pf-about-panel {
  padding: 1.15rem 1.1rem;
  border: 1px solid #ececec;
  border-radius: 16px;
  background: #fff;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.pf-about-panel:hover {
  transform: scale(1.02);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06);
}
.pf-about-panel--connect {
  border-color: rgba(225, 6, 0, 0.22);
  background:
    linear-gradient(180deg, rgba(225, 6, 0, 0.04) 0%, #fff 55%);
}
.pf-about-social {
  margin-bottom: 0.95rem !important;
}
.pf-about-social a {
  color: #ff8c00;
  font-weight: 700;
  text-decoration: none;
}
.pf-about-social a:hover {
  text-decoration: underline;
}
.pf-topic-pills--start {
  justify-content: flex-start;
  margin-top: 0.15rem;
  margin-bottom: 0;
}
@media (min-width: 840px) {
  .pf-about-layout {
    grid-template-columns: 1.35fr 1fr;
    align-items: start;
  }
}

/* Terms */
.pf-terms__stack {
  display: grid;
  gap: 0.85rem;
}
.pf-terms__card {
  padding: 1.2rem 1.15rem;
  border: 1px solid #ececec;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.03);
}
.pf-terms__card h2 {
  margin: 0 0 0.5rem;
  color: #ff8c00;
  font-size: 1.05rem;
}
.pf-terms__card p {
  margin: 0;
  color: #555;
  line-height: 1.7;
  font-size: 0.98rem;
}
.pf-terms__note {
  margin: 1.35rem 0 0;
  color: #777;
  font-size: 0.9rem;
  line-height: 1.6;
}
.pf-terms__note a {
  color: #ff8c00;
  font-weight: 700;
  text-decoration: none;
}
.pf-terms__note a:hover {
  text-decoration: underline;
}
@media (min-width: 720px) {
  .pf-terms__stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.pf-about-grid {
  display: grid;
  gap: 0.75rem;
}
.pf-about-card {
  padding: 1.1rem;
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  background: #fff;
}
.pf-about-card h2 {
  margin: 0 0 0.4rem;
  color: #111;
  font-size: 1.05rem;
}
.pf-about-card p {
  margin: 0;
  color: #666;
  line-height: 1.55;
  font-size: 0.92rem;
}

.pf-admin-grid {
  display: grid;
  gap: 1.15rem;
}
.pf-manage__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eee;
}
.pf-manage__head h1 {
  margin: 0 0 0.25rem;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  color: #111;
}
.pf-manage__head p {
  margin: 0;
  color: #777;
  font-size: 0.92rem;
}
.pf-manage__stats {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0.5rem;
}
.pf-manage__stats li {
  min-width: 72px;
  padding: 0.55rem 0.75rem;
  border: 1px solid #eee;
  border-radius: 12px;
  background: #fafafa;
  text-align: center;
}
.pf-manage__stats strong {
  display: block;
  font-size: 1.2rem;
  color: #111;
  line-height: 1.2;
}
.pf-manage__stats span {
  font-size: 0.72rem;
  color: #888;
  font-weight: 700;
}
.pf-manage-panel {
  display: grid;
  gap: 0.7rem;
  padding: 1.15rem 1.2rem 1.25rem;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.04);
}
.pf-manage-panel__head h2 {
  margin: 0 0 0.2rem;
  font-size: 1.05rem;
  color: #111;
}
.pf-manage-panel__head p {
  margin: 0 0 0.35rem;
  color: #888;
  font-size: 0.82rem;
}
.pf-manage-panel__submit {
  width: 100%;
  margin-top: 0.25rem;
  min-height: 46px;
}
.pf-manage-i18n {
  display: grid;
  gap: 0.7rem;
  margin-top: 0.35rem;
  padding: 0.85rem 0.9rem 0.95rem;
  border-radius: 14px;
  border: 1px dashed rgba(225, 6, 0, 0.35);
  background: linear-gradient(180deg, #fff8f8 0%, #fff 100%);
}
.pf-manage-i18n .pf-manage-panel__head {
  margin: 0;
}
.pf-manage-i18n .pf-manage-panel__head h2 {
  color: #c40800;
  font-size: 0.98rem;
}
.pf-manage-i18n--edit {
  margin: 0.85rem 0 0.35rem;
}
.pf-manage-flags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.1rem;
  padding: 0.35rem 0;
}
.pf-manage-list {
  display: grid;
  gap: 0.75rem;
}
.pf-manage-empty {
  padding: 2rem 1.25rem;
  text-align: center;
  border-radius: 16px;
}
.pf-vcard {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  overflow: hidden;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.pf-vcard:hover {
  border-color: rgba(225, 6, 0, 0.28);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.05);
}
.pf-vcard.is-off {
  opacity: 0.72;
}
.pf-vcard.is-off .pf-vcard__thumb img {
  filter: grayscale(0.55);
}
.pf-vcard__main {
  display: grid;
  gap: 0.85rem;
  padding: 0.85rem;
  align-items: start;
}
.pf-vcard__thumb {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  overflow: hidden;
  background: #111;
}
.pf-vcard__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pf-vcard__ph {
  display: grid;
  place-items: center;
  height: 100%;
  min-height: 88px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  background: linear-gradient(135deg, #1a1a1a, #333);
}
.pf-vcard__thumb em {
  position: absolute;
  inset-inline-end: 0.4rem;
  inset-block-end: 0.4rem;
  padding: 0.12rem 0.4rem;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.78);
  color: #fff;
  font-style: normal;
  font-size: 0.72rem;
  font-weight: 800;
}
.pf-vcard__body h2 {
  margin: 0 0 0.3rem;
  font-size: 1rem;
  color: #111;
  line-height: 1.35;
}
.pf-vcard__sum {
  margin: 0 0 0.35rem;
  color: #666;
  font-size: 0.86rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.pf-vcard__id {
  margin: 0;
  color: #aaa;
  font-size: 0.75rem;
}
.pf-vcard__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 0.4rem;
}
.pf-vcard__cat,
.pf-vcard__badge {
  display: inline-flex;
  align-items: center;
  padding: 0.18rem 0.5rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
}
.pf-vcard__cat {
  background: #f3f3f3;
  color: #444;
}
.pf-vcard__badge--feat {
  background: rgba(225, 6, 0, 0.1);
  color: #ff8c00;
}
.pf-vcard__badge--on {
  background: rgba(27, 138, 90, 0.12);
  color: #1B8A5A;
}
.pf-vcard__badge--off {
  background: #f0f0f0;
  color: #888;
}
.pf-vcard__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
}
.pf-vcard__iconbtn {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  background: #fff;
  color: #999;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1;
}
.pf-vcard__iconbtn.is-on {
  color: #ff8c00;
  border-color: rgba(225, 6, 0, 0.35);
  background: rgba(225, 6, 0, 0.06);
}
.pf-vcard__del {
  border: 0;
  background: transparent;
  color: #c0392b;
  font: inherit;
  font-size: 0.85rem;
  font-weight: 700;
  cursor: pointer;
  padding: 0.45rem 0.55rem;
}
.pf-vcard__del:hover { text-decoration: underline; }
.pf-vcard__edit {
  display: grid;
  gap: 0.75rem;
  padding: 0 0.95rem 1rem;
  border-top: 1px solid #f0f0f0;
  background: #fafafa;
}
.pf-vcard__edit-grid {
  display: grid;
  gap: 0.65rem;
  padding-top: 0.85rem;
}
.pf-check {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  color: #333;
  font-size: 0.9rem;
  font-weight: 600;
}
.pf-check input {
  accent-color: #ff8c00;
  width: 1rem;
  height: 1rem;
}

.vl-actions-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

/* Settings page */
.pf-settings-grid {
  display: grid;
  gap: 1.15rem;
}
.pf-settings__preview img {
  display: block;
  height: 40px;
  width: auto;
  object-fit: contain;
}
.pf-settings-fields {
  display: grid;
  gap: 0.7rem;
}
.pf-settings-gap {
  margin-top: 0.85rem;
  padding-top: 0.85rem;
  border-top: 1px solid #f0f0f0;
}
.pf-settings-side {
  display: grid;
  gap: 1rem;
  align-content: start;
}
.pf-settings-hint {
  margin: 0.65rem 0 0;
  color: #999;
  font-size: 0.8rem;
  line-height: 1.45;
}
.pf-settings-hr {
  border: 0;
  border-top: 1px solid #e8e8e8;
  margin: 0.5rem 0;
  grid-column: 1 / -1;
}
.pf-settings-subhead {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 800;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  grid-column: 1 / -1;
}
.pf-cat-manage {
  list-style: none;
  margin: 0 0 0.85rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}
.pf-cat-manage li {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.35rem 0.35rem 0.7rem;
  border-radius: 999px;
  background: #f5f5f5;
  border: 1px solid #e8e8e8;
  font-size: 0.86rem;
  font-weight: 700;
  color: #222;
}
.pf-cat-manage__del {
  width: 26px;
  height: 26px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #c0392b;
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
}
.pf-cat-manage__del:hover {
  background: #ff8c00;
  color: #0a0a0a;
}
.pf-cat-add {
  display: grid;
  gap: 0.55rem;
}
.pf-settings-links {
  gap: 0.55rem;
}
.pf-settings-links .vl-btn {
  width: 100%;
  justify-content: center;
}
.pf-settings-logo-upload {
  display: flex;
  align-items: center;
  gap: 1rem;
  grid-column: 1 / -1;
  padding: 0.5rem 0;
}
.pf-settings-logo-preview {
  flex-shrink: 0;
  width: 180px;
  height: 64px;
  border-radius: 12px;
  border: 1px solid var(--vl-line, #e8e8e8);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  overflow: hidden;
}
.pf-settings-logo-preview img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.pf-bank-accounts {
  display: grid;
  gap: 0.85rem;
  margin: 0.5rem 0;
}
.pf-bank-account-row {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
  padding: 0.75rem;
  border: 1px solid #ececec;
  border-radius: 14px;
  background: #fafafa;
}
.pf-bank-account-fields {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
}
.pf-bank-account-remove {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #c0392b;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.4rem;
}
.pf-bank-account-remove:hover {
  background: #fee;
}
@media (max-width: 639px) {
  .pf-bank-account-fields {
    grid-template-columns: 1fr;
  }
}

.pf-banners-panel {
  margin-bottom: 1.15rem;
}
.pf-banner-manage {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}
.pf-banner-manage__item {
  display: grid;
  gap: 0.75rem;
  padding: 0.75rem;
  border: 1px solid #ececec;
  border-radius: 14px;
  background: #fff;
  align-items: center;
}
.pf-banner-manage__item.is-off {
  opacity: 0.62;
}
.pf-banner-manage__thumb {
  border-radius: 10px;
  overflow: hidden;
  background: #c40000;
  aspect-ratio: 16 / 6;
}
.pf-banner-manage__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pf-banner-manage__meta {
  display: grid;
  gap: 0.2rem;
}
.pf-banner-manage__meta strong {
  color: #111;
  font-size: 0.95rem;
}
.pf-banner-manage__meta span {
  color: #777;
  font-size: 0.82rem;
  font-weight: 600;
}
.pf-banner-manage__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.pf-banner-manage__del {
  color: #c0392b !important;
}
.pf-banner-add {
  display: grid;
  gap: 0.65rem;
  padding-top: 0.35rem;
  border-top: 1px solid #f0f0f0;
}
@media (min-width: 720px) {
  .pf-banner-manage__item {
    grid-template-columns: 220px 1fr auto;
  }
  .pf-banner-add {
    grid-template-columns: 1.2fr 1fr auto;
    align-items: end;
  }
}

@media (min-width: 640px) {
  .pf-course-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 900px) {
  .pf-course-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 640px) {
  .pf-settings-fields {
    grid-template-columns: 1fr 1fr;
  }
  .pf-settings-span2 {
    grid-column: 1 / -1;
  }
}

@media (min-width: 900px) {
  .pf-settings-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.75fr);
    align-items: start;
  }
  .pf-settings-side {
    position: sticky;
    top: 84px;
  }
}

/* Courses showcase */
body.pf-courses-page .vl-main {
  background:
    radial-gradient(1000px 420px at 100% -10%, rgba(225, 6, 0, 0.07), transparent 55%),
    radial-gradient(800px 380px at 0% 20%, rgba(28, 29, 31, 0.04), transparent 50%),
    linear-gradient(180deg, #f6f7f9 0%, #eef0f3 100%);
}
body.pf-courses-page .pf-store-wrap.pf-courses {
  padding-block: 1.5rem 2.5rem;
}
.pf-courses__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
  padding: 1.25rem 1.3rem;
  border: 1px solid rgba(28, 29, 31, 0.08);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 248, 248, 0.92) 100%);
  box-shadow: 0 10px 30px rgba(28, 29, 31, 0.05);
}
.pf-courses__eyebrow {
  margin: 0 0 0.4rem;
  color: #ff8c00;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.pf-courses__head h1 {
  margin: 0;
  font-size: clamp(1.7rem, 3.8vw, 2.35rem);
  color: #121316;
  letter-spacing: -0.03em;
  line-height: 1.15;
}
.pf-courses__head p {
  margin: 0;
  color: #666;
  max-width: 42ch;
  line-height: 1.55;
}
.pf-courses__wa-hint {
  margin: 0 0 1rem;
  padding: 0.75rem 0.95rem;
  border-radius: 12px;
  border: 1px solid rgba(225, 6, 0, 0.18);
  background: rgba(225, 6, 0, 0.07);
  color: #e67300;
  font-size: 0.86rem;
  font-weight: 700;
}
.pf-courses__count {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.45rem;
  margin: 0.55rem 0 0;
  color: #6a6f73;
  font-size: 0.9rem;
  font-weight: 600;
}
.pf-courses__count strong {
  color: #121316;
  font-size: 1.15rem;
  font-weight: 800;
}
.pf-courses__count em {
  font-style: normal;
  color: #8b9198;
  font-size: 0.82rem;
}
.pf-courses-filter-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 44px;
  padding: 0.5rem 1rem;
  border: 1px solid #1c1d1f;
  border-radius: 999px;
  background: #1c1d1f;
  color: #fff;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(28, 29, 31, 0.18);
}
.pf-courses-filter-toggle i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.35rem;
  height: 1.35rem;
  padding: 0 0.3rem;
  border-radius: 999px;
  background: #ff8c00;
  font-style: normal;
  font-size: 0.72rem;
  font-weight: 800;
}
.pf-courses-filter-toggle:hover {
  background: #000;
}
.pf-courses-layout {
  display: grid;
  gap: 1.25rem;
  align-items: start;
}
.pf-course-filters {
  background:
    linear-gradient(180deg, #ffffff 0%, #fbfbfc 100%);
  border: 1px solid rgba(28, 29, 31, 0.08);
  border-radius: 18px;
  padding: 1.15rem 1.05rem 1.2rem;
  box-shadow: 0 14px 36px rgba(28, 29, 31, 0.06);
}
.pf-course-filters__head {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin-bottom: 1rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid rgba(28, 29, 31, 0.08);
}
.pf-course-filters__kicker {
  margin: 0 0 0.2rem;
  color: #ff8c00;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.pf-course-filters__head h2 {
  margin: 0;
  font-size: 1.12rem;
  color: #121316;
  letter-spacing: -0.02em;
}
.pf-course-filters__tools {
  margin-inline-start: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}
.pf-course-filters__clear {
  color: #ff8c00 !important;
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none !important;
  white-space: nowrap;
}
.pf-course-filters__clear:hover {
  text-decoration: underline !important;
}
.pf-course-filters__close {
  display: none;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 10px;
  background: #f1f2f4;
  color: #1c1d1f;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
}
.pf-course-filters__group {
  margin: 0 0 1.15rem;
}
.pf-course-filters__group:last-child {
  margin-bottom: 0;
}
.pf-course-filters__group h3 {
  margin: 0 0 0.55rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7a8088;
}
.pf-course-filters__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.28rem;
}
.pf-course-filters__opt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  padding: 0.55rem 0.7rem;
  border-radius: 12px;
  color: #1c1d1f !important;
  text-decoration: none !important;
  font-size: 0.9rem;
  font-weight: 700;
  border: 1px solid transparent;
  background: transparent;
  transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}
.pf-course-filters__opt em {
  font-style: normal;
  min-width: 1.5rem;
  padding: 0.1rem 0.4rem;
  border-radius: 999px;
  background: #eef0f3;
  color: #6a6f73;
  font-size: 0.72rem;
  font-weight: 800;
  text-align: center;
}
.pf-course-filters__opt:hover {
  background: #f5f6f8;
  border-color: rgba(28, 29, 31, 0.06);
}
.pf-course-filters__opt.is-active {
  background: linear-gradient(135deg, #1c1d1f 0%, #2b2d31 100%);
  color: #fff !important;
  border-color: #1c1d1f;
  box-shadow: 0 8px 18px rgba(28, 29, 31, 0.18);
}
.pf-course-filters__opt.is-active em {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}
.pf-course-filters__pills {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.pf-course-filters__pills a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  min-height: 34px;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  border: 1px solid #d8dce1;
  background: #fff;
  color: #1c1d1f !important;
  text-decoration: none !important;
  font-size: 0.8rem;
  font-weight: 700;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.pf-course-filters__pills a em {
  font-style: normal;
  color: #8b9198;
  font-size: 0.7rem;
  font-weight: 800;
}
.pf-course-filters__pills a:hover {
  border-color: #1c1d1f;
}
.pf-course-filters__pills a.is-active {
  background: #ff8c00;
  border-color: #ff8c00;
  color: #0a0a0a !important;
  box-shadow: 0 8px 16px rgba(225, 6, 0, 0.22);
}
.pf-course-filters__pills a.is-active em {
  color: rgba(255, 255, 255, 0.85);
}
.pf-course-filters__switch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  padding: 0.85rem 0.9rem;
  border-radius: 14px;
  border: 1px solid rgba(28, 29, 31, 0.08);
  background: linear-gradient(135deg, #fff 0%, #fff7f7 100%);
  text-decoration: none !important;
  color: inherit !important;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.pf-course-filters__switch strong {
  display: block;
  font-size: 0.9rem;
  color: #121316;
}
.pf-course-filters__switch small {
  display: block;
  margin-top: 0.15rem;
  color: #7a8088;
  font-size: 0.74rem;
  font-weight: 600;
}
.pf-course-filters__switch i {
  flex: 0 0 auto;
  width: 42px;
  height: 24px;
  border-radius: 999px;
  background: #d8dce1;
  position: relative;
  transition: background 0.2s ease;
}
.pf-course-filters__switch i::before {
  content: "";
  position: absolute;
  top: 3px;
  inset-inline-start: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
  transition: inset-inline-start 0.2s ease, transform 0.2s ease;
}
.pf-course-filters__switch.is-active {
  border-color: rgba(225, 6, 0, 0.35);
  box-shadow: 0 10px 24px rgba(225, 6, 0, 0.1);
}
.pf-course-filters__switch.is-active i {
  background: #ff8c00;
}
.pf-course-filters__switch.is-active i::before {
  inset-inline-start: calc(100% - 21px);
}
.pf-course-filters__backdrop {
  display: none;
}
.pf-courses-chips {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 1rem;
}
.pf-courses-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  min-height: 34px;
  padding: 0.3rem 0.65rem 0.3rem 0.8rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(28, 29, 31, 0.1);
  color: #1c1d1f !important;
  text-decoration: none !important;
  font-size: 0.8rem;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(28, 29, 31, 0.04);
}
.pf-courses-chip em {
  font-style: normal;
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eef0f3;
  color: #5a6068;
  font-size: 0.85rem;
  line-height: 1;
}
.pf-courses-chip:hover {
  border-color: #ff8c00;
  color: #ff8c00 !important;
}
.pf-courses-chips__reset {
  color: #ff8c00 !important;
  font-size: 0.8rem;
  font-weight: 800;
  text-decoration: none !important;
  margin-inline-start: 0.15rem;
}
.pf-courses-chips__reset:hover {
  text-decoration: underline !important;
}
.pf-courses-empty {
  display: grid;
  gap: 0.75rem;
  justify-items: start;
  padding: 2rem 1.25rem;
  border-radius: 18px;
  border: 1px dashed rgba(28, 29, 31, 0.16);
  background: rgba(255, 255, 255, 0.7);
}
.pf-courses-empty strong {
  color: #121316;
  font-size: 1.05rem;
}
.pf-courses-empty a {
  color: #ff8c00 !important;
  font-weight: 800;
  text-decoration: none !important;
}
.pf-courses-empty a:hover {
  text-decoration: underline !important;
}
.pf-courses-main .vl-empty {
  margin-top: 0.5rem;
}
@media (max-width: 899px) {
  .pf-course-filters {
    position: fixed;
    z-index: 90;
    inset-block: 0;
    inset-inline-start: 0;
    width: min(340px, 90vw);
    max-height: 100vh;
    overflow-y: auto;
    border-radius: 0 18px 18px 0;
    border: 0;
    transform: translateX(-105%);
    transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 18px 0 50px rgba(0, 0, 0, 0.22);
  }
  body.is-rtl .pf-course-filters {
    inset-inline-start: auto;
    inset-inline-end: 0;
    border-radius: 18px 0 0 18px;
    transform: translateX(105%);
    box-shadow: -18px 0 50px rgba(0, 0, 0, 0.22);
  }
  .pf-course-filters.is-open {
    transform: translateX(0);
  }
  .pf-course-filters__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .pf-course-filters__backdrop {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 85;
    background: rgba(18, 19, 22, 0.52);
    backdrop-filter: blur(2px);
  }
  body.pf-filters-open {
    overflow: hidden;
  }
}
@media (min-width: 900px) {
  .pf-courses-filter-toggle {
    display: none;
  }
  .pf-courses-layout {
    grid-template-columns: 270px minmax(0, 1fr);
    gap: 1.6rem;
  }
  .pf-course-filters {
    position: sticky;
    top: 92px;
    max-height: calc(100vh - 110px);
    overflow-y: auto;
  }
  .pf-course-filters__close {
    display: none !important;
  }
  .pf-courses-layout .pf-course-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1100px) {
  .pf-courses-layout .pf-course-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.pf-course-rows {
  display: grid;
  gap: 0.85rem;
}
.pf-course-row {
  display: grid;
  gap: 0.85rem;
  padding: 0.75rem;
  border: 1px solid #ececec;
  border-radius: 14px;
  background: #fff;
  align-items: center;
  box-shadow: 0 8px 22px rgba(28, 29, 31, 0.04);
  transition: box-shadow 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
  animation: pfCourseIn 0.5s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: calc(var(--pf-i, 0) * 55ms);
}
.pf-course-row:hover {
  border-color: rgba(225, 6, 0, 0.28);
  box-shadow: 0 14px 32px rgba(28, 29, 31, 0.08);
  transform: translateY(-2px) scale(1.02);
}
.pf-course-row.is-featured {
  border-color: #d7dbe2;
}
.pf-course-row__thumb {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  background: #c40000;
  aspect-ratio: 16 / 9;
  text-decoration: none !important;
}
.pf-course-row__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.pf-course-row:hover .pf-course-row__thumb img {
  transform: scale(1.03);
}
.pf-course-row__meta {
  display: grid;
  gap: 0.28rem;
  min-width: 0;
}
.pf-course-row__title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.35;
  color: #111;
}
.pf-course-row__title a {
  color: inherit !important;
  text-decoration: none !important;
  unicode-bidi: isolate;
}
.pf-course-row__title a:hover {
  color: #ff8c00 !important;
}
.pf-course-row__status {
  margin: 0;
  color: #777;
  font-size: 0.84rem;
  font-weight: 700;
}
.pf-course-row__facts {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem 0.4rem;
  color: #6a6f73;
  font-size: 0.8rem;
  font-weight: 600;
}
.pf-course-row__facts span[aria-hidden="true"] {
  color: #b0b5bd;
}
.pf-course-row__price {
  margin: 0.15rem 0 0;
  display: flex;
  align-items: baseline;
  gap: 0.45rem;
}
.pf-course-row__price strong {
  font-size: 1.05rem;
  font-weight: 800;
  color: #1c1d1f;
}
.pf-course-row__price.is-free strong {
  color: #1e6055;
}
.pf-course-row__price s {
  color: #6a6f73;
  font-size: 0.82rem;
  font-weight: 600;
}
.pf-course-row__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: center;
}
.pf-course-row__book {
  background: #ff8c00 !important;
  border-color: #ff8c00 !important;
  color: #0a0a0a !important;
  font-weight: 800;
  min-height: 38px;
  padding-inline: 0.95rem;
}
.pf-course-row__book:hover {
  background: #c40500 !important;
  border-color: #c40500 !important;
}
.pf-course-row__more {
  border-color: rgba(225, 6, 0, 0.45) !important;
  color: #ff8c00 !important;
  font-weight: 700;
  min-height: 38px;
  padding-inline: 0.85rem;
}
.pf-course-row__more:hover {
  background: rgba(225, 6, 0, 0.06) !important;
}
@media (min-width: 720px) {
  .pf-course-row {
    grid-template-columns: 260px 1fr auto;
  }
  .pf-course-row__actions {
    flex-direction: column;
    align-items: stretch;
    min-width: 148px;
  }
  .pf-course-row__book,
  .pf-course-row__more {
    justify-content: center;
    text-align: center;
  }
}
@media (prefers-reduced-motion: reduce) {
  .pf-course-row {
    animation: none;
  }
  .pf-course-row:hover {
    transform: none;
  }
}

.pf-course-grid {
  display: grid;
  gap: 1.25rem;
}
.pf-course-card {
  --pf-card-radius: 14px;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgba(28, 29, 31, 0.08);
  border-radius: var(--pf-card-radius);
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(28, 29, 31, 0.05);
  transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
  animation: pfCourseIn 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: calc(var(--pf-i, 0) * 70ms);
}
.pf-course-card:hover {
  box-shadow: 0 18px 42px rgba(28, 29, 31, 0.12);
  transform: translateY(-4px);
  border-color: rgba(225, 6, 0, 0.28);
}
.pf-course-card.is-featured {
  border-color: #c2c8d0;
}
.pf-course-card.is-free {
  border-color: #d1d7dc;
}
@keyframes pfCourseIn {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  .pf-course-card {
    animation: none;
  }
  .pf-course-card:hover {
    transform: none;
  }
}
.pf-course-card__media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  background: #1c1d1f;
  overflow: hidden;
  text-decoration: none !important;
}
.pf-course-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}
.pf-course-card:hover .pf-course-card__media img {
  transform: scale(1.03);
}
.pf-course-card__ribbons {
  position: absolute;
  z-index: 1;
  top: 0.55rem;
  inset-inline-start: 0.55rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  max-width: calc(100% - 1.1rem);
}
.pf-course-card__ribbon {
  display: inline-flex;
  align-items: center;
  padding: 0.22rem 0.55rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.2;
  border-radius: 999px;
  color: #fff;
  background: #1c1d1f;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18);
}
.pf-course-card__ribbon--free {
  background: #1e6055;
}
.pf-course-card__ribbon--sale {
  background: #ff8c00;
}
.pf-course-card__ribbon--feat {
  background: #5624d0;
}
.pf-course-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  flex: 1;
  padding: 0.85rem 0.9rem 1rem;
  min-height: 0;
}
.pf-course-card__catline {
  margin: 0;
  color: #6a6f73;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.3;
}
html[dir="rtl"] .pf-course-card__catline {
  letter-spacing: 0;
  text-transform: none;
}
.pf-course-card__title {
  margin: 0;
  font-size: 1rem;
  font-weight: 800;
  color: #1c1d1f;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.8em;
  unicode-bidi: isolate;
}
.pf-course-card__title a {
  color: inherit !important;
  text-decoration: none !important;
  display: inline;
  unicode-bidi: isolate;
}
.pf-course-card__title a:hover {
  color: #ff8c00 !important;
}
.pf-course-card__by {
  margin: 0;
  color: #6a6f73;
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pf-course-card__stats {
  margin: 0.15rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.2rem 0.45rem;
  color: #6a6f73;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.35;
}
.pf-course-card__stats li {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}
.pf-course-card__stats li:not(:last-child)::after {
  content: "•";
  color: #a1a7b3;
  font-weight: 700;
}
.pf-course-card__bottom {
  margin-top: auto;
  padding-top: 0.65rem;
  display: grid;
  gap: 0.55rem;
}
.pf-course-card__pricing {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.4rem 0.55rem;
}
.pf-course-card__amount {
  font-size: 1.05rem;
  font-weight: 800;
  color: #1c1d1f;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.pf-course-card__pricing.is-free .pf-course-card__amount {
  color: #1e6055;
}
.pf-course-card__pricing.has-sale .pf-course-card__amount {
  color: #1c1d1f;
}
.pf-course-card__was {
  color: #6a6f73;
  font-size: 0.82rem;
  font-weight: 600;
}
.pf-course-card__cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.45rem;
  align-items: center;
}
.pf-course-card__book {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0.4rem 0.75rem;
  border-radius: 2px;
  background: #ff8c00;
  color: #0a0a0a !important;
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none !important;
  transition: background 0.15s ease;
}
.pf-course-card__book:hover {
  background: #c40500;
}
.pf-course-card__more {
  color: #1c1d1f !important;
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: underline !important;
  text-underline-offset: 0.15em;
  white-space: nowrap;
  padding-inline: 0.15rem;
}
.pf-course-card__more:hover {
  color: #ff8c00 !important;
}
.pf-course-card:not(.has-book) .pf-course-card__cta {
  grid-template-columns: 1fr;
}
.pf-course-card:not(.has-book) .pf-course-card__more {
  text-align: start;
}

/* Shared chips / lists used on course detail */
.pf-course-card__cat,
.pf-course-card__badge,
.pf-course-card__level {
  display: inline-flex;
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
}
.pf-course-card__cat {
  background: #f3f4f7;
  color: #1c1d1f;
}
.pf-course-card__badge {
  background: #ff8c00;
  color: #0a0a0a;
}
.pf-course-card__badge--free {
  background: #1e6055;
}
.pf-course-card__badge--sale {
  background: #1c1d1f;
}
.pf-course-card__meta {
  margin: 0;
  color: #6a6f73;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.45;
}
.pf-course-card__sum {
  display: none;
}
.pf-price {
  margin: 0;
  padding: 0.7rem 0.8rem;
  border-radius: 14px;
  background: #fafafa;
  border: 1px solid #eee;
}
.pf-price.is-free {
  background: rgba(27, 138, 90, 0.08);
  border-color: rgba(27, 138, 90, 0.2);
}
.pf-price.has-sale {
  background: rgba(225, 6, 0, 0.06);
  border-color: rgba(225, 6, 0, 0.18);
}
.pf-price__row,
.pf-price--lg {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}
.pf-price__caption,
.pf-price__row > span {
  font-size: 0.8rem;
  font-weight: 700;
  color: #777;
}
.pf-price__values {
  display: inline-flex;
  align-items: baseline;
  gap: 0.45rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.pf-price__values s {
  color: #999;
  font-size: 0.95rem;
  font-weight: 600;
}
.pf-price__values em {
  font-style: normal;
  font-size: 0.72rem;
  font-weight: 800;
  color: #1B8A5A;
  background: rgba(27, 138, 90, 0.12);
  padding: 0.15rem 0.4rem;
  border-radius: 999px;
}
.pf-price__final {
  font-size: 1.25rem;
  font-weight: 800;
  color: #ff8c00;
  letter-spacing: -0.02em;
}
.pf-price.is-free .pf-price__final {
  color: #1B8A5A;
}
.pf-price--lg {
  padding: 1rem 1.1rem;
  flex-wrap: wrap;
}
.pf-price--lg .pf-price__final {
  font-size: clamp(1.5rem, 3vw, 2rem);
}
.pf-course-card__points {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.35rem;
}
.pf-course-card__points li {
  position: relative;
  padding-inline-start: 1rem;
  color: #333;
  font-size: 0.86rem;
  line-height: 1.45;
}
.pf-course-card__points li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0.42rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #ff8c00;
}
.pf-course-card__foot {
  display: grid;
  gap: 0.45rem;
  margin-top: auto;
  padding-top: 0.35rem;
}
.pf-course-card__note,
.pf-course-card__soon {
  margin: 0;
  color: #777;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.45;
}
.pf-course-card__soon {
  color: #e67300;
}
.pf-wa-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 46px;
}
.pf-course-card__foot .pf-wa-btn,
.pf-course-detail__cta .pf-wa-btn {
  width: 100%;
}
.pf-courses__head .pf-wa-btn {
  width: auto;
  min-width: 200px;
}
.pf-course-card__note,
.pf-course-card__soon {
  margin: 0;
  color: #999;
  font-size: 0.78rem;
  line-height: 1.45;
  text-align: center;
}
.pf-course-card__soon {
  color: #e67300;
  font-weight: 700;
  padding: 0.55rem;
  border-radius: 10px;
  background: rgba(225, 6, 0, 0.07);
}

/* Clients marquee */
.pf-clients-marquee {
  padding: 1.5rem 1.25rem;
  background: #fafafa;
  border-block: 1px solid #eee;
}
.pf-clients-marquee__inner {
  max-width: 1180px;
  margin-inline: auto;
  display: grid;
  gap: 1rem;
}
.pf-clients-marquee__title {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #999;
  text-align: center;
}
.pf-clients-marquee__track {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.25rem 2rem;
}
.pf-clients-marquee__item {
  flex: 0 0 auto;
  opacity: 0.6;
  transition: opacity 0.2s ease;
}
.pf-clients-marquee__item:hover {
  opacity: 1;
}
.pf-clients-marquee__item img {
  height: 48px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
  display: block;
  filter: grayscale(1);
  transition: filter 0.2s ease;
}
.pf-clients-marquee__item:hover img {
  filter: grayscale(0);
}

/* Course detail */
.pf-course-detail__crumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 1rem;
  color: #999;
  font-size: 0.88rem;
}
.pf-course-detail__crumb a {
  color: #ff8c00 !important;
  text-decoration: none !important;
  font-weight: 700;
}
.pf-course-detail__layout {
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 900px) {
  .pf-course-detail__layout {
    grid-template-columns: 1.15fr 0.95fr;
    align-items: start;
    gap: 1.75rem;
  }
  .pf-course-detail__cta .pf-wa-btn {
    width: auto;
    min-width: 220px;
  }
  .pf-course-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.pf-course-detail__media {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: #111;
  border: 1px solid #eee;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}
.pf-course-detail__media img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.pf-course-detail__media:hover img {
  transform: scale(1.03);
}
.pf-course-detail__float-badge {
  position: absolute;
  top: 0.9rem;
  inset-inline-start: 0.9rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  color: #fff;
  z-index: 1;
}
.pf-course-detail__float-badge.is-free {
  background: #1B8A5A;
}
.pf-course-detail__float-badge.is-sale {
  background: #111;
}
.pf-course-detail__main {
  display: grid;
  gap: 0.85rem;
  align-content: start;
}
.pf-course-detail__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.pf-course-detail__level {
  display: inline-flex;
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  background: #111;
  color: #fff;
}
.pf-course-detail__main h1 {
  margin: 0;
  font-size: clamp(1.45rem, 3.5vw, 2.1rem);
  color: #111;
  line-height: 1.25;
}
.pf-course-detail__sum {
  margin: 0;
  color: #555;
  font-size: 1.02rem;
  line-height: 1.7;
}
.pf-course-detail__price {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin: 0;
  padding: 0.9rem 1rem;
  border-radius: 14px;
  background: rgba(225, 6, 0, 0.07);
  border: 1px solid rgba(225, 6, 0, 0.15);
}
.pf-course-detail__price span {
  font-weight: 700;
  color: #777;
}
.pf-course-detail__price strong {
  font-size: clamp(1.4rem, 3vw, 1.85rem);
  color: #ff8c00;
}
.pf-course-detail__block h2 {
  margin: 0 0 0.55rem;
  font-size: 1.05rem;
  color: #111;
}
/* Work detail */
.pf-work-description {
  margin-top: 1.5rem;
  padding: 1.5rem;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #eee;
  line-height: 1.8;
  color: #444;
}
.pf-work-gallery {
  margin-top: 2rem;
}
.pf-work-gallery h2 {
  margin: 0 0 1rem;
  font-size: 1.25rem;
  color: #111;
}
.pf-work-gallery__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 0.75rem;
}
.pf-work-gallery__item {
  display: block;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #eee;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.pf-work-gallery__item:hover {
  transform: scale(1.02);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
}
.pf-work-gallery__item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}
.pf-course-detail__back {
  margin-top: 2rem;
}
.pf-course-detail__summary {
  margin: 0;
  color: #666;
  font-size: 1.05rem;
  line-height: 1.7;
}

.pf-course-detail__cta {
  display: grid;
  gap: 0.45rem;
  padding-top: 0.35rem;
}
.pf-course-facts {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
}
.pf-course-facts li {
  display: grid;
  gap: 0.15rem;
  padding: 0.55rem 0.65rem;
  border-radius: 12px;
  background: #f7f7f7;
  border: 1px solid #eee;
}
.pf-course-facts span {
  font-size: 0.72rem;
  font-weight: 700;
  color: #888;
}
.pf-course-facts strong {
  font-size: 0.92rem;
  color: #111;
}
.pf-course-sections {
  display: grid;
  gap: 0.9rem;
  margin-top: 1.5rem;
}
@media (min-width: 900px) {
  .pf-course-sections {
    grid-template-columns: 1fr 1fr;
  }
  .pf-course-section--wide,
  .pf-course-about {
    grid-column: 1 / -1;
  }
}
.pf-course-section {
  padding: 1.1rem 1.15rem;
  border: 1px solid #eee;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.03);
}
.pf-course-section h2 {
  margin: 0 0 0.7rem;
  font-size: 1.05rem;
  color: #111;
}
.pf-course-outline {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}
.pf-course-outline li {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  padding: 0.65rem 0.75rem;
  border-radius: 12px;
  background: #fafafa;
  border: 1px solid #f0f0f0;
}
.pf-course-outline em {
  flex: 0 0 auto;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #ff8c00;
  font-size: 0.9rem;
}
.pf-course-outline span {
  color: #222;
  line-height: 1.5;
}
.pf-course-about p {
  margin: 0 0 0.85rem;
  color: #555;
  line-height: 1.65;
}
.pf-course-related {
  margin-top: 1.75rem;
  padding-top: 0.5rem;
}
.pf-course-related__grid {
  display: grid;
  gap: 0.85rem;
}
@media (min-width: 640px) {
  .pf-course-related__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.pf-course-mini {
  display: grid;
  gap: 0.65rem;
  text-decoration: none !important;
  color: inherit;
  border: 1px solid #eee;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.pf-course-mini:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
}
.pf-course-mini img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
  background: #111;
}
.pf-course-mini > div {
  display: grid;
  gap: 0.35rem;
  padding: 0 0.85rem 0.9rem;
}
.pf-course-mini strong {
  color: #111;
  font-size: 0.95rem;
  line-height: 1.35;
}
.pf-course-mini em {
  font-style: normal;
  font-weight: 800;
  color: #ff8c00;
  font-size: 0.9rem;
}
.pf-wa-sticky {
  display: none;
}
@media (max-width: 899px) {
  .pf-wa-sticky {
    display: block;
    position: sticky;
    bottom: 0;
    z-index: 40;
    padding: 0.65rem 0.85rem calc(0.65rem + env(safe-area-inset-bottom));
    background: linear-gradient(180deg, transparent, rgba(255,255,255,0.92) 28%, #fff 55%);
  }
  .pf-wa-sticky .pf-wa-btn {
    width: 100%;
    box-shadow: 0 10px 28px rgba(225, 6, 0, 0.28);
  }
  body.pf-course-detail-page .pf-store-foot {
    padding-bottom: 0.5rem;
  }
  .pf-course-facts {
    grid-template-columns: 1fr;
  }
}

.pf-wa-panel {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 1.15rem;
  padding: 1rem 1.1rem;
  border-radius: 16px;
  border: 1px solid rgba(225, 6, 0, 0.28);
  background: linear-gradient(135deg, #fff 0%, #fff5f5 100%);
}
.pf-wa-panel.is-ready {
  border-color: rgba(27, 138, 90, 0.35);
  background: linear-gradient(135deg, #fff 0%, #f3fbf7 100%);
}
.pf-wa-panel__copy h2 {
  margin: 0 0 0.2rem;
  font-size: 1.05rem;
  color: #111;
}
.pf-wa-panel__copy p {
  margin: 0;
  color: #666;
  font-size: 0.88rem;
}
.pf-wa-panel__fields {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 0.55rem;
}
.pf-wa-panel__cc input {
  text-align: center;
}
.pf-wa-panel .vl-btn {
  min-height: 44px;
}
@media (min-width: 640px) {
  .pf-wa-panel {
    grid-template-columns: 1.1fr minmax(220px, 1.2fr) auto;
    align-items: end;
  }
  .pf-wa-panel--split {
    grid-template-columns: 1.05fr minmax(260px, 1.35fr) auto;
  }
  .pf-wa-panel__field,
  .pf-wa-panel__cc,
  .pf-wa-panel__fields { margin: 0; }
}

@media (min-width: 640px) {
  .pf-vcard__main {
    grid-template-columns: 148px minmax(0, 1fr);
    align-items: center;
  }
  .pf-vcard__actions {
    grid-column: 1 / -1;
    justify-content: flex-end;
    padding-top: 0.15rem;
    border-top: 1px dashed #eee;
  }
  .pf-vcard__edit-grid {
    grid-template-columns: 1fr 1fr;
  }
  .pf-vcard__span2 {
    grid-column: 1 / -1;
  }
}

@media (min-width: 900px) {
  .pf-admin-grid {
    grid-template-columns: minmax(280px, 320px) minmax(0, 1fr);
    align-items: start;
  }
  .pf-manage-add {
    position: sticky;
    top: 84px;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    padding-inline-end: 0.15rem;
  }
  .pf-vcard__main {
    grid-template-columns: 168px minmax(0, 1fr);
  }
  .pf-vcard__actions {
    grid-column: 1 / -1;
    flex-direction: row;
    justify-content: flex-end;
    border-top: 1px dashed #eee;
    padding-top: 0.55rem;
    min-width: 0;
  }
  .pf-vcard__actions .vl-btn,
  .pf-vcard__actions .pf-vcard__del,
  .pf-vcard__iconbtn {
    width: auto;
  }
  .pf-vcard__actions form {
    display: inline-flex;
  }
}

/* Auth dark */
body.pf-creator.pf-auth .pf-auth-screen,
body.pf-creator.pf-auth .pf-auth-screen__bg {
  background: #0A0A0A;
}
body.pf-creator.pf-auth .pf-auth-card {
  background: #141414;
  border: 1px solid rgba(225, 6, 0, 0.3);
}
body.pf-creator.pf-auth .pf-auth-head h1 { color: #fff; }
body.pf-creator.pf-auth .pf-auth-head p { color: #9a9a9a; }

@media (min-width: 640px) {
  .pf-video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .pf-cat-slide { width: 88px; }
  .pf-cat-slide__img { width: 76px; height: 76px; }
  .pf-user-name { display: inline; }
.pf-about-page-wrap {
  animation: pfFadeIn 0.5s ease both;
}

/* ===== About Hero ===== */
.pf-about-hero {
  background: linear-gradient(165deg, #121316 0%, #1e1f23 100%);
  padding: 2.5rem 0 3rem;
  position: relative;
  overflow: hidden;
}
.pf-about-hero::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(225, 6, 0, 0.12), transparent 60%);
  pointer-events: none;
}
.pf-about-hero__inner {
  display: grid;
  gap: 2rem;
  align-items: center;
}
.pf-about-hero__badge {
  display: inline-flex;
  padding: 0.3rem 0.85rem;
  border-radius: 999px;
  background: rgba(225, 6, 0, 0.15);
  border: 1px solid rgba(225, 6, 0, 0.3);
  color: #ff8c00;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  margin-bottom: 0.85rem;
}
.pf-about-hero__text h1 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.6rem, 5vw, 2.6rem);
  color: #fff;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.pf-about-hero__tagline {
  margin: 0 0 1.35rem;
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
  max-width: 48ch;
}
.pf-about-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}
.pf-about-hero__actions .vl-btn--solid {
  background: #ff8c00;
  border-color: #ff8c00;
  color: #0a0a0a !important;
}
.pf-about-hero__actions .vl-btn--ghost {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.8) !important;
}
.pf-about-hero__actions .vl-btn--ghost:hover {
  border-color: #ff8c00;
  color: #ff8c00 !important;
}
.pf-about-hero__visual {
  text-align: center;
}
.pf-about-hero__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.pf-about-hero__logo img {
  display: block;
  max-width: 200px;
  height: auto;
  filter: brightness(1) contrast(1.1);
}
.pf-about-hero__brand-tag {
  margin: 0.85rem 0 0;
  color: rgba(255, 255, 255, 0.2);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

/* ===== Stats ===== */
.pf-about-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  margin: -1.5rem auto 2rem;
  position: relative;
  z-index: 1;
  border-radius: 18px;
  overflow: hidden;
  background: #e5e5e5;
  box-shadow: 0 16px 40px rgba(28, 29, 31, 0.08);
}
.pf-about-stat {
  background: #fff;
  padding: 1.35rem 1rem;
  text-align: center;
}
.pf-about-stat strong {
  display: block;
  font-size: clamp(1.6rem, 3.5vw, 2.2rem);
  font-weight: 900;
  color: #ff8c00;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin-bottom: 0.25rem;
}
.pf-about-stat span {
  font-size: 0.82rem;
  color: #888;
  font-weight: 700;
}

/* ===== Story section ===== */
.pf-about-story-section {
  display: grid;
  gap: 2rem;
  margin-bottom: 2.5rem;
  padding: 1.5rem 0;
}
.pf-about-story-section__text .pf-courses__eyebrow {
  margin-bottom: 0.4rem;
}
.pf-about-story-section__text h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.35rem, 3.5vw, 1.85rem);
  color: #121316;
  line-height: 1.2;
}
.pf-about-story-section__text p {
  color: #555;
  line-height: 1.7;
  font-size: 0.98rem;
  margin: 0 0 1rem;
}
.pf-about-topics {
  padding: 1.25rem 1.35rem;
  border-radius: 18px;
  border: 1px solid rgba(28, 29, 31, 0.07);
  background: linear-gradient(135deg, #fff, #fcfcfc);
  box-shadow: 0 10px 28px rgba(28, 29, 31, 0.04);
  align-self: start;
}
.pf-about-topics .pf-courses__eyebrow {
  margin-bottom: 0.3rem;
}
.pf-about-topics h3 {
  margin: 0 0 0.85rem;
  font-size: 1.05rem;
  color: #121316;
}

/* ===== Offer section ===== */
.pf-about-offer {
  margin-bottom: 2.5rem;
}
.pf-about-offer__head {
  text-align: center;
  margin-bottom: 1.5rem;
}
.pf-about-offer__head .pf-courses__eyebrow {
  justify-content: center;
  margin-bottom: 0.4rem;
}
.pf-about-offer__head h2 {
  margin: 0 0 0.45rem;
  font-size: clamp(1.35rem, 3.5vw, 1.85rem);
  color: #121316;
}
.pf-about-offer__head p {
  margin: 0;
  color: #888;
  font-size: 0.95rem;
}
.pf-about-offer__grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}
.pf-about-offer-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.75rem 1.25rem 1.5rem;
  border-radius: 20px;
  border: 1px solid rgba(28, 29, 31, 0.07);
  background: #fff;
  box-shadow: 0 10px 28px rgba(28, 29, 31, 0.04);
  text-decoration: none !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  animation: pfCourseIn 0.55s both;
}
.pf-about-offer-card:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 18px 44px rgba(28, 29, 31, 0.08);
  border-color: rgba(225, 6, 0, 0.2);
}
.pf-about-offer-card__icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(225, 6, 0, 0.08), rgba(225, 6, 0, 0.02));
  border: 1px solid rgba(225, 6, 0, 0.1);
  color: #ff8c00;
  margin-bottom: 1rem;
}
.pf-about-offer-card__icon svg {
  width: 26px;
  height: 26px;
}
.pf-about-offer-card h3 {
  margin: 0 0 0.4rem;
  font-size: 1rem;
  color: #121316;
}
.pf-about-offer-card p {
  margin: 0;
  color: #888;
  font-size: 0.86rem;
  line-height: 1.5;
}

/* ===== Team preview ===== */
.pf-about-team {
  margin-bottom: 2.5rem;
}
.pf-about-team__grid {
  margin-bottom: 1.25rem;
}
.pf-about-team__more {
  text-align: center;
}

/* ===== CTA ===== */
.pf-about-cta {
  margin-bottom: 2.5rem;
}
.pf-about-cta__inner {
  padding: 2.5rem 1.5rem;
  border-radius: 24px;
  background: linear-gradient(135deg, #121316 0%, #1e1f23 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.pf-about-cta__inner::before {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(225, 6, 0, 0.1), transparent 60%);
  pointer-events: none;
}
.pf-about-cta__inner h2 {
  margin: 0 0 0.55rem;
  font-size: clamp(1.3rem, 3.5vw, 1.8rem);
  color: #fff;
  position: relative;
}
.pf-about-cta__inner p {
  margin: 0 0 1.35rem;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.98rem;
  position: relative;
}
.pf-about-cta__inner .pf-about-hero__actions {
  justify-content: center;
  position: relative;
}

@media (min-width: 700px) {
  .pf-about-hero {
    padding: 3.5rem 0 4rem;
  }
  .pf-about-hero__inner {
    grid-template-columns: 1.2fr 0.8fr;
  }
  .pf-about-hero__logo img {
    max-width: 240px;
  }
  .pf-about-stats {
    grid-template-columns: repeat(4, 1fr);
  }
  .pf-about-story-section {
    grid-template-columns: 1.3fr 1fr;
    align-items: start;
  }
}
@media (min-width: 900px) {
  .pf-about-hero {
    padding: 4rem 0 5rem;
  }
}

.pf-about-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .pf-course-grid--home {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .pf-hero__lead { max-width: 36ch; }
  .pf-featured__card,
  .pf-feat-slide {
    grid-template-columns: 1.05fr 1.1fr;
    align-items: stretch;
    min-height: 260px;
  }
  .pf-featured__thumb { aspect-ratio: auto; min-height: 260px; }
  .pf-featured__body { padding: 1.4rem 1.5rem; gap: 0.5rem; }
  .pf-browse__bar {
    padding: 1.15rem 1.2rem;
    gap: 1rem;
  }
  .pf-browse .pf-cat-chips {
    flex-wrap: wrap;
    width: fit-content;
    max-width: 100%;
  }
}

@media (min-width: 900px) {
  .pf-nav-drop {
    width: auto;
  }
  .pf-nav-drop__btn {
    width: auto;
    padding: 0.4rem 0.7rem;
    border-radius: 999px;
    font-size: 0.9rem;
    white-space: nowrap;
    justify-content: center;
  }
  .pf-nav-drop__menu {
    position: absolute;
    top: calc(100% + 0.35rem);
    inset-inline-start: 0;
    min-width: 200px;
    margin: 0;
    padding: 0.45rem;
    border-radius: 14px;
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.12);
    border: 1px solid #e8e8e8;
    z-index: 80;
  }
  .pf-nav-drop__menu a {
    white-space: nowrap;
  }
  .pf-video-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .pf-video-grid--featured {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .pf-admin-grid {
    grid-template-columns: minmax(280px, 320px) minmax(0, 1fr);
    align-items: start;
  }
  .pf-store-toolbar form {
    max-width: 420px;
  }
  .pf-hero {
    grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
    min-height: min(88vh, 820px);
  }
  .pf-hero__shot {
    min-height: 100%;
  }
  .pf-hero__shot img {
    object-position: center 16%;
  }
  .pf-hero__panel {
    padding-inline: clamp(2rem, 5vw, 4rem);
  }
  .pf-hero__btn {
    flex: 0 0 auto;
  }
  .pf-hero__lead {
    margin-inline: 0;
    max-width: 38ch;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pf-cat-slider[data-pf-cat-slider] .pf-cat-slider__track {
    transform: none !important;
  }
  .pf-cat-slider__viewport { overflow-x: auto; }
}

/* Admin sidebar (was horizontal bar) */
.pf-admin-top {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 220px;
  z-index: 100;
  background: #fff;
  border-right: 1px solid var(--vl-line);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
body.is-rtl .pf-admin-top {
  left: auto;
  right: 0;
  border-right: none;
  border-left: 1px solid var(--vl-line);
}
.pf-admin-top__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0.75rem 0.5rem;
  gap: 0.15rem;
}
.pf-admin-top__brand {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  padding: 0.15rem 0.65rem 0.65rem;
  border-bottom: 1px solid #eee;
  margin-bottom: 0.35rem;
}
.pf-admin-top__brand img {
  height: 28px;
  width: auto;
}
.pf-admin-top__brand-name {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.2;
  background: linear-gradient(90deg, #e67300 0%, #ff8c00 25%, #ffb25e 50%, #ff8c00 75%, #e67300 100%);
  background-size: 200% auto;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent !important;
  -webkit-text-fill-color: transparent;
  animation: pf-brand-shine 6s linear infinite;
}
.pf-admin-top__brand-name:hover {
  animation-duration: 1.8s;
}
.pf-admin-top__nav {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  flex: 1 1 auto;
  overflow-y: auto;
}
.pf-admin-top__nav a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.65rem;
  border-radius: 8px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #333 !important;
  text-decoration: none !important;
  white-space: nowrap;
  transition: background 0.15s, color 0.15s;
}
.pf-admin-top__nav a:hover,
.pf-admin-top__nav a.is-active {
  background: rgba(225, 6, 0, 0.08);
  color: #ff8c00 !important;
}
.pf-admin-top__actions {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  flex-shrink: 0;
  padding-top: 0.5rem;
  border-top: 1px solid #eee;
  margin-top: 0.25rem;
}
.pf-admin-top__actions a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.65rem;
  border-radius: 8px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #555 !important;
  text-decoration: none !important;
  white-space: nowrap;
  transition: background 0.15s, color 0.15s;
}
.pf-admin-top__actions a:hover,
.pf-admin-top__actions a.is-active {
  background: rgba(225, 6, 0, 0.08);
  color: #ff8c00 !important;
}
/* Main content full width with sidebar padding */
body.pf-admin-ui .vl-app {
  height: auto;
  min-height: 100vh;
  max-width: none;
  width: 100%;
  padding-left: 220px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
body.is-rtl.pf-admin-ui .vl-app {
  padding-left: 0;
  padding-right: 220px;
}
body.pf-admin-ui .vl-main {
  overflow-y: visible;
}
body.pf-admin-ui .vl-shell {
  padding: 0;
  min-height: 100vh;
}
body.pf-admin-ui.is-loading,
body.pf-admin-login.is-loading {
  overflow: auto;
}
body.pf-admin-ui .pf-loader,
body.pf-admin-login .pf-loader {
  display: none !important;
}
body.pf-admin-login .vl-foot,
body.pf-admin-ui .pf-wa-float {
  display: none !important;
}

/* Trainers page */
.pf-trainers__head {
  margin-bottom: 1.5rem;
  padding: 1.25rem 1.3rem;
  border-radius: 18px;
  border: 1px solid rgba(28, 29, 31, 0.08);
  background: linear-gradient(135deg, #fff 0%, #fff8f8 100%);
  box-shadow: 0 10px 28px rgba(28, 29, 31, 0.05);
}
.pf-trainers__eyebrow {
  margin: 0 0 0.35rem;
  color: #ff8c00;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.pf-trainers__head h1 {
  margin: 0 0 0.4rem;
  font-size: clamp(1.7rem, 3.5vw, 2.2rem);
  color: #121316;
  letter-spacing: -0.02em;
}
.pf-trainers__lead {
  margin: 0;
  color: #6a6f73;
  max-width: 48ch;
  line-height: 1.55;
}
.pf-trainers-grid {
  display: grid;
  gap: 1.15rem;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
.pf-trainer-card {
  position: relative;
  display: grid;
  gap: 0;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(28, 29, 31, 0.08);
  background: #fff;
  box-shadow: 0 12px 32px rgba(28, 29, 31, 0.06);
  animation: pfCourseIn 0.55s both;
  animation-delay: calc(var(--pf-i, 0) * 70ms);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.pf-trainer-card::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #ff8c00, #000000);
  opacity: 0;
  transition: opacity 0.25s ease;
}
.pf-trainer-card:hover {
  transform: translateY(-6px);
  border-color: rgba(225, 6, 0, 0.22);
  box-shadow: 0 22px 48px rgba(225, 6, 0, 0.12);
}
.pf-trainer-card:hover::before {
  opacity: 1;
}
.pf-trainer-card__media {
  position: relative;
  display: grid;
  place-items: center;
  padding: 1.6rem 1.2rem 1.1rem;
  background:
    radial-gradient(70% 90% at 85% 10%, rgba(225, 6, 0, 0.28), transparent 55%),
    radial-gradient(50% 70% at 10% 90%, rgba(255, 255, 255, 0.06), transparent 50%),
    linear-gradient(155deg, #1c1d1f 0%, #2a2d33 55%, #141516 100%);
}
.pf-trainer-card__avatar {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #ff8c00, #000000);
  color: #0a0a0a;
  font-size: 2rem;
  font-weight: 800;
  border: 3px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
  transition: transform 0.25s ease;
}
.pf-trainer-card:hover .pf-trainer-card__avatar {
  transform: scale(1.06);
}
.pf-trainer-card__badge {
  position: absolute;
  inset-inline-end: 0.85rem;
  top: 0.85rem;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  backdrop-filter: blur(6px);
}
.pf-trainer-card__body {
  display: grid;
  gap: 0.4rem;
  padding: 1.15rem 1.2rem 1.3rem;
  text-align: center;
}
.pf-trainer-card h2 {
  margin: 0;
  font-size: 1.15rem;
  color: #121316;
  letter-spacing: -0.01em;
}
.pf-trainer-card p {
  margin: 0;
  display: inline-flex;
  justify-self: center;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(225, 6, 0, 0.08);
  color: #000000;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.35;
}
.pf-vcard__main--plain {
  grid-template-columns: minmax(0, 1fr) !important;
}

/* Tech marquee */
.pf-tech-marquee {
  overflow: hidden;
  border-block: 1px solid rgba(28, 29, 31, 0.08);
  background: #121316;
  padding: 0.85rem 0;
  margin: 0;
}
.pf-tech-marquee__track {
  display: flex;
  width: max-content;
  gap: 0.75rem;
  animation: pfMarquee 38s linear infinite;
}
.pf-tech-marquee:hover .pf-tech-marquee__track {
  animation-play-state: paused;
}
.pf-tech-marquee__item {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 48px;
  padding: 0.35rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  white-space: nowrap;
}
.pf-tech-marquee__item em {
  font-style: normal;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.pf-tech-marquee__item svg {
  flex: 0 0 auto;
}
@keyframes pfMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
body.is-rtl .pf-tech-marquee__track {
  animation-name: pfMarqueeRtl;
}
@keyframes pfMarqueeRtl {
  from { transform: translateX(0); }
  to { transform: translateX(50%); }
}
@media (prefers-reduced-motion: reduce) {
  .pf-tech-marquee__track {
    animation: none;
    flex-wrap: wrap;
    width: auto;
    justify-content: center;
    max-width: 1180px;
    margin-inline: auto;
    padding-inline: 1rem;
  }
}

/* Reviews slider â€” below videos */
.pf-home-reviews {
  margin-top: 2.75rem;
  margin-bottom: 0.75rem;
  padding: 1.55rem 1.35rem 1.45rem;
  border-radius: 24px;
  border: 1px solid rgba(28, 29, 31, 0.08);
  background:
    radial-gradient(820px 280px at 0% 0%, rgba(225, 6, 0, 0.1), transparent 55%),
    radial-gradient(700px 260px at 100% 100%, rgba(28, 29, 31, 0.05), transparent 50%),
    linear-gradient(165deg, #ffffff 0%, #f5f6f8 100%);
  box-shadow: 0 18px 48px rgba(28, 29, 31, 0.07);
}
.pf-home-reviews .pf-store-head {
  margin-bottom: 1.15rem;
  align-items: center;
}
.pf-home-reviews .pf-store-head h2 {
  font-size: clamp(1.4rem, 3vw, 1.85rem);
  letter-spacing: -0.02em;
}
.pf-reviews-grid {
  display: grid;
  gap: 1.15rem;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
@media (min-width: 640px) {
  .pf-reviews-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.pf-review-card {
  margin: 0;
  display: grid;
  gap: 1rem;
  padding: 1.5rem 1.4rem 1.4rem;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(28, 29, 31, 0.08);
  box-shadow: 0 12px 32px rgba(28, 29, 31, 0.05);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  animation: pfCourseIn 0.55s both;
  animation-delay: calc(var(--pf-i, 0) * 70ms);
}
.pf-review-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(28, 29, 31, 0.08);
}
.pf-review-card__stars {
  display: inline-flex;
  gap: 0.2rem;
  color: #ff8c00;
  filter: drop-shadow(0 2px 6px rgba(225, 6, 0, 0.2));
}
.pf-review-card__quote {
  margin: 0;
  color: #1c1d1f;
  font-size: 0.94rem;
  line-height: 1.7;
  font-weight: 500;
}
.pf-review-card__quote::before {
  content: """;
  color: #ff8c00;
  font-size: 1.4em;
  font-weight: 800;
  margin-inline-end: 0.1rem;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 0;
}
.pf-review-card__person {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(28, 29, 31, 0.06);
  margin-top: auto;
}
.pf-review-card__photo {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  display: grid;
  place-items: center;
  border: 2px solid #fff;
  box-shadow:
    0 0 0 2px rgba(225, 6, 0, 0.3),
    0 8px 20px rgba(28, 29, 31, 0.15);
  background: linear-gradient(145deg, #1c1d1f, #3a3d45);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 800;
  flex: 0 0 auto;
}
.pf-review-card__photo.is-fallback {
  display: grid;
}
.pf-review-card__meta {
  display: grid;
  gap: 0.1rem;
  min-width: 0;
}
.pf-review-card__meta strong {
  color: #121316;
  font-size: 0.95rem;
  letter-spacing: -0.01em;
}
.pf-review-card__meta span {
  color: #6a6f73;
  font-size: 0.8rem;
  font-weight: 600;
}
.pf-showcase-admin__form--review {
  grid-template-columns: 1fr 1fr;
}
.pf-showcase-admin__rev {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  flex: 1;
  min-width: 0;
}
.pf-showcase-admin__avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 auto;
  background: #1c1d1f;
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 800;
}
.pf-showcase-admin__edit {
  width: 100%;
  display: grid;
  gap: 0.65rem;
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px dashed #ddd;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 699px) {
  .pf-showcase-admin__form--review,
  .pf-showcase-admin__edit {
    grid-template-columns: 1fr;
  }
}
/* Certificates */
.pf-certs-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
.pf-cert-card {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(28, 29, 31, 0.08);
  background: #fff;
  box-shadow: 0 10px 28px rgba(28, 29, 31, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.pf-cert-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(28, 29, 31, 0.1);
}
.pf-cert-card__media {
  aspect-ratio: 16 / 11;
  background: #121316;
  overflow: hidden;
}
.pf-cert-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pf-cert-card__placeholder {
  height: 100%;
  display: grid;
  place-content: center;
  gap: 0.35rem;
  text-align: center;
  color: #fff;
  background:
    radial-gradient(80% 80% at 80% 0%, rgba(225, 6, 0, 0.35), transparent 60%),
    linear-gradient(160deg, #1c1d1f, #2c2f36);
}
.pf-cert-card__placeholder span {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}
.pf-cert-card__placeholder strong {
  font-size: 1.2rem;
}
.pf-cert-card__body {
  padding: 0.9rem 1rem 1.05rem;
}
.pf-cert-card__body h3 {
  margin: 0 0 0.25rem;
  font-size: 1rem;
  color: #121316;
}
.pf-cert-card__body p {
  margin: 0;
  color: #6a6f73;
  font-size: 0.86rem;
  font-weight: 600;
}

/* Showcase admin */
.pf-showcase-admin {
  margin-bottom: 1.15rem;
}
.pf-showcase-admin__form {
  display: grid;
  gap: 0.7rem;
  margin-bottom: 1rem;
}
@media (min-width: 700px) {
  .pf-showcase-admin__form {
    grid-template-columns: 1fr 1fr auto;
    align-items: end;
  }
  .pf-showcase-admin__span2 {
    grid-column: 1 / -1;
  }
}
.pf-showcase-admin__list,
.pf-showcase-admin__logos {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}
.pf-showcase-admin__list li,
.pf-showcase-admin__logos li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  padding: 0.75rem 0.85rem;
  border-radius: 12px;
  border: 1px solid #eee;
  background: #fafafa;
}
.pf-showcase-admin__list li.is-off,
.pf-showcase-admin__logos li.is-off {
  opacity: 0.55;
}
.pf-showcase-admin__list strong {
  display: block;
  color: #121316;
}
.pf-showcase-admin__list span {
  color: #7a8088;
  font-size: 0.82rem;
  font-weight: 600;
}
.pf-showcase-admin__list p {
  margin: 0.35rem 0 0;
  color: #333;
  font-size: 0.88rem;
  line-height: 1.45;
}
.pf-showcase-admin__cert {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
.pf-showcase-admin__cert img,
.pf-showcase-admin__ph {
  width: 72px;
  height: 52px;
  border-radius: 8px;
  object-fit: cover;
  background: #1c1d1f;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 0.72rem;
  font-weight: 800;
}
.pf-showcase-admin__acts {
  display: inline-flex;
  gap: 0.35rem;
}
.pf-showcase-admin__acts button {
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 8px;
  padding: 0.35rem 0.65rem;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  cursor: pointer;
}
.pf-showcase-admin__acts .is-del {
  color: #e67300;
  border-color: rgba(225, 6, 0, 0.25);
}
.pf-showcase-admin__logos li {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
}
.pf-showcase-admin__logos strong {
  color: #121316;
}

/* Admin manage pages â€” clients & works */
.pf-admin-manage {
  max-width: 820px;
  margin: 2rem auto;
  padding: 0 1.25rem;
}
.pf-admin-manage__head {
  margin-bottom: 2rem;
}
.pf-admin-manage__head h1 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin: 0 0 0.25rem;
  color: #121316;
}
.pf-admin-manage__head p {
  color: #6a6f73;
  margin: 0;
  font-size: 0.92rem;
}

/* Form card */
.pf-admin-form-card {
  background: #fff;
  border: 1px solid #e8eaed;
  border-radius: 16px;
  padding: 1.5rem 1.75rem;
  margin-bottom: 2rem;
  box-shadow: 0 4px 16px rgba(0,0,0,0.04);
}
.pf-admin-form-card h2 {
  font-size: 1.05rem;
  margin: 0 0 1.25rem;
  color: #121316;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.pf-admin-form-card h2::before {
  content: '';
  width: 4px;
  height: 1.2em;
  background: #ff8c00;
  border-radius: 4px;
}

/* Admin form row */
.pf-admin-form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 600px) {
  .pf-admin-form-row--cols2 { grid-template-columns: 1fr 1fr; }
}
.pf-admin-field {
  display: grid;
  gap: 0.3rem;
}
.pf-admin-field label {
  font-size: 0.78rem;
  font-weight: 700;
  color: #51555a;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.pf-admin-field input[type="text"],
.pf-admin-field input[type="url"],
.pf-admin-field textarea,
.pf-admin-field select {
  padding: 0.55rem 0.75rem;
  border: 1px solid #dadce0;
  border-radius: 10px;
  font-size: 0.9rem;
  font-family: inherit;
  background: #fafafa;
  transition: border-color 0.2s, background 0.2s;
}
.pf-admin-field input:focus,
.pf-admin-field textarea:focus,
.pf-admin-field select:focus {
  outline: none;
  border-color: #ff8c00;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(225,6,0,0.08);
}
.pf-admin-field input[type="file"] {
  font-size: 0.85rem;
}
.pf-admin-field .pf-admin-hint {
  font-size: 0.76rem;
  color: #999;
}

/* Checkbox row */
.pf-admin-check {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0.5rem 0;
}
.pf-admin-check input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #ff8c00;
}
.pf-admin-check label {
  font-size: 0.88rem;
  color: #333;
}

/* Admin tabs */
.pf-admin-tabs {
  display: flex;
  gap: 0.25rem;
  margin-bottom: 1.5rem;
  border-bottom: 2px solid #e8eaed;
  padding-bottom: 0;
}
.pf-admin-tabs a {
  display: block;
  padding: 0.55rem 1rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: #6a6f73;
  text-decoration: none !important;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  transition: color 0.15s, border-color 0.15s;
}
.pf-admin-tabs a:hover {
  color: #ff8c00;
}
.pf-admin-tabs a.is-active {
  color: #ff8c00;
  border-bottom-color: #ff8c00;
}

/* Admin form actions */
.pf-admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid #f0f0f0;
}
.pf-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.6rem 1.5rem;
  border: 0;
  border-radius: 999px;
  background: #ff8c00;
  color: #0a0a0a;
  font-size: 0.85rem;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
}
.pf-btn-primary:hover { background: #c00500; transform: translateY(-1px); }
.pf-btn-primary:active { transform: translateY(0); }
.pf-btn-secondary {
  display: inline-flex;
  align-items: center;
  padding: 0.6rem 1.25rem;
  border: 1px solid #dadce0;
  border-radius: 999px;
  background: #fff;
  color: #51555a;
  font-size: 0.85rem;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s;
}
.pf-btn-secondary:hover {
  background: #f5f5f5;
  border-color: #bbb;
}
.pf-btn-danger {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.4rem 0.9rem;
  border: 0;
  border-radius: 999px;
  background: #fce8e6;
  color: #c5221f;
  font-size: 0.78rem;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  transition: background 0.2s;
}
.pf-btn-danger:hover { background: #f8d7da; }

/* Image preview */
.pf-admin-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.5rem;
}
.pf-admin-preview__img {
  position: relative;
  display: inline-block;
}
.pf-admin-preview__img img {
  width: 100px;
  height: 70px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #eee;
}
.pf-admin-preview__img form {
  position: absolute;
  top: 3px;
  right: 3px;
}
.pf-admin-preview__img .pf-btn-del {
  width: 22px;
  height: 22px;
  border: 0;
  border-radius: 50%;
  background: rgba(0,0,0,0.55);
  color: #fff;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.pf-admin-preview__img .pf-btn-del:hover { background: rgba(0,0,0,0.8); }

/* Admin table */
.pf-admin-table-wrap {
  background: #fff;
  border: 1px solid #e8eaed;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0,0,0,0.04);
}
.pf-admin-table {
  width: 100%;
  border-collapse: collapse;
}
.pf-admin-table th {
  padding: 0.75rem 1rem;
  text-align: start;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #888;
  background: #fafafa;
  border-bottom: 1px solid #e8eaed;
}
.pf-admin-table td {
  padding: 0.85rem 1rem;
  font-size: 0.88rem;
  color: #333;
  border-bottom: 1px solid #f2f2f2;
}
.pf-admin-table tr:last-child td { border-bottom: 0; }
.pf-admin-table td .pf-admin-img {
  height: 36px;
  width: auto;
  max-width: 80px;
  object-fit: contain;
  display: block;
  border-radius: 6px;
}
.pf-admin-table td .pf-admin-icon {
  font-size: 1.1rem;
}
.pf-admin-table .pf-admin-actions-cell {
  display: flex;
  gap: 0.4rem;
  flex-wrap: wrap;
}
.pf-admin-table .pf-empty {
  text-align: center;
  padding: 2rem 1rem !important;
  color: #6a6f73;
  font-size: 0.9rem;
}
.pf-admin-table--compact th,
.pf-admin-table--compact td {
  padding: 0.45rem 0.5rem;
  font-size: 0.78rem;
}
.pf-admin-table--compact input,
.pf-admin-table--compact select {
  font-size: 0.78rem;
  padding: 0.3rem 0.4rem;
  border: 1px solid #dadce0;
  border-radius: 6px;
}
.pf-btn-sm {
  font-size: 0.75rem !important;
  padding: 0.3rem 0.55rem !important;
}

/* Flash messages */
.pf-admin-flash {
  padding: 0.75rem 1rem;
  border-radius: 12px;
  margin-bottom: 1rem;
  font-size: 0.88rem;
  font-weight: 600;
}
.pf-admin-flash--ok {
  background: #e6f4ea;
  color: #137333;
  border: 1px solid #ceead6;
}
.pf-admin-flash--err {
  background: #fce8e6;
  color: #c5221f;
  border: 1px solid #f5c6c2;
}

/* ====== Agency homepage sections ====== */

/* Services section */
.pf-home-services {
  padding: 3rem 1.25rem;
  background: #fff;
}
.pf-home-services .pf-store-head {
  margin-bottom: 1.75rem;
}
.pf-services-grid {
  display: grid;
  gap: 1.15rem;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  max-width: 1180px;
  margin-inline: auto;
}
.pf-service-card {
  display: grid;
  gap: 0.65rem;
  padding: 1.5rem 1.25rem;
  border-radius: 18px;
  border: 1px solid rgba(28, 29, 31, 0.07);
  background: #fff;
  box-shadow: 0 8px 22px rgba(28, 29, 31, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  animation: pfCourseIn 0.55s both;
  animation-delay: calc(var(--pf-i, 0) * 70ms);
  text-decoration: none !important;
  color: inherit;
}
.pf-service-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 34px rgba(28, 29, 31, 0.08);
  border-color: rgba(225, 6, 0, 0.2);
}
.pf-service-card__icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: linear-gradient(135deg, #fff5f5, #fff);
  color: #ff8c00;
}
.pf-service-card__icon svg {
  width: 24px;
  height: 24px;
}
.pf-service-card h3 {
  margin: 0;
  font-size: 1rem;
  color: #121316;
}
.pf-service-card p {
  margin: 0;
  font-size: 0.84rem;
  color: #6a6f73;
  line-height: 1.55;
}

/* Works section */
.pf-home-works {
  padding: 3rem 1.25rem;
  background: #fafafa;
  border-block: 1px solid #f0f0f0;
}
.pf-home-works .pf-store-head {
  margin-bottom: 1.75rem;
}
.pf-works-grid {
  display: grid;
  gap: 1.15rem;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  max-width: 1180px;
  margin-inline: auto;
}
.pf-work-card {
  display: grid;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(28, 29, 31, 0.07);
  background: #fff;
  box-shadow: 0 8px 22px rgba(28, 29, 31, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  animation: pfCourseIn 0.55s both;
  animation-delay: calc(var(--pf-i, 0) * 70ms);
  text-decoration: none !important;
  color: inherit;
}
.pf-work-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 34px rgba(28, 29, 31, 0.08);
}
.pf-work-card__thumb {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #f0f0f0;
}
.pf-work-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}
.pf-work-card:hover .pf-work-card__thumb img {
  transform: scale(1.04);
}
.pf-work-card__body {
  padding: 0.85rem 1rem 1rem;
  display: grid;
  gap: 0.25rem;
}
.pf-work-card__body strong {
  font-size: 0.95rem;
  color: #121316;
}
.pf-work-card__body small {
  font-size: 0.76rem;
  color: #999;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.pf-work-card__body p {
  margin: 0.25rem 0 0;
  font-size: 0.83rem;
  color: #6a6f73;
  line-height: 1.5;
}

/* Team section */
.pf-home-team {
  padding: 3rem 1.25rem;
  background: #fff;
}
.pf-home-team .pf-store-head {
  margin-bottom: 1.75rem;
}
.pf-team-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  max-width: 1180px;
  margin-inline: auto;
}
.pf-team-card {
  display: grid;
  gap: 0.75rem;
  text-align: center;
  padding: 2rem 1.25rem 1.5rem;
  border-radius: 20px;
  border: 1px solid rgba(28, 29, 31, 0.06);
  background: #fff;
  box-shadow: 0 12px 32px rgba(28, 29, 31, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  animation: pfCourseIn 0.55s both;
  animation-delay: calc(var(--pf-i, 0) * 70ms);
  position: relative;
  overflow: hidden;
}
.pf-team-card::before {
  content: '';
  position: absolute;
  top: 0;
  inset-inline: 0;
  height: 4px;
  background: linear-gradient(90deg, #ff8c00, #ff6b6b);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.pf-team-card:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 20px 48px rgba(28, 29, 31, 0.1);
  border-color: rgba(225, 6, 0, 0.15);
}
.pf-team-card:hover::before {
  opacity: 1;
}
.pf-team-card__avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 800;
  margin-inline: auto;
  background: linear-gradient(135deg, #fce8e6 0%, #fff5f5 100%);
  color: #ff8c00;
  border: 3px solid rgba(225, 6, 0, 0.1);
  transition: border-color 0.3s ease, transform 0.3s ease;
  position: relative;
}
.pf-team-card:hover .pf-team-card__avatar {
  border-color: rgba(225, 6, 0, 0.3);
  transform: scale(1.05);
}
.pf-team-card__avatar::after {
  content: '';
  position: absolute;
  inset: -5px;
  border-radius: 50%;
  border: 2px solid rgba(225, 6, 0, 0.04);
}
.pf-team-card__photo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin-inline: auto;
  border: 3px solid rgba(225, 6, 0, 0.1);
  transition: border-color 0.3s ease, transform 0.3s ease;
  position: relative;
}
.pf-team-card:hover .pf-team-card__photo {
  border-color: rgba(225, 6, 0, 0.3);
  transform: scale(1.05);
}
.pf-team-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pf-team-card h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #121316;
}
.pf-team-card p {
  margin: 0;
  font-size: 0.82rem;
  color: #888;
  font-weight: 500;
}
.pf-team-card__social {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 0.25rem;
}
.pf-team-card__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  color: #666;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.pf-team-card__social a:hover {
  background: #ff8c00;
  color: #0a0a0a;
  border-color: #ff8c00;
}
.pf-team-card__social a svg {
  width: 15px;
  height: 15px;
  display: block;
}

/* Stats section */
.pf-home-stats {
  padding: 3.5rem 1.25rem;
  background: linear-gradient(135deg, #0d0d0d 0%, #1a1a1a 100%);
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.pf-home-stats::before {
  content: '';
  position: absolute;
  top: 0;
  inset-inline: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(225, 6, 0, 0.4), transparent);
}
.pf-stats-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.5rem 4rem;
  max-width: 1000px;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
.pf-stat-item {
  display: grid;
  gap: 0.3rem;
  min-width: 130px;
}
.pf-stat-item strong {
  font-size: clamp(2.2rem, 5vw, 3rem);
  font-weight: 900;
  color: #ff8c00;
  line-height: 1;
  letter-spacing: -0.02em;
}
.pf-stat-item strong::after {
  content: '+';
  font-size: 0.6em;
  vertical-align: super;
  margin-inline-start: 0.1em;
  color: rgba(255,255,255,0.25);
  font-weight: 400;
}
.pf-stat-item span {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
}

/* CTA section */
.pf-home-cta {
  padding: 4rem 1.25rem;
  background: #fff;
  text-align: center;
}
.pf-home-cta__inner {
  max-width: 600px;
  margin-inline: auto;
  display: grid;
  gap: 0.75rem;
}
.pf-home-cta h2 {
  margin: 0;
  font-size: clamp(1.4rem, 3vw, 1.8rem);
  color: #121316;
}
.pf-home-cta p {
  margin: 0;
  color: #6a6f73;
  font-size: 0.95rem;
  line-height: 1.6;
}
.pf-home-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
  margin-top: 0.5rem;
}

/* Section link */
.pf-section-link {
  color: #ff8c00;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}
.pf-section-link:hover {
  text-decoration: underline;
}

/* Packages / Pricing page */
.pf-packages-page .pf-courses__head {
  margin-bottom: 1rem;
}
.pf-packages-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 1.75rem;
}
.pf-packages-tab {
  padding: 0.45rem 1rem;
  border-radius: 999px;
  border: 1px solid #dadce0;
  background: #fff;
  font-size: 0.82rem;
  font-weight: 600;
  color: #51555a;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.pf-packages-tab:hover {
  border-color: #ff8c00;
  color: #ff8c00;
}
.pf-packages-tab.is-active {
  background: #ff8c00;
  border-color: #ff8c00;
  color: #0a0a0a;
}
.pf-packages-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
.pf-package-card {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 1.75rem 1.5rem 1.5rem;
  border-radius: 20px;
  border: 1px solid rgba(28, 29, 31, 0.07);
  background: #fff;
  box-shadow: 0 10px 28px rgba(28, 29, 31, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  animation: pfCourseIn 0.55s both;
  animation-delay: calc(var(--pf-i, 0) * 70ms);
}
.pf-package-card:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 16px 40px rgba(28, 29, 31, 0.08);
}
.pf-package-card.is-highlighted {
  border-color: rgba(255, 140, 0,0.45);
  box-shadow: 0 12px 36px rgba(255, 140, 0,0.1);
}
.pf-package-card.is-highlighted:hover {
  border-color: rgba(255, 140, 0,0.7);
  box-shadow: 0 18px 48px rgba(255, 140, 0,0.16);
}
.pf-package-card__badge {
  position: absolute;
  top: -0.6rem;
  inset-inline-start: 1.25rem;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  background: #ff8c00;
  color: #0a0a0a;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.pf-package-card__header {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(28, 29, 31, 0.06);
}
.pf-package-card__header h2 {
  margin: 0 0 0.25rem;
  font-size: 1.15rem;
  color: #121316;
}
.pf-package-card__cat {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #c25e00;
  background: rgba(255, 140, 0,0.14);
  padding: 0.15rem 0.55rem;
  border-radius: 100px;
  margin-bottom: 0.5rem;
}
.pf-package-card__price {
  margin: 0;
}
.pf-package-card__price strong {
  font-size: clamp(1.8rem, 3.5vw, 2.2rem);
  font-weight: 900;
  color: #ff8c00;
  letter-spacing: -0.02em;
}
.pf-package-card__price span {
  font-size: 0.85rem;
  color: #999;
  font-weight: 600;
}
.pf-package-card__features {
  margin: 0 0 1.25rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.5rem;
  flex: 1;
}
.pf-package-card__features li {
  padding-inline-start: 1.4rem;
  position: relative;
  font-size: 0.86rem;
  color: #444;
  line-height: 1.5;
}
.pf-package-card__features li::before {
  content: '';
  position: absolute;
  inset-inline-start: 0;
  top: 0.5em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff8c00;
  opacity: 0.5;
}
.pf-package-card__action {
  margin-top: auto;
}
.pf-package-card__action .vl-btn {
  width: 100%;
  justify-content: center;
}

/* ===== Team page ===== */
.pf-team-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
.pf-team-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.5rem 1rem 1.25rem;
  border-radius: 20px;
  border: 1px solid rgba(28, 29, 31, 0.07);
  background: #fff;
  box-shadow: 0 10px 28px rgba(28, 29, 31, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  animation: pfCourseIn 0.55s both;
  animation-delay: calc(var(--pf-i, 0) * 70ms);
}
.pf-team-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(28, 29, 31, 0.08);
}
.pf-team-card__photo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 0.85rem;
  border: 3px solid rgba(225, 6, 0, 0.15);
}
.pf-team-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pf-team-card__avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 0.85rem;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #ff8c00, #c40800);
  color: #0a0a0a;
  font-size: 2rem;
  font-weight: 700;
}
.pf-team-card h3 {
  margin: 0 0 0.3rem;
  font-size: 1rem;
  color: #121316;
}
.pf-team-card p {
  margin: 0 0 0.85rem;
  color: #777;
  font-size: 0.85rem;
  line-height: 1.4;
}
.pf-team-card__social {
  display: flex;
  gap: 0.5rem;
  margin-top: auto;
}
.pf-team-card__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  color: #555;
  transition: color 0.2s, border-color 0.2s;
}
.pf-team-card__social a:hover {
  color: #ff8c00;
  border-color: #ff8c00;
}
.pf-team-card__social svg {
  width: 14px;
  height: 14px;
}

/* ===== FAQ page ===== */
.pf-faq-hero {
  position: relative;
  margin-bottom: 1.75rem;
  padding: 2rem 1.5rem 1.75rem;
  border: 1px solid rgba(28, 29, 31, 0.08);
  border-radius: 20px;
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 140, 0, 0.12) 0%, transparent 55%),
    radial-gradient(circle at 88% 0%, rgba(255, 140, 0, 0.07) 0%, transparent 50%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 250, 246, 0.95) 100%);
  box-shadow: 0 10px 30px rgba(28, 29, 31, 0.05);
  overflow: hidden;
}
.pf-faq-hero h1 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.7rem, 3.8vw, 2.35rem);
  color: #121316;
  letter-spacing: -0.03em;
  line-height: 1.15;
}
.pf-faq-hero__lead {
  margin: 0 0 1.3rem;
  color: #666;
  max-width: 52ch;
  line-height: 1.6;
}
.pf-faq-search {
  position: relative;
  max-width: 480px;
}
.pf-faq-search svg {
  position: absolute;
  inset-inline-start: 0.95rem;
  top: 50%;
  transform: translateY(-50%);
  color: #ff8c00;
  pointer-events: none;
}
.pf-faq-search input {
  width: 100%;
  padding: 0.8rem 1rem 0.8rem 2.6rem;
  border: 1.5px solid #e2e8f0;
  border-radius: 13px;
  background: #fff;
  color: #121316;
  font-family: inherit;
  font-size: 0.95rem;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.pf-faq-search input:focus {
  border-color: #ff8c00;
  box-shadow: 0 0 0 4px rgba(255, 140, 0, 0.14);
}
.pf-faq-search input::placeholder {
  color: #94a3b8;
}
.pf-faq-list {
  display: grid;
  gap: 0.85rem;
}
.pf-faq-item {
  border: 1px solid #ececec;
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
  transition: border-color 0.25s, box-shadow 0.25s;
}
.pf-faq-item:hover {
  border-color: rgba(255, 140, 0, 0.4);
  box-shadow: 0 10px 24px rgba(28, 29, 31, 0.06);
}
.pf-faq-item[open] {
  border-color: rgba(255, 140, 0, 0.45);
  box-shadow: 0 14px 34px rgba(255, 140, 0, 0.1);
}
.pf-faq-item__q {
  padding: 1.05rem 1.2rem;
  font-weight: 800;
  font-size: 0.96rem;
  color: #121316;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.pf-faq-item__q::-webkit-details-marker {
  display: none;
}
.pf-faq-item__mark {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background: rgba(255, 140, 0, 0.12);
  color: #e67300;
  font-weight: 800;
  font-size: 0.9rem;
  transition: background 0.2s, color 0.2s;
}
.pf-faq-item[open] .pf-faq-item__mark {
  background: #ff8c00;
  color: #0a0a0a;
}
.pf-faq-item__q::after {
  content: '';
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  margin-inline-start: auto;
  border-right: 2px solid #ff8c00;
  border-bottom: 2px solid #ff8c00;
  transform: rotate(45deg);
  transition: transform 0.25s;
}
.pf-faq-item[open] .pf-faq-item__q::after {
  transform: rotate(-135deg);
}
.pf-faq-item__body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}
.pf-faq-item[open] .pf-faq-item__body {
  grid-template-rows: 1fr;
}
.pf-faq-item__a {
  min-height: 0;
  overflow: hidden;
  margin: 0 0 0 1.2rem;
  padding: 0.15rem 1.2rem 1.2rem 1.1rem;
  color: #555;
  font-size: 0.93rem;
  line-height: 1.75;
  border-inline-start: 3px solid rgba(255, 140, 0, 0.35);
}

/* ===== Privacy / Legal pages ===== */
.pf-legal-body {
  max-width: 720px;
}
.pf-legal-body h2 {
  margin: 1.5rem 0 0.6rem;
  font-size: 1.1rem;
  color: #121316;
}
.pf-legal-body h2:first-child {
  margin-top: 0;
}
.pf-legal-body p {
  margin: 0 0 1rem;
  color: #555;
  line-height: 1.7;
  font-size: 0.95rem;
}
.pf-legal-body a {
  color: #ff8c00;
  font-weight: 700;
  text-decoration: none;
}
.pf-legal-body a:hover {
  text-decoration: underline;
}

/* ===== Blog page ===== */
.pf-blog-hero {
  position: relative;
  margin-bottom: 1.75rem;
  padding: 2.2rem 1.6rem 1.9rem;
  border: 1px solid rgba(28, 29, 31, 0.08);
  border-radius: 20px;
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 140, 0, 0.12) 0%, transparent 55%),
    radial-gradient(circle at 88% 0%, rgba(255, 140, 0, 0.07) 0%, transparent 50%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 250, 246, 0.95) 100%);
  box-shadow: 0 10px 30px rgba(28, 29, 31, 0.05);
  overflow: hidden;
}
.pf-blog-hero h1 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.7rem, 3.8vw, 2.35rem);
  color: #121316;
  letter-spacing: -0.03em;
  line-height: 1.15;
}
.pf-blog-hero__lead {
  margin: 0;
  color: #666;
  max-width: 52ch;
  line-height: 1.6;
}
.pf-blog-grid {
  display: grid;
  gap: 1.75rem;
}
.pf-blog-card {
  position: relative;
  display: flex;
  flex-direction: row;
  border-radius: 22px;
  border: 1px solid rgba(28, 29, 31, 0.08);
  background: #fff;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(28, 29, 31, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  animation: pfCourseIn 0.55s both;
  animation-delay: calc(var(--pf-i, 0) * 90ms);
}
.pf-blog-card:nth-child(even) {
  flex-direction: row-reverse;
}
.pf-blog-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 140, 0, 0.45);
  box-shadow: 0 24px 54px rgba(28, 29, 31, 0.1), 0 0 0 1px rgba(255, 140, 0, 0.08);
}
.pf-blog-card__thumb {
  position: relative;
  flex: 0 0 44%;
  min-height: 250px;
  overflow: hidden;
  background: #f0f0f0;
}
.pf-blog-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.pf-blog-card:hover .pf-blog-card__thumb img {
  transform: scale(1.06);
}
.pf-blog-card__thumb::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 45%, rgba(255, 140, 0, 0.14));
  pointer-events: none;
}
.pf-blog-card__num {
  position: absolute;
  top: 0.9rem;
  inset-inline-start: 0.9rem;
  z-index: 2;
  padding: 0.28rem 0.75rem;
  border-radius: 100px;
  background: rgba(10, 10, 10, 0.78);
  border: 1px solid rgba(255, 140, 0, 0.45);
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  backdrop-filter: blur(4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}
.pf-blog-card__body {
  position: relative;
  flex: 1;
  padding: 1.75rem 1.9rem;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  min-width: 0;
}
.pf-blog-card__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.6rem;
}
.pf-blog-card__date {
  font-size: 0.76rem;
  color: #999;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.pf-blog-card__cat {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 800;
  color: #e67300;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: rgba(255, 140, 0, 0.1);
  border: 1px solid rgba(255, 140, 0, 0.28);
  padding: 0.15rem 0.6rem;
  border-radius: 100px;
}
.pf-blog-card__body h2 {
  margin: 0.1rem 0 0;
  font-size: clamp(1.3rem, 2.2vw, 1.7rem);
  letter-spacing: -0.02em;
  line-height: 1.25;
}
.pf-blog-card__body h2 a {
  color: #121316 !important;
  text-decoration: none !important;
  transition: color 0.2s;
}
.pf-blog-card__body h2 a:hover {
  color: #e67300 !important;
}
.pf-blog-card__body p {
  margin: 0;
  color: #666;
  font-size: 0.94rem;
  line-height: 1.65;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.pf-blog-card__foot {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding-top: 0.95rem;
  border-top: 1px solid rgba(28, 29, 31, 0.07);
}
.pf-blog-card__author {
  margin: 0;
  font-size: 0.84rem;
  color: #a1a1aa;
  font-weight: 700;
}
.pf-blog-card__author strong {
  color: #ff8c00;
  font-weight: 800;
}
.pf-blog-card__more {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.52rem 1.05rem;
  border-radius: 10px;
  background: linear-gradient(135deg, #ff8c00 0%, #e67300 100%);
  color: #0a0a0a !important;
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none !important;
  white-space: nowrap;
  box-shadow: 0 6px 16px rgba(255, 140, 0, 0.25);
  transition: transform 0.2s, box-shadow 0.2s;
}
.pf-blog-card__more::after {
  content: '';
  width: 6px;
  height: 6px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s;
}
body.is-rtl .pf-blog-card__more::after {
  transform: rotate(135deg);
}
.pf-blog-card__more:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(255, 140, 0, 0.35);
}
@media (max-width: 720px) {
  .pf-blog-card {
    flex-direction: column !important;
  }
  .pf-blog-card__thumb {
    flex: none;
    aspect-ratio: 16 / 9;
    min-height: 0;
  }
  .pf-blog-card__body {
    padding: 1.25rem 1.3rem 1.35rem;
  }
  .pf-blog-card__thumb::after {
    background: linear-gradient(180deg, transparent 60%, rgba(255, 140, 0, 0.14));
  }
}

/* ===== Blog post detail ===== */
.pf-post-detail {
  animation: pfFadeIn 0.5s ease both;
}

/* Hero */
.pf-post-hero {
  position: relative;
  min-height: 340px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #121316;
}
.pf-post-hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 30%;
  transform: scale(1.05);
  filter: saturate(0.9);
}
.pf-post-hero__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(18, 19, 22, 0.15) 0%, rgba(18, 19, 22, 0.75) 100%);
}
.pf-post-hero__content {
  position: relative;
  z-index: 1;
  padding-block: 3rem 2rem;
}
.pf-post-hero__back {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.7) !important;
  text-decoration: none !important;
  font-size: 0.85rem;
  font-weight: 700;
  transition: color 0.2s;
}
.pf-post-hero__back:hover {
  color: #fff !important;
}
.pf-post-hero .pf-courses__eyebrow {
  color: #ff8c00;
  margin-bottom: 0.5rem;
}
.pf-post-hero__content h1 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.6rem, 5vw, 2.6rem);
  color: #fff;
  line-height: 1.15;
  letter-spacing: -0.02em;
  max-width: 16ch;
}
.pf-post-hero__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 1rem;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.65);
  font-weight: 600;
}
.pf-post-hero__date {
  position: relative;
}
.pf-post-hero__date::after {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  margin-inline-start: 0.6rem;
  vertical-align: middle;
}
.pf-post-hero__reading em {
  font-style: normal;
  color: rgba(255, 255, 255, 0.4);
}
.pf-post-hero__cat {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  background: rgba(255,255,255,0.12);
  padding: 0.15rem 0.6rem;
  border-radius: 100px;
  color: #fff;
}
.pf-post-detail__head .pf-post-hero__cat {
  background: rgba(225,6,0,0.08);
  color: #ff8c00;
}

/* No-image head */
.pf-post-detail__head {
  padding-block: 1.5rem 0.5rem;
}
.pf-post-detail__head .pf-post-hero__back {
  color: #ff8c00 !important;
  margin-bottom: 0.75rem;
}
.pf-post-detail__head .pf-post-hero__back:hover {
  color: #c40800 !important;
}
.pf-post-detail__head h1 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.6rem, 4.5vw, 2.4rem);
  color: #121316;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.pf-post-detail__head .pf-post-hero__meta {
  color: #888;
}

/* Tags */
.pf-post-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-block: 1rem 0;
}
.pf-post-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  background: rgba(225, 6, 0, 0.08);
  border: 1px solid rgba(225, 6, 0, 0.2);
  color: #ff8c00;
  font-size: 0.78rem;
  font-weight: 700;
}

/* Layout */
.pf-post-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2rem;
  margin-top: 2rem;
}
.pf-post-main {
  max-width: 720px;
  margin: 0 auto;
  width: 100%;
}

/* Lead */
.pf-post-lead {
  font-size: 1.12rem;
  line-height: 1.7;
  color: #444;
  margin: 0 0 1.5rem;
  padding: 1rem 1.25rem;
  border-inline-start: 4px solid #ff8c00;
  background: rgba(225, 6, 0, 0.04);
  border-radius: 0 16px 16px 0;
}

/* Content typography */
.pf-post-content {
  font-size: 1.05rem;
  line-height: 1.85;
  color: #2a2a2a;
}
.pf-post-content p {
  margin: 0 0 1.25rem;
}
.pf-post-content h2 {
  margin: 2.2rem 0 0.85rem;
  font-size: 1.4rem;
  color: #121316;
  line-height: 1.25;
  position: relative;
  padding-inline-start: 0;
}
.pf-post-content h2::before {
  content: '';
  display: block;
  width: 2.5rem;
  height: 3px;
  background: #ff8c00;
  border-radius: 999px;
  margin-bottom: 0.6rem;
}
.pf-post-content h3 {
  margin: 1.8rem 0 0.6rem;
  font-size: 1.15rem;
  color: #121316;
  line-height: 1.3;
}
.pf-post-content blockquote {
  margin: 1.5rem 0;
  padding: 1rem 1.25rem;
  border-inline-start: 4px solid #ff8c00;
  background: linear-gradient(135deg, rgba(225, 6, 0, 0.04), #fafafa);
  border-radius: 0 16px 16px 0;
  color: #555;
  font-size: 1.05rem;
  font-style: italic;
  line-height: 1.7;
}
.pf-post-content ul,
.pf-post-content ol {
  margin: 0 0 1.25rem;
  padding-inline-start: 1.5rem;
}
.pf-post-content li {
  margin-bottom: 0.4rem;
}
.pf-post-content ul li::marker {
  color: #ff8c00;
}
.pf-post-content ol li::marker {
  color: #ff8c00;
  font-weight: 700;
}
.pf-post-content strong {
  color: #121316;
}
.pf-post-content a {
  color: #ff8c00;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.pf-post-content a:hover {
  color: #c40800;
}
.pf-post-content hr {
  margin: 2rem 0;
  border: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(225, 6, 0, 0.2), transparent);
}

/* Author card */
.pf-post-author {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 2.5rem;
  padding: 1.25rem 1.5rem;
  border-radius: 18px;
  border: 1px solid rgba(28, 29, 31, 0.08);
  background: linear-gradient(135deg, #fff, #fcfcfc);
  box-shadow: 0 10px 28px rgba(28, 29, 31, 0.04);
}
.pf-post-author__avatar {
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #ff8c00, #c40800);
  color: #0a0a0a;
  font-size: 1.2rem;
  font-weight: 800;
}
.pf-post-author__info {
  display: grid;
  gap: 0.15rem;
}
.pf-post-author__info strong {
  font-size: 1rem;
  color: #121316;
}
.pf-post-author__info span {
  font-size: 0.85rem;
  color: #888;
  font-weight: 600;
}

/* Share buttons */
.pf-post-share {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 1px solid #ececec;
}
.pf-post-share__label {
  font-size: 0.85rem;
  font-weight: 800;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
.pf-post-share__list {
  display: flex;
  gap: 0.4rem;
}
.pf-post-share__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  color: #555 !important;
  text-decoration: none !important;
  transition: color 0.2s, border-color 0.2s, background 0.2s;
}
.pf-post-share__btn svg {
  width: 16px;
  height: 16px;
}
.pf-post-share__btn:hover {
  color: #ff8c00 !important;
  border-color: #ff8c00;
  background: rgba(225, 6, 0, 0.06);
}

/* Related posts in detail */
.pf-post-related {
  margin-top: 3rem;
}

/* Reading progress bar */
.pf-post-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  height: 3px;
  background: transparent;
  pointer-events: none;
  direction: ltr;
}
.pf-post-progress__fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #ff8c00, #ff4d4d);
  transition: width 0.1s linear;
}

@keyframes pfFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@media (min-width: 640px) {
  .pf-post-hero {
    min-height: 400px;
  }
  .pf-post-hero__content {
    padding-block: 4rem 2.5rem;
  }
  .pf-post-author {
    padding: 1.5rem 2rem;
  }
}
@media (min-width: 900px) {
  .pf-post-hero {
    min-height: 460px;
  }
  .pf-post-hero__content {
    padding-block: 5rem 3rem;
  }
}

/* ===== Interactive enhancements ===== */
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

/* Scroll reveal */
[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s cubic-bezier(0.22,1,0.36,1), transform 0.6s cubic-bezier(0.22,1,0.36,1);
}
[data-reveal].is-visible {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  [data-reveal] { opacity: 1; transform: none; transition: none; }
}

/* Back to top */
.pf-back-top {
  position: fixed;
  z-index: 99;
  inset-inline-end: 1.25rem;
  bottom: 1.5rem;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: #ff8c00;
  color: #0a0a0a;
  font-size: 1.2rem;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(255, 140, 0,0.35);
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
  display: grid;
  place-items: center;
}
.pf-back-top.is-visible {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}
.pf-back-top:hover {
  background: #e67300;
}
.pf-back-top.is-visible:hover {
  transform: translateY(-2px);
}

/* Card lift */
.pf-service-card,
.pf-work-card,
.pf-team-card,
.pf-review-card,
.pf-video-card,
.pf-post-card,
.pf-package-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.pf-service-card:hover,
.pf-work-card:hover,
.pf-team-card:hover,
.pf-review-card:hover,
.pf-video-card:hover,
.pf-post-card:hover,
.pf-package-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.1);
}
@media (prefers-reduced-motion: reduce) {
  .pf-service-card:hover,
  .pf-work-card:hover,
  .pf-team-card:hover,
  .pf-review-card:hover,
  .pf-video-card:hover,
  .pf-post-card:hover,
  .pf-package-card:hover {
    transform: none;
    box-shadow: none;
  }
}

/* Gradient text on section headings */
.pf-store-head h2,
.pf-store-head h1 {
  background: linear-gradient(135deg, #ff8c00 0%, #000000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Image subtle zoom on hover */
.pf-work-card img,
.pf-team-card img,
.pf-post-card img,
.pf-video-card__thumb img {
  transition: transform 0.4s ease;
}
.pf-work-card:hover img,
.pf-team-card:hover img,
.pf-post-card:hover img,
.pf-video-card:hover .pf-video-card__thumb img {
  transform: scale(1.05);
}
@media (prefers-reduced-motion: reduce) {
  .pf-work-card img,
  .pf-team-card img,
  .pf-post-card img,
  .pf-video-card__thumb img {
    transition: none;
  }
  .pf-work-card:hover img,
  .pf-team-card:hover img,
  .pf-post-card:hover img,
  .pf-video-card:hover .pf-video-card__thumb img {
    transform: none;
  }
}

/* Domain Checker page */
.pf-domain-checker-page .pf-domain-checker {
  display: grid;
  gap: 0.75rem;
  padding-bottom: 1rem;
}
/* ---- Domain Checker Page ---- */
.pf-dc-page {
  width: 100%;
  overflow-x: hidden;
}

/* Dark Hero */
.pf-dc-hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #000000 0%, #0a0a0a 50%, #111111 100%);
  overflow: hidden;
  padding: 6rem 1.5rem 4rem;
}
.pf-dc-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image:
    linear-gradient(rgba(255, 140, 0,0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 140, 0,0.045) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}
.pf-dc-hero::after {
  content: '';
  position: absolute;
  top: -20%;
  left: -10%;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 140, 0,0.14) 0%, transparent 70%);
  z-index: 0;
  pointer-events: none;
}
.pf-dc-hero__shapes {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}
.pf-dc-hero__shapes span {
  position: absolute;
  display: block;
  border: 1px solid rgba(255, 140, 0,0.16);
  border-radius: 12px;
}
.pf-dc-hero__shapes span:nth-child(1) { top:12%; left:5%; width:80px; height:80px; transform:rotate(25deg); }
.pf-dc-hero__shapes span:nth-child(2) { bottom:20%; left:10%; width:110px; height:110px; transform:rotate(30deg); }
.pf-dc-hero__shapes span:nth-child(3) { top:10%; right:6%; width:60px; height:60px; transform:rotate(45deg); }
.pf-dc-hero__shapes span:nth-child(4) { bottom:15%; right:8%; width:90px; height:90px; transform:rotate(-20deg); }
.pf-dc-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 720px;
  text-align: center;
  color: #fff;
}
.pf-dc-hero__eyebrow {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  color: #ff8c00;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 1rem;
  padding: 0.35rem 1rem;
  border: 1px solid rgba(255, 140, 0,0.35);
  border-radius: 50px;
  background: rgba(255, 140, 0,0.08);
}
.pf-dc-hero__title {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 900;
  margin: 0 0 1rem;
  line-height: 1.15;
}
.pf-dc-hero__desc {
  font-size: 1.05rem;
  line-height: 1.7;
  opacity: 0.8;
  margin: 0 0 2rem;
  max-width: 540px;
  margin-inline: auto;
}
.pf-dc-hero__search {
  max-width: 520px;
  margin: 0 auto;
}
.pf-dc-search-box__inner {
  padding-top: 0.25rem;
}
.pf-dc-hero__search-inner {
  display: flex;
  gap: 0.6rem;
  padding: 0.5rem;
  background: rgba(255, 140, 0,0.08);
  backdrop-filter: blur(12px);
  border-radius: 16px;
  border: 1px solid rgba(255, 140, 0,0.22);
}
.pf-dc-hero__search-input {
  flex: 1;
  padding: 0.75rem 1rem;
  border: 0;
  border-radius: 10px;
  font-size: 0.95rem;
  outline: none;
  font-family: inherit;
  background: #111111;
  color: #fefce8;
}
.pf-dc-hero__search-input::placeholder {
  color: rgba(255,255,255,0.4);
}
.pf-dc-hero__search-btn {
  flex-shrink: 0;
  padding: 0.75rem 1.5rem;
  border: 0;
  border-radius: 10px;
  font-size: 0.9rem;
  font-weight: 700;
  font-family: inherit;
  background: #ff8c00;
  color: #0a0a0a;
  cursor: pointer;
  transition: background 0.2s ease;
}
.pf-dc-hero__search-btn:hover {
  background: #e67300;
}
.pf-dc-hero__hint {
  margin: 0.6rem 0 0;
  font-size: 0.72rem;
  opacity: 0.6;
}

/* Messages */
.pf-dc-msg {
  padding: 1rem 1.25rem;
  border-radius: 14px;
  font-weight: 700;
  font-size: 0.9rem;
  margin: 1.5rem auto;
  max-width: 800px;
}
.pf-dc-msg--ok {
  background: rgba(37,211,102,0.1);
  border: 1px solid rgba(37,211,102,0.25);
  color: #25D366;
}
.pf-dc-msg--err {
  background: rgba(255, 140, 0,0.1);
  border: 1px solid rgba(255, 140, 0,0.3);
  color: #ffb25e;
}

/* Offer sections */
.pf-dc-offers {
  padding: 3rem 0;
}
.pf-dc-offers__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.25rem;
}
.pf-dc-offers__head {
  margin-bottom: 1.75rem;
}
.pf-dc-offers__head h2 {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 800;
  color: #121316;
}
.pf-dc-offers__head p {
  margin: 0.3rem 0 0;
  font-size: 0.9rem;
  color: #666;
}

/* Empty state */
.pf-dc-empty {
  text-align: center;
  padding: 2rem;
  color: #999;
  font-size: 0.9rem;
}

/* Results section */
.pf-dc-results {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1.25rem 4rem;
  display: grid;
  gap: 1.25rem;
}
.pf-dc-result-card {
  background: linear-gradient(135deg, #111111 0%, #0a0a0a 50%, #111111 100%);
  border: 1px solid rgba(255, 140, 0,0.14);
  border-radius: 20px;
  padding: 1.5rem 1.75rem;
  color: rgba(255,255,255,0.85);
}
.pf-dc-result-card--success {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: rgba(37,211,102,0.08);
  border-color: rgba(37,211,102,0.2);
  color: #25D366;
  font-weight: 800;
  font-size: 1.05rem;
}
.pf-dc-result-card__title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
}
.pf-dc-result-card__title svg {
  flex-shrink: 0;
  opacity: 0.7;
}

/* Info grid */
.pf-dc-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}
.pf-dc-info-grid--form {
  margin-bottom: 0.65rem;
}
.pf-dc-info-item {
  display: grid;
  gap: 0.15rem;
}
.pf-dc-info-label {
  font-size: 0.72rem;
  font-weight: 800;
  color: rgba(255,255,255,0.4);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.pf-dc-info-value {
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
}
.pf-dc-status-ok { color: #25D366; }
.pf-dc-status-err { color: #ff8c00; }

/* Provider */
.pf-dc-provider-name {
  font-size: 1.1rem;
  font-weight: 700;
  color: #ff8c00;
  margin: 0;
}

/* DNS */
.pf-dc-dns-section {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.pf-dc-dns-section h3 {
  margin: 0 0 0.4rem;
  font-size: 0.8rem;
  font-weight: 800;
  color: #ff8c00;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.pf-dc-dns-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0;
  font-size: 0.85rem;
  word-break: break-word;
}
.pf-dc-dns-row code {
  background: rgba(255,255,255,0.06);
  padding: 0.15rem 0.5rem;
  border-radius: 6px;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.85);
}
.pf-dc-meta {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.4);
  font-weight: 600;
}
.pf-dc-dns-empty {
  color: rgba(255,255,255,0.4);
  font-size: 0.85rem;
  margin: 0.5rem 0 0;
}

/* Request form */
.pf-dc-request-hint {
  color: rgba(255,255,255,0.4);
  font-size: 0.85rem;
  margin: -0.5rem 0 1.25rem;
}
.pf-dc-request-form {
  display: grid;
  gap: 0.85rem;
}
.pf-dc-field {
  display: grid;
  gap: 0.3rem;
}
.pf-dc-field__label {
  font-size: 0.8rem;
  font-weight: 700;
  color: rgba(255,255,255,0.6);
}
.pf-dc-field__input {
  padding: 0.65rem 0.85rem;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 10px;
  font-size: 0.9rem;
  font-family: inherit;
  background: rgba(255,255,255,0.06);
  color: #fff;
  outline: none;
  transition: border-color 0.2s;
}
.pf-dc-field__input:focus {
  border-color: #ff8c00;
}
.pf-dc-field__input::placeholder {
  color: rgba(255,255,255,0.25);
}
select.pf-dc-field__input option {
  background: #111111;
  color: #fff;
}
textarea.pf-dc-field__input {
  resize: vertical;
}

/* Buttons */
.pf-dc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.7rem 1.5rem;
  border-radius: 12px;
  font-size: 0.9rem;
  font-weight: 700;
  font-family: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
  border: 2px solid transparent;
}
.pf-dc-btn--primary {
  background: #ff8c00;
  border-color: #ff8c00;
  color: #0a0a0a;
}
.pf-dc-btn--primary:hover {
  background: #e67300;
  border-color: #e67300;
}
.pf-dc-btn--ghost {
  background: transparent;
  border-color: rgba(255,255,255,0.2);
  color: rgba(255,255,255,0.7);
}
.pf-dc-btn--ghost:hover {
  border-color: #ff8c00;
  color: #fff;
}

/* Customer Auth pages (override dark admin auth) */
body.pf-creator.pf-auth.pf-admin-login .pf-auth-card,
body.pf-creator.pf-auth.pf-customer-login .pf-auth-card,
body.pf-creator.pf-auth.pf-customer-register .pf-auth-card {
  background: #fff;
  border: 0;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
}
.pf-auth-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 1.5rem 1rem;
}
.pf-auth-card {
  width: 100%;
  max-width: 400px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.pf-auth-brand {
  display: flex;
  justify-content: center;
  padding: 1.75rem 1.5rem 0.5rem;
}
.pf-auth-brand img {
  max-width: 140px;
  height: auto;
}
.pf-auth-form {
  display: grid;
  gap: 0.85rem;
  padding: 0.5rem 1.5rem 1.25rem;
}
.pf-auth-form h1 {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--vl-ink);
}
.pf-auth-desc {
  margin: -0.25rem 0 0.15rem;
  font-size: 0.82rem;
  color: var(--vl-ink-soft);
  line-height: 1.5;
}
.vl-field__label {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--vl-ink);
  margin-bottom: 0.3rem;
}
.pf-auth-input-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.pf-auth-input-icon {
  position: absolute;
  inset-inline-start: 0.85rem;
  color: var(--vl-ink-soft);
  pointer-events: none;
  flex-shrink: 0;
}
.pf-auth-input-wrap input {
  width: 100%;
  padding: 0.7rem 0.85rem 0.7rem 2.6rem;
  border: 1px solid #ddd;
  border-radius: 12px;
  font-size: 0.92rem;
  font-family: inherit;
  outline: none;
  transition: border-color 0.15s, box-shadow 0.15s;
  background: #fff;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.04);
  direction: ltr;
  text-align: left;
}
.pf-auth-input-wrap input:focus {
  border-color: var(--vl-brand);
  box-shadow: 0 0 0 3px rgba(225, 6, 0, 0.08);
}
.pf-auth-input-wrap input::placeholder {
  color: #b0b0b0;
}
.pf-auth-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.75rem;
  border: 0;
  border-radius: 12px;
  background: var(--vl-brand);
  color: #fff;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 800;
  cursor: pointer;
  transition: opacity 0.15s, transform 0.12s;
  margin-top: 0.25rem;
}
.pf-auth-btn:hover {
  opacity: 0.9;
}
.pf-auth-btn:active {
  transform: scale(0.98);
}
.pf-auth-alt {
  text-align: center;
  font-size: 0.8rem;
  margin: 0.15rem 0 0;
  color: var(--vl-ink-soft);
}
.pf-auth-alt a {
  color: var(--vl-brand);
  font-weight: 700;
  text-decoration: none;
}
.pf-auth-alt a:hover {
  text-decoration: underline;
}
.pf-auth-footer {
  padding: 0.75rem 1.5rem 1.25rem;
  border-top: 1px solid var(--vl-line);
  text-align: center;
}
.pf-auth-footer a {
  font-size: 0.8rem;
  color: var(--vl-ink-soft);
  text-decoration: none;
}
.pf-auth-footer a:hover {
  color: var(--vl-brand);
}

/* Dashboard */
.pf-dash-head__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.pf-dash-logout {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--vl-ink-soft);
  text-decoration: none;
  padding: 0.4rem 0.75rem;
  border-radius: 6px;
  transition: background 0.2s, color 0.2s;
  white-space: nowrap;
}
.pf-dash-logout:hover {
  background: #fee2e2;
  color: #dc2626;
}
.pf-dash-head h1 {
  margin: 0;
  font-size: 1.2rem;
}
.pf-dash-head p {
  margin: 0.2rem 0 0.75rem;
  font-size: 0.85rem;
  color: var(--vl-ink-soft);
}
.pf-dash-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.pf-dash-stat {
  display: grid;
  gap: 0.2rem;
  padding: 0.85rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--vl-line);
}
.pf-dash-stat__num {
  font-size: 1.5rem;
  font-weight: 800;
}
.pf-dash-stat__label {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--vl-ink-soft);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.pf-dash-stat--hosting .pf-dash-stat__num { color: var(--vl-brand); }
.pf-dash-stat--domain .pf-dash-stat__num { color: var(--vl-ink); }
.pf-dash-stat--services .pf-dash-stat__num { color: var(--vl-brand); }
.pf-dash-stat--active .pf-dash-stat__num { color: var(--vl-brand); }
.pf-dash-stat--pending .pf-dash-stat__num { color: var(--vl-ink); }

/* Dashboard charts */
.pf-dash-charts {
  display: grid;
  gap: 0.65rem;
  margin-bottom: 1rem;
}
.pf-dash-chart-card {
  background: #fff;
  border: 1px solid var(--vl-line);
  border-radius: 16px;
  padding: 1rem;
}
.pf-dash-chart-card h3 {
  margin: 0 0 0.75rem;
  font-size: 0.9rem;
  font-weight: 800;
  color: var(--vl-ink);
}
.pf-dash-chart-card--empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.5rem;
  padding: 2rem 1rem;
}
.pf-dash-chart-card--empty p {
  margin: 0;
  font-size: 0.82rem;
  color: var(--vl-ink-soft);
  max-width: 260px;
}
.pf-dash-donut-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.pf-dash-donut {
  flex-shrink: 0;
}
.pf-dash-donut-legend {
  display: grid;
  gap: 0.4rem;
}
.pf-dash-donut-item {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.78rem;
}
.pf-dash-donut-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.pf-dash-donut-lbl {
  color: var(--vl-ink);
}
.pf-dash-donut-pct {
  color: var(--vl-ink-soft);
  font-weight: 700;
  margin-inline-start: auto;
}
.pf-dash-bars {
  display: grid;
  gap: 0.5rem;
}
.pf-dash-bar-item {
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
  align-items: center;
  gap: 0.5rem;
}
.pf-dash-bar-label {
  font-size: 0.75rem;
  color: var(--vl-ink);
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pf-dash-bar-track {
  height: 8px;
  background: var(--vl-line);
  border-radius: 999px;
  overflow: hidden;
}
.pf-dash-bar-fill {
  height: 100%;
  border-radius: 999px;
  transition: width 0.5s ease;
}
.pf-dash-bar-value {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--vl-ink);
  text-align: end;
}
.pf-dash-totals {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  margin-top: 0.65rem;
  padding-top: 0.65rem;
  border-top: 1px solid var(--vl-line);
  font-size: 0.82rem;
  color: var(--vl-ink-soft);
}
.pf-dash-totals strong {
  color: var(--vl-ink);
}
.pf-dash-totals span:last-child strong {
  color: var(--vl-brand);
}
.pf-dash-section {
  margin-bottom: 1.25rem;
}
.pf-dash-section__head {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.6rem;
}
.pf-dash-section__head h2 {
  margin: 0;
  font-size: 1.05rem;
}
.pf-dash-section__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  padding: 0 0.4rem;
  border-radius: 999px;
  background: var(--vl-line);
  font-size: 0.7rem;
  font-weight: 800;
  color: var(--vl-ink-soft);
}
.pf-dash-subs {
  display: grid;
  gap: 0.6rem;
}
.pf-dash-sub {
  border: 1px solid var(--vl-line);
  border-radius: 14px;
  padding: 1rem;
  background: #fff;
}
.pf-dash-sub__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.pf-dash-sub__title {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}
.pf-dash-sub__title svg {
  flex-shrink: 0;
  color: var(--vl-brand);
}
.pf-dash-sub__title h2 {
  margin: 0;
  font-size: 0.95rem;
}
.pf-dash-sub__meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.3rem 0.65rem;
  font-size: 0.82rem;
  color: var(--vl-ink-soft);
}
.pf-dash-sub__meta strong {
  color: var(--vl-ink);
}
.pf-badge {
  display: inline-block;
  padding: 0.1rem 0.55rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  white-space: nowrap;
}
.pf-badge--ok { background: var(--vl-brand-soft); color: var(--vl-brand); }
.pf-badge--warn { background: #f5f5f5; color: var(--vl-ink); }
.pf-badge--err { background: #fde8e8; color: var(--vl-brand-deep); }

/* Dashboard requests */
.pf-dash-reqs {
  display: grid;
  gap: 0.5rem;
}
.pf-dash-req {
  border: 1px solid var(--vl-line);
  border-radius: 12px;
  padding: 0.75rem 1rem;
  background: #fff;
}
.pf-dash-req__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.35rem;
}
.pf-dash-req__domain {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.9rem;
}
.pf-dash-req__domain svg {
  color: var(--vl-brand);
  flex-shrink: 0;
}
.pf-dash-req__body {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 0.65rem;
  font-size: 0.78rem;
  color: var(--vl-ink-soft);
}
.pf-dash-req__notes {
  font-style: italic;
}
.pf-dash-req__date {
  font-size: 0.72rem;
  margin-inline-start: auto;
}
.pf-dash-request-form {
  display: grid;
  gap: 0.65rem;
}

/* Account icon in header */
.pf-account-link {
  display: inline-flex;
  align-items: center;
  color: var(--vl-ink-soft);
  text-decoration: none;
  padding: 0.25rem;
}
.pf-account-link:hover {
  color: var(--vl-brand);
}

/* Dashboard â€” tab navigation */
.pf-dash-tabs {
  display: flex;
  gap: 0;
  background: #f5f5f5;
  border-radius: 10px;
  padding: 0.25rem;
  margin-bottom: 1.25rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.pf-dash-tabs::-webkit-scrollbar { display: none; }
.pf-dash-tab {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  padding: 0.5rem 0.3rem;
  border-radius: 8px;
  text-decoration: none;
  color: var(--vl-ink-soft);
  font-size: 0.7rem;
  font-weight: 500;
  transition: all 0.15s;
  min-width: 0;
  white-space: nowrap;
}
.pf-dash-tab--active {
  background: #fff;
  color: var(--vl-brand);
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  font-weight: 700;
}
.pf-dash-tab-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: transparent;
  transition: background 0.15s;
}
.pf-dash-tab--active .pf-dash-tab-icon {
  background: var(--vl-brand-soft);
}
.pf-dash-tab {
  position: relative;
}
.pf-dash-tab-badge {
  position: absolute;
  top: -2px;
  inset-inline-end: calc(50% - 24px);
  background: #ff8c00;
  color: #0a0a0a;
  font-size: 0.55rem;
  font-weight: 800;
  min-width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 3px;
  line-height: 1;
  pointer-events: none;
}
.pf-dash-tab-label {
  font-size: 0.6rem;
  line-height: 1.1;
}
.pf-dash-tab-content {
  animation: pfFadeIn 0.2s ease;
}
@keyframes pfFadeIn {
  from { opacity: 0; transform: translateY(4px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Dashboard â€” expiry countdown */
.pf-dash-days {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.8rem;
  padding: 0.4rem 0.65rem;
  border-radius: 6px;
  background: #f5f5f5;
  margin: 0.5rem 0;
}
.pf-dash-days__num {
  font-weight: 800;
  font-size: 1rem;
}
.pf-dash-days--ok { background: var(--vl-brand-soft); color: var(--vl-brand); }
.pf-dash-days--warn { background: #f5f5f5; color: var(--vl-ink); }
.pf-dash-days--urgent { background: #fde8e8; color: var(--vl-brand-deep); }
.pf-dash-days--expired { background: #fde8e8; color: var(--vl-brand-deep); }

/* Dashboard â€” usage meters */
.pf-dash-usage {
  display: grid;
  gap: 0.4rem;
  margin: 0.4rem 0 0.65rem;
}
.pf-dash-usage-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
}
.pf-dash-usage-label {
  min-width: 60px;
  font-weight: 600;
  color: var(--vl-ink-soft);
}
.pf-dash-usage-track {
  flex: 1;
  height: 6px;
  background: #e5e5e5;
  border-radius: 3px;
  overflow: hidden;
}
.pf-dash-usage-fill {
  height: 100%;
  background: #ff8c00;
  border-radius: 3px;
  transition: width 0.3s;
}
.pf-dash-usage-text {
  min-width: 60px;
  text-align: end;
  color: var(--vl-ink-soft);
  font-size: 0.75rem;
}

/* Dashboard â€” subscription actions */
.pf-dash-sub__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.65rem;
  padding-top: 0.65rem;
  border-top: 1px solid var(--vl-line);
}
.pf-dash-action {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.35rem 0.75rem;
  border-radius: 5px;
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  border: 1px solid var(--vl-line);
  background: #fff;
  color: var(--vl-ink);
  transition: all 0.15s;
}
.pf-dash-action:hover { opacity: 0.8; }
.pf-dash-action--renew { background: var(--vl-brand); color: #fff; border-color: var(--vl-brand); }
.pf-dash-action--manage { background: var(--vl-ink); color: #fff; border-color: var(--vl-ink); }
.pf-dash-action--cancel { background: #fff; color: var(--vl-ink); border-color: var(--vl-line); }
.pf-dash-action--cancel:hover { background: #f5f5f5; }
.pf-dash-action--neutral { background: #fff; color: var(--vl-brand); border-color: var(--vl-brand); }
.pf-dash-action--neutral:hover { background: var(--vl-brand); color: #fff; }

/* Dashboard â€” domains */
.pf-dash-note {
  margin: 0 0 0.85rem;
  font-size: 0.8rem;
  color: var(--vl-ink-soft);
}
.pf-dash-domains {
  display: grid;
  gap: 0.65rem;
}
.pf-dash-domain {
  background: #fff;
  border: 1px solid var(--vl-line);
  border-radius: 14px;
  padding: 0.95rem;
}
.pf-dash-domain__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
.pf-dash-domain__name {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}
.pf-dash-domain__name h3 {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 800;
  color: var(--vl-ink);
}
.pf-dash-domain__meta {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 0.5rem;
  margin: 0.7rem 0;
}
.pf-dash-domain__meta > div {
  display: grid;
  gap: 0.1rem;
}
.pf-dash-domain__meta span {
  font-size: 0.68rem;
  color: var(--vl-ink-soft);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.pf-dash-domain__meta strong {
  font-size: 0.85rem;
  color: var(--vl-ink);
}
.pf-dash-domain__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.65rem;
  padding-top: 0.65rem;
  border-top: 1px solid var(--vl-line);
}

/* Dashboard â€” DNS zone */
.pf-dns-zone {
  display: grid;
  gap: 0.4rem;
  margin-bottom: 1.25rem;
}
.pf-dns-row {
  display: grid;
  grid-template-columns: 72px 1.2fr 1.6fr 84px auto;
  gap: 0.5rem;
  align-items: center;
  padding: 0.55rem 0.7rem;
  background: #fafafa;
  border: 1px solid var(--vl-line);
  border-radius: 9px;
}
.pf-dns-row__type {
  font-weight: 800;
  font-size: 0.78rem;
  color: var(--vl-brand);
  text-align: center;
  background: #fff;
  border: 1px solid var(--vl-line);
  border-radius: 6px;
  padding: 0.25rem 0.2rem;
}
.pf-dns-row__name {
  font-size: 0.82rem;
  color: var(--vl-ink);
  font-weight: 700;
  overflow-wrap: anywhere;
}
.pf-dns-row__host {
  color: var(--vl-ink-soft);
  font-weight: 500;
}
.pf-dns-row__value {
  font-size: 0.8rem;
  color: var(--vl-ink);
  overflow-wrap: anywhere;
}
.pf-dns-row__prio {
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--vl-ink-soft);
}
.pf-dns-row__ttl {
  font-size: 0.72rem;
  color: var(--vl-ink-soft);
  white-space: nowrap;
}
.pf-dns-row__actions {
  display: flex;
  gap: 0.35rem;
  justify-content: flex-end;
}
.pf-dns-toggle {
  padding: 0.3rem 0.6rem;
  border-radius: 5px;
  border: 1px solid var(--vl-line);
  background: #fff;
  color: var(--vl-ink);
  font-size: 0.75rem;
  font-weight: 600;
  cursor: pointer;
}
.pf-dns-delete {
  padding: 0.3rem 0.6rem;
  border-radius: 5px;
  border: 1px solid transparent;
  background: transparent;
  color: var(--vl-err, #dc2626);
  font-size: 0.75rem;
  font-weight: 600;
  cursor: pointer;
}
.pf-dns-delete:hover { background: #fde8eb; }
.pf-dns-edit {
  padding: 0.7rem;
  background: #fff;
  border: 1px dashed var(--vl-line);
  border-radius: 9px;
}
.pf-dns-form {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: flex-end;
}
.pf-dns-form__field {
  display: grid;
  gap: 0.25rem;
}
.pf-dns-form__field label {
  font-size: 0.68rem;
  font-weight: 700;
  color: var(--vl-ink-soft);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.pf-dns-form__field input,
.pf-dns-form__field select {
  min-width: 110px;
  padding: 0.4rem 0.55rem;
  border: 1px solid var(--vl-line);
  border-radius: 7px;
  font-size: 0.8rem;
  background: #fff;
  color: var(--vl-ink);
}
.pf-dns-form__field--grow { flex: 1 1 200px; }
.pf-dns-form__field--grow input { width: 100%; }
.pf-dns-form__field--actions { align-self: flex-end; }
.pf-dns-add {
  background: #fff;
  border: 1px solid var(--vl-line);
  border-radius: 14px;
  padding: 0.95rem;
}
@media (max-width: 760px) {
  .pf-dns-row {
    grid-template-columns: 60px 1fr;
    grid-template-areas:
      "type name"
      "type value"
      "ttl actions";
  }
  .pf-dns-row__type { grid-area: type; }
  .pf-dns-row__name { grid-area: name; }
  .pf-dns-row__value { grid-area: value; }
  .pf-dns-row__ttl { grid-area: ttl; }
  .pf-dns-row__actions { grid-area: actions; }
}

/* Dashboard â€” domain info bar */
.pf-dom-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.pf-dom-info__card {
  display: grid;
  gap: 0.2rem;
  padding: 0.75rem 0.85rem;
  background: #fff;
  border: 1px solid var(--vl-line);
  border-radius: 12px;
}
.pf-dom-info__label {
  font-size: 0.68rem;
  font-weight: 700;
  color: var(--vl-ink-soft);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.pf-dom-info__card strong {
  font-size: 0.85rem;
  color: var(--vl-ink);
  overflow-wrap: anywhere;
}
.pf-dom-info__card small {
  font-size: 0.7rem;
  color: var(--vl-ink-soft);
}
.pf-dom-info__ok { color: #1a7f37; }
.pf-dom-info__bad { color: var(--vl-brand-deep, #000000); }
.pf-dash-section__head--pad { margin-top: 1.25rem; }

/* Dashboard â€” email / backup service tables */
.pf-svc-table {
  display: grid;
  gap: 0.4rem;
  margin-bottom: 0.75rem;
}
.pf-svc-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.6rem;
  padding: 0.55rem 0.7rem;
  background: #fafafa;
  border: 1px solid var(--vl-line);
  border-radius: 9px;
}
.pf-svc-row__main {
  display: grid;
  gap: 0.1rem;
  flex: 1 1 200px;
}
.pf-svc-row__main strong {
  font-size: 0.83rem;
  color: var(--vl-ink);
}
.pf-svc-row__main small {
  font-size: 0.7rem;
  color: var(--vl-ink-soft);
}
.pf-svc-row__quota {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--vl-ink-soft);
}
.pf-svc-row__btns {
  display: flex;
  gap: 0.35rem;
}
.pf-dns-form--add { margin: 0 0 0.4rem; }
.mbx-form {
  padding: 0.7rem;
  background: #fff;
  border: 1px dashed var(--vl-line);
  border-radius: 9px;
}

/* Dashboard â€” server panel */
.pf-srv-usage {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.65rem;
  margin-bottom: 1rem;
}
.pf-srv-gauge {
  background: #fff;
  border: 1px solid var(--vl-line);
  border-radius: 12px;
  padding: 0.75rem 0.85rem;
}
.pf-srv-gauge__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.45rem;
}
.pf-srv-gauge__label {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--vl-ink-soft);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.pf-srv-gauge__val {
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--vl-ink);
}
.pf-srv-gauge__track { height: 8px; border-radius: 99px; overflow: hidden; }
.pf-srv-gauge__track .pf-dash-usage-fill { height: 100%; }
.pf-srv-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  padding-top: 0.75rem;
  border-top: 1px solid var(--vl-line);
}
.pf-srv-php {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-inline-start: auto;
}
.pf-srv-php label {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--vl-ink-soft);
}
.pf-srv-php select {
  padding: 0.35rem 0.5rem;
  border: 1px solid var(--vl-line);
  border-radius: 7px;
  font-size: 0.78rem;
  background: #fff;
  color: var(--vl-ink);
}

/* Dashboard â€” quick actions grid */
.pf-dash-actions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}
.pf-dash-action-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 1rem 0.5rem;
  background: #fafafa;
  border: 1px solid var(--vl-line);
  border-radius: 8px;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--vl-ink);
  transition: all 0.15s;
}
.pf-dash-action-card:hover {
  background: var(--vl-brand-soft);
  border-color: var(--vl-brand);
}
.pf-dash-action-card svg { flex-shrink: 0; }

/* Dashboard â€” billing summary */
.pf-dash-billing {
  display: grid;
  gap: 0.5rem;
}
.pf-dash-bill-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.55rem 0.75rem;
  background: #fafafa;
  border-radius: 6px;
  font-size: 0.85rem;
}
.pf-dash-bill-label { color: var(--vl-ink-soft); }
.pf-dash-bill-val { font-weight: 700; }
.pf-dash-bill-val--price { color: var(--vl-brand); }

/* Dashboard â€” chart empty state */
.pf-dash-chart-empty {
  font-size: 0.85rem;
  color: var(--vl-ink-soft);
  text-align: center;
  padding: 1rem 0;
}

/* Dashboard â€” flash messages */
.vl-flash--ok {
  padding: 0.6rem 0.85rem;
  border-radius: 6px;
  background: var(--vl-brand-soft);
  color: var(--vl-brand-deep);
  font-size: 0.85rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

/* Settings page */
.pf-dash-back {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.8rem;
  color: var(--vl-ink-soft);
  text-decoration: none;
  margin-bottom: 0.5rem;
}
.pf-dash-back:hover {
  color: var(--vl-brand);
}
.pf-settings-form {
  display: grid;
  gap: 0.65rem;
}

/* Order / checkout page */
.pf-order { }

/* Top bar */
.pf-order-top {
  margin-bottom: 1.25rem;
}
.pf-order-top h1 {
  margin: 0.25rem 0 0;
  font-size: 1.2rem;
}
.pf-order-back {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.8rem;
  color: var(--vl-ink-soft);
  text-decoration: none;
}
.pf-order-back:hover { color: var(--vl-brand); }

/* Plan card */
.pf-order-plan {
  background: #fff;
  border: 1px solid var(--vl-line);
  border-radius: 16px;
  padding: 1rem;
  margin-bottom: 1rem;
  position: relative;
}
.pf-order-plan__badge-row {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.6rem;
}
.pf-order-plan__badge {
  display: inline-block;
  padding: 0.15rem 0.5rem;
  border-radius: 999px;
  background: var(--vl-brand);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}
.pf-order-plan__type {
  font-size: 0.7rem;
  color: var(--vl-ink-soft);
  font-weight: 600;
}
.pf-order-plan__head {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin-bottom: 0.65rem;
}
.pf-order-plan__icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--vl-brand-soft);
  border-radius: 10px;
  color: var(--vl-brand);
}
.pf-order-plan__head h2 {
  margin: 0;
  font-size: 0.95rem;
}
.pf-order-plan__desc {
  margin: 0.15rem 0 0;
  font-size: 0.78rem;
  color: var(--vl-ink-soft);
  line-height: 1.4;
}
.pf-order-plan__price-row {
  display: flex;
  align-items: baseline;
  gap: 0.3rem;
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--vl-line);
}
.pf-order-plan__price {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--vl-ink);
  line-height: 1;
}
.pf-order-plan__period-label {
  font-size: 0.85rem;
  color: var(--vl-ink-soft);
}
.pf-order-plan__features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}
.pf-order-plan__features li {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.8rem;
  color: var(--vl-ink-soft);
}
.pf-order-plan__features li svg {
  flex-shrink: 0;
}

/* Order form */
.pf-order-form {
  background: #fff;
  border: 1px solid var(--vl-line);
  border-radius: 16px;
  padding: 1.1rem;
}

/* Period toggle */
.pf-order-period {
  margin-bottom: 1rem;
}
.pf-order-period__label {
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: var(--vl-ink);
}
.pf-order-period__toggles {
  display: flex;
  gap: 0.5rem;
}
.pf-order-period__btn {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.1rem;
  padding: 0.7rem 0.5rem;
  border: 2px solid var(--vl-line);
  border-radius: 12px;
  text-decoration: none;
  color: var(--vl-ink-soft);
  font-size: 0.72rem;
  text-align: center;
  transition: all 0.15s;
  position: relative;
}
.pf-order-period__btn.is-active {
  border-color: var(--vl-brand);
  color: var(--vl-ink);
  background: var(--vl-brand-soft);
}
.pf-order-period__btn-label {
  font-size: 0.82rem;
  font-weight: 700;
}
.pf-order-period__btn-price {
  font-size: 0.78rem;
}
.pf-order-period__btn.is-active .pf-order-period__btn-price {
  color: var(--vl-brand);
  font-weight: 700;
}
.pf-order-period__btn-save {
  position: absolute;
  top: -0.5rem;
  inset-inline-end: 0.4rem;
  padding: 0.1rem 0.4rem;
  border-radius: 999px;
  background: var(--vl-brand);
  color: #fff;
  font-size: 0.6rem;
  font-weight: 800;
  line-height: 1.3;
}

/* Fields */
.pf-order-field {
  margin-bottom: 0.85rem;
}
.pf-order-field__label {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
  color: var(--vl-ink);
}
.pf-order-domain-wrap {
  position: relative;
}
.pf-order-domain-input {
  display: block;
  width: 100%;
  padding: 0.7rem 0.85rem;
  border: 2px solid var(--vl-line);
  border-radius: 10px;
  font-size: 0.9rem;
  font-family: inherit;
  background: #fff;
  color: var(--vl-ink);
  transition: border-color 0.15s;
  box-sizing: border-box;
}
.pf-order-domain-input:focus {
  outline: none;
  border-color: var(--vl-brand);
}
.pf-order-notes {
  display: block;
  width: 100%;
  padding: 0.6rem 0.75rem;
  border: 2px solid var(--vl-line);
  border-radius: 10px;
  font-size: 0.82rem;
  font-family: inherit;
  background: #fff;
  color: var(--vl-ink);
  resize: vertical;
  transition: border-color 0.15s;
  box-sizing: border-box;
}
.pf-order-notes:focus {
  outline: none;
  border-color: var(--vl-brand);
}

/* Order summary */
.pf-order-summary {
  margin: 1rem 0;
  padding: 0.85rem;
  border-radius: 12px;
  background: #fafafa;
  border: 1px solid var(--vl-line);
}
.pf-order-summary h3 {
  margin: 0 0 0.6rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--vl-ink-soft);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.pf-order-summary__body {
  display: grid;
  gap: 0.35rem;
}
.pf-order-summary__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.82rem;
  color: var(--vl-ink-soft);
}
.pf-order-summary__value {
  font-weight: 600;
  color: var(--vl-ink);
}
.pf-order-summary__total-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--vl-line);
  margin-top: 0.5rem;
  padding-top: 0.55rem;
}
.pf-order-summary__total-label {
  font-size: 0.9rem;
  font-weight: 800;
  color: var(--vl-ink);
}
.pf-order-summary__total-price {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--vl-brand);
}

/* Submit */
.pf-order-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  width: 100%;
  padding: 0.8rem;
  border: 0;
  border-radius: 12px;
  background: var(--vl-brand);
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  cursor: pointer;
  transition: opacity 0.15s, transform 0.1s;
}
.pf-order-submit:hover { opacity: 0.9; }
.pf-order-submit:active { transform: scale(0.98); }

/* Trust badges */
.pf-order-trust {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 0.75rem;
  font-size: 0.72rem;
  color: var(--vl-ink-soft);
}
.pf-order-trust span {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

/* Payment page */
.pf-pay-banner {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 0.85rem;
  border-radius: 14px;
  margin-bottom: 1rem;
  font-size: 0.85rem;
}
.pf-pay-banner--pending {
  background: #fff3d6;
  color: #a16500;
}
.pf-pay-banner--paid {
  background: var(--vl-brand-soft);
  color: var(--vl-brand-deep);
}
.pf-pay-banner svg { flex-shrink: 0; margin-top: 2px; }
.pf-pay-banner strong { display: block; font-size: 0.9rem; }
.pf-pay-banner p { margin: 0.15rem 0 0; font-size: 0.78rem; }
.pf-pay-status {
  display: inline-block;
  padding: 0.15rem 0.5rem;
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 800;
}
.pf-pay-status--pending { background: #fff3d6; color: #a16500; }
.pf-pay-status--paid { background: var(--vl-brand-soft); color: var(--vl-brand); }
.pf-pay-methods {
  margin-top: 1rem;
}
.pf-pay-methods h3 {
  font-size: 0.9rem;
  margin: 0 0 0.65rem;
}
.pf-pay-method {
  border: 1px solid var(--vl-line);
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
  margin-bottom: 0.75rem;
}
.pf-pay-method__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.85rem 1rem;
  cursor: pointer;
  user-select: none;
}
.pf-pay-method__title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  font-weight: 700;
}
.pf-pay-method__head svg:last-child {
  transition: transform 0.2s;
  color: var(--vl-ink-soft);
}
.pf-pay-method.is-open .pf-pay-method__head svg:last-child {
  transform: rotate(180deg);
}
.pf-pay-method__body {
  display: none;
  padding: 0 1rem 0.85rem;
}
.pf-pay-method.is-open .pf-pay-method__body {
  display: block;
}
.pf-pay-details {
  display: grid;
  gap: 0.4rem;
  padding: 0.65rem;
  background: #fafafa;
  border-radius: 8px;
  margin-bottom: 0.5rem;
}
.pf-pay-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.82rem;
  color: var(--vl-ink-soft);
}
.pf-pay-detail span { font-size: 0.78rem; }
.pf-pay-detail strong { font-size: 0.85rem; color: var(--vl-ink); }
.pf-pay-note {
  font-size: 0.78rem;
  color: var(--vl-ink-soft);
  margin: 0.5rem 0 0;
}
.pf-pay-confirm-wrap {
  margin-top: 0.5rem;
}

/* ====== Landing Page (Namo) ====== */
body.pf-landing-page {
  --vl-brand: #ff8c00;
  --vl-brand-mid: #e67300;
  --vl-brand-deep: #000000;
  background: #fff;
}
.pf-landing {
  overflow-x: hidden;
}
.pf-landing-hero {
  position: relative;
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5rem 1.5rem 3rem;
  overflow: hidden;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #111 100%);
}
.pf-landing-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 60px 60px;
}
.pf-landing-hero::after {
  content: '';
  position: absolute;
  top: -40%;
  right: -20%;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.04) 0%, transparent 70%);
  z-index: 0;
}
.pf-landing-hero__shapes {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.pf-landing-hero__shapes span {
  position: absolute;
  display: block;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 8px;
}
.pf-landing-hero__shapes span:nth-child(1) {
  top: 15%;
  left: 8%;
  width: 80px;
  height: 80px;
  transform: rotate(15deg);
}
.pf-landing-hero__shapes span:nth-child(2) {
  bottom: 20%;
  left: 12%;
  width: 120px;
  height: 120px;
  transform: rotate(30deg);
}
.pf-landing-hero__shapes span:nth-child(3) {
  top: 10%;
  right: 5%;
  width: 60px;
  height: 60px;
  transform: rotate(45deg);
}
.pf-landing-hero__shapes span:nth-child(4) {
  bottom: 15%;
  right: 10%;
  width: 100px;
  height: 100px;
  transform: rotate(-20deg);
}
.pf-landing-hero__shapes span:nth-child(5) {
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  transform: translate(-50%, -50%) rotate(10deg);
  border-color: rgba(255,255,255,0.03);
}
.pf-landing-hero__bg {
  position: absolute;
  inset: 0;
  background: #ff8c00;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.pf-landing-hero__slides {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.pf-landing-hero__slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.2s ease;
}
.pf-landing-hero__slide.is-active {
  opacity: 1;
}
.pf-landing-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0,0,0,0.2);
}
.pf-landing-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  width: 100%;
  color: #fff;
}
.pf-landing-brand {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.4rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
  animation: pfBrandFloat 5s ease-in-out infinite;
}
@keyframes pfBrandFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
.pf-landing-brand__label {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  opacity: 0.85;
  font-family: Arial, Helvetica, sans-serif;
}
.pf-landing-brand__name {
  font-size: 6rem;
  font-weight: 900;
  line-height: 1.1;
  background: linear-gradient(135deg, #fff 0%, #fff 40%, #ff8c00 60%, #fff 80%, #fff 100%);
  background-size: 300% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -0.03em;
  animation: pfBrandGlow 4s ease-in-out infinite;
}
.pf-landing-brand__sub {
  font-size: 3.6rem;
  font-weight: 800;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: -0.02em;
  display: inline-block;
  animation: pfBrandPulse 3s ease-in-out infinite;
}
@keyframes pfBrandGlow {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}
@keyframes pfBrandPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.85; transform: scale(1.04); }
}
.pf-landing-brand__sep {
  font-size: 3rem;
  font-weight: 300;
  color: rgba(255,255,255,0.5);
  margin: 0 0.4rem;
}
.pf-landing-hero__title {
  font-size: 2.4rem;
  font-weight: 800;
  margin: 0 0 1rem;
  line-height: 1.3;
  transition: opacity 0.4s ease;
}
.pf-landing-hero__lead {
  font-size: 1.1rem;
  line-height: 1.7;
  margin: 0 0 2rem;
  opacity: 0.9;
  max-width: 560px;
  margin-inline: auto;
  transition: opacity 0.4s ease;
}
.pf-landing-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  justify-content: center;
}
.pf-landing-domain-search {
  margin: 1.25rem auto 1.5rem;
  max-width: 100%;
  width: 100%;
}
.pf-landing-domain-search__inner {
  display: flex;
  gap: 0.5rem;
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 14px;
  padding: 0.35rem;
}
.pf-landing-domain-search__inner input {
  flex: 1;
  padding: 0.7rem 1rem;
  border: 0;
  border-radius: 11px;
  font-size: 1rem;
  font-family: inherit;
  outline: none;
  background: rgba(255,255,255,0.92);
  color: #111;
}
.pf-landing-domain-search__inner input::placeholder {
  color: #888;
}
.pf-landing-domain-search__inner button {
  flex-shrink: 0;
  padding: 0.7rem 1.4rem;
  border: 0;
  border-radius: 11px;
  font-size: 0.95rem;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  background: #ff8c00;
  color: #0a0a0a;
  transition: background 0.2s;
}
.pf-landing-domain-search__inner button:hover {
  background: #b80500;
}
.pf-landing-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.8rem 2rem;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.25s ease;
  cursor: pointer;
  border: 2px solid transparent;
}
.pf-landing-btn--primary {
  background: #fff;
  color: #ff8c00 !important;
  border-color: #fff;
}
.pf-landing-btn--primary:hover {
  background: transparent;
  color: #fff !important;
}
.pf-landing-btn--dark {
  background: #111;
  color: #fff !important;
  border-color: #111;
}
.pf-landing-btn--dark:hover {
  background: #333;
  border-color: #333;
}
.pf-landing-btn--outline {
  background: transparent;
  color: #fff !important;
  border-color: rgba(255,255,255,0.5);
}
.pf-landing-btn--outline:hover {
  background: rgba(255,255,255,0.12);
  border-color: #fff;
}

/* Sections */
.pf-landing-section {
  padding: 5rem 1.5rem;
}
.pf-landing-section__inner {
  max-width: 1040px;
  margin: 0 auto;
}
.pf-landing-section__title {
  font-size: 2rem;
  font-weight: 800;
  text-align: center;
  margin: 0 0 0.6rem;
  color: #111;
}
.pf-landing-section__title--light {
  color: #fff;
}
.pf-landing-section__sub {
  text-align: center;
  color: #777;
  font-size: 1rem;
  max-width: 520px;
  margin: 0 auto 3rem;
  line-height: 1.6;
}
.pf-landing-section__sub--light {
  color: rgba(255,255,255,0.7);
}

/* Services */
.pf-landing-services {
  background: #fff;
}
.pf-landing-services__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
}
.pf-landing-service-card--dark {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 20px;
  padding: 2rem 1.5rem;
  text-align: center;
  transition: all 0.3s ease;
}
.pf-landing-service-card--dark:hover {
  border-color: #ff8c00;
  box-shadow: 0 8px 30px rgba(225,6,0,0.1);
  transform: translateY(-4px) scale(1.03);
}
.pf-landing-service-card--dark h3 {
  font-size: 1.1rem;
  font-weight: 800;
  margin: 0 0 0.6rem;
  color: #111;
}
.pf-landing-service-card--dark p {
  font-size: 0.88rem;
  color: #555;
  line-height: 1.6;
  margin: 0;
}
.pf-landing-service-card__icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.2rem;
}
.pf-landing-service-card__icon--light {
  background: rgba(225,6,0,0.1);
  color: #ff8c00;
}
.pf-services-page .pf-landing-section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 3rem 1.25rem;
}

/* Stats bar */
.pf-landing-stats {
  background: #111;
  padding: 2.5rem 1.5rem;
}
.pf-landing-stats__inner {
  max-width: 1040px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
.pf-landing-stat {
  text-align: center;
}
.pf-landing-stat__num {
  display: block;
  font-size: 2.4rem;
  font-weight: 900;
  color: #ff8c00;
  line-height: 1.1;
  margin-bottom: 0.25rem;
}
.pf-landing-stat__label {
  display: block;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.65);
  font-weight: 500;
}

/* Features */
.pf-landing-features {
  background: #f8f9fa;
}
.pf-landing-features__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
}
.pf-landing-feature-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 20px;
  padding: 2rem 1.5rem;
  text-align: center;
  transition: all 0.3s ease;
}
.pf-landing-feature-card:hover {
  border-color: #ff8c00;
  box-shadow: 0 8px 30px rgba(225,6,0,0.1);
  transform: translateY(-4px) scale(1.02);
}
.pf-landing-feature-card__icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: rgba(225,6,0,0.08);
  color: #ff8c00;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.1rem;
}
.pf-landing-feature-card h3 {
  font-size: 1.1rem;
  font-weight: 800;
  margin: 0 0 0.6rem;
  color: #111;
}
.pf-landing-feature-card p {
  font-size: 0.87rem;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

/* Hosting plans preview */
.pf-landing-plans {
  background: #fff;
}
.pf-landing-plans__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}
.pf-landing-plan-card {
  background: #fff;
  border: 2px solid #eee;
  border-radius: 24px;
  padding: 2rem 1.5rem;
  text-align: center;
  position: relative;
  transition: all 0.3s ease;
}
.pf-landing-plan-card:hover {
  border-color: #ff8c00;
  box-shadow: 0 8px 30px rgba(225,6,0,0.1);
  transform: translateY(-4px);
}
.pf-landing-plan-card.is-popular {
  border-color: #ff8c00;
  box-shadow: 0 8px 30px rgba(225,6,0,0.08);
}
.pf-landing-plan-card__badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #ff8c00;
  color: #0a0a0a;
  padding: 0.3rem 1.15rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  white-space: nowrap;
}
.pf-landing-plan-card__name {
  font-size: 1.2rem;
  font-weight: 800;
  color: #111;
  margin: 0 0 1rem;
}
.pf-landing-plan-card__price {
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #eee;
}
.pf-landing-plan-card__price strong {
  font-size: 2.2rem;
  font-weight: 900;
  color: #111;
}
.pf-landing-plan-card__price span {
  font-size: 0.88rem;
  color: #888;
  font-weight: 500;
}
.pf-landing-plan-card__features {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
  display: grid;
  gap: 0.6rem;
  text-align: start;
}
.pf-landing-plan-card__features li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.88rem;
  color: #444;
}
.pf-landing-plan-card__features li::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ff8c00;
  flex-shrink: 0;
}

/* Packages */
.pf-landing-packages {
  background: #f8f9fa;
}
.pf-landing-packages__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}
.pf-landing-package-card {
  background: rgba(255,255,255,0.95);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 20px;
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.3s ease;
}
.pf-landing-package-card:hover {
  border-color: #fff;
  box-shadow: 0 8px 30px rgba(0,0,0,0.25);
  transform: translateY(-4px);
}
.pf-landing-package-card.is-highlighted {
  border-color: #fff;
  box-shadow: 0 8px 30px rgba(0,0,0,0.3);
}
.pf-landing-package-card__badge {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #ff8c00, #ff8c00);
  color: #0a0a0a;
  font-size: 0.78rem;
  font-weight: 800;
  padding: 0.35rem 1.2rem;
  border-radius: 50px;
  white-space: nowrap;
}
.pf-landing-package-card__header {
  text-align: center;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #eee;
}
.pf-landing-package-card__cat {
  font-size: 0.78rem;
  font-weight: 700;
  color: #ff8c00;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.pf-landing-package-card__header h3 {
  font-size: 1.3rem;
  font-weight: 800;
  margin: 0.4rem 0;
  color: #111;
}
.pf-landing-package-card__price strong {
  font-size: 2rem;
  font-weight: 900;
  color: #111;
}
.pf-landing-package-card__price span {
  font-size: 0.85rem;
  color: #999;
  font-weight: 500;
}
.pf-landing-package-card__features {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
  display: grid;
  gap: 0.6rem;
  flex: 1;
}
.pf-landing-package-card__features li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.88rem;
  color: #444;
}
.pf-landing-package-card__features li::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ff8c00;
  flex-shrink: 0;
}
.pf-landing-package-card__action {
  margin-top: auto;
  width: 100%;
}

/* CTA */
.pf-landing-cta {
  background: #ff8c00;
  color: #0a0a0a;
  text-align: center;
}
.pf-landing-cta .pf-landing-section__title {
  color: #fff;
}
.pf-landing-cta p {
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Footer */
.pf-landing-footer {
  background: #0a0a0a;
  color: rgba(255,255,255,0.5);
  text-align: center;
  padding: 2.5rem 1.5rem;
}
.pf-landing-footer__copy {
  font-size: 0.85rem;
  margin: 0;
}
.pf-landing-footer .pf-landing-brand__label { color: rgba(255,255,255,0.4); }
.pf-landing-footer .pf-landing-brand__name {
  background: linear-gradient(135deg, #ff8c00, #FF6B6B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: none;
}
.pf-landing-footer .pf-landing-brand__sub { color: #ff8c00; animation: none; }
.pf-landing-footer .pf-landing-brand { animation: none; }

@media (max-width: 639px) {
  .pf-landing-hero { min-height: 60vh; padding: 4rem 1rem 2.5rem; }
  .pf-landing-hero__title { font-size: 1.6rem; }
  .pf-landing-brand__name { font-size: 3.2rem; }
  .pf-landing-brand__sub, .pf-landing-brand__sep { font-size: 1.8rem; }
  .pf-landing-hero__lead { font-size: 0.95rem; }
  .pf-landing-section { padding: 3rem 1rem; }
  .pf-landing-section__title { font-size: 1.5rem; }
  .pf-landing-packages__grid { grid-template-columns: 1fr; }
  .pf-landing-services__grid { grid-template-columns: 1fr 1fr; }
  .pf-landing-hero__shapes { display: none; }
  .pf-landing-stats__inner { grid-template-columns: repeat(2, 1fr); }
  .pf-landing-stat__num { font-size: 1.8rem; }
  .pf-landing-features__grid { grid-template-columns: 1fr 1fr; }
  .pf-landing-plans__grid { grid-template-columns: 1fr; }
}
@media (max-width: 400px) {
  .pf-landing-services__grid { grid-template-columns: 1fr; }
  .pf-landing-features__grid { grid-template-columns: 1fr; }
}

/* --------------------------------------------------
   Services page (pf-svcs-*)
   -------------------------------------------------- */
.pf-svcs-hero {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1a1a2e 0%, #0f0f1a 50%, #1a0a0a 100%);
  overflow: hidden;
  padding: 6rem 1.5rem 4rem;
}
.pf-svcs-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}
.pf-svcs-hero::after {
  content: '';
  position: absolute;
  top: -30%;
  left: -10%;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(225,6,0,0.08) 0%, transparent 70%);
  z-index: 0;
  pointer-events: none;
}
.pf-svcs-hero__shapes {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.pf-svcs-hero__shapes span {
  position: absolute;
  display: block;
  border: 1px solid rgba(225,6,0,0.12);
  border-radius: 12px;
}
.pf-svcs-hero__shapes span:nth-child(1) {
  top: 12%;
  left: 5%;
  width: 100px;
  height: 100px;
  transform: rotate(20deg);
}
.pf-svcs-hero__shapes span:nth-child(2) {
  bottom: 18%;
  left: 10%;
  width: 140px;
  height: 140px;
  transform: rotate(35deg);
}
.pf-svcs-hero__shapes span:nth-child(3) {
  top: 8%;
  right: 8%;
  width: 70px;
  height: 70px;
  transform: rotate(50deg);
}
.pf-svcs-hero__shapes span:nth-child(4) {
  bottom: 12%;
  right: 5%;
  width: 120px;
  height: 120px;
  transform: rotate(-25deg);
}
.pf-svcs-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 780px;
  text-align: center;
  color: #fff;
}
.pf-svcs-hero__eyebrow {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  color: #ff8c00;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 1rem;
  padding: 0.35rem 1rem;
  border: 1px solid rgba(225,6,0,0.3);
  border-radius: 50px;
}
.pf-svcs-hero__title {
  font-size: 3rem;
  font-weight: 900;
  margin: 0 0 1.2rem;
  line-height: 1.15;
}
.pf-svcs-hero__desc {
  font-size: 1.1rem;
  line-height: 1.7;
  opacity: 0.8;
  margin: 0 0 2rem;
  max-width: 600px;
  margin-inline: auto;
}
.pf-svcs-hero__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.85rem 2.5rem;
  background: #ff8c00;
  color: #0a0a0a;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.25s ease;
}
.pf-svcs-hero__btn:hover {
  background: #b80500;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(225,6,0,0.3);
}

/* Services grid */
.pf-svcs-grid {
  padding: 5rem 1.5rem;
  background: #f8f9fa;
}
.pf-svcs-grid__inner {
  max-width: 1180px;
  margin: 0 auto;
}
.pf-svcs-grid__header {
  text-align: center;
  margin-bottom: 3.5rem;
}
.pf-svcs-grid__title {
  font-size: 2rem;
  font-weight: 800;
  margin: 0 0 0.6rem;
  color: #111;
}
.pf-svcs-grid__sub {
  color: #777;
  font-size: 1rem;
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.6;
}
.pf-svcs-grid__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}
.pf-svcs-card {
  background: #fff;
  border-radius: 24px;
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  border: 1px solid #eee;
  z-index: 1;
}
.pf-svcs-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #ff8c00;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
  z-index: -1;
}
.pf-svcs-card:hover::before {
  transform: scaleX(1);
}
.pf-svcs-card:hover {
  box-shadow: 0 12px 40px rgba(225,6,0,0.1);
  transform: translateY(-6px);
  border-color: rgba(225,6,0,0.2);
}
.pf-svcs-card__icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: rgba(225,6,0,0.08);
  color: #ff8c00;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  transition: all 0.3s ease;
}
.pf-svcs-card:hover .pf-svcs-card__icon {
  background: #ff8c00;
  color: #0a0a0a;
}
.pf-svcs-card__title {
  font-size: 1.15rem;
  font-weight: 800;
  color: #111;
  margin: 0 0 0.6rem;
}
.pf-svcs-card__desc {
  font-size: 0.88rem;
  color: #555;
  line-height: 1.6;
  margin: 0 0 1.25rem;
  flex: 1;
}
.pf-svcs-card__feats {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.4rem;
}
.pf-svcs-card__feats li {
  font-size: 0.8rem;
  color: #555;
  background: #f5f5f5;
  padding: 0.35rem 0.6rem;
  border-radius: 8px;
  text-align: center;
  font-weight: 600;
}
.pf-svcs-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.5rem;
  background: transparent;
  color: #ff8c00;
  border: 2px solid #ff8c00;
  border-radius: 12px;
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.25s ease;
  margin-top: auto;
}
.pf-svcs-card__btn:hover {
  background: #ff8c00;
  color: #0a0a0a;
}

/* Process section */
.pf-svcs-process {
  padding: 5rem 1.5rem;
  background: #fff;
}
.pf-svcs-process__inner {
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
}
.pf-svcs-process__steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}
.pf-svcs-process-step {
  text-align: center;
  padding: 2rem 1rem;
  border-radius: 20px;
  background: #f8f9fa;
  transition: all 0.3s ease;
}
.pf-svcs-process-step:hover {
  background: #fff;
  box-shadow: 0 8px 30px rgba(0,0,0,0.06);
  transform: translateY(-3px);
}
.pf-svcs-process-step__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #ff8c00;
  color: #0a0a0a;
  font-size: 1.3rem;
  font-weight: 900;
  margin-bottom: 1rem;
}
.pf-svcs-process-step h3 {
  font-size: 1.1rem;
  font-weight: 800;
  color: #111;
  margin: 0 0 0.5rem;
}
.pf-svcs-process-step p {
  font-size: 0.88rem;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* CTA */
.pf-svcs-cta {
  background: linear-gradient(135deg, #ff8c00 0%, #b80500 100%);
  padding: 5rem 1.5rem;
  text-align: center;
  color: #0a0a0a;
}
.pf-svcs-cta__inner {
  max-width: 640px;
  margin: 0 auto;
}
.pf-svcs-cta__title {
  font-size: 2rem;
  font-weight: 900;
  margin: 0 0 0.8rem;
}
.pf-svcs-cta__desc {
  font-size: 1.05rem;
  opacity: 0.9;
  margin: 0 0 2rem;
  line-height: 1.6;
}
.pf-svcs-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  justify-content: center;
}
.pf-svcs-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 2.5rem;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.25s ease;
}
.pf-svcs-cta__btn--primary {
  background: #fff;
  color: #ff8c00;
}
.pf-svcs-cta__btn--primary:hover {
  background: transparent;
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}
.pf-svcs-cta__btn--outline {
  background: transparent;
  color: #fff;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.5);
}
.pf-svcs-cta__btn--outline:hover {
  background: rgba(255,255,255,0.12);
  box-shadow: inset 0 0 0 2px #fff;
}

/* Services page responsive */
@media (max-width: 639px) {
  .pf-svcs-hero { min-height: 55vh; padding: 5rem 1rem 3rem; }
  .pf-svcs-hero__title { font-size: 2rem; }
  .pf-svcs-hero__desc { font-size: 0.95rem; }
  .pf-svcs-hero__shapes { display: none; }
  .pf-svcs-grid { padding: 3rem 1rem; }
  .pf-svcs-grid__title { font-size: 1.5rem; }
  .pf-svcs-process { padding: 3rem 1rem; }
  .pf-svcs-process__steps { grid-template-columns: 1fr 1fr; }
  .pf-svcs-cta { padding: 3rem 1rem; }
  .pf-svcs-cta__title { font-size: 1.5rem; }
}
@media (max-width: 400px) {
  .pf-svcs-process__steps { grid-template-columns: 1fr; }
}

/* --------------------------------------------------
   Packages page (pf-pkgs-*)
   -------------------------------------------------- */

.pf-pkgs-hero {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1a1a2e 0%, #0f0f1a 50%, #1a0a0a 100%);
  overflow: hidden;
  padding: 6rem 1.5rem 4rem;
}
.pf-pkgs-hero--sm { min-height: 35vh; padding: 6rem 1.5rem 2rem; }
.pf-pkgs-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}
.pf-pkgs-hero::after {
  content: '';
  position: absolute;
  top: -25%;
  right: -10%;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(225,6,0,0.08) 0%, transparent 70%);
  z-index: 0;
  pointer-events: none;
}
.pf-pkgs-hero__shapes {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}
.pf-pkgs-hero__shapes span {
  position: absolute;
  display: block;
  border: 1px solid rgba(225,6,0,0.1);
  border-radius: 10px;
}
.pf-pkgs-hero__shapes span:nth-child(1) { top:15%; left:6%; width:80px; height:80px; transform:rotate(25deg); }
.pf-pkgs-hero__shapes span:nth-child(2) { bottom:20%; left:12%; width:110px; height:110px; transform:rotate(30deg); }
.pf-pkgs-hero__shapes span:nth-child(3) { top:10%; right:5%; width:60px; height:60px; transform:rotate(45deg); }
.pf-pkgs-hero__shapes span:nth-child(4) { bottom:15%; right:8%; width:90px; height:90px; transform:rotate(-20deg); }
.pf-pkgs-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 800px;
  text-align: center;
  color: #fff;
}
.pf-pkgs-hero__eyebrow {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  color: #ff8c00;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 1rem;
  padding: 0.35rem 1rem;
  border: 1px solid rgba(225,6,0,0.3);
  border-radius: 50px;
}
.pf-pkgs-hero__title {
  font-size: 2.8rem;
  font-weight: 900;
  margin: 0 0 1rem;
  line-height: 1.15;
}
.pf-pkgs-hero__desc {
  font-size: 1.05rem;
  line-height: 1.7;
  opacity: 0.8;
  margin: 0 0 2rem;
  max-width: 560px;
  margin-inline: auto;
}
.pf-pkgs-hero__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}
.pf-pkgs-hero__tab {
  padding: 0.5rem 1.2rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.2);
  background: rgba(255,255,255,0.06);
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  transition: all 0.2s ease;
}
.pf-pkgs-hero__tab:hover { border-color: #ff8c00; color: #fff; }
.pf-pkgs-hero__tab.is-active { background: #ff8c00; border-color: #ff8c00; color: #0a0a0a; }

/* Packages grid */
.pf-pkgs-grid {
  padding: 5rem 1.5rem;
  background: #f8f9fa;
}
.pf-pkgs-grid__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.pf-pkgs-grid__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}
.pf-pkgs-empty {
  text-align: center;
  padding: 3rem 1rem;
  color: #999;
  font-size: 1.05rem;
}
.pf-pkgs-card {
  background: #fff;
  border-radius: 24px;
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  border: 2px solid #eee;
}
.pf-pkgs-card.is-popular {
  border-color: #ff8c00;
  box-shadow: 0 8px 30px rgba(225,6,0,0.08);
}
.pf-pkgs-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(225,6,0,0.1);
  border-color: rgba(225,6,0,0.2);
}
.pf-pkgs-card__badge {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: #ff8c00;
  color: #0a0a0a;
  padding: 0.3rem 1.15rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  white-space: nowrap;
}
.pf-pkgs-card__head {
  text-align: center;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #eee;
}
.pf-pkgs-card__title {
  font-size: 1.2rem;
  font-weight: 800;
  color: #111;
  margin: 0 0 0.35rem;
}
.pf-pkgs-card__cat {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  color: #ff8c00;
  background: rgba(225,6,0,0.08);
  padding: 0.2rem 0.65rem;
  border-radius: 100px;
  margin-bottom: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.pf-pkgs-card__price strong {
  font-size: 2.2rem;
  font-weight: 900;
  color: #111;
}
.pf-pkgs-card__price span {
  font-size: 0.88rem;
  color: #888;
  font-weight: 500;
}
.pf-pkgs-card__feats {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
  display: grid;
  gap: 0.55rem;
  flex: 1;
}
.pf-pkgs-card__feats li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.88rem;
  color: #444;
}
.pf-pkgs-card__feats li::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ff8c00;
  flex-shrink: 0;
}
.pf-pkgs-card__actions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: auto;
}
.pf-pkgs-card__cart-btn,
.pf-pkgs-card__order-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.7rem 1rem;
  border-radius: 12px;
  font-weight: 700;
  font-size: 0.88rem;
  text-decoration: none;
  transition: all 0.25s ease;
  cursor: pointer;
  border: none;
  font-family: inherit;
  flex: 1;
}
.pf-pkgs-card__cart-btn {
  background: #ff8c00;
  color: #0a0a0a;
}
.pf-pkgs-card__cart-btn:hover {
  background: #b80500;
  transform: translateY(-1px);
}
.pf-pkgs-card__order-btn {
  background: transparent;
  color: #555;
  border: 2px solid #ddd;
}
.pf-pkgs-card__order-btn:hover {
  border-color: #ff8c00;
  color: #ff8c00;
}

/* CTA */
.pf-pkgs-cta {
  background: linear-gradient(135deg, #1a1a2e 0%, #0f0f1a 100%);
  padding: 4rem 1.5rem;
  text-align: center;
  color: #fff;
}
.pf-pkgs-cta__inner {
  max-width: 600px;
  margin: 0 auto;
}
.pf-pkgs-cta__title {
  font-size: 1.8rem;
  font-weight: 900;
  margin: 0 0 0.8rem;
}
.pf-pkgs-cta__desc {
  font-size: 1rem;
  opacity: 0.8;
  margin: 0 0 2rem;
  line-height: 1.6;
}
.pf-pkgs-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 2.5rem;
  background: #ff8c00;
  color: #0a0a0a;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.25s ease;
}
.pf-pkgs-cta__btn:hover {
  background: #b80500;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(225,6,0,0.3);
}

/* ====== Cart panel (slide-out) ====== */
.pf-cart-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  z-index: 9998;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.pf-cart-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}
.pf-cart-panel {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 380px;
  max-width: 100vw;
  background: #fff;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.35s ease;
  box-shadow: -8px 0 40px rgba(0,0,0,0.1);
}
.pf-cart-panel.is-open {
  transform: translateX(0);
}
.pf-cart-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid #eee;
}
.pf-cart-panel__head h3 {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 800;
  color: #111;
}
.pf-cart-panel__close {
  background: none;
  border: none;
  color: #888;
  cursor: pointer;
  padding: 0.25rem;
  transition: color 0.2s;
}
.pf-cart-panel__close:hover { color: #ff8c00; }
.pf-cart-panel__body {
  flex: 1;
  overflow-y: auto;
  padding: 1.25rem 1.5rem;
}
.pf-cart-empty {
  text-align: center;
  color: #999;
  padding: 3rem 0;
  font-size: 0.95rem;
}
.pf-cart-items {
  display: grid;
  gap: 0.75rem;
}
.pf-cart-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.75rem;
  background: #f8f9fa;
  border-radius: 14px;
}
.pf-cart-item__info {
  flex: 1;
  min-width: 0;
}
.pf-cart-item__info strong {
  display: block;
  font-size: 0.92rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 0.2rem;
}
.pf-cart-item__info span {
  font-size: 0.82rem;
  color: #888;
}
.pf-cart-item__del {
  background: none;
  border: none;
  color: #bbb;
  cursor: pointer;
  padding: 0.3rem;
  border-radius: 8px;
  transition: all 0.2s;
  flex-shrink: 0;
}
.pf-cart-item__del:hover {
  background: rgba(225,6,0,0.08);
  color: #ff8c00;
}
.pf-cart-panel__foot {
  padding: 1rem 1.5rem 1.5rem;
  border-top: 1px solid #eee;
}
.pf-cart-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.pf-cart-total span {
  font-size: 1rem;
  font-weight: 600;
  color: #555;
}
.pf-cart-total strong {
  font-size: 1.4rem;
  font-weight: 900;
  color: #111;
}
.pf-cart-checkout-btn {
  width: 100%;
  padding: 0.9rem;
  border: none;
  border-radius: 14px;
  background: #ff8c00;
  color: #0a0a0a;
  font-size: 1rem;
  font-weight: 800;
  cursor: pointer;
  transition: background 0.2s;
  font-family: inherit;
}
.pf-cart-checkout-btn:hover {
  background: #b80500;
}

/* Floating consultation button */
.pf-consult-fab,
.pf-whatsapp-fab {
  position: fixed;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9996;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
  transition: all 0.25s ease;
}
.pf-consult-fab {
  bottom: 5rem;
  left: 1.25rem;
  background: #111;
  color: #fff;
  border: 1px solid rgba(255, 140, 0, 0.35);
}
.pf-consult-fab::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid rgba(255, 140, 0, 0.4);
  animation: pfFabPulse 2.4s ease-out infinite;
  pointer-events: none;
}
.pf-consult-fab:hover {
  transform: scale(1.08);
  background: linear-gradient(135deg, #ff8c00 0%, #e67300 100%);
  color: #0a0a0a;
  border-color: transparent;
  box-shadow: 0 6px 28px rgba(255, 140, 0, 0.45);
}
.pf-consult-fab:hover::before { display: none; }
@keyframes pfFabPulse {
  0% { transform: scale(1); opacity: 0.6; }
  100% { transform: scale(1.65); opacity: 0; }
}
.pf-whatsapp-fab {
  bottom: 1.25rem;
  left: 1.25rem;
  background: #25D366;
  color: #fff;
}
.pf-whatsapp-fab:hover {
  transform: scale(1.08);
  box-shadow: 0 6px 28px rgba(37,211,102,0.4);
}
body.is-rtl .pf-consult-fab {
  left: auto;
  right: 1.25rem;
}
body.is-rtl .pf-whatsapp-fab {
  left: auto;
  right: 1.25rem;
}
body.pf-cart-open { overflow: hidden; }

/* Consultation modal */
.pf-consult-overlay {
  position: fixed;
  inset: 0;
  background: rgba(4, 6, 10, 0.62);
  backdrop-filter: blur(3px);
  z-index: 10001;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.pf-consult-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}
.pf-consult-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.92);
  width: 500px;
  max-width: 92vw;
  max-height: 90vh;
  overflow-y: auto;
  background: #fff;
  border-radius: 22px;
  z-index: 10002;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  box-shadow: 0 24px 64px rgba(0,0,0,0.28), 0 0 0 1px rgba(255, 140, 0, 0.14);
}
.pf-consult-modal.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
}
.pf-consult-modal__head {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.95rem;
  padding: 1.5rem 1.75rem 1.15rem;
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 140, 0, 0.12) 0%, transparent 55%),
    radial-gradient(circle at 100% 100%, rgba(255, 140, 0, 0.06) 0%, transparent 50%),
    linear-gradient(180deg, #fefcfa 0%, #ffffff 100%);
  border-bottom: 1px solid #f0edea;
}
.pf-consult-modal__icon {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: linear-gradient(135deg, #ff8c00 0%, #e67300 100%);
  color: #0a0a0a;
  box-shadow: 0 8px 20px rgba(255, 140, 0, 0.35);
}
.pf-consult-modal__title {
  flex: 1 1 auto;
  min-width: 0;
}
.pf-consult-modal__title h3 {
  margin: 0 0 0.2rem;
  font-size: 1.25rem;
  font-weight: 800;
  color: #121316;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.pf-consult-modal__title p {
  margin: 0;
  font-size: 0.8rem;
  color: #71717a;
  line-height: 1.5;
}
.pf-consult-modal__close {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ececec;
  border-radius: 50%;
  background: #fff;
  color: #9ca3af;
  cursor: pointer;
  padding: 0;
  transition: all 0.2s;
}
.pf-consult-modal__close:hover {
  border-color: #ff8c00;
  color: #ff8c00;
  background: rgba(255, 140, 0, 0.06);
}
.pf-consult-form {
  padding: 1.5rem 1.75rem 1.75rem;
  display: grid;
  gap: 1.15rem;
}
.pf-consult-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.pf-consult-form__field label {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.78rem;
  font-weight: 800;
  color: #3f3f46;
  margin-bottom: 0.45rem;
  letter-spacing: 0.01em;
}
.pf-consult-form__field label span {
  color: #ff8c00;
  font-size: 0.95rem;
  line-height: 1;
}
.pf-consult-form__field input,
.pf-consult-form__field textarea,
.pf-consult-form__field select {
  width: 100%;
  padding: 0.78rem 1rem;
  border: 1.5px solid #e2e8f0;
  border-radius: 12px;
  font-size: 0.93rem;
  font-family: inherit;
  outline: none;
  background: #f8fafc;
  color: #121316;
  box-sizing: border-box;
  transition: border-color 0.18s, box-shadow 0.18s, background 0.18s;
}
.pf-consult-form__field input:focus,
.pf-consult-form__field textarea:focus,
.pf-consult-form__field select:focus {
  border-color: #ff8c00;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(255, 140, 0, 0.12);
}
.pf-consult-form__field input::placeholder,
.pf-consult-form__field textarea::placeholder { color: #9ca3af; }
.pf-consult-form__field textarea {
  resize: vertical;
  min-height: 76px;
}
.pf-consult-form__field select {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  padding-inline-end: 2.3rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%239ca3af' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.9rem center;
}
body.is-rtl .pf-consult-form__field select {
  background-position: left 0.9rem center;
}

/* Datepicker */
.pf-consult-datepicker {
  border: 1.5px solid #e2e8f0;
  border-radius: 12px;
  padding: 0.85rem;
  background: #f8fafc;
}
.pf-consult-datepicker__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.6rem;
}
.pf-consult-datepicker__head button {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
  font-size: 1.05rem;
  line-height: 1;
  color: #64748b;
  cursor: pointer;
  padding: 0;
  transition: all 0.15s;
}
.pf-consult-datepicker__head button:hover {
  border-color: #ff8c00;
  color: #ff8c00;
  background: rgba(255, 140, 0, 0.06);
}
.pf-consult-datepicker__head span {
  font-size: 0.85rem;
  font-weight: 800;
  color: #121316;
}
.pf-consult-datepicker__days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.15rem;
  text-align: center;
  font-size: 0.8rem;
}
.pf-consult-datepicker__day-name {
  font-weight: 800;
  color: #a1a1aa;
  padding: 0.3rem 0;
  font-size: 0.7rem;
  text-transform: uppercase;
}
.pf-consult-datepicker__day {
  padding: 0.35rem 0;
  border-radius: 8px;
  cursor: pointer;
  color: #3f3f46;
  transition: all 0.15s;
}
.pf-consult-datepicker__day.is-avail:hover {
  background: rgba(255, 140, 0, 0.12);
  color: #e67300;
}
.pf-consult-datepicker__day.is-sel {
  background: linear-gradient(135deg, #ff8c00 0%, #e67300 100%) !important;
  color: #0a0a0a !important;
  font-weight: 800;
  box-shadow: 0 4px 12px rgba(255, 140, 0, 0.3);
}
.pf-consult-datepicker__day.is-off {
  color: #d4d4d8;
  cursor: not-allowed;
}
.pf-consult-form__btn {
  width: 100%;
  padding: 0.9rem;
  border: none;
  border-radius: 13px;
  background: linear-gradient(135deg, #ff8c00 0%, #e67300 100%);
  color: #0a0a0a;
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  cursor: pointer;
  font-family: inherit;
  box-shadow: 0 10px 24px rgba(255, 140, 0, 0.3);
  transition: transform 0.15s, box-shadow 0.2s, filter 0.2s;
}
.pf-consult-form__btn:hover {
  filter: brightness(1.05);
  box-shadow: 0 14px 32px rgba(255, 140, 0, 0.4);
  transform: translateY(-1px);
}
.pf-consult-form__btn:active {
  transform: scale(0.98);
}
@media (max-width: 520px) {
  .pf-consult-form__row { grid-template-columns: 1fr; }
  .pf-consult-modal { width: 95vw; }
  .pf-consult-modal__head { padding: 1.25rem 1.25rem 1rem; }
  .pf-consult-form { padding: 1.25rem 1.25rem 1.5rem; }
}

/* Cart review (checkout page) */
.pf-cart-review {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.pf-cart-review__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.25rem;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
}
.pf-cart-review__info strong {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 0.2rem;
}
.pf-cart-review__info span {
  font-size: 0.82rem;
  color: #888;
}
.pf-cart-review__price {
  font-weight: 800;
  font-size: 1rem;
  color: #111;
}
.pf-cart-review__total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.25rem;
  background: #f8f9fa;
  border-radius: 16px;
  font-size: 1.1rem;
}
.pf-cart-review__total span { font-weight: 600; color: #555; }
.pf-cart-review__total strong { font-size: 1.3rem; font-weight: 900; color: #ff8c00; }

/* Consultation nav link */
.pf-nav-consult {
  padding: 0.45rem 1rem;
  border-radius: 999px;
  background: #ff8c00;
  color: #0a0a0a !important;
  font-weight: 700;
  font-size: 0.85rem;
  text-decoration: none;
  transition: all 0.25s ease;
  white-space: nowrap;
}
.pf-nav-consult:hover {
  background: #b80500;
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(225,6,0,0.3);
}
body.pf-landing-page .pf-nav-consult,
body.pf-services-page .pf-nav-consult,
body.pf-packages-page .pf-nav-consult {
  color: #fff !important;
}

/* Packages page responsive */
@media (max-width: 639px) {
  .pf-pkgs-hero { min-height: 45vh; padding: 5rem 1rem 2.5rem; }
  .pf-pkgs-hero--sm { min-height: 30vh; }
  .pf-pkgs-hero__title { font-size: 1.8rem; }
  .pf-pkgs-hero__desc { font-size: 0.95rem; }
  .pf-pkgs-hero__shapes { display: none; }
  .pf-pkgs-grid { padding: 3rem 1rem; }
  .pf-pkgs-grid__title { font-size: 1.5rem; }
  .pf-pkgs-cta { padding: 3rem 1rem; }
  .pf-pkgs-cta__title { font-size: 1.5rem; }
  .pf-cart-panel { width: 100vw; }
}

/* ---- Footer ---- */
.pf-footer {
  margin-inline: calc(-1rem);
  background: #ffffff;
  color: rgba(12,12,12,0.75);
  font-size: 0.88rem;
  border-top: 3px solid #ff8c00;
}
.pf-footer__inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 3rem 1.25rem 0;
}
.pf-footer__grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 640px) {
  .pf-footer__grid {
    grid-template-columns: 1.25fr 1fr 1fr 1fr;
  }
}
.pf-footer__col--brand {
  grid-column: 1 / -1;
}
@media (min-width: 640px) {
  .pf-footer__col--brand {
    grid-column: auto;
  }
}
.pf-footer__heading {
  margin: 0 0 1rem;
  padding-bottom: 0.55rem;
  position: relative;
  font-size: 0.95rem;
  font-weight: 800;
  color: #0c0c0c;
}
.pf-footer__heading::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 26px;
  height: 2px;
  border-radius: 2px;
  background: #ff8c00;
}
[dir="ltr"] .pf-footer__heading::after {
  right: auto;
  left: 0;
}
.pf-footer__text {
  margin: 0 0 1rem;
  line-height: 1.8;
  color: rgba(12,12,12,0.6);
  font-size: 0.85rem;
  text-align: justify;
}
.pf-footer__social {
  display: flex;
  gap: 0.5rem;
}
.pf-footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid rgba(12,12,12,0.12);
  color: rgba(12,12,12,0.55);
  transition: all 0.2s ease;
  text-decoration: none;
}
.pf-footer__social-link:hover {
  border-color: #ff8c00;
  color: #ff8c00;
  background: rgba(225,6,0,0.06);
}
.pf-footer__links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.6rem;
  align-content: start;
}
.pf-footer__links li a {
  color: rgba(12,12,12,0.6);
  text-decoration: none;
  transition: color 0.2s ease;
  font-size: 0.85rem;
  display: inline-block;
}
.pf-footer__links li a::before {
  content: "›";
  margin-inline-end: 0.4rem;
  color: #ff8c00;
  opacity: 0.8;
  font-weight: 700;
}
[dir="ltr"] .pf-footer__links li a::before {
  content: "‹";
}
.pf-footer__links li a:hover {
  color: #ff8c00;
  transform: translateX(-2px);
}
[dir="ltr"] .pf-footer__links li a:hover {
  transform: translateX(2px);
}
.pf-footer__contact {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.7rem;
  align-content: start;
}
.pf-footer__contact li {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.85rem;
  color: rgba(12,12,12,0.6);
  word-break: break-all;
}
.pf-footer__contact li svg {
  flex-shrink: 0;
  opacity: 0.4;
}
.pf-footer__contact li a {
  color: rgba(12,12,12,0.6);
  text-decoration: none;
  transition: color 0.2s ease;
}
.pf-footer__contact li a:hover {
  color: #ff8c00;
}
.pf-footer__pay {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(12,12,12,0.1);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
.pf-footer__pay-title {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 700;
  color: rgba(12,12,12,0.45);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  flex-shrink: 0;
}
.pf-footer__pay-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}
.pf-footer__pay-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.85rem;
  border-radius: 10px;
  border: 1px solid rgba(12,12,12,0.12);
  background: rgba(12,12,12,0.03);
  color: rgba(12,12,12,0.75);
  font-size: 0.78rem;
  font-weight: 600;
  white-space: nowrap;
}
.pf-footer__pay-badge svg {
  color: #ff8c00;
  flex-shrink: 0;
}
.pf-footer__pay-logo {
  width: 22px;
  height: 22px;
  object-fit: contain;
  border-radius: 4px;
  flex-shrink: 0;
}
.pf-footer__bar {
  margin-top: 2rem;
  padding: 1.25rem 0;
  border-top: 1px solid rgba(12,12,12,0.08);
  text-align: center;
  font-size: 0.78rem;
  color: rgba(12,12,12,0.4);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.6rem 1rem;
}
.pf-footer__bar p {
  margin: 0;
}
.pf-footer__legal {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(12,12,12,0.3);
}
.pf-footer__legal a {
  color: rgba(12,12,12,0.5);
  text-decoration: none;
  transition: color 0.2s ease;
}
.pf-footer__legal a:hover {
  color: #ff8c00;
}

/* ---- Customer Login Page ---- */
.pf-customer-login-page {
  width: 100%;
  overflow-x: hidden;
}

/* Login Hero */
.pf-login-hero {
  position: relative;
  min-height: 45vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1a1a2e 0%, #0f0f1a 50%, #1a0a0a 100%);
  overflow: hidden;
  padding: 6rem 1.5rem 3rem;
}
.pf-login-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}
.pf-login-hero::after {
  content: '';
  position: absolute;
  top: -25%;
  right: -8%;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(225,6,0,0.1) 0%, transparent 70%);
  z-index: 0;
  pointer-events: none;
}
.pf-login-hero__shapes {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}
.pf-login-hero__shapes span {
  position: absolute;
  display: block;
  border: 1px solid rgba(225,6,0,0.12);
  border-radius: 12px;
}
.pf-login-hero__shapes span:nth-child(1) { top:18%; left:8%; width:70px; height:70px; transform:rotate(25deg); }
.pf-login-hero__shapes span:nth-child(2) { bottom:22%; left:12%; width:100px; height:100px; transform:rotate(30deg); }
.pf-login-hero__shapes span:nth-child(3) { top:14%; right:6%; width:55px; height:55px; transform:rotate(45deg); }
.pf-login-hero__shapes span:nth-child(4) { bottom:18%; right:8%; width:80px; height:80px; transform:rotate(-20deg); }
.pf-login-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 620px;
  text-align: center;
  color: #fff;
}
.pf-login-hero__eyebrow {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  color: #ff8c00;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 1rem;
  padding: 0.35rem 1rem;
  border: 1px solid rgba(225,6,0,0.3);
  border-radius: 50px;
}
.pf-login-hero__title {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 900;
  margin: 0 0 0.85rem;
  line-height: 1.15;
}
.pf-login-hero__desc {
  font-size: 1rem;
  line-height: 1.7;
  opacity: 0.8;
  margin: 0 auto;
  max-width: 480px;
}

/* Login section */
.pf-login-section {
  max-width: 440px;
  margin: 0 auto;
  padding: 2.5rem 1.25rem 4rem;
}
.pf-login-card {
  padding: 2.5rem 1.75rem;
  border-radius: 20px;
  border: 1px solid rgba(28,29,31,0.07);
  background: #fff;
  box-shadow: 0 10px 28px rgba(28,29,31,0.04);
}
.pf-login-card__logo {
  text-align: center;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #eee;
}
.pf-login-card__logo img {
  display: inline-block;
  max-width: 140px;
  height: auto;
}

/* Login error */
.pf-login-error {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  background: rgba(225,6,0,0.08);
  border: 1px solid rgba(225,6,0,0.2);
  color: #ff8c00;
  font-size: 0.88rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}
.pf-login-error svg {
  flex-shrink: 0;
}

/* Login form */
.pf-login-form {
  display: grid;
  gap: 1.25rem;
}
.pf-login-field {
  display: grid;
  gap: 0.35rem;
}
.pf-login-field__label {
  font-size: 0.82rem;
  font-weight: 700;
  color: #444;
}
.pf-login-field__input {
  padding: 0.85rem 0.9rem;
  border: 1px solid #dadce0;
  border-radius: 10px;
  font-size: 0.95rem;
  font-family: inherit;
  background: #fff;
  color: #121316;
  outline: none;
  transition: border-color 0.2s ease;
}
.pf-login-field__input:focus {
  border-color: #ff8c00;
  box-shadow: 0 0 0 3px rgba(225,6,0,0.08);
}
.pf-login-field__input::placeholder {
  color: #bbb;
}

/* Login button */
.pf-login-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.8rem 1.5rem;
  border: 0;
  border-radius: 12px;
  background: #ff8c00;
  color: #0a0a0a;
  font-size: 1rem;
  font-weight: 800;
  font-family: inherit;
  cursor: pointer;
  transition: all 0.25s ease;
  margin-top: 0.5rem;
}
.pf-login-btn:hover {
  background: #b80500;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(225,6,0,0.25);
}

/* Login alt link */
.pf-login-alt {
  text-align: center;
  margin: 1.25rem 0 0;
  font-size: 0.88rem;
  color: #888;
}
.pf-login-alt a {
  color: #ff8c00;
  font-weight: 700;
  text-decoration: none;
}
.pf-login-alt a:hover {
  text-decoration: underline;
}
.pf-muted {
  color: #9a9aa0;
}



/* ===== Marketing landing helpers ===== */
.pf-landing-hero__eyebrow {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.4rem 1rem;
  border-radius: 999px;
  background: rgba(225, 6, 0, 0.16);
  border: 1px solid rgba(225, 6, 0, 0.35);
  color: #ffb3b0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.pf-landing-feature-card__img {
  margin: -1.25rem -1.25rem 1rem;
}
.pf-landing-feature-card__img img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  display: block;
}

/* =========================================================
   Remotely Hub — Dark / tech theme (public pages only)
   Scope: body.pf-public-dark (set by layout-start.php)
   ========================================================= */

body.pf-public-dark {
  --vl-ink: #fefce8;
  --vl-ink-soft: #a1a1aa;
  --vl-paper: #000000;
  --vl-card: #111111;
  --vl-line: rgba(255, 140, 0, 0.16);
  --vl-brand: #ff8c00;
  --vl-brand-mid: #e67300;
  --vl-brand-deep: #000000;
  --vl-brand-soft: rgba(255, 140, 0, 0.12);
  --vl-accent: #ff8c00;
  --vl-accent-deep: #e67300;
  --vl-shadow: 0 12px 32px rgba(2, 8, 18, 0.45);
  --menu-gold: #ff8c00;
  --menu-gold-bright: #ffb25e;
  --menu-gold-grad: linear-gradient(135deg, #000000 0%, #c25e00 40%, #ff8c00 55%, #c25e00 75%, #000000 100%);
  --pf-night: #000000;
  --pf-panel: #111111;
  --pf-panel-2: #1a1a1a;
  background: #000000;
  color: #d4d4d8;
}

body.pf-public-dark .vl-shell,
body.pf-public-dark .vl-app,
body.pf-public-dark .vl-main {
  background: #000000;
}
body.pf-public-dark .pf-store-foot,
body.pf-public-dark .vl-foot.pf-store-foot {
  background: #000000;
  border-top-color: rgba(255, 140, 0, 0.3);
}

/* ---- Header ---- */
body.pf-public-dark .vl-top {
  background: #000000 !important;
  border-bottom-color: rgba(255, 140, 0, 0.14);
  color: #fefce8;
}
body.pf-public-dark .pf-brand-text { color: #fefce8 !important; }
body.pf-public-dark .pf-main-nav__link { color: #d4d4d8; }
body.pf-public-dark .pf-main-nav__link:hover { color: #ff8c00; background: rgba(255, 140, 0, 0.1); }
body.pf-public-dark .pf-main-nav__link.is-active { color: #ff8c00; background: rgba(255, 140, 0, 0.14); }
body.pf-public-dark .pf-nav-drawer-btn {
  border-color: rgba(255, 140, 0, 0.22);
  color: #fefce8;
}
body.pf-public-dark .pf-nav-drawer-btn:hover { border-color: #ff8c00; color: #ff8c00; }
body.pf-public-dark .pf-lang {
  border-color: rgba(255, 140, 0, 0.2);
  background: rgba(255, 255, 255, 0.04);
}
body.pf-public-dark .pf-lang__btn { color: #a1a1aa !important; }
body.pf-public-dark .pf-lang__btn.is-active { background: #ff8c00; color: #000000 !important; }
body.pf-public-dark .pf-lang__btn:not(.is-active):hover { color: #ff8c00 !important; }
body.pf-public-dark .pf-login-btn { border-color: #ff8c00; color: #ff8c00 !important; }
body.pf-public-dark .pf-login-btn:hover { background: #ff8c00; color: #000000 !important; }

/* ---- Topbar ---- */
body.pf-public-dark .pf-topbar {
  background: #000000;
  border-bottom-color: rgba(255, 140, 0, 0.12);
  color: #a1a1aa;
}
body.pf-public-dark .pf-topbar__link { color: #a1a1aa !important; }
body.pf-public-dark .pf-topbar__link:hover { color: #fff !important; background: rgba(255,255,255,0.08); }
body.pf-public-dark .pf-topbar__cart-btn { color: #a1a1aa; }
body.pf-public-dark .pf-topbar__cart-btn:hover { color: #fff; background: rgba(255,255,255,0.08); }

/* ---- Nav drawer ---- */
body.pf-public-dark .pf-nav-drawer { background: #0a0a0a; box-shadow: 4px 0 40px rgba(0,0,0,0.6); }
body.pf-public-dark .pf-nav-drawer__head { border-bottom-color: rgba(255, 140, 0, 0.12); }
body.pf-public-dark .pf-nav-drawer__head h3 { color: #fefce8; }
body.pf-public-dark .pf-nav-drawer__close { color: #a1a1aa; }
body.pf-public-dark .pf-nav-drawer__close:hover { color: #ff8c00; }
body.pf-public-dark .pf-nav-drawer__link { color: #d4d4d8 !important; }
body.pf-public-dark .pf-nav-drawer__link:hover { background: rgba(255, 140, 0,0.1); color: #ff8c00 !important; }
body.pf-public-dark .pf-nav-drawer__link.is-active { background: rgba(255, 140, 0,0.14); color: #ff8c00 !important; border-inline-start-color: #ff8c00; }
body.pf-public-dark .pf-nav-drawer__divider { border-top-color: rgba(255, 140, 0,0.12); }
body.pf-public-dark .pf-nav-drawer__foot { border-top-color: rgba(255, 140, 0,0.12); }
body.pf-public-dark .pf-nav-drawer__login-btn { background: #ff8c00; color: #000000 !important; }
body.pf-public-dark .pf-nav-drawer__login-btn:hover { background: #e67300; }
body.pf-public-dark .pf-nav-drop__menu { border-color: rgba(255, 140, 0,0.16); background: #0a0a0a; }
body.pf-public-dark .pf-nav-drop__menu a { color: #d4d4d8 !important; }
body.pf-public-dark .pf-nav-drop__menu a:hover,
body.pf-public-dark .pf-nav-drop__menu a.is-active { background: rgba(255, 140, 0,0.12); color: #ff8c00 !important; }

/* ---- Socials ---- */
body.pf-public-dark .pf-social { border-color: rgba(255, 140, 0,0.2); background: rgba(255,255,255,0.04); color: #fefce8 !important; }
body.pf-public-dark .pf-social:hover { background: #ff8c00; border-color: #ff8c00; color: #000000 !important; }

/* ---- Loader ---- */
body.pf-public-dark .pf-loader { background: #000000 !important; }
body.pf-public-dark .pf-loader-camp__ring { border-color: rgba(255, 140, 0,0.35); border-top-color: #ff8c00; border-right-color: rgba(255,255,255,0.06); }
body.pf-public-dark .pf-loader-camp__ring--2 { border-color: rgba(255,255,255,0.06); border-bottom-color: #ff8c00; }
body.pf-public-dark .pf-loader-camp__core { background: #ff8c00; box-shadow: 0 0 0 0 rgba(255, 140, 0,0.55); }
body.pf-public-dark .pf-loader-camp__word { color: #fefce8; }

/* ---- Footer ---- */
body.pf-public-dark .pf-footer { background: #000000; color: rgba(234,242,255,0.75); border-top-color: #ff8c00; }
body.pf-public-dark .pf-footer__heading { color: #fefce8; }
body.pf-public-dark .pf-footer__text { color: rgba(234,242,255,0.6); }
body.pf-public-dark .pf-footer__social-link { border-color: rgba(255, 140, 0,0.18); color: rgba(234,242,255,0.6); }
body.pf-public-dark .pf-footer__social-link:hover { border-color: #ff8c00; color: #ff8c00; background: rgba(255, 140, 0,0.08); }
body.pf-public-dark .pf-footer__links li a { color: rgba(234,242,255,0.62); }
body.pf-public-dark .pf-footer__links li a:hover { color: #ff8c00; }
body.pf-public-dark .pf-footer__contact li { color: rgba(234,242,255,0.6); }
body.pf-public-dark .pf-footer__contact li a { color: rgba(234,242,255,0.6); }
body.pf-public-dark .pf-footer__contact li a:hover { color: #ff8c00; }
body.pf-public-dark .pf-footer__pay { border-top-color: rgba(255, 140, 0,0.12); }
body.pf-public-dark .pf-footer__pay-title { color: rgba(234,242,255,0.5); }
body.pf-public-dark .pf-footer__pay-badge { border-color: rgba(255, 140, 0,0.16); background: rgba(255,255,255,0.04); color: rgba(234,242,255,0.78); }
body.pf-public-dark .pf-footer__bar { border-top-color: rgba(255, 140, 0,0.1); color: rgba(234,242,255,0.45); }
body.pf-public-dark .pf-footer__legal { color: rgba(234,242,255,0.35); }
body.pf-public-dark .pf-footer__legal a { color: rgba(234,242,255,0.55); }
body.pf-public-dark .pf-footer__legal a:hover { color: #ff8c00; }

/* ---- Login / Contact heroes (red -> sky) ---- */
body.pf-public-dark .pf-login-hero,
body.pf-public-dark .pf-contact-hero {
  background: linear-gradient(135deg, #000000 0%, #0a2440 50%, #000000 100%);
}
body.pf-public-dark .pf-login-hero::after,
body.pf-public-dark .pf-contact-hero::after { background: radial-gradient(circle, rgba(255, 140, 0,0.14) 0%, transparent 70%); }
body.pf-public-dark .pf-login-hero__shapes span,
body.pf-public-dark .pf-contact-hero__shapes span { border-color: rgba(255, 140, 0,0.16); }
body.pf-public-dark .pf-login-hero__eyebrow,
body.pf-public-dark .pf-contact-hero__eyebrow { color: #ff8c00; border-color: rgba(255, 140, 0,0.3); }
body.pf-public-dark .pf-contact-hero__btn--scroll:hover { background: #ff8c00; border-color: #ff8c00; box-shadow: 0 8px 25px rgba(255, 140, 0,0.3); }

/* ---- Login card / form ---- */
body.pf-public-dark .pf-login-card { border-color: rgba(255, 140, 0,0.14); background: #111111; box-shadow: 0 10px 28px rgba(2,8,18,0.4); }
body.pf-public-dark .pf-login-card__logo { border-bottom-color: rgba(255, 140, 0,0.12); }
body.pf-public-dark .pf-login-field__label { color: #a1a1aa; }
body.pf-public-dark .pf-login-field__input { border-color: rgba(255, 140, 0,0.22); background: #000000; color: #fefce8; }
body.pf-public-dark .pf-login-field__input:focus { border-color: #ff8c00; box-shadow: 0 0 0 3px rgba(255, 140, 0,0.14); }
body.pf-public-dark .pf-login-field__input::placeholder { color: #6b84a8; }
body.pf-public-dark .pf-login-error { background: rgba(255, 140, 0,0.1); border-color: rgba(255, 140, 0,0.3); color: #ff8c00; }
body.pf-public-dark .pf-login-alt { color: #9ca3af; }
body.pf-public-dark .pf-login-alt a { color: #ff8c00; }
body.pf-public-dark .pf-login-btn { background: #ff8c00; color: #000000; }
body.pf-public-dark .pf-login-btn:hover { background: #e67300; box-shadow: 0 8px 25px rgba(255, 140, 0,0.3); }
body.pf-public-dark .pf-muted { color: #9ca3af; }

/* ---- Marketing landing helpers ---- */
body.pf-public-dark .pf-landing-hero__eyebrow { background: rgba(255, 140, 0,0.14); border-color: rgba(255, 140, 0,0.35); color: #ffb25e; }
body.pf-public-dark .pf-landing-hero::after { background: radial-gradient(circle, rgba(255, 140, 0,0.08) 0%, transparent 70%); }
body.pf-public-dark .pf-landing-hero__bg { background: #0a2440; }
body.pf-public-dark .pf-landing-feature-card { border-color: rgba(255, 140, 0,0.16); background: #111111; box-shadow: 0 8px 22px rgba(2,8,18,0.3); }
body.pf-public-dark .pf-landing-feature-card:hover { border-color: rgba(255, 140, 0,0.4); }
body.pf-public-dark .pf-landing-feature-card__icon { background: rgba(255, 140, 0,0.12); color: #ff8c00; }
body.pf-public-dark .pf-landing-feature-card h3 { color: #fefce8; }
body.pf-public-dark .pf-landing-feature-card p { color: #a1a1aa; }

/* ---- Courses / works listing ---- */
body.pf-public-dark .pf-courses__head { border-color: rgba(255, 140, 0,0.14); background: linear-gradient(135deg, #111111 0%, #0a0a0a 100%); box-shadow: 0 10px 30px rgba(2,8,18,0.35); }
body.pf-public-dark .pf-courses__eyebrow { color: #ff8c00; }
body.pf-public-dark .pf-courses__head h1 { color: #fefce8; }
body.pf-public-dark .pf-courses__head p { color: #a1a1aa; }
body.pf-public-dark .pf-courses__count { color: #a1a1aa; }
body.pf-public-dark .pf-courses__count strong { color: #fefce8; }
body.pf-public-dark .pf-faq-hero { border-color: rgba(255, 140, 0,0.14); background: radial-gradient(circle at 12% 20%, rgba(255, 140, 0,0.13) 0%, transparent 55%), radial-gradient(circle at 88% 0%, rgba(255, 140, 0,0.06) 0%, transparent 50%), linear-gradient(135deg, #111111 0%, #0a0a0a 100%); box-shadow: 0 10px 30px rgba(2,8,18,0.35); }
body.pf-public-dark .pf-faq-hero h1 { color: #fefce8; }
body.pf-public-dark .pf-faq-hero__lead { color: #a1a1aa; }
body.pf-public-dark .pf-faq-search input { border-color: rgba(255, 140, 0,0.22); background: #000000; color: #fefce8; }
body.pf-public-dark .pf-faq-search input:focus { border-color: #ff8c00; background: #000000; box-shadow: 0 0 0 4px rgba(255, 140, 0,0.18); }
body.pf-public-dark .pf-faq-search input::placeholder { color: #6b84a8; }
body.pf-public-dark .pf-faq-item { background: #111111; border-color: rgba(255, 255, 255, 0.07); }
body.pf-public-dark .pf-faq-item:hover { border-color: rgba(255, 140, 0,0.4); box-shadow: 0 10px 24px rgba(2,8,18,0.35); }
body.pf-public-dark .pf-faq-item[open] { border-color: rgba(255, 140, 0,0.5); }
body.pf-public-dark .pf-faq-item__q { color: #fefce8; }
body.pf-public-dark .pf-faq-item__a { color: #b0b6c4; }
body.pf-public-dark .pf-faq-item__mark { background: rgba(255, 140, 0,0.14); color: #ff8c00; }
body.pf-public-dark .pf-faq-item[open] .pf-faq-item__mark { background: #ff8c00; color: #0a0a0a; }
body.pf-public-dark .pf-blog-hero { border-color: rgba(255, 140, 0,0.14); background: radial-gradient(circle at 12% 20%, rgba(255, 140, 0,0.13) 0%, transparent 55%), radial-gradient(circle at 88% 0%, rgba(255, 140, 0,0.06) 0%, transparent 50%), linear-gradient(135deg, #111111 0%, #0a0a0a 100%); box-shadow: 0 10px 30px rgba(2,8,18,0.35); }
body.pf-public-dark .pf-blog-hero h1 { color: #fefce8; }
body.pf-public-dark .pf-blog-hero__lead { color: #a1a1aa; }
body.pf-public-dark .pf-blog-card { background: #111111; border-color: rgba(255, 255, 255, 0.07); box-shadow: 0 10px 30px rgba(2,8,18,0.3); }
body.pf-public-dark .pf-blog-card:hover { border-color: rgba(255, 140, 0,0.45); box-shadow: 0 24px 54px rgba(2,8,18,0.5), 0 0 0 1px rgba(255, 140, 0,0.08); }
body.pf-public-dark .pf-blog-card__body h2 a { color: #fefce8 !important; }
body.pf-public-dark .pf-blog-card__body h2 a:hover { color: #ff8c00 !important; }
body.pf-public-dark .pf-blog-card__body p { color: #a1a1aa; }
body.pf-public-dark .pf-blog-card__date { color: #9ca3af; }
body.pf-public-dark .pf-blog-card__foot { border-top-color: rgba(255, 255, 255, 0.08); }
body.pf-public-dark .pf-blog-card__author { color: #a1a1aa; }
body.pf-public-dark .pf-blog-card__num { background: rgba(0, 0, 0, 0.85); border-color: rgba(255, 140, 0, 0.5); }
body.pf-public-dark .pf-courses__count em { color: #9ca3af; }
body.pf-public-dark .pf-courses__wa-hint { border-color: rgba(255, 140, 0,0.25); background: rgba(255, 140, 0,0.1); color: #ffb25e; }
body.pf-public-dark .pf-course-row { border-color: rgba(255, 140, 0,0.14); background: #111111; box-shadow: 0 8px 22px rgba(2,8,18,0.3); }
body.pf-public-dark .pf-course-row:hover { border-color: rgba(255, 140, 0,0.4); box-shadow: 0 14px 32px rgba(2,8,18,0.45); }
body.pf-public-dark .pf-course-row.is-featured { border-color: rgba(255, 140, 0,0.3); }
body.pf-public-dark .pf-course-row__thumb { background: #000000; }
body.pf-public-dark .pf-course-row__title { color: #fefce8; }
body.pf-public-dark .pf-course-row__title a:hover { color: #ff8c00 !important; }
body.pf-public-dark .pf-course-row__status { color: #a1a1aa; }
body.pf-public-dark .pf-course-row__facts { color: #a1a1aa; }
body.pf-public-dark .pf-course-filters__opt { color: #d4d4d8 !important; }
body.pf-public-dark .pf-course-filters__opt em { background: rgba(255,255,255,0.08); color: #a1a1aa; }
body.pf-public-dark .pf-course-filters__opt:hover { background: rgba(255, 140, 0,0.08); border-color: rgba(255, 140, 0,0.2); }
body.pf-public-dark .pf-course-filters__opt.is-active { background: linear-gradient(135deg, #ff8c00 0%, #e67300 100%); color: #000000 !important; border-color: #ff8c00; box-shadow: 0 8px 18px rgba(255, 140, 0,0.25); }
body.pf-public-dark .pf-course-filters__opt.is-active em { background: rgba(8,16,31,0.2); color: #000000; }
body.pf-public-dark .pf-course-filters__head h2 { color: #fefce8; }
body.pf-public-dark .pf-course-filters__group h3 { color: #a1a1aa; }
body.pf-public-dark .pf-courses-main .vl-empty { color: #a1a1aa; }

/* ---- Work detail gallery ---- */
body.pf-public-dark .pf-work-gallery__item { border-color: rgba(255, 140, 0,0.16); background: #111111; box-shadow: 0 8px 22px rgba(2,8,18,0.3); }

/* ---- Home store sections ---- */
body.pf-public-dark .pf-home-services,
body.pf-public-dark .pf-home-reviews { background: #000000; }
body.pf-public-dark .pf-home-works { background: #0a0a0a; border-block-color: rgba(255, 140, 0,0.1); }
body.pf-public-dark .pf-store-head h1,
body.pf-public-dark .pf-store-head h2 { color: #fefce8; }
body.pf-public-dark .pf-store-head p { color: #a1a1aa; }
body.pf-public-dark .pf-service-card,
body.pf-public-dark .pf-work-card,
body.pf-public-dark .pf-review-card { border-color: rgba(255, 140, 0,0.16); background: #111111; box-shadow: 0 8px 22px rgba(2,8,18,0.3); }
body.pf-public-dark .pf-service-card:hover,
body.pf-public-dark .pf-work-card:hover { border-color: rgba(255, 140, 0,0.4); box-shadow: 0 14px 34px rgba(2,8,18,0.45); }
body.pf-public-dark .pf-service-card__icon { background: rgba(255, 140, 0,0.12); color: #ff8c00; }
body.pf-public-dark .pf-service-card h3,
body.pf-public-dark .pf-work-card h3 { color: #fefce8; }
body.pf-public-dark .pf-service-card p,
body.pf-public-dark .pf-work-card p { color: #a1a1aa; }
body.pf-public-dark .pf-home-team { background: #000000; }
body.pf-public-dark .pf-home-stats { background: #000000; }
body.pf-public-dark .pf-home-cta { background: #000000; }
body.pf-public-dark .pf-home-cta h2 { color: #fefce8; }
body.pf-public-dark .pf-home-cta p { color: rgba(234,242,255,0.7); }
body.pf-public-dark .pf-section-link { color: #ff8c00; }
body.pf-public-dark .pf-section-link:hover { color: #ffb25e; }

/* ---- Generic surfaces & fields ---- */
body.pf-public-dark .pf-course-card,
body.pf-public-dark .pf-blog-card { border-color: rgba(255, 140, 0,0.16); background: #111111; }
body.pf-public-dark .pf-course-card h3,
body.pf-public-dark .pf-blog-card h3 { color: #fefce8; }
body.pf-public-dark .pf-course-card p,
body.pf-public-dark .pf-blog-card p { color: #a1a1aa; }
body.pf-public-dark .pf-blog-card .pf-blog-card__meta { color: #9ca3af; }
body.pf-public-dark .vl-field span { color: #a1a1aa; }
body.pf-public-dark .vl-field input,
body.pf-public-dark .vl-field textarea,
body.pf-public-dark .vl-field select {
  border-color: rgba(255, 140, 0,0.22);
  background: #000000;
  color: #fefce8;
}
body.pf-public-dark .pf-store-toolbar input[type="search"] {
  border-color: rgba(255, 140, 0,0.22);
  background: #000000;
  color: #fefce8;
}
body.pf-public-dark .pf-consult-modal__panel,
body.pf-public-dark .pf-cart-panel { border-color: rgba(255, 140, 0,0.16); background: #111111; }

/* ---- Domain checker (black theme) ---- */
body.pf-public-dark .pf-dc-hero { background: linear-gradient(135deg, #000000 0%, #0a0a0a 50%, #111111 100%); }
body.pf-public-dark .pf-dc-offers__head h2 { color: #fefce8; }
body.pf-public-dark .pf-dc-offers__head p { color: #a1a1aa; }
body.pf-public-dark .pf-dc-empty { color: #9ca3af; }
body.pf-public-dark .pf-packages-tab { border-color: rgba(255, 140, 0,0.22); background: #111111; color: #d4d4d8; }
body.pf-public-dark .pf-packages-tab:hover { border-color: #ff8c00; color: #ff8c00; }
body.pf-public-dark .pf-packages-tab.is-active { background: #ff8c00; border-color: #ff8c00; color: #0a0a0a; }
body.pf-public-dark .pf-package-card { border-color: rgba(255, 140, 0,0.16); background: #111111; box-shadow: 0 10px 28px rgba(2,8,18,0.35); }
body.pf-public-dark .pf-package-card:hover { border-color: rgba(255, 140, 0,0.4); box-shadow: 0 16px 40px rgba(2,8,18,0.5); }
body.pf-public-dark .pf-package-card.is-highlighted { border-color: rgba(255, 140, 0,0.5); box-shadow: 0 12px 36px rgba(255, 140, 0,0.12); }
body.pf-public-dark .pf-package-card.is-highlighted:hover { border-color: rgba(255, 140, 0,0.75); box-shadow: 0 18px 48px rgba(255, 140, 0,0.2); }
body.pf-public-dark .pf-package-card__header { border-bottom-color: rgba(255, 140, 0,0.12); }
body.pf-public-dark .pf-package-card__header h2 { color: #fefce8; }
body.pf-public-dark .pf-package-card__cat { background: rgba(255, 140, 0,0.12); color: #ff8c00; }
body.pf-public-dark .pf-package-card__price span { color: #9ca3af; }
body.pf-public-dark .pf-package-card__features li { color: #c9ccd2; }
body.pf-public-dark .pf-dc-result-card { border-color: rgba(255, 140, 0,0.16); }
body.pf-public-dark .pf-dc-field__input { border-color: rgba(255, 140, 0,0.2); background: rgba(0,0,0,0.5); color: #fefce8; }
body.pf-public-dark .pf-dc-field__input::placeholder { color: rgba(255,255,255,0.3); }
body.pf-public-dark .pf-dc-field__label { color: rgba(255,255,255,0.65); }
body.pf-public-dark .pf-dc-btn--ghost { border-color: rgba(255, 140, 0,0.25); color: rgba(255,255,255,0.75); }
body.pf-public-dark .pf-dc-btn--ghost:hover { border-color: #ff8c00; color: #ff8c00; }

/* ---- Contact page (black theme) ---- */
body.pf-public-dark.pf-contact-page { color-scheme: dark; }
body.pf-public-dark .pf-contact-hero {
  background: linear-gradient(135deg, #000000 0%, #0a0a0a 50%, #111111 100%);
}
body.pf-public-dark .pf-contact-hero::before {
  background-image:
    linear-gradient(rgba(255, 140, 0,0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 140, 0,0.045) 1px, transparent 1px);
  background-size: 60px 60px;
}
body.pf-public-dark .pf-contact-hero::after { background: radial-gradient(circle, rgba(255, 140, 0,0.14) 0%, transparent 70%); }
body.pf-public-dark .pf-contact-hero__shapes span { border-color: rgba(255, 140, 0,0.16); }
body.pf-public-dark .pf-contact-hero__eyebrow { color: #ffb25e; border-color: rgba(255, 140, 0,0.35); background: rgba(255, 140, 0,0.08); }
body.pf-public-dark .pf-contact-hero__title { color: #fefce8; }
body.pf-public-dark .pf-contact-hero__desc { color: rgba(234,242,255,0.8); }
body.pf-public-dark .pf-contact-hero__btn--scroll { background: rgba(255,255,255,0.08); border-color: rgba(255, 140, 0,0.3); color: #fefce8; }
body.pf-public-dark .pf-contact-hero__btn--scroll:hover { background: #ff8c00; border-color: #ff8c00; color: #0a0a0a; box-shadow: 0 8px 25px rgba(255, 140, 0,0.3); }

body.pf-public-dark .pf-contact-success,
body.pf-public-dark .pf-contact-error { border-radius: 14px; }
body.pf-public-dark .pf-contact-success { background: rgba(37,211,102,0.12); border-color: rgba(37,211,102,0.3); color: #4ade80; }
body.pf-public-dark .pf-contact-error { background: rgba(255, 140, 0,0.1); border-color: rgba(255, 140, 0,0.3); color: #ffb25e; }

body.pf-public-dark .pf-contact-form {
  border-color: rgba(255, 140, 0,0.14);
  background: #111111;
  box-shadow: 0 14px 40px rgba(2,8,18,0.4);
}
body.pf-public-dark .pf-contact-form__header { border-bottom: 1px solid rgba(255, 140, 0,0.1); padding-bottom: 1rem; }
body.pf-public-dark .pf-contact-form__header h2 { color: #fefce8; }
body.pf-public-dark .pf-contact-form__header p { color: #a1a1aa; }
body.pf-public-dark .pf-contact-field__label { color: #d4d4d8; }
body.pf-public-dark .pf-contact-field__req { color: #ff8c00; }
body.pf-public-dark .pf-contact-field__input {
  border-color: rgba(255, 140, 0,0.2);
  background: #000000;
  color: #fefce8;
}
body.pf-public-dark .pf-contact-field__input:focus {
  border-color: #ff8c00;
  box-shadow: 0 0 0 3px rgba(255, 140, 0,0.14);
}
body.pf-public-dark .pf-contact-field__input::placeholder { color: #6b7280; }
body.pf-public-dark .pf-contact-submit { background: #ff8c00; color: #0a0a0a; box-shadow: 0 6px 18px rgba(255, 140, 0,0.2); }
body.pf-public-dark .pf-contact-submit:hover { background: #e67300; box-shadow: 0 10px 28px rgba(255, 140, 0,0.35); }

body.pf-public-dark .pf-contact-card {
  border-color: rgba(255, 140, 0,0.14);
  background: #111111;
  box-shadow: 0 10px 28px rgba(2,8,18,0.35);
}
body.pf-public-dark .pf-contact-card h3 { color: #fefce8; }
body.pf-public-dark .pf-contact-card__row { color: #a1a1aa; }
body.pf-public-dark .pf-contact-card__row svg { opacity: 0.75; color: #ff8c00; }
body.pf-public-dark .pf-contact-card__row a { color: #fefce8; }
body.pf-public-dark .pf-contact-card__row a:hover { color: #ff8c00; }
body.pf-public-dark .pf-contact-card__social-link { border-color: rgba(255, 140, 0,0.18); color: #d4d4d8; background: #0a0a0a; }
body.pf-public-dark .pf-contact-card__social-link:hover { border-color: #ff8c00; color: #ff8c00; background: rgba(255, 140, 0,0.1); }
body.pf-public-dark .pf-contact-card__empty { color: #9ca3af; }

/* =========================================================
   Light theme (body.pf-public-light)
   ========================================================= */

/* Theme toggle button (lives on the dark topbar in both themes) */
.pf-theme-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  background: transparent;
  color: #ccc;
  cursor: pointer;
  flex: 0 0 auto;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.pf-theme-toggle:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #ff8c00;
  color: #ff8c00;
}
.pf-theme-toggle__icon--sun { display: none; }
body.pf-public-light .pf-theme-toggle__icon--sun { display: block; }
body.pf-public-light .pf-theme-toggle__icon--moon { display: none; }

/* Contact / Domain / Login heroes */
body.pf-public-light .pf-contact-hero,
body.pf-public-light .pf-dc-hero,
body.pf-public-light .pf-login-hero {
  background: linear-gradient(160deg, #fff7ed 0%, #ffffff 45%, #fff7ed 100%);
  color: #1f2937;
}
body.pf-public-light .pf-contact-hero::before,
body.pf-public-light .pf-dc-hero::before,
body.pf-public-light .pf-login-hero::before {
  background-image:
    linear-gradient(rgba(255, 140, 0, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 140, 0, 0.06) 1px, transparent 1px);
  background-size: 60px 60px;
}
body.pf-public-light .pf-contact-hero::after,
body.pf-public-light .pf-dc-hero::after,
body.pf-public-light .pf-login-hero::after {
  background: radial-gradient(circle, rgba(255, 140, 0, 0.14) 0%, transparent 70%);
}
body.pf-public-light .pf-contact-hero__shapes span,
body.pf-public-light .pf-dc-hero__shapes span,
body.pf-public-light .pf-login-hero__shapes span { border-color: rgba(255, 140, 0, 0.22); }
body.pf-public-light .pf-contact-hero__eyebrow,
body.pf-public-light .pf-dc-hero__eyebrow,
body.pf-public-light .pf-login-hero__eyebrow {
  color: #e67300;
  border-color: rgba(255, 140, 0, 0.35);
  background: rgba(255, 140, 0, 0.08);
}
body.pf-public-light .pf-contact-hero__title,
body.pf-public-light .pf-dc-hero__title,
body.pf-public-light .pf-login-hero__title { color: #0f172a; }
body.pf-public-light .pf-contact-hero__desc,
body.pf-public-light .pf-dc-hero__desc,
body.pf-public-light .pf-login-hero__desc { color: #475569; opacity: 1; }
body.pf-public-light .pf-dc-hero__hint { color: #6b7280; opacity: 1; }
body.pf-public-light .pf-contact-hero__btn--scroll {
  background: rgba(0, 0, 0, 0.04);
  border-color: rgba(0, 0, 0, 0.15);
  color: #1f2937;
}
body.pf-public-light .pf-contact-hero__btn--scroll:hover {
  background: #ff8c00;
  border-color: #ff8c00;
  color: #0a0a0a;
  box-shadow: 0 8px 25px rgba(255, 140, 0, 0.3);
}

/* Domain checker light adjustments */
body.pf-public-light .pf-dc-hero__search-input {
  background: #ffffff;
  color: #111827;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
body.pf-public-light .pf-dc-hero__search-input::placeholder { color: #9ca3af; }
body.pf-public-light .pf-dc-result-card {
  background: #ffffff;
  border-color: rgba(255, 140, 0, 0.25);
  color: #1f2937;
}
body.pf-public-light .pf-dc-result-card__title { color: #0f172a; }
body.pf-public-light .pf-dc-info-label { color: #6b7280; }
body.pf-public-light .pf-dc-info-value { color: #111827; }
body.pf-public-light .pf-dc-dns-section { border-top-color: rgba(0, 0, 0, 0.08); }
body.pf-public-light .pf-dc-dns-row code { background: rgba(0, 0, 0, 0.05); color: #374151; }
body.pf-public-light .pf-dc-meta { color: #6b7280; }
body.pf-public-light .pf-dc-dns-empty { color: #6b7280; }
body.pf-public-light .pf-dc-request-hint { color: #6b7280; }
body.pf-public-light .pf-dc-field__label { color: #4b5563; }
body.pf-public-light .pf-dc-field__input {
  border-color: rgba(0, 0, 0, 0.12);
  background: #ffffff;
  color: #111827;
}
body.pf-public-light .pf-dc-field__input::placeholder { color: #9ca3af; }
body.pf-public-light select.pf-dc-field__input option { background: #ffffff; color: #111827; }
body.pf-public-light .pf-dc-btn--ghost { border-color: rgba(0, 0, 0, 0.15); color: #374151; }
body.pf-public-light .pf-dc-btn--ghost:hover {
  border-color: #ff8c00;
  color: #ff8c00;
  background: rgba(255, 140, 0, 0.06);
}
body.pf-public-light .pf-dc-msg--err {
  background: rgba(255, 140, 0, 0.1);
  border-color: rgba(255, 140, 0, 0.3);
  color: #b45309;
}
body.pf-public-light .pf-back-top {
  background: #ffffff;
  border-color: rgba(255, 140, 0, 0.35);
  color: #ff8c00;
}
body.pf-public-light .pf-back-top:hover { background: #ff8c00; color: #0a0a0a; }

/* =========================================================
   Admin login (login.php) — console screen
   ========================================================= */
.pf-auth-wrap--admin {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 2.5rem 1.25rem;
  overflow: hidden;
  background:
    radial-gradient(1100px 520px at 88% -12%, rgba(255, 140, 0, 0.17) 0%, transparent 55%),
    radial-gradient(820px 620px at -12% 112%, rgba(255, 140, 0, 0.1) 0%, transparent 52%),
    linear-gradient(180deg, #050505 0%, #0a0a0a 55%, #0d0b09 100%);
}
.pf-auth-wrap--admin::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 140, 0, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 140, 0, 0.045) 1px, transparent 1px);
  background-size: 56px 56px;
  pointer-events: none;
  -webkit-mask-image: radial-gradient(circle at 50% 40%, #000 0%, transparent 78%);
          mask-image: radial-gradient(circle at 50% 40%, #000 0%, transparent 78%);
}
.pf-auth-wrap--admin::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 45%, rgba(255, 140, 0, 0.1) 0%, transparent 60%);
  pointer-events: none;
}
.pf-auth-wrap--admin .pf-auth-card {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 410px;
  padding: 2.1rem 1.9rem 1.9rem;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.55),
    0 2px 0 rgba(255, 255, 255, 0.85) inset,
    0 0 0 1px rgba(255, 140, 0, 0.18);
  animation: pfAuthIn 0.5s ease both;
}
.pf-auth-wrap--admin .pf-auth-card::before {
  content: '';
  position: absolute;
  inset-inline: 1.9rem;
  top: 0;
  height: 3px;
  border-radius: 0 0 6px 6px;
  background: linear-gradient(90deg, #e67300 0%, #ff8c00 50%, #ffb25e 100%);
}
.pf-auth-wrap--admin .pf-auth-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1.4rem;
  padding: 0;
}
.pf-auth-wrap--admin .pf-auth-brand-name {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 1.55rem;
  letter-spacing: -0.01em;
  line-height: 1.2;
  background: linear-gradient(90deg, #e67300 0%, #ff8c00 25%, #ffb25e 50%, #ff8c00 75%, #e67300 100%);
  background-size: 200% auto;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent !important;
  -webkit-text-fill-color: transparent;
  animation: pf-brand-shine 6s linear infinite;
}
.pf-auth-wrap--admin .pf-auth-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.28rem 0.75rem;
  border: 1px solid rgba(255, 140, 0, 0.35);
  border-radius: 999px;
  background: rgba(255, 140, 0, 0.08);
  color: #e67300;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.pf-auth-wrap--admin .pf-auth-badge::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ff8c00;
  box-shadow: 0 0 0 3px rgba(255, 140, 0, 0.18);
}
.pf-auth-wrap--admin .pf-auth-head {
  text-align: center;
  margin: 0 0 1.3rem;
}
.pf-auth-wrap--admin .pf-auth-head h1 {
  margin: 0 0 0.35rem;
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #121316;
}
.pf-auth-wrap--admin .pf-auth-head p {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.55;
  color: #71717a;
}
.pf-auth-wrap--admin .pf-auth-form {
  display: grid;
  gap: 0.9rem;
  padding: 0;
}
.pf-auth-wrap--admin .vl-field > span,
.pf-auth-wrap--admin .pf-auth-form .vl-field span {
  display: block;
  margin-bottom: 0.32rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #52525b;
}
.pf-auth-wrap--admin .pf-auth-input-wrap input {
  min-height: 50px;
  padding: 0.7rem 1rem 0.7rem 2.7rem;
  border: 1.5px solid #e2e8f0;
  border-radius: 13px;
  background: #f8fafc;
  color: #121316;
  font-family: inherit;
  font-size: 0.93rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.03);
  transition: border-color 0.18s, box-shadow 0.18s, background 0.18s;
}
.pf-auth-wrap--admin .pf-auth-input-wrap input:focus {
  border-color: #ff8c00;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(255, 140, 0, 0.14);
}
.pf-auth-wrap--admin .pf-auth-input-wrap input::placeholder { color: #9ca3af; }
.pf-auth-wrap--admin .pf-auth-input-icon {
  inset-inline-start: 0.9rem;
  color: #9ca3af;
  transition: color 0.18s;
}
.pf-auth-wrap--admin .pf-auth-input-wrap input:focus + .pf-auth-input-icon,
.pf-auth-wrap--admin .pf-auth-input-wrap:focus-within .pf-auth-input-icon { color: #e67300; }
.pf-auth-wrap--admin .pf-auth-submit {
  margin-top: 0.35rem;
  min-height: 50px;
  border: 0;
  border-radius: 13px;
  background: linear-gradient(135deg, #ff8c00 0%, #e67300 100%);
  color: #0a0a0a;
  font-family: inherit;
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(255, 140, 0, 0.3);
  transition: transform 0.15s, box-shadow 0.2s, filter 0.2s;
}
.pf-auth-wrap--admin .pf-auth-submit:hover {
  filter: brightness(1.05);
  box-shadow: 0 14px 32px rgba(255, 140, 0, 0.4);
  transform: translateY(-1px);
}
.pf-auth-wrap--admin .pf-auth-submit:active { transform: scale(0.98); }
.pf-auth-wrap--admin .pf-auth-error {
  margin-bottom: 0.75rem;
  border-color: rgba(255, 140, 0, 0.35);
  background: rgba(255, 140, 0, 0.1);
  color: #b45309;
  font-size: 0.85rem;
  font-weight: 600;
}
@media (max-width: 480px) {
  .pf-auth-wrap--admin .pf-auth-card { padding: 1.7rem 1.25rem 1.5rem; }
}

/* =========================================================
   Homepage client logos marquee
   ========================================================= */
.pro-clients {
  padding: 4.5rem 1.5rem 5rem;
  background: var(--pro-bg-soft);
  overflow: hidden;
}
.pro-clients__inner {
  max-width: 1160px;
  margin: 0 auto;
}
.pro-clients__head {
  max-width: 680px;
  margin: 0 auto 2.75rem;
  text-align: center;
}
.pro-clients__head .pro-section__title {
  font-size: 1.9rem;
}
.pro-clients__viewport {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
          mask-image: linear-gradient(90deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
}
.pro-clients__track {
  display: flex;
  width: max-content;
  animation: proClientsScroll 46s linear infinite;
}
.pro-clients__track:hover {
  animation-play-state: paused;
}
body.is-rtl .pro-clients__track {
  animation-direction: reverse;
}
@keyframes proClientsScroll {
  to { transform: translateX(-50%); }
}
.pro-clients__row {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding-inline-end: 1.25rem;
}
.pro-client-logo {
  flex: 0 0 auto;
  width: 158px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
}
.pro-client-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: grayscale(1) opacity(0.55);
  transition: filter 0.25s;
}
.pro-client-logo:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 140, 0, 0.5);
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.12);
}
.pro-client-logo:hover img {
  filter: grayscale(0) opacity(1);
}
@media (max-width: 640px) {
  .pro-client-logo { width: 132px; height: 76px; }
}

/* =========================================================
   Homepage client testimonials
   ========================================================= */
.pro-reviews {
  padding: 4.5rem 1.5rem 5rem;
  background: var(--pro-bg-soft);
}
.pro-reviews__inner {
  max-width: 1160px;
  margin: 0 auto;
}
.pro-reviews__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.4rem;
}
.pro-review-card {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.6rem 1.5rem 1.4rem;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 12px 26px rgba(2, 8, 18, 0.22);
  transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
}
.pro-review-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 140, 0, 0.5);
  box-shadow: 0 16px 34px rgba(2, 8, 18, 0.3);
}
.pro-review-card__stars {
  display: inline-flex;
  gap: 0.2rem;
  color: #ff8c00;
  font-size: 1rem;
  letter-spacing: 0.15em;
}
.pro-review-card__quote {
  margin: 0;
  color: #1c1d1f;
  font-size: 0.95rem;
  line-height: 1.75;
  font-weight: 500;
}
.pro-review-card__quote::before {
  content: "\201C";
  color: #ff8c00;
  font-size: 1.5em;
  font-weight: 800;
  margin-inline-end: 0.1rem;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 0;
}
.pro-review-card__person {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(28, 29, 31, 0.08);
  margin-top: auto;
}
.pro-review-card__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #ff8c00, #e67300);
  color: #ffffff;
  font-weight: 800;
  font-size: 1.05rem;
  overflow: hidden;
}
.pro-review-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro-review-card__meta {
  display: grid;
  gap: 0.1rem;
  min-width: 0;
}
.pro-review-card__meta strong {
  color: #0f172a;
  font-size: 0.95rem;
}
.pro-review-card__meta span {
  color: #6b7280;
  font-size: 0.8rem;
  font-weight: 600;
}
@media (max-width: 640px) {
  .pro-reviews { padding: 3rem 1rem 3.5rem; }
}

/* =========================================================
   Promo announcement bar (top, Hostinger-style)
   ========================================================= */
.pf-announce {
  position: sticky;
  top: 0;
  z-index: 1001;
  background: linear-gradient(90deg, #b31717 0%, #e11d1d 55%, #b31717 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 8px 28px rgba(177, 23, 23, 0.45);
}
.pf-announce__inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0.55rem 3rem 0.55rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.pf-announce__flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  flex: 0 0 auto;
}
.pf-announce__text {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1.4;
}
.pf-announce__text strong {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  white-space: nowrap;
}
.pf-announce__text em {
  font-style: normal;
  color: #ffd700;
  font-weight: 800;
}
.pf-announce__timer {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-variant-numeric: tabular-nums;
}
.pf-announce__timer-label {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.78rem;
  font-weight: 600;
  margin-inline-end: 0.2rem;
}
.pf-announce__timer-unit {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.18rem;
  min-width: 36px;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 8px;
  padding: 0.16rem 0.45rem;
}
.pf-announce__timer-unit b {
  color: #fff;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1;
}
.pf-announce__timer-unit i {
  font-style: normal;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
}
.pf-announce__timer-sep {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 800;
  font-size: 0.8rem;
}
.pf-announce__cta {
  display: inline-flex;
  align-items: center;
  background: #fff;
  color: #e11d1d;
  font-size: 0.78rem;
  font-weight: 800;
  padding: 0.42rem 0.95rem;
  border-radius: 999px;
  text-decoration: none;
  transition: filter 0.2s, transform 0.2s;
}
.pf-announce__cta:hover {
  filter: brightness(0.95);
  transform: translateY(-1px);
  color: #b31717;
}
.pf-announce__close {
  position: absolute;
  inset-inline-end: 0.6rem;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  color: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  padding: 0.4rem;
  border-radius: 6px;
  transition: color 0.2s, background 0.2s;
}
.pf-announce__close:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}
@media (max-width: 820px) {
  .pf-announce__inner { padding-inline: 2.6rem 0.9rem; gap: 0.55rem; }
  .pf-announce__text { font-size: 0.78rem; }
  .pf-announce__timer-label { display: none; }
  .pf-announce__cta { display: none; }
}
@media (max-width: 480px) {
  .pf-announce__flag { display: none; }
  .pf-announce__timer-unit { min-width: 30px; padding: 0.12rem 0.32rem; }
  .pf-announce__timer-unit i { display: none; }
}
