:root {
  --page-bg: #020804;
  --page-surface: #07130a;
  --page-card: #ffffff;
  --page-text: #172019;
  --page-muted: #6f7a72;
  --page-green: #8ee31f;
  --page-green-dark: #5eb516;
  --page-border: #e2eadf;
  --page-shadow: 0 18px 50px rgba(16, 54, 22, 0.10);
  --private-primary: #7fce24;
  --private-primary-dark: #65ad14;
  --private-primary-soft: rgba(127, 206, 36, 0.10);
  --private-bg: #f4f6f9;
  --private-card: #ffffff;
  --private-card-soft: #f8fafc;
  --private-text: #172033;
  --private-muted: #687386;
  --private-border: #e5e9f0;
  --private-success: #16a34a;
  --private-danger: #dc2626;
  --private-warning: #65ad14;
  --private-info: #0284c7;
  --private-radius: 16px;
  --private-radius-sm: 10px;
  --private-shadow: 0 12px 35px rgba(15, 23, 42, 0.07);
  --private-shadow-hover: 0 18px 45px rgba(15, 23, 42, 0.11);
  --private-transition: all 0.22s ease;
  --sidebar-width: 265px;
  --topbar-height: 72px;
  --dash-bg: #f4f7f2;
  --dash-white: #ffffff;
  --dash-dark: #07130a;
  --dash-dark-soft: #102016;
  --dash-primary: #7fce24;
  --dash-primary-dark: #65ad14;
  --dash-primary-soft: rgba(127, 206, 36, 0.12);
  --dash-text: #19251d;
  --dash-muted: #718078;
  --dash-border: #e4eae1;
  --dash-sidebar-text: #b8c7bb;
  --dash-sidebar-muted: #75867a;
  --dash-radius: 14px;
  --dash-shadow: 0 12px 35px rgba(7, 19, 10, 0.08);
  --dash-transition: all 0.22s ease;
  --auth-dark: #07130a;
  --auth-dark-soft: #0d1d12;
  --auth-dark-light: #14271a;
  --auth-primary: #7fce24;
  --auth-primary-dark: #65ad14;
  --auth-primary-light: #a3e653;
  --auth-primary-soft: rgba(127, 206, 36, 0.12);
  --auth-bg: #f4f7f2;
  --auth-white: #ffffff;
  --auth-card: #ffffff;
  --auth-text: #17211a;
  --auth-muted: #738078;
  --auth-border: #e2e9df;
  --auth-danger: #dc2626;
  --auth-success: #16a34a;
  --auth-radius: 20px;
  --auth-radius-small: 11px;
  --auth-shadow: 0 25px 65px rgba(7, 19, 10, 0.13);
  --auth-transition: all 0.22s ease;
  --services-primary: #69b438;
  --services-primary-dark: #4f9729;
  --services-primary-light: #82c94d;
  --services-primary-soft: #f1f8ed;
  --services-bg: #f7f9f5;
  --services-card: #ffffff;
  --services-text: #101410;
  --services-muted: #7e6a69;
  --services-border: #dfead8;
  --services-danger: #ff4d4f;
  --services-radius: 22px;
  --services-shadow: 0 10px 30px rgba(30, 72, 19, 0.07);
  --services-transition: all 0.22s ease;
  --api-primary: #7fce24;
  --api-primary-dark: #65ad14;
  --api-primary-soft: rgba(127, 206, 36, 0.11);
  --api-dark: #07130a;
  --api-text: #19251d;
  --api-muted: #718078;
  --api-bg: #f4f7f2;
  --api-card: #ffffff;
  --api-soft: #f8faf7;
  --api-border: #e2e9df;
  --api-code-bg: #07130a;
  --api-code-text: #d9f5c6;
  --api-radius: 17px;
  --api-radius-small: 10px;
  --api-shadow: 0 14px 40px rgba(7, 19, 10, 0.07);
  --api-transition: all 0.22s ease;
  --terms-primary: #7fce24;
  --terms-primary-dark: #65ad14;
  --terms-primary-light: #a3e653;
  --terms-primary-soft: rgba(127, 206, 36, 0.11);
  --terms-dark: #07130a;
  --terms-text: #19251d;
  --terms-muted: #718078;
  --terms-bg: #f4f7f2;
  --terms-card: #ffffff;
  --terms-soft: #f8faf7;
  --terms-border: #e2e9df;
  --terms-danger: #dc2626;
  --terms-warning: #65ad14;
  --terms-radius: 18px;
  --terms-radius-small: 11px;
  --terms-shadow: 0 15px 42px rgba(7, 19, 10, 0.075);
  --terms-transition: all 0.22s ease;
  --contact-primary: #7fce24;
  --contact-primary-dark: #65ad14;
  --contact-primary-light: #a3e653;
  --contact-primary-soft: rgba(127, 206, 36, 0.11);
  --contact-dark: #07130a;
  --contact-dark-soft: #0d1d12;
  --contact-text: #19251d;
  --contact-muted: #718078;
  --contact-bg: #f4f7f2;
  --contact-card: #ffffff;
  --contact-soft: #f8faf7;
  --contact-border: #e2e9df;
  --contact-danger: #dc2626;
  --contact-success: #16a34a;
  --contact-radius: 20px;
  --contact-radius-small: 11px;
  --contact-shadow: 0 22px 60px rgba(7, 19, 10, 0.11);
  --contact-transition: all 0.22s ease;
  --site-color: #8ee31f;
  --site-color-dark: #5eb516;
  --site-color-deep: #4f9f14;
  --site-color-light: #b4f54b;
  --site-color-soft: rgba(142, 227, 31, 0.12);
  --site-dark: #071006;
  --site-text: #172019;
  --site-muted: #6f7a72;
  --site-border: #e2eadf;
  --site-page-bg: #f4f7f2;
  --public-page-gap: 54px;
  --site-primary: #8ee31f;
  --site-primary-dark: #5eb516;
  --site-primary-deep: #4f9f14;
  --site-primary-light: #b4f54b;
  --site-primary-soft: rgba(142, 227, 31, 0.12);
  --site-bg: #f4f7f2;
  --site-white: #ffffff;
  --site-radius: 12px;
  --site-shadow: 0 14px 36px rgba(16, 54, 22, 0.09);
  --site-transition: all 0.22s ease;
}

html, body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

*, *::before, *::after {
  box-sizing: border-box;
}

body {
  position: relative;
  max-width: 100%;
  overflow-x: hidden;
}

img, svg, video, canvas, iframe {
  max-width: 100%;
}

img, video {
  height: auto;
}

button, input, select, textarea {
  max-width: 100%;
  font: inherit;
}

.container, .container-fluid {
  position: relative;
}

.clearfix::before, .clearfix::after, .row::before, .row::after {
  display: table;
  content: " ";
}

.clearfix::after, .row::after {
  clear: both;
}

.pk-navbar, .hero {
  --hero-bg: #020804;
  --hero-bg-soft: #06150a;
  --hero-green: #8ee31f;
  --hero-green-2: #5eb516;
  --hero-green-3: #b4f54b;
  --hero-text: #ffffff;
  --hero-muted: #b7c0ba;
  --hero-line: rgba(142, 227, 31, 0.24);
  --hero-card: rgba(8, 27, 12, 0.84);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: #020804;
  color: #ffffff;
  font-family: "Inter", Arial, sans-serif;
}

a, a:hover, a:focus {
  text-decoration: none;
}

a:focus:not(:focus-visible) {
  outline: none;
}

.pk-navbar {
  position: relative;
  z-index: 50;
  min-height: 76px;
  margin: 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0;
  background: rgba(1, 6, 3, 0.96);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.pk-navbar .container {
  width: 100%;
  max-width: 1480px;
  padding-right: 30px;
  padding-left: 30px;
}

.pk-navbar .navbar-brand {
  height: 76px;
  padding: 20px 15px;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 26px;
  font-weight: 900;
}

.pk-navbar .navbar-brand:hover, .pk-navbar .navbar-brand:focus {
  color: #fff;
}

.brand-mark {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px 2px;
  background: linear-gradient(135deg, var(--hero-green), var(--hero-green-2));
  color: #071006;
  font-size: 18px;
  box-shadow: 0 0 24px rgba(142, 227, 31, 0.35);
  transform: skew(-8deg);
}

.brand-text span {
  color: var(--hero-green);
}

.pk-navbar .navbar-nav > li > a {
  padding-top: 28px;
  padding-bottom: 28px;
  color: #f4f4f4;
  font-size: 15px;
  font-weight: 600;
}

.pk-navbar .navbar-nav > li > a:hover, .pk-navbar .navbar-nav > li > a:focus {
  background: transparent;
  color: var(--hero-green);
}

.pk-navbar .navbar-toggle {
  margin-top: 20px;
  border-color: rgba(142, 227, 31, 0.35);
}

.pk-navbar .navbar-toggle .icon-bar {
  background: var(--hero-green);
}

.nav-language {
  margin-top: 16px;
  margin-left: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
}

.pk-navbar .navbar-nav > li.nav-language > a {
  padding: 12px 17px;
}

.nav-signup {
  margin: 16px 0 0 18px;
}

.pk-navbar .navbar-nav > li.nav-signup > a {
  padding: 12px 22px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--hero-green), #72c617);
  color: #071006;
  font-weight: 800;
  box-shadow: 0 12px 25px rgba(105, 198, 23, 0.2);
}

.pk-navbar .navbar-nav > li.nav-signup > a:hover, .pk-navbar .navbar-nav > li.nav-signup > a:focus {
  color: #071006;
  transform: translateY(-1px);
}

.hero {
  position: relative;
  min-height: calc(100vh - 76px);
  padding: 58px 0 34px;
  overflow: hidden;
  background: radial-gradient(circle at 75% 22%, rgba(70, 255, 80, 0.11), transparent 28%),
  radial-gradient(circle at 16% 82%, rgba(82, 225, 35, 0.09), transparent 32%),
  linear-gradient(135deg, #020604 0%, #041208 52%, #061d0b 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.28;
  background-image: radial-gradient(circle, rgba(142, 227, 31, 0.65) 1px, transparent 1px);
  background-size: 26px 26px;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent 78%);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent 78%);
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  right: -340px;
  bottom: -480px;
  width: 800px;
  height: 800px;
  border: 1px solid rgba(142, 227, 31, 0.2);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(142, 227, 31, 0.02),
  0 0 0 140px rgba(142, 227, 31, 0.02);
  pointer-events: none;
}

.hero > .container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1480px;
  padding-right: 30px;
  padding-left: 30px;
}

.hero-main-row {
  display: flex;
  align-items: center;
  margin-right: -15px;
  margin-left: -15px;
}

.hero-copy {
  width: 100%;
  max-width: 760px;
  padding-top: 0;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 22px;
  padding: 9px 17px;
  border: 1px solid rgba(142, 227, 31, 0.22);
  border-radius: 999px;
  background: rgba(80, 170, 12, 0.13);
  color: var(--hero-green-3);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.45px;
  text-transform: uppercase;
  box-shadow: 0 0 22px rgba(142, 227, 31, 0.08);
}

.hero-title {
  margin: 0 0 20px;
  color: #fff;
  font-size: 58px;
  line-height: 1.14;
  font-weight: 900;
  letter-spacing: -2px;
}

.hero-title .accent {
  color: var(--hero-green);
  text-shadow: 0 0 28px rgba(142, 227, 31, 0.15);
}

.hero-text {
  max-width: 700px;
  margin: 0 0 24px;
  color: #c4ccc6;
  font-size: 18px;
  line-height: 1.78;
}

.hero-text strong {
  color: var(--hero-green);
  font-weight: 700;
}

.mini-features {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 20px 0 24px;
}

.mini-card {
  width: 108px;
  min-height: 105px;
  padding: 17px 8px 12px;
  text-align: center;
  border: 1px solid rgba(142, 227, 31, 0.25);
  border-radius: 11px;
  background: linear-gradient(180deg, rgba(18, 46, 21, 0.72), rgba(4, 14, 7, 0.65));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition: 0.25s ease;
}

.mini-card:hover {
  border-color: rgba(142, 227, 31, 0.55);
  transform: translateY(-4px);
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.22);
}

.mini-card i {
  margin-bottom: 11px;
  color: var(--hero-green);
  font-size: 29px;
}

.mini-card span {
  display: block;
  color: #fff;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-bottom: 22px;
}

.btn-main, .btn-ghost {
  min-width: 235px;
  padding: 17px 24px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 800;
  transition: 0.25s ease;
}

