.psk-wrap,
.psk-landing,
.psk-section,
.psk-contact,
.psk-public-header,
.psk-login-modal {
  box-sizing: border-box;
  font-family: Inter, Arial, sans-serif;
}

.psk-public-header *,
.psk-login-modal * {
  box-sizing: border-box;
}

.psk-public-header {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  z-index: 999999 !important;
  display: block !important;
  width: 100vw;
  max-width: 100vw;
  min-height: 70px;
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 1px solid rgba(226, 232, 240, .95);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 12px 30px rgba(15, 23, 42, .06);
  backdrop-filter: blur(14px);
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

body.psk-has-public-header {
  padding-top: 0 !important;
}

body.psk-has-public-header .bde-header-builder,
body.psk-has-public-header .bde-header-builder__container,
body.psk-has-public-header .bde-header-builder-placeholder,
body.psk-has-public-header [class*="bde-header-builder"],
body.psk-has-public-header .breakdance-header,
body.psk-has-public-header .breakdance-site-header,
body.psk-has-public-header [class*="breakdance-header"],
body.psk-has-public-header [class*="breakdance-site-header"] {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

body.psk-has-public-header .psk-public-header + .psk-landing,
body.psk-has-public-header .psk-public-header + .psk-wrap {
  padding-top: 96px !important;
}

.psk-public-header-owned,
.psk-public-header-owned * {
  font-family: Inter, Arial, sans-serif !important;
  letter-spacing: 0 !important;
}

.psk-public-header-owned a,
.psk-public-header-owned button {
  opacity: 1 !important;
  transform: none;
  filter: none !important;
}

.psk-public-header-owned a:hover,
.psk-public-header-owned button:hover {
  opacity: 1 !important;
}

.psk-public-header-inner {
  display: grid !important;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
  justify-content: stretch;
  width: min(1180px, 100%);
  min-height: 68px;
  margin: 0 auto;
  padding: 10px 18px;
  float: none !important;
  clear: both !important;
}

.psk-public-brand {
  display: inline-flex !important;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #0f172a;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.1 !important;
  text-decoration: none;
}

.psk-public-brand img {
  display: block !important;
  width: auto;
  max-width: 150px;
  max-height: 44px;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  object-fit: contain;
  object-position: center;
  opacity: 1 !important;
  transform: none !important;
}

.psk-public-menu {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  line-height: 1 !important;
}

.psk-public-menu a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  height: auto !important;
  margin: 0 !important;
  padding: 8px 12px;
  border: 0 !important;
  border-radius: 999px;
  background: transparent;
  color: #334155;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.15 !important;
  text-decoration: none;
  white-space: nowrap;
}

.psk-public-menu a:hover,
.psk-public-menu a:focus {
  background: #eef6ff;
  color: var(--psk-primary, #0059b3);
}

.psk-public-header .psk-public-menu a.psk-public-menu-register {
  display: none !important;
}

.psk-public-header-actions {
  display: inline-flex !important;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  width: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.psk-public-login-btn,
.psk-public-register-btn {
  appearance: none;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  height: auto !important;
  margin: 0 !important;
  padding: 9px 15px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.15 !important;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  opacity: 1 !important;
}

.psk-public-login-btn {
  border: 1px solid #bfdbfe;
  background: #eff6ff;
  color: #075985;
}

.psk-public-register-btn {
  border: 1px solid var(--psk-primary, #0059b3) !important;
  background: var(--psk-primary, #0059b3) !important;
  color: #fff !important;
  box-shadow: 0 12px 26px rgba(0, 89, 179, .18);
}

.psk-public-header.psk-public-header-owned .psk-public-header-actions a.psk-public-register-btn,
.psk-public-header.psk-public-header-owned .psk-public-header-actions a.psk-public-register-btn:visited,
.psk-public-header.psk-public-header-owned .psk-public-header-actions a.psk-public-register-btn:hover,
.psk-public-header.psk-public-header-owned .psk-public-header-actions a.psk-public-register-btn:focus,
.psk-public-header.psk-public-header-owned .psk-public-header-actions a.psk-public-register-btn:active {
  border-color: var(--psk-primary, #0059b3) !important;
  background: var(--psk-primary, #0059b3) !important;
  color: #fff !important;
  text-decoration: none !important;
  text-shadow: none !important;
  opacity: 1 !important;
  filter: none !important;
}

.psk-public-login-btn:hover,
.psk-public-login-btn:focus,
.psk-public-register-btn:hover,
.psk-public-register-btn:focus {
  transform: translateY(-1px);
}

.psk-public-menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid #dbe3ef;
  border-radius: 13px;
  background: #fff;
  cursor: pointer;
  appearance: none;
  line-height: 1 !important;
  margin: 0 !important;
}

.psk-public-menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  border-radius: 999px;
  background: #0f172a;
}

.psk-login-lock {
  overflow: hidden;
}

.psk-login-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease;
}

.psk-login-modal[hidden] {
  display: none !important;
}

.psk-login-modal-open {
  opacity: 1;
  pointer-events: auto;
}

.psk-login-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, .56);
}

.psk-login-dialog {
  position: relative;
  width: min(430px, 100%);
  padding: 28px;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 30px 70px rgba(15, 23, 42, .24);
}

.psk-login-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: #f1f5f9;
  color: #0f172a;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
}

.psk-login-kicker {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #eff6ff;
  color: var(--psk-primary, #0059b3);
  font-size: 12px;
  font-weight: 900;
}

.psk-login-dialog h2 {
  margin: 0;
  color: #0f172a;
  font-size: 28px;
  line-height: 1.1;
}

.psk-login-dialog p {
  margin: 10px 0 18px;
  color: #64748b;
  line-height: 1.6;
}

.psk-login-error {
  margin: 0 0 14px;
  padding: 11px 12px;
  border: 1px solid #fecaca;
  border-radius: 12px;
  background: #fef2f2;
  color: #991b1b;
  font-size: 13px;
  font-weight: 800;
}

.psk-login-form {
  display: grid;
  gap: 13px;
}

.psk-login-form label {
  display: grid;
  gap: 7px;
  color: #0f172a;
  font-size: 13px;
  font-weight: 800;
}

.psk-login-form input[type="text"],
.psk-login-form input[type="password"] {
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  background: #fff;
  color: #0f172a;
  font: inherit;
}

.psk-login-remember {
  display: inline-flex !important;
  grid-template-columns: auto 1fr;
  align-items: center;
}

.psk-login-submit {
  min-height: 46px;
  border: 0;
  border-radius: 999px;
  background: var(--psk-primary, #0059b3);
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  font-weight: 900;
}

.psk-login-register {
  display: grid;
  gap: 8px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e2e8f0;
  color: #64748b;
  font-size: 14px;
  text-align: center;
}

.psk-login-register a {
  display: inline-flex;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 999px;
  background: #f8fafc;
  color: #0f172a;
  font-weight: 900;
  text-decoration: none;
}

.psk-affiliate-topbar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: min(1180px, 100%);
  margin: 0 auto 22px;
  padding: 10px 14px;
  border: 1px solid #dbeafe;
  border-radius: 16px;
  background: #eff6ff;
  color: #0f172a;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.psk-affiliate-topbar a {
  flex: 0 0 auto;
  color: var(--psk-primary, #0059b3);
  font-weight: 900;
  text-decoration: none;
}

.psk-affiliate-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  width: min(1180px, 100%);
  margin: 34px auto 0;
  padding: 24px;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(15, 23, 42, .07);
}

.psk-affiliate-cta h2 {
  margin: 0;
  color: #0f172a;
  font-size: 24px;
  line-height: 1.2;
}

.psk-affiliate-cta p {
  max-width: 720px;
  margin: 8px 0 0;
  color: #64748b;
  line-height: 1.6;
}

.psk-affiliate-floating {
  position: fixed;
  right: 18px;
  bottom: 90px;
  z-index: 30;
  display: none;
  max-width: calc(100vw - 36px);
  padding: 12px 16px;
  border-radius: 999px;
  background: var(--psk-primary, #0059b3);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 16px 34px rgba(0, 89, 179, .28);
}

.psk-public-dashboard-switch {
  position: fixed;
  top: calc(50% + 88px);
  right: 18px;
  z-index: 50;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 190px;
  min-height: 46px;
  padding: 10px 14px;
  border-radius: 999px;
  background: #f97316;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .02em;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 16px 34px rgba(249, 115, 22, .34);
}

.psk-public-dashboard-switch:hover,
.psk-public-dashboard-switch:focus {
  background: #ea580c;
  color: #fff;
}

.psk-public-dashboard-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .22);
  animation: pskPublicBlinkIcon 1.1s ease-in-out infinite;
}

.psk-public-dashboard-icon::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, .2);
}

