/* =====================================================
   HEADER + HERO
===================================================== */

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

/* Header and Hero variables are scoped to these sections only. */

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

* {
  box-sizing: border-box;
}

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

/* Header */

.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 shell */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Desktop */

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

/* Tablet */

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

/* Mobile */

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

/* =====================================================
   SERVICES
===================================================== */

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

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

/* =====================================================
   WHY CHOOSE US
===================================================== */

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

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

/* =====================================================
   PRICING
===================================================== */

.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: #ff9f43;
}

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

/* =====================================================
   COMPARISON
===================================================== */

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

/* =====================================================
   CUSTOMER REVIEWS
===================================================== */

.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: #ff9800;
  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: #b87500;
}

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

/* =====================================================
   FAQ
===================================================== */

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

/* =====================================================
   CTA
===================================================== */

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

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

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

/* =====================================================
   FINAL CLEANUP
===================================================== */

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

/* =====================================================
   FINAL CONFLICT-FREE OVERRIDES
===================================================== */

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 (min-width: 1200px) {

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

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

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

@media (max-width: 767px) {

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

/* =========================================================
   PRIVATE / USER DASHBOARD — COMMON PAGE DESIGN
   Compatible with Bootstrap 3.3.7 + PerfectPanel
========================================================= */

/* =========================================================
   GLOBAL PRIVATE PAGE
========================================================= */

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

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

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

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

/* =========================================================
   DASHBOARD MAIN CONTENT
========================================================= */

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

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

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

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

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

/* =========================================================
   COMMON PAGE TITLE
========================================================= */

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

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

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

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

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

/* =========================================================
   COMMON WELL / PANEL / CARD
========================================================= */

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

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

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

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

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

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

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

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

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

/* =========================================================
   NEW ORDER PAGE
========================================================= */

#order-form {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

/* =========================================================
   SEARCH FIELD
========================================================= */

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

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

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

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

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

/* =========================================================
   SELECT2 / CUSTOM SELECT
========================================================= */

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

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

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

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

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

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

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

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

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

/* =========================================================
   SERVICE DESCRIPTION
========================================================= */

#service_description {
  margin-top: 4px;
}

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

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

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

/* =========================================================
   DYNAMIC ORDER FIELDS
========================================================= */

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

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

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

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

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

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

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

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

/* =========================================================
   BUTTONS
========================================================= */

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

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

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

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

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

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

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

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

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

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

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

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

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

.private-dashboard-body .alert-warning {
  border-color: rgba(217, 119, 6, 0.22);
  color: #92400e;
  background: #fffbeb;
}

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

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

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

/* =========================================================
   TABLES — ORDERS, SERVICES, TICKETS, TRANSACTIONS
========================================================= */

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

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

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

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

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

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

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

/* =========================================================
   STATUS LABELS / BADGES
========================================================= */

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

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

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

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

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

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

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

/* =========================================================
   NAV TABS
========================================================= */

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

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

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

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

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

/* =========================================================
   PAGINATION
========================================================= */

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

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

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

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

/* =========================================================
   MODALS
========================================================= */

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

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

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

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

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

/* =========================================================
   DROPDOWNS
========================================================= */

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

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

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

/* =========================================================
   ACCOUNT / ADD FUNDS / TICKET FORMS
========================================================= */

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

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

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

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

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

/* =========================================================
   TEXT BELOW NEW ORDER FORM
========================================================= */

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

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

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

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

/* =========================================================
   EMPTY STATES
========================================================= */

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

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

/* =========================================================
   RTL SUPPORT
========================================================= */

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

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

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

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

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

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

/* =========================================================
   RESPONSIVE — TABLET
========================================================= */

@media (max-width: 991px) {

.dashboard-content {
  padding: 24px 18px;
  }

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

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

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

/* =========================================================
   RESPONSIVE — MOBILE
========================================================= */

@media (max-width: 767px) {

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

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

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

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

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

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

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

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

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

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

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

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

/* =========================================================
   EXTRA SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

.dashboard-content {
  padding: 14px 8px;
  }

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

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

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

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

/* =========================================================
   PRIVATE DASHBOARD SIDEBAR + TOP NAVBAR
   Bootstrap 3.3.7 / PerfectPanel
========================================================= */

/* =========================================================
   PRIVATE BODY + MAIN LAYOUT
========================================================= */

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

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

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

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

/* =========================================================
   PRIVATE SIDEBAR
========================================================= */

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

/* =========================================================
   SIDEBAR BRAND
========================================================= */

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

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

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

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

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

/* =========================================================
   SIDEBAR USER CARD
========================================================= */

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

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

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

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

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

/* =========================================================
   SIDEBAR NAVIGATION
========================================================= */

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

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

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

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

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

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

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

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

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

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

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

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

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

/* =========================================================
   SIDEBAR FOOTER
========================================================= */

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

/* =========================================================
   PRIVATE TOP NAVBAR
========================================================= */

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

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

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

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

/* =========================================================
   SIDEBAR TOGGLE
========================================================= */

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

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

/* =========================================================
   TOPBAR PAGE TITLE
========================================================= */

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

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

/* =========================================================
   TOPBAR BALANCE / CURRENCY
========================================================= */

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

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

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

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

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

/* =========================================================
   ACCOUNT BUTTON
========================================================= */

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

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

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

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

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

/* =========================================================
   PRIVATE TOPBAR DROPDOWNS
========================================================= */

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

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

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

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

/* =========================================================
   MAIN CONTENT POSITION
========================================================= */

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

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

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

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

/* =========================================================
   RTL SUPPORT
========================================================= */

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 991px) {

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {

:root {
  --topbar-height: 64px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

/* =========================================================
   EXTRA SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

.dashboard-page-title strong {
  max-width: 120px;
  font-size: 15px;
  }

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

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

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

/* =========================================================
   SIGNUP / AUTH PAGE
   Bootstrap 3.3.7 + PerfectPanel
========================================================= */

/* =========================================================
   PAGE
========================================================= */

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

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

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

/* =========================================================
   MAIN LAYOUT
========================================================= */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* =========================================================
   LEFT DECORATIONS
========================================================= */

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

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

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

/* =========================================================
   RIGHT FORM SIDE
========================================================= */

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

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

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

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

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

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

/* =========================================================
   FORM GRID
========================================================= */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* =========================================================
   DIVIDER + GOOGLE
========================================================= */

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

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

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

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

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

/* =========================================================
   LOGIN LINK
========================================================= */

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

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

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

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

/* =========================================================
   RTL
========================================================= */

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

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

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

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

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

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

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

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

@media (max-width: 991px) {

.auth-page {
  padding: 35px 0;
  }

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

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

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

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

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

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

@media (max-width: 767px) {

.auth-page {
  display: block;
  min-height: auto;
  padding: 20px 0 35px;
  }

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 480px) {

.auth-page > .container {
  padding-right: 10px;
  padding-left: 10px;
  }

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

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

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

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

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

/* =========================================================
   ALL PLATFORM SERVICES PAGE
========================================================= */

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

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

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

/* =========================================================
   PAGE HEADING
========================================================= */

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

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

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

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

/* =========================================================
   PLATFORM FILTER
========================================================= */

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

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

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

/* =========================================================
   PLATFORM SECTION
========================================================= */

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

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

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

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

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

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

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

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

/* Platform header variations */

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

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

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

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

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

/* =========================================================
   SERVICE CARD GRID
========================================================= */

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

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

/* =========================================================
   SERVICE PRODUCT CARD
========================================================= */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* =========================================================
   SERVICE DETAILS MODAL
========================================================= */

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

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

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

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

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

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

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

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

.modal-service-item {
  padding: 15px;
  border: 1px solid var(--services-border);
  border-radius: 12px;
  background: #fafcf9;
}

.modal-service-item span {
  display: block;
  margin-bottom: 5px;
  color: #818b80;
  font-size: 11px;
}

.modal-service-item strong {
  display: block;
  color: #1a211a;
  font-size: 13px;
  font-weight: 800;
}

.modal-service-note {
  display: flex;
  align-items: flex-start;
  margin-top: 18px;
  padding: 14px;
  border: 1px solid #d8e7ce;
  border-radius: 11px;
  color: #536151;
  background: #f5faf2;
}

.modal-service-note i {
  margin: 3px 9px 0 0;
  color: var(--services-primary-dark);
}

.modal-service-note p {
  margin: 0;
  font-size: 12px;
  line-height: 1.65;
}

.service-details-modal .modal-footer {
  padding: 16px 25px;
  border-top: 1px solid var(--services-border);
  background: #fafcf9;
}

.modal-close-button,
.modal-order-button {
  min-height: 43px;
  padding: 10px 16px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 800;
}

.modal-close-button {
  border: 1px solid var(--services-border);
  color: #536052;
  background: #ffffff;
}

.modal-order-button {
  border: 1px solid var(--services-primary);
  color: #ffffff;
  background: var(--services-primary);
}

.modal-order-button:hover,
.modal-order-button:focus {
  border-color: var(--services-primary-dark);
  color: #ffffff;
  background: var(--services-primary-dark);
}

.modal-order-button i {
  margin-left: 7px;
}

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

@media (max-width: 991px) {

.services-page-container {
  padding-right: 18px;
  padding-left: 18px;
  }

.service-product-card {
  min-height: 295px;
  }

.services-page-heading h1 {
  font-size: 32px;
  }
}

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

@media (max-width: 767px) {

.platform-services-page {
  padding: 28px 0 45px;
  }

.services-page-container {
  padding-right: 10px;
  padding-left: 10px;
  }

.services-page-heading {
  margin-bottom: 24px;
  padding: 0 8px;
  }

.services-page-heading h1 {
  font-size: 27px;
  }

.platform-filter {
  justify-content: flex-start;
  flex-wrap: nowrap;
  margin-right: -10px;
  margin-left: -10px;
  padding: 0 10px 8px;
  overflow-x: auto;
  }

.platform-filter-button {
  flex: 0 0 auto;
  }

.platform-section-header {
  min-height: 72px;
  padding: 12px 14px;
  border-radius: 16px;
  }

.platform-header-icon {
  flex-basis: 41px;
  width: 41px;
  height: 41px;
  margin-right: 10px;
  }

.platform-section-header h2 {
  font-size: 16px;
  }

.platform-section-header p {
  display: none;
  }

.platform-service-count {
  min-height: 34px;
  padding: 7px 11px;
  font-size: 10px;
  }

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

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

.service-product-card {
  min-height: 0;
  padding: 19px 16px 15px;
  border-radius: 17px;
  }

.service-card-top h3 {
  font-size: 16px;
  }

.service-id-badge {
  min-width: 57px;
  margin-right: 11px;
  }

.service-price-badge,
  .service-quantity-badge,
  .service-time-badge {
  min-height: 39px;
  padding: 8px 11px;
  font-size: 12px;
  }

.service-card-footer {
  margin-top: 22px;
  }

.service-details-button {
  min-height: 42px;
  padding: 9px 13px;
  }

.service-details-modal .modal-dialog {
  margin: 15px 10px;
  }
}

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

@media (max-width: 480px) {

.platform-section-header {
  align-items: flex-start;
  }

.platform-service-count {
  margin-left: 8px;
  white-space: nowrap;
  }

.service-card-top {
  display: block;
  }

.service-id-badge {
  margin: 0 0 11px;
  }

.service-card-footer {
  gap: 10px;
  }

.service-details-button {
  white-space: nowrap;
  }

.modal-service-grid {
  grid-template-columns: 1fr;
  }
}

/* =========================================================
   PRIVATE API DOCUMENTATION PAGE
========================================================= */

/* =========================================================
   PAGE
========================================================= */

.private-api-page {
  padding: 4px 0 25px;
  color: var(--api-text);
  font-family: "Inter", Arial, sans-serif;
}

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

.private-api-page .container {
  width: 100%;
}

/* =========================================================
   MAIN CARD
========================================================= */

.api-documentation-card {
  overflow: hidden;
  border: 1px solid var(--api-border);
  border-radius: var(--api-radius);
  background: var(--api-card);
  box-shadow: var(--api-shadow);
}

/* =========================================================
   PAGE HEADER
========================================================= */

.api-page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 30px;
  border-bottom: 1px solid var(--api-border);
  background: radial-gradient(
      circle at 90% 20%,
      rgba(127, 206, 36, 0.12),
      transparent 25%
    ),
    linear-gradient(
      135deg,
      #ffffff,
      #f8fbf6
    );
}

.api-page-heading {
  display: flex;
  align-items: flex-start;
  min-width: 0;
}

.api-page-icon {
  display: inline-flex;
  flex: 0 0 49px;
  align-items: center;
  justify-content: center;
  width: 49px;
  height: 49px;
  margin-right: 15px;
  border-radius: 14px;
  color: var(--api-dark);
  background: linear-gradient(
      135deg,
      #a0e74f,
      var(--api-primary)
    );
  font-size: 18px;
  box-shadow: 0 10px 25px rgba(127, 206, 36, 0.23);
}

.api-page-label {
  display: block;
  margin-bottom: 4px;
  color: var(--api-primary-dark);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.api-page-header h1 {
  margin: 0 0 5px;
  color: var(--api-text);
  font-size: 25px;
  font-weight: 850;
  line-height: 1.25;
  letter-spacing: -0.55px;
}

.api-page-header p {
  margin: 0;
  color: var(--api-muted);
  font-size: 13px;
  line-height: 1.6;
}

.api-version-badge {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid rgba(127, 206, 36, 0.22);
  border-radius: 100px;
  color: var(--api-primary-dark);
  background: var(--api-primary-soft);
  font-size: 12px;
  font-weight: 850;
}

/* =========================================================
   SECTIONS
========================================================= */

.api-section {
  padding: 28px 30px;
  border-bottom: 1px solid var(--api-border);
}

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

.api-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 19px;
}

.api-section-heading > div {
  display: flex;
  align-items: center;
}

.api-section-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-right: 10px;
  border-radius: 10px;
  color: var(--api-primary-dark);
  background: var(--api-primary-soft);
  font-size: 11px;
  font-weight: 900;
}

.api-section-heading h2 {
  margin: 0;
  color: var(--api-text);
  font-size: 18px;
  font-weight: 800;
}

.api-section-heading p {
  margin: 0;
  color: var(--api-muted);
  font-size: 12px;
}

/* =========================================================
   TABLES
========================================================= */

.api-table-wrapper {
  overflow: hidden;
  margin-bottom: 0;
  border: 1px solid var(--api-border);
  border-radius: 13px;
  background: #ffffff;
}

.api-table {
  width: 100%;
  margin: 0;
  border: 0;
}

.api-table > thead > tr > th {
  padding: 13px 16px;
  border: 0;
  border-bottom: 1px solid var(--api-border);
  color: #5f6b62;
  background: #f7faf5;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.45px;
  text-transform: uppercase;
}

.api-table > tbody > tr > th,
.api-table > tbody > tr > td {
  padding: 15px 16px;
  border: 0;
  border-top: 1px solid #edf1eb;
  color: #445047;
  font-size: 13px;
  vertical-align: middle;
}

.api-table > tbody > tr:first-child > th,
.api-table > tbody > tr:first-child > td {
  border-top: 0;
}

.api-table > tbody > tr > th {
  width: 35%;
  color: var(--api-text);
  background: #fbfcfa;
  font-weight: 750;
}

.api-table > tbody > tr:hover > td,
.api-table > tbody > tr:hover > th {
  background: #fbfef9;
}

.api-method-badge,
.api-format-badge,
.api-request-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 29px;
  padding: 6px 10px;
  border-radius: 7px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.45px;
}

.api-method-badge,
.api-request-badge {
  color: #ffffff;
  background: var(--api-primary-dark);
}

.api-format-badge {
  color: var(--api-primary-dark);
  background: var(--api-primary-soft);
}

/* =========================================================
   API VALUE / COPY
========================================================= */

.api-value-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  padding: 8px 9px 8px 12px;
  border: 1px solid var(--api-border);
  border-radius: 9px;
  background: #f8faf7;
}

.api-value-box code {
  overflow: hidden;
  color: #2e6530;
  background: transparent;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.api-copy-button,
.api-code-copy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  transition: var(--api-transition);
}

.api-copy-button {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  margin-left: 9px;
  border-radius: 8px;
  color: var(--api-primary-dark);
  background: var(--api-primary-soft);
}

.api-copy-button:hover,
.api-copy-button:focus {
  color: #ffffff;
  background: var(--api-primary-dark);
  outline: none;
}

.api-help-text {
  color: var(--api-muted);
}

.api-inline-link {
  margin-left: 4px;
  color: var(--api-primary-dark);
  font-weight: 800;
  text-decoration: none;
}

.api-inline-link:hover {
  color: var(--api-primary);
  text-decoration: none;
}

.api-inline-link i {
  margin-left: 5px;
  font-size: 9px;
}

/* =========================================================
   METHOD CARDS
========================================================= */

.api-methods-list {
  display: grid;
  gap: 18px;
}

.api-method-card {
  overflow: hidden;
  border: 1px solid var(--api-border);
  border-radius: 14px;
  background: #ffffff;
  transition: var(--api-transition);
}

.api-method-card:hover {
  border-color: rgba(127, 206, 36, 0.34);
  box-shadow: 0 13px 30px rgba(7, 19, 10, 0.07);
}

.api-method-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 19px;
  border-bottom: 1px solid var(--api-border);
  background: linear-gradient(
      135deg,
      #fbfdf9,
      #ffffff
    );
}

.api-method-title {
  display: flex;
  align-items: center;
  min-width: 0;
}

.api-method-icon {
  display: inline-flex;
  flex: 0 0 39px;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  margin-right: 11px;
  border-radius: 10px;
  color: var(--api-primary-dark);
  background: var(--api-primary-soft);
  font-size: 13px;
}

.api-method-name {
  display: block;
  margin-bottom: 2px;
  color: var(--api-primary-dark);
  font-family: monospace;
  font-size: 10px;
  font-weight: 850;
  text-transform: uppercase;
}

.api-method-header h3 {
  margin: 0;
  color: var(--api-text);
  font-size: 15px;
  font-weight: 800;
}

.api-method-body {
  padding: 19px;
}

/* =========================================================
   SERVICE TYPE
========================================================= */

.api-service-type-selector {
  max-width: 320px;
  margin-bottom: 17px;
}

.api-service-type-selector label {
  display: block;
  margin-bottom: 7px;
  color: var(--api-text);
  font-size: 12px;
  font-weight: 750;
}

.api-service-type-selector .form-control {
  width: 100%;
  height: 44px;
  border: 1px solid var(--api-border);
  border-radius: 9px;
  color: var(--api-text);
  background: #ffffff;
  box-shadow: none;
}

.api-service-type-selector .form-control:focus {
  border-color: var(--api-primary);
  box-shadow: 0 0 0 3px rgba(127, 206, 36, 0.11);
}

.api-parameter-group {
  margin-bottom: 18px;
}

.api-parameter-code {
  display: inline-flex;
  padding: 5px 8px;
  border-radius: 6px;
  color: #2e6530;
  background: var(--api-primary-soft);
  font-size: 11px;
  font-weight: 750;
}

/* =========================================================
   CODE BLOCK
========================================================= */

.api-code-section {
  overflow: hidden;
  margin-top: 18px;
  border: 1px solid #17251a;
  border-radius: 12px;
  background: var(--api-code-bg);
}

.api-code-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #a9b7ab;
  background: rgba(255, 255, 255, 0.035);
  font-size: 11px;
  font-weight: 750;
}

.api-code-header span {
  display: inline-flex;
  align-items: center;
}

.api-code-header span i {
  margin-right: 7px;
  color: var(--api-primary);
}

.api-code-copy {
  gap: 6px;
  padding: 6px 9px;
  border-radius: 7px;
  color: #aebcaf;
  background: rgba(255, 255, 255, 0.06);
  font-size: 10px;
  font-weight: 700;
}

.api-code-copy:hover,
.api-code-copy:focus {
  color: var(--api-dark);
  background: var(--api-primary);
  outline: none;
}

.api-code-section pre {
  max-height: 430px;
  margin: 0;
  padding: 17px;
  overflow: auto;
  border: 0;
  border-radius: 0;
  color: var(--api-code-text);
  background: var(--api-code-bg);
  font-family: "SFMono-Regular",
    Consolas,
    "Liberation Mono",
    monospace;
  font-size: 11px;
  line-height: 1.75;
  white-space: pre-wrap;
  word-break: break-word;
}

.api-code-section code {
  padding: 0;
  color: inherit;
  background: transparent;
}

/* =========================================================
   FOOTER ACTION
========================================================= */

.api-footer-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 23px 30px;
  background: #f8faf7;
}