.btn-main {
  border: 1px solid var(--hero-green);
  background: linear-gradient(135deg, var(--hero-green), #68bb13);
  color: #071006;
  box-shadow: 0 15px 35px rgba(103, 188, 18, 0.21);
}

.btn-main:hover, .btn-main:focus {
  color: #071006;
  transform: translateY(-2px);
  box-shadow: 0 20px 40px rgba(103, 188, 18, 0.28);
}

.btn-ghost {
  border: 1px solid rgba(142, 227, 31, 0.7);
  background: rgba(5, 15, 8, 0.45);
  color: #fff;
}

.btn-ghost:hover, .btn-ghost:focus {
  background: rgba(142, 227, 31, 0.08);
  color: #fff;
  transform: translateY(-2px);
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 25px;
  color: #e2e7e3;
  font-size: 14px;
  font-weight: 600;
}

.trust-list span i {
  margin-right: 7px;
  color: var(--hero-green);
}

.visual-area {
  position: relative;
  width: 100%;
  min-height: 620px;
  padding-left: 96px;
}

.login-card {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 485px;
  margin-left: auto;
  padding: 38px 35px 34px;
  border-radius: 24px;
  background: #fff;
  color: #171717;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42),
  0 0 40px rgba(142, 227, 31, 0.08);
}

.login-card h2 {
  margin: 0 0 6px;
  font-size: 26px;
  font-weight: 900;
}

.login-card .subtext {
  margin-bottom: 25px;
  color: #707070;
  font-size: 14px;
}

.login-card .subtext a, .password-link {
  color: #67ae24;
  font-weight: 700;
}

.login-card label {
  margin-bottom: 9px;
  color: #3a3a3a;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.7px;
}

.field-wrap {
  position: relative;
  margin-bottom: 19px;
}

.field-wrap > i {
  position: absolute;
  top: 17px;
  left: 17px;
  z-index: 2;
  color: #a3aaa3;
  font-size: 15px;
}

.field-wrap .form-control {
  height: 52px;
  padding-right: 14px;
  padding-left: 46px;
  border: 1px solid #d9e6cf;
  border-radius: 10px;
  background: #f7faf4;
  box-shadow: none;
  font-size: 14px;
}

.field-wrap .form-control:focus {
  border-color: #9fd16d;
  box-shadow: 0 0 0 3px rgba(127, 206, 36, 0.12);
}

.field-wrap.password-field .form-control {
  padding-right: 130px;
}

.password-link {
  position: absolute;
  top: 16px;
  right: 15px;
  z-index: 2;
  font-size: 12px;
}

.remember-row {
  margin: 2px 0 20px;
  color: #555;
  font-size: 13px;
}

.remember-row label {
  display: inline-flex;
  align-items: center;
  margin: 0;
  letter-spacing: 0;
  text-transform: none;
  cursor: pointer;
}

.remember-row input {
  width: 17px;
  height: 17px;
  margin: 0 8px 0 0;
}

.btn-signin {
  width: 100%;
  padding: 15px 20px;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(135deg, #7fd31e, #4f9f14);
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  box-shadow: 0 16px 30px rgba(78, 159, 20, 0.23);
  transition: 0.25s ease;
}

.btn-signin:hover, .btn-signin:focus {
  color: #fff;
  transform: translateY(-2px);
}

.divider {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 24px 0 18px;
  color: #929292;
  font-size: 12px;
}

.divider::before, .divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #dce8d3;
}

.hero-google {
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.hero-captcha {
  width: 100%;
  margin-bottom: 18px;
  overflow: hidden;
}

.social-orbit {
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 1;
  width: 170px;
  pointer-events: none;
}

.social-icon {
  position: absolute;
  width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  box-shadow: 0 0 26px currentColor;
  animation: float 4.5s ease-in-out infinite;
}

.social-icon.instagram {
  top: 42px;
  left: 8px;
  background: linear-gradient(135deg, #7b2cff, #f51d8b, #ec4899);
}

.social-icon.tiktok {
  top: 108px;
  left: 100px;
  background: #101010;
  color: #6ff;
  animation-delay: 0.8s;
}

.social-icon.youtube {
  top: 220px;
  left: 54px;
  background: #ff1f25;
  animation-delay: 1.4s;
}

.social-icon.facebook {
  top: 338px;
  left: 4px;
  background: #2878ed;
  animation-delay: 0.3s;
}

.social-icon.telegram {
  top: 472px;
  left: 66px;
  background: #269ed9;
  animation-delay: 1.1s;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

.chart-line {
  position: absolute;
  bottom: 68px;
  left: 25px;
  z-index: 0;
  width: 250px;
  height: 220px;
  opacity: 0.65;
  border-bottom: 1px solid rgba(142, 227, 31, 0.14);
  border-left: 1px solid rgba(142, 227, 31, 0.14);
}

.chart-line::before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 10px;
  width: 225px;
  height: 145px;
  border-top: 3px solid var(--hero-green);
  filter: drop-shadow(0 0 8px rgba(142, 227, 31, 0.8));
  transform: skewY(-25deg);
}

.benefit-strip {
  position: relative;
  z-index: 3;
  width: auto;
  margin: 34px 0 0;
  overflow: hidden;
  border: 1px solid rgba(142, 227, 31, 0.24);
  border-radius: 17px;
  background: rgba(10, 31, 14, 0.78);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);
}

.benefit-item {
  min-height: 118px;
  padding: 24px 22px;
  display: flex;
  align-items: center;
}

.benefit-icon {
  min-width: 58px;
  margin-right: 15px;
  color: var(--hero-green);
  font-size: 35px;
  text-align: center;
}

.benefit-item h4 {
  margin: 0 0 7px;
  font-size: 16px;
  font-weight: 800;
}

.benefit-item p {
  margin: 0;
  color: #aeb9b1;
  font-size: 13px;
  line-height: 1.55;
}

.rtl-form .remember-row input {
  margin-right: 0;
  margin-left: 8px;
}

@media (min-width: 1200px) {
  .hero-main-row {
    min-height: 620px;
  }

  .hero-main-row > .col-md-7 {
    width: 57%;
  }

  .hero-main-row > .col-md-5 {
    width: 43%;
  }
}

@media (min-width: 1600px) {
  .hero > .container, .pk-navbar .container {
    max-width: 1480px;
  }

  .visual-area {
    padding-left: 110px;
  }
}

@media (max-width: 1199px) {
  .hero-title {
    font-size: 47px;
  }

  .visual-area {
    min-height: auto;
    padding-left: 30px;
  }

  .social-icon, .chart-line {
    display: none;
  }
}

@media (max-width: 991px) {
  .pk-navbar .navbar-nav > li > a {
    font-size: 13px;
  }

  .hero {
    padding-top: 45px;
  }

  .hero > .container {
    max-width: 780px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-main-row {
    display: block;
    min-height: 0;
  }

  .hero-copy {
    max-width: 100%;
    text-align: center;
  }

  .hero-text {
    margin-right: auto;
    margin-left: auto;
  }

  .mini-features, .hero-actions, .trust-list {
    justify-content: center;
  }

  .visual-area {
    min-height: auto;
    margin-top: 42px;
    padding-left: 0;
  }

  .login-card {
    max-width: 620px;
    margin: 0 auto;
  }

  .benefit-strip {
    margin-top: 42px;
  }
}

@media (max-width: 767px) {
  .pk-navbar {
    min-height: 66px;
  }

  .pk-navbar .container, .hero > .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .pk-navbar .navbar-brand {
    height: 66px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .pk-navbar .navbar-collapse {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: none;
  }

  .pk-navbar .navbar-nav > li > a {
    padding: 12px 18px;
  }

  .nav-language, .nav-signup {
    margin: 8px 15px;
  }

  .hero {
    min-height: auto;
    padding: 38px 0 26px;
  }

  .hero-title {
    font-size: 38px;
    line-height: 1.18;
    letter-spacing: -1px;
  }

  .hero-text {
    font-size: 16px;
    line-height: 1.7;
  }

  .mini-card {
    width: calc(33.333% - 8px);
  }

  .btn-main, .btn-ghost {
    width: 100%;
    min-width: 0;
  }

  .trust-list {
    gap: 12px 18px;
  }

  .login-card {
    max-width: 100%;
    padding: 28px 20px;
    border-radius: 18px;
  }

  .benefit-item {
    border-bottom: 1px solid rgba(142, 227, 31, 0.12);
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 32px;
  }

  .mini-card {
    width: calc(50% - 6px);
  }

  .field-wrap.password-field .form-control {
    padding-right: 110px;
  }
}

.pk-services-section {
  padding: 85px 0;
  background: radial-gradient(
  circle at 10% 10%,
  rgba(118, 183, 68, 0.08),
  transparent 30%
  ),
  linear-gradient(180deg, #f9fcf7 0%, #f4f8f1 100%);
  font-family: "Inter", Arial, sans-serif;
}

.pk-section-heading {
  max-width: 760px;
  margin: 0 auto 45px;
}

.pk-section-badge {
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 16px;
  color: #62a92d;
  background: #e7f2e2;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.pk-section-heading h2 {
  margin: 0 0 15px;
  color: #111;
  font-size: 38px;
  line-height: 1.25;
  font-weight: 800;
}

.pk-section-heading p {
  margin: 0;
  color: #666;
  font-size: 17px;
  line-height: 1.75;
}

.pk-service-row {
  display: flex;
  flex-wrap: wrap;
}

.pk-service-row > [class*="col-"] {
  display: flex;
  margin-bottom: 28px;
}

.pk-service-card {
  width: 100%;
  min-height: 340px;
  padding: 40px 30px 30px;
  background: #fff;
  border: 1px solid #e2eadc;
  border-radius: 24px;
  text-align: center;
  box-shadow: 0 14px 35px rgba(49, 83, 31, 0.08);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.pk-service-card::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -100px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(117, 184, 65, 0.08);
  transform: translateX(-50%);
  transition: all 0.3s ease;
}

.pk-service-card:hover {
  transform: translateY(-8px);
  border-color: #b8d8a1;
  box-shadow: 0 22px 45px rgba(49, 83, 31, 0.14);
}

.pk-service-card:hover::before {
  width: 230px;
  height: 230px;
}

.pk-service-icon {
  position: relative;
  z-index: 2;
  width: 72px;
  height: 72px;
  margin: 0 auto 22px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}

.pk-instagram {
  color: #fff;
  background: linear-gradient(135deg, #833ab4, #fd1d1d, #ec4899);
}

.pk-youtube {
  color: #fff;
  background: linear-gradient(135deg, #ff4747, #d90000);
}

.pk-tiktok {
  color: #fff;
  background: linear-gradient(135deg, #111, #333);
}

.pk-facebook {
  color: #fff;
  background: linear-gradient(135deg, #1877f2, #0d55af);
}

.pk-telegram {
  color: #fff;
  background: linear-gradient(135deg, #37aee2, #1488c6);
}

.pk-twitter {
  color: #fff;
  background: linear-gradient(135deg, #222, #000);
}

.pk-service-card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 12px;
  color: #111;
  font-size: 21px;
  font-weight: 800;
}

.pk-service-card p {
  position: relative;
  z-index: 2;
  min-height: 78px;
  margin: 0 0 18px;
  color: #5f5f5f;
  font-size: 15px;
  line-height: 1.75;
}

.pk-price {
  position: relative;
  z-index: 2;
  display: table;
  margin: 0 auto 16px;
  padding: 7px 16px;
  border-radius: 30px;
  background: #e6f2eb;
  color: #69ae34;
  font-size: 15px;
  font-weight: 800;
}

.pk-buy-btn {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 13px 24px;
  border-radius: 11px;
  background: linear-gradient(135deg, #79bf42, #4f9625);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 12px 25px rgba(81, 153, 39, 0.22);
  transition: all 0.25s ease;
}

.pk-buy-btn:hover, .pk-buy-btn:focus {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(81, 153, 39, 0.3);
  text-decoration: none;
}

.pk-buy-btn i, .pk-view-all i {
  margin-left: 6px;
  font-size: 12px;
}

.pk-view-all {
  display: inline-block;
  margin-top: 15px;
  padding: 17px 34px;
  border-radius: 12px;
  background: linear-gradient(135deg, #79bf42, #4e9424);
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  box-shadow: 0 14px 30px rgba(81, 153, 39, 0.24);
  transition: all 0.25s ease;
}

.pk-view-all:hover, .pk-view-all:focus {
  color: #fff;
  text-decoration: none;
  transform: translateY(-3px);
}

@media (max-width: 991px) {
  .pk-section-heading h2 {
    font-size: 32px;
  }

  .pk-service-card {
    min-height: 330px;
  }
}

@media (max-width: 767px) {
  .pk-services-section {
    padding: 60px 0;
  }

  .pk-section-heading {
    margin-bottom: 32px;
  }

  .pk-section-heading h2 {
    font-size: 28px;
  }

  .pk-section-heading p {
    font-size: 15px;
  }

  .pk-service-row {
    display: block;
  }

  .pk-service-row > [class*="col-"] {
    display: block;
  }

  .pk-service-card {
    min-height: auto;
    padding: 34px 22px 28px;
    border-radius: 18px;
  }

  .pk-service-card p {
    min-height: auto;
  }

  .pk-view-all {
    width: 100%;
    font-size: 16px;
  }
}

.pk-why-section {
  padding: 85px 0 70px;
  background: radial-gradient(
  circle at 50% 0%,
  rgba(110, 174, 61, 0.05),
  transparent 32%
  ),
  #fff;
}

.pk-why-heading {
  max-width: 760px;
  margin: 0 auto 52px;
  text-align: center;
}

.pk-why-badge {
  display: inline-block;
  margin-bottom: 16px;
  padding: 7px 17px;
  border-radius: 30px;
  background: #e5f0eb;
  color: #69ad37;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.pk-why-heading h2 {
  margin: 0 0 18px;
  color: #070707;
  font-size: 43px;
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: -1.4px;
}

.pk-why-heading p {
  margin: 0;
  color: #503d3d;
  font-size: 17px;
  line-height: 1.7;
}

.pk-why-row {
  display: flex;
  flex-wrap: wrap;
}

.pk-why-row > [class*="col-"] {
  display: flex;
  margin-bottom: 28px;
}

.pk-why-card {
  position: relative;
  width: 100%;
  min-height: 248px;
  padding: 32px 28px 28px;
  overflow: hidden;
  border: 1px solid #dfead7;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(65, 94, 46, 0.08);
  transition: all 0.3s ease;
}

.pk-why-card::before {
  content: "";
  position: absolute;
  right: -55px;
  bottom: -65px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(111, 177, 64, 0.06);
  transition: all 0.3s ease;
}

.pk-why-card:hover {
  transform: translateY(-8px);
  border-color: #bcd9a8;
  box-shadow: 0 22px 44px rgba(65, 94, 46, 0.14);
}

.pk-why-card:hover::before {
  width: 190px;
  height: 190px;
}

.pk-why-icon {
  position: relative;
  z-index: 2;
  width: 70px;
  height: 70px;
  margin-bottom: 22px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e4f0ef;
  color: #68ab37;
  font-size: 31px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.pk-why-card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 11px;
  color: #111;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 800;
}

.pk-why-card p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #5d4c4c;
  font-size: 15px;
  line-height: 1.75;
}

@media (min-width: 992px) {
  .pk-why-row .col-md-4 {
    width: 33.333333%;
  }
}

@media (max-width: 991px) {
  .pk-why-heading h2 {
    font-size: 36px;
  }

  .pk-why-card {
    min-height: 238px;
  }
}

@media (max-width: 767px) {
  .pk-why-section {
    padding: 60px 0 38px;
  }

  .pk-why-heading {
    margin-bottom: 34px;
  }

  .pk-why-heading h2 {
    font-size: 30px;
    letter-spacing: -0.8px;
  }

  .pk-why-heading p {
    font-size: 15px;
  }

  .pk-why-row {
    display: block;
  }

  .pk-why-row > [class*="col-"] {
    display: block;
  }

  .pk-why-card {
    min-height: auto;
    padding: 28px 23px;
    border-radius: 18px;
  }

  .pk-why-icon {
    width: 62px;
    height: 62px;
    font-size: 27px;
  }
}

.how-it-works {
  padding: 62px 0 92px;
  background: #f8fbf5;
}

.hiw-heading {
  margin-bottom: 58px;
  text-align: center;
}

.hiw-badge {
  display: inline-block;
  margin-bottom: 16px;
  padding: 7px 16px;
  border-radius: 30px;
  background: #e6f0ec;
  color: #68ad37;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.hiw-heading h2 {
  margin: 0 0 18px;
  color: #070707;
  font-size: 44px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -1.2px;
}

.hiw-heading p {
  margin: 0;
  color: #493737;
  font-size: 17px;
  line-height: 1.7;
}

.hiw-steps {
  position: relative;
}

.hiw-line {
  position: absolute;
  top: 61px;
  left: 12.5%;
  right: 12.5%;
  height: 3px;
  background: #69ad38;
  z-index: 1;
}

.hiw-step {
  position: relative;
  z-index: 2;
  text-align: center;
}

.hiw-number-wrap {
  position: relative;
  width: 124px;
  height: 124px;
  margin: 0 auto 17px;
  border-radius: 50%;
  background: rgba(105, 173, 56, 0.08);
  border: 1px dashed rgba(105, 173, 56, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
}

.hiw-number {
  width: 108px;
  height: 108px;
  border-radius: 50%;
  background: #69ad38;
  color: #fff;
  font-size: 38px;
  line-height: 108px;
  font-weight: 800;
  text-align: center;
  box-shadow: 0 10px 25px rgba(105, 173, 56, 0.18);
  transition: 0.25s;
}

.hiw-step:hover .hiw-number {
  transform: translateY(-4px);
  box-shadow: 0 15px 30px rgba(105, 173, 56, 0.26);
}

.hiw-step h3 {
  margin: 0 0 9px;
  color: #080808;
  font-size: 19px;
  line-height: 1.4;
  font-weight: 800;
}

.hiw-step p {
  max-width: 320px;
  margin: 0 auto;
  color: #5b4545;
  font-size: 15px;
  line-height: 1.75;
}

@media (max-width: 991px) {
  .hiw-line {
    display: none;
  }

  .hiw-step {
    margin-bottom: 42px;
  }
}

@media (max-width: 767px) {
  .how-it-works {
    padding: 52px 0 34px;
  }

  .hiw-heading {
    margin-bottom: 38px;
  }

  .hiw-heading h2 {
    font-size: 32px;
  }

  .hiw-heading p {
    font-size: 15px;
  }

  .hiw-number-wrap {
    width: 108px;
    height: 108px;
  }

  .hiw-number {
    width: 94px;
    height: 94px;
    line-height: 94px;
    font-size: 34px;
  }

  .hiw-step h3 {
    font-size: 18px;
  }

  .hiw-step p {
    font-size: 14px;
  }
}

.pk-pricing-section {
  padding: 80px 0 34px;
  background: radial-gradient(
  circle at 50% 0%,
  rgba(115, 180, 68, 0.06),
  transparent 32%
  ),
  #ffffff;
}

.pk-pricing-heading {
  max-width: 820px;
  margin: 0 auto 50px;
  text-align: center;
}

.pk-pricing-badge {
  display: inline-block;
  margin-bottom: 16px;
  padding: 7px 18px;
  border-radius: 30px;
  background: #e6f1ec;
  color: #69ae37;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.pk-pricing-heading h2 {
  margin: 0 0 18px;
  color: #070707;
  font-size: 44px;
  line-height: 1.13;
  font-weight: 900;
  letter-spacing: -1.5px;
}

.pk-pricing-heading p {
  margin: 0;
  color: #4d3d3d;
  font-size: 17px;
  line-height: 1.7;
}

.pk-table-shell {
  overflow: hidden;
  border: 1px solid #dce9d4;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 14px 35px rgba(65, 97, 44, 0.08);
}

.pk-pricing-table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
}

.pk-pricing-table thead th {
  padding: 17px 20px;
  border: 0;
  background: #69a83b;
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  vertical-align: middle;
}

.pk-pricing-table thead th:nth-child(even) {
  background: #73b545;
}

.pk-pricing-table tbody td {
  padding: 16px 20px;
  border-top: 1px solid #dce8d5;
  color: #3c2626;
  font-size: 15px;
  line-height: 1.4;
  vertical-align: middle;
}

.pk-pricing-table tbody tr:nth-child(even) {
  background: #f5f8f2;
}

.pk-pricing-table tbody tr:hover {
  background: #eef7e9;
}

.pk-platform-icon {
  display: inline-block;
  width: 24px;
  margin-right: 3px;
  text-align: center;
}

.pkp-instagram {
  color: #c13584;
}

.pkp-youtube {
  color: #ff0000;
}

.pkp-tiktok {
  color: #111111;
}

.pkp-facebook {
  color: #1877f2;
}

.pkp-telegram {
  color: #229ed9;
}

.pk-table-price {
  color: #57ad2d;
  font-weight: 900;
}

.pk-fast {
  display: inline-block;
  margin-left: 10px;
  padding: 4px 10px;
  border-radius: 20px;
  background: #e4efeb;
  color: #5eaf34;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.pk-fast i {
  margin-right: 4px;
  color: #7fce24;
}

.pk-pricing-note {
  margin: 18px 0 0;
  color: #533f3f;
  font-size: 14px;
  text-align: center;
}

.pk-pricing-note a {
  color: #64ae32;
  font-weight: 800;
  text-decoration: none;
}

.pk-pricing-note a:hover {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .pk-pricing-heading h2 {
    font-size: 36px;
  }

  .pk-table-shell {
    overflow-x: auto;
    border-radius: 16px;
  }

  .pk-pricing-table {
    min-width: 850px;
  }
}

@media (max-width: 767px) {
  .pk-pricing-section {
    padding: 58px 0 28px;
  }

  .pk-pricing-heading {
    margin-bottom: 32px;
  }

  .pk-pricing-heading h2 {
    font-size: 30px;
    letter-spacing: -0.8px;
  }

  .pk-pricing-heading p {
    font-size: 15px;
  }

  .pk-pricing-table thead th, .pk-pricing-table tbody td {
    padding: 14px 16px;
    font-size: 14px;
  }
}

.pk-compare-section {
  padding: 70px 0 42px;
  background: radial-gradient(
  circle at 50% 0%,
  rgba(110, 174, 61, 0.05),
  transparent 32%
  ),
  #f8fbf5;
}

.pk-compare-heading {
  max-width: 780px;
  margin: 0 auto 46px;
  text-align: center;
}

.pk-compare-badge {
  display: inline-block;
  margin-bottom: 15px;
  padding: 7px 16px;
  border-radius: 30px;
  background: #e4f0ec;
  color: #69ad37;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.pk-compare-heading h2 {
  margin: 0 0 17px;
  color: #070707;
  font-size: 40px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -1.2px;
}

.pk-compare-heading p {
  margin: 0;
  color: #513e3e;
  font-size: 16px;
  line-height: 1.7;
}

.pk-compare-row {
  display: flex;
  flex-wrap: wrap;
}

.pk-compare-row > [class*="col-"] {
  display: flex;
  margin-bottom: 26px;
}

.pk-compare-card {
  width: 100%;
  min-height: 415px;
  padding: 30px 28px;
  border-radius: 18px;
  background: #fff;
}

.pk-compare-card.pk-best {
  border: 2px solid #6eb53b;
  box-shadow: 0 16px 34px rgba(73, 111, 48, 0.08);
}

.pk-compare-card.pk-other {
  border: 2px solid #dce8d4;
  background: #f3f8ef;
}

.pk-compare-title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.pk-compare-title-icon {
  width: 31px;
  height: 31px;
  margin-right: 12px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 900;
}

.pk-best .pk-compare-title-icon {
  background: #5ecb91;
  color: #fff;
}

.pk-other .pk-compare-title-icon {
  background: transparent;
  color: #ff6b8b;
  font-size: 28px;
}

.pk-compare-title h3 {
  margin: 0;
  color: #161616;
  font-size: 17px;
  font-weight: 900;
}

.pk-compare-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pk-compare-list li {
  position: relative;
  margin-bottom: 16px;
  padding-left: 29px;
  color: #5a4545;
  font-size: 14px;
  line-height: 1.55;
}

.pk-compare-list li:last-child {
  margin-bottom: 0;
}

.pk-compare-list li i {
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  text-align: center;
  font-size: 17px;
}

.pk-best .pk-compare-list li i {
  color: #5cc98d;
}

.pk-other .pk-compare-list li i {
  color: #ff6b8b;
}

.pk-compare-list strong {
  color: #111;
  font-weight: 800;
}

.pk-compare-cta {
  margin-top: 10px;
  text-align: center;
}

.pk-compare-btn {
  display: inline-block;
  padding: 15px 34px;
  border-radius: 10px;
  background: linear-gradient(135deg, #79bd42, #4f9628);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(80, 150, 40, 0.22);
  transition: all 0.25s ease;
}

.pk-compare-btn:hover, .pk-compare-btn:focus {
  color: #fff;
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: 0 19px 34px rgba(80, 150, 40, 0.3);
}

.pk-compare-btn i {
  margin-right: 7px;
}

@media (max-width: 991px) {
  .pk-compare-heading h2 {
    font-size: 34px;
  }

  .pk-compare-card {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .pk-compare-section {
    padding: 56px 0 34px;
  }

  .pk-compare-heading {
    margin-bottom: 34px;
  }

  .pk-compare-heading h2 {
    font-size: 30px;
    letter-spacing: -0.7px;
  }

  .pk-compare-heading p {
    font-size: 15px;
  }

  .pk-compare-row {
    display: block;
  }

  .pk-compare-row > [class*="col-"] {
    display: block;
  }

  .pk-compare-card {
    padding: 25px 20px;
    border-radius: 16px;
  }

  .pk-compare-list li {
    font-size: 14px;
  }

  .pk-compare-btn {
    width: 100%;
  }
}

.pk-reviews-section {
  padding: 74px 0 54px;
  background: radial-gradient(
  circle at 50% 0%,
  rgba(111, 173, 56, 0.05),
  transparent 30%
  ),
  #fff;
}

.pk-reviews-heading {
  max-width: 760px;
  margin: 0 auto 52px;
  text-align: center;
}

.pk-reviews-badge {
  display: inline-block;
  margin-bottom: 16px;
  padding: 7px 17px;
  border-radius: 30px;
  background: #e5f0ec;
  color: #69ad37;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.pk-reviews-heading h2 {
  margin: 0 0 18px;
  color: #070707;
  font-size: 44px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -1.3px;
}

.pk-reviews-heading p {
  margin: 0;
  color: #503e3e;
  font-size: 17px;
  line-height: 1.75;
}

.pk-review-row {
  display: flex;
  flex-wrap: wrap;
}

.pk-review-row > [class*="col-"] {
  display: flex;
  margin-bottom: 24px;
}

.pk-review-card {
  width: 100%;
  min-height: 270px;
  padding: 28px 28px 24px;
  border: 1px solid #dfe9d8;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(64, 93, 46, 0.08);
  transition: all 0.3s ease;
}

.pk-review-card:hover {
  transform: translateY(-7px);
  border-color: #bdd7aa;
  box-shadow: 0 22px 42px rgba(64, 93, 46, 0.14);
}

.pk-review-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.pk-stars {
  color: #7fce24;
  font-size: 16px;
  letter-spacing: 2px;
  white-space: nowrap;
}

.pk-verified {
  color: #16a34a;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.pk-verified i {
  margin-right: 5px;
  font-size: 8px;
  vertical-align: 2px;
}

.pk-review-text {
  min-height: 94px;
  margin: 0;
  color: #4f3d3d;
  font-size: 16px;
  line-height: 1.8;
  font-style: italic;
}

.pk-review-divider {
  height: 1px;
  margin: 18px 0;
  background: #e1eadb;
}

.pk-review-user {
  display: flex;
  align-items: center;
}

.pk-avatar {
  width: 46px;
  height: 46px;
  margin-right: 14px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 800;
}

.avatar-green {
  background: #e2f1ea;
  color: #55a834;
}

.avatar-blue {
  background: #dff0fc;
  color: #1682c4;
}

.avatar-yellow {
  background: #fff2b8;
  color: #4f9f14;
}

.avatar-purple {
  background: #efe1ff;
  color: #8b39d4;
}

.avatar-pink {
  background: #f8e0ee;
  color: #c82b71;
}

.avatar-mint {
  background: #e2f7ef;
  color: #07855a;
}

.pk-user-info h3 {
  margin: 0 0 2px;
  color: #111;
  font-size: 17px;
  font-weight: 800;
}

.pk-user-info p {
  margin: 0 0 2px;
  color: #555;
  font-size: 13px;
  line-height: 1.45;
}

.pk-user-info span {
  color: #64ad35;
  font-size: 13px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .pk-reviews-heading h2 {
    font-size: 37px;
  }
}

@media (max-width: 767px) {
  .pk-reviews-section {
    padding: 58px 0 34px;
  }

  .pk-reviews-heading {
    margin-bottom: 34px;
  }

  .pk-reviews-heading h2 {
    font-size: 31px;
  }

  .pk-reviews-heading p {
    font-size: 15px;
  }

  .pk-review-row {
    display: block;
  }

  .pk-review-row > [class*="col-"] {
    display: block;
  }

  .pk-review-card {
    min-height: auto;
    padding: 24px 21px;
    border-radius: 18px;
  }

  .pk-review-text {
    min-height: auto;
    font-size: 15px;
  }
}

.fansmm-faq {
  position: relative;
  overflow: hidden;
  padding: 85px 0 40px;
  background: radial-gradient(
  circle at 100% 0%,
  rgba(181, 223, 230, 0.38) 0,
  rgba(181, 223, 230, 0.38) 140px,
  transparent 141px
  ),
  linear-gradient(180deg, #f6faef 0%, #eef5e8 100%);
}

.fansmm-faq::before {
  content: "";
  position: absolute;
  left: -120px;
  bottom: -150px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(120, 187, 67, 0.06);
}

.fansmm-faq .container {
  position: relative;
  z-index: 2;
}

.faq-heading {
  max-width: 850px;
  margin: 0 auto 58px;
  text-align: center;
}

.faq-label {
  display: inline-block;
  margin-bottom: 14px;
  padding: 7px 17px;
  border-radius: 30px;
  background: #e3efe8;
  color: #65ae35;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.faq-heading h2 {
  margin: 0 0 18px;
  color: #070707;
  font-size: 45px;
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -1.6px;
}

.faq-heading p {
  margin: 0;
  color: #4f3d3d;
  font-size: 17px;
  line-height: 1.75;
}

.faq-column .panel {
  margin-bottom: 16px;
  overflow: hidden;
  border: 1px solid #e1eadb;
  border-radius: 19px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(63, 94, 43, 0.06);
}

.faq-column .panel-heading {
  padding: 0;
  border: 0;
  background: #fff;
}

.faq-column .panel-title {
  font-size: 16px;
  font-weight: 800;
}

.faq-column .panel-title a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 76px;
  padding: 17px 58px 17px 70px;
  color: #111;
  text-decoration: none;
}

.faq-column .panel-title a:hover, .faq-column .panel-title a:focus {
  color: #5ba42d;
  text-decoration: none;
}

.faq-icon {
  position: absolute;
  left: 22px;
  top: 50%;
  width: 36px;
  height: 36px;
  border-radius: 9px;
  background: #e5f1ee;
  color: #64ad37;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  transform: translateY(-50%);
}

.faq-chevron {
  position: absolute;
  right: 21px;
  top: 50%;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: #e6f1ee;
  color: #65ad37;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  transform: translateY(-50%);
  transition: transform 0.25s ease;
}

.faq-column .panel-title a[aria-expanded="true"] .faq-chevron {
  transform: translateY(-50%) rotate(180deg);
}

.faq-column .panel-collapse {
  border-top: 1px solid #edf2e9;
}

.faq-column .panel-body {
  padding: 18px 22px 22px 70px;
  border: 0 !important;
  color: #666;
  font-size: 15px;
  line-height: 1.75;
}

.faq-cta {
  margin-top: 32px;
  padding: 30px 40px;
  border-radius: 20px;
  background: linear-gradient(135deg, #78bc42 0%, #4f9528 100%);
  color: #fff;
  box-shadow: 0 18px 38px rgba(80, 149, 40, 0.18);
}

.faq-cta h3 {
  margin: 0 0 6px;
  font-size: 22px;
  font-weight: 900;
}

.faq-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
}

.faq-contact-btn {
  display: inline-block;
  margin-top: 3px;
  padding: 16px 28px;
  border-radius: 12px;
  background: #fff;
  color: #4c8e28;
  font-size: 16px;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  transition: all 0.25s ease;
}

.faq-contact-btn:hover, .faq-contact-btn:focus {
  color: #3f7920;
  text-decoration: none;
  transform: translateY(-2px);
}

.faq-contact-btn i {
  margin-left: 8px;
  font-size: 12px;
}

@media (max-width: 991px) {
  .faq-heading h2 {
    font-size: 38px;
  }

  .faq-column:last-child {
    margin-top: 0;
  }

  .faq-cta {
    text-align: center;
  }

  .faq-cta .text-right {
    text-align: center;
    margin-top: 18px;
  }
}

@media (max-width: 767px) {
  .fansmm-faq {
    padding: 60px 0 30px;
  }

  .faq-heading {
    margin-bottom: 36px;
  }

  .faq-heading h2 {
    font-size: 31px;
    letter-spacing: -0.8px;
  }

  .faq-heading p {
    font-size: 15px;
  }

  .faq-column .panel-title a {
    min-height: 72px;
    padding: 15px 50px 15px 62px;
    font-size: 15px;
    line-height: 1.45;
  }

  .faq-icon {
    left: 16px;
  }

  .faq-chevron {
    right: 14px;
  }

  .faq-column .panel-body {
    padding: 16px 18px 20px;
  }

  .faq-cta {
    padding: 27px 22px;
  }

  .faq-contact-btn {
    width: 100%;
  }
}

.pk-growth-cta {
  padding: 86px 0 92px;
  background: radial-gradient(
  circle at 50% 0%,
  rgba(105, 173, 56, 0.04),
  transparent 34%
  ),
  #fff;
  text-align: center;
}

.pk-growth-inner {
  max-width: 760px;
  margin: 0 auto;
}

.pk-growth-title {
  margin: 0 0 18px;
  color: #070707;
  font-size: 45px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -1.4px;
}

.pk-growth-text {
  max-width: 620px;
  margin: 0 auto 28px;
  color: #4d3a3a;
  font-size: 18px;
  line-height: 1.55;
}

.pk-growth-btn {
  display: inline-block;
  min-width: 420px;
  padding: 18px 30px;
  border-radius: 12px;
  background: linear-gradient(135deg, #79bd42, #4f9629);
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 16px 34px rgba(80, 150, 41, 0.24);
  transition: all 0.25s ease;
}

.pk-growth-btn:hover, .pk-growth-btn:focus {
  color: #fff;
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: 0 22px 40px rgba(80, 150, 41, 0.3);
}

.pk-growth-btn i {
  margin-right: 8px;
}

@media (max-width: 767px) {
  .pk-growth-cta {
    padding: 62px 15px 68px;
  }

  .pk-growth-title {
    font-size: 32px;
    letter-spacing: -0.8px;
  }

  .pk-growth-text {
    font-size: 16px;
    line-height: 1.6;
  }

  .pk-growth-btn {
    width: 100%;
    min-width: 0;
    padding: 16px 20px;
    font-size: 16px;
  }
}

.pk-footer {
  background: #0e0c10;
  color: #9f9aa6;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.pk-footer-main {
  padding: 54px 0 46px;
}

.pk-footer-brand {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

.pk-footer-logo {
  width: 50px;
  height: 50px;
  margin-right: 12px;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #7cc33f, #5d9f2d);
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(104, 173, 55, 0.18);
}

.pk-footer-brand-name {
  color: #fff;
  font-size: 23px;
  font-weight: 800;
}

.pk-footer-badge {
  display: inline-block;
  margin-bottom: 16px;
  padding: 5px 13px;
  border: 1px solid rgba(111, 183, 58, 0.35);
  border-radius: 20px;
  background: rgba(111, 183, 58, 0.09);
  color: #7ccf43;
  font-size: 12px;
  font-weight: 700;
}

.pk-footer-about {
  max-width: 520px;
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.85;
}

.pk-footer-features {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pk-footer-features li {
  margin-bottom: 9px;
  font-size: 14px;
}

.pk-footer-features li::before {
  content: "•";
  margin-right: 9px;
  color: #77c83f;
  font-size: 17px;
}

.pk-footer-title {
  margin: 0 0 20px;
  padding-bottom: 11px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.pk-footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pk-footer-links li {
  margin-bottom: 13px;
}

.pk-footer-links a {
  color: #a9a4af;
  font-size: 15px;
  text-decoration: none;
  transition: 0.2s ease;
}

.pk-footer-links a:hover {
  color: #7bc641;
  padding-left: 3px;
}

.pk-footer-seo {
  padding: 27px 0 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #121015;
}

.pk-footer-seo p {
  margin: 0 0 7px;
  color: #77727f;
  font-size: 14px;
  line-height: 1.8;
}

.pk-footer-seo strong {
  color: #96919d;
}

.pk-footer-seo a {
  color: #7e7985;
  text-decoration: underline;
}

.pk-footer-bottom {
  padding: 19px 0;
  background: #0c0a0e;
}

.pk-copyright {
  margin: 0;
  color: #77727f;
  font-size: 13px;
  line-height: 32px;
}

.pk-bottom-links {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.pk-bottom-links li {
  display: inline-block;
  margin: 0 7px;
  color: #4f4b54;
}

.pk-bottom-links a {
  color: #7f7a86;
  font-size: 13px;
  text-decoration: none;
}

.pk-bottom-links a:hover {
  color: #7bc641;
}

.pk-payment-badges {
  text-align: right;
}

.pk-payment-badges span {
  display: inline-block;
  margin-left: 6px;
  padding: 5px 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 5px;
  background: #17141b;
  color: #7d7783;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .pk-footer-col {
    margin-bottom: 28px;
  }

  .pk-payment-badges, .pk-bottom-links, .pk-copyright {
    text-align: center;
  }

  .pk-copyright {
    line-height: 1.6;
    margin-bottom: 10px;
  }

  .pk-payment-badges {
    margin-top: 12px;
  }
}

@media (max-width: 767px) {
  .pk-footer-main {
    padding: 42px 0 24px;
  }

  .pk-footer-about {
    font-size: 14px;
  }

  .pk-payment-badges span {
    margin: 4px 3px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

section {
  position: relative;
}

button, input, select, textarea {
  font-family: inherit;
}

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

body.public-landing-page {
  background: #ffffff;
  color: #172019;
}

.pk-navbar, .hero {
  color: #ffffff;
}

.visual-area {
  width: 100%;
  min-height: 625px;
  padding-right: 0;
  padding-left: 55px;
}

.login-card {
  width: 100%;
  max-width: 485px;
  margin-right: 0;
  margin-left: auto;
}

.hero-google, .hero-captcha {
  width: 100%;
  overflow: hidden;
}

.hero-google {
  text-align: center;
}

.hero-google > div, .hero-google iframe {
  width: 100% !important;
  max-width: 100% !important;
}

.hero-captcha {
  margin-bottom: 18px;
}

.login-card .alert {
  margin-bottom: 18px;
  border-radius: 10px;
  font-size: 13px;
}

.rtl-form .field-wrap > i {
  right: 17px;
  left: auto;
}

.rtl-form .field-wrap .form-control {
  padding-right: 46px;
  padding-left: 14px;
}

.rtl-form .field-wrap.password-field .form-control {
  padding-right: 46px;
  padding-left: 130px;
}

.rtl-form .password-link {
  right: auto;
  left: 15px;
}

@media (max-width: 1199px) {
  .visual-area {
    min-height: auto;
    padding-left: 25px;
  }
}

@media (max-width: 991px) {
  .hero-main-row {
    display: block;
  }

  .hero-main-row > .col-md-7, .hero-main-row > .col-md-5 {
    width: 100%;
  }

  .visual-area {
    margin-top: 45px;
    padding-left: 0;
  }

  .login-card {
    max-width: 620px;
    margin-right: auto;
  }
}

.private-dashboard-body {
  min-height: 100vh;
  margin: 0;
  color: var(--private-text);
  background: var(--private-bg);
  font-family: "Inter", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

.private-dashboard-body a {
  color: var(--private-primary);
  text-decoration: none;
  transition: var(--private-transition);
}

.private-dashboard-body a:hover, .private-dashboard-body a:focus {
  color: var(--private-primary-dark);
  text-decoration: none;
  outline: none;
}

.private-dashboard-body img {
  max-width: 100%;
  height: auto;
}

.dashboard-content {
  min-height: calc(100vh - 72px);
  padding: 32px;
  background: radial-gradient(
  circle at top right,
  rgba(127, 206, 36, 0.05),
  transparent 28%
  ),
  var(--private-bg);
}

.dashboard-content > .container, .dashboard-content > .container-fluid {
  width: 100%;
  max-width: 1400px;
  padding-right: 15px;
  padding-left: 15px;
}

.dashboard-content .container {
  width: 100%;
}

.dashboard-content .row {
  margin-right: -10px;
  margin-left: -10px;
}

.dashboard-content [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}

.dashboard-content h1, .dashboard-content .page-title {
  margin: 0 0 8px;
  color: var(--private-text);
  font-size: 28px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.5px;
}

.dashboard-content h2 {
  color: var(--private-text);
  font-size: 23px;
  font-weight: 750;
}

.dashboard-content h3 {
  color: var(--private-text);
  font-size: 19px;
  font-weight: 700;
}

.dashboard-content h4 {
  color: var(--private-text);
  font-size: 16px;
  font-weight: 700;
}

.dashboard-content p {
  color: var(--private-muted);
}

.private-dashboard-body .well, .private-dashboard-body .panel, .private-dashboard-body .card, .private-dashboard-body .table-responsive, .private-dashboard-body .service-card, .private-dashboard-body .ticket-card, .private-dashboard-body .account-card {
  margin-bottom: 24px;
  padding: 26px;
  border: 1px solid var(--private-border);
  border-radius: var(--private-radius);
  background: var(--private-card);
  box-shadow: var(--private-shadow);
}

.private-dashboard-body .well {
  min-height: auto;
}

.private-dashboard-body .well-sm {
  padding: 18px;
}

.private-dashboard-body .well-lg {
  padding: 32px;
}

.private-dashboard-body .panel {
  overflow: hidden;
  padding: 0;
}

.private-dashboard-body .panel-heading {
  padding: 18px 22px;
  border-bottom: 1px solid var(--private-border);
  border-radius: var(--private-radius)
  var(--private-radius)
  0
  0;
  color: var(--private-text);
  background: var(--private-card);
  font-size: 16px;
  font-weight: 700;
}

.private-dashboard-body .panel-body {
  padding: 22px;
}

.private-dashboard-body .panel-footer {
  padding: 16px 22px;
  border-top: 1px solid var(--private-border);
  border-radius: 0
  0
  var(--private-radius)
  var(--private-radius);
  background: var(--private-card-soft);
}

.private-dashboard-body .well:hover, .private-dashboard-body .panel:hover {
  box-shadow: var(--private-shadow-hover);
}

#order-form {
  position: relative;
}

#order-form .form-group {
  margin-bottom: 21px;
}

#order-form .control-label {
  display: block;
  margin-bottom: 8px;
  color: var(--private-text);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1px;
}

#order-form .control-label::after {
  content: "";
}

#order-form .form-control {
  width: 100%;
  height: 48px;
  padding: 10px 14px;
  border: 1px solid var(--private-border);
  border-radius: var(--private-radius-sm);
  color: var(--private-text);
  background: #ffffff;
  box-shadow: none;
  font-size: 14px;
  transition: var(--private-transition);
}

#order-form textarea.form-control {
  min-height: 120px;
  height: auto;
  resize: vertical;
}

#order-form select.form-control {
  cursor: pointer;
}

#order-form .form-control:hover {
  border-color: #cfd5df;
}

#order-form .form-control:focus {
  border-color: var(--private-primary);
  outline: none;
  box-shadow: 0 0 0 3px rgba(127, 206, 36, 0.11);
}

#order-form .form-control[readonly], #order-form .form-control[disabled] {
  color: #4d596b;
  background: #f5f7fa;
  cursor: not-allowed;
}

#order-form #charge {
  color: var(--private-primary-dark);
  background: linear-gradient(
  135deg,
  rgba(127, 206, 36, 0.08),
  rgba(127, 206, 36, 0.03)
  );
  font-size: 16px;
  font-weight: 800;
}

#new-order-search {
  margin-bottom: 4px;
}

#new-order-search .input-wrapper {
  position: relative;
}

#new-order-search .input-wrapper button {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 48px;
  color: var(--private-muted);
  pointer-events: none;
}

#new-order-search .input-wrapper .form-control {
  padding-left: 46px;
}

.rtl-layout #new-order-search .input-wrapper .form-control {
  padding-right: 46px;
  padding-left: 14px;
}

.private-dashboard-body .select2-container {
  width: 100% !important;
}

.private-dashboard-body .select2-container .select2-selection--single {
  height: 48px;
  border: 1px solid var(--private-border);
  border-radius: var(--private-radius-sm);
  background: #ffffff;
  box-shadow: none;
}

.private-dashboard-body .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-right: 42px;
  padding-left: 14px;
  color: var(--private-text);
  line-height: 46px;
}

.private-dashboard-body .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0;
  right: 10px;
  height: 46px;
}

.private-dashboard-body .select2-container--default.select2-container--focus .select2-selection--single, .private-dashboard-body .select2-container--default.select2-container--open .select2-selection--single {
  border-color: var(--private-primary);
  box-shadow: 0 0 0 3px rgba(127, 206, 36, 0.10);
}

.private-dashboard-body .select2-dropdown {
  overflow: hidden;
  border: 1px solid var(--private-border);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: var(--private-shadow);
}

.private-dashboard-body .select2-container--default .select2-results__option {
  padding: 10px 14px;
  color: var(--private-text);
}

.private-dashboard-body .select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #ffffff;
  background: var(--private-primary);
}

.private-dashboard-body .select2-container--default .select2-search--dropdown .select2-search__field {
  height: 42px;
  border: 1px solid var(--private-border);
  border-radius: 8px;
  outline: none;
}

#service_description {
  margin-top: 4px;
}

#service_description .panel-body, .panel-body.border-solid.border-rounded {
  padding: 18px;
  border: 1px solid var(--private-border);
  border-radius: var(--private-radius-sm);
  color: var(--private-muted);
  background: linear-gradient(
  135deg,
  #f8fafc,
  #ffffff
  );
  font-size: 13px;
  line-height: 1.75;
}

#service_description .panel-body strong {
  color: var(--private-text);
}

#service_description .panel-body ul, #service_description .panel-body ol {
  padding-left: 20px;
}

#fields .form-group {
  position: relative;
}

#fields .help-block {
  margin-top: 7px;
  margin-bottom: 0;
  color: var(--private-muted);
  font-size: 12px;
}

#fields input[type="number"] {
  appearance: textfield;
}

#fields input[type="checkbox"], #fields input[type="radio"] {
  margin-right: 7px;
  accent-color: var(--private-primary);
}

#order-form .terms {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 15px 16px;
  border: 1px solid var(--private-border);
  border-radius: var(--private-radius-sm);
  color: var(--private-muted);
  background: var(--private-card-soft);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
}

#order-form .terms input {
  flex: 0 0 auto;
  margin: 4px 9px 0 0;
  accent-color: var(--private-primary);
}

#order-form .terms a {
  margin-left: 4px;
  font-weight: 700;
}

.private-dashboard-body .btn {
  min-height: 42px;
  padding: 10px 18px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  transition: var(--private-transition);
}

.private-dashboard-body .btn-primary {
  border-color: var(--private-primary);
  color: #ffffff;
  background: linear-gradient(
  135deg,
  var(--private-primary),
  var(--private-primary-dark)
  );
  box-shadow: 0 9px 20px rgba(127, 206, 36, 0.24);
}

.private-dashboard-body .btn-primary:hover, .private-dashboard-body .btn-primary:focus, .private-dashboard-body .btn-primary:active {
  border-color: var(--private-primary-dark);
  color: #ffffff;
  background: linear-gradient(
  135deg,
  var(--private-primary-dark),
  #5eb516
  );
  box-shadow: 0 12px 25px rgba(127, 206, 36, 0.30);
  transform: translateY(-1px);
}

#order-form > .btn-primary, #order-form button[type="submit"] {
  width: 100%;
  min-height: 50px;
  margin-top: 4px;
  font-size: 15px;
}

.private-dashboard-body .btn-default {
  border-color: var(--private-border);
  color: var(--private-text);
  background: #ffffff;
}

.private-dashboard-body .btn-default:hover {
  border-color: #cbd2dc;
  background: #f8fafc;
}

.private-dashboard-body .btn-success {
  border-color: var(--private-success);
  background: var(--private-success);
}

.private-dashboard-body .btn-danger {
  border-color: var(--private-danger);
  background: var(--private-danger);
}

.private-dashboard-body .alert {
  position: relative;
  margin-bottom: 22px;
  padding: 17px 48px 17px 18px;
  border-width: 1px;
  border-style: solid;
  border-radius: var(--private-radius-sm);
  box-shadow: none;
  font-size: 13px;
  line-height: 1.7;
}

.private-dashboard-body .alert h4 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 16px;
}

.private-dashboard-body .alert-success {
  border-color: rgba(22, 163, 74, 0.20);
  color: #166534;
  background: #f0fdf4;
}

.private-dashboard-body .alert-danger {
  border-color: rgba(220, 38, 38, 0.20);
  color: #991b1b;
  background: #fef2f2;
}

.private-dashboard-body .alert-warning {
  border-color: rgba(101, 173, 20, 0.22);
  color: #92400e;
  background: #fffbeb;
}

.private-dashboard-body .alert-info {
  border-color: rgba(2, 132, 199, 0.20);
  color: #075985;
  background: #f0f9ff;
}

.private-dashboard-body .alert .close {
  top: 3px;
  right: 5px;
  color: inherit;
  opacity: 0.55;
  text-shadow: none;
}

.private-dashboard-body .alert .close:hover {
  opacity: 1;
}

.private-dashboard-body .table-responsive {
  overflow-x: auto;
  padding: 0;
  border: 1px solid var(--private-border);
}

.private-dashboard-body .table {
  width: 100%;
  margin-bottom: 0;
  background: #ffffff;
}

.private-dashboard-body .table > thead > tr > th {
  padding: 14px 15px;
  border-bottom: 1px solid var(--private-border);
  color: #596477;
  background: #f8fafc;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.35px;
}

.private-dashboard-body .table > tbody > tr > td {
  padding: 14px 15px;
  border-top: 1px solid #edf0f4;
  color: #3d4758;
  vertical-align: middle;
}

.private-dashboard-body .table > tbody > tr:hover {
  background: #fffaf7;
}

.private-dashboard-body .table-striped > tbody > tr:nth-of-type(odd) {
  background: #fbfcfd;
}

.private-dashboard-body .table-striped > tbody > tr:nth-of-type(odd):hover {
  background: #fffaf7;
}

.private-dashboard-body .label, .private-dashboard-body .badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  padding: 6px 9px;
  border-radius: 100px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}