@keyframes pskPublicBlinkIcon {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: .38;
    transform: scale(.84);
  }
}

.psk-affiliate-register-wrap {
  display: grid;
  gap: 46px;
}

.psk-affiliate-hero,
.psk-affiliate-split,
.psk-affiliate-section,
.psk-affiliate-pricing {
  width: min(1080px, 100%);
  margin: 0 auto;
}

.psk-affiliate-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 290px;
  gap: 28px;
  align-items: center;
}

.psk-affiliate-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #0b1220;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.04;
}

.psk-affiliate-hero p {
  max-width: 730px;
  margin: 18px 0 0;
  color: #475569;
  font-size: 18px;
  line-height: 1.7;
}

.psk-affiliate-ref-note {
  font-size: 14px !important;
  font-weight: 800;
}

.psk-affiliate-price {
  display: grid;
  gap: 8px;
  padding: 26px;
  border: 1px solid #bfdbfe;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 22px 54px rgba(15, 23, 42, .1);
}

.psk-affiliate-price span,
.psk-affiliate-pricing span {
  color: var(--psk-primary, #0059b3);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.psk-affiliate-price strong {
  color: #0f172a;
  font-size: 60px;
  line-height: 1;
}

.psk-affiliate-price small {
  color: #64748b;
  font-size: 14px;
  font-weight: 800;
}

.psk-affiliate-split,
.psk-affiliate-pricing {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 22px;
  align-items: center;
  padding: 28px;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  background: #fff;
}

.psk-affiliate-split h2,
.psk-affiliate-pricing h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.08;
}

.psk-affiliate-split p,
.psk-affiliate-pricing p {
  margin: 12px 0 0;
  color: #64748b;
  line-height: 1.7;
}

.psk-affiliate-split ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.psk-affiliate-split li,
.psk-affiliate-benefits div {
  position: relative;
  padding: 14px 16px 14px 42px;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  background: #f8fafc;
  color: #334155;
  font-weight: 700;
  line-height: 1.5;
}

.psk-affiliate-split li::before,
.psk-affiliate-benefits div::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 16px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--psk-primary, #0059b3);
}

.psk-affiliate-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.psk-affiliate-pricing {
  grid-template-columns: 1fr auto;
}

.psk-affiliate-faqs {
  display: grid;
  gap: 12px;
}

.psk-affiliate-faqs details {
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .04);
}

.psk-affiliate-faqs summary {
  cursor: pointer;
  padding: 18px 20px;
  color: #0f172a;
  font-weight: 900;
}

.psk-affiliate-faqs p {
  margin: 0;
  padding: 0 20px 20px;
  color: #64748b;
  line-height: 1.7;
}

@media (max-width: 760px) {
  .psk-public-header-inner {
    grid-template-columns: 1fr auto auto;
    gap: 8px;
    min-height: 62px;
    padding: 9px 12px;
  }

  .psk-public-brand {
    font-size: 16px;
  }

  .psk-public-brand img {
    max-width: 118px;
    max-height: 38px;
  }

  .psk-public-menu-toggle {
    display: inline-block !important;
    order: 3;
    flex: 0 0 auto;
  }

  .psk-public-menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 12px;
    display: none !important;
    width: min(290px, calc(100vw - 24px));
    padding: 10px;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 20px 48px rgba(15, 23, 42, .16);
  }

  .psk-public-menu-open .psk-public-menu {
    display: grid !important;
    gap: 6px;
  }

  .psk-public-menu a {
    justify-content: flex-start;
    min-height: 44px;
    width: 100% !important;
    padding: 10px 12px;
    border-radius: 13px;
    background: #f8fafc;
  }

  .psk-public-header-actions {
    gap: 6px;
    min-width: 0 !important;
  }

  .psk-public-login-btn,
  .psk-public-register-btn {
    min-height: 38px;
    padding: 8px 10px;
    font-size: 11.5px;
  }

  .psk-public-register-btn {
    display: none !important;
  }

  .psk-public-header .psk-public-menu a.psk-public-menu-register {
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 12px;
    border-radius: 13px;
    background: var(--psk-primary, #0059b3);
    color: #fff;
    font-size: 14px;
    font-weight: 900;
  }

  .psk-login-dialog {
    padding: 24px 20px;
    border-radius: 20px;
  }

  .psk-affiliate-topbar,
  .psk-affiliate-cta,
  .psk-affiliate-hero,
  .psk-affiliate-split,
  .psk-affiliate-pricing {
    display: grid;
    grid-template-columns: 1fr;
  }

  .psk-affiliate-cta {
    padding: 20px;
  }

  .psk-affiliate-cta .psk-btn,
  .psk-affiliate-pricing .psk-btn {
    width: 100%;
  }

  .psk-affiliate-benefits {
    grid-template-columns: 1fr;
  }

  .psk-affiliate-price strong {
    font-size: 48px;
  }

  .psk-home-hero,
  .psk-home-split,
  .psk-home-pricing {
    grid-template-columns: 1fr;
  }

  .psk-home-hero {
    gap: 28px;
    padding-top: 0;
  }

  .psk-home-hero-copy h1 {
    font-size: clamp(36px, 10vw, 48px);
  }

  .psk-home-hero-copy p {
    font-size: 16px;
  }

  .psk-home-preview-hero {
    grid-template-columns: 1fr;
  }

  .psk-home-preview-photo {
    min-height: 150px;
  }

  .psk-home-preview-grid,
  .psk-home-benefits,
  .psk-home-card-grid {
    grid-template-columns: 1fr;
  }

  .psk-home-section {
    margin-top: 52px;
  }

  .psk-home-pricing {
    padding: 24px;
  }

  .psk-home-pricing .psk-btn {
    justify-self: stretch;
  }

  .psk-affiliate-floating {
    display: inline-flex;
    justify-content: center;
  }

  .psk-public-dashboard-switch {
    top: 50%;
    right: 0;
    max-width: 118px;
    min-height: 42px;
    padding: 8px 10px;
    border-radius: 18px 0 0 18px;
    font-size: 10.5px;
  }
}