.api-footer-action > div {
  display: flex;
  align-items: center;
}

.api-footer-icon {
  display: inline-flex;
  flex: 0 0 43px;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  margin-right: 12px;
  border-radius: 11px;
  color: var(--api-primary-dark);
  background: var(--api-primary-soft);
  font-size: 19px;
}

.api-footer-action strong {
  display: block;
  margin-bottom: 3px;
  color: var(--api-text);
  font-size: 13px;
  font-weight: 800;
}

.api-footer-action p {
  margin: 0;
  color: var(--api-muted);
  font-size: 11px;
}

.api-example-button {
  display: inline-flex;
  align-items: center;
  min-height: 43px;
  padding: 10px 15px;
  border: 1px solid var(--api-primary);
  border-radius: 10px;
  color: var(--api-dark);
  background: linear-gradient(
      135deg,
      #a0e74f,
      var(--api-primary)
    );
  font-size: 12px;
  font-weight: 850;
  transition: var(--api-transition);
}

.api-example-button:hover,
.api-example-button:focus {
  border-color: var(--api-primary-dark);
  color: #ffffff;
  background: var(--api-primary-dark);
}

.api-example-button i {
  margin-left: 7px;
  font-size: 10px;
}

/* =========================================================
   RTL
========================================================= */

.rtl-layout .api-page-icon,
.rtl-layout .api-section-number,
.rtl-layout .api-method-icon,
.rtl-layout .api-footer-icon {
  margin-right: 0;
  margin-left: 12px;
}

.rtl-layout .api-copy-button {
  margin-right: 9px;
  margin-left: 0;
}

.rtl-layout .api-inline-link {
  margin-right: 4px;
  margin-left: 0;
}

.rtl-layout .api-inline-link i,
.rtl-layout .api-example-button i {
  margin-right: 7px;
  margin-left: 0;
}

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

@media (max-width: 991px) {

.private-api-page .col-lg-10.col-lg-offset-1 {
  width: 100%;
  margin-left: 0;
  }

.api-page-header,
  .api-section,
  .api-footer-action {
  padding-right: 23px;
  padding-left: 23px;
  }
}

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