.private-dashboard-body .label-default {
  color: #475569;
  background: #e9edf2;
}

.private-dashboard-body .label-primary {
  color: #5eb516;
  background: #ffedd5;
}

.private-dashboard-body .label-success {
  color: #166534;
  background: #dcfce7;
}

.private-dashboard-body .label-warning {
  color: #92400e;
  background: #fef3c7;
}

.private-dashboard-body .label-danger {
  color: #991b1b;
  background: #fee2e2;
}

.private-dashboard-body .label-info {
  color: #075985;
  background: #e0f2fe;
}

.private-dashboard-body .nav-tabs {
  margin-bottom: 22px;
  border-bottom: 1px solid var(--private-border);
}

.private-dashboard-body .nav-tabs > li {
  margin-bottom: -1px;
}

.private-dashboard-body .nav-tabs > li > a {
  margin-right: 4px;
  padding: 11px 15px;
  border: 1px solid transparent;
  border-radius: 9px 9px 0 0;
  color: var(--private-muted);
  font-weight: 650;
}

.private-dashboard-body .nav-tabs > li > a:hover {
  border-color: transparent;
  color: var(--private-primary);
  background: var(--private-primary-soft);
}

.private-dashboard-body .nav-tabs > li.active > a, .private-dashboard-body .nav-tabs > li.active > a:hover, .private-dashboard-body .nav-tabs > li.active > a:focus {
  border: 1px solid var(--private-border);
  border-bottom-color: #ffffff;
  color: var(--private-primary-dark);
  background: #ffffff;
}

.private-dashboard-body .pagination {
  margin: 22px 0 0;
}

.private-dashboard-body .pagination > li > a, .private-dashboard-body .pagination > li > span {
  min-width: 39px;
  margin: 0 3px;
  padding: 9px 12px;
  border: 1px solid var(--private-border);
  border-radius: 9px;
  color: var(--private-text);
  background: #ffffff;
  text-align: center;
}

.private-dashboard-body .pagination > li > a:hover {
  border-color: var(--private-primary);
  color: var(--private-primary);
  background: var(--private-primary-soft);
}

.private-dashboard-body .pagination > .active > a, .private-dashboard-body .pagination > .active > span, .private-dashboard-body .pagination > .active > a:hover {
  border-color: var(--private-primary);
  color: #ffffff;
  background: var(--private-primary);
}

.private-dashboard-body .modal-content {
  overflow: hidden;
  border: 0;
  border-radius: var(--private-radius);
  box-shadow: 0 30px 70px rgba(15, 23, 42, 0.22);
}

.private-dashboard-body .modal-header {
  padding: 20px 22px;
  border-bottom: 1px solid var(--private-border);
}

.private-dashboard-body .modal-title {
  color: var(--private-text);
  font-weight: 750;
}

.private-dashboard-body .modal-body {
  padding: 22px;
}

.private-dashboard-body .modal-footer {
  padding: 16px 22px;
  border-top: 1px solid var(--private-border);
  background: var(--private-card-soft);
}

.private-dashboard-body .dropdown-menu {
  padding: 8px;
  border: 1px solid var(--private-border);
  border-radius: 11px;
  box-shadow: var(--private-shadow);
}

.private-dashboard-body .dropdown-menu > li > a {
  padding: 10px 12px;
  border-radius: 7px;
  color: var(--private-text);
  font-size: 13px;
}

.private-dashboard-body .dropdown-menu > li > a:hover, .private-dashboard-body .dropdown-menu > .active > a, .private-dashboard-body .dropdown-menu > .active > a:hover {
  color: var(--private-primary-dark);
  background: var(--private-primary-soft);
}

.private-dashboard-body form .form-group {
  margin-bottom: 19px;
}

.private-dashboard-body form .control-label {
  margin-bottom: 8px;
  color: var(--private-text);
  font-weight: 700;
}

.private-dashboard-body form .form-control {
  height: 46px;
  border: 1px solid var(--private-border);
  border-radius: var(--private-radius-sm);
  box-shadow: none;
}

.private-dashboard-body form textarea.form-control {
  min-height: 130px;
  height: auto;
}

.private-dashboard-body form .form-control:focus {
  border-color: var(--private-primary);
  box-shadow: 0 0 0 3px rgba(127, 206, 36, 0.10);
}

.dashboard-content .well.rtl-content, .dashboard-content .well:last-child {
  color: var(--private-muted);
}

.dashboard-content .well h1, .dashboard-content .well h2, .dashboard-content .well h3, .dashboard-content .well h4 {
  color: var(--private-text);
}

.dashboard-content .well ul, .dashboard-content .well ol {
  padding-left: 21px;
}

.dashboard-content .well li {
  margin-bottom: 7px;
}

.private-empty-state, .private-dashboard-body .empty-state {
  padding: 50px 25px;
  border: 1px dashed #d7dce4;
  border-radius: var(--private-radius);
  color: var(--private-muted);
  background: #ffffff;
  text-align: center;
}

.private-empty-state i, .private-dashboard-body .empty-state i {
  display: block;
  margin-bottom: 15px;
  color: var(--private-primary);
  font-size: 38px;
}

.rtl-layout .dashboard-content, .rtl-layout .well, .rtl-layout .panel, .rtl-layout form {
  direction: rtl;
  text-align: right;
}

.rtl-layout #order-form .terms input {
  margin-right: 0;
  margin-left: 9px;
}

.rtl-layout #order-form .terms a {
  margin-right: 4px;
  margin-left: 0;
}

.rtl-layout .table > thead > tr > th, .rtl-layout .table > tbody > tr > td {
  text-align: right;
}

.rtl-layout .alert {
  padding-right: 18px;
  padding-left: 48px;
}

.rtl-layout .alert .close {
  right: auto;
  left: 5px;
}

@media (max-width: 991px) {
  .dashboard-content {
    padding: 24px 18px;
  }

  .private-dashboard-body .well, .private-dashboard-body .panel, .private-dashboard-body .card {
    padding: 22px;
  }

  .private-dashboard-body .panel {
    padding: 0;
  }

  .dashboard-content .col-md-8.col-md-offset-2 {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .dashboard-content {
    padding: 18px 10px;
  }

  .dashboard-content > .container, .dashboard-content > .container-fluid {
    padding-right: 5px;
    padding-left: 5px;
  }

  .private-dashboard-body .well, .private-dashboard-body .card {
    margin-bottom: 18px;
    padding: 18px 15px;
    border-radius: 13px;
  }

  .private-dashboard-body .panel {
    padding: 0;
    border-radius: 13px;
  }

  .private-dashboard-body .panel-heading {
    padding: 16px;
  }

  .private-dashboard-body .panel-body {
    padding: 16px;
  }

  #order-form .form-group {
    margin-bottom: 17px;
  }

  #order-form .form-control, .private-dashboard-body form .form-control {
    height: 46px;
    font-size: 16px;
  }

  #order-form > .btn-primary, #order-form button[type="submit"] {
    min-height: 48px;
  }

  .private-dashboard-body .table > thead > tr > th, .private-dashboard-body .table > tbody > tr > td {
    padding: 12px;
    white-space: nowrap;
  }

  .private-dashboard-body .alert {
    padding: 15px 42px 15px 14px;
  }

  .dashboard-content h1, .dashboard-content .page-title {
    font-size: 23px;
  }
}

@media (max-width: 480px) {
  .dashboard-content {
    padding: 14px 8px;
  }

  .private-dashboard-body .well {
    padding: 16px 13px;
  }

  #order-form .terms {
    padding: 13px;
  }

  .private-dashboard-body .btn {
    width: 100%;
  }

  .private-dashboard-body .modal-dialog {
    margin: 10px;
  }
}

.private-dashboard-body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  color: var(--dash-text);
  background: var(--dash-bg);
  font-family: "Inter", Arial, sans-serif;
}

.private-dashboard-body *, .private-dashboard-body *::before, .private-dashboard-body *::after {
  box-sizing: border-box;
}

.dashboard-layout {
  position: relative;
  min-height: 100vh;
  background: var(--dash-bg);
}

.dashboard-main {
  min-width: 0;
  min-height: 100vh;
  margin-left: var(--sidebar-width);
  transition: var(--dash-transition);
}

.dashboard-sidebar {
  position: fixed;
  z-index: 1040;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: var(--sidebar-width);
  min-height: 100vh;
  overflow: hidden;
  color: var(--dash-sidebar-text);
  background: radial-gradient(
  circle at 15% 10%,
  rgba(127, 206, 36, 0.13),
  transparent 30%
  ),
  linear-gradient(
  180deg,
  #07130a 0%,
  #0a180e 55%,
  #061008 100%
  );
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 12px 0 32px rgba(7, 19, 10, 0.12);
  transition: transform 0.28s ease;
}

.sidebar-brand {
  display: flex;
  flex: 0 0 var(--topbar-height);
  align-items: center;
  min-height: var(--topbar-height);
  padding: 0 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.sidebar-brand > a {
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 0;
  color: #ffffff;
  text-decoration: none;
}

.sidebar-brand img {
  display: block;
  max-width: 175px;
  max-height: 43px;
  object-fit: contain;
}

.sidebar-brand-mark {
  display: inline-flex;
  flex: 0 0 42px;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-right: 11px;
  border-radius: 12px;
  color: #07130a;
  background: linear-gradient(
  135deg,
  #9ee34c,
  var(--dash-primary)
  );
  font-size: 18px;
  box-shadow: 0 9px 23px rgba(127, 206, 36, 0.22);
}

.sidebar-brand-name {
  overflow: hidden;
  color: #ffffff;
  font-size: 19px;
  font-weight: 850;
  letter-spacing: -0.45px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sidebar-user-card {
  display: flex;
  align-items: center;
  margin: 18px 16px 13px;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.045);
}

.sidebar-user-avatar {
  display: inline-flex;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 11px;
  border: 1px solid rgba(127, 206, 36, 0.25);
  border-radius: 12px;
  color: var(--dash-primary);
  background: rgba(127, 206, 36, 0.09);
  font-size: 15px;
}

.sidebar-user-info {
  min-width: 0;
}

.sidebar-user-info strong {
  display: block;
  overflow: hidden;
  margin-bottom: 3px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sidebar-user-info span {
  display: block;
  overflow: hidden;
  color: var(--dash-primary);
  font-size: 12px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sidebar-navigation {
  flex: 1 1 auto;
  min-height: 0;
  padding: 5px 12px 18px;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(127, 206, 36, 0.35)
  transparent;
}

.sidebar-navigation::-webkit-scrollbar {
  width: 5px;
}

.sidebar-navigation::-webkit-scrollbar-track {
  background: transparent;
}

.sidebar-navigation::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(127, 206, 36, 0.28);
}

.sidebar-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-menu > li {
  position: relative;
  margin-bottom: 4px;
}

.sidebar-menu > li > a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 47px;
  padding: 10px 13px;
  border: 1px solid transparent;
  border-radius: 11px;
  color: var(--dash-sidebar-text);
  background: transparent;
  font-size: 13px;
  font-weight: 650;
  text-decoration: none;
  transition: var(--dash-transition);
}

.sidebar-menu > li > a:hover, .sidebar-menu > li > a:focus {
  color: #ffffff;
  border-color: rgba(127, 206, 36, 0.10);
  background: rgba(127, 206, 36, 0.09);
  outline: none;
  transform: translateX(3px);
}

.sidebar-menu > li.active > a, .sidebar-menu > li.active > a:hover, .sidebar-menu > li.active > a:focus {
  color: #ffffff;
  border-color: rgba(127, 206, 36, 0.21);
  background: linear-gradient(
  135deg,
  rgba(127, 206, 36, 0.22),
  rgba(127, 206, 36, 0.10)
  );
  box-shadow: inset 3px 0 0 var(--dash-primary);
  transform: none;
}

.sidebar-menu-icon {
  display: inline-flex;
  flex: 0 0 34px;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-right: 10px;
  border-radius: 10px;
  color: var(--dash-sidebar-muted);
  background: rgba(255, 255, 255, 0.035);
  font-size: 14px;
  transition: var(--dash-transition);
}

.sidebar-menu > li > a:hover .sidebar-menu-icon {
  color: var(--dash-primary);
  background: rgba(127, 206, 36, 0.10);
}

.sidebar-menu > li.active > a .sidebar-menu-icon {
  color: #07130a;
  background: var(--dash-primary);
  box-shadow: 0 7px 18px rgba(127, 206, 36, 0.20);
}

.sidebar-menu-text {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sidebar-footer {
  flex: 0 0 auto;
  padding: 16px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  color: #6f8174;
  background: rgba(0, 0, 0, 0.10);
  font-size: 11px;
  line-height: 1.5;
  text-align: center;
}

.dashboard-topbar {
  position: sticky;
  z-index: 1020;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: var(--topbar-height);
  padding: 0 28px;
  border-bottom: 1px solid var(--dash-border);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 5px 22px rgba(7, 19, 10, 0.045);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.dashboard-topbar-left, .dashboard-topbar-right {
  display: flex;
  align-items: center;
}

.dashboard-topbar-left {
  min-width: 0;
}

.dashboard-topbar-right {
  flex: 0 0 auto;
  gap: 10px;
}

.dashboard-sidebar-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin: 0 13px 0 0;
  padding: 0;
  border: 1px solid var(--dash-border);
  border-radius: 11px;
  color: var(--dash-text);
  background: #ffffff;
  box-shadow: none;
  font-size: 17px;
  transition: var(--dash-transition);
}

.dashboard-sidebar-toggle:hover, .dashboard-sidebar-toggle:focus {
  border-color: rgba(127, 206, 36, 0.45);
  color: var(--dash-primary-dark);
  background: var(--dash-primary-soft);
  outline: none;
}

.dashboard-page-title {
  min-width: 0;
}

.dashboard-page-title strong {
  display: block;
  overflow: hidden;
  max-width: 370px;
  color: var(--dash-text);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.25px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dashboard-topbar-button, .dashboard-balance {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 13px;
  border: 1px solid var(--dash-border);
  border-radius: 11px;
  color: var(--dash-text);
  background: #ffffff;
  font-size: 13px;
  font-weight: 750;
  line-height: 1;
  transition: var(--dash-transition);
}

.dashboard-topbar-button {
  cursor: pointer;
}

.dashboard-topbar-button:hover, .dashboard-topbar-button:focus, .dashboard-currency.open .dashboard-topbar-button {
  border-color: rgba(127, 206, 36, 0.42);
  color: var(--dash-primary-dark);
  background: var(--dash-primary-soft);
  outline: none;
}

.dashboard-topbar-button > i:first-child, .dashboard-balance > i {
  margin-right: 8px;
  color: var(--dash-primary-dark);
}

.dashboard-topbar-button > i:last-child {
  margin-left: 8px;
  color: var(--dash-muted);
  font-size: 10px;
}

.dashboard-account-button {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 5px 10px 5px 6px;
  border: 1px solid var(--dash-border);
  border-radius: 12px;
  color: var(--dash-text);
  background: #ffffff;
  font-size: 13px;
  font-weight: 700;
  transition: var(--dash-transition);
}

.dashboard-account-button:hover, .dashboard-account-button:focus, .dashboard-account-menu.open .dashboard-account-button {
  border-color: rgba(127, 206, 36, 0.42);
  background: var(--dash-primary-soft);
  outline: none;
}

.dashboard-account-avatar {
  display: inline-flex;
  flex: 0 0 32px;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  border-radius: 9px;
  color: #07130a;
  background: var(--dash-primary);
  font-size: 12px;
}

.dashboard-account-name {
  display: block;
  overflow: hidden;
  max-width: 130px;
  margin-right: 9px;
  color: var(--dash-text);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dashboard-account-button > i:last-child {
  color: var(--dash-muted);
  font-size: 10px;
}

.dashboard-topbar .dropdown-menu {
  min-width: 205px;
  margin-top: 10px;
  padding: 8px;
  border: 1px solid var(--dash-border);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: var(--dash-shadow);
}

.dashboard-topbar .dropdown-menu::before {
  position: absolute;
  top: -6px;
  right: 18px;
  width: 12px;
  height: 12px;
  border-top: 1px solid var(--dash-border);
  border-left: 1px solid var(--dash-border);
  background: #ffffff;
  content: "";
  transform: rotate(45deg);
}

.dashboard-topbar .dropdown-menu > li > a {
  padding: 10px 11px;
  border-radius: 8px;
  color: var(--dash-text);
  font-size: 13px;
  font-weight: 600;
  transition: var(--dash-transition);
}

.dashboard-topbar .dropdown-menu > li > a:hover, .dashboard-topbar .dropdown-menu > li > a:focus, .dashboard-topbar .dropdown-menu > .active > a, .dashboard-topbar .dropdown-menu > .active > a:hover, .dashboard-topbar .dropdown-menu > .active > a:focus {
  color: var(--dash-primary-dark);
  background: var(--dash-primary-soft);
}

.dashboard-content {
  min-height: calc(100vh - var(--topbar-height));
  padding: 28px;
  background: radial-gradient(
  circle at top right,
  rgba(127, 206, 36, 0.06),
  transparent 28%
  ),
  var(--dash-bg);
}

.dashboard-overlay {
  position: fixed;
  z-index: 1035;
  inset: 0;
  visibility: hidden;
  opacity: 0;
  background: rgba(3, 10, 5, 0.58);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  transition: visibility 0.25s ease,
  opacity 0.25s ease;
}

.dashboard-overlay.is-visible {
  visibility: visible;
  opacity: 1;
}

.rtl-layout .dashboard-sidebar {
  right: 0;
  left: auto;
  border-right: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
}

.rtl-layout .dashboard-main {
  margin-right: var(--sidebar-width);
  margin-left: 0;
}

.rtl-layout .sidebar-brand-mark, .rtl-layout .sidebar-user-avatar, .rtl-layout .sidebar-menu-icon {
  margin-right: 0;
  margin-left: 10px;
}

.rtl-layout .sidebar-menu > li.active > a {
  box-shadow: inset -3px 0 0 var(--dash-primary);
}

.rtl-layout .sidebar-menu > li > a:hover {
  transform: translateX(-3px);
}

.rtl-layout .dashboard-sidebar-toggle {
  margin-right: 0;
  margin-left: 13px;
}

.rtl-layout .dashboard-topbar-button > i:first-child, .rtl-layout .dashboard-balance > i {
  margin-right: 0;
  margin-left: 8px;
}

.rtl-layout .dashboard-topbar-button > i:last-child {
  margin-right: 8px;
  margin-left: 0;
}

.rtl-layout .dashboard-account-avatar {
  margin-right: 0;
  margin-left: 8px;
}

.rtl-layout .dashboard-account-name {
  margin-right: 0;
  margin-left: 9px;
}

.rtl-layout .dashboard-topbar .dropdown-menu::before {
  right: auto;
  left: 18px;
}

@media (max-width: 991px) {
  .dashboard-sidebar {
    transform: translateX(-100%);
  }

  .dashboard-sidebar.is-open {
    transform: translateX(0);
  }

  .dashboard-main {
    margin-left: 0;
  }

  .dashboard-sidebar-toggle {
    display: inline-flex;
  }

  .dashboard-topbar {
    padding-right: 18px;
    padding-left: 18px;
  }

  .dashboard-content {
    padding: 22px 16px;
  }

  .rtl-layout .dashboard-sidebar {
    transform: translateX(100%);
  }

  .rtl-layout .dashboard-sidebar.is-open {
    transform: translateX(0);
  }

  .rtl-layout .dashboard-main {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  :root {
    --topbar-height: 64px;
  }

  .dashboard-sidebar {
    width: 278px;
    max-width: 86vw;
  }

  .dashboard-topbar {
    min-height: var(--topbar-height);
    padding-right: 12px;
    padding-left: 12px;
  }

  .dashboard-page-title strong {
    max-width: 170px;
    font-size: 16px;
  }

  .dashboard-topbar-right {
    gap: 6px;
  }

  .dashboard-topbar-button, .dashboard-balance {
    min-width: 40px;
    min-height: 40px;
    padding: 8px 10px;
  }

  .dashboard-topbar-button > span, .dashboard-balance > span {
    display: none;
  }

  .dashboard-topbar-button > i:first-child, .dashboard-balance > i {
    margin: 0;
  }

  .dashboard-topbar-button > i:last-child {
    display: none;
  }

  .dashboard-account-button {
    min-width: 40px;
    min-height: 40px;
    padding: 4px;
  }

  .dashboard-account-avatar {
    margin: 0;
  }

  .dashboard-account-button > i:last-child {
    display: none;
  }

  .dashboard-content {
    padding: 17px 10px;
  }
}

@media (max-width: 480px) {
  .dashboard-page-title strong {
    max-width: 120px;
    font-size: 15px;
  }

  .dashboard-sidebar-toggle {
    width: 39px;
    height: 39px;
    margin-right: 8px;
  }

  .rtl-layout .dashboard-sidebar-toggle {
    margin-right: 0;
    margin-left: 8px;
  }

  .dashboard-topbar {
    padding-right: 8px;
    padding-left: 8px;
  }
}

.public-page-body {
  margin: 0;
  color: var(--auth-text);
  background: var(--auth-bg);
  font-family: "Inter", Arial, sans-serif;
}

.auth-page {
  position: relative;
  display: flex;
  align-items: center;
  min-height: calc(100vh - 80px);
  padding: 55px 0;
  overflow: hidden;
  background: radial-gradient(
  circle at 10% 15%,
  rgba(127, 206, 36, 0.10),
  transparent 27%
  ),
  radial-gradient(
  circle at 92% 90%,
  rgba(127, 206, 36, 0.08),
  transparent 24%
  ),
  #f4f7f2;
}

.auth-page *, .auth-page *::before, .auth-page *::after {
  box-sizing: border-box;
}

.auth-layout {
  display: flex;
  min-height: 690px;
  overflow: hidden;
  border: 1px solid rgba(7, 19, 10, 0.08);
  border-radius: var(--auth-radius);
  background: var(--auth-card);
  box-shadow: var(--auth-shadow);
}

.auth-content-side {
  position: relative;
  display: flex;
  flex: 0 0 43%;
  align-items: center;
  overflow: hidden;
  padding: 55px 46px;
  color: #ffffff;
  background: radial-gradient(
  circle at 10% 15%,
  rgba(127, 206, 36, 0.18),
  transparent 30%
  ),
  radial-gradient(
  circle at 90% 90%,
  rgba(127, 206, 36, 0.12),
  transparent 30%
  ),
  linear-gradient(
  145deg,
  #07130a 0%,
  #0d1d12 54%,
  #08150c 100%
  );
}

.auth-content-inner {
  position: relative;
  z-index: 2;
  width: 100%;
}

.auth-brand {
  display: inline-flex;
  align-items: center;
  margin-bottom: 58px;
  color: #ffffff;
  text-decoration: none;
}

.auth-brand:hover, .auth-brand:focus {
  color: #ffffff;
  text-decoration: none;
}

.auth-brand img {
  display: block;
  max-width: 190px;
  max-height: 48px;
  object-fit: contain;
}

.auth-brand-mark {
  display: inline-flex;
  flex: 0 0 43px;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  margin-right: 11px;
  border-radius: 12px;
  color: var(--auth-dark);
  background: linear-gradient(
  135deg,
  var(--auth-primary-light),
  var(--auth-primary)
  );
  font-size: 18px;
  box-shadow: 0 11px 25px rgba(127, 206, 36, 0.23);
}

.auth-brand-name {
  color: #ffffff;
  font-size: 21px;
  font-weight: 900;
  letter-spacing: -0.6px;
}

.auth-brand-name span {
  color: var(--auth-primary);
}

.auth-eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 15px;
  padding: 7px 12px;
  border: 1px solid rgba(127, 206, 36, 0.22);
  border-radius: 100px;
  color: var(--auth-primary-light);
  background: rgba(127, 206, 36, 0.08);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.auth-heading {
  margin: 0 0 19px;
  color: #ffffff;
  font-size: 36px;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: -1.25px;
}

.auth-heading span {
  display: block;
  color: var(--auth-primary);
}

.auth-description {
  max-width: 430px;
  margin: 0 0 31px;
  color: #aebcb1;
  font-size: 14px;
  line-height: 1.8;
}

.auth-feature-list {
  margin-bottom: 31px;
}

.auth-feature-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.auth-feature-item:last-child {
  margin-bottom: 0;
}

.auth-feature-icon {
  display: inline-flex;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 13px;
  border: 1px solid rgba(127, 206, 36, 0.18);
  border-radius: 11px;
  color: var(--auth-primary);
  background: rgba(127, 206, 36, 0.08);
  font-size: 14px;
}

.auth-feature-item strong {
  display: block;
  margin: 1px 0 4px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 750;
}

.auth-feature-item p {
  margin: 0;
  color: #87978b;
  font-size: 12px;
  line-height: 1.6;
}

.auth-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.auth-trust-row span {
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 8px;
  color: #9bab9f;
  background: rgba(255, 255, 255, 0.035);
  font-size: 10px;
  font-weight: 650;
}

.auth-trust-row i {
  margin-right: 6px;
  color: var(--auth-primary);
}

.auth-decoration {
  position: absolute;
  border: 1px solid rgba(127, 206, 36, 0.12);
  border-radius: 50%;
  pointer-events: none;
}

.auth-decoration-one {
  top: -130px;
  right: -130px;
  width: 310px;
  height: 310px;
}

.auth-decoration-two {
  right: -70px;
  bottom: -90px;
  width: 220px;
  height: 220px;
}

.auth-form-side {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  padding: 45px 52px;
  background: #ffffff;
}

.auth-form-card {
  width: 100%;
  max-width: 560px;
}

.auth-form-header {
  margin-bottom: 29px;
}

.auth-mobile-brand {
  display: none;
  align-items: center;
  margin-bottom: 26px;
}

.auth-form-header h2 {
  margin: 0 0 9px;
  color: var(--auth-text);
  font-size: 29px;
  font-weight: 850;
  line-height: 1.25;
  letter-spacing: -0.65px;
}

.auth-form-header p {
  margin: 0;
  color: var(--auth-muted);
  font-size: 13px;
  line-height: 1.65;
}

.auth-fields-row {
  margin-right: -7px;
  margin-left: -7px;
}

.auth-field-column {
  padding-right: 7px;
  padding-left: 7px;
}

.auth-form-group {
  margin-bottom: 17px;
}

.auth-form-group .control-label {
  display: block;
  margin-bottom: 7px;
  color: var(--auth-text);
  font-size: 12px;
  font-weight: 750;
}

.required-mark {
  margin-left: 2px;
  color: var(--auth-danger);
}

.auth-input-wrapper {
  position: relative;
}

.auth-input-icon {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #99a49d;
  font-size: 13px;
  transform: translateY(-50%);
  pointer-events: none;
}

.auth-input-wrapper .form-control {
  width: 100%;
  height: 47px;
  padding: 10px 13px 10px 42px;
  border: 1px solid var(--auth-border);
  border-radius: var(--auth-radius-small);
  color: var(--auth-text);
  background: #ffffff;
  box-shadow: none;
  font-size: 13px;
  transition: var(--auth-transition);
}

.auth-input-wrapper .form-control:hover {
  border-color: #cad4c7;
}

.auth-input-wrapper .form-control:focus {
  border-color: var(--auth-primary);
  outline: none;
  box-shadow: 0 0 0 3px rgba(127, 206, 36, 0.12);
}

.auth-input-wrapper:focus-within .auth-input-icon {
  color: var(--auth-primary-dark);
}

.auth-captcha {
  margin: 2px 0 18px;
}

.auth-captcha iframe {
  max-width: 100%;
}

.auth-terms-group {
  margin: 2px 0 19px;
}

.auth-checkbox-label {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin: 0;
  cursor: pointer;
}

.auth-checkbox-label input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.auth-checkbox-custom {
  display: inline-flex;
  flex: 0 0 19px;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  margin: 1px 9px 0 0;
  border: 1px solid #cdd6cb;
  border-radius: 5px;
  color: #ffffff;
  background: #ffffff;
  font-size: 9px;
  transition: var(--auth-transition);
}

.auth-checkbox-custom i {
  opacity: 0;
  transform: scale(0.65);
  transition: var(--auth-transition);
}

.auth-checkbox-label input:checked + .auth-checkbox-custom {
  border-color: var(--auth-primary);
  background: var(--auth-primary);
}

.auth-checkbox-label input:checked + .auth-checkbox-custom i {
  opacity: 1;
  transform: scale(1);
}

.auth-checkbox-label input:focus + .auth-checkbox-custom {
  box-shadow: 0 0 0 3px rgba(127, 206, 36, 0.13);
}

.auth-checkbox-text {
  color: var(--auth-muted);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.65;
}

.auth-checkbox-text a {
  color: var(--auth-primary-dark);
  font-weight: 750;
  text-decoration: none;
}

.auth-checkbox-text a:hover {
  text-decoration: underline;
}

.auth-submit-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 50px;
  padding: 11px 17px;
  border: 0;
  border-radius: 11px;
  color: var(--auth-dark);
  background: linear-gradient(
  135deg,
  var(--auth-primary-light),
  var(--auth-primary)
  );
  box-shadow: 0 11px 25px rgba(127, 206, 36, 0.23);
  font-size: 14px;
  font-weight: 850;
  transition: var(--auth-transition);
}

.auth-submit-button:hover, .auth-submit-button:focus, .auth-submit-button:active {
  color: var(--auth-dark);
  background: linear-gradient(
  135deg,
  var(--auth-primary),
  var(--auth-primary-dark)
  );
  box-shadow: 0 14px 30px rgba(127, 206, 36, 0.30);
  outline: none;
  transform: translateY(-1px);
}

.auth-submit-button i {
  font-size: 12px;
}

.auth-page .alert {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 14px 42px 14px 14px;
  border-width: 1px;
  border-style: solid;
  border-radius: 10px;
  font-size: 12px;
  line-height: 1.6;
}

.auth-page .alert-danger {
  border-color: rgba(220, 38, 38, 0.18);
  color: #991b1b;
  background: #fef2f2;
}

.auth-page .alert-success {
  border-color: rgba(22, 163, 74, 0.18);
  color: #166534;
  background: #f0fdf4;
}

.auth-alert-icon {
  display: inline-flex;
  flex: 0 0 25px;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  padding-top: 2px;
}

.auth-alert-content {
  flex: 1 1 auto;
}

.auth-page .alert .close {
  position: absolute;
  top: 8px;
  right: 11px;
  color: inherit;
  opacity: 0.55;
  text-shadow: none;
}

.auth-page .alert .close:hover {
  opacity: 1;
}

.auth-divider {
  position: relative;
  margin: 21px 0;
  text-align: center;
}

.auth-divider::before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 1px;
  background: var(--auth-border);
  content: "";
}

.auth-divider span {
  position: relative;
  z-index: 2;
  padding: 0 12px;
  color: #96a098;
  background: #ffffff;
  font-size: 10px;
  font-weight: 650;
  text-transform: uppercase;
}

.auth-google-signin {
  display: flex;
  justify-content: center;
  width: 100%;
}

.auth-google-signin > div, .auth-google-signin iframe {
  max-width: 100%;
}

.auth-login-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 23px;
  padding-top: 20px;
  border-top: 1px solid var(--auth-border);
  color: var(--auth-muted);
  font-size: 12px;
}

.auth-login-link a {
  display: inline-flex;
  align-items: center;
  margin-left: 6px;
  color: var(--auth-primary-dark);
  font-weight: 800;
  text-decoration: none;
}

.auth-login-link a:hover {
  color: var(--auth-primary);
}

.auth-login-link a i {
  margin-left: 6px;
  font-size: 10px;
}

.rtl-form .auth-input-icon {
  right: 14px;
  left: auto;
}

.rtl-form .auth-input-wrapper .form-control {
  padding-right: 42px;
  padding-left: 13px;
}

.rtl-form .required-mark {
  margin-right: 2px;
  margin-left: 0;
}

.rtl-form .auth-checkbox-custom {
  margin-right: 0;
  margin-left: 9px;
}

.rtl-form .auth-login-link a {
  margin-right: 6px;
  margin-left: 0;
}

.rtl-form .auth-login-link a i {
  margin-right: 6px;
  margin-left: 0;
}

.rtl-form .auth-alert-icon {
  margin-right: 0;
  margin-left: 8px;
}

@media (max-width: 991px) {
  .auth-page {
    padding: 35px 0;
  }

  .auth-layout {
    min-height: auto;
  }

  .auth-content-side {
    flex-basis: 40%;
    padding: 45px 31px;
  }

  .auth-form-side {
    padding: 40px 34px;
  }

  .auth-heading {
    font-size: 31px;
  }

  .auth-brand {
    margin-bottom: 45px;
  }
}

@media (max-width: 767px) {
  .auth-page {
    display: block;
    min-height: auto;
    padding: 20px 0 35px;
  }

  .auth-layout {
    display: block;
    overflow: visible;
    border-radius: 16px;
  }

  .auth-content-side {
    display: none;
  }

  .auth-form-side {
    display: block;
    padding: 27px 20px;
    border-radius: 16px;
  }

  .auth-form-card {
    max-width: none;
  }

  .auth-mobile-brand {
    display: flex;
  }

  .auth-mobile-brand .auth-brand-name {
    color: var(--auth-text);
  }

  .auth-form-header h2 {
    font-size: 25px;
  }

  .auth-field-column {
    width: 100%;
  }

  .auth-input-wrapper .form-control {
    height: 48px;
    font-size: 16px;
  }

  .auth-login-link {
    flex-wrap: wrap;
    line-height: 1.7;
  }
}

@media (max-width: 480px) {
  .auth-page > .container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .auth-form-side {
    padding: 23px 15px;
  }

  .auth-form-header {
    margin-bottom: 24px;
  }

  .auth-mobile-brand {
    margin-bottom: 22px;
  }

  .auth-brand-mark {
    width: 39px;
    height: 39px;
    flex-basis: 39px;
  }

  .auth-brand-name {
    font-size: 18px;
  }
}

.platform-services-page {
  padding: 45px 0 70px;
  color: var(--services-text);
  background: radial-gradient(
  circle at 10% 5%,
  rgba(105, 180, 56, 0.07),
  transparent 25%
  ),
  #ffffff;
  font-family: "Inter", Arial, sans-serif;
}

.platform-services-page *, .platform-services-page *::before, .platform-services-page *::after {
  box-sizing: border-box;
}

.services-page-container {
  width: 100%;
  max-width: 1500px;
  padding-right: 24px;
  padding-left: 24px;
}

.services-page-heading {
  max-width: 760px;
  margin: 0 auto 30px;
  text-align: center;
}

.services-page-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 14px;
  padding: 8px 14px;
  border: 1px solid #d7e8ce;
  border-radius: 100px;
  color: var(--services-primary-dark);
  background: var(--services-primary-soft);
  font-size: 12px;
  font-weight: 800;
}

.services-page-heading h1 {
  margin: 0 0 12px;
  color: #101410;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -1px;
}

.services-page-heading p {
  margin: 0;
  color: #6e786d;
  font-size: 15px;
  line-height: 1.75;
}

.platform-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
  margin-bottom: 34px;
}

