: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);
  --sidebar-width: 265px;
  --topbar-height: 72px;
  --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;

  /* PerfectPanel private dashboard */
  --pp-sidebar-width: 265px;
  --pp-topbar-height: 72px;
  --pp-bg: #f4f7f2;
  --pp-card: #ffffff;
  --pp-text: #172019;
  --pp-muted: #778079;
  --pp-border: #e2eadf;
  --pp-dark: #07130a;
  --pp-dark-soft: #0d2111;
  --pp-green: #7fce24;
  --pp-green-dark: #559f18;
  --pp-green-soft: #edf7e7;
  --pp-shadow: 0 12px 35px rgba(30, 61, 33, 0.08);
}

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;
  top: 0;
  bottom: 0;
  left: -100px;
  z-index: 8;
  width: 190px;
  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;
  }
}

.pk-signup-page {
  position: relative;
  min-height: calc(100vh - 76px);
  padding: 75px 0;
  overflow: hidden;
  background: radial-gradient(
      circle at 12% 18%,
      rgba(142, 227, 31, 0.13),
      transparent 26%
    ),
    radial-gradient(
      circle at 88% 80%,
      rgba(94, 181, 22, 0.11),
      transparent 28%
    ),
    linear-gradient(
      135deg,
      #020804 0%,
      #061209 48%,
      #071b0b 100%
    );
  color: #ffffff;
  font-family: "Inter", Arial, sans-serif;
}

.pk-signup-page::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.23;
  background-image: linear-gradient(
      rgba(142, 227, 31, 0.05) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(142, 227, 31, 0.05) 1px,
      transparent 1px
    );
  background-size: 42px 42px;
  pointer-events: none;
}

.pk-signup-page::after {
  position: absolute;
  top: -280px;
  right: -280px;
  width: 620px;
  height: 620px;
  content: "";
  border: 1px solid rgba(142, 227, 31, 0.13);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(142, 227, 31, 0.015),
    0 0 0 140px rgba(142, 227, 31, 0.015);
  pointer-events: none;
}

.pk-signup-page > .container {
  position: relative;
  z-index: 3;
}

.pk-signup-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(15px);
  pointer-events: none;
}

.pk-signup-glow-one {
  top: 18%;
  left: -130px;
  width: 300px;
  height: 300px;
  background: rgba(142, 227, 31, 0.08);
}

.pk-signup-glow-two {
  right: -100px;
  bottom: 4%;
  width: 260px;
  height: 260px;
  background: rgba(94, 181, 22, 0.08);
}

.pk-signup-row {
  display: flex;
  align-items: center;
}

.pk-signup-content {
  max-width: 490px;
  padding: 30px 35px 30px 0;
}