@media (max-width: 767px) {

.private-api-page {
  padding-bottom: 10px;
  }

.private-api-page .container {
  padding-right: 5px;
  padding-left: 5px;
  }

.api-documentation-card {
  border-radius: 14px;
  }

.api-page-header {
  align-items: flex-start;
  padding: 20px 17px;
  }

.api-page-icon {
  flex-basis: 42px;
  width: 42px;
  height: 42px;
  margin-right: 10px;
  }

.api-page-header h1 {
  font-size: 21px;
  }

.api-page-header p {
  font-size: 12px;
  }

.api-version-badge {
  min-height: 32px;
  margin-left: 9px;
  padding: 6px 10px;
  font-size: 10px;
  }

.api-section {
  padding: 21px 16px;
  }

.api-section-heading {
  display: block;
  }

.api-section-heading > div {
  margin-bottom: 7px;
  }

.api-section-heading p {
  padding-left: 44px;
  }

.api-table-wrapper {
  overflow-x: auto;
  }

.api-table {
  min-width: 620px;
  }

.api-table > tbody > tr > th {
  width: 180px;
  }

.api-method-header {
  padding: 14px;
  }

.api-method-body {
  padding: 14px;
  }

.api-method-header h3 {
  font-size: 14px;
  }

.api-footer-action {
  display: block;
  padding: 20px 16px;
  }

.api-footer-action > div {
  margin-bottom: 14px;
  }

.api-example-button {
  justify-content: center;
  width: 100%;
  }
}

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

@media (max-width: 480px) {

.api-page-header {
  display: block;
  }

.api-page-heading {
  margin-bottom: 14px;
  }

.api-version-badge {
  margin-left: 57px;
  }

.api-section-heading p {
  padding-left: 0;
  }

.api-method-title {
  align-items: flex-start;
  }

.api-request-badge {
  margin-left: 8px;
  }

.api-code-section pre {
  font-size: 10px;
  }
}

/* =========================================================
   TERMS OF SERVICE PAGE
========================================================= */

/* =========================================================
   PAGE
========================================================= */

.terms-page {
  padding: 5px 0 30px;
  color: var(--terms-text);
  font-family: "Inter", Arial, sans-serif;
}

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

.terms-page .container {
  width: 100%;
}

/* =========================================================
   MAIN CARD
========================================================= */

.terms-card {
  overflow: hidden;
  border: 1px solid var(--terms-border);
  border-radius: var(--terms-radius);
  background: var(--terms-card);
  box-shadow: var(--terms-shadow);
}

/* =========================================================
   HEADER
========================================================= */

.terms-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 29px 31px;
  border-bottom: 1px solid var(--terms-border);
  background: radial-gradient(
      circle at 90% 20%,
      rgba(127, 206, 36, 0.13),
      transparent 27%
    ),
    linear-gradient(
      135deg,
      #ffffff,
      #f7fbf5
    );
}

.terms-header-content {
  display: flex;
  align-items: flex-start;
  min-width: 0;
}

.terms-header-icon {
  display: inline-flex;
  flex: 0 0 52px;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-right: 15px;
  border-radius: 15px;
  color: var(--terms-dark);
  background: linear-gradient(
      135deg,
      var(--terms-primary-light),
      var(--terms-primary)
    );
  font-size: 19px;
  box-shadow: 0 11px 25px rgba(127, 206, 36, 0.22);
}

.terms-label {
  display: block;
  margin-bottom: 4px;
  color: var(--terms-primary-dark);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.85px;
  text-transform: uppercase;
}

.terms-header h1 {
  margin: 0 0 6px;
  color: var(--terms-text);
  font-size: 27px;
  font-weight: 850;
  line-height: 1.25;
  letter-spacing: -0.65px;
}

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

.terms-updated {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  min-height: 38px;
  padding: 8px 13px;
  border: 1px solid rgba(127, 206, 36, 0.22);
  border-radius: 100px;
  color: var(--terms-primary-dark);
  background: var(--terms-primary-soft);
  font-size: 11px;
  font-weight: 750;
}

.terms-updated i {
  margin-right: 7px;
}

/* =========================================================
   NOTICE
========================================================= */

.terms-notice {
  display: flex;
  align-items: flex-start;
  margin: 25px 30px 0;
  padding: 17px 18px;
  border: 1px solid rgba(127, 206, 36, 0.22);
  border-radius: 13px;
  background: #f6fbf3;
}

.terms-notice-icon {
  display: inline-flex;
  flex: 0 0 35px;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  margin-right: 11px;
  border-radius: 10px;
  color: var(--terms-primary-dark);
  background: var(--terms-primary-soft);
}

.terms-notice strong {
  display: block;
  margin-bottom: 4px;
  color: var(--terms-text);
  font-size: 13px;
  font-weight: 800;
}

.terms-notice p {
  margin: 0;
  color: #607063;
  font-size: 12px;
  line-height: 1.7;
}

/* =========================================================
   NAVIGATION
========================================================= */

.terms-navigation {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 20px 30px;
  border-bottom: 1px solid var(--terms-border);
}

.terms-navigation a {
  display: inline-flex;
  align-items: center;
  min-height: 39px;
  padding: 8px 12px;
  border: 1px solid var(--terms-border);
  border-radius: 100px;
  color: #536156;
  background: #ffffff;
  font-size: 11px;
  font-weight: 750;
  text-decoration: none;
  transition: var(--terms-transition);
}

.terms-navigation a span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 23px;
  margin-right: 7px;
  border-radius: 50%;
  color: var(--terms-primary-dark);
  background: var(--terms-primary-soft);
  font-size: 9px;
  font-weight: 900;
}

.terms-navigation a:hover,
.terms-navigation a:focus {
  border-color: var(--terms-primary);
  color: var(--terms-primary-dark);
  background: var(--terms-primary-soft);
  outline: none;
}

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

.terms-content {
  padding: 5px 30px 10px;
}

.terms-section {
  display: flex;
  align-items: flex-start;
  padding: 27px 0;
  border-bottom: 1px solid var(--terms-border);
  scroll-margin-top: 90px;
}

.terms-section:last-child {
  border-bottom: 0;
}

.terms-section-number {
  display: inline-flex;
  flex: 0 0 42px;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-right: 16px;
  border: 1px solid rgba(127, 206, 36, 0.18);
  border-radius: 12px;
  color: var(--terms-primary-dark);
  background: var(--terms-primary-soft);
  font-size: 11px;
  font-weight: 900;
}

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

.terms-section h2 {
  margin: 2px 0 11px;
  color: var(--terms-text);
  font-size: 18px;
  font-weight: 820;
  line-height: 1.35;
}

.terms-section p {
  margin: 0 0 11px;
  color: var(--terms-muted);
  font-size: 13px;
  line-height: 1.8;
}

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

.terms-section ul,
.terms-section ol {
  margin: 13px 0 0;
  padding-left: 20px;
}

.terms-section li {
  margin-bottom: 8px;
  padding-left: 3px;
  color: #5f6d62;
  font-size: 13px;
  line-height: 1.7;
}

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

.terms-section li::marker {
  color: var(--terms-primary-dark);
}

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

.terms-section a:hover {
  color: var(--terms-primary);
  text-decoration: underline;
}

/* =========================================================
   HIGHLIGHT BOX
========================================================= */

.terms-highlight-box {
  display: flex;
  align-items: flex-start;
  margin: 15px 0;
  padding: 14px 15px;
  border: 1px solid rgba(217, 119, 6, 0.20);
  border-radius: 11px;
  color: #8a4d0b;
  background: #fffaf0;
}

.terms-highlight-box i {
  margin: 4px 10px 0 0;
  color: var(--terms-warning);
}

.terms-highlight-box p {
  margin: 0;
  color: #80501c;
  font-size: 12px;
}

/* =========================================================
   POLICY GRID
========================================================= */

.terms-policy-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 16px 0;
}

.terms-policy-item {
  display: flex;
  align-items: flex-start;
  padding: 15px;
  border: 1px solid var(--terms-border);
  border-radius: 12px;
  background: var(--terms-soft);
}

.terms-policy-item > span {
  display: inline-flex;
  flex: 0 0 31px;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 31px;
  margin-right: 10px;
  border-radius: 9px;
  color: #ffffff;
  background: var(--terms-primary-dark);
  font-size: 11px;
}

.terms-policy-item > span.danger {
  background: var(--terms-danger);
}

.terms-policy-item strong {
  display: block;
  margin-bottom: 4px;
  color: var(--terms-text);
  font-size: 12px;
  font-weight: 800;
}

.terms-policy-item p {
  margin: 0;
  color: var(--terms-muted);
  font-size: 11px;
  line-height: 1.65;
}

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

.terms-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 23px 30px;
  border-top: 1px solid var(--terms-border);
  background: #f8faf7;
}

.terms-footer-content {
  display: flex;
  align-items: center;
}

.terms-footer-icon {
  display: inline-flex;
  flex: 0 0 43px;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  margin-right: 12px;
  border-radius: 11px;
  color: var(--terms-primary-dark);
  background: var(--terms-primary-soft);
  font-size: 16px;
}

.terms-footer strong {
  display: block;
  margin-bottom: 3px;
  color: var(--terms-text);
  font-size: 13px;
  font-weight: 800;
}

.terms-footer p {
  margin: 0;
  color: var(--terms-muted);
  font-size: 11px;
}

.terms-contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 43px;
  padding: 10px 15px;
  border: 1px solid var(--terms-primary);
  border-radius: 10px;
  color: var(--terms-dark);
  background: linear-gradient(
      135deg,
      var(--terms-primary-light),
      var(--terms-primary)
    );
  box-shadow: 0 9px 20px rgba(127, 206, 36, 0.19);
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
  transition: var(--terms-transition);
}

.terms-contact-button:hover,
.terms-contact-button:focus {
  border-color: var(--terms-primary-dark);
  color: #ffffff;
  background: var(--terms-primary-dark);
  text-decoration: none;
  outline: none;
}

.terms-contact-button i {
  margin-left: 8px;
  font-size: 10px;
}

/* =========================================================
   RTL
========================================================= */

.rtl-layout .terms-header-icon,
.rtl-layout .terms-notice-icon,
.rtl-layout .terms-section-number,
.rtl-layout .terms-policy-item > span,
.rtl-layout .terms-footer-icon {
  margin-right: 0;
  margin-left: 12px;
}

.rtl-layout .terms-updated i {
  margin-right: 0;
  margin-left: 7px;
}

.rtl-layout .terms-navigation a span {
  margin-right: 0;
  margin-left: 7px;
}

.rtl-layout .terms-section ul,
.rtl-layout .terms-section ol {
  padding-right: 20px;
  padding-left: 0;
}

.rtl-layout .terms-highlight-box i {
  margin-right: 0;
  margin-left: 10px;
}

.rtl-layout .terms-contact-button i {
  margin-right: 8px;
  margin-left: 0;
}

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

@media (max-width: 991px) {

.terms-page .col-lg-10.col-lg-offset-1 {
  width: 100%;
  margin-left: 0;
  }

.terms-header,
  .terms-footer {
  padding-right: 23px;
  padding-left: 23px;
  }

.terms-content,
  .terms-navigation {
  padding-right: 23px;
  padding-left: 23px;
  }

.terms-notice {
  margin-right: 23px;
  margin-left: 23px;
  }
}

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

@media (max-width: 767px) {

.terms-page {
  padding-bottom: 12px;
  }

.terms-page .container {
  padding-right: 5px;
  padding-left: 5px;
  }

.terms-card {
  border-radius: 14px;
  }

.terms-header {
  display: block;
  padding: 20px 17px;
  }

.terms-header-content {
  margin-bottom: 14px;
  }

.terms-header-icon {
  flex-basis: 43px;
  width: 43px;
  height: 43px;
  margin-right: 10px;
  }

.terms-header h1 {
  font-size: 22px;
  }

.terms-updated {
  margin-left: 53px;
  }

.terms-notice {
  margin: 17px 16px 0;
  padding: 14px;
  }

.terms-navigation {
  flex-wrap: nowrap;
  padding: 16px;
  overflow-x: auto;
  }

.terms-navigation a {
  flex: 0 0 auto;
  }

.terms-content {
  padding: 0 16px 8px;
  }

.terms-section {
  padding: 22px 0;
  }

.terms-section-number {
  flex-basis: 36px;
  width: 36px;
  height: 36px;
  margin-right: 11px;
  }

.terms-section h2 {
  font-size: 16px;
  }

.terms-policy-grid {
  grid-template-columns: 1fr;
  }

.terms-footer {
  display: block;
  padding: 19px 16px;
  }

.terms-footer-content {
  margin-bottom: 14px;
  }

.terms-contact-button {
  width: 100%;
  }
}

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