.platform-filter-button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 43px;
  padding: 9px 15px;
  border: 1px solid var(--services-border);
  border-radius: 100px;
  color: #4d574c;
  background: #ffffff;
  font-size: 13px;
  font-weight: 750;
  transition: var(--services-transition);
}

.platform-filter-button:hover, .platform-filter-button:focus, .platform-filter-button.active {
  border-color: var(--services-primary);
  color: #ffffff;
  background: linear-gradient(
  135deg,
  var(--services-primary-dark),
  var(--services-primary-light)
  );
  outline: none;
  box-shadow: 0 8px 20px rgba(105, 180, 56, 0.20);
}

.platform-service-section {
  margin-bottom: 28px;
}

.platform-service-section.is-hidden {
  display: none;
}

.platform-section-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  margin-bottom: 15px;
  padding: 13px 22px;
  overflow: hidden;
  border-radius: 22px;
  color: #ffffff;
  background: radial-gradient(
  circle,
  rgba(255, 255, 255, 0.09) 0,
  rgba(255, 255, 255, 0.09) 14px,
  transparent 15px
  ),
  linear-gradient(
  135deg,
  #529a2d,
  #78bd42
  );
  background-size: 50px 50px, 100% 100%;
}

.platform-header-left {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-width: 0;
}

.platform-header-icon {
  display: inline-flex;
  flex: 0 0 46px;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-right: 14px;
  border-radius: 13px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.16);
  font-size: 19px;
}

.platform-section-header h2 {
  margin: 0 0 3px;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.3;
}

.platform-section-header p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
}

.platform-service-count {
  position: relative;
  z-index: 2;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 15px;
  border-radius: 100px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.16);
  font-size: 12px;
  font-weight: 800;
}

.tiktok-header {
  background: radial-gradient(
  circle,
  rgba(255, 255, 255, 0.07) 0,
  rgba(255, 255, 255, 0.07) 14px,
  transparent 15px
  ),
  linear-gradient(135deg, #111111, #353535);
  background-size: 50px 50px, 100% 100%;
}

.facebook-header {
  background: radial-gradient(
  circle,
  rgba(255, 255, 255, 0.08) 0,
  rgba(255, 255, 255, 0.08) 14px,
  transparent 15px
  ),
  linear-gradient(135deg, #1558a8, #3184de);
  background-size: 50px 50px, 100% 100%;
}

.youtube-header {
  background: radial-gradient(
  circle,
  rgba(255, 255, 255, 0.08) 0,
  rgba(255, 255, 255, 0.08) 14px,
  transparent 15px
  ),
  linear-gradient(135deg, #c71818, #f23c3c);
  background-size: 50px 50px, 100% 100%;
}

.telegram-header {
  background: radial-gradient(
  circle,
  rgba(255, 255, 255, 0.08) 0,
  rgba(255, 255, 255, 0.08) 14px,
  transparent 15px
  ),
  linear-gradient(135deg, #1684bd, #42ace3);
  background-size: 50px 50px, 100% 100%;
}

.twitter-header {
  background: radial-gradient(
  circle,
  rgba(255, 255, 255, 0.07) 0,
  rgba(255, 255, 255, 0.07) 14px,
  transparent 15px
  ),
  linear-gradient(135deg, #111111, #373737);
  background-size: 50px 50px, 100% 100%;
}

.service-card-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -9px;
  margin-left: -9px;
}

.service-card-row > [class*="col-"] {
  display: flex;
  padding-right: 9px;
  padding-left: 9px;
}

.service-product-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 304px;
  margin-bottom: 18px;
  padding: 25px 23px 19px;
  border: 1px solid var(--services-border);
  border-radius: var(--services-radius);
  background: var(--services-card);
  box-shadow: var(--services-shadow);
  transition: var(--services-transition);
}

.service-product-card:hover {
  border-color: #c5deb7;
  box-shadow: 0 17px 38px rgba(30, 72, 19, 0.11);
  transform: translateY(-3px);
}

.service-card-top {
  display: flex;
  align-items: flex-start;
}

.service-id-badge {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-width: 61px;
  min-height: 39px;
  margin-right: 15px;
  padding: 7px 10px;
  border-radius: 9px;
  color: #947574;
  background: #f0f5ed;
  font-size: 12px;
  font-weight: 800;
}

.service-card-top h3 {
  margin: 0;
  color: #050805;
  font-size: 18px;
  font-weight: 850;
  line-height: 1.33;
  letter-spacing: -0.3px;
}

.service-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 18px;
}

.service-price-badge, .service-quantity-badge, .service-time-badge {
  display: inline-flex;
  align-items: center;
  min-height: 43px;
  padding: 9px 14px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 750;
  line-height: 1;
}

.service-price-badge {
  color: #ffffff;
  background: linear-gradient(
  135deg,
  var(--services-primary-dark),
  var(--services-primary)
  );
}

.service-price-badge i {
  margin-right: 7px;
  color: #ffd86b;
}

.service-quantity-badge {
  border: 1px solid #ffb7b7;
  color: #ed1c24;
  background: #fff6f6;
}

.service-time-badge {
  border: 1px solid #d8e7ce;
  color: #2c302c;
  background: #f9fcf7;
}

.service-time-badge i {
  margin-right: 5px;
}

.service-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 13px;
  border-top: 1px solid var(--services-border);
}

.service-footer-id {
  color: #9a6f6d;
  font-size: 12px;
  font-weight: 600;
}

.service-details-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 10px 17px;
  border: 1px solid #d8e7ce;
  border-radius: 12px;
  color: #2d2423;
  background: #f8fbf6;
  font-size: 13px;
  font-weight: 800;
  transition: var(--services-transition);
}

.service-details-button:hover, .service-details-button:focus {
  border-color: var(--services-primary);
  color: #ffffff;
  background: var(--services-primary);
  outline: none;
}

.service-details-button i {
  font-size: 11px;
}

.service-details-modal .modal-dialog {
  max-width: 570px;
  margin-top: 80px;
}

.service-details-modal .modal-content {
  overflow: hidden;
  border: 0;
  border-radius: 20px;
  box-shadow: 0 30px 80px rgba(24, 49, 18, 0.22);
}

.service-details-modal .modal-header {
  padding: 23px 25px;
  border-bottom: 1px solid var(--services-border);
  background: linear-gradient(
  135deg,
  #f6fbf3,
  #ffffff
  );
}

.service-details-modal .close {
  margin-top: -2px;
  color: #1b231b;
  opacity: 0.6;
  text-shadow: none;
}

.modal-service-label {
  display: block;
  margin-bottom: 6px;
  color: var(--services-primary-dark);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.service-details-modal .modal-title {
  padding-right: 25px;
  color: #111611;
  font-size: 20px;
  font-weight: 850;
  line-height: 1.4;
}

.service-details-modal .modal-body {
  padding: 25px;
}

.modal-service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.modal-service-item {
  padding: 15px;
  border: 1px solid var(--services-border);
  border-radius: 12px;
  background: #fafcf9;
}

.modal-service-item span {
  display: block;
  margin-bottom: 5px;
  color: #818b80;
  font-size: 11px;
}

.modal-service-item strong {
  display: block;
  color: #1a211a;
  font-size: 13px;
  font-weight: 800;
}

.modal-service-note {
  display: flex;
  align-items: flex-start;
  margin-top: 18px;
  padding: 14px;
  border: 1px solid #d8e7ce;
  border-radius: 11px;
  color: #536151;
  background: #f5faf2;
}

.modal-service-note i {
  margin: 3px 9px 0 0;
  color: var(--services-primary-dark);
}

.modal-service-note p {
  margin: 0;
  font-size: 12px;
  line-height: 1.65;
}

.service-details-modal .modal-footer {
  padding: 16px 25px;
  border-top: 1px solid var(--services-border);
  background: #fafcf9;
}

.modal-close-button, .modal-order-button {
  min-height: 43px;
  padding: 10px 16px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 800;
}

.modal-close-button {
  border: 1px solid var(--services-border);
  color: #536052;
  background: #ffffff;
}

.modal-order-button {
  border: 1px solid var(--services-primary);
  color: #ffffff;
  background: var(--services-primary);
}

.modal-order-button:hover, .modal-order-button:focus {
  border-color: var(--services-primary-dark);
  color: #ffffff;
  background: var(--services-primary-dark);
}

.modal-order-button i {
  margin-left: 7px;
}

@media (max-width: 991px) {
  .services-page-container {
    padding-right: 18px;
    padding-left: 18px;
  }

  .service-product-card {
    min-height: 295px;
  }

  .services-page-heading h1 {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .platform-services-page {
    padding: 28px 0 45px;
  }

  .services-page-container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .services-page-heading {
    margin-bottom: 24px;
    padding: 0 8px;
  }

  .services-page-heading h1 {
    font-size: 27px;
  }

  .platform-filter {
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin-right: -10px;
    margin-left: -10px;
    padding: 0 10px 8px;
    overflow-x: auto;
  }

  .platform-filter-button {
    flex: 0 0 auto;
  }

  .platform-section-header {
    min-height: 72px;
    padding: 12px 14px;
    border-radius: 16px;
  }

  .platform-header-icon {
    flex-basis: 41px;
    width: 41px;
    height: 41px;
    margin-right: 10px;
  }

  .platform-section-header h2 {
    font-size: 16px;
  }

  .platform-section-header p {
    display: none;
  }

  .platform-service-count {
    min-height: 34px;
    padding: 7px 11px;
    font-size: 10px;
  }

  .service-card-row {
    display: block;
  }

  .service-card-row > [class*="col-"] {
    display: block;
  }

  .service-product-card {
    min-height: 0;
    padding: 19px 16px 15px;
    border-radius: 17px;
  }

  .service-card-top h3 {
    font-size: 16px;
  }

  .service-id-badge {
    min-width: 57px;
    margin-right: 11px;
  }

  .service-price-badge, .service-quantity-badge, .service-time-badge {
    min-height: 39px;
    padding: 8px 11px;
    font-size: 12px;
  }

  .service-card-footer {
    margin-top: 22px;
  }

  .service-details-button {
    min-height: 42px;
    padding: 9px 13px;
  }

  .service-details-modal .modal-dialog {
    margin: 15px 10px;
  }
}

@media (max-width: 480px) {
  .platform-section-header {
    align-items: flex-start;
  }

  .platform-service-count {
    margin-left: 8px;
    white-space: nowrap;
  }

  .service-card-top {
    display: block;
  }

  .service-id-badge {
    margin: 0 0 11px;
  }

  .service-card-footer {
    gap: 10px;
  }

  .service-details-button {
    white-space: nowrap;
  }

  .modal-service-grid {
    grid-template-columns: 1fr;
  }
}

.private-api-page {
  padding: 4px 0 25px;
  color: var(--api-text);
  font-family: "Inter", Arial, sans-serif;
}

.private-api-page *, .private-api-page *::before, .private-api-page *::after {
  box-sizing: border-box;
}

.private-api-page .container {
  width: 100%;
}

.api-documentation-card {
  overflow: hidden;
  border: 1px solid var(--api-border);
  border-radius: var(--api-radius);
  background: var(--api-card);
  box-shadow: var(--api-shadow);
}

.api-page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 30px;
  border-bottom: 1px solid var(--api-border);
  background: radial-gradient(
  circle at 90% 20%,
  rgba(127, 206, 36, 0.12),
  transparent 25%
  ),
  linear-gradient(
  135deg,
  #ffffff,
  #f8fbf6
  );
}

.api-page-heading {
  display: flex;
  align-items: flex-start;
  min-width: 0;
}

.api-page-icon {
  display: inline-flex;
  flex: 0 0 49px;
  align-items: center;
  justify-content: center;
  width: 49px;
  height: 49px;
  margin-right: 15px;
  border-radius: 14px;
  color: var(--api-dark);
  background: linear-gradient(
  135deg,
  #a0e74f,
  var(--api-primary)
  );
  font-size: 18px;
  box-shadow: 0 10px 25px rgba(127, 206, 36, 0.23);
}

.api-page-label {
  display: block;
  margin-bottom: 4px;
  color: var(--api-primary-dark);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.api-page-header h1 {
  margin: 0 0 5px;
  color: var(--api-text);
  font-size: 25px;
  font-weight: 850;
  line-height: 1.25;
  letter-spacing: -0.55px;
}

.api-page-header p {
  margin: 0;
  color: var(--api-muted);
  font-size: 13px;
  line-height: 1.6;
}

.api-version-badge {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid rgba(127, 206, 36, 0.22);
  border-radius: 100px;
  color: var(--api-primary-dark);
  background: var(--api-primary-soft);
  font-size: 12px;
  font-weight: 850;
}

.api-section {
  padding: 28px 30px;
  border-bottom: 1px solid var(--api-border);
}

.api-section:last-of-type {
  border-bottom: 0;
}

.api-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 19px;
}

.api-section-heading > div {
  display: flex;
  align-items: center;
}

.api-section-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-right: 10px;
  border-radius: 10px;
  color: var(--api-primary-dark);
  background: var(--api-primary-soft);
  font-size: 11px;
  font-weight: 900;
}

.api-section-heading h2 {
  margin: 0;
  color: var(--api-text);
  font-size: 18px;
  font-weight: 800;
}

.api-section-heading p {
  margin: 0;
  color: var(--api-muted);
  font-size: 12px;
}

.api-table-wrapper {
  overflow: hidden;
  margin-bottom: 0;
  border: 1px solid var(--api-border);
  border-radius: 13px;
  background: #ffffff;
}

.api-table {
  width: 100%;
  margin: 0;
  border: 0;
}

.api-table > thead > tr > th {
  padding: 13px 16px;
  border: 0;
  border-bottom: 1px solid var(--api-border);
  color: #5f6b62;
  background: #f7faf5;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.45px;
  text-transform: uppercase;
}

.api-table > tbody > tr > th, .api-table > tbody > tr > td {
  padding: 15px 16px;
  border: 0;
  border-top: 1px solid #edf1eb;
  color: #445047;
  font-size: 13px;
  vertical-align: middle;
}

.api-table > tbody > tr:first-child > th, .api-table > tbody > tr:first-child > td {
  border-top: 0;
}

.api-table > tbody > tr > th {
  width: 35%;
  color: var(--api-text);
  background: #fbfcfa;
  font-weight: 750;
}

.api-table > tbody > tr:hover > td, .api-table > tbody > tr:hover > th {
  background: #fbfef9;
}

.api-method-badge, .api-format-badge, .api-request-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 29px;
  padding: 6px 10px;
  border-radius: 7px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.45px;
}

.api-method-badge, .api-request-badge {
  color: #ffffff;
  background: var(--api-primary-dark);
}

.api-format-badge {
  color: var(--api-primary-dark);
  background: var(--api-primary-soft);
}

.api-value-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  padding: 8px 9px 8px 12px;
  border: 1px solid var(--api-border);
  border-radius: 9px;
  background: #f8faf7;
}

.api-value-box code {
  overflow: hidden;
  color: #2e6530;
  background: transparent;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.api-copy-button, .api-code-copy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  transition: var(--api-transition);
}

.api-copy-button {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  margin-left: 9px;
  border-radius: 8px;
  color: var(--api-primary-dark);
  background: var(--api-primary-soft);
}

.api-copy-button:hover, .api-copy-button:focus {
  color: #ffffff;
  background: var(--api-primary-dark);
  outline: none;
}

.api-help-text {
  color: var(--api-muted);
}

.api-inline-link {
  margin-left: 4px;
  color: var(--api-primary-dark);
  font-weight: 800;
  text-decoration: none;
}

.api-inline-link:hover {
  color: var(--api-primary);
  text-decoration: none;
}

.api-inline-link i {
  margin-left: 5px;
  font-size: 9px;
}

.api-methods-list {
  display: grid;
  gap: 18px;
}

.api-method-card {
  overflow: hidden;
  border: 1px solid var(--api-border);
  border-radius: 14px;
  background: #ffffff;
  transition: var(--api-transition);
}

.api-method-card:hover {
  border-color: rgba(127, 206, 36, 0.34);
  box-shadow: 0 13px 30px rgba(7, 19, 10, 0.07);
}

.api-method-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 19px;
  border-bottom: 1px solid var(--api-border);
  background: linear-gradient(
  135deg,
  #fbfdf9,
  #ffffff
  );
}

.api-method-title {
  display: flex;
  align-items: center;
  min-width: 0;
}

.api-method-icon {
  display: inline-flex;
  flex: 0 0 39px;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  margin-right: 11px;
  border-radius: 10px;
  color: var(--api-primary-dark);
  background: var(--api-primary-soft);
  font-size: 13px;
}

.api-method-name {
  display: block;
  margin-bottom: 2px;
  color: var(--api-primary-dark);
  font-family: monospace;
  font-size: 10px;
  font-weight: 850;
  text-transform: uppercase;
}

.api-method-header h3 {
  margin: 0;
  color: var(--api-text);
  font-size: 15px;
  font-weight: 800;
}

.api-method-body {
  padding: 19px;
}

.api-service-type-selector {
  max-width: 320px;
  margin-bottom: 17px;
}

.api-service-type-selector label {
  display: block;
  margin-bottom: 7px;
  color: var(--api-text);
  font-size: 12px;
  font-weight: 750;
}

.api-service-type-selector .form-control {
  width: 100%;
  height: 44px;
  border: 1px solid var(--api-border);
  border-radius: 9px;
  color: var(--api-text);
  background: #ffffff;
  box-shadow: none;
}

.api-service-type-selector .form-control:focus {
  border-color: var(--api-primary);
  box-shadow: 0 0 0 3px rgba(127, 206, 36, 0.11);
}

.api-parameter-group {
  margin-bottom: 18px;
}

.api-parameter-code {
  display: inline-flex;
  padding: 5px 8px;
  border-radius: 6px;
  color: #2e6530;
  background: var(--api-primary-soft);
  font-size: 11px;
  font-weight: 750;
}

.api-code-section {
  overflow: hidden;
  margin-top: 18px;
  border: 1px solid #17251a;
  border-radius: 12px;
  background: var(--api-code-bg);
}

.api-code-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #a9b7ab;
  background: rgba(255, 255, 255, 0.035);
  font-size: 11px;
  font-weight: 750;
}

.api-code-header span {
  display: inline-flex;
  align-items: center;
}

.api-code-header span i {
  margin-right: 7px;
  color: var(--api-primary);
}

.api-code-copy {
  gap: 6px;
  padding: 6px 9px;
  border-radius: 7px;
  color: #aebcaf;
  background: rgba(255, 255, 255, 0.06);
  font-size: 10px;
  font-weight: 700;
}

.api-code-copy:hover, .api-code-copy:focus {
  color: var(--api-dark);
  background: var(--api-primary);
  outline: none;
}

.api-code-section pre {
  max-height: 430px;
  margin: 0;
  padding: 17px;
  overflow: auto;
  border: 0;
  border-radius: 0;
  color: var(--api-code-text);
  background: var(--api-code-bg);
  font-family: "SFMono-Regular",
  Consolas,
  "Liberation Mono",
  monospace;
  font-size: 11px;
  line-height: 1.75;
  white-space: pre-wrap;
  word-break: break-word;
}

.api-code-section code {
  padding: 0;
  color: inherit;
  background: transparent;
}

.api-footer-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 23px 30px;
  background: #f8faf7;
}

.api-footer-action > div {
  display: flex;
  align-items: center;
}

.api-footer-icon {
  display: inline-flex;
  flex: 0 0 43px;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  margin-right: 12px;
  border-radius: 11px;
  color: var(--api-primary-dark);
  background: var(--api-primary-soft);
  font-size: 19px;
}

.api-footer-action strong {
  display: block;
  margin-bottom: 3px;
  color: var(--api-text);
  font-size: 13px;
  font-weight: 800;
}

.api-footer-action p {
  margin: 0;
  color: var(--api-muted);
  font-size: 11px;
}

.api-example-button {
  display: inline-flex;
  align-items: center;
  min-height: 43px;
  padding: 10px 15px;
  border: 1px solid var(--api-primary);
  border-radius: 10px;
  color: var(--api-dark);
  background: linear-gradient(
  135deg,
  #a0e74f,
  var(--api-primary)
  );
  font-size: 12px;
  font-weight: 850;
  transition: var(--api-transition);
}

.api-example-button:hover, .api-example-button:focus {
  border-color: var(--api-primary-dark);
  color: #ffffff;
  background: var(--api-primary-dark);
}

.api-example-button i {
  margin-left: 7px;
  font-size: 10px;
}

.rtl-layout .api-page-icon, .rtl-layout .api-section-number, .rtl-layout .api-method-icon, .rtl-layout .api-footer-icon {
  margin-right: 0;
  margin-left: 12px;
}

.rtl-layout .api-copy-button {
  margin-right: 9px;
  margin-left: 0;
}

.rtl-layout .api-inline-link {
  margin-right: 4px;
  margin-left: 0;
}

.rtl-layout .api-inline-link i, .rtl-layout .api-example-button i {
  margin-right: 7px;
  margin-left: 0;
}

@media (max-width: 991px) {
  .private-api-page .col-lg-10.col-lg-offset-1 {
    width: 100%;
    margin-left: 0;
  }

  .api-page-header, .api-section, .api-footer-action {
    padding-right: 23px;
    padding-left: 23px;
  }
}

@media (max-width: 767px) {
  .private-api-page {
    padding-bottom: 10px;
  }

  .private-api-page .container {
    padding-right: 5px;
    padding-left: 5px;
  }

  .api-documentation-card {
    border-radius: 14px;
  }

  .api-page-header {
    align-items: flex-start;
    padding: 20px 17px;
  }

  .api-page-icon {
    flex-basis: 42px;
    width: 42px;
    height: 42px;
    margin-right: 10px;
  }

  .api-page-header h1 {
    font-size: 21px;
  }

  .api-page-header p {
    font-size: 12px;
  }

  .api-version-badge {
    min-height: 32px;
    margin-left: 9px;
    padding: 6px 10px;
    font-size: 10px;
  }

  .api-section {
    padding: 21px 16px;
  }

  .api-section-heading {
    display: block;
  }

  .api-section-heading > div {
    margin-bottom: 7px;
  }

  .api-section-heading p {
    padding-left: 44px;
  }

  .api-table-wrapper {
    overflow-x: auto;
  }

  .api-table {
    min-width: 620px;
  }

  .api-table > tbody > tr > th {
    width: 180px;
  }

  .api-method-header {
    padding: 14px;
  }

  .api-method-body {
    padding: 14px;
  }

  .api-method-header h3 {
    font-size: 14px;
  }

  .api-footer-action {
    display: block;
    padding: 20px 16px;
  }

  .api-footer-action > div {
    margin-bottom: 14px;
  }

  .api-example-button {
    justify-content: center;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .api-page-header {
    display: block;
  }

  .api-page-heading {
    margin-bottom: 14px;
  }

  .api-version-badge {
    margin-left: 57px;
  }

  .api-section-heading p {
    padding-left: 0;
  }

  .api-method-title {
    align-items: flex-start;
  }

  .api-request-badge {
    margin-left: 8px;
  }

  .api-code-section pre {
    font-size: 10px;
  }
}

.terms-page {
  padding: 5px 0 30px;
  color: var(--terms-text);
  font-family: "Inter", Arial, sans-serif;
}

.terms-page *, .terms-page *::before, .terms-page *::after {
  box-sizing: border-box;
}

.terms-page .container {
  width: 100%;
}

.terms-card {
  overflow: hidden;
  border: 1px solid var(--terms-border);
  border-radius: var(--terms-radius);
  background: var(--terms-card);
  box-shadow: var(--terms-shadow);
}

.terms-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 29px 31px;
  border-bottom: 1px solid var(--terms-border);
  background: radial-gradient(
  circle at 90% 20%,
  rgba(127, 206, 36, 0.13),
  transparent 27%
  ),
  linear-gradient(
  135deg,
  #ffffff,
  #f7fbf5
  );
}

.terms-header-content {
  display: flex;
  align-items: flex-start;
  min-width: 0;
}

.terms-header-icon {
  display: inline-flex;
  flex: 0 0 52px;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-right: 15px;
  border-radius: 15px;
  color: var(--terms-dark);
  background: linear-gradient(
  135deg,
  var(--terms-primary-light),
  var(--terms-primary)
  );
  font-size: 19px;
  box-shadow: 0 11px 25px rgba(127, 206, 36, 0.22);
}

.terms-label {
  display: block;
  margin-bottom: 4px;
  color: var(--terms-primary-dark);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.85px;
  text-transform: uppercase;
}

.terms-header h1 {
  margin: 0 0 6px;
  color: var(--terms-text);
  font-size: 27px;
  font-weight: 850;
  line-height: 1.25;
  letter-spacing: -0.65px;
}

.terms-header p {
  margin: 0;
  color: var(--terms-muted);
  font-size: 13px;
  line-height: 1.65;
}

.terms-updated {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  min-height: 38px;
  padding: 8px 13px;
  border: 1px solid rgba(127, 206, 36, 0.22);
  border-radius: 100px;
  color: var(--terms-primary-dark);
  background: var(--terms-primary-soft);
  font-size: 11px;
  font-weight: 750;
}

.terms-updated i {
  margin-right: 7px;
}

.terms-notice {
  display: flex;
  align-items: flex-start;
  margin: 25px 30px 0;
  padding: 17px 18px;
  border: 1px solid rgba(127, 206, 36, 0.22);
  border-radius: 13px;
  background: #f6fbf3;
}

.terms-notice-icon {
  display: inline-flex;
  flex: 0 0 35px;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  margin-right: 11px;
  border-radius: 10px;
  color: var(--terms-primary-dark);
  background: var(--terms-primary-soft);
}

.terms-notice strong {
  display: block;
  margin-bottom: 4px;
  color: var(--terms-text);
  font-size: 13px;
  font-weight: 800;
}

.terms-notice p {
  margin: 0;
  color: #607063;
  font-size: 12px;
  line-height: 1.7;
}

.terms-navigation {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 20px 30px;
  border-bottom: 1px solid var(--terms-border);
}

.terms-navigation a {
  display: inline-flex;
  align-items: center;
  min-height: 39px;
  padding: 8px 12px;
  border: 1px solid var(--terms-border);
  border-radius: 100px;
  color: #536156;
  background: #ffffff;
  font-size: 11px;
  font-weight: 750;
  text-decoration: none;
  transition: var(--terms-transition);
}

.terms-navigation a span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 23px;
  margin-right: 7px;
  border-radius: 50%;
  color: var(--terms-primary-dark);
  background: var(--terms-primary-soft);
  font-size: 9px;
  font-weight: 900;
}

.terms-navigation a:hover, .terms-navigation a:focus {
  border-color: var(--terms-primary);
  color: var(--terms-primary-dark);
  background: var(--terms-primary-soft);
  outline: none;
}

.terms-content {
  padding: 5px 30px 10px;
}

.terms-section {
  display: flex;
  align-items: flex-start;
  padding: 27px 0;
  border-bottom: 1px solid var(--terms-border);
  scroll-margin-top: 90px;
}

.terms-section:last-child {
  border-bottom: 0;
}

.terms-section-number {
  display: inline-flex;
  flex: 0 0 42px;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-right: 16px;
  border: 1px solid rgba(127, 206, 36, 0.18);
  border-radius: 12px;
  color: var(--terms-primary-dark);
  background: var(--terms-primary-soft);
  font-size: 11px;
  font-weight: 900;
}

.terms-section-body {
  flex: 1 1 auto;
  min-width: 0;
}

.terms-section h2 {
  margin: 2px 0 11px;
  color: var(--terms-text);
  font-size: 18px;
  font-weight: 820;
  line-height: 1.35;
}

.terms-section p {
  margin: 0 0 11px;
  color: var(--terms-muted);
  font-size: 13px;
  line-height: 1.8;
}

.terms-section p:last-child {
  margin-bottom: 0;
}

.terms-section ul, .terms-section ol {
  margin: 13px 0 0;
  padding-left: 20px;
}

.terms-section li {
  margin-bottom: 8px;
  padding-left: 3px;
  color: #5f6d62;
  font-size: 13px;
  line-height: 1.7;
}

.terms-section li:last-child {
  margin-bottom: 0;
}

.terms-section li::marker {
  color: var(--terms-primary-dark);
}

.terms-section a {
  color: var(--terms-primary-dark);
  font-weight: 750;
  text-decoration: none;
}

.terms-section a:hover {
  color: var(--terms-primary);
  text-decoration: underline;
}

.terms-highlight-box {
  display: flex;
  align-items: flex-start;
  margin: 15px 0;
  padding: 14px 15px;
  border: 1px solid rgba(101, 173, 20, 0.20);
  border-radius: 11px;
  color: #8a4d0b;
  background: #fffaf0;
}

.terms-highlight-box i {
  margin: 4px 10px 0 0;
  color: var(--terms-warning);
}