.psk-register {
  width: min(760px, 100%);
  margin: 0 auto;
  padding: 46px 48px 42px;
  border: 1px solid rgba(210, 220, 233, .9);
  border-radius: 22px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 26px 70px rgba(15, 23, 42, .08);
  backdrop-filter: blur(14px);
}

.psk-register .psk-section-head {
  margin-bottom: 30px;
  text-align: center;
}

.psk-register .psk-section-title {
  margin-top: 14px;
  margin-bottom: 10px;
  font-size: clamp(32px, 5vw, 42px);
  line-height: 1.08;
}

.psk-register .psk-section-copy {
  margin: 0 auto;
  max-width: 560px;
  color: #64748b;
}

.psk-register-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 16px;
  margin-top: 0;
}

.psk-register-form label {
  display: grid;
  gap: 8px;
  color: #0f172a;
  font-weight: 700;
}

.psk-register-form label span {
  font-size: 14px;
  line-height: 1.2;
}

.psk-register-form input {
  width: 100%;
  min-height: 50px;
  padding: 11px 14px;
  border: 1px solid #cfd8e3;
  border-radius: 12px;
  background: #fff;
  color: #0f172a;
  font: inherit;
  box-shadow: 0 1px 0 rgba(15, 23, 42, .02);
  transition: border-color .16s ease, box-shadow .16s ease;
}

.psk-register-form input::placeholder {
  color: transparent !important;
  opacity: 0 !important;
}