@media (max-width: 480px) {

.terms-header-content {
  align-items: flex-start;
  }

.terms-header p {
  font-size: 12px;
  }

.terms-updated {
  margin-left: 0;
  }

.terms-section {
  display: block;
  }

.terms-section-number {
  margin: 0 0 11px;
  }

.terms-notice {
  display: block;
  }

.terms-notice-icon {
  margin: 0 0 9px;
  }

.terms-footer-content {
  align-items: flex-start;
  }
}

/* =========================================================
   CONTACT US PAGE
========================================================= */

/* =========================================================
   PAGE
========================================================= */

.contact-page {
  position: relative;
  padding: 50px 0 65px;
  overflow: hidden;
  color: var(--contact-text);
  background: radial-gradient(
      circle at 8% 10%,
      rgba(127, 206, 36, 0.09),
      transparent 25%
    ),
    radial-gradient(
      circle at 92% 85%,
      rgba(127, 206, 36, 0.07),
      transparent 25%
    ),
    var(--contact-bg);
  font-family: "Inter", Arial, sans-serif;
}

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

.contact-page .container {
  width: 100%;
}

/* =========================================================
   MAIN LAYOUT
========================================================= */

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

/* =========================================================
   LEFT INFORMATION PANEL
========================================================= */

.contact-info-panel {
  position: relative;
  display: flex;
  flex: 0 0 41%;
  align-items: center;
  overflow: hidden;
  padding: 50px 40px;
  color: #ffffff;
  background: radial-gradient(
      circle at 15% 10%,
      rgba(127, 206, 36, 0.17),
      transparent 30%
    ),
    radial-gradient(
      circle at 90% 88%,
      rgba(127, 206, 36, 0.12),
      transparent 28%
    ),
    linear-gradient(
      145deg,
      #07130a 0%,
      #0e1f13 55%,
      #07120a 100%
    );
}

.contact-info-content {
  position: relative;
  z-index: 2;
  width: 100%;
}

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

.contact-info-panel h1 {
  margin: 0 0 17px;
  color: #ffffff;
  font-size: 35px;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: -1.1px;
}

.contact-info-panel h1 span {
  display: block;
  color: var(--contact-primary);
}

.contact-intro {
  margin: 0 0 31px;
  color: #acb9ae;
  font-size: 13px;
  line-height: 1.8;
}

/* =========================================================
   CONTACT METHODS
========================================================= */

.contact-method-list {
  margin-bottom: 28px;
}

.contact-method-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 21px;
}

.contact-method-item:last-child {
  margin-bottom: 0;
}

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

.contact-method-item strong {
  display: block;
  margin-bottom: 4px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 780;
}

.contact-method-item p {
  margin: 0;
  color: #87978b;
  font-size: 11px;
  line-height: 1.65;
}

.contact-method-item a {
  display: inline-flex;
  align-items: center;
  margin-top: 7px;
  color: var(--contact-primary);
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
}

.contact-method-item a:hover {
  color: var(--contact-primary-light);
}

.contact-method-item a i {
  margin-left: 6px;
  font-size: 9px;
}

/* =========================================================
   RESPONSE BOX
========================================================= */

.contact-response-box {
  display: flex;
  align-items: flex-start;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
}

.contact-response-box > span {
  display: inline-flex;
  flex: 0 0 32px;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  border-radius: 9px;
  color: var(--contact-dark);
  background: var(--contact-primary);
  font-size: 12px;
}

.contact-response-box strong {
  display: block;
  margin-bottom: 3px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
}

.contact-response-box p {
  margin: 0;
  color: #8c9b90;
  font-size: 10px;
  line-height: 1.65;
}

/* =========================================================
   DECORATION
========================================================= */

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

.contact-decoration-one {
  top: -120px;
  right: -130px;
  width: 290px;
  height: 290px;
}

.contact-decoration-two {
  right: -60px;
  bottom: -80px;
  width: 200px;
  height: 200px;
}

/* =========================================================
   FORM PANEL
========================================================= */

.contact-form-panel {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  padding: 44px 48px;
  background: #ffffff;
}

.contact-form-card {
  width: 100%;
}

.contact-form-header {
  display: flex;
  align-items: flex-start;
  margin-bottom: 28px;
}

.contact-form-icon {
  display: inline-flex;
  flex: 0 0 45px;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  margin-right: 13px;
  border-radius: 13px;
  color: var(--contact-dark);
  background: linear-gradient(
      135deg,
      var(--contact-primary-light),
      var(--contact-primary)
    );
  box-shadow: 0 10px 23px rgba(127, 206, 36, 0.22);
  font-size: 16px;
}

.contact-form-label {
  display: block;
  margin-bottom: 3px;
  color: var(--contact-primary-dark);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.75px;
  text-transform: uppercase;
}

.contact-form-header h2 {
  margin: 0 0 5px;
  color: var(--contact-text);
  font-size: 26px;
  font-weight: 850;
  line-height: 1.25;
  letter-spacing: -0.55px;
}

.contact-form-header p {
  margin: 0;
  color: var(--contact-muted);
  font-size: 12px;
}

/* =========================================================
   FORM GRID
========================================================= */

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

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

.contact-form-group {
  margin-bottom: 18px;
}

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

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

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

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

.contact-textarea-wrapper .contact-input-icon {
  top: 16px;
  transform: none;
}

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

.contact-input-wrapper textarea.form-control {
  min-height: 145px;
  height: auto;
  padding-top: 13px;
  resize: vertical;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* =========================================================
   FORM FOOTER
========================================================= */

.contact-form-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  padding-top: 17px;
  border-top: 1px solid var(--contact-border);
  color: var(--contact-muted);
  font-size: 10px;
}

.contact-form-footer i {
  margin-right: 6px;
  color: var(--contact-primary-dark);
}

/* =========================================================
   RTL
========================================================= */

.rtl-form {
  direction: rtl;
  text-align: right;
}

.rtl-layout .contact-method-icon,
.rtl-layout .contact-response-box > span,
.rtl-layout .contact-form-icon,
.rtl-form .contact-alert-icon {
  margin-right: 0;
  margin-left: 12px;
}

.rtl-layout .contact-method-item a i {
  margin-right: 6px;
  margin-left: 0;
}

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

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

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

.rtl-form .alert {
  padding-right: 14px;
  padding-left: 42px;
}

.rtl-form .alert .close {
  right: auto;
  left: 11px;
}

.rtl-form .contact-form-footer i {
  margin-right: 0;
  margin-left: 6px;
}

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

@media (max-width: 991px) {

.contact-page {
  padding: 35px 0 45px;
  }

.contact-page .col-lg-10.col-lg-offset-1 {
  width: 100%;
  margin-left: 0;
  }

.contact-info-panel {
  flex-basis: 39%;
  padding: 40px 28px;
  }

.contact-form-panel {
  padding: 38px 30px;
  }

.contact-info-panel h1 {
  font-size: 30px;
  }
}

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

@media (max-width: 767px) {

.contact-page {
  padding: 20px 0 35px;
  }

.contact-page > .container {
  padding-right: 10px;
  padding-left: 10px;
  }

.contact-layout {
  display: block;
  min-height: 0;
  border-radius: 16px;
  }

.contact-info-panel {
  display: block;
  padding: 30px 22px;
  }

.contact-info-panel h1 {
  font-size: 28px;
  }

.contact-form-panel {
  display: block;
  padding: 28px 20px;
  }

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

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

.contact-input-wrapper textarea.form-control {
  min-height: 135px;
  }
}

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

@media (max-width: 480px) {

.contact-info-panel {
  padding: 27px 17px;
  }

.contact-form-panel {
  padding: 24px 15px;
  }

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

.contact-form-header h2 {
  font-size: 22px;
  }

.contact-method-item {
  margin-bottom: 18px;
  }

.contact-response-box {
  display: block;
  }

.contact-response-box > span {
  margin: 0 0 9px;
  }
}

.public-page-content {
  padding-top: 70px;
}

.page-index .public-page-content {
  padding-top: 0;
}

.page-index .hero-section {
  margin-top: 0;
}

/* =========================================================
   FINAL SITE-WIDE NORMALIZATION & CONFLICT-SAFE OVERRIDES
   Keep this block at the very end of the stylesheet.
========================================================= */

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

body {
  overflow-x: hidden;
}

.public-page-body {
  color: var(--site-text);
  background: var(--site-page-bg);
}

.private-dashboard-body {
  color: var(--site-text);
  background: var(--site-page-bg);
}

/* Public page spacing: one source of truth. */

.public-page-content {
  display: block;
  width: 100%;
  min-height: 1px;
  padding-top: var(--public-page-gap);
}

/* Home/index must start directly below the navbar. */

.page-index .public-page-content,
.page-home .public-page-content,
.home-page .public-page-content,
body[data-page="index"] .public-page-content,
body[data-page="home"] .public-page-content {
  padding-top: 0 !important;
}

.page-index .public-page-content > :first-child,
.page-home .public-page-content > :first-child,
.home-page .public-page-content > :first-child,
body[data-page="index"] .public-page-content > :first-child,
body[data-page="home"] .public-page-content > :first-child {
  margin-top: 0 !important;
}

/* Home hero selector compatibility. */

.page-index .hero,
.page-index .hero-section,
.page-home .hero,
.page-home .hero-section,
.home-page .hero,
.home-page .hero-section {
  margin-top: 0 !important;
}

.public-page-content > .auth-page,
.public-page-content > .contact-page,
.public-page-content > .terms-page,
.public-page-content > .private-api-page,
.public-page-content > .platform-services-page {
  margin-top: 0;
}