.terms-highlight-box p {
  margin: 0;
  color: #80501c;
  font-size: 12px;
}

.terms-policy-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 16px 0;
}

.terms-policy-item {
  display: flex;
  align-items: flex-start;
  padding: 15px;
  border: 1px solid var(--terms-border);
  border-radius: 12px;
  background: var(--terms-soft);
}

.terms-policy-item > span {
  display: inline-flex;
  flex: 0 0 31px;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 31px;
  margin-right: 10px;
  border-radius: 9px;
  color: #ffffff;
  background: var(--terms-primary-dark);
  font-size: 11px;
}

.terms-policy-item > span.danger {
  background: var(--terms-danger);
}

.terms-policy-item strong {
  display: block;
  margin-bottom: 4px;
  color: var(--terms-text);
  font-size: 12px;
  font-weight: 800;
}

.terms-policy-item p {
  margin: 0;
  color: var(--terms-muted);
  font-size: 11px;
  line-height: 1.65;
}

.terms-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 23px 30px;
  border-top: 1px solid var(--terms-border);
  background: #f8faf7;
}

.terms-footer-content {
  display: flex;
  align-items: center;
}

.terms-footer-icon {
  display: inline-flex;
  flex: 0 0 43px;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  margin-right: 12px;
  border-radius: 11px;
  color: var(--terms-primary-dark);
  background: var(--terms-primary-soft);
  font-size: 16px;
}

.terms-footer strong {
  display: block;
  margin-bottom: 3px;
  color: var(--terms-text);
  font-size: 13px;
  font-weight: 800;
}

.terms-footer p {
  margin: 0;
  color: var(--terms-muted);
  font-size: 11px;
}

.terms-contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 43px;
  padding: 10px 15px;
  border: 1px solid var(--terms-primary);
  border-radius: 10px;
  color: var(--terms-dark);
  background: linear-gradient(
  135deg,
  var(--terms-primary-light),
  var(--terms-primary)
  );
  box-shadow: 0 9px 20px rgba(127, 206, 36, 0.19);
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
  transition: var(--terms-transition);
}

.terms-contact-button:hover, .terms-contact-button:focus {
  border-color: var(--terms-primary-dark);
  color: #ffffff;
  background: var(--terms-primary-dark);
  text-decoration: none;
  outline: none;
}

.terms-contact-button i {
  margin-left: 8px;
  font-size: 10px;
}

.rtl-layout .terms-header-icon, .rtl-layout .terms-notice-icon, .rtl-layout .terms-section-number, .rtl-layout .terms-policy-item > span, .rtl-layout .terms-footer-icon {
  margin-right: 0;
  margin-left: 12px;
}

.rtl-layout .terms-updated i {
  margin-right: 0;
  margin-left: 7px;
}

.rtl-layout .terms-navigation a span {
  margin-right: 0;
  margin-left: 7px;
}

.rtl-layout .terms-section ul, .rtl-layout .terms-section ol {
  padding-right: 20px;
  padding-left: 0;
}

.rtl-layout .terms-highlight-box i {
  margin-right: 0;
  margin-left: 10px;
}

.rtl-layout .terms-contact-button i {
  margin-right: 8px;
  margin-left: 0;
}

@media (max-width: 991px) {
  .terms-page .col-lg-10.col-lg-offset-1 {
    width: 100%;
    margin-left: 0;
  }

  .terms-header, .terms-footer {
    padding-right: 23px;
    padding-left: 23px;
  }

  .terms-content, .terms-navigation {
    padding-right: 23px;
    padding-left: 23px;
  }

  .terms-notice {
    margin-right: 23px;
    margin-left: 23px;
  }
}

@media (max-width: 767px) {
  .terms-page {
    padding-bottom: 12px;
  }

  .terms-page .container {
    padding-right: 5px;
    padding-left: 5px;
  }

  .terms-card {
    border-radius: 14px;
  }

  .terms-header {
    display: block;
    padding: 20px 17px;
  }

  .terms-header-content {
    margin-bottom: 14px;
  }

  .terms-header-icon {
    flex-basis: 43px;
    width: 43px;
    height: 43px;
    margin-right: 10px;
  }

  .terms-header h1 {
    font-size: 22px;
  }

  .terms-updated {
    margin-left: 53px;
  }

  .terms-notice {
    margin: 17px 16px 0;
    padding: 14px;
  }

  .terms-navigation {
    flex-wrap: nowrap;
    padding: 16px;
    overflow-x: auto;
  }

  .terms-navigation a {
    flex: 0 0 auto;
  }

  .terms-content {
    padding: 0 16px 8px;
  }

  .terms-section {
    padding: 22px 0;
  }

  .terms-section-number {
    flex-basis: 36px;
    width: 36px;
    height: 36px;
    margin-right: 11px;
  }

  .terms-section h2 {
    font-size: 16px;
  }

  .terms-policy-grid {
    grid-template-columns: 1fr;
  }

  .terms-footer {
    display: block;
    padding: 19px 16px;
  }

  .terms-footer-content {
    margin-bottom: 14px;
  }

  .terms-contact-button {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .terms-header-content {
    align-items: flex-start;
  }

  .terms-header p {
    font-size: 12px;
  }

  .terms-updated {
    margin-left: 0;
  }

  .terms-section {
    display: block;
  }

  .terms-section-number {
    margin: 0 0 11px;
  }

  .terms-notice {
    display: block;
  }

  .terms-notice-icon {
    margin: 0 0 9px;
  }

  .terms-footer-content {
    align-items: flex-start;
  }
}

.contact-page {
  position: relative;
  padding: 50px 0 65px;
  overflow: hidden;
  color: var(--contact-text);
  background: radial-gradient(
  circle at 8% 10%,
  rgba(127, 206, 36, 0.09),
  transparent 25%
  ),
  radial-gradient(
  circle at 92% 85%,
  rgba(127, 206, 36, 0.07),
  transparent 25%
  ),
  var(--contact-bg);
  font-family: "Inter", Arial, sans-serif;
}

.contact-page *, .contact-page *::before, .contact-page *::after {
  box-sizing: border-box;
}

.contact-page .container {
  width: 100%;
}

.contact-layout {
  display: flex;
  min-height: 690px;
  overflow: hidden;
  border: 1px solid rgba(7, 19, 10, 0.08);
  border-radius: var(--contact-radius);
  background: var(--contact-card);
  box-shadow: var(--contact-shadow);
}

.contact-info-panel {
  position: relative;
  display: flex;
  flex: 0 0 41%;
  align-items: center;
  overflow: hidden;
  padding: 50px 40px;
  color: #ffffff;
  background: radial-gradient(
  circle at 15% 10%,
  rgba(127, 206, 36, 0.17),
  transparent 30%
  ),
  radial-gradient(
  circle at 90% 88%,
  rgba(127, 206, 36, 0.12),
  transparent 28%
  ),
  linear-gradient(
  145deg,
  #07130a 0%,
  #0e1f13 55%,
  #07120a 100%
  );
}

.contact-info-content {
  position: relative;
  z-index: 2;
  width: 100%;
}

.contact-eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 15px;
  padding: 7px 12px;
  border: 1px solid rgba(127, 206, 36, 0.23);
  border-radius: 100px;
  color: var(--contact-primary-light);
  background: rgba(127, 206, 36, 0.08);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.75px;
  text-transform: uppercase;
}

.contact-info-panel h1 {
  margin: 0 0 17px;
  color: #ffffff;
  font-size: 35px;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: -1.1px;
}

.contact-info-panel h1 span {
  display: block;
  color: var(--contact-primary);
}

.contact-intro {
  margin: 0 0 31px;
  color: #acb9ae;
  font-size: 13px;
  line-height: 1.8;
}

.contact-method-list {
  margin-bottom: 28px;
}

.contact-method-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 21px;
}

.contact-method-item:last-child {
  margin-bottom: 0;
}

.contact-method-icon {
  display: inline-flex;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 13px;
  border: 1px solid rgba(127, 206, 36, 0.18);
  border-radius: 11px;
  color: var(--contact-primary);
  background: rgba(127, 206, 36, 0.08);
  font-size: 14px;
}

.contact-method-item strong {
  display: block;
  margin-bottom: 4px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 780;
}

.contact-method-item p {
  margin: 0;
  color: #87978b;
  font-size: 11px;
  line-height: 1.65;
}

.contact-method-item a {
  display: inline-flex;
  align-items: center;
  margin-top: 7px;
  color: var(--contact-primary);
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
}

.contact-method-item a:hover {
  color: var(--contact-primary-light);
}

.contact-method-item a i {
  margin-left: 6px;
  font-size: 9px;
}

.contact-response-box {
  display: flex;
  align-items: flex-start;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
}

.contact-response-box > span {
  display: inline-flex;
  flex: 0 0 32px;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  border-radius: 9px;
  color: var(--contact-dark);
  background: var(--contact-primary);
  font-size: 12px;
}

.contact-response-box strong {
  display: block;
  margin-bottom: 3px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
}

.contact-response-box p {
  margin: 0;
  color: #8c9b90;
  font-size: 10px;
  line-height: 1.65;
}

.contact-decoration {
  position: absolute;
  border: 1px solid rgba(127, 206, 36, 0.11);
  border-radius: 50%;
  pointer-events: none;
}

.contact-decoration-one {
  top: -120px;
  right: -130px;
  width: 290px;
  height: 290px;
}

.contact-decoration-two {
  right: -60px;
  bottom: -80px;
  width: 200px;
  height: 200px;
}

.contact-form-panel {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  padding: 44px 48px;
  background: #ffffff;
}

.contact-form-card {
  width: 100%;
}

.contact-form-header {
  display: flex;
  align-items: flex-start;
  margin-bottom: 28px;
}

.contact-form-icon {
  display: inline-flex;
  flex: 0 0 45px;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  margin-right: 13px;
  border-radius: 13px;
  color: var(--contact-dark);
  background: linear-gradient(
  135deg,
  var(--contact-primary-light),
  var(--contact-primary)
  );
  box-shadow: 0 10px 23px rgba(127, 206, 36, 0.22);
  font-size: 16px;
}

.contact-form-label {
  display: block;
  margin-bottom: 3px;
  color: var(--contact-primary-dark);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.75px;
  text-transform: uppercase;
}

.contact-form-header h2 {
  margin: 0 0 5px;
  color: var(--contact-text);
  font-size: 26px;
  font-weight: 850;
  line-height: 1.25;
  letter-spacing: -0.55px;
}

.contact-form-header p {
  margin: 0;
  color: var(--contact-muted);
  font-size: 12px;
}

.contact-fields-row {
  margin-right: -7px;
  margin-left: -7px;
}

.contact-field-column {
  padding-right: 7px;
  padding-left: 7px;
}

.contact-form-group {
  margin-bottom: 18px;
}

.contact-form-group .control-label {
  display: block;
  margin-bottom: 7px;
  color: var(--contact-text);
  font-size: 12px;
  font-weight: 750;
}

.contact-required {
  margin-left: 2px;
  color: var(--contact-danger);
}

.contact-input-wrapper {
  position: relative;
}

.contact-input-icon {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #98a39b;
  font-size: 13px;
  transform: translateY(-50%);
  pointer-events: none;
}

.contact-textarea-wrapper .contact-input-icon {
  top: 16px;
  transform: none;
}

.contact-input-wrapper .form-control {
  width: 100%;
  height: 47px;
  padding: 10px 13px 10px 42px;
  border: 1px solid var(--contact-border);
  border-radius: var(--contact-radius-small);
  color: var(--contact-text);
  background: #ffffff;
  box-shadow: none;
  font-size: 13px;
  transition: var(--contact-transition);
}

.contact-input-wrapper textarea.form-control {
  min-height: 145px;
  height: auto;
  padding-top: 13px;
  resize: vertical;
}

.contact-input-wrapper .form-control:hover {
  border-color: #cad4c7;
}

.contact-input-wrapper .form-control:focus {
  border-color: var(--contact-primary);
  outline: none;
  box-shadow: 0 0 0 3px rgba(127, 206, 36, 0.11);
}

.contact-input-wrapper:focus-within .contact-input-icon {
  color: var(--contact-primary-dark);
}

.contact-captcha {
  margin: 2px 0 18px;
}

.contact-captcha iframe {
  max-width: 100%;
}

.contact-submit-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 50px;
  padding: 11px 17px;
  border: 0;
  border-radius: 11px;
  color: var(--contact-dark);
  background: linear-gradient(
  135deg,
  var(--contact-primary-light),
  var(--contact-primary)
  );
  box-shadow: 0 11px 25px rgba(127, 206, 36, 0.22);
  font-size: 14px;
  font-weight: 850;
  transition: var(--contact-transition);
}

.contact-submit-button:hover, .contact-submit-button:focus, .contact-submit-button:active {
  color: #ffffff;
  background: linear-gradient(
  135deg,
  var(--contact-primary),
  var(--contact-primary-dark)
  );
  box-shadow: 0 14px 30px rgba(127, 206, 36, 0.28);
  outline: none;
  transform: translateY(-1px);
}

.contact-submit-button i {
  font-size: 12px;
}

.contact-page .alert {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 14px 42px 14px 14px;
  border-width: 1px;
  border-style: solid;
  border-radius: 10px;
  font-size: 12px;
  line-height: 1.6;
}

.contact-page .alert-danger {
  border-color: rgba(220, 38, 38, 0.18);
  color: #991b1b;
  background: #fef2f2;
}

.contact-page .alert-success {
  border-color: rgba(22, 163, 74, 0.18);
  color: #166534;
  background: #f0fdf4;
}

.contact-alert-icon {
  display: inline-flex;
  flex: 0 0 25px;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  padding-top: 2px;
}

.contact-page .alert .close {
  position: absolute;
  top: 8px;
  right: 11px;
  color: inherit;
  opacity: 0.55;
  text-shadow: none;
}

.contact-form-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  padding-top: 17px;
  border-top: 1px solid var(--contact-border);
  color: var(--contact-muted);
  font-size: 10px;
}

.contact-form-footer i {
  margin-right: 6px;
  color: var(--contact-primary-dark);
}

.rtl-form {
  direction: rtl;
  text-align: right;
}

.rtl-layout .contact-method-icon, .rtl-layout .contact-response-box > span, .rtl-layout .contact-form-icon, .rtl-form .contact-alert-icon {
  margin-right: 0;
  margin-left: 12px;
}

.rtl-layout .contact-method-item a i {
  margin-right: 6px;
  margin-left: 0;
}

.rtl-form .contact-input-icon {
  right: 14px;
  left: auto;
}

.rtl-form .contact-input-wrapper .form-control {
  padding-right: 42px;
  padding-left: 13px;
}

.rtl-form .contact-required {
  margin-right: 2px;
  margin-left: 0;
}

.rtl-form .alert {
  padding-right: 14px;
  padding-left: 42px;
}

.rtl-form .alert .close {
  right: auto;
  left: 11px;
}

.rtl-form .contact-form-footer i {
  margin-right: 0;
  margin-left: 6px;
}

@media (max-width: 991px) {
  .contact-page {
    padding: 35px 0 45px;
  }

  .contact-page .col-lg-10.col-lg-offset-1 {
    width: 100%;
    margin-left: 0;
  }

  .contact-info-panel {
    flex-basis: 39%;
    padding: 40px 28px;
  }

  .contact-form-panel {
    padding: 38px 30px;
  }

  .contact-info-panel h1 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .contact-page {
    padding: 20px 0 35px;
  }

  .contact-page > .container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .contact-layout {
    display: block;
    min-height: 0;
    border-radius: 16px;
  }

  .contact-info-panel {
    display: block;
    padding: 30px 22px;
  }

  .contact-info-panel h1 {
    font-size: 28px;
  }

  .contact-form-panel {
    display: block;
    padding: 28px 20px;
  }

  .contact-field-column {
    width: 100%;
  }

  .contact-input-wrapper .form-control {
    height: 48px;
    font-size: 16px;
  }

  .contact-input-wrapper textarea.form-control {
    min-height: 135px;
  }
}

@media (max-width: 480px) {
  .contact-info-panel {
    padding: 27px 17px;
  }

  .contact-form-panel {
    padding: 24px 15px;
  }

  .contact-form-header {
    margin-bottom: 24px;
  }

  .contact-form-header h2 {
    font-size: 22px;
  }

  .contact-method-item {
    margin-bottom: 18px;
  }

  .contact-response-box {
    display: block;
  }

  .contact-response-box > span {
    margin: 0 0 9px;
  }
}

.public-page-content {
  padding-top: 70px;
}

.page-index .public-page-content {
  padding-top: 0;
}

.page-index .hero-section {
  margin-top: 0;
}

html, body {
  width: 100%;
  min-height: 100%;
}

body {
  overflow-x: hidden;
}

.public-page-body {
  color: var(--site-text);
  background: var(--site-page-bg);
}

.private-dashboard-body {
  color: var(--site-text);
  background: var(--site-page-bg);
}

.public-page-content {
  display: block;
  width: 100%;
  min-height: 1px;
  padding-top: var(--public-page-gap);
}

.page-index .public-page-content, .page-home .public-page-content, .home-page .public-page-content, body[data-page="index"] .public-page-content, body[data-page="home"] .public-page-content {
  padding-top: 0 !important;
}

.page-index .public-page-content > :first-child, .page-home .public-page-content > :first-child, .home-page .public-page-content > :first-child, body[data-page="index"] .public-page-content > :first-child, body[data-page="home"] .public-page-content > :first-child {
  margin-top: 0 !important;
}

.page-index .hero, .page-index .hero-section, .page-home .hero, .page-home .hero-section, .home-page .hero, .home-page .hero-section {
  margin-top: 0 !important;
}

.public-page-content > .auth-page, .public-page-content > .contact-page, .public-page-content > .terms-page, .public-page-content > .private-api-page, .public-page-content > .platform-services-page {
  margin-top: 0;
}

.btn-primary, .public-page-body .btn-primary, .private-dashboard-body .btn-primary, .auth-submit-button, .contact-submit-button, .terms-contact-button, .api-example-button, .api-order-button, .modal-order-button, .service-details-button:hover, .service-details-button:focus, .platform-filter-button.active, .pk-buy-btn, .pk-view-all, .pk-compare-btn, .pk-growth-btn, .btn-main, .btn-signin, .nav-signup > a, .pk-navbar .navbar-nav > li.nav-signup > a {
  border-color: var(--site-color-dark) !important;
  color: var(--site-dark) !important;
  background: linear-gradient(135deg, var(--site-color-light), var(--site-color)) !important;
  box-shadow: 0 12px 26px rgba(94, 181, 22, 0.22) !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary, .auth-submit-button:hover, .auth-submit-button:focus, .contact-submit-button:hover, .contact-submit-button:focus, .terms-contact-button:hover, .terms-contact-button:focus, .api-example-button:hover, .api-example-button:focus, .modal-order-button:hover, .modal-order-button:focus, .pk-buy-btn:hover, .pk-buy-btn:focus, .pk-view-all:hover, .pk-view-all:focus, .pk-compare-btn:hover, .pk-compare-btn:focus, .pk-growth-btn:hover, .pk-growth-btn:focus, .btn-main:hover, .btn-main:focus, .btn-signin:hover, .btn-signin:focus, .pk-navbar .navbar-nav > li.nav-signup > a:hover, .pk-navbar .navbar-nav > li.nav-signup > a:focus {
  border-color: var(--site-color-deep) !important;
  color: #ffffff !important;
  background: linear-gradient(135deg, var(--site-color-dark), var(--site-color-deep)) !important;
  box-shadow: 0 15px 30px rgba(79, 159, 20, 0.28) !important;
}

.btn-default:hover, .btn-default:focus, .btn-ghost:hover, .btn-ghost:focus, .api-copy-button:hover, .api-copy-button:focus {
  border-color: var(--site-color-dark) !important;
  color: var(--site-color-deep) !important;
  background: var(--site-color-soft) !important;
}

.public-page-body .form-control:focus, .private-dashboard-body .form-control:focus, .auth-input-wrapper .form-control:focus, .contact-input-wrapper .form-control:focus, #order-form .form-control:focus, .api-service-type-selector .form-control:focus {
  border-color: var(--site-color-dark) !important;
  outline: 0;
  box-shadow: 0 0 0 3px var(--site-color-soft) !important;
}

.public-page-body main a:not(.btn), .private-dashboard-body main a:not(.btn), .dashboard-topbar a, .sidebar-user-info span, .pk-footer a:hover {
  color: var(--site-color-dark);
}

.sidebar-menu > li.active > a .sidebar-menu-icon, .dashboard-account-avatar, .sidebar-brand-mark {
  background: var(--site-color) !important;
}

.sidebar-menu > li.active > a {
  border-color: rgba(142, 227, 31, 0.22) !important;
  box-shadow: inset 3px 0 0 var(--site-color) !important;
}

.hero, .pk-navbar, .pk-footer {
  color: #ffffff;
}

@media (max-width: 991px) {
  :root {
    --public-page-gap: 38px;
  }
}

@media (max-width: 767px) {
  :root {
    --public-page-gap: 24px;
  }

  .public-page-content {
    padding-right: 0;
    padding-left: 0;
  }

  .btn-primary, .auth-submit-button, .contact-submit-button, .terms-contact-button, .api-example-button {
    min-height: 46px;
  }
}

button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid rgba(142, 227, 31, 0.35);
  outline-offset: 2px;
}

html {
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  min-height: 100vh;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden;
  font-family: "Inter", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.public-page-body, body.public-landing-page {
  color: var(--site-text);
  background: var(--site-white);
}

body.private-dashboard-body {
  color: var(--site-text);
  background: var(--site-bg);
}

img {
  height: auto;
}

button, input, select, textarea {
  font: inherit;
}

.public-page-body .pk-navbar, .public-landing-page .pk-navbar {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: 100%;
  min-height: 76px;
  margin: 0 !important;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0;
  background: rgba(1, 6, 3, 0.98);
  box-shadow: 0 7px 24px rgba(0, 0, 0, 0.18);
}

.pk-navbar .container {
  width: 100%;
  max-width: 1480px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

.pk-navbar .navbar-header {
  min-height: 76px;
}

.pk-navbar .navbar-brand {
  display: flex;
  align-items: center;
  height: 76px;
  margin: 0;
  padding: 18px 15px;
  line-height: 1;
}

.pk-navbar .navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
}

.pk-navbar .navbar-nav {
  margin-top: 0;
  margin-bottom: 0;
}

.pk-navbar .navbar-nav > li > a {
  display: flex;
  align-items: center;
  min-height: 76px;
  padding: 0 18px;
  line-height: 1.25;
}

.pk-navbar .navbar-nav > li.nav-signup {
  margin: 14px 0 0 18px;
}

.pk-navbar .navbar-nav > li.nav-signup > a {
  min-height: 48px;
  padding: 0 22px;
}

.public-page-content, #publicMainContent {
  display: block;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.pk-navbar + .public-page-content, .pk-navbar + #publicMainContent, .public-page-content > :first-child, #publicMainContent > :first-child {
  margin-top: 0 !important;
}

.public-page-content > section:first-child, .public-page-content > .hero:first-child, .public-page-content > .hero-section:first-child, .public-page-content > .auth-page:first-child, .public-page-content > .contact-page:first-child, .public-page-content > .terms-page:first-child, .public-page-content > .private-api-page:first-child, .public-page-content > .platform-services-page:first-child, #publicMainContent > section:first-child {
  margin-top: 0 !important;
}

.page-index .hero, .page-home .hero, .home-page .hero, body[data-page="index"] .hero, body[data-page="home"] .hero, .page-index .hero-section, .page-home .hero-section, .home-page .hero-section {
  margin-top: 0 !important;
}

.auth-page, .contact-page {
  padding-top: 48px;
}

.terms-page, .private-api-page, .platform-services-page {
  padding-top: 36px;
}

.page-index .auth-page, .page-index .contact-page, .page-index .terms-page, .page-index .private-api-page, .page-index .platform-services-page, .page-home .auth-page, .page-home .contact-page, .page-home .terms-page, .page-home .private-api-page, .page-home .platform-services-page {
  padding-top: 0;
}

.hero {
  margin: 0 !important;
}

.hero > .container {
  width: 100%;
  max-width: 1480px;
  margin-right: auto;
  margin-left: auto;
}

.hero-main-row {
  display: flex;
  align-items: center;
}

.hero-main-row > [class*="col-"] {
  float: none;
}

.hero-copy {
  margin-right: auto;
}

.visual-area {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 620px;
  padding-right: 0;
  padding-left: 55px;
}

.login-card {
  width: 100%;
  max-width: 485px;
  margin: 0 0 0 auto;
}

.public-page-content > section > .container, .dashboard-content > .container, .dashboard-content > .container-fluid {
  width: 100%;
}

.well, .panel, .auth-layout, .contact-layout, .terms-card, .api-documentation-card, .service-product-card {
  border-color: var(--site-border);
}

.well, .panel, .auth-layout, .contact-layout, .terms-card, .api-documentation-card {
  box-shadow: var(--site-shadow);
}

.btn-primary, .public-page-body .btn-primary, .private-dashboard-body .btn-primary, .auth-submit-button, .contact-submit-button, .terms-contact-button, .api-example-button, .api-order-button, .modal-order-button, .pk-buy-btn, .pk-view-all, .pk-compare-btn, .pk-growth-btn, .btn-main, .btn-signin, .pk-navbar .navbar-nav > li.nav-signup > a {
  border: 1px solid var(--site-primary-dark) !important;
  border-radius: var(--site-radius);
  color: var(--site-dark) !important;
  background: linear-gradient(
  135deg,
  var(--site-primary-light),
  var(--site-primary)
  ) !important;
  box-shadow: 0 12px 26px rgba(94, 181, 22, 0.22) !important;
  font-weight: 800;
  text-decoration: none !important;
  transition: var(--site-transition);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary, .auth-submit-button:hover, .auth-submit-button:focus, .contact-submit-button:hover, .contact-submit-button:focus, .terms-contact-button:hover, .terms-contact-button:focus, .api-example-button:hover, .api-example-button:focus, .api-order-button:hover, .api-order-button:focus, .modal-order-button:hover, .modal-order-button:focus, .pk-buy-btn:hover, .pk-buy-btn:focus, .pk-view-all:hover, .pk-view-all:focus, .pk-compare-btn:hover, .pk-compare-btn:focus, .pk-growth-btn:hover, .pk-growth-btn:focus, .btn-main:hover, .btn-main:focus, .btn-signin:hover, .btn-signin:focus, .pk-navbar .navbar-nav > li.nav-signup > a:hover, .pk-navbar .navbar-nav > li.nav-signup > a:focus {
  border-color: var(--site-primary-deep) !important;
  color: #ffffff !important;
  background: linear-gradient(
  135deg,
  var(--site-primary-dark),
  var(--site-primary-deep)
  ) !important;
  box-shadow: 0 15px 31px rgba(79, 159, 20, 0.29) !important;
  transform: translateY(-1px);
}

.platform-filter-button.active, .service-details-button:hover, .service-details-button:focus {
  border-color: var(--site-primary-dark) !important;
  color: var(--site-dark) !important;
  background: linear-gradient(
  135deg,
  var(--site-primary-light),
  var(--site-primary)
  ) !important;
}

.btn-default, .btn-ghost, .service-details-button, .modal-close-button {
  border-color: var(--site-border);
  color: var(--site-text);
  background: #ffffff;
  box-shadow: none;
}

.btn-default:hover, .btn-default:focus, .btn-ghost:hover, .btn-ghost:focus, .service-details-button:hover, .service-details-button:focus, .modal-close-button:hover, .modal-close-button:focus, .api-copy-button:hover, .api-copy-button:focus {
  border-color: var(--site-primary-dark) !important;
  color: var(--site-primary-deep) !important;
  background: var(--site-primary-soft) !important;
}

.form-control {
  border-color: var(--site-border);
  box-shadow: none;
  transition: var(--site-transition);
}

.form-control:hover {
  border-color: #cbd9c5;
}

.form-control:focus, .public-page-body .form-control:focus, .private-dashboard-body .form-control:focus, .auth-input-wrapper .form-control:focus, .contact-input-wrapper .form-control:focus, #order-form .form-control:focus, .api-service-type-selector .form-control:focus {
  border-color: var(--site-primary-dark) !important;
  outline: 0;
  box-shadow: 0 0 0 3px var(--site-primary-soft) !important;
}

input[type="checkbox"], input[type="radio"] {
  accent-color: var(--site-primary-dark);
}

.public-page-content main a:not(.btn), .private-dashboard-body main a:not(.btn), .dashboard-topbar a, .sidebar-user-info span {
  color: var(--site-primary-dark);
}

.public-page-content main a:not(.btn):hover, .private-dashboard-body main a:not(.btn):hover, .dashboard-topbar a:hover {
  color: var(--site-primary-deep);
}

.sidebar-brand-mark, .sidebar-menu > li.active > a .sidebar-menu-icon, .dashboard-account-avatar {
  color: var(--site-dark) !important;
  background: var(--site-primary) !important;
}

.sidebar-menu > li.active > a {
  border-color: rgba(142, 227, 31, 0.22) !important;
  box-shadow: inset 3px 0 0 var(--site-primary) !important;
}

.pk-footer {
  clear: both;
  width: 100%;
  margin: 0;
}

.public-page-content + .pk-footer {
  margin-top: 0;
}

@media (max-width: 1199px) {
  .pk-navbar .container, .hero > .container {
    padding-right: 22px;
    padding-left: 22px;
  }

  .pk-navbar .navbar-nav > li > a {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 14px;
  }

  .visual-area {
    padding-left: 30px;
  }
}

