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

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


/* =====================================================
   PREMIUM SIGNUP PAGE
===================================================== */

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

/* =====================================================
   LEFT CONTENT
===================================================== */

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

/* =====================================================
   SIGNUP CARD
===================================================== */

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

/* =====================================================
   FORM FIELDS
===================================================== */

.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);
}

/* =====================================================
   ALERTS
===================================================== */

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

/* =====================================================
   CAPTCHA
===================================================== */

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

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

/* =====================================================
   TERMS CHECKBOX
===================================================== */

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

/* =====================================================
   SUBMIT BUTTON
===================================================== */

.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);
}

/* =====================================================
   GOOGLE SIGNUP
===================================================== */

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

/* =====================================================
   SIGN-IN LINK
===================================================== */

.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);
}

/* =====================================================
   SECURITY FOOTER
===================================================== */

.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 SUPPORT
===================================================== */

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

/* =====================================================
   TABLET
===================================================== */

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

/* =====================================================
   MOBILE
===================================================== */

@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;
  }
}
/* =====================================================
   TERMS OF SERVICE — SCOPED ADD-ON
   Uses variables already defined in your main CSS.
===================================================== */

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