.btn-primary,
.public-page-body .btn-primary,
.private-dashboard-body .btn-primary,
.auth-submit-button,
.contact-submit-button,
.terms-contact-button,
.api-example-button,
.api-order-button,
.modal-order-button,
.service-details-button:hover,
.service-details-button:focus,
.platform-filter-button.active,
.pk-buy-btn,
.pk-view-all,
.pk-compare-btn,
.pk-growth-btn,
.btn-main,
.btn-signin,
.nav-signup > a,
.pk-navbar .navbar-nav > li.nav-signup > a {
  border-color: var(--site-color-dark) !important;
  color: var(--site-dark) !important;
  background: linear-gradient(135deg, var(--site-color-light), var(--site-color)) !important;
  box-shadow: 0 12px 26px rgba(94, 181, 22, 0.22) !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.auth-submit-button:hover,
.auth-submit-button:focus,
.contact-submit-button:hover,
.contact-submit-button:focus,
.terms-contact-button:hover,
.terms-contact-button:focus,
.api-example-button:hover,
.api-example-button:focus,
.modal-order-button:hover,
.modal-order-button:focus,
.pk-buy-btn:hover,
.pk-buy-btn:focus,
.pk-view-all:hover,
.pk-view-all:focus,
.pk-compare-btn:hover,
.pk-compare-btn:focus,
.pk-growth-btn:hover,
.pk-growth-btn:focus,
.btn-main:hover,
.btn-main:focus,
.btn-signin:hover,
.btn-signin:focus,
.pk-navbar .navbar-nav > li.nav-signup > a:hover,
.pk-navbar .navbar-nav > li.nav-signup > a:focus {
  border-color: var(--site-color-deep) !important;
  color: #ffffff !important;
  background: linear-gradient(135deg, var(--site-color-dark), var(--site-color-deep)) !important;
  box-shadow: 0 15px 30px rgba(79, 159, 20, 0.28) !important;
}

.btn-default:hover,
.btn-default:focus,
.btn-ghost:hover,
.btn-ghost:focus,
.api-copy-button:hover,
.api-copy-button:focus {
  border-color: var(--site-color-dark) !important;
  color: var(--site-color-deep) !important;
  background: var(--site-color-soft) !important;
}

.public-page-body .form-control:focus,
.private-dashboard-body .form-control:focus,
.auth-input-wrapper .form-control:focus,
.contact-input-wrapper .form-control:focus,
#order-form .form-control:focus,
.api-service-type-selector .form-control:focus {
  border-color: var(--site-color-dark) !important;
  outline: 0;
  box-shadow: 0 0 0 3px var(--site-color-soft) !important;
}

.public-page-body main a:not(.btn),
.private-dashboard-body main a:not(.btn),
.dashboard-topbar a,
.sidebar-user-info span,
.pk-footer a:hover {
  color: var(--site-color-dark);
}

.sidebar-menu > li.active > a .sidebar-menu-icon,
.dashboard-account-avatar,
.sidebar-brand-mark {
  background: var(--site-color) !important;
}

.sidebar-menu > li.active > a {
  border-color: rgba(142, 227, 31, 0.22) !important;
  box-shadow: inset 3px 0 0 var(--site-color) !important;
}

/* Never allow generic body rules to turn private/public content white on dark hero. */

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

@media (max-width: 991px) {

:root {
  --public-page-gap: 38px;
  }
}

@media (max-width: 767px) {

:root {
  --public-page-gap: 24px;
  }

.public-page-content {
  padding-right: 0;
  padding-left: 0;
  }

.btn-primary,
  .auth-submit-button,
  .contact-submit-button,
  .terms-contact-button,
  .api-example-button {
  min-height: 46px;
  }
}

/* Accessibility and motion safety. */

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(142, 227, 31, 0.35);
  outline-offset: 2px;
}

/* =========================================================
   PROFESSIONAL FINAL OVERRIDES
   Keep this section at the END of the stylesheet.
   Public/private layout separation, spacing, brand buttons,
   responsive positioning and Bootstrap 3.3.7 conflict fixes.
========================================================= */

/* ---------------------------------------------------------
   DOCUMENT RESET
--------------------------------------------------------- */

html {
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  min-height: 100vh;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden;
  font-family: "Inter", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.public-page-body,
body.public-landing-page {
  color: var(--site-text);
  background: var(--site-white);
}

body.private-dashboard-body {
  color: var(--site-text);
  background: var(--site-bg);
}

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

img {
  height: auto;
}

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

/* ---------------------------------------------------------
   PUBLIC NAVBAR — PERFECT POSITION
--------------------------------------------------------- */

.public-page-body .pk-navbar,
.public-landing-page .pk-navbar {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: 100%;
  min-height: 76px;
  margin: 0 !important;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0;
  background: rgba(1, 6, 3, 0.98);
  box-shadow: 0 7px 24px rgba(0, 0, 0, 0.18);
}

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

.pk-navbar .navbar-header {
  min-height: 76px;
}

.pk-navbar .navbar-brand {
  display: flex;
  align-items: center;
  height: 76px;
  margin: 0;
  padding: 18px 15px;
  line-height: 1;
}

.pk-navbar .navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
}

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

.pk-navbar .navbar-nav > li > a {
  display: flex;
  align-items: center;
  min-height: 76px;
  padding: 0 18px;
  line-height: 1.25;
}

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

.pk-navbar .navbar-nav > li.nav-signup > a {
  min-height: 48px;
  padding: 0 22px;
}

/* ---------------------------------------------------------
   REMOVE NAVBAR / BODY / CONTENT GAP
--------------------------------------------------------- */

.public-page-content,
#publicMainContent {
  display: block;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

/* Navbar must touch the first page section directly. */

.pk-navbar + .public-page-content,
.pk-navbar + #publicMainContent,
.public-page-content > :first-child,
#publicMainContent > :first-child {
  margin-top: 0 !important;
}

.public-page-content > section:first-child,
.public-page-content > .hero:first-child,
.public-page-content > .hero-section:first-child,
.public-page-content > .auth-page:first-child,
.public-page-content > .contact-page:first-child,
.public-page-content > .terms-page:first-child,
.public-page-content > .private-api-page:first-child,
.public-page-content > .platform-services-page:first-child,
#publicMainContent > section:first-child {
  margin-top: 0 !important;
}

/* Home hero sits immediately below navbar. */

.page-index .hero,
.page-home .hero,
.home-page .hero,
body[data-page="index"] .hero,
body[data-page="home"] .hero,
.page-index .hero-section,
.page-home .hero-section,
.home-page .hero-section {
  margin-top: 0 !important;
}

.auth-page,
.contact-page {
  padding-top: 48px;
}

.terms-page,
.private-api-page,
.platform-services-page {
  padding-top: 36px;
}

.page-index .auth-page,
.page-index .contact-page,
.page-index .terms-page,
.page-index .private-api-page,
.page-index .platform-services-page,
.page-home .auth-page,
.page-home .contact-page,
.page-home .terms-page,
.page-home .private-api-page,
.page-home .platform-services-page {
  padding-top: 0;
}

/* ---------------------------------------------------------
   HERO POSITION AND ALIGNMENT
--------------------------------------------------------- */

.hero {
  margin: 0 !important;
}

.hero > .container {
  width: 100%;
  max-width: 1480px;
  margin-right: auto;
  margin-left: auto;
}

.hero-main-row {
  display: flex;
  align-items: center;
}

.hero-main-row > [class*="col-"] {
  float: none;
}

.hero-copy {
  margin-right: auto;
}

.visual-area {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 620px;
  padding-right: 0;
  padding-left: 55px;
}

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

/* ---------------------------------------------------------
   COMMON CONTAINERS AND CARDS
--------------------------------------------------------- */

.public-page-content > section > .container,
.dashboard-content > .container,
.dashboard-content > .container-fluid {
  width: 100%;
}

.well,
.panel,
.auth-layout,
.contact-layout,
.terms-card,
.api-documentation-card,
.service-product-card {
  border-color: var(--site-border);
}

.well,
.panel,
.auth-layout,
.contact-layout,
.terms-card,
.api-documentation-card {
  box-shadow: var(--site-shadow);
}

/* ---------------------------------------------------------
   SITE-COLOR BUTTON SYSTEM
--------------------------------------------------------- */