@media (max-width: 991px) {
  .pk-navbar .navbar-header {
    min-height: 66px;
  }

  .pk-navbar .navbar-brand {
    height: 66px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .pk-navbar .navbar-toggle {
    margin-top: 16px;
    margin-right: 15px;
    margin-bottom: 16px;
  }

  .pk-navbar .navbar-collapse {
    max-height: calc(100vh - 66px);
    overflow-y: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .pk-navbar .navbar-nav > li > a {
    min-height: 46px;
    padding: 12px 18px;
  }

  .pk-navbar .navbar-nav > li.nav-signup {
    margin: 8px 15px 16px;
  }

  .pk-navbar .navbar-nav > li.nav-signup > a {
    justify-content: center;
    min-height: 46px;
  }

  .visual-area {
    justify-content: center;
    min-height: auto;
    margin-top: 42px;
    padding-left: 0;
  }

  .auth-page, .contact-page {
    padding-top: 36px;
  }

  .terms-page, .private-api-page, .platform-services-page {
    padding-top: 28px;
  }
}

@media (max-width: 767px) {
  .pk-navbar .navbar-brand {
    max-width: calc(100% - 72px);
  }

  .brand-text {
    overflow: hidden;
    font-size: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .brand-mark {
    flex: 0 0 35px;
  }

  .public-page-content, #publicMainContent {
    padding: 0 !important;
  }

  .auth-page, .contact-page {
    padding-top: 22px;
  }

  .terms-page, .private-api-page, .platform-services-page {
    padding-top: 18px;
  }

  .hero {
    padding-top: 34px;
  }

  .hero-title {
    font-size: clamp(31px, 9vw, 38px);
  }

  .hero-text {
    font-size: 16px;
  }

  .btn-primary, .auth-submit-button, .contact-submit-button, .terms-contact-button, .api-example-button, .pk-growth-btn, .pk-view-all {
    min-height: 46px;
  }

  .dashboard-content {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 480px) {
  .pk-navbar .container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .pk-navbar .navbar-brand {
    padding-right: 5px;
    padding-left: 5px;
  }

  .brand-text {
    font-size: 18px;
  }

  .hero {
    padding-top: 28px;
  }

  .auth-page, .contact-page, .terms-page, .private-api-page, .platform-services-page {
    padding-top: 14px;
  }
}

.rtl-layout .pk-navbar .navbar-nav > li.nav-signup {
  margin-right: 18px;
  margin-left: 0;
}

.rtl-layout .visual-area {
  padding-right: 55px;
  padding-left: 0;
}

.rtl-layout .login-card {
  margin-right: auto;
  margin-left: 0;
}

.rtl-layout .sidebar-menu > li.active > a {
  box-shadow: inset -3px 0 0 var(--site-primary) !important;
}

@media (max-width: 991px) {
  .rtl-layout .visual-area {
    padding-right: 0;
  }

  .rtl-layout .pk-navbar .navbar-nav > li.nav-signup {
    margin: 8px 15px 16px;
  }
}

button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid rgba(142, 227, 31, 0.38);
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

.hero .visual-area {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  min-height: 640px;
  padding-right: 0;
  padding-left: 132px;
  overflow: visible;
}

.hero .login-card {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 485px;
  margin: 0 0 0 auto;
}

.hero .social-orbit {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 0;
  width: 112px;
  height: 590px;
  pointer-events: none;
  transform: translateY(-50%);
}

.hero .social-icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 2px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  color: #ffffff;
  font-size: 26px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.38),
  0 0 22px currentColor;
  animation: heroSocialFloat 4.8s ease-in-out infinite;
  will-change: transform;
}

.hero .social-icon.instagram {
  top: 10px;
  left: 4px;
  background: linear-gradient(
  135deg,
  #7b2cff,
  #f51d8b,
  #ec4899
  );
}

.hero .social-icon.tiktok {
  top: 122px;
  left: 48px;
  color: #72f7ff;
  background: #111111;
  animation-delay: 0.7s;
}

.hero .social-icon.youtube {
  top: 234px;
  left: 7px;
  color: #ffffff;
  background: linear-gradient(
  135deg,
  #ff3b3f,
  #df1015
  );
  animation-delay: 1.3s;
}

.hero .social-icon.facebook {
  top: 346px;
  left: 43px;
  color: #ffffff;
  background: linear-gradient(
  135deg,
  #3685ef,
  #1764d3
  );
  animation-delay: 0.35s;
}

.hero .social-icon.telegram {
  top: 458px;
  left: 9px;
  color: #ffffff;
  background: linear-gradient(
  135deg,
  #38afe7,
  #1788c1
  );
  animation-delay: 1s;
}

@keyframes heroSocialFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -9px, 0);
  }
}

.hero .chart-line {
  position: absolute;
  z-index: 2;
  bottom: 54px;
  left: 40px;
  width: 180px;
  height: 150px;
  opacity: 0.52;
  border-bottom: 1px solid rgba(142, 227, 31, 0.17);
  border-left: 1px solid rgba(142, 227, 31, 0.17);
  pointer-events: none;
}

.hero .chart-line::before {
  position: absolute;
  bottom: 21px;
  left: 8px;
  width: 155px;
  height: 92px;
  border-top: 3px solid var(--hero-green);
  content: "";
  filter: drop-shadow(
  0 0 7px rgba(142, 227, 31, 0.70)
  );
  transform: skewY(-25deg);
}

@media (min-width: 1450px) {
  .hero .visual-area {
    padding-left: 145px;
  }

  .hero .social-orbit {
    width: 125px;
  }

  .hero .social-icon {
    width: 62px;
    height: 62px;
    font-size: 28px;
  }

  .hero .social-icon.instagram {
    left: 4px;
  }

  .hero .social-icon.tiktok {
    left: 54px;
  }

  .hero .social-icon.youtube {
    left: 8px;
  }

  .hero .social-icon.facebook {
    left: 50px;
  }

  .hero .social-icon.telegram {
    left: 10px;
  }
}

@media (min-width: 1200px) and (max-width: 1449px) {
  .hero .visual-area {
    padding-left: 112px;
  }

  .hero .social-orbit {
    width: 96px;
  }

  .hero .social-icon {
    width: 52px;
    height: 52px;
    font-size: 23px;
  }

  .hero .social-icon.instagram {
    top: 28px;
    left: 2px;
  }

  .hero .social-icon.tiktok {
    top: 134px;
    left: 38px;
  }

  .hero .social-icon.youtube {
    top: 240px;
    left: 3px;
  }

  .hero .social-icon.facebook {
    top: 346px;
    left: 35px;
  }

  .hero .social-icon.telegram {
    top: 452px;
    left: 4px;
  }

  .hero .chart-line {
    left: 25px;
    width: 145px;
  }
}

@media (max-width: 1199px) {
  .hero .visual-area {
    min-height: auto;
    padding-left: 0;
  }

  .hero .social-orbit, .hero .social-icon, .hero .chart-line {
    display: none !important;
  }

  .hero .login-card {
    max-width: 620px;
    margin-right: auto;
    margin-left: auto;
  }
}

:root {
  --site-container-width: 1400px;
  --site-container-gutter: 24px;
  --site-container-gutter-mobile: 15px;
  --site-section-space: 80px;
  --site-section-space-mobile: 56px;
}

.pk-navbar > .container, .hero > .container, section > .container, .pk-footer .container, .dashboard-content > .container, .dashboard-content > .container-fluid, .auth-page > .container, .platform-services-page > .container, .platform-services-page .services-page-container, .private-api-page > .container, .terms-page > .container, .contact-page > .container, .public-page-content > .container, .page-content > .container, .main-content > .container {
  width: 100%;
  max-width: var(--site-container-width);
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--site-container-gutter);
  padding-left: var(--site-container-gutter);
}

.services-page-container, .dashboard-content > .container, .dashboard-content > .container-fluid, .auth-page > .container, .private-api-page > .container, .terms-page > .container, .contact-page > .container {
  margin-right: auto;
  margin-left: auto;
}

section > .container > .row, .pk-footer .container > .row, .dashboard-content > .container > .row, .dashboard-content > .container-fluid > .row, .auth-page > .container > .row, .private-api-page > .container > .row, .terms-page > .container > .row, .contact-page > .container > .row {
  margin-right: -12px;
  margin-left: -12px;
}

section > .container > .row > [class*="col-"], .pk-footer .container > .row > [class*="col-"], .dashboard-content > .container > .row > [class*="col-"], .dashboard-content > .container-fluid > .row > [class*="col-"], .auth-page > .container > .row > [class*="col-"], .private-api-page > .container > .row > [class*="col-"], .terms-page > .container > .row > [class*="col-"], .contact-page > .container > .row > [class*="col-"] {
  padding-right: 12px;
  padding-left: 12px;
}

.hero-main-row, .pk-service-row, .pk-why-row, .pk-compare-row, .pk-review-row, .hiw-steps, .contact-layout, .api-documentation-card, .terms-card {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.dashboard-content {
  padding-right: var(--site-container-gutter);
  padding-left: var(--site-container-gutter);
}

.dashboard-content > .container, .dashboard-content > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

body.public-landing-page .pk-services-section, body.public-landing-page .pk-why-section, body.public-landing-page .how-it-works, body.public-landing-page .pk-pricing-section, body.public-landing-page .pk-compare-section, body.public-landing-page .pk-reviews-section, body.public-landing-page .fansmm-faq, body.public-landing-page .pk-growth-cta {
  padding-top: var(--site-section-space);
  padding-bottom: var(--site-section-space);
}

.pk-section-heading, .pk-why-heading, .hiw-heading, .pk-pricing-heading, .pk-compare-heading, .pk-reviews-heading, .faq-heading, .pk-growth-inner, .services-page-heading {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1600px) {
  .pk-navbar > .container, .hero > .container, section > .container, .pk-footer .container, .dashboard-content > .container, .dashboard-content > .container-fluid, .auth-page > .container, .platform-services-page .services-page-container, .private-api-page > .container, .terms-page > .container, .contact-page > .container {
    max-width: var(--site-container-width);
  }
}

@media (max-width: 1199px) {
  :root {
    --site-container-gutter: 20px;
  }

  .dashboard-content {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  :root {
    --site-container-gutter: var(--site-container-gutter-mobile);
  }

  .pk-navbar > .container, .hero > .container, section > .container, .pk-footer .container, .dashboard-content > .container, .dashboard-content > .container-fluid, .auth-page > .container, .platform-services-page .services-page-container, .private-api-page > .container, .terms-page > .container, .contact-page > .container {
    padding-right: var(--site-container-gutter-mobile);
    padding-left: var(--site-container-gutter-mobile);
  }

  .dashboard-content {
    padding-right: var(--site-container-gutter-mobile);
    padding-left: var(--site-container-gutter-mobile);
  }

  body.public-landing-page .pk-services-section, body.public-landing-page .pk-why-section, body.public-landing-page .how-it-works, body.public-landing-page .pk-pricing-section, body.public-landing-page .pk-compare-section, body.public-landing-page .pk-reviews-section, body.public-landing-page .fansmm-faq, body.public-landing-page .pk-growth-cta {
    padding-top: var(--site-section-space-mobile);
    padding-bottom: var(--site-section-space-mobile);
  }

  section > .container > .row, .pk-footer .container > .row, .dashboard-content > .container > .row, .dashboard-content > .container-fluid > .row, .auth-page > .container > .row, .private-api-page > .container > .row, .terms-page > .container > .row, .contact-page > .container > .row {
    margin-right: -8px;
    margin-left: -8px;
  }

  section > .container > .row > [class*="col-"], .pk-footer .container > .row > [class*="col-"], .dashboard-content > .container > .row > [class*="col-"], .dashboard-content > .container-fluid > .row > [class*="col-"], .auth-page > .container > .row > [class*="col-"], .private-api-page > .container > .row > [class*="col-"], .terms-page > .container > .row > [class*="col-"], .contact-page > .container > .row > [class*="col-"] {
    padding-right: 8px;
    padding-left: 8px;
  }
}

:root {
  --vibe-green: #8ee31f;
  --vibe-green-deep: #57a914;
  --vibe-lime-soft: rgba(142, 227, 31, 0.12);
  --vibe-glow: 0 18px 45px rgba(87, 169, 20, 0.16);
  --vibe-glow-strong: 0 22px 55px rgba(87, 169, 20, 0.24);
  --vibe-shadow: 0 18px 48px rgba(24, 48, 17, 0.10);
  --vibe-shadow-hover: 0 26px 64px rgba(24, 48, 17, 0.16);
  --vibe-radius: 22px;
  --vibe-transition: 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

::selection {
  background: rgba(142, 227, 31, 0.30);
  color: #071006;
}

:focus-visible {
  outline: 3px solid rgba(142, 227, 31, 0.42);
  outline-offset: 3px;
}

body.public-landing-page {
  background: radial-gradient(circle at 12% 8%, rgba(142, 227, 31, 0.035), transparent 24%),
  #ffffff;
}

body.public-landing-page .pk-services-section, body.public-landing-page .pk-why-section, body.public-landing-page .how-it-works, body.public-landing-page .pk-pricing-section, body.public-landing-page .pk-compare-section, body.public-landing-page .pk-reviews-section, body.public-landing-page .fansmm-faq, body.public-landing-page .pk-growth-cta {
  isolation: isolate;
}

body.public-landing-page .pk-services-section::after, body.public-landing-page .pk-pricing-section::after, body.public-landing-page .pk-reviews-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(1120px, calc(100% - 30px));
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(98, 169, 45, 0.26), transparent);
  transform: translateX(-50%);
  pointer-events: none;
}

.pk-navbar {
  background: rgba(1, 7, 3, 0.88);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  backdrop-filter: blur(18px) saturate(140%);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.24);
}

.pk-navbar .navbar-nav > li > a {
  position: relative;
  transition: color var(--vibe-transition), transform var(--vibe-transition);
}

.pk-navbar .navbar-nav > li:not(.nav-signup) > a::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 20px;
  left: 18px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--vibe-green), #c7ff69);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform var(--vibe-transition);
}

.pk-navbar .navbar-nav > li:not(.nav-signup) > a:hover::after, .pk-navbar .navbar-nav > li.active:not(.nav-signup) > a::after {
  transform: scaleX(1);
}

.hero {
  background: radial-gradient(circle at 76% 18%, rgba(142, 227, 31, 0.16), transparent 26%),
  radial-gradient(circle at 18% 82%, rgba(89, 188, 26, 0.11), transparent 31%),
  linear-gradient(135deg, #010503 0%, #041108 48%, #071f0d 100%);
}

.hero::before {
  opacity: 0.34;
}

.eyebrow, .pk-section-badge, .pk-why-badge, .hiw-badge, .pk-pricing-badge, .pk-compare-badge, .pk-reviews-badge, .faq-label {
  border: 1px solid rgba(105, 173, 56, 0.16);
  box-shadow: 0 8px 24px rgba(85, 153, 40, 0.08);
}

.hero-title {
  text-wrap: balance;
}

.hero-title .accent {
  background: linear-gradient(135deg, #c9ff72 0%, var(--vibe-green) 45%, #67ba19 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: none;
  filter: drop-shadow(0 0 18px rgba(142, 227, 31, 0.16));
}

.pk-service-card, .pk-why-card, .pk-review-card, .pk-compare-card, .pk-table-shell, .faq-column .panel, .login-card, .benefit-strip, .well, .panel, .card {
  transition: transform var(--vibe-transition),
  box-shadow var(--vibe-transition),
  border-color var(--vibe-transition),
  background-color var(--vibe-transition);
}

.pk-service-card, .pk-why-card, .pk-review-card, .pk-table-shell, .faq-column .panel {
  box-shadow: var(--vibe-shadow);
}

.pk-service-card:hover, .pk-why-card:hover, .pk-review-card:hover, .faq-column .panel:hover {
  border-color: rgba(105, 173, 56, 0.42);
  box-shadow: var(--vibe-shadow-hover);
}

.pk-service-card, .pk-why-card, .pk-review-card {
  background: linear-gradient(#ffffff, #ffffff) padding-box,
  linear-gradient(145deg, rgba(142, 227, 31, 0.22), rgba(255, 255, 255, 0.2)) border-box;
}

.pk-service-icon, .pk-why-icon, .pk-avatar, .faq-icon, .benefit-icon {
  transition: transform var(--vibe-transition), box-shadow var(--vibe-transition);
}

.pk-service-card:hover .pk-service-icon, .pk-why-card:hover .pk-why-icon, .pk-review-card:hover .pk-avatar, .faq-column .panel:hover .faq-icon {
  transform: translateY(-3px) scale(1.04);
}

.btn-main, .btn-signin, .pk-buy-btn, .pk-view-all, .pk-compare-btn, .pk-growth-btn, .faq-contact-btn, .pk-navbar .navbar-nav > li.nav-signup > a {
  position: relative;
  overflow: hidden;
  transition: transform var(--vibe-transition),
  box-shadow var(--vibe-transition),
  filter var(--vibe-transition);
}

.btn-main::before, .btn-signin::before, .pk-buy-btn::before, .pk-view-all::before, .pk-compare-btn::before, .pk-growth-btn::before, .pk-navbar .navbar-nav > li.nav-signup > a::before {
  content: "";
  position: absolute;
  top: -70%;
  left: -45%;
  width: 34%;
  height: 240%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), transparent);
  transform: rotate(22deg);
  transition: left 650ms ease;
  pointer-events: none;
}

.btn-main:hover::before, .btn-signin:hover::before, .pk-buy-btn:hover::before, .pk-view-all:hover::before, .pk-compare-btn:hover::before, .pk-growth-btn:hover::before, .pk-navbar .navbar-nav > li.nav-signup > a:hover::before {
  left: 120%;
}

.btn-main:hover, .btn-signin:hover, .pk-buy-btn:hover, .pk-view-all:hover, .pk-compare-btn:hover, .pk-growth-btn:hover, .pk-navbar .navbar-nav > li.nav-signup > a:hover {
  filter: saturate(1.08) brightness(1.03);
  box-shadow: var(--vibe-glow-strong);
}

.btn-ghost {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.field-wrap .form-control, .form-control, select.form-control, textarea.form-control {
  transition: border-color var(--vibe-transition),
  box-shadow var(--vibe-transition),
  background-color var(--vibe-transition);
}

.field-wrap .form-control:hover, .form-control:hover {
  border-color: rgba(105, 173, 56, 0.42);
}

.field-wrap .form-control:focus, .form-control:focus {
  border-color: #87cf4e;
  box-shadow: 0 0 0 4px rgba(127, 206, 36, 0.13);
}

.login-card {
  border: 1px solid rgba(142, 227, 31, 0.16);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.44),
  0 0 55px rgba(142, 227, 31, 0.10);
}

.pk-table-shell {
  border-color: rgba(105, 173, 56, 0.24);
}

.pk-pricing-table tbody tr {
  transition: background-color var(--vibe-transition), transform var(--vibe-transition);
}

.pk-pricing-table tbody tr:hover {
  background: #edf8e7;
}

.pk-pricing-table tbody tr:hover td:first-child {
  box-shadow: inset 4px 0 0 var(--vibe-green-deep);
}

.faq-column .panel-title a {
  transition: color var(--vibe-transition), background-color var(--vibe-transition);
}

.faq-column .panel-title a:hover, .faq-column .panel-title a[aria-expanded="true"] {
  background: linear-gradient(90deg, rgba(142, 227, 31, 0.07), transparent 72%);
}

.faq-column .panel-title a[aria-expanded="true"] .faq-icon {
  background: linear-gradient(135deg, var(--vibe-green), var(--vibe-green-deep));
  color: #071006;
  box-shadow: 0 10px 22px rgba(87, 169, 20, 0.20);
}

.pk-footer {
  background: radial-gradient(circle at 20% 0%, rgba(142, 227, 31, 0.06), transparent 26%),
  #0b0a0d;
}

.pk-footer-links a {
  position: relative;
}

.pk-footer-links a::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 1px;
  margin-right: 0;
  vertical-align: middle;
  background: var(--vibe-green);
  transition: width var(--vibe-transition), margin-right var(--vibe-transition);
}

.pk-footer-links a:hover::before {
  width: 12px;
  margin-right: 7px;
}

.pk-footer-links a:hover {
  padding-left: 0;
}

@media (min-width: 992px) {
  .pk-service-card:hover, .pk-why-card:hover, .pk-review-card:hover {
    transform: translateY(-9px);
  }

  .mini-card:hover {
    transform: translateY(-5px) scale(1.02);
  }
}

@media (max-width: 767px) {
  :root {
    --vibe-radius: 18px;
  }

  .pk-navbar {
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
  }

  .pk-navbar .navbar-nav > li:not(.nav-signup) > a::after {
    display: none;
  }

  .hero-title {
    text-wrap: pretty;
  }

  .pk-service-card, .pk-why-card, .pk-review-card, .faq-column .panel, .login-card {
    box-shadow: 0 14px 34px rgba(24, 48, 17, 0.10);
  }
}

@media (prefers-reduced-motion: reduce) {
  .btn-main::before, .btn-signin::before, .pk-buy-btn::before, .pk-view-all::before, .pk-compare-btn::before, .pk-growth-btn::before, .pk-navbar .navbar-nav > li.nav-signup > a::before {
    display: none;
  }
}

:root {
  --premium-ink: #101810;
  --premium-muted: #667066;
  --premium-line: rgba(48, 78, 35, 0.13);
  --premium-green: #8ee31f;
  --premium-green-strong: #5faa18;
  --premium-green-soft: #eff9e8;
  --premium-surface: rgba(255, 255, 255, 0.92);
  --premium-shadow-sm: 0 8px 24px rgba(31, 58, 22, 0.08);
  --premium-shadow-md: 0 18px 48px rgba(31, 58, 22, 0.12);
  --premium-shadow-lg: 0 28px 80px rgba(13, 30, 10, 0.18);
  --premium-radius-sm: 12px;
  --premium-radius-md: 18px;
  --premium-radius-lg: 26px;
  --premium-ease: cubic-bezier(.2, .7, .2, 1);
}

body.public-landing-page {
  background: radial-gradient(circle at 8% 14%, rgba(142, 227, 31, 0.045), transparent 24%),
  radial-gradient(circle at 92% 48%, rgba(90, 170, 35, 0.035), transparent 22%),
  #ffffff;
  color: var(--premium-ink);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.public-landing-page section:not(.hero):not(.pk-growth-cta) {
  isolation: isolate;
}

body.public-landing-page section:not(.hero):not(.pk-growth-cta)::after {
  content: "";
  position: absolute;
  right: 5%;
  bottom: 0;
  left: 5%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--premium-line), transparent);
  pointer-events: none;
}

.pk-navbar {
  background: linear-gradient(180deg, rgba(2, 8, 4, 0.96), rgba(2, 8, 4, 0.89));
  border-bottom-color: rgba(142, 227, 31, 0.13);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.22);
}

@supports ((-webkit-backdrop-filter: blur(18px)) or (backdrop-filter: blur(18px))) {
  .pk-navbar {
    background: rgba(2, 8, 4, 0.83);
    -webkit-backdrop-filter: blur(18px) saturate(145%);
    backdrop-filter: blur(18px) saturate(145%);
  }
}

.pk-navbar .navbar-brand {
  letter-spacing: -0.5px;
}

.brand-mark {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 10px 26px rgba(87, 169, 20, 0.28),
  inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.brand-mark::after {
  content: "";
  position: absolute;
  top: -65%;
  left: -35%;
  width: 35%;
  height: 220%;
  background: rgba(255, 255, 255, 0.38);
  transform: rotate(24deg);
  transition: left 0.65s var(--premium-ease);
}

.pk-navbar .navbar-brand:hover .brand-mark::after {
  left: 130%;
}

.pk-navbar .navbar-nav > li > a {
  letter-spacing: 0.1px;
  transition: color 0.24s var(--premium-ease), transform 0.24s var(--premium-ease);
}

.pk-navbar .navbar-nav > li:not(.nav-signup) > a:hover {
  transform: translateY(-1px);
}

.hero {
  background: radial-gradient(circle at 78% 18%, rgba(142, 227, 31, 0.15), transparent 30%),
  radial-gradient(circle at 12% 82%, rgba(79, 165, 26, 0.10), transparent 34%),
  linear-gradient(135deg, #010503 0%, #041008 48%, #071f0c 100%);
}

.hero::before {
  opacity: 0.22;
  background-size: 30px 30px;
}

.hero-copy {
  position: relative;
}

.hero-copy::before {
  content: "";
  position: absolute;
  top: 10%;
  left: -80px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(142, 227, 31, 0.07);
  filter: blur(45px);
  pointer-events: none;
}

.eyebrow, .pk-section-badge, .pk-why-badge, .hiw-badge, .pk-pricing-badge, .pk-compare-badge, .pk-reviews-badge, .faq-label {
  border: 1px solid rgba(100, 174, 48, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.68);
}

.hero-title {
  text-wrap: balance;
  text-shadow: 0 8px 38px rgba(0, 0, 0, 0.22);
}

.hero-title .accent {
  background: linear-gradient(135deg, #baf65d 0%, #8ee31f 45%, #66bd17 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: none;
}

.hero-text {
  color: #cbd3cd;
}

.pk-service-card, .pk-why-card, .pk-review-card, .pk-compare-card, .faq-column .panel, .pk-table-shell, .login-card {
  border-color: rgba(74, 111, 51, 0.15);
  box-shadow: var(--premium-shadow-sm);
}

.pk-service-card, .pk-why-card, .pk-review-card, .pk-compare-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(252, 254, 250, 0.96));
  transition: transform 0.32s var(--premium-ease),
  box-shadow 0.32s var(--premium-ease),
  border-color 0.32s var(--premium-ease);
}

.pk-service-card::after, .pk-why-card::after, .pk-review-card::after, .pk-compare-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255,255,255,0.5), transparent 34%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.32s var(--premium-ease);
}

.pk-service-card:hover::after, .pk-why-card:hover::after, .pk-review-card:hover::after, .pk-compare-card:hover::after {
  opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
  .pk-service-card:hover, .pk-why-card:hover, .pk-review-card:hover, .pk-compare-card:hover {
    transform: translateY(-8px);
    border-color: rgba(101, 174, 48, 0.33);
    box-shadow: var(--premium-shadow-md);
  }
}

.pk-service-icon, .pk-why-icon, .pk-avatar, .benefit-icon {
  transition: transform 0.3s var(--premium-ease), box-shadow 0.3s var(--premium-ease);
}

@media (hover: hover) and (pointer: fine) {
  .pk-service-card:hover .pk-service-icon, .pk-why-card:hover .pk-why-icon, .pk-review-card:hover .pk-avatar {
    transform: translateY(-3px) scale(1.04);
  }
}

.btn-main, .btn-signin, .pk-buy-btn, .pk-view-all, .pk-compare-btn, .pk-growth-btn, .pk-navbar .navbar-nav > li.nav-signup > a {
  border: 1px solid rgba(76, 145, 20, 0.28);
  background: linear-gradient(135deg, #9bea31 0%, #76c91d 55%, #55a710 100%);
  box-shadow: 0 14px 30px rgba(83, 156, 25, 0.22),
  inset 0 1px 0 rgba(255, 255, 255, 0.42);
  transition: transform 0.25s var(--premium-ease),
  box-shadow 0.25s var(--premium-ease),
  filter 0.25s var(--premium-ease);
}

@media (hover: hover) and (pointer: fine) {
  .btn-main:hover, .btn-signin:hover, .pk-buy-btn:hover, .pk-view-all:hover, .pk-compare-btn:hover, .pk-growth-btn:hover, .pk-navbar .navbar-nav > li.nav-signup > a:hover {
    transform: translateY(-3px);
    filter: saturate(108%);
    box-shadow: 0 20px 40px rgba(83, 156, 25, 0.30),
    inset 0 1px 0 rgba(255, 255, 255, 0.48);
  }
}

.btn-main:active, .btn-signin:active, .pk-buy-btn:active, .pk-view-all:active, .pk-compare-btn:active, .pk-growth-btn:active {
  transform: translateY(-1px);
}

.btn-ghost {
  border-color: rgba(142, 227, 31, 0.48);
  background: linear-gradient(180deg, rgba(255,255,255,0.055), rgba(255,255,255,0.025));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.login-card {
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(248,251,246,0.96));
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.42),
  0 0 60px rgba(142, 227, 31, 0.08),
  inset 0 1px 0 rgba(255,255,255,0.9);
}

.field-wrap .form-control {
  border-color: #dbe8d4;
  background: rgba(247, 250, 244, 0.92);
  transition: border-color 0.22s var(--premium-ease),
  box-shadow 0.22s var(--premium-ease),
  background-color 0.22s var(--premium-ease);
}

.field-wrap .form-control:hover {
  border-color: #c8dbbd;
  background: #ffffff;
}

.field-wrap .form-control:focus {
  border-color: #86c64d;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(126, 199, 55, 0.13);
}

.mini-card {
  border-color: rgba(142, 227, 31, 0.20);
  background: linear-gradient(180deg, rgba(19, 52, 24, 0.76), rgba(4, 15, 7, 0.70));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05),
  0 10px 24px rgba(0,0,0,0.12);
}