.psk-register-form input:focus {
  border-color: var(--psk-primary, #0059b3);
  box-shadow: 0 0 0 4px rgba(0, 89, 179, .12);
  outline: none;
}

.psk-register-hint {
  margin: -2px 0 0;
  padding: 13px 14px;
  border: 1px solid #dbeafe;
  border-radius: 14px;
  background: #f8fbff;
  color: #475569;
  font-size: 13px;
  line-height: 1.45;
}

.psk-register-hint code {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin-top: 7px;
  padding: 6px 9px;
  border-radius: 9px;
  background: #eef6ff;
  color: var(--psk-primary, #0059b3);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 12.5px;
  overflow-wrap: anywhere;
}

.psk-register-form .psk-wide {
  grid-column: 1 / -1;
}

.psk-register-notice {
  margin: 0 0 18px;
  padding: 12px 14px;
  border: 1px solid #fecaca;
  border-radius: 12px;
  background: #fef2f2;
  color: #991b1b;
  font-weight: 700;
}

.psk-register-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 4px;
}

.psk-register-submit {
  width: min(330px, 100%);
  min-height: 50px;
  justify-content: center;
}

.psk-register-login {
  color: var(--psk-primary, #0059b3);
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 640px) {
  .psk-register {
    padding: 34px 18px 30px;
    border-radius: 18px;
  }

  .psk-register-form {
    grid-template-columns: 1fr;
  }

  .psk-register-actions {
    display: grid;
    gap: 12px;
  }

  .psk-register-submit {
    width: 100%;
  }
}

.psk-wrap *,
.psk-landing *,
.psk-section *,
.psk-contact * {
  box-sizing: border-box;
}

.psk-wrap .screen-reader-text,
.psk-landing .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.psk-wrap,
.psk-landing {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.psk-wrap {
  background: var(--psk-bg, #f7f9fb);
  color: #111827;
  padding: 64px 18px;
  overflow: hidden;
}

.psk-landing {
  background: var(--psk-bg, #f7f9fb);
  color: #111827;
  padding: 64px 18px;
  overflow: hidden;
}

.psk-autokit-home {
  background:
    linear-gradient(180deg, #f8fbff 0%, #ffffff 42%, #f6f8fb 100%);
}

.psk-home-hero,
.psk-home-section {
  width: min(1180px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.psk-home-hero {
  display: grid;
  grid-template-columns: 1fr .95fr;
  gap: 44px;
  align-items: center;
  padding-top: 18px;
}

.psk-home-hero-copy h1 {
  max-width: 760px;
  margin: 0;
  color: #07111f;
  font-size: clamp(42px, 5.8vw, 76px);
  line-height: 1;
}

.psk-home-hero-copy p {
  max-width: 680px;
  margin: 22px 0 0;
  color: #475569;
  font-size: 19px;
  line-height: 1.72;
}

.psk-home-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.psk-home-trust span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid #dbeafe;
  border-radius: 999px;
  background: #fff;
  color: #0f172a;
  font-size: 13px;
  font-weight: 800;
}

.psk-home-preview {
  overflow: hidden;
  border: 1px solid #d9e6f5;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 26px 70px rgba(15, 23, 42, .12);
}

.psk-home-preview-top {
  display: flex;
  gap: 7px;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-bottom: 1px solid #e2e8f0;
  background: #f8fafc;
}

.psk-home-preview-top span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #ef4444;
}

.psk-home-preview-top span:nth-child(2) {
  background: #f59e0b;
}

.psk-home-preview-top span:nth-child(3) {
  background: #10b981;
}

.psk-home-preview-hero {
  display: grid;
  grid-template-columns: 1fr 160px;
  gap: 18px;
  align-items: center;
  padding: 24px;
}

.psk-home-preview-hero b {
  color: var(--psk-primary, #0059b3);
  font-size: 12px;
  text-transform: uppercase;
}

.psk-home-preview-hero h2 {
  margin: 8px 0 8px;
  color: #0f172a;
  font-size: 30px;
  line-height: 1.05;
}

.psk-home-preview-hero p {
  margin: 0;
  color: #64748b;
  line-height: 1.55;
}

.psk-home-preview-photo {
  display: grid;
  min-height: 190px;
  place-items: center;
  border-radius: 8px;
  background: linear-gradient(135deg, #e0f2fe, #f1f5f9 55%, #fee2e2);
  color: var(--psk-primary, #0059b3);
  font-size: 24px;
  font-weight: 900;
}

.psk-home-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 0 24px 24px;
}

.psk-home-preview-grid article,
.psk-home-list div,
.psk-home-benefits div,
.psk-home-card-grid article {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
}

.psk-home-preview-grid article {
  display: grid;
  gap: 8px;
  padding: 14px;
}

.psk-home-preview-grid strong {
  color: #0f172a;
  font-size: 16px;
}

.psk-home-preview-grid span {
  display: inline-flex;
  width: fit-content;
  padding: 5px 8px;
  border-radius: 999px;
  background: #eef6ff;
  color: var(--psk-primary, #0059b3);
  font-size: 12px;
  font-weight: 800;
}

.psk-home-section {
  margin-top: 78px;
}

.psk-home-split,
.psk-home-pricing {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 28px;
  align-items: center;
}

.psk-home-split h2,
.psk-home-pricing h2,
.psk-home-final h2 {
  margin: 0;
  color: #07111f;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
}

.psk-home-split p,
.psk-home-pricing p,
.psk-home-final p {
  margin: 16px 0 0;
  color: #64748b;
  font-size: 16px;
  line-height: 1.7;
}

.psk-home-list,
.psk-home-benefits,
.psk-home-card-grid {
  display: grid;
  gap: 14px;
}

.psk-home-list {
  grid-template-columns: 1fr;
}

.psk-home-list div,
.psk-home-benefits div {
  position: relative;
  padding: 18px 18px 18px 46px;
  color: #0f172a;
  font-weight: 800;
  line-height: 1.5;
}

.psk-home-list div::before,
.psk-home-benefits div::before {
  content: "";
  position: absolute;
  top: 21px;
  left: 18px;
  width: 14px;
  height: 14px;
  border-radius: 4px;
  background: #10b981;
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, .65);
}

.psk-home-list div::before {
  background: #f97316;
}

.psk-home-benefits {
  grid-template-columns: repeat(3, 1fr);
}

.psk-home-card-grid {
  grid-template-columns: repeat(3, 1fr);
}

.psk-home-card-grid article {
  padding: 24px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .05);
}

.psk-home-card-grid b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: var(--psk-primary, #0059b3);
  color: #fff;
  font-size: 13px;
}

.psk-home-card-grid h3 {
  margin: 18px 0 8px;
  color: #0f172a;
  font-size: 21px;
}

.psk-home-card-grid p {
  margin: 0;
  color: #64748b;
  line-height: 1.65;
}

.psk-home-pricing {
  padding: 30px;
  border: 1px solid #bfdbfe;
  border-radius: 8px;
  background: #eff6ff;
}

.psk-home-pricing span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--psk-primary, #0059b3);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.psk-home-pricing .psk-btn {
  justify-self: end;
}

.psk-home-final {
  padding: 40px 24px;
  border-radius: 8px;
  background: #0f172a;
  text-align: center;
}

.psk-home-final .psk-section-label {
  margin-left: auto;
  margin-right: auto;
  background: rgba(255, 255, 255, .12);
  color: #fff;
}

.psk-home-final h2 {
  color: #fff;
}

.psk-home-final p {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  color: #cbd5e1;
}

.psk-hero,
.psk-steps,
.psk-section,
.psk-contact {
  width: min(1180px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.psk-wrap > .psk-section,
.psk-wrap > .psk-contact {
  margin-top: 0;
}

.psk-hero {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 34px;
  align-items: center;
}

.psk-logo {
  display: block;
  max-width: 180px;
  max-height: 90px;
  object-fit: contain;
  margin-bottom: 16px;
}

.psk-badge,
.psk-section-label,
.psk-section-head span,
.psk-contact span {
  display: inline-flex;
  width: fit-content;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(0, 89, 179, .1);
  color: var(--psk-primary, #0059b3);
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 16px;
}

.psk-hero h1 {
  margin: 0;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.02;
  color: #0b1220;
}

.psk-hero p {
  max-width: 650px;
  margin: 20px 0 0;
  color: #4b5563;
  font-size: 18px;
  line-height: 1.7;
}

.psk-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.psk-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .25s ease;
}

.psk-btn-main {
  background: var(--psk-primary, #0059b3);
  color: #fff;
  box-shadow: 0 12px 30px rgba(0, 89, 179, .22);
}

.psk-btn-light {
  background: #fff;
  color: #0b1220;
  border: 1px solid #e5e7eb;
}

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

.psk-socials {
  display: flex;
  gap: 10px;
  margin-top: 22px;
}

.psk-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(0, 89, 179, .14);
  border-radius: 999px;
  background: rgba(0, 89, 179, .08);
  color: var(--psk-primary, #0059b3);
  text-decoration: none;
  transition: transform .22s ease, background .22s ease;
}

.psk-socials a:hover {
  background: rgba(0, 89, 179, .14);
  transform: translateY(-2px);
}

.psk-socials svg {
  display: block;
  width: 19px;
  height: 19px;
  fill: currentColor;
}

.psk-profile-card {
  background: rgba(255, 255, 255, .86);
  border: 1px solid rgba(229, 231, 235, .9);
  border-radius: 34px;
  padding: 18px;
  box-shadow: 0 24px 70px rgba(15, 23, 42, .12);
  backdrop-filter: blur(18px);
}

.psk-profile-card > img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  border-radius: 26px;
  background: #e5e7eb;
}

.psk-profile-card div {
  padding: 20px 8px 4px;
}

.psk-profile-card span {
  color: var(--psk-primary, #0059b3);
  font-size: 13px;
  font-weight: 800;
}

.psk-profile-card h2 {
  margin: 7px 0 8px;
  font-size: 28px;
  line-height: 1.15;
}

.psk-profile-card p {
  margin: 0;
  color: #6b7280;
  font-size: 15px;
  line-height: 1.6;
}

.psk-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 44px;
}

.psk-steps div,
.psk-model-card,
.psk-file-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 26px;
  box-shadow: 0 14px 38px rgba(15, 23, 42, .06);
}

.psk-steps div {
  padding: 26px;
}

.psk-steps b {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: var(--psk-primary, #0059b3);
  color: #fff;
  font-size: 13px;
  margin-bottom: 18px;
}

.psk-steps h3 {
  margin: 0;
  font-size: 20px;
}

.psk-steps p {
  margin: 10px 0 0;
  color: #6b7280;
  line-height: 1.6;
}

.psk-section {
  margin-top: 72px;
}

.psk-section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 28px;
}

.psk-section-head span {
  margin-left: auto;
  margin-right: auto;
}

.psk-section-head h2,
.psk-contact h2 {
  margin: 0;
  color: #0b1220;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.08;
}

.psk-section-head p,
.psk-contact p {
  margin: 14px 0 0;
  color: #6b7280;
  font-size: 16px;
  line-height: 1.7;
}

.psk-model-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.psk-model-carousel {
  position: relative;
}

.psk-model-track {
  display: grid;
  grid-auto-columns: calc((100% - (18px * (var(--psk-model-desktop-slides, 3) - 1))) / var(--psk-model-desktop-slides, 3));
  grid-auto-flow: column;
  gap: 18px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 4px 2px 18px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.psk-model-track::-webkit-scrollbar {
  display: none;
}

.psk-model-track .psk-model-card {
  scroll-snap-align: start;
}

.psk-model-carousel-btn {
  position: absolute;
  top: 42%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 999px;
  background: var(--psk-primary, #0059b3);
  color: #fff;
  cursor: pointer;
  font-size: 30px;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(0, 89, 179, .24);
  transform: translateY(-50%);
}

.psk-model-carousel-prev {
  left: -18px;
}

.psk-model-carousel-next {
  right: -18px;
}

.psk-model-carousel-btn:disabled {
  cursor: not-allowed;
  opacity: .35;
}

.psk-model-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 8px;
}

.psk-model-carousel-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #cbd5e1;
  cursor: pointer;
}

.psk-model-carousel-dots button.is-active {
  width: 24px;
  background: var(--psk-primary, #0059b3);
}

.psk-model-card {
  overflow: hidden;
}

.psk-model-card > img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #e5e7eb;
}

.psk-model-body {
  padding: 22px;
}

.psk-model-body h3 {
  margin: 0;
  font-size: 24px;
}

.psk-model-body p {
  color: #6b7280;
  line-height: 1.6;
}

.psk-price {
  color: var(--psk-primary, #0059b3) !important;
  font-weight: 800;
}

.psk-colour-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0;
}

.psk-colour-list a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  padding: 7px 10px;
  text-decoration: none;
  color: #111827;
  font-size: 13px;
  background: #fff;
}

.psk-colour-list span {
  width: 14px;
  height: 14px;
  border-radius: 99px;
  border: 1px solid rgba(0, 0, 0, .12);
}

.psk-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.psk-card-actions a {
  display: inline-flex;
  padding: 9px 12px;
  border-radius: 999px;
  background: #f1f5f9;
  color: #0f172a;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.psk-card-actions .psk-share {
  background: var(--psk-primary, #0059b3);
  color: #fff;
}

.psk-file-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.psk-file-card {
  display: block;
  padding: 22px;
  text-decoration: none;
  color: #111827;
}

.psk-file-card b {
  display: block;
  font-size: 18px;
}

.psk-file-card span {
  display: inline-block;
  margin-top: 10px;
  padding: 5px 10px;
  background: #eef2ff;
  color: var(--psk-primary, #0059b3);
  border-radius: 99px;
  font-size: 12px;
  font-weight: 800;
}

.psk-file-card p {
  color: #6b7280;
  line-height: 1.6;
}

.psk-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 72px;
  background: linear-gradient(135deg, var(--psk-primary, #0059b3), #003f80);
  border-radius: 34px;
  padding: 34px;
  color: #fff;
}

.psk-contact h2 {
  color: #fff;
}

.psk-contact p {
  color: rgba(255, 255, 255, .78);
}

.psk-contact span {
  background: rgba(255, 255, 255, .14);
  color: #fff;
}

.psk-contact a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border-radius: 999px;
  background: #fff;
  color: var(--psk-primary, #0059b3);
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.psk-empty {
  padding: 24px;
  background: #fff;
  border: 1px dashed #cbd5e1;
  border-radius: 22px;
  text-align: center;
  color: #64748b;
}

.psk-viewer {
  width: min(1180px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.psk-viewer-wrap {
  padding-top: 42px;
}

.psk-viewer-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.psk-viewer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.psk-viewer-note {
  margin: 12px 0 0;
  color: #6b7280;
  font-size: 13px;
  line-height: 1.5;
}

.psk-viewer-invalid {
  max-width: 720px;
  margin: 0 auto;
  padding: 34px;
  text-align: center;
  background: #fff;
  border: 1px dashed #cbd5e1;
  border-radius: 22px;
}

.psk-book {
  overflow: hidden;
  background: #e5e7eb;
  border: 1px solid #d1d5db;
  border-radius: 24px;
  box-shadow: 0 18px 50px rgba(15, 23, 42, .12);
}

.psk-book-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 12px;
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
}

.psk-book-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 12px;
  background: #fff;
  border-top: 1px solid #e5e7eb;
}

.psk-book-status {
  min-width: 160px;
  color: #374151;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.psk-book-control,
.psk-book-edge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: var(--psk-primary, #0059b3);
  color: #fff;
  cursor: pointer;
  font-size: 26px;
  font-weight: 800;
}

.psk-book-control {
  width: 42px;
  height: 42px;
}

.psk-book-zoom {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.psk-book-zoom span {
  min-width: 44px;
  color: #374151;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.psk-book-zoom-btn,
.psk-book-zoom-fit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  border: 1px solid #d1d5db;
  border-radius: 999px;
  background: #fff;
  color: #111827;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
}

.psk-book-zoom-fit {
  padding: 0 12px;
}

.psk-book-control:disabled,
.psk-book-edge:disabled {
  cursor: not-allowed;
  opacity: .35;
}

.psk-book-stage {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: auto;
  padding: 22px 68px;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, .75), rgba(229, 231, 235, .9)),
    #e5e7eb;
}

.psk-book-zoomed .psk-book-stage {
  cursor: grab;
  touch-action: pan-x pan-y;
}

.psk-book-zoomed .psk-book-spread {
  width: max-content;
}

.psk-book-spread {
  display: block;
  width: 100%;
  max-width: 100%;
  transition: opacity .18s ease, transform .22s ease;
}

.psk-book-page,
.psk-book-image-page {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  width: 100%;
  max-width: 100%;
  padding: 12px;
  background: #fff;
}

.psk-book-page:first-child {
  border-radius: 16px;
  box-shadow: none;
}

.psk-book-page-right {
  border-left: 1px solid #d1d5db;
  border-radius: 0 16px 16px 0;
  box-shadow: inset 10px 0 24px rgba(15, 23, 42, .08);
}

.psk-book-page-right,
.psk-book-page-right[hidden] {
  display: none !important;
}

.psk-book-page canvas,
.psk-book-image-page img {
  display: block;
  max-width: none;
  max-height: none;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .12);
}

.psk-book-image-page {
  width: 100%;
  min-height: 62vh;
  border-radius: 16px;
}

.psk-book-image-page img {
  max-width: 100%;
  height: auto;
}

.psk-book-edge {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 48px;
  height: 48px;
  transform: translateY(-50%);
}

.psk-book-edge-prev {
  left: 14px;
}

.psk-book-edge-next {
  right: 14px;
}

.psk-book-loading .psk-book-page {
  opacity: .72;
}

.psk-book-slide-next {
  opacity: .6;
  transform: translateX(-18px);
}

.psk-book-slide-prev {
  opacity: .6;
  transform: translateX(18px);
}

.psk-book-dragging {
  cursor: grabbing;
}

.psk-public-footer {
  width: min(760px, 100%);
  margin: 78px auto 12px;
  padding: 18px 16px 6px;
  text-align: center;
}

.psk-public-footer p {
  margin: 0 0 18px;
  color: #d1d5db;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.5;
}

.psk-footer-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  min-height: 54px;
  padding: 13px 28px;
  border: 0;
  border-radius: 999px;
  background: #e9eef5;
  color: #8b95a3;
  font: inherit;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 18px 18px 34px rgba(148, 163, 184, .36), -10px -10px 28px rgba(255, 255, 255, .9);
}

.psk-footer-socials {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 30px;
}

.psk-footer-socials button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #c4cbd4;
  cursor: pointer;
}

.psk-footer-socials svg {
  display: block;
  width: 15px;
  height: 15px;
  fill: currentColor;
}

.psk-footer-modal[hidden] {
  display: none !important;
}

.psk-footer-modal {
  position: fixed;
  inset: 0;
  z-index: 10002;
  display: grid;
  place-items: center;
  padding: 22px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease;
}

.psk-footer-modal-open {
  opacity: 1;
  pointer-events: auto;
}

.psk-footer-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, .32);
  backdrop-filter: blur(8px);
}

.psk-footer-dialog {
  position: relative;
  width: min(330px, 100%);
  padding: 30px 26px 24px;
  border: 1px solid rgba(226, 232, 240, .72);
  border-radius: 26px;
  background: #eef3f9;
  color: #4b5563;
  text-align: center;
  box-shadow: 0 28px 90px rgba(15, 23, 42, .26);
  transform: translateY(14px) scale(.98);
  transition: transform .18s ease;
}

.psk-footer-modal-open .psk-footer-dialog {
  transform: translateY(0) scale(1);
}

.psk-footer-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #9ca3af;
  cursor: pointer;
  font-size: 26px;
  line-height: 1;
}

.psk-footer-dialog h2 {
  margin: 0;
  color: #4b5563;
  font-size: 20px;
  font-weight: 900;
}

.psk-footer-dialog p {
  margin: 12px 0 22px;
  color: #8a95a5;
  font-size: 13px;
}

.psk-footer-actions {
  display: grid;
  gap: 12px;
}

.psk-footer-action {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 58px;
  padding: 13px 18px;
  border: 1px solid rgba(255, 255, 255, .75);
  border-radius: 999px;
  background: #f5f9fd;
  color: #0f766e;
  text-align: left;
  text-decoration: none;
  box-shadow: 10px 12px 24px rgba(148, 163, 184, .24), -8px -8px 20px rgba(255, 255, 255, .9);
}

.psk-footer-action span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
}

.psk-footer-action svg {
  display: block;
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.psk-footer-action b {
  color: inherit;
  font-size: 14px;
  font-weight: 900;
}

.psk-footer-action-support {
  color: #16a34a;
}

.psk-footer-action-register {
  color: #0f766e;
}

.psk-footer-action-portfolio {
  margin-top: 4px;
  color: #6172ff;
}

.psk-footer-action-portfolio::before {
  content: "";
  grid-column: 1 / -1;
  height: 1px;
  margin: -7px 0 2px;
  background: #dbe2ea;
}

.psk-footer-lock {
  overflow: hidden;
}

.psk-popup[hidden] {
  display: none !important;
}

.psk-popup {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease;
}

.psk-popup-open {
  opacity: 1;
  pointer-events: auto;
}

.psk-popup-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, .58);
  backdrop-filter: blur(7px);
}

.psk-popup-dialog {
  position: relative;
  width: min(430px, 100%);
  padding: 28px;
  border: 1px solid rgba(226, 232, 240, .95);
  border-radius: 26px;
  background: #fff;
  color: #0b1220;
  box-shadow: 0 28px 80px rgba(15, 23, 42, .28);
  transform: translateY(14px) scale(.98);
  transition: transform .18s ease;
}

.psk-popup-open .psk-popup-dialog {
  transform: translateY(0) scale(1);
}

.psk-popup-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  background: #fff;
  color: #111827;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
}

.psk-popup-kicker {
  display: inline-flex;
  width: fit-content;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(0, 89, 179, .1);
  color: var(--psk-primary, #0059b3);
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 16px;
}

.psk-popup-dialog h2 {
  margin: 0;
  max-width: calc(100% - 34px);
  color: #0b1220;
  font-size: 30px;
  line-height: 1.12;
}

.psk-popup-dialog p {
  margin: 14px 0 0;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.65;
}

.psk-popup-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  margin-top: 22px;
  padding: 13px 20px;
  border-radius: 999px;
  background: var(--psk-primary, #0059b3);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(0, 89, 179, .25);
}

.psk-popup-lock {
  overflow: hidden;
}

.psk-navi {
  position: fixed;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 7px;
  bottom: 22px;
  padding: 8px;
  border: 1px solid rgba(226, 232, 240, .92);
  border-radius: 22px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 22px 55px rgba(15, 23, 42, .16);
  backdrop-filter: blur(16px);
}

.psk-navi-right {
  right: 18px;
}

.psk-navi-left {
  left: 18px;
}

.psk-navi-center_right {
  top: 50%;
  right: 18px;
  bottom: auto;
  transform: translateY(-50%);
}

.psk-navi-center_left {
  top: 50%;
  bottom: auto;
  left: 18px;
  transform: translateY(-50%);
}

.psk-navi-bottom_center {
  right: auto;
  bottom: 22px;
  left: 50%;
  flex-direction: row;
  transform: translateX(-50%);
}

.psk-navi a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 7px 12px 7px 8px;
  border-radius: 15px;
  background: transparent;
  color: #0f172a;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.15;
  transition: background .16s ease, color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.psk-navi a:hover,
.psk-navi a:focus-visible {
  background: #f1f5f9;
  color: #0f172a;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .08);
  outline: none;
  transform: translateY(-1px);
}

.psk-navi a:active {
  transform: scale(.98);
}

.psk-navi-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 13px;
  background: var(--psk-primary, #0059b3);
  color: #fff;
  box-shadow: 0 10px 22px rgba(0, 89, 179, .22);
}

.psk-navi-icon svg {
  width: 18px;
  height: 18px;
}

.psk-navi-label {
  font-size: inherit;
  color: inherit;
}

.psk-navi-style-compact {
  gap: 7px;
}

.psk-navi-style-compact .psk-navi-link,
.psk-navi-style-icon_buttons .psk-navi-link {
  position: relative;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-height: 48px;
  padding: 0;
  border-radius: 16px;
  background: transparent;
}

.psk-navi-style-compact .psk-navi-icon,
.psk-navi-style-icon_buttons .psk-navi-icon {
  width: 36px;
  height: 36px;
}

.psk-navi-style-compact .psk-navi-label {
  position: absolute;
  right: calc(100% + 10px);
  display: block;
  width: max-content;
  max-width: 180px;
  padding: 8px 10px;
  border-radius: 10px;
  background: rgba(15, 23, 42, .96);
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  white-space: nowrap;
  box-shadow: 0 12px 28px rgba(15, 23, 42, .2);
  opacity: 0;
  pointer-events: none;
  transform: translateX(6px);
  transition: opacity .18s ease, transform .18s ease;
}

.psk-navi-style-compact.psk-navi-left .psk-navi-label,
.psk-navi-style-compact.psk-navi-center_left .psk-navi-label {
  right: auto;
  left: calc(100% + 10px);
  transform: translateX(-6px);
}

.psk-navi-style-compact.psk-navi-bottom_center .psk-navi-label {
  right: auto;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translate(-50%, 6px);
}

.psk-navi-style-compact .psk-navi-link:hover .psk-navi-label,
.psk-navi-style-compact .psk-navi-link:focus-visible .psk-navi-label {
  opacity: 1;
  transform: translateX(0);
}

.psk-navi-style-compact.psk-navi-bottom_center .psk-navi-link:hover .psk-navi-label,
.psk-navi-style-compact.psk-navi-bottom_center .psk-navi-link:focus-visible .psk-navi-label {
  transform: translate(-50%, 0);
}

.psk-navi-style-icon_buttons .psk-navi-label {
  display: none;
}

/* Breakdance compatibility: keep plugin typography and colors inside shortcode output only. */
.psk-landing,
.psk-wrap,
.psk-landing h1,
.psk-landing h2,
.psk-landing h3,
.psk-landing p,
.psk-landing a,
.psk-landing span,
.psk-landing b,
.psk-wrap h1,
.psk-wrap h2,
.psk-wrap h3,
.psk-wrap p,
.psk-wrap a,
.psk-wrap span,
.psk-wrap b {
  font-family: Inter, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji" !important;
  letter-spacing: 0 !important;
}

.psk-landing .psk-hero-title,
.psk-landing .psk-profile-name,
.psk-landing .psk-step-title,
.psk-landing .psk-section-title,
.psk-landing .psk-model-title,
.psk-wrap .psk-section-title,
.psk-wrap .psk-model-title,
.psk-wrap .psk-file-title {
  color: #0b1220 !important;
}

.psk-landing .psk-hero-subtitle,
.psk-landing .psk-profile-copy,
.psk-landing .psk-step-copy,
.psk-landing .psk-section-copy,
.psk-landing .psk-model-copy,
.psk-landing .psk-file-copy,
.psk-wrap .psk-section-copy,
.psk-wrap .psk-model-copy,
.psk-wrap .psk-file-copy {
  color: #6b7280 !important;
}

.psk-landing .psk-viewer-note,
.psk-wrap .psk-viewer-note {
  color: #6b7280 !important;
}

.psk-landing .psk-badge,
.psk-landing .psk-overline,
.psk-landing .psk-section-label,
.psk-wrap .psk-section-label {
  background: rgba(0, 89, 179, .1) !important;
  color: var(--psk-primary, #0059b3) !important;
}

.psk-landing .psk-btn,
.psk-wrap .psk-btn,
.psk-landing .psk-action-link,
.psk-wrap .psk-action-link {
  border-radius: 999px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.psk-landing .psk-btn-main,
.psk-wrap .psk-btn-main {
  background: var(--psk-primary, #0059b3) !important;
  border-color: var(--psk-primary, #0059b3) !important;
  color: #fff !important;
}

.psk-landing .psk-btn-light,
.psk-wrap .psk-btn-light {
  background: #fff !important;
  border-color: #e5e7eb !important;
  color: #0b1220 !important;
}

.psk-landing .psk-social-link,
.psk-wrap .psk-social-link,
.psk-landing .psk-price,
.psk-wrap .psk-price {
  color: var(--psk-primary, #0059b3) !important;
}

.psk-landing .psk-step-number,
.psk-wrap .psk-step-number {
  background: var(--psk-primary, #0059b3) !important;
  color: #fff !important;
}

.psk-landing .psk-colour-list a,
.psk-wrap .psk-colour-list a,
.psk-landing .psk-card-actions a,
.psk-wrap .psk-card-actions a {
  text-decoration: none !important;
}

.psk-landing .psk-card-actions .psk-share,
.psk-wrap .psk-card-actions .psk-share {
  background: var(--psk-primary, #0059b3) !important;
  color: #fff !important;
}

.psk-landing .psk-model-carousel-btn,
.psk-wrap .psk-model-carousel-btn {
  background: var(--psk-primary, #0059b3) !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 999px !important;
}

.psk-landing .psk-model-carousel-dots button,
.psk-wrap .psk-model-carousel-dots button {
  border: 0 !important;
  border-radius: 999px !important;
}

.psk-landing .psk-contact,
.psk-wrap .psk-contact {
  color: #fff !important;
}

.psk-landing .psk-contact-label,
.psk-wrap .psk-contact-label {
  background: rgba(255, 255, 255, .14) !important;
  color: #fff !important;
}

.psk-landing .psk-contact-title,
.psk-wrap .psk-contact-title {
  color: #fff !important;
}

.psk-landing .psk-contact-copy,
.psk-wrap .psk-contact-copy {
  color: rgba(255, 255, 255, .78) !important;
}

.psk-landing .psk-contact-link,
.psk-wrap .psk-contact-link {
  background: #fff !important;
  color: var(--psk-primary, #0059b3) !important;
  border-color: #fff !important;
  border-radius: 999px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

.psk-landing .psk-navi-link,
.psk-wrap .psk-navi-link {
  background: transparent !important;
  color: #0f172a !important;
  border-radius: 15px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

.psk-landing .psk-navi-link:hover,
.psk-wrap .psk-navi-link:hover,
.psk-landing .psk-navi-link:focus-visible,
.psk-wrap .psk-navi-link:focus-visible {
  background: #f1f5f9 !important;
}

.psk-landing .psk-popup-dialog,
.psk-wrap .psk-popup-dialog {
  font-family: Inter, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji" !important;
}

.psk-landing .psk-popup-kicker,
.psk-wrap .psk-popup-kicker {
  background: rgba(0, 89, 179, .1) !important;
  color: var(--psk-primary, #0059b3) !important;
}

.psk-landing .psk-popup-dialog h2,
.psk-wrap .psk-popup-dialog h2 {
  color: #0b1220 !important;
}

.psk-landing .psk-popup-dialog p,
.psk-wrap .psk-popup-dialog p {
  color: #4b5563 !important;
}

.psk-landing .psk-popup-cta,
.psk-wrap .psk-popup-cta {
  background: var(--psk-primary, #0059b3) !important;
  color: #fff !important;
  border-radius: 999px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

.psk-wrap .psk-book-control,
.psk-wrap .psk-book-edge {
  background: var(--psk-primary, #0059b3) !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 999px !important;
}

.psk-wrap .psk-book-zoom-btn,
.psk-wrap .psk-book-zoom-fit {
  background: #fff !important;
  color: #111827 !important;
  border: 1px solid #d1d5db !important;
  border-radius: 999px !important;
  font-weight: 800 !important;
}

@media (max-width: 991px) {
  .psk-hero,
  .psk-steps {
    grid-template-columns: 1fr;
  }

  .psk-profile-card {
    max-width: 520px;
    margin: auto;
  }

  .psk-model-grid,
  .psk-file-grid {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media (max-width: 767px) {
  .psk-wrap,
  .psk-landing {
    padding: 30px 12px 132px;
  }

  .psk-viewer-wrap {
    padding: 5px 5px 98px;
  }

  .psk-hero {
    gap: 22px;
    text-align: center;
  }

  .psk-logo {
    max-width: 132px;
    max-height: 72px;
    margin: 0 auto 12px;
  }

  .psk-badge {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 14px;
    padding: 7px 12px;
    font-size: 12px;
  }

  .psk-hero h1 {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    font-size: 34px;
    line-height: 1.08;
  }

  .psk-hero p {
    max-width: 340px;
    margin: 14px auto 0;
    font-size: 15px;
    line-height: 1.55;
  }

  .psk-actions {
    flex-direction: column;
    gap: 10px;
    margin-top: 22px;
  }

  .psk-btn {
    min-height: 44px;
    padding: 11px 18px;
    width: 100%;
    font-size: 14px;
  }

  .psk-socials {
    justify-content: center;
    gap: 18px;
    margin-top: 16px;
  }

  .psk-profile-card {
    margin-top: 4px;
    border-radius: 28px;
    padding: 14px;
  }

  .psk-profile-card > img {
    border-radius: 22px;
    aspect-ratio: 1 / 1.12;
  }

  .psk-profile-card div {
    text-align: center;
  }

  .psk-model-grid,
  .psk-file-grid {
    grid-template-columns: 1fr;
  }

  .psk-model-track {
    grid-auto-columns: calc((100% - (12px * (var(--psk-model-mobile-slides, 1) - 1))) / var(--psk-model-mobile-slides, 1));
    gap: 12px;
    padding-bottom: 14px;
  }

  .psk-model-carousel-btn {
    width: 40px;
    height: 40px;
    font-size: 26px;
  }

  .psk-model-carousel-prev {
    left: 4px;
  }

  .psk-model-carousel-next {
    right: 4px;
  }

  .psk-section {
    margin-top: 48px;
  }

  .psk-contact {
    flex-direction: column;
    text-align: center;
    align-items: stretch;
    border-radius: 26px;
    padding: 24px;
  }

  .psk-contact a {
    width: 100%;
  }

  .psk-viewer-head {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
  }

  .psk-viewer .psk-section-label {
    display: none;
  }

  .psk-viewer .psk-section-title {
    font-size: 27px;
    line-height: 1.06;
  }

  .psk-viewer .psk-section-copy {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.45;
  }

  .psk-viewer-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    justify-content: stretch;
  }

  .psk-viewer-actions .psk-btn {
    width: 100%;
    min-height: 40px;
    padding: 9px 10px;
    font-size: 13px;
  }

  .psk-viewer-note {
    margin-top: 8px;
    font-size: 11.5px;
    line-height: 1.35;
  }

  .psk-book {
    border-radius: 18px;
  }

  .psk-book-toolbar {
    gap: 10px;
    padding: 8px;
  }

  .psk-book-pager {
    gap: 14px;
    padding: 8px;
    border-top: 1px solid #e5e7eb;
  }

  .psk-book-status {
    min-width: 120px;
    font-size: 12px;
  }

  .psk-book-control {
    width: 38px;
    height: 38px;
  }

  .psk-book-zoom {
    justify-content: center;
    margin-left: 0;
  }

  .psk-book-zoom-btn,
  .psk-book-zoom-fit {
    height: 34px;
    min-width: 34px;
    font-size: 13px;
  }

  .psk-book-stage {
    padding: 5px;
    width: 100%;
    touch-action: pan-y;
  }

  .psk-book-zoomed .psk-book-stage {
    overflow: auto;
    touch-action: pan-x pan-y;
  }

  .psk-book-spread {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  .psk-book-single .psk-book-spread {
    width: 100%;
    max-width: 100%;
  }

  .psk-book-zoomed .psk-book-spread,
  .psk-book-zoomed.psk-book-single .psk-book-spread {
    width: max-content;
    max-width: none;
  }

  .psk-book-page,
  .psk-book-image-page {
    min-height: 0;
    width: 100%;
    max-width: 100%;
    padding: 5px;
    border-radius: 14px;
    box-shadow: none;
  }

  .psk-book-zoomed .psk-book-page,
  .psk-book-zoomed .psk-book-image-page {
    width: max-content;
    max-width: none;
  }

  .psk-book-page:first-child,
  .psk-book-page-right {
    border: 0;
    border-radius: 14px;
    box-shadow: none;
  }

  .psk-book-page-right,
  .psk-book-page-right[hidden] {
    display: none !important;
  }

  .psk-book-page canvas,
  .psk-book-image-page img {
    max-width: none;
    max-height: none;
  }

  .psk-book-image-page img {
    max-width: 100%;
  }

  .psk-book-edge {
    display: none;
  }

  .psk-mobile-bottom_bar {
    top: auto;
    left: 10px;
    right: 10px;
    bottom: max(10px, env(safe-area-inset-bottom));
    flex-direction: row;
    justify-content: space-between;
    transform: none;
    gap: 4px;
    padding: 7px;
    border: 1px solid rgba(226, 232, 240, .96);
    border-radius: 24px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 18px 48px rgba(15, 23, 42, .16);
  }

  .psk-mobile-bottom_bar a {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    min-width: 0;
    width: auto;
    height: auto;
    min-height: 56px;
    padding: 7px 3px;
    border-radius: 18px;
    color: #0f172a;
    font-size: 11px;
    line-height: 1.05;
    text-align: center;
    background: transparent;
    box-shadow: none;
  }

  .psk-mobile-bottom_bar .psk-navi-icon {
    width: 32px;
    height: 32px;
    border-radius: 13px;
  }

  .psk-mobile-bottom_bar .psk-navi-icon svg {
    width: 17px;
    height: 17px;
  }

  .psk-mobile-bottom_bar .psk-navi-label {
    position: static;
    display: block;
    max-width: 100%;
    padding: 0;
    background: transparent;
    color: #0f172a;
    font-size: 10.5px;
    line-height: 1.08;
    white-space: normal;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    overflow-wrap: anywhere;
  }

  .psk-mobile-floating {
    top: auto;
    right: 10px;
    bottom: max(10px, env(safe-area-inset-bottom));
    left: auto;
    transform: none;
  }

  .psk-mobile-floating .psk-navi-label {
    position: static;
    display: block;
    padding: 0;
    background: transparent;
    color: #0f172a;
    white-space: normal;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .psk-popup {
    align-items: center;
    padding: 12px;
  }

  .psk-popup-dialog {
    padding: 24px 20px 20px;
    border-radius: 24px;
  }

  .psk-popup-dialog h2 {
    font-size: 26px;
  }
}