.btn-primary,
.public-page-body .btn-primary,
.private-dashboard-body .btn-primary,
.auth-submit-button,
.contact-submit-button,
.terms-contact-button,
.api-example-button,
.api-order-button,
.modal-order-button,
.pk-buy-btn,
.pk-view-all,
.pk-compare-btn,
.pk-growth-btn,
.btn-main,
.btn-signin,
.pk-navbar .navbar-nav > li.nav-signup > a {
  border: 1px solid var(--site-primary-dark) !important;
  border-radius: var(--site-radius);
  color: var(--site-dark) !important;
  background: linear-gradient(
      135deg,
      var(--site-primary-light),
      var(--site-primary)
    ) !important;
  box-shadow: 0 12px 26px rgba(94, 181, 22, 0.22) !important;
  font-weight: 800;
  text-decoration: none !important;
  transition: var(--site-transition);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.auth-submit-button:hover,
.auth-submit-button:focus,
.contact-submit-button:hover,
.contact-submit-button:focus,
.terms-contact-button:hover,
.terms-contact-button:focus,
.api-example-button:hover,
.api-example-button:focus,
.api-order-button:hover,
.api-order-button:focus,
.modal-order-button:hover,
.modal-order-button:focus,
.pk-buy-btn:hover,
.pk-buy-btn:focus,
.pk-view-all:hover,
.pk-view-all:focus,
.pk-compare-btn:hover,
.pk-compare-btn:focus,
.pk-growth-btn:hover,
.pk-growth-btn:focus,
.btn-main:hover,
.btn-main:focus,
.btn-signin:hover,
.btn-signin:focus,
.pk-navbar .navbar-nav > li.nav-signup > a:hover,
.pk-navbar .navbar-nav > li.nav-signup > a:focus {
  border-color: var(--site-primary-deep) !important;
  color: #ffffff !important;
  background: linear-gradient(
      135deg,
      var(--site-primary-dark),
      var(--site-primary-deep)
    ) !important;
  box-shadow: 0 15px 31px rgba(79, 159, 20, 0.29) !important;
  transform: translateY(-1px);
}

.platform-filter-button.active,
.service-details-button:hover,
.service-details-button:focus {
  border-color: var(--site-primary-dark) !important;
  color: var(--site-dark) !important;
  background: linear-gradient(
      135deg,
      var(--site-primary-light),
      var(--site-primary)
    ) !important;
}

.btn-default,
.btn-ghost,
.service-details-button,
.modal-close-button {
  border-color: var(--site-border);
  color: var(--site-text);
  background: #ffffff;
  box-shadow: none;
}

.btn-default:hover,
.btn-default:focus,
.btn-ghost:hover,
.btn-ghost:focus,
.service-details-button:hover,
.service-details-button:focus,
.modal-close-button:hover,
.modal-close-button:focus,
.api-copy-button:hover,
.api-copy-button:focus {
  border-color: var(--site-primary-dark) !important;
  color: var(--site-primary-deep) !important;
  background: var(--site-primary-soft) !important;
}

/* ---------------------------------------------------------
   FORM CONTROLS
--------------------------------------------------------- */

.form-control {
  border-color: var(--site-border);
  box-shadow: none;
  transition: var(--site-transition);
}

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

.form-control:focus,
.public-page-body .form-control:focus,
.private-dashboard-body .form-control:focus,
.auth-input-wrapper .form-control:focus,
.contact-input-wrapper .form-control:focus,
#order-form .form-control:focus,
.api-service-type-selector .form-control:focus {
  border-color: var(--site-primary-dark) !important;
  outline: 0;
  box-shadow: 0 0 0 3px var(--site-primary-soft) !important;
}

input[type="checkbox"],
input[type="radio"] {
  accent-color: var(--site-primary-dark);
}

/* ---------------------------------------------------------
   LINKS AND ACTIVE ACCENTS
--------------------------------------------------------- */

.public-page-content main a:not(.btn),
.private-dashboard-body main a:not(.btn),
.dashboard-topbar a,
.sidebar-user-info span {
  color: var(--site-primary-dark);
}

.public-page-content main a:not(.btn):hover,
.private-dashboard-body main a:not(.btn):hover,
.dashboard-topbar a:hover {
  color: var(--site-primary-deep);
}

.sidebar-brand-mark,
.sidebar-menu > li.active > a .sidebar-menu-icon,
.dashboard-account-avatar {
  color: var(--site-dark) !important;
  background: var(--site-primary) !important;
}

.sidebar-menu > li.active > a {
  border-color: rgba(142, 227, 31, 0.22) !important;
  box-shadow: inset 3px 0 0 var(--site-primary) !important;
}

/* ---------------------------------------------------------
   FOOTER POSITION
--------------------------------------------------------- */

.pk-footer {
  clear: both;
  width: 100%;
  margin: 0;
}

.public-page-content + .pk-footer {
  margin-top: 0;
}

/* ---------------------------------------------------------
   TABLET
--------------------------------------------------------- */

@media (max-width: 1199px) {

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

.pk-navbar .navbar-nav > li > a {
  padding-right: 12px;
  padding-left: 12px;
  font-size: 14px;
  }

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

@media (max-width: 991px) {

.pk-navbar .navbar-header {
  min-height: 66px;
  }

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

.pk-navbar .navbar-toggle {
  margin-top: 16px;
  margin-right: 15px;
  margin-bottom: 16px;
  }

.pk-navbar .navbar-collapse {
  max-height: calc(100vh - 66px);
  overflow-y: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

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

.pk-navbar .navbar-nav > li.nav-signup {
  margin: 8px 15px 16px;
  }

.pk-navbar .navbar-nav > li.nav-signup > a {
  justify-content: center;
  min-height: 46px;
  }

.hero-main-row {
  display: block;
  }

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

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

.auth-page,
  .contact-page {
  padding-top: 36px;
  }

.terms-page,
  .private-api-page,
  .platform-services-page {
  padding-top: 28px;
  }
}

/* ---------------------------------------------------------
   MOBILE
--------------------------------------------------------- */

@media (max-width: 767px) {

.pk-navbar {
  min-height: 66px;
  }

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

.pk-navbar .navbar-brand {
  max-width: calc(100% - 72px);
  }

.brand-text {
  overflow: hidden;
  font-size: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  }

.brand-mark {
  flex: 0 0 35px;
  }

.public-page-content,
  #publicMainContent {
  padding: 0 !important;
  }

.auth-page,
  .contact-page {
  padding-top: 22px;
  }

.terms-page,
  .private-api-page,
  .platform-services-page {
  padding-top: 18px;
  }

.hero {
  padding-top: 34px;
  }

.hero-title {
  font-size: clamp(31px, 9vw, 38px);
  }

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

.btn-primary,
  .auth-submit-button,
  .contact-submit-button,
  .terms-contact-button,
  .api-example-button,
  .pk-growth-btn,
  .pk-view-all {
  min-height: 46px;
  }

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

/* ---------------------------------------------------------
   EXTRA SMALL MOBILE
--------------------------------------------------------- */

@media (max-width: 480px) {

.pk-navbar .container {
  padding-right: 10px;
  padding-left: 10px;
  }

.pk-navbar .navbar-brand {
  padding-right: 5px;
  padding-left: 5px;
  }

.brand-text {
  font-size: 18px;
  }

.hero {
  padding-top: 28px;
  }

.auth-page,
  .contact-page,
  .terms-page,
  .private-api-page,
  .platform-services-page {
  padding-top: 14px;
  }
}

/* ---------------------------------------------------------
   RTL
--------------------------------------------------------- */

.rtl-layout .pk-navbar .navbar-nav > li.nav-signup {
  margin-right: 18px;
  margin-left: 0;
}

.rtl-layout .visual-area {
  padding-right: 55px;
  padding-left: 0;
}

.rtl-layout .login-card {
  margin-right: auto;
  margin-left: 0;
}

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

@media (max-width: 991px) {

.rtl-layout .visual-area {
  padding-right: 0;
  }

.rtl-layout .pk-navbar .navbar-nav > li.nav-signup {
  margin: 8px 15px 16px;
  }
}

/* ---------------------------------------------------------
   ACCESSIBILITY AND MOTION
--------------------------------------------------------- */

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(142, 227, 31, 0.38);
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {

html {
  scroll-behavior: auto;
  }

*,
  *::before,
  *::after {
  animation-duration: 0.01ms !important;
  animation-iteration-count: 1 !important;
  transition-duration: 0.01ms !important;
  }
}

/* =========================================================
   HERO SOCIAL ICONS — FINAL PROFESSIONAL POSITION
   Keeps every icon beside the login card, never underneath it
========================================================= */

/* Right hero column */

.hero .visual-area {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  min-height: 640px;
  padding-right: 0;
  padding-left: 132px;
  overflow: visible;
}

.hero .login-card {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 485px;
  margin: 0 0 0 auto;
}

.hero .social-orbit {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 0;
  width: 112px;
  height: 590px;
  pointer-events: none;
  transform: translateY(-50%);
}

/* Common icon design */

.hero .social-icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 2px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  color: #ffffff;
  font-size: 26px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.38),
    0 0 22px currentColor;
  animation: heroSocialFloat 4.8s ease-in-out infinite;
  will-change: transform;
}

.hero .social-icon.instagram {
  top: 10px;
  left: 4px;
  background: linear-gradient(
      135deg,
      #7b2cff,
      #f51d8b,
      #ff9b2f
    );
}

.hero .social-icon.tiktok {
  top: 122px;
  left: 48px;
  color: #72f7ff;
  background: #111111;
  animation-delay: 0.7s;
}

.hero .social-icon.youtube {
  top: 234px;
  left: 7px;
  color: #ffffff;
  background: linear-gradient(
      135deg,
      #ff3b3f,
      #df1015
    );
  animation-delay: 1.3s;
}

.hero .social-icon.facebook {
  top: 346px;
  left: 43px;
  color: #ffffff;
  background: linear-gradient(
      135deg,
      #3685ef,
      #1764d3
    );
  animation-delay: 0.35s;
}

.hero .social-icon.telegram {
  top: 458px;
  left: 9px;
  color: #ffffff;
  background: linear-gradient(
      135deg,
      #38afe7,
      #1788c1
    );
  animation-delay: 1s;
}

@keyframes heroSocialFloat {

0%,
  100% {
  transform: translate3d(0, 0, 0);
  }

50% {
  transform: translate3d(0, -9px, 0);
  }
}

/* =========================================================
   DECORATIVE CHART LINE
========================================================= */

.hero .chart-line {
  position: absolute;
  z-index: 2;
  bottom: 54px;
  left: 40px;
  width: 180px;
  height: 150px;
  opacity: 0.52;
  border-bottom: 1px solid rgba(142, 227, 31, 0.17);
  border-left: 1px solid rgba(142, 227, 31, 0.17);
  pointer-events: none;
}

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

/* =========================================================
   LARGE DESKTOP
========================================================= */

@media (min-width: 1450px) {

.hero .visual-area {
  padding-left: 145px;
  }

.hero .social-orbit {
  width: 125px;
  }

.hero .social-icon {
  width: 62px;
  height: 62px;
  font-size: 28px;
  }

.hero .social-icon.instagram {
  left: 4px;
  }

.hero .social-icon.tiktok {
  left: 54px;
  }

.hero .social-icon.youtube {
  left: 8px;
  }

.hero .social-icon.facebook {
  left: 50px;
  }

.hero .social-icon.telegram {
  left: 10px;
  }
}

/* =========================================================
   MEDIUM DESKTOP
========================================================= */

@media (min-width: 1200px) and (max-width: 1449px) {

.hero .visual-area {
  padding-left: 112px;
  }

.hero .social-orbit {
  width: 96px;
  }

.hero .social-icon {
  width: 52px;
  height: 52px;
  font-size: 23px;
  }

.hero .social-icon.instagram {
  top: 28px;
  left: 2px;
  }

.hero .social-icon.tiktok {
  top: 134px;
  left: 38px;
  }

.hero .social-icon.youtube {
  top: 240px;
  left: 3px;
  }

.hero .social-icon.facebook {
  top: 346px;
  left: 35px;
  }

.hero .social-icon.telegram {
  top: 452px;
  left: 4px;
  }

.hero .chart-line {
  left: 25px;
  width: 145px;
  }
}

/* =========================================================
   TABLET AND MOBILE
   Hide decorative icons to protect form width
========================================================= */

@media (max-width: 1199px) {

.hero .visual-area {
  min-height: auto;
  padding-left: 0;
  }

.hero .social-orbit,
  .hero .social-icon,
  .hero .chart-line {
  display: none !important;
  }

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

/* =====================================================
   UNIFIED PAGE WIDTH + PROFESSIONAL ALIGNMENT
   Keeps every public/private page on the same grid.
===================================================== */
:root {
  --site-container-width: 1400px;
  --site-container-gutter: 24px;
  --site-container-gutter-mobile: 15px;
  --site-section-space: 80px;
  --site-section-space-mobile: 56px;
}

/* One shared container width across all page types. */
.pk-navbar > .container,
.hero > .container,
section > .container,
.pk-footer .container,
.dashboard-content > .container,
.dashboard-content > .container-fluid,
.auth-page > .container,
.platform-services-page > .container,
.platform-services-page .services-page-container,
.private-api-page > .container,
.terms-page > .container,
.contact-page > .container,
.public-page-content > .container,
.page-content > .container,
.main-content > .container {
  width: 100%;
  max-width: var(--site-container-width);
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--site-container-gutter);
  padding-left: var(--site-container-gutter);
}

/* Prevent custom page wrappers from drifting left or right. */
.services-page-container,
.dashboard-content > .container,
.dashboard-content > .container-fluid,
.auth-page > .container,
.private-api-page > .container,
.terms-page > .container,
.contact-page > .container {
  margin-right: auto;
  margin-left: auto;
}

/* Consistent Bootstrap row and column gutters. */
section > .container > .row,
.pk-footer .container > .row,
.dashboard-content > .container > .row,
.dashboard-content > .container-fluid > .row,
.auth-page > .container > .row,
.private-api-page > .container > .row,
.terms-page > .container > .row,
.contact-page > .container > .row {
  margin-right: -12px;
  margin-left: -12px;
}

section > .container > .row > [class*="col-"],
.pk-footer .container > .row > [class*="col-"],
.dashboard-content > .container > .row > [class*="col-"],
.dashboard-content > .container-fluid > .row > [class*="col-"],
.auth-page > .container > .row > [class*="col-"],
.private-api-page > .container > .row > [class*="col-"],
.terms-page > .container > .row > [class*="col-"],
.contact-page > .container > .row > [class*="col-"] {
  padding-right: 12px;
  padding-left: 12px;
}

/* Keep major page blocks centered and visually balanced. */
.hero-main-row,
.pk-service-row,
.pk-why-row,
.pk-compare-row,
.pk-review-row,
.hiw-steps,
.contact-layout,
.api-documentation-card,
.terms-card {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

/* Equal positioning for private dashboard pages. */
.dashboard-content {
  padding-right: var(--site-container-gutter);
  padding-left: var(--site-container-gutter);
}

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

/* Standard section rhythm without changing hero/footer structure. */
body.public-landing-page .pk-services-section,
body.public-landing-page .pk-why-section,
body.public-landing-page .how-it-works,
body.public-landing-page .pk-pricing-section,
body.public-landing-page .pk-compare-section,
body.public-landing-page .pk-reviews-section,
body.public-landing-page .fansmm-faq,
body.public-landing-page .pk-growth-cta {
  padding-top: var(--site-section-space);
  padding-bottom: var(--site-section-space);
}

/* Keep headings aligned to the exact center of the shared grid. */
.pk-section-heading,
.pk-why-heading,
.hiw-heading,
.pk-pricing-heading,
.pk-compare-heading,
.pk-reviews-heading,
.faq-heading,
.pk-growth-inner,
.services-page-heading {
  margin-right: auto;
  margin-left: auto;
}

/* Large screens: retain breathing room without exceeding the grid. */
@media (min-width: 1600px) {
  .pk-navbar > .container,
  .hero > .container,
  section > .container,
  .pk-footer .container,
  .dashboard-content > .container,
  .dashboard-content > .container-fluid,
  .auth-page > .container,
  .platform-services-page .services-page-container,
  .private-api-page > .container,
  .terms-page > .container,
  .contact-page > .container {
    max-width: var(--site-container-width);
  }
}

/* Tablet: one predictable gutter on every page. */
@media (max-width: 1199px) {
  :root {
    --site-container-gutter: 20px;
  }

  .dashboard-content {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/* Mobile: full-width content with safe edge spacing. */
@media (max-width: 767px) {
  :root {
    --site-container-gutter: var(--site-container-gutter-mobile);
  }

  .pk-navbar > .container,
  .hero > .container,
  section > .container,
  .pk-footer .container,
  .dashboard-content > .container,
  .dashboard-content > .container-fluid,
  .auth-page > .container,
  .platform-services-page .services-page-container,
  .private-api-page > .container,
  .terms-page > .container,
  .contact-page > .container {
    padding-right: var(--site-container-gutter-mobile);
    padding-left: var(--site-container-gutter-mobile);
  }

  .dashboard-content {
    padding-right: var(--site-container-gutter-mobile);
    padding-left: var(--site-container-gutter-mobile);
  }

  body.public-landing-page .pk-services-section,
  body.public-landing-page .pk-why-section,
  body.public-landing-page .how-it-works,
  body.public-landing-page .pk-pricing-section,
  body.public-landing-page .pk-compare-section,
  body.public-landing-page .pk-reviews-section,
  body.public-landing-page .fansmm-faq,
  body.public-landing-page .pk-growth-cta {
    padding-top: var(--site-section-space-mobile);
    padding-bottom: var(--site-section-space-mobile);
  }

  section > .container > .row,
  .pk-footer .container > .row,
  .dashboard-content > .container > .row,
  .dashboard-content > .container-fluid > .row,
  .auth-page > .container > .row,
  .private-api-page > .container > .row,
  .terms-page > .container > .row,
  .contact-page > .container > .row {
    margin-right: -8px;
    margin-left: -8px;
  }

  section > .container > .row > [class*="col-"],
  .pk-footer .container > .row > [class*="col-"],
  .dashboard-content > .container > .row > [class*="col-"],
  .dashboard-content > .container-fluid > .row > [class*="col-"],
  .auth-page > .container > .row > [class*="col-"],
  .private-api-page > .container > .row > [class*="col-"],
  .terms-page > .container > .row > [class*="col-"],
  .contact-page > .container > .row > [class*="col-"] {
    padding-right: 8px;
    padding-left: 8px;
  }
}

/* =====================================================
   PREMIUM VIBE LAYER
   Visual polish only — no HTML changes required.
===================================================== */
:root {
  --vibe-green: #8ee31f;
  --vibe-green-deep: #57a914;
  --vibe-lime-soft: rgba(142, 227, 31, 0.12);
  --vibe-glow: 0 18px 45px rgba(87, 169, 20, 0.16);
  --vibe-glow-strong: 0 22px 55px rgba(87, 169, 20, 0.24);
  --vibe-shadow: 0 18px 48px rgba(24, 48, 17, 0.10);
  --vibe-shadow-hover: 0 26px 64px rgba(24, 48, 17, 0.16);
  --vibe-radius: 22px;
  --vibe-transition: 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

/* Softer selection and focus treatment. */
::selection {
  background: rgba(142, 227, 31, 0.30);
  color: #071006;
}

:focus-visible {
  outline: 3px solid rgba(142, 227, 31, 0.42);
  outline-offset: 3px;
}

/* Refined section depth and visual continuity. */
body.public-landing-page {
  background:
    radial-gradient(circle at 12% 8%, rgba(142, 227, 31, 0.035), transparent 24%),
    #ffffff;
}

body.public-landing-page .pk-services-section,
body.public-landing-page .pk-why-section,
body.public-landing-page .how-it-works,
body.public-landing-page .pk-pricing-section,
body.public-landing-page .pk-compare-section,
body.public-landing-page .pk-reviews-section,
body.public-landing-page .fansmm-faq,
body.public-landing-page .pk-growth-cta {
  isolation: isolate;
}

body.public-landing-page .pk-services-section::after,
body.public-landing-page .pk-pricing-section::after,
body.public-landing-page .pk-reviews-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(1120px, calc(100% - 30px));
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(98, 169, 45, 0.26), transparent);
  transform: translateX(-50%);
  pointer-events: none;
}

/* Premium navbar glass effect. */
.pk-navbar {
  background: rgba(1, 7, 3, 0.88);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  backdrop-filter: blur(18px) saturate(140%);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.24);
}

.pk-navbar .navbar-nav > li > a {
  position: relative;
  transition: color var(--vibe-transition), transform var(--vibe-transition);
}

.pk-navbar .navbar-nav > li:not(.nav-signup) > a::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 20px;
  left: 18px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--vibe-green), #c7ff69);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform var(--vibe-transition);
}

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