.benefit-strip {
  border-color: rgba(142, 227, 31, 0.18);
  background: linear-gradient(180deg, rgba(11, 34, 15, 0.86), rgba(7, 25, 11, 0.82));
  box-shadow: 0 24px 55px rgba(0,0,0,0.22),
  inset 0 1px 0 rgba(255,255,255,0.045);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.benefit-item + .benefit-item {
  border-left: 1px solid rgba(142, 227, 31, 0.10);
}

.pk-table-shell {
  overflow: hidden;
  box-shadow: var(--premium-shadow-md);
}

.pk-pricing-table thead th {
  background: linear-gradient(180deg, #76b848, #5d9e34);
  box-shadow: inset 0 -1px 0 rgba(0,0,0,0.10);
}

.pk-pricing-table tbody td {
  transition: background-color 0.22s var(--premium-ease);
}

.faq-column .panel {
  transition: transform 0.25s var(--premium-ease),
  box-shadow 0.25s var(--premium-ease),
  border-color 0.25s var(--premium-ease);
}

.faq-column .panel:hover {
  border-color: rgba(101, 174, 48, 0.26);
  box-shadow: 0 16px 36px rgba(44, 76, 31, 0.10);
}

.faq-chevron, .faq-icon {
  transition: transform 0.25s var(--premium-ease),
  background-color 0.25s var(--premium-ease),
  color 0.25s var(--premium-ease);
}

.pk-footer {
  background: radial-gradient(circle at 15% 0%, rgba(142, 227, 31, 0.08), transparent 25%),
  linear-gradient(180deg, #0d0c0f, #09080b);
}

.pk-footer-title {
  position: relative;
  border-bottom-color: rgba(255,255,255,0.07);
}

.pk-footer-title::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 42px;
  height: 2px;
  background: linear-gradient(90deg, var(--premium-green), transparent);
}

.pk-footer-logo {
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 14px 30px rgba(104, 173, 55, 0.19),
  inset 0 1px 0 rgba(255,255,255,0.20);
}

a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid rgba(142, 227, 31, 0.42);
  outline-offset: 3px;
}

@media (max-width: 991px) {
  .benefit-item + .benefit-item {
    border-left: 0;
  }

  .hero-copy::before {
    display: none;
  }
}

@media (max-width: 767px) {
  body.public-landing-page section:not(.hero):not(.pk-growth-cta)::after {
    right: 15px;
    left: 15px;
  }

  .login-card, .pk-service-card, .pk-why-card, .pk-review-card, .pk-compare-card, .faq-column .panel, .pk-table-shell {
    border-radius: var(--premium-radius-md);
  }
}

@media (prefers-reduced-motion: reduce) {
  .brand-mark::after {
    display: none;
  }
}

html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

img, svg, video, canvas, iframe {
  max-width: 100%;
  height: auto;
}

input, select, textarea, button {
  max-width: 100%;
}

pre, code {
  max-width: 100%;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
}

p, li, td, th, a, span, label, .form-control, .alert {
  overflow-wrap: anywhere;
  word-break: normal;
}

.container, .container-fluid {
  max-width: 100%;
}

.row {
  min-width: 0;
}

[class*="col-xs-"], [class*="col-sm-"], [class*="col-md-"], [class*="col-lg-"] {
  min-width: 0;
}

.table-responsive, .pk-table-shell, .api-table-wrap, .services-table-wrap, .orders-table-wrap, .tickets-table-wrap, .history-table-wrap, .well.api, .table-wrap {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table, .pk-table-shell > table, .api-table-wrap > table, .services-table-wrap > table, .orders-table-wrap > table, .tickets-table-wrap > table, .history-table-wrap > table, .table-wrap > table {
  margin-bottom: 0;
}

.login-card, .auth-card, .well, .panel, .card, .pk-service-card, .pk-why-card, .pk-contact-card, .pk-terms-card, .api-card, .services-card, .dashboard-card, .private-card {
  max-width: 100%;
}

@media (max-width: 991px) {
  .hero-main-row, .pk-service-row, .pk-why-row, .contact-layout, .auth-layout, .dashboard-row {
    width: auto;
  }

  .visual-area, .hero-copy, .login-card, .auth-card, .contact-form-card, .contact-info-card {
    margin-right: auto;
    margin-left: auto;
  }

  .sidebar, .private-sidebar, .dash-sidebar, .app-sidebar {
    max-width: 100%;
  }

  .main-content, .private-content, .dash-content, .app-content, .content-wrapper {
    width: 100%;
    max-width: 100%;
    margin-left: 0 !important;
  }
}

@media (max-width: 767px) {
  :root {
    --public-page-gap: 30px;
    --sidebar-width: 100%;
    --topbar-height: auto;
  }

  body {
    min-width: 0;
    font-size: 14px;
    -webkit-text-size-adjust: 100%;
  }

  .container, .container-fluid, .pk-navbar .container, .hero > .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  section > .container > .row, main > .container > .row, footer > .container > .row, .hero > .container > .row {
    margin-right: -8px;
    margin-left: -8px;
  }

  section > .container > .row > [class*="col-"], main > .container > .row > [class*="col-"], footer > .container > .row > [class*="col-"], .hero > .container > .row > [class*="col-"] {
    padding-right: 8px;
    padding-left: 8px;
  }

  [class*="col-sm-"], [class*="col-md-"], [class*="col-lg-"] {
    float: none;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }

  .pk-navbar .navbar-header {
    min-height: 66px;
  }

  .pk-navbar .navbar-brand {
    max-width: calc(100% - 64px);
    margin-left: 0;
    padding-right: 8px;
    padding-left: 8px;
    white-space: nowrap;
  }

  .pk-navbar .navbar-toggle {
    margin-right: 8px;
  }

  .pk-navbar .navbar-collapse {
    width: auto;
    margin-right: -15px;
    margin-left: -15px;
    padding: 8px 15px 15px;
    background: rgba(1, 6, 3, 0.99);
  }

  .pk-navbar .navbar-nav {
    float: none !important;
    width: 100%;
    margin: 0;
    text-align: center;
  }

  .pk-navbar .navbar-nav > li {
    float: none;
    width: 100%;
  }

  .pk-navbar .navbar-nav > li > a {
    display: block;
    width: 100%;
    padding: 12px 15px;
    text-align: center;
  }

  .nav-language, .nav-signup {
    float: none !important;
    width: auto;
    margin: 8px 0 !important;
  }

  .hero, .hero-copy, .visual-area {
    text-align: center;
  }

  .hero-main-row {
    display: block;
    width: auto;
    margin-right: 0;
    margin-left: 0;
  }

  .hero-main-row > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }

  .hero-copy, .hero-text, .login-card, .visual-area {
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .hero-title, .hero-text, .eyebrow {
    text-align: center;
  }

  .mini-features, .hero-actions, .trust-list {
    width: 100%;
    justify-content: center;
  }

  .mini-card {
    flex: 0 0 calc(50% - 6px);
    width: calc(50% - 6px);
    max-width: 180px;
  }

  .hero-actions .btn, .hero-actions a, .btn-main, .btn-ghost {
    display: block;
    width: 100%;
    max-width: 420px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .trust-list span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .visual-area {
    min-height: 0;
    margin-top: 32px;
    padding-left: 0;
  }

  .social-orbit, .chart-line {
    display: none !important;
  }

  .login-card {
    padding: 26px 18px;
  }

  .login-card h2, .login-card .subtext {
    text-align: center;
  }

  form, .form-group, .field-wrap, .remember-row {
    width: 100%;
    max-width: 100%;
  }

  form label, .form-group label, .field-wrap label, .remember-row {
    text-align: left;
  }

  .form-control, select.form-control, textarea.form-control {
    width: 100%;
    min-width: 0;
    font-size: 16px;
  }

  textarea.form-control {
    height: auto;
  }

  .form-inline .form-group, .form-inline .form-control, .form-horizontal .form-group {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .input-group {
    width: 100%;
    max-width: 100%;
  }

  .input-group .form-control {
    min-width: 0;
  }

  .btn, button, input[type="submit"] {
    white-space: normal;
  }

  .pk-section-heading, .pk-why-heading, .hiw-heading, .pk-pricing-heading, .pk-compare-heading, .section-heading, .section-title, .page-heading, .auth-heading, .contact-heading, .terms-heading {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .pk-service-card, .pk-why-card, .hiw-step, .benefit-item, .feature-card, .platform-card, .testimonial-card, .payment-card, .faq-card {
    text-align: center;
  }

  .pk-why-icon, .feature-icon, .platform-icon, .benefit-icon {
    margin-right: auto;
    margin-left: auto;
  }

  .benefit-item {
    display: block;
    min-height: 0;
    padding: 22px 18px;
  }

  .benefit-icon {
    min-width: 0;
    margin-bottom: 12px;
  }

  .pk-service-row > [class*="col-"], .pk-why-row > [class*="col-"], .row-eq-height > [class*="col-"] {
    display: block;
    width: 100%;
    margin-bottom: 18px;
  }

  .pk-service-card, .pk-why-card, .panel, .well, .card {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .table-responsive, .pk-table-shell, .api-table-wrap, .services-table-wrap, .orders-table-wrap, .tickets-table-wrap, .history-table-wrap, .table-wrap {
    border-radius: 12px;
  }

  table {
    max-width: none;
  }

  .pk-pricing-table, .api-table, .services-table, .orders-table, .tickets-table, .history-table {
    width: max-content;
    min-width: 680px;
  }

  .nav-tabs, .nav-pills, .btn-group, .button-group, .filter-buttons, .page-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    width: 100%;
  }

  .nav-tabs > li, .nav-pills > li, .btn-group > .btn {
    float: none;
    margin: 0;
  }

  .sidebar, .private-sidebar, .dash-sidebar, .app-sidebar {
    position: static !important;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    max-width: 100%;
    height: auto !important;
    min-height: 0 !important;
    transform: none;
  }

  .main-content, .private-content, .dash-content, .app-content, .content-wrapper, .dashboard-content {
    width: 100% !important;
    max-width: 100%;
    margin: 0 !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .topbar, .private-topbar, .dash-topbar, .app-topbar {
    position: relative;
    width: 100%;
    min-height: 0;
    height: auto;
    padding: 12px 15px;
  }

  .dashboard-header, .page-header, .topbar-inner, .private-topbar-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
  }

  footer, .site-footer, .pk-footer {
    text-align: center;
  }

  footer [class*="col-"], .site-footer [class*="col-"], .pk-footer [class*="col-"] {
    margin-bottom: 24px;
    text-align: center;
  }

  .footer-links, .footer-social, .social-links {
    justify-content: center;
    text-align: center;
  }

  .modal-dialog {
    width: auto;
    max-width: calc(100% - 24px);
    margin: 12px auto;
  }
}

@media (max-width: 480px) {
  .container, .container-fluid, .pk-navbar .container, .hero > .container {
    padding-right: 12px;
    padding-left: 12px;
  }

  .brand-text {
    font-size: 21px;
  }

  .brand-mark {
    width: 32px;
    height: 32px;
    margin-right: 8px;
  }

  .hero {
    padding-top: 30px;
  }

  .hero-title {
    font-size: clamp(29px, 9vw, 34px);
    line-height: 1.18;
    letter-spacing: -0.7px;
  }

  .hero-text {
    font-size: 15px;
    line-height: 1.65;
  }

  .eyebrow {
    max-width: 100%;
    padding: 8px 12px;
    font-size: 11px;
    white-space: normal;
  }

  .mini-card {
    min-height: 96px;
    padding: 14px 7px 10px;
  }

  .login-card, .auth-card, .contact-form-card, .terms-card, .api-card {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 14px;
  }

  .field-wrap.password-field .form-control {
    padding-right: 100px;
  }

  .password-link {
    right: 12px;
    font-size: 11px;
  }

  .pk-section-heading h2, .pk-why-heading h2, .hiw-heading h2, .pk-pricing-heading h2, .pk-compare-heading h2, .section-heading h2, .section-title, .page-title {
    font-size: 27px;
    line-height: 1.25;
    letter-spacing: -0.5px;
  }

  .btn, .btn-main, .btn-ghost, .btn-signin, .pk-view-all, .pk-buy-btn {
    max-width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }
}

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

iframe {
  border: 0;
}

p, li, td, th, a, span, strong, code, pre {
  overflow-wrap: anywhere;
  word-break: normal;
}

pre, code, .table-responsive, .pk-table-shell, .api-code, .api-response, .code-block {
  max-width: 100%;
}

pre, .api-code, .api-response, .code-block {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

:focus {
  outline: none;
}

:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, [tabindex]:focus-visible {
  outline: 3px solid #8ee31f !important;
  outline-offset: 3px !important;
}

.btn:focus-visible, .form-control:focus-visible, .navbar-toggle:focus-visible, .dashboard-sidebar-toggle:focus-visible, .dashboard-topbar-button:focus-visible, .dashboard-account-button:focus-visible {
  box-shadow: 0 0 0 4px rgba(142, 227, 31, 0.28) !important;
}

.skip-link, .sr-only-focusable {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100000;
  width: auto;
  height: auto;
  padding: 11px 15px;
  overflow: visible;
  clip: auto;
  white-space: nowrap;
  border-radius: 8px;
  background: #ffffff;
  color: #071006;
  font-weight: 800;
  transform: translateY(-180%);
  transition: transform 0.18s ease;
}

.skip-link:focus, .sr-only-focusable:focus {
  transform: translateY(0);
}

.login-card .subtext {
  color: #595f5b;
}

.login-card label, .remember-row {
  color: #343a36;
}

.form-control::placeholder {
  color: #69716c;
  opacity: 1;
}

.pk-section-heading p, .pk-why-heading p, .hiw-heading p, .pk-pricing-heading p, .pk-compare-heading p, .pk-reviews-heading p, .faq-heading p {
  color: #4f5c54;
}

button, input[type="button"], input[type="submit"], input[type="reset"], .btn, .navbar-toggle, .dashboard-sidebar-toggle, .dashboard-topbar-button, .dashboard-account-button {
  min-height: 44px;
}

.navbar-toggle {
  min-width: 44px;
}

input[type="checkbox"], input[type="radio"] {
  min-width: 18px;
  min-height: 18px;
}

.panel-collapse {
  display: none;
}

.panel-collapse.in {
  display: block;
}

@media (min-width: 768px) {
  .pk-services-section, .pk-why-section, .how-it-works, .pk-pricing-section, .pk-compare-section, .pk-reviews-section, .fansmm-faq, .pk-growth-cta, .pk-footer {
    content-visibility: auto;
    contain-intrinsic-size: auto 800px;
  }
}

@media (hover: none), (pointer: coarse) {
  .mini-card:hover, .pk-service-card:hover, .pk-why-card:hover, .pk-buy-btn:hover, .pk-view-all:hover, .btn-main:hover, .btn-ghost:hover, .btn-signin:hover {
    transform: none;
  }

  .social-icon {
    animation: none;
  }
}

@media (max-width: 767px) {
  html, body {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
  }

  .container, .container-fluid {
    max-width: 100%;
  }

  .row {
    max-width: none;
  }

  .hero-main-row, .pk-service-row, .pk-why-row, .pk-compare-row, .pk-review-row {
    margin-right: -15px;
    margin-left: -15px;
  }

  .hero-copy, .pk-section-heading, .pk-why-heading, .hiw-heading, .pk-pricing-heading, .pk-compare-heading, .pk-reviews-heading, .faq-heading {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .mini-features, .hero-actions, .trust-list, .footer-links, .footer-social, .pk-payment-badges, .pk-bottom-links {
    justify-content: center;
  }

  .benefit-item, .pk-footer-col, .faq-cta, .pk-growth-inner {
    text-align: center;
  }

  .benefit-item {
    justify-content: center;
  }

  .benefit-icon {
    flex: 0 0 auto;
  }

  .pk-table-shell, .table-responsive {
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
  }

  .login-card, .auth-card, .contact-card, .terms-card, .api-card {
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .hero-google > div, .hero-captcha > div, .g_id_signin {
    max-width: 100% !important;
  }

  .hero-google iframe, .hero-captcha iframe {
    max-width: 100% !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto !important;
  }

  *, *::before, *::after {
    animation-delay: 0s !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-delay: 0s !important;
    transition-duration: 0.01ms !important;
  }
}

@media (forced-colors: active) {
  .btn, button, .form-control, .navbar-toggle, .login-card, .pk-service-card, .pk-why-card {
    border: 1px solid CanvasText;
  }

  :focus-visible {
    outline-color: Highlight !important;
  }
}

.pk-neworder-page {
  position: relative;
  min-height: calc(100vh - var(--topbar-height, 72px));
  padding: 38px 0 64px;
  overflow: hidden;
  background: radial-gradient(circle at 8% 0%, rgba(127, 206, 36, 0.10), transparent 30%),
  radial-gradient(circle at 92% 100%, rgba(127, 206, 36, 0.08), transparent 30%),
  var(--dash-bg, #f4f7f2);
  color: var(--dash-text, #19251d);
}

.pk-neworder-page::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.16;
  pointer-events: none;
  background-image: radial-gradient(circle, rgba(127, 206, 36, 0.32) 1px, transparent 1px);
  background-size: 28px 28px;
}

.pk-neworder-page > .container {
  position: relative;
  z-index: 2;
}

.pk-neworder-shell {
  width: 100%;
}

.pk-neworder-header {
  max-width: 970px;
  margin: 0 auto 28px;
  padding: 25px 28px;
  display: flex;
  align-items: center;
  gap: 18px;
  border: 1px solid rgba(127, 206, 36, 0.22);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(7, 19, 10, 0.98), rgba(15, 38, 20, 0.96));
  box-shadow: 0 18px 45px rgba(7, 19, 10, 0.16);
}

.pk-neworder-header-icon {
  width: 62px;
  height: 62px;
  flex: 0 0 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--dash-primary, #7fce24), var(--dash-primary-dark, #65ad14));
  color: #07130a;
  font-size: 25px;
  box-shadow: 0 14px 30px rgba(127, 206, 36, 0.24);
}

.pk-neworder-header-content {
  min-width: 0;
}

.pk-neworder-kicker {
  display: inline-block;
  margin-bottom: 5px;
  color: var(--dash-primary, #7fce24);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.pk-neworder-header h1 {
  margin: 0 0 7px;
  color: #ffffff;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.7px;
}

.pk-neworder-header p {
  margin: 0;
  color: #b9c7bc;
  font-size: 14px;
  line-height: 1.65;
}

.pk-neworder-card {
  padding: 32px;
  border: 1px solid var(--dash-border, #e4eae1);
  border-radius: 20px;
  background: var(--dash-white, #ffffff);
  box-shadow: var(--dash-shadow, 0 12px 35px rgba(7, 19, 10, 0.08));
}

.pk-order-group {
  margin-bottom: 23px;
}

.pk-order-group > .control-label, .pk-order-description > .control-label {
  margin-bottom: 9px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--dash-text, #19251d);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 800;
}

.pk-order-label-icon {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--dash-primary-soft, rgba(127, 206, 36, 0.12));
  color: var(--dash-primary-dark, #65ad14);
  font-size: 12px;
}

.pk-order-page .form-control, .pk-neworder-card .form-control, .pk-neworder-card select.form-control {
  width: 100%;
  min-height: 52px;
  padding: 12px 15px;
  border: 1px solid var(--dash-border, #e4eae1);
  border-radius: 12px;
  background: #f9fbf8;
  color: var(--dash-text, #19251d);
  box-shadow: none;
  font-size: 14px;
  transition: var(--dash-transition, all 0.22s ease);
}

.pk-neworder-card .form-control:hover {
  border-color: #c9d8c2;
}

.pk-neworder-card .form-control:focus {
  border-color: var(--dash-primary, #7fce24);
  background: #ffffff;
  box-shadow: 0 0 0 4px var(--dash-primary-soft, rgba(127, 206, 36, 0.12));
}

.pk-order-search .input-wrapper {
  position: relative;
}

.pk-order-input-icon, .pk-charge-icon {
  position: absolute;
  top: 50%;
  left: 16px;
  z-index: 3;
  color: var(--dash-primary-dark, #65ad14);
  transform: translateY(-50%);
}

.pk-order-search .form-control {
  padding-left: 44px;
}

.pk-order-select-wrap {
  position: relative;
}

.pk-order-select-wrap::after {
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 16px;
  z-index: 2;
  color: var(--dash-muted, #718078);
  font-family: "Font Awesome 6 Free";
  font-size: 13px;
  font-weight: 900;
  pointer-events: none;
  transform: translateY(-50%);
}

.pk-order-select-wrap select {
  padding-right: 42px !important;
  appearance: none;
  -webkit-appearance: none;
}

.pk-order-description {
  margin-bottom: 23px;
}

.pk-order-description .panel-body {
  padding: 18px 20px;
  border: 1px solid rgba(127, 206, 36, 0.20);
  border-radius: 13px;
  background: linear-gradient(180deg, rgba(127, 206, 36, 0.07), rgba(127, 206, 36, 0.035));
  color: #4d5b51;
  font-size: 14px;
  line-height: 1.75;
}

.pk-dynamic-order-fields .form-group {
  margin-bottom: 23px;
}

.pk-dynamic-order-fields .control-label {
  margin-bottom: 9px;
  color: var(--dash-text, #19251d);
  font-size: 13px;
  font-weight: 800;
}

.pk-charge-wrap {
  position: relative;
}

.pk-charge-wrap .form-control {
  padding-left: 46px;
  background: #f2f8ee;
  color: var(--dash-primary-dark, #65ad14);
  font-size: 17px;
  font-weight: 900;
}

.pk-order-terms {
  margin: 3px 0 25px;
  padding: 15px 17px;
  border: 1px solid var(--dash-border, #e4eae1);
  border-radius: 12px;
  background: #f9fbf8;
}

.pk-order-terms .terms {
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #56645a;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 600;
  cursor: pointer;
}

.pk-order-terms input {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin: 1px 0 0;
  accent-color: var(--dash-primary, #7fce24);
}

.pk-order-terms a {
  color: var(--dash-primary-dark, #65ad14);
  font-weight: 800;
}

.pk-order-submit-row {
  margin-top: 8px;
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid var(--dash-border, #e4eae1);
}

.pk-order-security {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--dash-muted, #718078);
  font-size: 13px;
  font-weight: 600;
}

.pk-order-security i {
  color: var(--dash-primary-dark, #65ad14);
  font-size: 17px;
}

.pk-order-submit {
  min-width: 205px;
  min-height: 52px;
  padding: 14px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--dash-primary, #7fce24), var(--dash-primary-dark, #65ad14));
  color: #07130a;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(101, 173, 20, 0.24);
  transition: var(--dash-transition, all 0.22s ease);
}

.pk-order-submit:hover, .pk-order-submit:focus {
  background: linear-gradient(135deg, #8edf2f, #5da713);
  color: #07130a;
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(101, 173, 20, 0.30);
}

.pk-order-alert {
  position: relative;
  margin-bottom: 24px;
  padding: 17px 48px 17px 62px;
  border-radius: 14px;
  box-shadow: none;
}

.pk-order-alert-icon {
  position: absolute;
  top: 18px;
  left: 19px;
  font-size: 24px;
}

.pk-order-alert-content strong, .pk-order-alert-content h4 {
  display: block;
  margin: 0 0 5px;
  font-size: 15px;
  font-weight: 900;
}

.pk-order-alert.alert-danger {
  border: 1px solid #fecaca;
  background: #fff1f2;
  color: #991b1b;
}

.pk-order-alert.alert-success {
  border: 1px solid #bbf7d0;
  background: #f0fdf4;
  color: #166534;
}

.pk-order-alert .close {
  top: 9px;
  right: 12px;
  opacity: 0.55;
}

.pk-order-summary {
  margin-top: 13px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.pk-order-summary > div {
  padding: 10px 12px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.68);
}

.pk-order-summary span {
  color: inherit;
  opacity: 0.74;
  font-size: 12px;
  font-weight: 700;
}

.pk-order-summary strong {
  min-width: 0;
  margin: 0;
  text-align: right;
  word-break: break-word;
}

.pk-neworder-info-row {
  margin-top: 24px;
}

.pk-neworder-info {
  margin: 0;
  padding: 24px 26px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  border: 1px solid rgba(127, 206, 36, 0.20);
  border-radius: 17px;
  background: var(--dash-white, #ffffff);
  color: var(--dash-text, #19251d);
  box-shadow: var(--dash-shadow, 0 12px 35px rgba(7, 19, 10, 0.08));
}

.pk-neworder-info-icon {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--dash-primary-soft, rgba(127, 206, 36, 0.12));
  color: var(--dash-primary-dark, #65ad14);
  font-size: 18px;
}

.pk-neworder-info-content {
  min-width: 0;
  color: #56645a;
  font-size: 14px;
  line-height: 1.75;
}

.pk-neworder-info-content > :last-child {
  margin-bottom: 0;
}

.pk-neworder-card .select2-container, .pk-neworder-card .dropdown-select {
  width: 100% !important;
}

.pk-neworder-card .select2-container .select2-selection--single {
  min-height: 52px;
  border: 1px solid var(--dash-border, #e4eae1);
  border-radius: 12px;
  background: #f9fbf8;
}

.pk-neworder-card .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 11px 42px 11px 15px;
  color: var(--dash-text, #19251d);
  line-height: 28px;
}

.pk-neworder-card .select2-container .select2-selection--single .select2-selection__arrow {
  top: 13px;
  right: 10px;
}

.pk-neworder-card .select2-container--focus .select2-selection--single, .pk-neworder-card .select2-container--open .select2-selection--single {
  border-color: var(--dash-primary, #7fce24);
  box-shadow: 0 0 0 4px var(--dash-primary-soft, rgba(127, 206, 36, 0.12));
}

.rtl-form .pk-order-input-icon, .rtl-form .pk-charge-icon {
  right: 16px;
  left: auto;
}

.rtl-form .pk-order-search .form-control, .rtl-form .pk-charge-wrap .form-control {
  padding-right: 44px;
  padding-left: 15px;
}

.rtl-form .pk-order-select-wrap::after {
  right: auto;
  left: 16px;
}

.rtl-form .pk-order-select-wrap select {
  padding-right: 15px !important;
  padding-left: 42px !important;
}

.rtl-form .pk-order-alert {
  padding-right: 62px;
  padding-left: 48px;
}

.rtl-form .pk-order-alert-icon {
  right: 19px;
  left: auto;
}

@media (max-width: 991px) {
  .pk-neworder-page {
    padding-top: 28px;
  }

  .pk-neworder-header {
    max-width: 100%;
  }

  .pk-neworder-card {
    padding: 28px;
  }
}

@media (max-width: 767px) {
  .pk-neworder-page {
    padding: 20px 0 40px;
  }

  .pk-neworder-header {
    margin-bottom: 18px;
    padding: 20px;
    align-items: flex-start;
    border-radius: 15px;
  }

  .pk-neworder-header-icon {
    width: 50px;
    height: 50px;
    flex-basis: 50px;
    border-radius: 13px;
    font-size: 21px;
  }

  .pk-neworder-header h1 {
    font-size: 24px;
  }

  .pk-neworder-header p {
    font-size: 13px;
  }

  .pk-neworder-card {
    padding: 22px 18px;
    border-radius: 16px;
  }

  .pk-order-submit-row {
    align-items: stretch;
    flex-direction: column;
  }

  .pk-order-security {
    justify-content: center;
    text-align: center;
  }

  .pk-order-submit {
    width: 100%;
  }

  .pk-order-summary {
    grid-template-columns: 1fr;
  }

  .pk-neworder-info {
    padding: 20px;
    border-radius: 15px;
  }
}

@media (max-width: 480px) {
  .pk-neworder-header {
    display: block;
    text-align: center;
  }

  .pk-neworder-header-icon {
    margin: 0 auto 14px;
  }

  .pk-order-alert {
    padding: 52px 16px 16px;
  }

  .pk-order-alert-icon {
    top: 16px;
    left: 16px;
  }

  .pk-order-summary > div {
    display: block;
  }

  .pk-order-summary strong {
    margin-top: 4px;
    display: block;
    text-align: left;
  }

  .pk-neworder-info {
    display: block;
    text-align: center;
  }

  .pk-neworder-info-icon {
    margin: 0 auto 14px;
  }
}

:root {
  --private-primary: #7fce24;
  --private-primary-dark: #65ad14;
  --private-primary-soft: rgba(127, 206, 36, 0.12);
  --private-warning: #65ad14;
  --order-primary: #7fce24;
  --order-primary-dark: #65ad14;
  --order-primary-deep: #4f9f14;
  --order-primary-soft: rgba(127, 206, 36, 0.12);
  --order-bg: #f4f7f2;
  --order-card: #ffffff;
  --order-field: #f9fbf8;
  --order-text: #19251d;
  --order-muted: #718078;
  --order-border: #e0e9dc;
  --order-shadow: 0 14px 38px rgba(7, 19, 10, 0.09);
}

.private-dashboard-body .dashboard-content > .container:first-child, .private-dashboard-body .dashboard-content > .pk-neworder-page {
  position: relative;
}

.private-dashboard-body #order-form {
  width: 100%;
}

.private-dashboard-body #order-form .form-group {
  position: relative;
  margin-bottom: 22px;
}

.private-dashboard-body #order-form .control-label {
  margin-bottom: 9px;
  display: block;
  color: var(--order-text);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 800;
}

.private-dashboard-body #order-form .form-control {
  width: 100%;
  min-height: 52px;
  padding: 12px 15px;
  border: 1px solid var(--order-border);
  border-radius: 12px;
  background: var(--order-field);
  color: var(--order-text);
  box-shadow: none;
  font-size: 14px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease,
    background-color 0.2s ease;
}

.private-dashboard-body #order-form textarea.form-control {
  min-height: 118px;
  height: auto;
  resize: vertical;
}

.private-dashboard-body #order-form .form-control:hover {
  border-color: #c8d8c1;
}

.private-dashboard-body #order-form .form-control:focus {
  border-color: var(--order-primary);
  background: #ffffff;
  box-shadow: 0 0 0 4px var(--order-primary-soft);
  outline: none;
}

.private-dashboard-body #order-form .form-control[readonly], .private-dashboard-body #order-form .form-control[disabled] {
  background: #f1f7ed;
  color: var(--order-primary-deep);
  font-weight: 800;
  cursor: default;
  opacity: 1;
}

.private-dashboard-body .dashboard-content > .container > .row > [class*="col-"] > .well:has(#order-form) {
  margin-bottom: 24px;
  padding: 30px;
  border: 1px solid var(--order-border);
  border-radius: 20px;
  background: var(--order-card);
  box-shadow: var(--order-shadow);
}

.private-dashboard-body #order-form {
  padding: 2px;
  border: 0;
  background: transparent;
}

.private-dashboard-body #new-order-search, .private-dashboard-body #new-order-search .input-wrapper {
  position: relative;
}

.private-dashboard-body #new-order-search button {
  position: absolute !important;
  top: 50% !important;
  left: 15px !important;
  z-index: 4;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  padding: 0 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0 !important;
  background: transparent !important;
  color: var(--order-primary-dark);
  transform: translateY(-50%) !important;
  pointer-events: none;
}

.private-dashboard-body #new-order-search #template-input {
  padding-left: 46px;
}

.private-dashboard-body #order-form select.form-control {
  padding-right: 42px;
  appearance: none;
  -webkit-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--order-muted) 50%),
    linear-gradient(135deg, var(--order-muted) 50%, transparent 50%);
  background-position: calc(100% - 19px) 22px,
    calc(100% - 14px) 22px;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

.private-dashboard-body #order-form .select2-container, .private-dashboard-body #order-form .dropdown-select, .private-dashboard-body #order-form [data-select-container] {
  width: 100% !important;
  max-width: 100%;
}

.private-dashboard-body #order-form .select2-selection--single {
  min-height: 52px;
  border: 1px solid var(--order-border);
  border-radius: 12px;
  background: var(--order-field);
  box-shadow: none;
}

.private-dashboard-body #order-form .select2-selection--single .select2-selection__rendered {
  padding: 11px 42px 11px 15px;
  color: var(--order-text);
  line-height: 29px;
}

.private-dashboard-body #order-form .select2-selection--single .select2-selection__arrow {
  top: 13px;
  right: 12px;
}

.private-dashboard-body #order-form .select2-container--focus .select2-selection--single, .private-dashboard-body #order-form .select2-container--open .select2-selection--single {
  border-color: var(--order-primary);
  background: #ffffff;
  box-shadow: 0 0 0 4px var(--order-primary-soft);
}

.select2-dropdown {
  overflow: hidden;
  border: 1px solid var(--order-border) !important;
  border-radius: 12px !important;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(7, 19, 10, 0.13);
}

.select2-search--dropdown {
  padding: 10px;
}

.select2-search--dropdown .select2-search__field {
  min-height: 42px;
  padding: 9px 12px;
  border: 1px solid var(--order-border) !important;
  border-radius: 9px;
  outline: none;
}

.select2-search--dropdown .select2-search__field:focus {
  border-color: var(--order-primary) !important;
  box-shadow: 0 0 0 3px var(--order-primary-soft);
}

.select2-results__option {
  padding: 10px 13px;
  color: var(--order-text);
}

.select2-results__option--highlighted[aria-selected] {
  background: var(--order-primary) !important;
  color: #07130a !important;
}

.private-dashboard-body #service_description .panel-body, .private-dashboard-body #order-form .border-solid.border-rounded {
  padding: 18px 20px;
  border: 1px solid rgba(127, 206, 36, 0.22);
  border-radius: 13px;
  background: linear-gradient(
    180deg,
    rgba(127, 206, 36, 0.075),
    rgba(127, 206, 36, 0.035)
  );
  color: #4d5b51;
  font-size: 14px;
  line-height: 1.75;
}

.private-dashboard-body #fields {
  width: 100%;
}

.private-dashboard-body #fields .form-group {
  margin-bottom: 22px;
}

.private-dashboard-body #charge {
  padding-left: 15px;
  border-color: rgba(127, 206, 36, 0.28);
  background: #f0f8eb;
  color: var(--order-primary-deep);
  font-size: 17px;
  font-weight: 900;
}

.private-dashboard-body #order-form .terms {
  margin: 0;
  padding: 15px 17px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border: 1px solid var(--order-border);
  border-radius: 12px;
  background: var(--order-field);
  color: #56645a;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 600;
  cursor: pointer;
}

.private-dashboard-body #order-form .terms input {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin: 1px 0 0;
  accent-color: var(--order-primary);
}

.private-dashboard-body #order-form .terms a {
  color: var(--order-primary-dark);
  font-weight: 800;
}

.private-dashboard-body #order-form > .btn-primary, .private-dashboard-body #order-form .pk-order-submit {
  min-width: 205px;
  min-height: 52px;
  padding: 14px 24px;
  border: 1px solid var(--order-primary-dark);
  border-radius: 12px;
  background: linear-gradient(
    135deg,
    var(--order-primary),
    var(--order-primary-dark)
  );
  color: #07130a;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(101, 173, 20, 0.24);
  transition: transform 0.2s ease, box-shadow 0.2s ease,
    background 0.2s ease;
}

.private-dashboard-body #order-form > .btn-primary:hover, .private-dashboard-body #order-form > .btn-primary:focus, .private-dashboard-body #order-form .pk-order-submit:hover, .private-dashboard-body #order-form .pk-order-submit:focus {
  border-color: var(--order-primary-deep);
  background: linear-gradient(135deg, #8edf2f, #5da713);
  color: #07130a;
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(101, 173, 20, 0.30);
}

.private-dashboard-body #order-form .alert {
  position: relative;
  margin-bottom: 24px;
  padding: 17px 48px 17px 18px;
  border-radius: 14px;
  box-shadow: none;
}

.private-dashboard-body #order-form .alert-success {
  border: 1px solid #bbf7d0;
  background: #f0fdf4;
  color: #166534;
}

.private-dashboard-body #order-form .alert-danger {
  border: 1px solid #fecaca;
  background: #fff1f2;
  color: #991b1b;
}

.private-dashboard-body #order-form .alert .close {
  top: 8px;
  right: 12px;
}

.private-dashboard-body .dashboard-content > .container + .container .well {
  padding: 24px 26px;
  border: 1px solid rgba(127, 206, 36, 0.20);
  border-radius: 17px;
  background: #ffffff;
  color: var(--order-text);
  box-shadow: var(--order-shadow);
}

.pk-neworder-row, .pk-neworder-info-row {
  margin-right: -15px;
  margin-left: -15px;
}

.pk-neworder-card, .pk-neworder-info, .pk-neworder-header {
  position: relative;
  z-index: 2;
}

.rtl-form #new-order-search button {
  right: 15px !important;
  left: auto !important;
}

.rtl-form #new-order-search #template-input {
  padding-right: 46px;
  padding-left: 15px;
}

.rtl-form select.form-control {
  padding-right: 15px !important;
  padding-left: 42px !important;
  background-position: 19px 22px,
    14px 22px !important;
}