.pk-signup-badge {
  display: inline-flex;
  align-items: center;
  margin-bottom: 24px;
  padding: 9px 17px;
  border: 1px solid rgba(142, 227, 31, 0.25);
  border-radius: 50px;
  background: rgba(142, 227, 31, 0.08);
  color: var(--site-color, #8ee31f);
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.pk-signup-badge i {
  margin-right: 8px;
}

.pk-signup-content h1 {
  margin: 0 0 20px;
  color: #ffffff;
  font-size: 47px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -1.8px;
}

.pk-signup-content h1 span {
  display: block;
  color: var(--site-color, #8ee31f);
  text-shadow: 0 0 28px rgba(142, 227, 31, 0.17);
}

.pk-signup-description {
  max-width: 470px;
  margin: 0 0 35px;
  color: #b9c4bc;
  font-size: 16px;
  line-height: 1.75;
}

.pk-signup-benefits {
  margin-bottom: 34px;
}

.pk-signup-benefit {
  display: flex;
  align-items: flex-start;
  margin-bottom: 22px;
}

.pk-signup-benefit:last-child {
  margin-bottom: 0;
}

.pk-benefit-icon {
  width: 50px;
  min-width: 50px;
  height: 50px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(142, 227, 31, 0.22);
  border-radius: 13px;
  background: linear-gradient(
      145deg,
      rgba(142, 227, 31, 0.16),
      rgba(142, 227, 31, 0.04)
    );
  color: var(--site-color, #8ee31f);
  font-size: 20px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.pk-benefit-text h3 {
  margin: 1px 0 5px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 800;
}

.pk-benefit-text p {
  margin: 0;
  color: #9da9a0;
  font-size: 13px;
  line-height: 1.6;
}

.pk-signup-trust {
  display: flex;
  align-items: center;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.pk-trust-users {
  display: flex;
  margin-right: 14px;
}

.pk-trust-users span {
  width: 35px;
  height: 35px;
  margin-left: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #061209;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    var(--site-color, #8ee31f),
    var(--site-color-dark, #5eb516)
  );
  color: #071006;
  font-size: 12px;
  font-weight: 900;
}

.pk-trust-users span:first-child {
  margin-left: 0;
}

.pk-signup-trust p {
  margin: 0;
  color: #c5cec7;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 600;
}

.pk-signup-card {
  position: relative;
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  padding: 40px;
  overflow: hidden;
  border: 1px solid rgba(142, 227, 31, 0.17);
  border-radius: 24px;
  background: #ffffff;
  color: var(--site-text, #172019);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.42),
    0 0 45px rgba(142, 227, 31, 0.06);
}

.pk-signup-card::before {
  position: absolute;
  top: -110px;
  right: -110px;
  width: 250px;
  height: 250px;
  content: "";
  border-radius: 50%;
  background: rgba(142, 227, 31, 0.08);
}

.pk-signup-card::after {
  position: absolute;
  right: -35px;
  bottom: -35px;
  width: 115px;
  height: 115px;
  content: "";
  border: 16px solid rgba(142, 227, 31, 0.045);
  border-radius: 50%;
}

.pk-signup-card > * {
  position: relative;
  z-index: 2;
}

.pk-signup-card-header {
  margin-bottom: 30px;
  text-align: center;
}

.pk-signup-logo {
  width: 68px;
  height: 68px;
  margin: 0 auto 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(
      135deg,
      var(--site-color, #8ee31f),
      var(--site-color-dark, #5eb516)
    );
  color: #071006;
  font-size: 27px;
  box-shadow: 0 14px 30px rgba(94, 181, 22, 0.25);
  transform: rotate(-3deg);
}

.pk-signup-card-header h2 {
  margin: 0 0 8px;
  color: #111711;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: -0.7px;
}

.pk-signup-card-header p {
  margin: 0;
  color: var(--site-muted, #6f7a72);
  font-size: 14px;
  line-height: 1.65;
}

.pk-fields-row {
  margin-right: -9px;
  margin-left: -9px;
}

.pk-field-column {
  padding-right: 9px;
  padding-left: 9px;
}

.pk-signup-form-group {
  margin-bottom: 20px;
}

.pk-signup-form-group .control-label {
  display: block;
  margin-bottom: 8px;
  color: #263028;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: 0.35px;
}

.pk-required {
  margin-left: 3px;
  color: #e44848;
}

.pk-input-wrap {
  position: relative;
}

.pk-input-icon {
  position: absolute;
  top: 50%;
  left: 17px;
  z-index: 3;
  color: #91a088;
  font-size: 15px;
  transform: translateY(-50%);
  pointer-events: none;
}

.pk-input-wrap .form-control {
  width: 100%;
  height: 53px;
  padding: 10px 15px 10px 47px;
  border: 1px solid var(--site-border, #e2eadf);
  border-radius: 11px;
  background: #f7faf5;
  color: #182019;
  font-size: 14px;
  box-shadow: none;
  transition: all 0.22s ease;
}

.pk-input-wrap .form-control::placeholder {
  color: #a1aaa3;
}

.pk-input-wrap .form-control:hover {
  border-color: #c8d9bf;
}

.pk-input-wrap .form-control:focus {
  border-color: var(--site-color-dark, #5eb516);
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(142, 227, 31, 0.13);
}

.pk-input-wrap:focus-within .pk-input-icon {
  color: var(--site-color-dark, #5eb516);
}

.pk-form-alert {
  position: relative;
  margin-bottom: 23px;
  padding: 15px 45px 15px 45px;
  border: 0;
  border-radius: 11px;
  font-size: 14px;
  line-height: 1.6;
}

.pk-form-alert > i {
  position: absolute;
  top: 18px;
  left: 17px;
}

.pk-form-alert.alert-danger {
  border-left: 4px solid #db4a4a;
  background: #fff1f1;
  color: #a13333;
}

.pk-form-alert.alert-success {
  border-left: 4px solid #4caf65;
  background: #effbf2;
  color: #27783c;
}

.pk-form-alert .close {
  top: 2px;
  color: inherit;
  opacity: 0.65;
}

.pk-signup-captcha {
  width: 100%;
  margin: 3px 0 20px;
  overflow: hidden;
}

.pk-signup-captcha iframe,
.pk-signup-captcha > div {
  max-width: 100%;
}

.pk-terms-box {
  margin: 2px 0 22px;
  padding: 15px 16px;
  border: 1px solid #e2eadf;
  border-radius: 11px;
  background: #f7faf5;
}

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

.pk-terms-label > input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.pk-custom-checkbox {
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin: 1px 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cbd9c4;
  border-radius: 5px;
  background: #ffffff;
  color: #071006;
  font-size: 11px;
  transition: all 0.2s ease;
}

.pk-custom-checkbox i {
  opacity: 0;
  transform: scale(0.6);
  transition: all 0.2s ease;
}

.pk-terms-label > input:checked + .pk-custom-checkbox {
  border-color: var(--site-color, #8ee31f);
  background: var(--site-color, #8ee31f);
}

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

.pk-terms-label > input:focus + .pk-custom-checkbox {
  box-shadow: 0 0 0 3px rgba(142, 227, 31, 0.15);
}

.pk-terms-text {
  color: #657068;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 500;
}

.pk-terms-text a {
  color: var(--site-color-dark, #5eb516);
  font-weight: 800;
}

.pk-terms-text a:hover,
.pk-terms-text a:focus {
  color: var(--site-color-deep, #4f9f14);
  text-decoration: underline;
}

.pk-signup-submit {
  width: 100%;
  min-height: 55px;
  padding: 14px 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 11px;
  background: linear-gradient(
      135deg,
      var(--site-color, #8ee31f),
      var(--site-color-dark, #5eb516)
    );
  color: #071006;
  font-size: 16px;
  font-weight: 900;
  box-shadow: 0 15px 32px rgba(94, 181, 22, 0.25);
  transition: all 0.24s ease;
}

.pk-signup-submit i {
  margin-left: 10px;
  transition: transform 0.24s ease;
}

.pk-signup-submit:hover,
.pk-signup-submit:focus,
.pk-signup-submit:active {
  background: linear-gradient(
      135deg,
      var(--site-color-light, #b4f54b),
      var(--site-color-dark, #5eb516)
    );
  color: #071006;
  outline: none;
  transform: translateY(-2px);
  box-shadow: 0 20px 37px rgba(94, 181, 22, 0.31);
}

.pk-signup-submit:hover i {
  transform: translateX(4px);
}

.pk-signup-divider {
  position: relative;
  margin: 25px 0 20px;
  color: #8a958d;
  font-size: 12px;
  line-height: 1;
  text-align: center;
}

.pk-signup-divider::before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 1px;
  content: "";
  background: #e1e9dd;
}

.pk-signup-divider span {
  position: relative;
  z-index: 2;
  padding: 0 14px;
  background: #ffffff;
}

.pk-google-signup {
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.pk-google-signup .g_id_signin {
  width: 100%;
  display: flex;
  justify-content: center;
}

.pk-signin-link {
  margin-top: 24px;
  padding: 17px 15px;
  border: 1px solid #e2eadf;
  border-radius: 11px;
  background: #f7faf5;
  color: #687269;
  font-size: 13px;
  text-align: center;
}

.pk-signin-link a {
  display: inline-block;
  margin-left: 5px;
  color: var(--site-color-dark, #5eb516);
  font-weight: 900;
}

.pk-signin-link a i {
  margin-left: 5px;
}

.pk-signin-link a:hover,
.pk-signin-link a:focus {
  color: var(--site-color-deep, #4f9f14);
}

.pk-signup-security {
  margin: 28px -40px -40px;
  padding: 16px 22px;
  display: flex;
  justify-content: center;
  gap: 25px;
  border-top: 1px solid #e4ebe0;
  background: #f8faf7;
  color: #7a857d;
  font-size: 11px;
  font-weight: 700;
}

.pk-signup-security span {
  display: inline-flex;
  align-items: center;
}

.pk-signup-security i {
  margin-right: 7px;
  color: var(--site-color-dark, #5eb516);
}

.rtl-form .pk-input-icon {
  right: 17px;
  left: auto;
}

.rtl-form .pk-input-wrap .form-control {
  padding-right: 47px;
  padding-left: 15px;
}

.rtl-form .pk-custom-checkbox {
  margin-right: 0;
  margin-left: 10px;
}

.rtl-form .pk-signup-submit i,
.rtl-form .pk-signin-link a i {
  margin-right: 8px;
  margin-left: 0;
}

.rtl-form .pk-form-alert {
  padding-right: 45px;
  padding-left: 45px;
  border-right-width: 4px;
  border-left-width: 0;
}

.rtl-form .pk-form-alert > i {
  right: 17px;
  left: auto;
}

@media (max-width: 1199px) {  .pk-signup-content {
    padding-right: 15px;
  }

  .pk-signup-content h1 {
    font-size: 40px;
  }

  .pk-signup-card {
    padding: 34px 30px;
  }

  .pk-signup-security {
    margin-right: -30px;
    margin-bottom: -34px;
    margin-left: -30px;
  }
}

@media (max-width: 991px) {  .pk-signup-page {
    min-height: auto;
    padding: 60px 0;
  }

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

  .pk-signup-card {
    max-width: 720px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {  .pk-signup-page {
    padding: 38px 0;
  }

  .pk-signup-page > .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .pk-signup-card {
    padding: 28px 20px;
    border-radius: 18px;
  }

  .pk-signup-logo {
    width: 60px;
    height: 60px;
    border-radius: 15px;
    font-size: 24px;
  }

  .pk-signup-card-header {
    margin-bottom: 25px;
  }

  .pk-signup-card-header h2 {
    font-size: 26px;
  }

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

  .pk-input-wrap .form-control {
    height: 52px;
  }

  .pk-signup-submit {
    min-height: 53px;
  }

  .pk-signup-security {
    margin: 25px -20px -28px;
    padding: 15px 12px;
    flex-wrap: wrap;
    gap: 9px 18px;
  }
}

@media (max-width: 480px) {  .pk-signup-page {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .pk-signup-card {
    padding: 24px 16px;
  }

  .pk-signup-card-header h2 {
    font-size: 24px;
  }

  .pk-signup-card-header p {
    font-size: 13px;
  }

  .pk-terms-box {
    padding: 13px;
  }

  .pk-signin-link {
    padding: 15px 10px;
  }

  .pk-signup-security {
    margin-right: -16px;
    margin-left: -16px;
    font-size: 10px;
  }
}

.pk-terms-page {
  background: var(--site-page-bg, #f4f7f2);
  color: var(--site-text, #172019);
  font-family: "Inter", Arial, sans-serif;
}

.pk-terms-hero {
  position: relative;
  padding: 88px 0 84px;
  overflow: hidden;
  background: radial-gradient(circle at 78% 18%, rgba(142, 227, 31, 0.14), transparent 28%),
    radial-gradient(circle at 15% 82%, rgba(94, 181, 22, 0.11), transparent 30%),
    linear-gradient(135deg, #020604 0%, #041208 52%, #071d0c 100%);
}

.pk-terms-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.24;
  background-image: radial-gradient(circle, rgba(142, 227, 31, 0.62) 1px, transparent 1px);
  background-size: 27px 27px;
  pointer-events: none;
}

.pk-terms-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 850px;
  margin: 0 auto;
}

.pk-terms-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  padding: 9px 17px;
  border: 1px solid rgba(142, 227, 31, 0.28);
  border-radius: 999px;
  background: rgba(142, 227, 31, 0.09);
  color: var(--site-color-light, #b4f54b);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.pk-terms-hero h1 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 54px;
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -1.7px;
}

.pk-terms-hero p {
  max-width: 720px;
  margin: 0 auto;
  color: #c1cbc3;
  font-size: 17px;
  line-height: 1.75;
}

.pk-terms-meta {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.pk-terms-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 15px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  color: #e5ebe6;
  font-size: 13px;
  font-weight: 600;
}

.pk-terms-meta i {
  color: var(--site-color, #8ee31f);
}

.pk-terms-content {
  padding: 72px 0 90px;
}

.pk-terms-sidebar {
  position: sticky;
  top: 25px;
}

.pk-terms-sidebar-title {
  padding: 17px 20px;
  border-radius: 15px 15px 0 0;
  background: var(--site-dark, #071006);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
}

.pk-terms-sidebar-title i {
  margin-right: 8px;
  color: var(--site-color, #8ee31f);
}

.pk-terms-nav {
  padding: 12px;
  border: 1px solid var(--site-border, #e2eadf);
  border-top: 0;
  border-radius: 0 0 15px 15px;
  background: #fff;
  box-shadow: var(--site-shadow, 0 14px 36px rgba(16, 54, 22, 0.09));
}

.pk-terms-nav a {
  display: block;
  padding: 11px 12px;
  border-radius: 8px;
  color: #536057;
  font-size: 13px;
  font-weight: 650;
  transition: var(--site-transition, all 0.22s ease);
}

.pk-terms-nav a:hover,
.pk-terms-nav a:focus {
  padding-left: 17px;
  background: var(--site-color-soft, rgba(142, 227, 31, 0.12));
  color: var(--site-color-dark, #5eb516);
}

.pk-terms-help {
  margin-top: 22px;
  padding: 24px 20px;
  border: 1px solid rgba(142, 227, 31, 0.26);
  border-radius: 15px;
  background: linear-gradient(145deg, #08150b, #0c2110);
  text-align: center;
  box-shadow: 0 18px 40px rgba(7, 19, 10, 0.14);
}

.pk-terms-help-icon {
  width: 54px;
  height: 54px;
  margin: 0 auto 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: var(--site-color-soft, rgba(142, 227, 31, 0.12));
  color: var(--site-color, #8ee31f);
  font-size: 24px;
}

.pk-terms-help h4 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 17px;
  font-weight: 800;
}

.pk-terms-help p {
  margin: 0 0 16px;
  color: #aeb9b1;
  font-size: 12px;
  line-height: 1.6;
}

.pk-terms-help-btn {
  display: block;
  padding: 11px 15px;
  border-radius: 9px;
  background: linear-gradient(135deg, var(--site-color, #8ee31f), var(--site-color-dark, #5eb516));
  color: #071006;
  font-size: 13px;
  font-weight: 850;
}

.pk-terms-help-btn:hover,
.pk-terms-help-btn:focus {
  color: #071006;
  transform: translateY(-1px);
}

.pk-terms-document {
  padding: 38px 42px;
  border: 1px solid var(--site-border, #e2eadf);
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--site-shadow, 0 14px 36px rgba(16, 54, 22, 0.09));
}

.pk-terms-notice,
.pk-terms-callout,
.pk-terms-final-note {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.pk-terms-notice {
  margin-bottom: 10px;
  padding: 20px;
  border: 1px solid rgba(142, 227, 31, 0.28);
  border-radius: 13px;
  background: var(--site-color-soft, rgba(142, 227, 31, 0.12));
}

.pk-terms-notice > i {
  margin-top: 2px;
  color: var(--site-color-dark, #5eb516);
  font-size: 21px;
}

.pk-terms-notice strong,
.pk-terms-callout strong,
.pk-terms-final-note strong {
  display: block;
  margin-bottom: 4px;
  color: #172019;
  font-size: 15px;
  font-weight: 850;
}

.pk-terms-notice p,
.pk-terms-callout p,
.pk-terms-final-note p {
  margin: 0;
  color: #68736a;
  font-size: 13px;
  line-height: 1.65;
}

.pk-terms-section {
  position: relative;
  display: flex;
  gap: 21px;
  padding: 34px 0;
  border-bottom: 1px solid var(--site-border, #e2eadf);
  scroll-margin-top: 25px;
}

.pk-terms-section:last-of-type {
  border-bottom: 0;
}

.pk-terms-number {
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background: var(--site-color-soft, rgba(142, 227, 31, 0.12));
  color: var(--site-color-dark, #5eb516);
  font-size: 13px;
  font-weight: 900;
}

.pk-terms-section-body {
  flex: 1;
  min-width: 0;
}

.pk-terms-section h2 {
  margin: 3px 0 14px;
  color: #101711;
  font-size: 24px;
  line-height: 1.35;
  font-weight: 850;
  letter-spacing: -0.35px;
}

.pk-terms-section p {
  margin: 0 0 14px;
  color: #5f6c62;
  font-size: 15px;
  line-height: 1.82;
}

.pk-terms-section p:last-child {
  margin-bottom: 0;
}

.pk-terms-section a {
  color: var(--site-color-dark, #5eb516);
  font-weight: 750;
}

.pk-terms-section a:hover,
.pk-terms-section a:focus {
  color: var(--site-color-deep, #4f9f14);
  text-decoration: underline;
}

.pk-terms-section ul {
  margin: 16px 0 7px;
  padding: 0;
  list-style: none;
}

.pk-terms-section li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 27px;
  color: #536057;
  font-size: 14px;
  line-height: 1.7;
}

.pk-terms-section li::before {
  content: "\f058";
  position: absolute;
  top: 1px;
  left: 0;
  color: var(--site-color-dark, #5eb516);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.pk-terms-prohibited-list li::before {
  content: "\f057";
  color: #dc2626;
}

.pk-terms-callout {
  margin: 18px 0;
  padding: 18px;
  border: 1px solid #f3d598;
  border-radius: 12px;
  background: #fffaf0;
}

.pk-terms-callout > i {
  margin-top: 2px;
  color: #d18b00;
  font-size: 20px;
}

.pk-terms-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.pk-terms-primary-btn,
.pk-terms-secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 150px;
  padding: 13px 21px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 800;
  transition: var(--site-transition, all 0.22s ease);
}

.pk-terms-primary-btn {
  background: linear-gradient(135deg, var(--site-color, #8ee31f), var(--site-color-dark, #5eb516));
  color: #071006 !important;
  box-shadow: 0 12px 25px rgba(94, 181, 22, 0.20);
}

.pk-terms-secondary-btn {
  border: 1px solid var(--site-border, #e2eadf);
  background: #fff;
  color: #263329 !important;
}

.pk-terms-primary-btn:hover,
.pk-terms-secondary-btn:hover {
  text-decoration: none !important;
  transform: translateY(-2px);
}

.pk-terms-final-note {
  margin-top: 12px;
  padding: 23px;
  border-radius: 14px;
  background: linear-gradient(145deg, #071209, #0c2110);
}

.pk-terms-final-note > i {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--site-color, #8ee31f);
  color: #071006;
  font-size: 17px;
}

.pk-terms-final-note strong {
  color: #fff;
}

.pk-terms-final-note p {
  color: #acb7ae;
}

@media (max-width: 991px) {  .pk-terms-hero {
    padding: 70px 0;
  }

  .pk-terms-hero h1 {
    font-size: 45px;
  }

  .pk-terms-sidebar {
    position: static;
    margin-bottom: 28px;
  }

  .pk-terms-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }

  .pk-terms-nav a {
    width: calc(50% - 3px);
  }

  .pk-terms-help {
    display: none;
  }
}

@media (max-width: 767px) {  .pk-terms-hero {
    padding: 54px 0;
  }

  .pk-terms-hero h1 {
    font-size: 37px;
    letter-spacing: -1px;
  }

  .pk-terms-hero p {
    font-size: 15px;
  }

  .pk-terms-content {
    padding: 42px 0 55px;
  }

  .pk-terms-document {
    padding: 25px 20px;
    border-radius: 16px;
  }

  .pk-terms-section {
    gap: 14px;
    padding: 27px 0;
  }

  .pk-terms-number {
    flex-basis: 39px;
    width: 39px;
    height: 39px;
    border-radius: 10px;
    font-size: 11px;
  }

  .pk-terms-section h2 {
    margin-top: 1px;
    font-size: 20px;
  }

  .pk-terms-section p {
    font-size: 14px;
    line-height: 1.75;
  }
}

@media (max-width: 480px) {  .pk-terms-meta {
    display: block;
  }

  .pk-terms-meta span {
    margin: 5px;
  }

  .pk-terms-nav a {
    width: 100%;
  }

  .pk-terms-document {
    padding: 20px 15px;
  }

  .pk-terms-section {
    display: block;
  }

  .pk-terms-number {
    margin-bottom: 13px;
  }

  .pk-terms-contact-actions {
    display: block;
  }

  .pk-terms-primary-btn,
  .pk-terms-secondary-btn {
    width: 100%;
    margin-top: 9px;
  }
}

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

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

.dashboard-layout {
  min-height: 100vh;
}

.dashboard-sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  width: var(--pp-sidebar-width);
  display: flex;
  flex-direction: column;
  background: radial-gradient(circle at 30% 0%, rgba(127, 206, 36, 0.14), transparent 35%),
    linear-gradient(180deg, var(--pp-dark) 0%, var(--pp-dark-soft) 100%);
  border-right: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow: 12px 0 35px rgba(0, 0, 0, 0.13);
  transition: transform 0.28s ease;
}

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

.sidebar-brand a {
  width: 100%;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  text-decoration: none;
}

.sidebar-brand img {
  display: block;
  max-width: 175px;
  max-height: 44px;
}

.sidebar-brand-mark {
  width: 39px;
  height: 39px;
  margin-right: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  background: linear-gradient(135deg, var(--pp-green), #5bab17);
  color: #071006;
  box-shadow: 0 0 24px rgba(127, 206, 36, 0.22);
}

.sidebar-user-card {
  margin: 18px 16px 12px;
  padding: 14px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(127, 206, 36, 0.17);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.045);
}

.sidebar-user-avatar {
  width: 42px;
  height: 42px;
  margin-right: 12px;
  flex: 0 0 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(127, 206, 36, 0.14);
  color: var(--pp-green);
  font-size: 17px;
}

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

.sidebar-user-info strong,
.sidebar-user-info span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sidebar-user-info strong {
  color: #fff;
  font-size: 14px;
}

.sidebar-user-info span {
  margin-top: 3px;
  color: var(--pp-green);
  font-size: 12px;
  font-weight: 700;
}

.sidebar-navigation {
  flex: 1;
  padding: 8px 12px 20px;
  overflow-y: auto;
  overflow-x: hidden;
}

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

.sidebar-menu li {
  margin-bottom: 5px;
}

.sidebar-menu li a {
  min-height: 48px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  border-radius: 11px;
  color: #c6d0c8;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.22s ease;
}

.sidebar-menu li a:hover,
.sidebar-menu li a:focus {
  background: rgba(127, 206, 36, 0.09);
  color: #fff;
}

.sidebar-menu li.active > a,
.sidebar-menu li.active > a:hover,
.sidebar-menu li.active > a:focus {
  background: linear-gradient(135deg, var(--pp-green), #5eaa18);
  color: #071006;
  box-shadow: 0 10px 22px rgba(88, 166, 23, 0.18);
}

.sidebar-menu-icon {
  width: 30px;
  margin-right: 8px;
  flex: 0 0 30px;
  text-align: center;
  font-size: 17px;
}

.sidebar-menu-text {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sidebar-menu-badge {
  margin-left: auto;
  padding: 3px 7px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  color: inherit;
  font-size: 10px;
  font-weight: 800;
}

.sidebar-footer {
  padding: 15px 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  color: #819086;
  font-size: 11px;
  text-align: center;
}

.dashboard-main {
  min-height: 100vh;
  margin-left: var(--pp-sidebar-width);
  transition: margin 0.28s ease;
}

.dashboard-topbar {
  position: sticky;
  top: 0;
  z-index: 1040;
  min-height: var(--pp-topbar-height);
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--pp-border);
  box-shadow: 0 8px 25px rgba(45, 67, 45, 0.05);
  backdrop-filter: blur(10px);
}

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

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

.dashboard-sidebar-toggle {
  width: 42px;
  height: 42px;
  margin-right: 14px;
  padding: 0;
  border: 1px solid var(--pp-border);
  border-radius: 11px;
  background: #fff;
  color: var(--pp-text);
  font-size: 17px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

.dashboard-page-title strong {
  display: block;
  color: var(--pp-text);
  font-size: 18px;
  font-weight: 800;
}

.dashboard-page-title span {
  display: block;
  margin-top: 2px;
  color: var(--pp-muted);
  font-size: 12px;
}

.dashboard-topbar-button,
.dashboard-account-button,
.dashboard-balance {
  min-height: 43px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--pp-border);
  border-radius: 12px;
  background: #fff;
  color: var(--pp-text);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.dashboard-topbar-button:hover,
.dashboard-account-button:hover {
  border-color: #bfdcae;
  background: #f9fcf7;
  color: var(--pp-green-dark);
}

.dashboard-account-avatar {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background: var(--pp-green-soft);
  color: var(--pp-green-dark);
}

.dashboard-topbar .dropdown-menu {
  min-width: 210px;
  margin-top: 10px;
  padding: 8px;
  border: 1px solid var(--pp-border);
  border-radius: 13px;
  box-shadow: var(--pp-shadow);
}

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

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

.dashboard-content {
  min-height: calc(100vh - var(--pp-topbar-height));
  padding: 25px;
}

.dashboard-overlay {
  position: fixed;
  inset: 0;
  z-index: 1045;
  display: none;
  background: rgba(2, 8, 4, 0.58);
}

.dashboard-overlay.is-visible {
  display: block;
}

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

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

@media (min-width: 992px) {  .dashboard-sidebar-toggle {
    display: none;
  }
}

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

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

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

  .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) {  .dashboard-topbar {
    min-height: 64px;
    padding: 0 13px;
  }

  .dashboard-content {
    padding: 14px;
  }

  .dashboard-page-title {
    display: none;
  }

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

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

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

  .dashboard-sidebar {
    width: min(285px, 88vw);
  }
}

.private-dashboard-body {
  background: var(--pp-bg, #f4f7f2);
}

.private-dashboard-body .panel,
.private-dashboard-body .card,
.private-dashboard-body .well,
.private-dashboard-body .dashboard-card {
  border: 1px solid var(--pp-border, #e2eadf);
  border-radius: 16px;
  background: var(--pp-card, #fff);
  box-shadow: 0 12px 34px rgba(20, 45, 18, 0.08);
}

.private-dashboard-body .panel,
.private-dashboard-body .card,
.private-dashboard-body .well,
.private-dashboard-body .dashboard-card,
.private-dashboard-body .btn,
.private-dashboard-body .form-control,
.private-dashboard-body .table > tbody > tr {
  transition: border-color 0.22s ease,
    background-color 0.22s ease,
    color 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.22s ease;
}

.private-dashboard-body .dashboard-card:hover,
.private-dashboard-body .stat-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(20, 45, 18, 0.11);
}

.private-dashboard-body .panel-heading,
.private-dashboard-body .card-header {
  padding: 16px 18px;
  border-bottom: 1px solid #edf3ea;
  border-radius: 16px 16px 0 0;
  background: #fff !important;
  color: var(--pp-text, #172019);
  font-size: 16px;
  font-weight: 800;
}

/* Form spacing */

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

.private-dashboard-body label,
.private-dashboard-body .control-label {
  margin-bottom: 8px;
  color: #445149;
  font-size: 13px;
  font-weight: 700;
}

.private-dashboard-body .form-control {
  min-height: 48px;
  height: 48px;
  border: 1px solid #dfe9d8;
  border-radius: 11px;
  background: #fafdf8;
  color: #1f2a22;
  box-shadow: none;
}

.private-dashboard-body .form-control:hover {
  border-color: #b8d79b;
}

.private-dashboard-body .form-control:focus {
  border-color: var(--pp-green, #7fce24);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(127, 206, 36, 0.12);
  outline: none;
}

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

.private-dashboard-body select.form-control {
  cursor: pointer;
}

.private-dashboard-body .input-group-addon {
  border-color: #dfe7d8;
  background: #f5faf3;
  color: #5d6a61;
}

/* Buttons */

.private-dashboard-body .btn {
  min-height: 42px;
  border-radius: 11px;
  font-weight: 700;
}

.private-dashboard-body .btn-primary,
.private-dashboard-body .btn-success {
  border-color: transparent;
  background: linear-gradient(135deg, #7fce24, #57a217);
  color: #071006;
}

.private-dashboard-body .btn-primary:hover,
.private-dashboard-body .btn-primary:focus,
.private-dashboard-body .btn-success:hover,
.private-dashboard-body .btn-success:focus {
  border-color: transparent;
  background: linear-gradient(135deg, #8ddf2d, #5ab118);
  color: #071006;
  box-shadow: 0 12px 28px rgba(93, 177, 24, 0.24);
  transform: translateY(-1px);
}

.private-dashboard-body .btn-default {
  border-color: #dfe7d8;
  background: #fff;
  color: #344039;
}

.private-dashboard-body .btn-default:hover,
.private-dashboard-body .btn-default:focus {
  border-color: #bfdcae;
  background: #f7faf5;
  color: #559f18;
}

/* Tables */

.private-dashboard-body .table-responsive {
  border: 0;
  border-radius: 12px;
}

.private-dashboard-body .table {
  margin-bottom: 0;
  background: #fff;
}

.private-dashboard-body .table > thead > tr > th {
  padding: 14px 12px;
  border-bottom: 2px solid #eef4ea;
  background: #fafdf9;
  color: #55635a;
  font-size: 13px;
  font-weight: 800;
  vertical-align: middle;
  white-space: nowrap;
}

.private-dashboard-body .table > tbody > tr > td {
  padding: 13px 12px;
  border-top-color: #eef3eb;
  color: #344039;
  vertical-align: middle;
}

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

.private-dashboard-body .alert {
  border: 0;
  border-radius: 11px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.private-dashboard-body .dashboard-stat,
.private-dashboard-body .stat-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--pp-border, #e2eadf);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(20, 45, 18, 0.08);
}

.private-dashboard-body .dashboard-stat::before,
.private-dashboard-body .stat-card::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background: var(--pp-green, #7fce24);
}

.private-dashboard-body .nav-tabs {
  border-bottom: 1px solid #e8efe3;
}

.private-dashboard-body .nav-tabs > li > a {
  margin-right: 5px;
  border: 0 !important;
  border-radius: 10px 10px 0 0;
  color: #647067;
  font-weight: 700;
}

.private-dashboard-body .nav-tabs > li > a:hover,
.private-dashboard-body .nav-tabs > li > a:focus {
  background: #f3f9ef;
  color: #559f18;
}

.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 {
  background: #edf7e7 !important;
  color: #5aa217 !important;
}

.private-dashboard-body .pagination > li > a,
.private-dashboard-body .pagination > li > span {
  margin: 0 3px;
  border: 1px solid #e2eadf;
  border-radius: 9px;
  color: #56635a;
}

.private-dashboard-body .pagination > .active > a,
.private-dashboard-body .pagination > .active > a:hover,
.private-dashboard-body .pagination > .active > a:focus,
.private-dashboard-body .pagination > .active > span {
  border-color: #7fce24;
  background: #7fce24;
  color: #071006;
}

.private-dashboard-body .dropdown-menu {
  border: 1px solid var(--pp-border, #e2eadf);
  border-radius: 13px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.12);
}

.private-dashboard-body .dropdown-menu > li > a {
  padding: 10px 14px;
  color: #344039;
}

.private-dashboard-body .dropdown-menu > li > a:hover,
.private-dashboard-body .dropdown-menu > li > a:focus {
  background: #edf7e7;
  color: #559f18;
}

.private-dashboard-body .ticket-message,
.private-dashboard-body .chat-message {
  border: 1px solid #e5eee0;
  border-radius: 13px;
  background: #fafdf8;
}

.private-dashboard-body input[type="checkbox"],
.private-dashboard-body input[type="radio"] {
  accent-color: var(--pp-green, #7fce24);
}

/* Private scrollbar only */

.private-dashboard-body ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.private-dashboard-body ::-webkit-scrollbar-thumb {
  border-radius: 30px;
  background: #b8d79b;
}

.private-dashboard-body ::-webkit-scrollbar-thumb:hover {
  background: #7fce24;
}

/* Mobile private forms */

@media (max-width: 767px) {  .private-dashboard-body .panel-heading,
  .private-dashboard-body .card-header {
    padding: 14px;
  }

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

  .private-dashboard-body .form-control {
    min-height: 46px;
    height: 46px;
  }

  .private-dashboard-body .btn {
    white-space: normal;
  }
}

.pk-order-stats {
  margin-bottom: 24px;
}

.pk-order-stats > [class*="col-"] {
  margin-bottom: 15px;
}

.pk-stat-card {
  min-height: 108px;
  display: flex;
  align-items: center;
  padding: 20px;
  border: 1px solid #e2eadf;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(20, 45, 18, 0.08);
  transition: transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.pk-stat-card:hover {
  border-color: #bfdcae;
  box-shadow: 0 18px 42px rgba(20, 45, 18, 0.12);
  transform: translateY(-2px);
}

.pk-stat-icon {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  color: #fff;
  font-size: 23px;
  box-shadow: 0 10px 24px rgba(20, 45, 18, 0.14);
}

.pk-stat-icon.bg-green {
  background: linear-gradient(135deg, #8ee31f, #5eb516);
}

.pk-stat-icon.bg-blue {
  background: linear-gradient(135deg, #3182f6, #1f5fbd);
}

.pk-stat-icon.bg-orange {
  background: linear-gradient(135deg, #ff9a2f, #ed6817);
}

.pk-stat-content {
  min-width: 0;
  flex: 1;
}

.pk-stat-content span {
  display: block;
  margin-bottom: 5px;
  color: #6f7a72;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
}

.pk-stat-content strong {
  display: block;
  overflow-wrap: anywhere;
  color: #172019;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 900;
}

.pk-new-order-card {
  padding: 28px;
}

.pk-search-wrapper {
  position: relative;
}

.pk-search-wrapper .form-control {
  padding-left: 44px;
}

.pk-search-button {
  position: absolute;
  top: 50%;
  left: 14px;
  z-index: 3;
  padding: 0;
  border: 0;
  background: transparent;
  color: #8a968d;
  transform: translateY(-50%);
  pointer-events: none;
}

.rtl-form .pk-search-wrapper .form-control {
  padding-right: 44px;
  padding-left: 12px;
}

.rtl-form .pk-search-button {
  right: 14px;
  left: auto;
}

.pk-service-description {
  padding: 16px;
  border: 1px solid #dfe9d8;
  border-radius: 11px;
  background: #fafdf8;
  color: #445149;
  line-height: 1.7;
}

.pk-terms {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 0;
  cursor: pointer;
}

.pk-terms input {
  flex: 0 0 auto;
  margin-top: 3px;
}

.pk-terms a {
  color: #5eb516;
  font-weight: 800;
}

.pk-order-submit {
  min-height: 50px;
  font-size: 16px;
  font-weight: 800;
}

.pk-order-submit i {
  margin-right: 7px;
}

.rtl-form .pk-order-submit i {
  margin-right: 0;
  margin-left: 7px;
}

.pk-new-order-text {
  margin-top: 5px;
  padding: 25px;
  color: #445149;
  line-height: 1.75;
}

@media (min-width: 768px) {  .pk-order-stats > [class*="col-"] {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {  .pk-order-stats {
    margin-bottom: 8px;
  }

  .pk-stat-card {
    min-height: 96px;
    padding: 17px;
  }

  .pk-stat-icon {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
    font-size: 21px;
  }

  .pk-stat-content strong {
    font-size: 19px;
  }

  .pk-new-order-card {
    padding: 18px 15px;
  }
}

.private-dashboard-body #orderform-category,
.private-dashboard-body #orderform-service {
  width: 100%;
  height: 54px !important;
  min-height: 54px !important;
  padding: 0 48px 0 16px !important;
  border: 1px solid #d9e7d2 !important;
  border-radius: 14px !important;
  background-color: #ffffff !important;
  color: #172019 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 52px !important;
  vertical-align: middle !important;
  box-shadow: none !important;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #7b887e 50%),
    linear-gradient(135deg, #7b887e 50%, transparent 50%) !important;
  background-position: calc(100% - 20px) 24px,
    calc(100% - 15px) 24px !important;
  background-size: 5px 5px, 5px 5px !important;
  background-repeat: no-repeat !important;
}

.private-dashboard-body #orderform-category:hover,
.private-dashboard-body #orderform-service:hover {
  border-color: #b6d89d !important;
}

.private-dashboard-body #orderform-category:focus,
.private-dashboard-body #orderform-service:focus {
  border-color: #8ee31f !important;
  box-shadow: 0 0 0 4px rgba(142, 227, 31, 0.12) !important;
  outline: 0 !important;
}

.private-dashboard-body #orderform-category option,
.private-dashboard-body #orderform-service option {
  padding: 10px 14px;
  background: #ffffff;
  color: #172019;
  font-size: 14px;
  line-height: 1.5;
}

/* PerfectPanel generated selection button */

.private-dashboard-body [data-select-container],
.private-dashboard-body .select-container,
.private-dashboard-body .dropdown-select,
.private-dashboard-body .select-wrapper {
  width: 100% !important;
}

.private-dashboard-body [data-select-container] > button,
.private-dashboard-body .dropdown-select > button,
.private-dashboard-body .select-wrapper > button,
.private-dashboard-body .select-toggle {
  position: relative;
  width: 100% !important;
  height: 54px !important;
  min-height: 54px !important;
  padding: 0 48px 0 16px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  overflow: hidden !important;
  border: 1px solid #d9e7d2 !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  color: #172019 !important;
  font-size: 15px !important;
  line-height: 1.35 !important;
  font-weight: 600 !important;
  text-align: left !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  box-shadow: none !important;
}

.private-dashboard-body [data-select-container] > button::after,
.private-dashboard-body .dropdown-select > button::after,
.private-dashboard-body .select-wrapper > button::after,
.private-dashboard-body .select-toggle::after {
  position: absolute !important;
  top: 50% !important;
  right: 18px !important;
  margin: -3px 0 0 !important;
  transform: none !important;
}

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

.private-dashboard-body .select2-container .select2-selection--single {
  position: relative;
  width: 100% !important;
  height: 54px !important;
  min-height: 54px !important;
  border: 1px solid #d9e7d2 !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

.private-dashboard-body .select2-container .select2-selection--single .select2-selection__rendered {
  height: 52px !important;
  padding: 0 48px 0 16px !important;
  display: block !important;
  overflow: hidden !important;
  color: #172019 !important;
  font-size: 15px !important;
  line-height: 52px !important;
  font-weight: 600 !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
}

.private-dashboard-body .select2-container .select2-selection--single .select2-selection__arrow {
  top: 0 !important;
  right: 8px !important;
  width: 38px !important;
  height: 52px !important;
}

.private-dashboard-body .select2-container .select2-selection--single .select2-selection__arrow b {
  top: 50% !important;
  margin-top: -2px !important;
}

.private-dashboard-body .select2-dropdown {
  overflow: hidden;
  border: 1px solid #d9e7d2 !important;
  border-radius: 13px !important;
  background: #ffffff !important;
  box-shadow: 0 18px 42px rgba(20, 45, 18, 0.14) !important;
}

.private-dashboard-body .select2-results__option {
  min-height: 42px;
  padding: 11px 15px !important;
  color: #263229;
  font-size: 14px;
  line-height: 1.45;
}

.private-dashboard-body .select2-results__option--highlighted[aria-selected] {
  background: #edf8e6 !important;
  color: #4f9717 !important;
}

.private-dashboard-body .choices {
  width: 100%;
  margin-bottom: 0;
}

.private-dashboard-body .choices__inner {
  min-height: 54px !important;
  padding: 0 48px 0 16px !important;
  display: flex !important;
  align-items: center !important;
  overflow: hidden !important;
  border: 1px solid #d9e7d2 !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  color: #172019 !important;
  font-size: 15px !important;
  line-height: 1.35 !important;
}

.private-dashboard-body .choices__list--single {
  width: 100%;
  padding: 0 !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.private-dashboard-body .choices[data-type*="select-one"]::after {
  top: 50% !important;
  right: 19px !important;
  margin-top: -3px !important;
  border-color: #7b887e transparent transparent !important;
}

.private-dashboard-body .choices.is-open[data-type*="select-one"]::after {
  margin-top: -8px !important;
  border-color: transparent transparent #7b887e !important;
}

.private-dashboard-body .choices__list--dropdown,
.private-dashboard-body .choices__list[aria-expanded] {
  z-index: 1200 !important;
  margin-top: 7px !important;
  overflow: hidden;
  border: 1px solid #d9e7d2 !important;
  border-radius: 13px !important;
  background: #ffffff !important;
  box-shadow: 0 18px 42px rgba(20, 45, 18, 0.14) !important;
}

.private-dashboard-body .choices__list--dropdown .choices__item,
.private-dashboard-body .choices__list[aria-expanded] .choices__item {
  padding: 11px 15px !important;
  color: #263229;
  font-size: 14px;
  line-height: 1.45;
}

.private-dashboard-body .choices__list--dropdown .choices__item--selectable.is-highlighted,
.private-dashboard-body .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background: #edf8e6 !important;
  color: #4f9717 !important;
}

.private-dashboard-body .pk-new-order-card,
.private-dashboard-body #order-form,
.private-dashboard-body #order-form .form-group {
  overflow: visible !important;
}

.private-dashboard-body .rtl-form #orderform-category,
.private-dashboard-body .rtl-form #orderform-service {
  padding-right: 16px !important;
  padding-left: 48px !important;
  background-position: 20px 24px,
    15px 24px !important;
}

.private-dashboard-body .rtl-form .select2-selection__rendered,
.private-dashboard-body .rtl-form .choices__inner {
  padding-right: 16px !important;
  padding-left: 48px !important;
  text-align: right;
}

.private-dashboard-body .rtl-form .select2-selection__arrow {
  right: auto !important;
  left: 8px !important;
}

.private-dashboard-body .rtl-form .choices[data-type*="select-one"]::after {
  right: auto !important;
  left: 19px !important;
}

@media (max-width: 767px) {  .private-dashboard-body #orderform-category,
  .private-dashboard-body #orderform-service,
  .private-dashboard-body .select2-container .select2-selection--single,
  .private-dashboard-body .choices__inner {
    height: 50px !important;
    min-height: 50px !important;
  }

  .private-dashboard-body .select2-container .select2-selection--single .select2-selection__rendered {
    height: 48px !important;
    line-height: 48px !important;
  }

  .private-dashboard-body .select2-container .select2-selection--single .select2-selection__arrow {
    height: 48px !important;
  }
}

body,
button,
input,
select,
textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a,
button,
.btn,
.form-control,
[class*="card"],
[class*="icon"] {
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible,
button:focus-visible,
.btn:focus-visible,
.form-control:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid rgba(142, 227, 31, 0.75);
  outline-offset: 3px;
}

.pk-navbar::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(142, 227, 31, 0.48),
    transparent
  );
  pointer-events: none;
}

.pk-navbar .navbar-nav > li > a {
  position: relative;
  transition: color 0.22s ease,
    transform 0.22s ease;
}

.pk-navbar .navbar-nav > li > a::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 17px;
  left: 18px;
  height: 2px;
  border-radius: 20px;
  background: linear-gradient(90deg, var(--hero-green), var(--hero-green-2));
  opacity: 0;
  transform: scaleX(0.35);
  transition: opacity 0.22s ease,
    transform 0.22s ease;
}

.pk-navbar .navbar-nav > li > a:hover::after,
.pk-navbar .navbar-nav > li > a:focus::after,
.pk-navbar .navbar-nav > li.active > a::after {
  opacity: 1;
  transform: scaleX(1);
}

.hero {
  isolation: isolate;
}

.hero > .container {
  animation: pk-soft-enter 0.65s ease both;
}

.hero-copy,
.visual-area {
  position: relative;
}

.hero-copy::before {
  content: "";
  position: absolute;
  top: -70px;
  left: -95px;
  z-index: -1;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: rgba(142, 227, 31, 0.055);
  filter: blur(35px);
  pointer-events: none;
}

.login-card,
.pk-service-card,
.pk-why-card,
.pk-table-shell,
.pk-compare-card {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.login-card {
  border: 1px solid rgba(255, 255, 255, 0.76);
}

.login-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 24px;
  left: 24px;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(142, 227, 31, 0.55),
    transparent
  );
}

.pk-service-card,
.pk-why-card,
.pk-compare-card,
.pk-table-shell {
  transition: transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

.pk-service-card:hover,
.pk-why-card:hover,
.pk-compare-card:hover {
  will-change: transform;
}

.pk-service-icon,
.pk-why-icon,
.benefit-icon,
.mini-card i {
  transition: transform 0.28s ease,
    filter 0.28s ease;
}

.pk-service-card:hover .pk-service-icon,
.pk-why-card:hover .pk-why-icon,
.benefit-item:hover .benefit-icon,
.mini-card:hover i {
  transform: translateY(-2px) scale(1.04);
  filter: saturate(1.08);
}

.btn-main,
.btn-signin,
.pk-buy-btn,
.pk-view-all,
.pk-compare-btn {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.btn-main::before,
.btn-signin::before,
.pk-buy-btn::before,
.pk-view-all::before,
.pk-compare-btn::before {
  content: "";
  position: absolute;
  top: -50%;
  bottom: -50%;
  left: -70%;
  z-index: -1;
  width: 42%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.24),
    transparent
  );
  transform: skewX(-22deg);
  transition: left 0.55s ease;
}

.btn-main:hover::before,
.btn-signin:hover::before,
.pk-buy-btn:hover::before,
.pk-view-all:hover::before,
.pk-compare-btn:hover::before {
  left: 130%;
}

/* Form polish */

.form-control {
  transition: border-color 0.22s ease,
    box-shadow 0.22s ease,
    background-color 0.22s ease;
}

.field-wrap .form-control:hover {
  border-color: #c9ddb9;
}

.field-wrap > i {
  transition: color 0.22s ease;
}

.field-wrap:focus-within > i {
  color: var(--site-color-dark);
}

.pk-section-badge,
.pk-why-badge,
.hiw-badge,
.pk-pricing-badge,
.pk-compare-badge,
.eyebrow {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65),
    0 8px 22px rgba(63, 113, 31, 0.06);
}

.pk-pricing-table tbody tr {
  transition: background-color 0.2s ease,
    transform 0.2s ease;
}

.pk-pricing-table tbody tr:hover {
  box-shadow: inset 3px 0 0 var(--site-color);
}

@keyframes pk-soft-enter {  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@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;
  }
}

@media (max-width: 767px) {  .pk-navbar .navbar-nav > li > a::after {
    display: none;
  }

  .hero-copy::before {
    display: none;
  }

  .login-card::before {
    right: 16px;
    left: 16px;
  }
}

:root {
  --pk-btn-radius: 10px;
  --pk-btn-font-weight: 800;
  --pk-btn-transition: 0.22s cubic-bezier(0.2, 0.7, 0.2, 1);
  --pk-btn-green-shadow: 0 12px 26px rgba(79, 159, 20, 0.22);
  --pk-btn-green-shadow-hover: 0 17px 34px rgba(79, 159, 20, 0.30);
  --pk-btn-dark-shadow: 0 12px 26px rgba(7, 19, 10, 0.16);
}

.btn-main,
.btn-ghost,
.btn-signin,
.pk-buy-btn,
.pk-view-all,
.pk-compare-btn,
.faq-contact-btn,
.pk-growth-btn,
.pk-signup-submit,
.pk-terms-help-btn,
.pk-terms-primary-btn,
.pk-terms-secondary-btn,
.dashboard-topbar-button,
.dashboard-account-button,
.pk-search-button,
.pk-order-submit,
.private-dashboard-body .btn {
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  border-radius: var(--pk-btn-radius);
  font-weight: var(--pk-btn-font-weight);
  line-height: 1.35;
  letter-spacing: 0.01em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  transform: translateZ(0);
  transition: transform var(--pk-btn-transition),
    box-shadow var(--pk-btn-transition),
    border-color var(--pk-btn-transition),
    background-color var(--pk-btn-transition),
    color var(--pk-btn-transition),
    opacity var(--pk-btn-transition);
}

.btn-main i,
.btn-ghost i,
.btn-signin i,
.pk-buy-btn i,
.pk-view-all i,
.pk-compare-btn i,
.faq-contact-btn i,
.pk-growth-btn i,
.pk-signup-submit i,
.pk-terms-help-btn i,
.pk-terms-primary-btn i,
.pk-terms-secondary-btn i,
.pk-search-button i,
.pk-order-submit i,
.private-dashboard-body .btn i {
  display: inline-block;
  vertical-align: -0.08em;
  transition: transform var(--pk-btn-transition);
}

.btn-main,
.btn-signin,
.pk-buy-btn,
.pk-view-all,
.pk-compare-btn,
.faq-contact-btn,
.pk-growth-btn,
.pk-signup-submit,
.pk-terms-primary-btn,
.pk-order-submit,
.private-dashboard-body .btn-primary,
.private-dashboard-body .btn-success {
  border-color: transparent;
  background-image: linear-gradient(135deg, var(--site-color), var(--site-color-dark));
  color: #071006;
  box-shadow: var(--pk-btn-green-shadow),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

/* Buttons that originally use white text keep it */

.btn-signin,
.pk-buy-btn,
.pk-view-all,
.pk-compare-btn,
.faq-contact-btn,
.pk-growth-btn,
.pk-signup-submit,
.pk-terms-primary-btn,
.pk-order-submit,
.private-dashboard-body .btn-primary,
.private-dashboard-body .btn-success {
  color: #ffffff;
}

.btn-main:hover,
.btn-main:focus,
.btn-signin:hover,
.btn-signin: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,
.faq-contact-btn:hover,
.faq-contact-btn:focus,
.pk-growth-btn:hover,
.pk-growth-btn:focus,
.pk-signup-submit:hover,
.pk-signup-submit:focus,
.pk-terms-primary-btn:hover,
.pk-terms-primary-btn:focus,
.pk-order-submit:hover,
.pk-order-submit:focus,
.private-dashboard-body .btn-primary:hover,
.private-dashboard-body .btn-primary:focus,
.private-dashboard-body .btn-success:hover,
.private-dashboard-body .btn-success:focus {
  filter: brightness(1.035) saturate(1.04);
  transform: translateY(-2px);
  box-shadow: var(--pk-btn-green-shadow-hover),
    inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

.btn-ghost,
.pk-terms-secondary-btn,
.pk-terms-help-btn,
.private-dashboard-body .btn-default,
.pk-search-button {
  box-shadow: 0 10px 22px rgba(7, 19, 10, 0.08);
}

.btn-ghost:hover,
.btn-ghost:focus,
.pk-terms-secondary-btn:hover,
.pk-terms-secondary-btn:focus,
.pk-terms-help-btn:hover,
.pk-terms-help-btn:focus,
.private-dashboard-body .btn-default:hover,
.private-dashboard-body .btn-default:focus,
.pk-search-button:hover,
.pk-search-button:focus {
  transform: translateY(-2px);
  border-color: var(--site-color-dark);
  box-shadow: 0 15px 29px rgba(7, 19, 10, 0.13);
}

/* Navbar action buttons */

.pk-navbar .navbar-nav > li.nav-signup > a,
.dashboard-topbar-button,
.dashboard-account-button {
  transition: transform var(--pk-btn-transition),
    box-shadow var(--pk-btn-transition),
    background-color var(--pk-btn-transition),
    color var(--pk-btn-transition);
}

.pk-navbar .navbar-nav > li.nav-signup > a:hover,
.pk-navbar .navbar-nav > li.nav-signup > a:focus,
.dashboard-topbar-button:hover,
.dashboard-topbar-button:focus,
.dashboard-account-button:hover,
.dashboard-account-button:focus {
  transform: translateY(-2px);
}

.btn-main:active,
.btn-ghost:active,
.btn-signin:active,
.pk-buy-btn:active,
.pk-view-all:active,
.pk-compare-btn:active,
.faq-contact-btn:active,
.pk-growth-btn:active,
.pk-signup-submit:active,
.pk-terms-help-btn:active,
.pk-terms-primary-btn:active,
.pk-terms-secondary-btn:active,
.dashboard-topbar-button:active,
.dashboard-account-button:active,
.pk-search-button:active,
.pk-order-submit:active,
.private-dashboard-body .btn:active {
  transform: translateY(0) scale(0.985);
  box-shadow: 0 7px 16px rgba(7, 19, 10, 0.14);
}

.btn-main:focus-visible,
.btn-ghost:focus-visible,
.btn-signin:focus-visible,
.pk-buy-btn:focus-visible,
.pk-view-all:focus-visible,
.pk-compare-btn:focus-visible,
.faq-contact-btn:focus-visible,
.pk-growth-btn:focus-visible,
.pk-signup-submit:focus-visible,
.pk-terms-help-btn:focus-visible,
.pk-terms-primary-btn:focus-visible,
.pk-terms-secondary-btn:focus-visible,
.dashboard-topbar-button:focus-visible,
.dashboard-account-button:focus-visible,
.pk-search-button:focus-visible,
.pk-order-submit:focus-visible,
.private-dashboard-body .btn:focus-visible {
  outline: 3px solid rgba(142, 227, 31, 0.30);
  outline-offset: 3px;
}

button:disabled,
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn,
[aria-disabled="true"].btn {
  opacity: 0.58;
  cursor: not-allowed;
  pointer-events: none;
  transform: none !important;
  box-shadow: none !important;
  filter: grayscale(0.12);
}

.btn-ghost::before,
.faq-contact-btn::before,
.pk-growth-btn::before,
.pk-signup-submit::before,
.pk-terms-primary-btn::before,
.pk-terms-secondary-btn::before,
.pk-terms-help-btn::before,
.pk-order-submit::before,
.pk-search-button::before,
.private-dashboard-body .btn-primary::before,
.private-dashboard-body .btn-success::before {
  content: "";
  position: absolute;
  top: -60%;
  bottom: -60%;
  left: -75%;
  width: 38%;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent);
  transform: skewX(-22deg);
  transition: left 0.58s ease;
}

.btn-ghost:hover::before,
.faq-contact-btn:hover::before,
.pk-growth-btn:hover::before,
.pk-signup-submit:hover::before,
.pk-terms-primary-btn:hover::before,
.pk-terms-secondary-btn:hover::before,
.pk-terms-help-btn:hover::before,
.pk-order-submit:hover::before,
.pk-search-button:hover::before,
.private-dashboard-body .btn-primary:hover::before,
.private-dashboard-body .btn-success:hover::before {
  left: 135%;
}

.private-dashboard-body .btn-primary:active,
.private-dashboard-body .btn-primary.active,
.private-dashboard-body .btn-success:active,
.private-dashboard-body .btn-success.active,
.pk-order-submit:active,
.pk-signup-submit:active {
  background-image: linear-gradient(135deg, var(--site-color-dark), var(--site-color-deep));
}

/* Mobile: comfortable touch targets without changing button placement */

@media (max-width: 767px) {  .btn-main,
  .btn-ghost,
  .btn-signin,
  .pk-buy-btn,
  .pk-view-all,
  .pk-compare-btn,
  .faq-contact-btn,
  .pk-growth-btn,
  .pk-signup-submit,
  .pk-terms-primary-btn,
  .pk-terms-secondary-btn,
  .pk-order-submit,
  .private-dashboard-body .btn {
    min-height: 46px;
  }
}

/* PEAKERR UI INTERACTION FIX */

/* Navbar signup button: strong final override */

.pk-navbar .navbar-nav > li.nav-signup {
  margin: 16px 0 0 18px;
}

.pk-navbar .navbar-nav > li.nav-signup > a,
    .pk-navbar .navbar-nav > li.nav-signup > a:link,
    .pk-navbar .navbar-nav > li.nav-signup > a:visited {
  min-height: 44px;
  padding: 12px 22px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid rgba(180, 245, 75, 0.62) !important;
  border-radius: 12px !important;
  background: linear-gradient(135deg, #9aec24 0%, #70cc11 56%, #58ae0c 100%) !important;
  color: #071006 !important;
  font-size: 15px;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  letter-spacing: -0.1px;
  text-decoration: none !important;
  text-shadow: none !important;
  white-space: nowrap;
  box-shadow: 0 12px 26px rgba(112, 204, 17, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.34);
  transition: transform .22s ease,
        box-shadow .22s ease,
        border-color .22s ease,
        filter .22s ease !important;
  -webkit-tap-highlight-color: transparent;
}

.pk-navbar .navbar-nav > li.nav-signup > a i {
  margin: 0 !important;
  color: inherit !important;
  font-size: 14px;
  line-height: 1;
  text-decoration: none !important;
}

.pk-navbar .navbar-nav > li.nav-signup > a:hover,
    .pk-navbar .navbar-nav > li.nav-signup > a:focus {
  color: #071006 !important;
  border-color: #b4f54b !important;
  background: linear-gradient(135deg, #a5f52b 0%, #7bd91a 56%, #61ba10 100%) !important;
  text-decoration: none !important;
  transform: translateY(-2px);
  filter: saturate(1.04);
  box-shadow: 0 16px 32px rgba(112, 204, 17, 0.31),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
  outline: 0;
}

.pk-navbar .navbar-nav > li.nav-signup > a:focus-visible {
  outline: 3px solid rgba(180, 245, 75, 0.32);
  outline-offset: 3px;
}

.pk-navbar .navbar-nav > li.nav-signup > a:active {
  transform: translateY(0);
  box-shadow: 0 7px 16px rgba(112, 204, 17, 0.22),
        inset 0 2px 4px rgba(7, 16, 6, 0.12);
}

.pk-navbar .navbar-collapse.collapse {
  display: none !important;
}

.pk-navbar .navbar-collapse.collapse.in {
  display: block !important;
}

@media (min-width: 768px) {  .pk-navbar .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
}

@media (max-width: 767px) {  .pk-navbar .navbar-toggle {
    min-width: 44px;
    min-height: 44px;
    margin-top: 11px;
    margin-right: 15px;
    padding: 10px;
    border: 1px solid rgba(142, 227, 31, 0.4);
    border-radius: 10px;
    background: rgba(142, 227, 31, 0.08);
  }

  .pk-navbar .navbar-toggle:hover,
      .pk-navbar .navbar-toggle:focus {
    background: rgba(142, 227, 31, 0.14);
    border-color: rgba(142, 227, 31, 0.7);
  }

  .pk-navbar .navbar-collapse {
    width: 100%;
    margin: 0;
    padding: 12px 15px 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    background: #020804;
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.28);
  }

  .pk-navbar .navbar-nav {
    margin: 0;
  }

  .pk-navbar .navbar-nav > li > a {
    min-height: 44px;
    padding: 12px 14px !important;
    display: flex;
    align-items: center;
    border-radius: 9px;
  }

  .pk-navbar .navbar-nav > li.nav-signup {
    margin: 10px 0 0;
  }

  .pk-navbar .navbar-nav > li.nav-signup > a {
    width: 100%;
    min-height: 48px;
  }

  .pk-navbar .nav-language {
    margin: 8px 0 0;
  }

  .pk-navbar .nav-language > a {
    justify-content: space-between;
  }
}

/* FAQ interaction and state styling */

.faq-answer,
    .pk-faq-answer,
    .accordion-content,
    .faq-content,
    .panel-collapse {
  overflow: hidden;
}

.faq-item.is-open .faq-answer,
    .faq-item.active .faq-answer,
    .pk-faq-item.is-open .pk-faq-answer,
    .pk-faq-item.active .pk-faq-answer,
    .accordion-item.is-open .accordion-content,
    .accordion-item.active .accordion-content {
  display: block;
}

.faq-question,
    .pk-faq-question,
    .accordion-title,
    .accordion-header,
    [data-faq-toggle] {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.faq-question:focus-visible,
    .pk-faq-question:focus-visible,
    .accordion-title:focus-visible,
    .accordion-header:focus-visible,
    [data-faq-toggle]:focus-visible {
  outline: 3px solid rgba(142, 227, 31, 0.28);
  outline-offset: 3px;
}