/* Hero atmosphere. */
.hero {
  background:
    radial-gradient(circle at 76% 18%, rgba(142, 227, 31, 0.16), transparent 26%),
    radial-gradient(circle at 18% 82%, rgba(89, 188, 26, 0.11), transparent 31%),
    linear-gradient(135deg, #010503 0%, #041108 48%, #071f0d 100%);
}

.hero::before {
  opacity: 0.34;
}

.eyebrow,
.pk-section-badge,
.pk-why-badge,
.hiw-badge,
.pk-pricing-badge,
.pk-compare-badge,
.pk-reviews-badge,
.faq-label {
  border: 1px solid rgba(105, 173, 56, 0.16);
  box-shadow: 0 8px 24px rgba(85, 153, 40, 0.08);
}

.hero-title {
  text-wrap: balance;
}

.hero-title .accent {
  background: linear-gradient(135deg, #c9ff72 0%, var(--vibe-green) 45%, #67ba19 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: none;
  filter: drop-shadow(0 0 18px rgba(142, 227, 31, 0.16));
}

/* Unified premium cards. */
.pk-service-card,
.pk-why-card,
.pk-review-card,
.pk-compare-card,
.pk-table-shell,
.faq-column .panel,
.login-card,
.benefit-strip,
.well,
.panel,
.card {
  transition:
    transform var(--vibe-transition),
    box-shadow var(--vibe-transition),
    border-color var(--vibe-transition),
    background-color var(--vibe-transition);
}

.pk-service-card,
.pk-why-card,
.pk-review-card,
.pk-table-shell,
.faq-column .panel {
  box-shadow: var(--vibe-shadow);
}

.pk-service-card:hover,
.pk-why-card:hover,
.pk-review-card:hover,
.faq-column .panel:hover {
  border-color: rgba(105, 173, 56, 0.42);
  box-shadow: var(--vibe-shadow-hover);
}

.pk-service-card,
.pk-why-card,
.pk-review-card {
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(145deg, rgba(142, 227, 31, 0.22), rgba(255, 255, 255, 0.2)) border-box;
}

.pk-service-icon,
.pk-why-icon,
.pk-avatar,
.faq-icon,
.benefit-icon {
  transition: transform var(--vibe-transition), box-shadow var(--vibe-transition);
}

.pk-service-card:hover .pk-service-icon,
.pk-why-card:hover .pk-why-icon,
.pk-review-card:hover .pk-avatar,
.faq-column .panel:hover .faq-icon {
  transform: translateY(-3px) scale(1.04);
}

/* Buttons: stronger identity and responsive interaction. */
.btn-main,
.btn-signin,
.pk-buy-btn,
.pk-view-all,
.pk-compare-btn,
.pk-growth-btn,
.faq-contact-btn,
.pk-navbar .navbar-nav > li.nav-signup > a {
  position: relative;
  overflow: hidden;
  transition:
    transform var(--vibe-transition),
    box-shadow var(--vibe-transition),
    filter var(--vibe-transition);
}

.btn-main::before,
.btn-signin::before,
.pk-buy-btn::before,
.pk-view-all::before,
.pk-compare-btn::before,
.pk-growth-btn::before,
.pk-navbar .navbar-nav > li.nav-signup > a::before {
  content: "";
  position: absolute;
  top: -70%;
  left: -45%;
  width: 34%;
  height: 240%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), transparent);
  transform: rotate(22deg);
  transition: left 650ms ease;
  pointer-events: none;
}

.btn-main:hover::before,
.btn-signin:hover::before,
.pk-buy-btn:hover::before,
.pk-view-all:hover::before,
.pk-compare-btn:hover::before,
.pk-growth-btn:hover::before,
.pk-navbar .navbar-nav > li.nav-signup > a:hover::before {
  left: 120%;
}

.btn-main:hover,
.btn-signin:hover,
.pk-buy-btn:hover,
.pk-view-all:hover,
.pk-compare-btn:hover,
.pk-growth-btn:hover,
.pk-navbar .navbar-nav > li.nav-signup > a:hover {
  filter: saturate(1.08) brightness(1.03);
  box-shadow: var(--vibe-glow-strong);
}

.btn-ghost {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

/* Better form polish. */
.field-wrap .form-control,
.form-control,
select.form-control,
textarea.form-control {
  transition:
    border-color var(--vibe-transition),
    box-shadow var(--vibe-transition),
    background-color var(--vibe-transition);
}

.field-wrap .form-control:hover,
.form-control:hover {
  border-color: rgba(105, 173, 56, 0.42);
}

.field-wrap .form-control:focus,
.form-control:focus {
  border-color: #87cf4e;
  box-shadow: 0 0 0 4px rgba(127, 206, 36, 0.13);
}

.login-card {
  border: 1px solid rgba(142, 227, 31, 0.16);
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.44),
    0 0 55px rgba(142, 227, 31, 0.10);
}

/* Pricing and data tables. */
.pk-table-shell {
  border-color: rgba(105, 173, 56, 0.24);
}

.pk-pricing-table tbody tr {
  transition: background-color var(--vibe-transition), transform var(--vibe-transition);
}

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

.pk-pricing-table tbody tr:hover td:first-child {
  box-shadow: inset 4px 0 0 var(--vibe-green-deep);
}

/* FAQ feels more interactive without changing Bootstrap collapse. */
.faq-column .panel-title a {
  transition: color var(--vibe-transition), background-color var(--vibe-transition);
}

.faq-column .panel-title a:hover,
.faq-column .panel-title a[aria-expanded="true"] {
  background: linear-gradient(90deg, rgba(142, 227, 31, 0.07), transparent 72%);
}

.faq-column .panel-title a[aria-expanded="true"] .faq-icon {
  background: linear-gradient(135deg, var(--vibe-green), var(--vibe-green-deep));
  color: #071006;
  box-shadow: 0 10px 22px rgba(87, 169, 20, 0.20);
}

/* Footer polish. */
.pk-footer {
  background:
    radial-gradient(circle at 20% 0%, rgba(142, 227, 31, 0.06), transparent 26%),
    #0b0a0d;
}

.pk-footer-links a {
  position: relative;
}

.pk-footer-links a::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 1px;
  margin-right: 0;
  vertical-align: middle;
  background: var(--vibe-green);
  transition: width var(--vibe-transition), margin-right var(--vibe-transition);
}

.pk-footer-links a:hover::before {
  width: 12px;
  margin-right: 7px;
}

.pk-footer-links a:hover {
  padding-left: 0;
}

/* Desktop-only depth to prevent noisy mobile animation. */
@media (min-width: 992px) {
  .pk-service-card:hover,
  .pk-why-card:hover,
  .pk-review-card:hover {
    transform: translateY(-9px);
  }

  .mini-card:hover {
    transform: translateY(-5px) scale(1.02);
  }
}

/* Mobile refinement. */
@media (max-width: 767px) {
  :root {
    --vibe-radius: 18px;
  }

  .pk-navbar {
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
  }

  .pk-navbar .navbar-nav > li:not(.nav-signup) > a::after {
    display: none;
  }

  .hero-title {
    text-wrap: pretty;
  }

  .pk-service-card,
  .pk-why-card,
  .pk-review-card,
  .faq-column .panel,
  .login-card {
    box-shadow: 0 14px 34px rgba(24, 48, 17, 0.10);
  }
}

@media (prefers-reduced-motion: reduce) {
  .btn-main::before,
  .btn-signin::before,
  .pk-buy-btn::before,
  .pk-view-all::before,
  .pk-compare-btn::before,
  .pk-growth-btn::before,
  .pk-navbar .navbar-nav > li.nav-signup > a::before {
    display: none;
  }
}