@media (max-width: 991px) {
  .private-dashboard-body .dashboard-content > .container > .row > [class*="col-"] {
    width: 100%;
    margin-left: 0;
  }

  .private-dashboard-body .dashboard-content > .container > .row > [class*="col-"] > .well:has(#order-form) {
    padding: 26px;
  }
}

@media (max-width: 767px) {
  .private-dashboard-body .dashboard-content {
    padding-right: 15px;
    padding-left: 15px;
  }

  .private-dashboard-body .dashboard-content > .container {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

  .private-dashboard-body .dashboard-content > .container > .row {
    margin-right: 0;
    margin-left: 0;
  }

  .private-dashboard-body .dashboard-content > .container > .row > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }

  .private-dashboard-body .dashboard-content > .container > .row > [class*="col-"] > .well:has(#order-form) {
    padding: 21px 17px;
    border-radius: 16px;
  }

  .private-dashboard-body #order-form .form-group {
    margin-bottom: 18px;
  }

  .private-dashboard-body #order-form .form-control, .private-dashboard-body #order-form .select2-selection--single {
    min-height: 50px;
  }

  .private-dashboard-body #order-form > .btn-primary, .private-dashboard-body #order-form .pk-order-submit {
    width: 100%;
    min-width: 0;
  }

  .private-dashboard-body #order-form .terms {
    padding: 14px;
  }
}

@media (max-width: 480px) {
  .private-dashboard-body #order-form .alert {
    padding: 45px 15px 15px;
  }

  .private-dashboard-body #order-form .alert .close {
    top: 8px;
  }
}

#order-form .select2-container {
  width: 100% !important;
}

#order-form .select2-container--default .select2-selection--single {
  height: 54px !important;
  border: 1px solid var(--dash-border);
  border-radius: 12px;
  background: #f9fbf8;
  display: flex;
  align-items: center;
  box-shadow: none;
  transition: .2s;
}

#order-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  display: flex;
  align-items: center;
  height: 52px !important;
  line-height: 52px !important;
  padding-left: 18px !important;
  padding-right: 45px !important;
  color: var(--dash-text);
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
}

#order-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 52px !important;
  width: 40px !important;
  top: 0 !important;
  right: 10px !important;
}

#order-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: -2px;
}

#order-form .select2-container--default.select2-container--focus .select2-selection--single, #order-form .select2-container--default.select2-container--open .select2-selection--single {
  border-color: var(--dash-primary);
  box-shadow: 0 0 0 4px rgba(127,206,36,.12);
}

.select2-dropdown {
  border: 1px solid var(--dash-border);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(0,0,0,.08);
}

.select2-results__option {
  padding: 10px 16px;
  font-size: 14px;
}

.select2-results__option--highlighted {
  background: var(--dash-primary) !important;
  color: #07130a !important;
}
/* =====================================================
   ABOUT US PAGE — PROFESSIONAL GREEN THEME
===================================================== */

.pk-about-page {
  --about-primary: #8ee31f;
  --about-primary-dark: #5eb516;
  --about-primary-deep: #4f9f14;
  --about-primary-soft: rgba(142, 227, 31, 0.12);
  --about-dark: #071006;
  --about-dark-soft: #102016;
  --about-bg: #f4f7f2;
  --about-card: #ffffff;
  --about-text: #172019;
  --about-muted: #6f7a72;
  --about-border: #e2eadf;
  --about-shadow: 0 16px 42px rgba(16, 54, 22, 0.09);
  overflow: hidden;
  background: var(--about-bg);
  color: var(--about-text);
  font-family: "Inter", Arial, sans-serif;
}

.pk-about-page *,
.pk-about-page *::before,
.pk-about-page *::after {
  box-sizing: border-box;
}

/* Hero */
.pk-about-hero {
  position: relative;
  padding: 78px 0 74px;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 15%, rgba(142, 227, 31, 0.12), transparent 28%),
    radial-gradient(circle at 8% 88%, rgba(142, 227, 31, 0.08), transparent 30%),
    linear-gradient(135deg, #020604 0%, #06150a 54%, #09240e 100%);
}

.pk-about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.23;
  pointer-events: none;
  background-image: radial-gradient(circle, rgba(142, 227, 31, 0.55) 1px, transparent 1px);
  background-size: 28px 28px;
  -webkit-mask-image: linear-gradient(to bottom, #000, transparent 86%);
  mask-image: linear-gradient(to bottom, #000, transparent 86%);
}

.pk-about-hero-row {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}

.pk-about-hero-copy {
  max-width: 720px;
}

.pk-about-eyebrow,
.pk-about-small-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 8px 15px;
  border: 1px solid rgba(142, 227, 31, 0.24);
  border-radius: 999px;
  background: rgba(142, 227, 31, 0.09);
  color: #b4f54b;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.pk-about-hero h1 {
  margin: 0 0 22px;
  color: #ffffff;
  font-size: 56px;
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -1.9px;
}

.pk-about-hero h1 span {
  color: var(--about-primary);
  text-shadow: 0 0 28px rgba(142, 227, 31, 0.16);
}

.pk-about-hero-copy > p {
  max-width: 680px;
  margin: 0 0 29px;
  color: #c5cec7;
  font-size: 17px;
  line-height: 1.78;
}

.pk-about-actions,
.pk-about-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}

.pk-about-btn-primary,
.pk-about-btn-secondary,
.pk-about-btn-light {
  min-height: 50px;
  padding: 14px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 11px;
  font-size: 14px;
  font-weight: 900;
  transition: all 0.22s ease;
}

.pk-about-btn-primary {
  border: 1px solid var(--about-primary);
  background: linear-gradient(135deg, var(--about-primary), var(--about-primary-dark));
  color: #071006;
  box-shadow: 0 14px 30px rgba(94, 181, 22, 0.23);
}

.pk-about-btn-primary:hover,
.pk-about-btn-primary:focus {
  color: #071006;
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(94, 181, 22, 0.3);
}

.pk-about-btn-secondary {
  border: 1px solid rgba(142, 227, 31, 0.45);
  background: rgba(255, 255, 255, 0.03);
  color: #ffffff;
}

.pk-about-btn-secondary:hover,
.pk-about-btn-secondary:focus {
  background: rgba(142, 227, 31, 0.09);
  color: #ffffff;
}

.pk-about-trust {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 23px;
  color: #d9e1db;
  font-size: 13px;
  font-weight: 700;
}

.pk-about-trust i {
  margin-right: 7px;
  color: var(--about-primary);
}

/* Visual */
.pk-about-visual {
  position: relative;
  min-height: 460px;
  padding-left: 35px;
  display: flex;
  align-items: center;
}

.pk-about-visual-card {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 28px;
  border: 1px solid rgba(142, 227, 31, 0.22);
  border-radius: 24px;
  background: rgba(8, 28, 12, 0.88);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(12px);
}

.pk-about-visual-top {
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
}

.pk-about-live-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--about-primary);
  box-shadow: 0 0 0 6px rgba(142, 227, 31, 0.11);
}

.pk-about-metric-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.pk-about-metric {
  min-height: 126px;
  padding: 18px;
  border: 1px solid rgba(142, 227, 31, 0.15);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.035);
}

.pk-about-metric i {
  margin-bottom: 13px;
  color: var(--about-primary);
  font-size: 21px;
}

.pk-about-metric strong {
  display: block;
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 25px;
  font-weight: 900;
}

.pk-about-metric span {
  color: #aebbb1;
  font-size: 12px;
  font-weight: 700;
}

.pk-about-progress-wrap {
  margin-top: 23px;
  padding-top: 21px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.pk-about-progress-label {
  margin-bottom: 9px;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  color: #d8e1da;
  font-size: 13px;
  font-weight: 700;
}

.pk-about-progress-label strong {
  color: var(--about-primary);
}

.pk-about-progress {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.pk-about-progress span {
  width: 99.9%;
  height: 100%;
  display: block;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--about-primary-dark), var(--about-primary));
}

.pk-about-floating {
  position: absolute;
  z-index: 4;
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 17px;
  color: #ffffff;
  font-size: 24px;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.3);
}

.pk-about-floating-one {
  top: 26px;
  right: -4px;
  background: linear-gradient(135deg, #833ab4, #fd1d1d, #ec4899);
}

.pk-about-floating-two {
  right: 17px;
  bottom: 14px;
  background: #ff2028;
}

.pk-about-floating-three {
  bottom: 50px;
  left: 2px;
  background: #101010;
  color: #6ff;
}

/* Shared sections */
.pk-about-section {
  padding: 82px 0;
}

.pk-about-story {
  background: #ffffff;
}

.pk-about-story-row {
  display: flex;
  align-items: stretch;
}

.pk-about-story-card {
  height: 100%;
  padding: 36px;
  border: 1px solid var(--about-border);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff, #f8fbf6);
  box-shadow: var(--about-shadow);
}

.pk-about-story-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 17px;
  color: var(--about-primary-dark);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.pk-about-story-card h2,
.pk-about-why-copy h2 {
  margin: 0 0 19px;
  color: var(--about-text);
  font-size: 37px;
  line-height: 1.23;
  font-weight: 900;
  letter-spacing: -1px;
}

.pk-about-story-card p,
.pk-about-why-copy p {
  margin: 0 0 17px;
  color: var(--about-muted);
  font-size: 15px;
  line-height: 1.8;
}

.pk-about-story-card p:last-child {
  margin-bottom: 0;
}

.pk-about-values-grid {
  height: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.pk-about-value-card {
  padding: 26px 23px;
  border: 1px solid var(--about-border);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(16, 54, 22, 0.06);
  transition: all 0.22s ease;
}

.pk-about-value-card:hover {
  border-color: #bfdca9;
  transform: translateY(-5px);
  box-shadow: 0 18px 36px rgba(16, 54, 22, 0.1);
}

.pk-about-value-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: var(--about-primary-soft);
  color: var(--about-primary-dark);
  font-size: 21px;
}

.pk-about-value-card h3 {
  margin: 0 0 10px;
  color: var(--about-text);
  font-size: 18px;
  font-weight: 900;
}

.pk-about-value-card p {
  margin: 0;
  color: var(--about-muted);
  font-size: 14px;
  line-height: 1.72;
}

/* Mission */
.pk-about-mission-section {
  background:
    radial-gradient(circle at 50% 0%, rgba(142, 227, 31, 0.07), transparent 30%),
    #f4f7f2;
}

.pk-about-section-heading {
  max-width: 760px;
  margin: 0 auto 46px;
  text-align: center;
}

.pk-about-section-heading > span {
  display: inline-block;
  margin-bottom: 13px;
  color: var(--about-primary-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.pk-about-section-heading h2 {
  margin: 0 0 15px;
  color: var(--about-text);
  font-size: 40px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -1.1px;
}

.pk-about-section-heading p {
  margin: 0;
  color: var(--about-muted);
  font-size: 16px;
  line-height: 1.75;
}

.pk-about-mission-row {
  display: flex;
  flex-wrap: wrap;
}

.pk-about-mission-row > [class*="col-"] {
  display: flex;
  margin-bottom: 25px;
}

.pk-about-mission-card {
  position: relative;
  width: 100%;
  min-height: 310px;
  padding: 31px 27px;
  overflow: hidden;
  border: 1px solid var(--about-border);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: var(--about-shadow);
}

.pk-about-mission-number {
  position: absolute;
  top: 18px;
  right: 21px;
  color: rgba(79, 159, 20, 0.11);
  font-size: 48px;
  font-weight: 900;
}

.pk-about-mission-icon {
  width: 62px;
  height: 62px;
  margin-bottom: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 17px;
  background: linear-gradient(135deg, var(--about-primary), var(--about-primary-dark));
  color: #071006;
  font-size: 23px;
  box-shadow: 0 12px 26px rgba(94, 181, 22, 0.22);
}

.pk-about-mission-card h3 {
  margin: 0 0 13px;
  color: var(--about-text);
  font-size: 21px;
  font-weight: 900;
}

.pk-about-mission-card p {
  margin: 0;
  color: var(--about-muted);
  font-size: 14px;
  line-height: 1.78;
}

/* Why */
.pk-about-why {
  background: #ffffff;
}

.pk-about-why-row {
  display: flex;
  align-items: center;
}

.pk-about-small-badge {
  color: var(--about-primary-dark);
  background: var(--about-primary-soft);
  border-color: rgba(142, 227, 31, 0.19);
}

.pk-about-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--about-primary-dark);
  font-size: 14px;
  font-weight: 900;
}

.pk-about-text-link:hover,
.pk-about-text-link:focus {
  color: var(--about-primary-deep);
}

.pk-about-check-list {
  padding-left: 35px;
}

.pk-about-check-item {
  padding: 19px 0;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  border-bottom: 1px solid var(--about-border);
}

.pk-about-check-item:last-child {
  border-bottom: 0;
}

.pk-about-check-item > i {
  margin-top: 3px;
  color: var(--about-primary-dark);
  font-size: 22px;
}

.pk-about-check-item h3 {
  margin: 0 0 6px;
  color: var(--about-text);
  font-size: 17px;
  font-weight: 900;
}

.pk-about-check-item p {
  margin: 0;
  color: var(--about-muted);
  font-size: 14px;
  line-height: 1.7;
}

/* CTA */
.pk-about-cta-section {
  padding: 0 0 82px;
  background: #ffffff;
}

.pk-about-cta {
  padding: 42px 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border: 1px solid rgba(142, 227, 31, 0.2);
  border-radius: 24px;
  background:
    radial-gradient(circle at 88% 20%, rgba(142, 227, 31, 0.15), transparent 28%),
    linear-gradient(135deg, #071006, #0d2112);
  box-shadow: 0 22px 55px rgba(7, 16, 6, 0.18);
}

.pk-about-cta-copy {
  max-width: 720px;
}

.pk-about-cta-copy > span {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--about-primary);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.pk-about-cta-copy h2 {
  margin: 0 0 11px;
  color: #ffffff;
  font-size: 31px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: -0.7px;
}

.pk-about-cta-copy p {
  margin: 0;
  color: #b9c6bc;
  font-size: 14px;
  line-height: 1.7;
}

.pk-about-btn-light {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: #ffffff;
  color: #071006;
}

.pk-about-btn-light:hover,
.pk-about-btn-light:focus {
  background: #f5f8f3;
  color: #071006;
  transform: translateY(-2px);
}

/* Tablet */
@media (max-width: 991px) {
  .pk-about-hero-row,
  .pk-about-story-row,
  .pk-about-why-row {
    display: block;
  }

  .pk-about-hero-copy {
    max-width: 100%;
    text-align: center;
  }

  .pk-about-hero-copy > p {
    margin-right: auto;
    margin-left: auto;
  }

  .pk-about-actions,
  .pk-about-trust {
    justify-content: center;
  }

  .pk-about-visual {
    max-width: 660px;
    min-height: auto;
    margin: 48px auto 0;
    padding-left: 0;
  }

  .pk-about-story-card {
    margin-bottom: 22px;
  }

  .pk-about-check-list {
    margin-top: 30px;
    padding-left: 0;
  }

  .pk-about-cta {
    display: block;
    text-align: center;
  }

  .pk-about-cta-copy {
    margin: 0 auto;
  }

  .pk-about-cta-actions {
    margin-top: 24px;
    justify-content: center;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .pk-about-hero {
    padding: 54px 0 50px;
  }

  .pk-about-hero h1 {
    font-size: 39px;
    letter-spacing: -1.2px;
  }

  .pk-about-hero-copy > p {
    font-size: 15px;
  }

  .pk-about-actions .btn {
    width: 100%;
  }

  .pk-about-visual-card {
    padding: 22px;
    border-radius: 19px;
  }

  .pk-about-floating {
    display: none;
  }

  .pk-about-section {
    padding: 58px 0;
  }

  .pk-about-story-card {
    padding: 27px 22px;
    border-radius: 18px;
  }

  .pk-about-story-card h2,
  .pk-about-why-copy h2 {
    font-size: 29px;
  }

  .pk-about-values-grid {
    grid-template-columns: 1fr;
  }

  .pk-about-section-heading {
    margin-bottom: 33px;
  }

  .pk-about-section-heading h2 {
    font-size: 31px;
  }

  .pk-about-mission-row {
    display: block;
  }

  .pk-about-mission-row > [class*="col-"] {
    display: block;
  }

  .pk-about-mission-card {
    min-height: auto;
  }

  .pk-about-cta-section {
    padding-bottom: 58px;
  }

  .pk-about-cta {
    padding: 30px 22px;
    border-radius: 19px;
  }

  .pk-about-cta-copy h2 {
    font-size: 25px;
  }

  .pk-about-cta-actions .btn {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .pk-about-hero h1 {
    font-size: 33px;
  }

  .pk-about-metric-grid {
    grid-template-columns: 1fr;
  }

  .pk-about-trust {
    display: block;
  }

  .pk-about-trust span {
    display: block;
    margin-bottom: 9px;
  }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .pk-about-page *,
  .pk-about-page *::before,
  .pk-about-page *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
/* =====================================================
   RETURN & REFUND POLICY — PROFESSIONAL GREEN THEME
===================================================== */

.pk-refund-page {
  --refund-primary: #8ee31f;
  --refund-primary-dark: #5eb516;
  --refund-primary-deep: #4f9f14;
  --refund-primary-soft: rgba(142, 227, 31, 0.12);
  --refund-dark: #071006;
  --refund-dark-soft: #102016;
  --refund-bg: #f4f7f2;
  --refund-card: #ffffff;
  --refund-text: #172019;
  --refund-muted: #6f7a72;
  --refund-border: #e2eadf;
  --refund-danger: #dc2626;
  --refund-shadow: 0 16px 42px rgba(16, 54, 22, 0.09);
  overflow: hidden;
  background: var(--refund-bg);
  color: var(--refund-text);
  font-family: "Inter", Arial, sans-serif;
}

.pk-refund-page *,
.pk-refund-page *::before,
.pk-refund-page *::after {
  box-sizing: border-box;
}

/* Hero */
.pk-refund-hero {
  position: relative;
  padding: 76px 0 70px;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 12%, rgba(142, 227, 31, 0.13), transparent 28%),
    radial-gradient(circle at 8% 88%, rgba(142, 227, 31, 0.08), transparent 30%),
    linear-gradient(135deg, #020604 0%, #06150a 54%, #09240e 100%);
}

.pk-refund-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.22;
  pointer-events: none;
  background-image: radial-gradient(circle, rgba(142, 227, 31, 0.55) 1px, transparent 1px);
  background-size: 28px 28px;
  -webkit-mask-image: linear-gradient(to bottom, #000, transparent 88%);
  mask-image: linear-gradient(to bottom, #000, transparent 88%);
}

.pk-refund-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.pk-refund-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 8px 15px;
  border: 1px solid rgba(142, 227, 31, 0.24);
  border-radius: 999px;
  background: rgba(142, 227, 31, 0.09);
  color: #b4f54b;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.pk-refund-hero h1 {
  margin: 0 0 20px;
  color: #ffffff;
  font-size: 50px;
  line-height: 1.14;
  font-weight: 900;
  letter-spacing: -1.7px;
}

.pk-refund-hero p {
  max-width: 820px;
  margin: 0 auto 27px;
  color: #c4cec6;
  font-size: 17px;
  line-height: 1.78;
}

.pk-refund-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 24px;
  color: #dce4de;
  font-size: 13px;
  font-weight: 700;
}

.pk-refund-meta i {
  margin-right: 7px;
  color: var(--refund-primary);
}

/* Main layout */
.pk-refund-content-section {
  padding: 70px 0 78px;
  background:
    radial-gradient(circle at 5% 8%, rgba(142, 227, 31, 0.05), transparent 25%),
    var(--refund-bg);
}

.pk-refund-layout {
  display: flex;
  align-items: flex-start;
}

/* Sidebar */
.pk-refund-sidebar {
  position: sticky;
  top: 24px;
}

.pk-refund-sidebar-card,
.pk-refund-help-card {
  border: 1px solid var(--refund-border);
  border-radius: 18px;
  background: var(--refund-card);
  box-shadow: var(--refund-shadow);
}

.pk-refund-sidebar-card {
  margin-bottom: 22px;
  padding: 24px;
}

.pk-refund-sidebar-title {
  margin-bottom: 16px;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 9px;
  border-bottom: 1px solid var(--refund-border);
  color: var(--refund-text);
  font-size: 15px;
  font-weight: 900;
}

.pk-refund-sidebar-title i {
  color: var(--refund-primary-dark);
}

.pk-refund-nav a {
  position: relative;
  margin-bottom: 5px;
  padding: 10px 12px 10px 14px;
  display: block;
  border-radius: 9px;
  color: var(--refund-muted);
  font-size: 13px;
  font-weight: 700;
  transition: all 0.2s ease;
}

.pk-refund-nav a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 0;
  border-radius: 999px;
  background: var(--refund-primary);
  transform: translateY(-50%);
  transition: height 0.2s ease;
}

.pk-refund-nav a:hover,
.pk-refund-nav a:focus {
  padding-left: 18px;
  background: var(--refund-primary-soft);
  color: var(--refund-primary-deep);
}

.pk-refund-nav a:hover::before,
.pk-refund-nav a:focus::before {
  height: 22px;
}

.pk-refund-help-card {
  padding: 25px;
  text-align: center;
  background:
    linear-gradient(180deg, #ffffff, #f7fbf4);
}

.pk-refund-help-icon {
  width: 54px;
  height: 54px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: var(--refund-primary-soft);
  color: var(--refund-primary-dark);
  font-size: 21px;
}

.pk-refund-help-card h3 {
  margin: 0 0 10px;
  color: var(--refund-text);
  font-size: 18px;
  font-weight: 900;
}

.pk-refund-help-card p {
  margin: 0 0 17px;
  color: var(--refund-muted);
  font-size: 13px;
  line-height: 1.7;
}

.pk-refund-help-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--refund-primary-dark);
  font-size: 13px;
  font-weight: 900;
}

.pk-refund-help-link:hover,
.pk-refund-help-link:focus {
  color: var(--refund-primary-deep);
}

/* Policy card */
.pk-refund-policy-card {
  padding: 34px;
  border: 1px solid var(--refund-border);
  border-radius: 22px;
  background: var(--refund-card);
  box-shadow: var(--refund-shadow);
}

.pk-refund-notice {
  margin-bottom: 34px;
  padding: 18px 20px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  border: 1px solid rgba(142, 227, 31, 0.22);
  border-radius: 14px;
  background: linear-gradient(
    180deg,
    rgba(142, 227, 31, 0.08),
    rgba(142, 227, 31, 0.035)
  );
}

.pk-refund-notice-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--refund-primary-soft);
  color: var(--refund-primary-dark);
  font-size: 18px;
}

.pk-refund-notice strong {
  display: block;
  margin-bottom: 5px;
  color: var(--refund-text);
  font-size: 14px;
  font-weight: 900;
}

.pk-refund-notice p {
  margin: 0;
  color: var(--refund-muted);
  font-size: 13px;
  line-height: 1.7;
}

/* Policy blocks */
.pk-refund-policy-block {
  position: relative;
  padding: 34px 0;
  border-bottom: 1px solid var(--refund-border);
  scroll-margin-top: 24px;
}

.pk-refund-policy-block:first-of-type {
  padding-top: 4px;
}

.pk-refund-policy-block:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.pk-refund-block-number {
  position: absolute;
  top: 27px;
  right: 0;
  color: rgba(79, 159, 20, 0.08);
  font-size: 48px;
  font-weight: 900;
}

.pk-refund-policy-block:first-of-type .pk-refund-block-number {
  top: -3px;
}

.pk-refund-policy-block h2 {
  position: relative;
  z-index: 2;
  margin: 0 0 15px;
  padding-right: 66px;
  color: var(--refund-text);
  font-size: 27px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: -0.5px;
}

.pk-refund-policy-block > p {
  margin: 0 0 15px;
  color: var(--refund-muted);
  font-size: 14px;
  line-height: 1.8;
}

.pk-refund-policy-block > p:last-child {
  margin-bottom: 0;
}

/* Lists */
.pk-refund-check-list,
.pk-refund-cross-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.pk-refund-check-list li,
.pk-refund-cross-list li {
  margin-bottom: 11px;
  padding: 13px 15px;
  display: flex;
  align-items: flex-start;
  gap: 11px;
  border-radius: 10px;
  color: #4f5c53;
  font-size: 13px;
  line-height: 1.65;
}

.pk-refund-check-list li {
  border: 1px solid #d9edcb;
  background: #f7fcf4;
}

.pk-refund-cross-list li {
  border: 1px solid #f1d4d4;
  background: #fff8f8;
}

.pk-refund-check-list i {
  margin-top: 3px;
  color: var(--refund-primary-dark);
}

.pk-refund-cross-list i {
  margin-top: 3px;
  color: var(--refund-danger);
}

/* Highlight */
.pk-refund-highlight {
  margin-top: 18px;
  padding: 18px 20px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  border: 1px solid rgba(142, 227, 31, 0.21);
  border-radius: 13px;
  background: var(--refund-primary-soft);
}

.pk-refund-highlight > i {
  margin-top: 2px;
  color: var(--refund-primary-dark);
  font-size: 22px;
}

.pk-refund-highlight strong {
  display: block;
  margin-bottom: 5px;
  color: var(--refund-text);
  font-size: 14px;
  font-weight: 900;
}

.pk-refund-highlight p {
  margin: 0;
  color: var(--refund-muted);
  font-size: 13px;
  line-height: 1.7;
}

/* Timeline */
.pk-refund-timeline {
  margin: 21px 0 20px;
  padding-left: 10px;
}

.pk-refund-timeline-item {
  position: relative;
  padding: 0 0 23px 52px;
  display: flex;
  gap: 13px;
}

.pk-refund-timeline-item:last-child {
  padding-bottom: 0;
}

.pk-refund-timeline-item::before {
  content: "";
  position: absolute;
  top: 37px;
  bottom: -3px;
  left: 18px;
  width: 2px;
  background: #dce9d7;
}

.pk-refund-timeline-item:last-child::before {
  display: none;
}

.pk-refund-timeline-item > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    var(--refund-primary),
    var(--refund-primary-dark)
  );
  color: #071006;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 8px 20px rgba(94, 181, 22, 0.2);
}

.pk-refund-timeline-item h3 {
  margin: 1px 0 5px;
  color: var(--refund-text);
  font-size: 15px;
  font-weight: 900;
}

.pk-refund-timeline-item p {
  margin: 0;
  color: var(--refund-muted);
  font-size: 13px;
  line-height: 1.65;
}

/* Request grid */
.pk-refund-request-grid {
  margin-top: 19px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.pk-refund-request-grid > div {
  padding: 18px;
  border: 1px solid var(--refund-border);
  border-radius: 13px;
  background: #fafcf9;
}

.pk-refund-request-grid i {
  margin-bottom: 11px;
  color: var(--refund-primary-dark);
  font-size: 19px;
}

.pk-refund-request-grid strong {
  display: block;
  margin-bottom: 5px;
  color: var(--refund-text);
  font-size: 14px;
  font-weight: 900;
}

.pk-refund-request-grid span {
  display: block;
  color: var(--refund-muted);
  font-size: 12px;
  line-height: 1.6;
}

/* Contact box */
.pk-refund-contact-box {
  margin-top: 21px;
  padding: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  border: 1px solid rgba(142, 227, 31, 0.2);
  border-radius: 15px;
  background:
    radial-gradient(circle at 90% 15%, rgba(142, 227, 31, 0.11), transparent 28%),
    #0b1b0f;
}

.pk-refund-contact-box span {
  display: block;
  margin-bottom: 5px;
  color: var(--refund-primary);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.pk-refund-contact-box h3 {
  margin: 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
}

.pk-refund-primary-btn,
.pk-refund-light-btn {
  min-height: 48px;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 900;
  transition: all 0.2s ease;
}

.pk-refund-primary-btn {
  border: 1px solid var(--refund-primary);
  background: linear-gradient(
    135deg,
    var(--refund-primary),
    var(--refund-primary-dark)
  );
  color: #071006;
  box-shadow: 0 12px 26px rgba(94, 181, 22, 0.22);
}

.pk-refund-primary-btn:hover,
.pk-refund-primary-btn:focus {
  color: #071006;
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(94, 181, 22, 0.28);
}

/* Final CTA */
.pk-refund-final-cta-section {
  padding: 0 0 80px;
  background: var(--refund-bg);
}

.pk-refund-final-cta {
  padding: 42px 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border: 1px solid rgba(142, 227, 31, 0.2);
  border-radius: 24px;
  background:
    radial-gradient(circle at 88% 20%, rgba(142, 227, 31, 0.15), transparent 28%),
    linear-gradient(135deg, #071006, #0d2112);
  box-shadow: 0 22px 55px rgba(7, 16, 6, 0.18);
}

.pk-refund-final-copy {
  max-width: 730px;
}

.pk-refund-final-copy > span {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--refund-primary);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.pk-refund-final-copy h2 {
  margin: 0 0 11px;
  color: #ffffff;
  font-size: 31px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: -0.7px;
}

.pk-refund-final-copy p {
  margin: 0;
  color: #b9c6bc;
  font-size: 14px;
  line-height: 1.7;
}

.pk-refund-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pk-refund-light-btn {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: #ffffff;
  color: #071006;
}

.pk-refund-light-btn:hover,
.pk-refund-light-btn:focus {
  background: #f5f8f3;
  color: #071006;
  transform: translateY(-2px);
}

/* Tablet */
@media (max-width: 991px) {
  .pk-refund-layout {
    display: block;
  }

  .pk-refund-sidebar {
    position: static;
    margin-bottom: 24px;
  }

  .pk-refund-sidebar-card {
    display: none;
  }

  .pk-refund-help-card {
    text-align: left;
  }

  .pk-refund-help-icon {
    margin-right: 14px;
    margin-left: 0;
    float: left;
  }

  .pk-refund-final-cta {
    display: block;
    text-align: center;
  }

  .pk-refund-final-copy {
    margin: 0 auto;
  }

  .pk-refund-final-actions {
    margin-top: 24px;
    justify-content: center;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .pk-refund-hero {
    padding: 53px 0 49px;
  }

  .pk-refund-hero h1 {
    font-size: 38px;
    letter-spacing: -1.1px;
  }

  .pk-refund-hero p {
    font-size: 15px;
  }

  .pk-refund-meta {
    display: block;
  }

  .pk-refund-meta span {
    display: block;
    margin-bottom: 9px;
  }

  .pk-refund-content-section {
    padding: 48px 0 58px;
  }

  .pk-refund-policy-card {
    padding: 24px 19px;
    border-radius: 18px;
  }

  .pk-refund-notice {
    display: block;
  }

  .pk-refund-notice-icon {
    margin-bottom: 12px;
  }

  .pk-refund-policy-block {
    padding: 28px 0;
  }

  .pk-refund-policy-block h2 {
    padding-right: 48px;
    font-size: 23px;
  }

  .pk-refund-block-number {
    font-size: 39px;
  }

  .pk-refund-request-grid {
    grid-template-columns: 1fr;
  }

  .pk-refund-contact-box {
    display: block;
    text-align: center;
  }

  .pk-refund-contact-box .btn {
    width: 100%;
    margin-top: 18px;
  }

  .pk-refund-final-cta-section {
    padding-bottom: 58px;
  }

  .pk-refund-final-cta {
    padding: 30px 22px;
    border-radius: 19px;
  }

  .pk-refund-final-copy h2 {
    font-size: 25px;
  }

  .pk-refund-final-actions .btn {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .pk-refund-hero h1 {
    font-size: 32px;
  }

  .pk-refund-policy-card {
    padding: 21px 16px;
  }

  .pk-refund-check-list li,
  .pk-refund-cross-list li {
    padding: 12px;
  }

  .pk-refund-timeline {
    padding-left: 0;
  }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .pk-refund-page *,
  .pk-refund-page *::before,
  .pk-refund-page *::after {
    transition-duration: 0.01ms !important;