/* =====================================================
   PREMIUM PROFESSIONAL VIBE — FINAL LAYER
   Safe visual enhancements; no HTML changes required.
===================================================== */
:root {
  --premium-ink: #101810;
  --premium-muted: #667066;
  --premium-line: rgba(48, 78, 35, 0.13);
  --premium-green: #8ee31f;
  --premium-green-strong: #5faa18;
  --premium-green-soft: #eff9e8;
  --premium-surface: rgba(255, 255, 255, 0.92);
  --premium-shadow-sm: 0 8px 24px rgba(31, 58, 22, 0.08);
  --premium-shadow-md: 0 18px 48px rgba(31, 58, 22, 0.12);
  --premium-shadow-lg: 0 28px 80px rgba(13, 30, 10, 0.18);
  --premium-radius-sm: 12px;
  --premium-radius-md: 18px;
  --premium-radius-lg: 26px;
  --premium-ease: cubic-bezier(.2, .7, .2, 1);
}

body.public-landing-page {
  background:
    radial-gradient(circle at 8% 14%, rgba(142, 227, 31, 0.045), transparent 24%),
    radial-gradient(circle at 92% 48%, rgba(90, 170, 35, 0.035), transparent 22%),
    #ffffff;
  color: var(--premium-ink);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* Consistent section rhythm and elegant separators. */
body.public-landing-page section:not(.hero):not(.pk-growth-cta) {
  isolation: isolate;
}

body.public-landing-page section:not(.hero):not(.pk-growth-cta)::after {
  content: "";
  position: absolute;
  right: 5%;
  bottom: 0;
  left: 5%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--premium-line), transparent);
  pointer-events: none;
}

/* Premium header treatment. */
.pk-navbar {
  background: linear-gradient(180deg, rgba(2, 8, 4, 0.96), rgba(2, 8, 4, 0.89));
  border-bottom-color: rgba(142, 227, 31, 0.13);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.22);
}

@supports ((-webkit-backdrop-filter: blur(18px)) or (backdrop-filter: blur(18px))) {
  .pk-navbar {
    background: rgba(2, 8, 4, 0.83);
    -webkit-backdrop-filter: blur(18px) saturate(145%);
    backdrop-filter: blur(18px) saturate(145%);
  }
}

.pk-navbar .navbar-brand {
  letter-spacing: -0.5px;
}

.brand-mark {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow:
    0 10px 26px rgba(87, 169, 20, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.brand-mark::after {
  content: "";
  position: absolute;
  top: -65%;
  left: -35%;
  width: 35%;
  height: 220%;
  background: rgba(255, 255, 255, 0.38);
  transform: rotate(24deg);
  transition: left 0.65s var(--premium-ease);
}

.pk-navbar .navbar-brand:hover .brand-mark::after {
  left: 130%;
}

.pk-navbar .navbar-nav > li > a {
  letter-spacing: 0.1px;
  transition: color 0.24s var(--premium-ease), transform 0.24s var(--premium-ease);
}

.pk-navbar .navbar-nav > li:not(.nav-signup) > a:hover {
  transform: translateY(-1px);
}

/* Refined hero atmosphere and typography. */
.hero {
  background:
    radial-gradient(circle at 78% 18%, rgba(142, 227, 31, 0.15), transparent 30%),
    radial-gradient(circle at 12% 82%, rgba(79, 165, 26, 0.10), transparent 34%),
    linear-gradient(135deg, #010503 0%, #041008 48%, #071f0c 100%);
}

.hero::before {
  opacity: 0.22;
  background-size: 30px 30px;
}

.hero-copy {
  position: relative;
}

.hero-copy::before {
  content: "";
  position: absolute;
  top: 10%;
  left: -80px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(142, 227, 31, 0.07);
  filter: blur(45px);
  pointer-events: none;
}

.eyebrow,
.pk-section-badge,
.pk-why-badge,
.hiw-badge,
.pk-pricing-badge,
.pk-compare-badge,
.pk-reviews-badge,
.faq-label {
  border: 1px solid rgba(100, 174, 48, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.68);
}

.hero-title {
  text-wrap: balance;
  text-shadow: 0 8px 38px rgba(0, 0, 0, 0.22);
}

.hero-title .accent {
  background: linear-gradient(135deg, #baf65d 0%, #8ee31f 45%, #66bd17 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: none;
}

.hero-text {
  color: #cbd3cd;
}

/* Unified premium card language. */
.pk-service-card,
.pk-why-card,
.pk-review-card,
.pk-compare-card,
.faq-column .panel,
.pk-table-shell,
.login-card {
  border-color: rgba(74, 111, 51, 0.15);
  box-shadow: var(--premium-shadow-sm);
}

.pk-service-card,
.pk-why-card,
.pk-review-card,
.pk-compare-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(252, 254, 250, 0.96));
  transition:
    transform 0.32s var(--premium-ease),
    box-shadow 0.32s var(--premium-ease),
    border-color 0.32s var(--premium-ease);
}

.pk-service-card::after,
.pk-why-card::after,
.pk-review-card::after,
.pk-compare-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255,255,255,0.5), transparent 34%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.32s var(--premium-ease);
}

.pk-service-card:hover::after,
.pk-why-card:hover::after,
.pk-review-card:hover::after,
.pk-compare-card:hover::after {
  opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
  .pk-service-card:hover,
  .pk-why-card:hover,
  .pk-review-card:hover,
  .pk-compare-card:hover {
    transform: translateY(-8px);
    border-color: rgba(101, 174, 48, 0.33);
    box-shadow: var(--premium-shadow-md);
  }
}

.pk-service-icon,
.pk-why-icon,
.pk-avatar,
.benefit-icon {
  transition: transform 0.3s var(--premium-ease), box-shadow 0.3s var(--premium-ease);
}

@media (hover: hover) and (pointer: fine) {
  .pk-service-card:hover .pk-service-icon,
  .pk-why-card:hover .pk-why-icon,
  .pk-review-card:hover .pk-avatar {
    transform: translateY(-3px) scale(1.04);
  }
}

/* High-end buttons with controlled shine. */
.btn-main,
.btn-signin,
.pk-buy-btn,
.pk-view-all,
.pk-compare-btn,
.pk-growth-btn,
.pk-navbar .navbar-nav > li.nav-signup > a {
  border: 1px solid rgba(76, 145, 20, 0.28);
  background: linear-gradient(135deg, #9bea31 0%, #76c91d 55%, #55a710 100%);
  box-shadow:
    0 14px 30px rgba(83, 156, 25, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
  transition:
    transform 0.25s var(--premium-ease),
    box-shadow 0.25s var(--premium-ease),
    filter 0.25s var(--premium-ease);
}

@media (hover: hover) and (pointer: fine) {
  .btn-main:hover,
  .btn-signin:hover,
  .pk-buy-btn:hover,
  .pk-view-all:hover,
  .pk-compare-btn:hover,
  .pk-growth-btn:hover,
  .pk-navbar .navbar-nav > li.nav-signup > a:hover {
    transform: translateY(-3px);
    filter: saturate(108%);
    box-shadow:
      0 20px 40px rgba(83, 156, 25, 0.30),
      inset 0 1px 0 rgba(255, 255, 255, 0.48);
  }
}

.btn-main:active,
.btn-signin:active,
.pk-buy-btn:active,
.pk-view-all:active,
.pk-compare-btn:active,
.pk-growth-btn:active {
  transform: translateY(-1px);
}

.btn-ghost {
  border-color: rgba(142, 227, 31, 0.48);
  background: linear-gradient(180deg, rgba(255,255,255,0.055), rgba(255,255,255,0.025));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

/* Login panel: cleaner, calmer, more premium. */
.login-card {
  border: 1px solid rgba(255, 255, 255, 0.72);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(248,251,246,0.96));
  box-shadow:
    0 32px 90px rgba(0, 0, 0, 0.42),
    0 0 60px rgba(142, 227, 31, 0.08),
    inset 0 1px 0 rgba(255,255,255,0.9);
}

.field-wrap .form-control {
  border-color: #dbe8d4;
  background: rgba(247, 250, 244, 0.92);
  transition:
    border-color 0.22s var(--premium-ease),
    box-shadow 0.22s var(--premium-ease),
    background-color 0.22s var(--premium-ease);
}

.field-wrap .form-control:hover {
  border-color: #c8dbbd;
  background: #ffffff;
}

.field-wrap .form-control:focus {
  border-color: #86c64d;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(126, 199, 55, 0.13);
}

/* Mini features and benefit strip. */
.mini-card {
  border-color: rgba(142, 227, 31, 0.20);
  background: linear-gradient(180deg, rgba(19, 52, 24, 0.76), rgba(4, 15, 7, 0.70));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.05),
    0 10px 24px rgba(0,0,0,0.12);
}

.benefit-strip {
  border-color: rgba(142, 227, 31, 0.18);
  background: linear-gradient(180deg, rgba(11, 34, 15, 0.86), rgba(7, 25, 11, 0.82));
  box-shadow:
    0 24px 55px rgba(0,0,0,0.22),
    inset 0 1px 0 rgba(255,255,255,0.045);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.benefit-item + .benefit-item {
  border-left: 1px solid rgba(142, 227, 31, 0.10);
}

/* Better table and FAQ polish. */
.pk-table-shell {
  overflow: hidden;
  box-shadow: var(--premium-shadow-md);
}

.pk-pricing-table thead th {
  background: linear-gradient(180deg, #76b848, #5d9e34);
  box-shadow: inset 0 -1px 0 rgba(0,0,0,0.10);
}

.pk-pricing-table tbody td {
  transition: background-color 0.22s var(--premium-ease);
}

.faq-column .panel {
  transition:
    transform 0.25s var(--premium-ease),
    box-shadow 0.25s var(--premium-ease),
    border-color 0.25s var(--premium-ease);
}

.faq-column .panel:hover {
  border-color: rgba(101, 174, 48, 0.26);
  box-shadow: 0 16px 36px rgba(44, 76, 31, 0.10);
}

.faq-chevron,
.faq-icon {
  transition:
    transform 0.25s var(--premium-ease),
    background-color 0.25s var(--premium-ease),
    color 0.25s var(--premium-ease);
}

/* Footer gains stronger hierarchy without visual noise. */
.pk-footer {
  background:
    radial-gradient(circle at 15% 0%, rgba(142, 227, 31, 0.08), transparent 25%),
    linear-gradient(180deg, #0d0c0f, #09080b);
}

.pk-footer-title {
  position: relative;
  border-bottom-color: rgba(255,255,255,0.07);
}

.pk-footer-title::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 42px;
  height: 2px;
  background: linear-gradient(90deg, var(--premium-green), transparent);
}

.pk-footer-logo {
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow:
    0 14px 30px rgba(104, 173, 55, 0.19),
    inset 0 1px 0 rgba(255,255,255,0.20);
}

/* Focus visibility for keyboard users. */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(142, 227, 31, 0.42);
  outline-offset: 3px;
}

/* Responsive restraint: premium, not crowded. */
@media (max-width: 991px) {
  .benefit-item + .benefit-item {
    border-left: 0;
  }

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

@media (max-width: 767px) {
  body.public-landing-page section:not(.hero):not(.pk-growth-cta)::after {
    right: 15px;
    left: 15px;
  }

  .login-card,
  .pk-service-card,
  .pk-why-card,
  .pk-review-card,
  .pk-compare-card,
  .faq-column .panel,
  .pk-table-shell {
    border-radius: var(--premium-radius-md);
  }

  .hero-title {
    text-wrap: pretty;
  }
}

@media (prefers-reduced-motion: reduce) {
  .brand-mark::after {
    display: none;
  }
}
