/* KingReShare Elementor Native Kit */
:root {
  --krs-bg: #050505;
  --krs-card: #14080b;
  --krs-card-2: #1e0d11;
  --krs-gold: #d4af37;
  --krs-gold-light: #f4d67a;
  --krs-gold-dark: #8f6a22;
  --krs-text: #fff7e6;
  --krs-muted: #dfc88f;
  --krs-muted-2: #a98943;
  --krs-line: rgba(212, 175, 55, 0.28);
  --krs-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
}

body.krs-native-page {
  background:
    radial-gradient(circle at 15% 0%, rgba(212, 175, 55, 0.12), transparent 30%),
    radial-gradient(circle at 85% 8%, rgba(90, 26, 32, 0.32), transparent 34%),
    linear-gradient(180deg, #050505, #080405 42%, #050505) !important;
  color: var(--krs-text);
}

body.krs-native-page .entry-title,
body.krs-native-page .page-title,
body.krs-native-page .entry-header,
body.krs-native-page header.site-header,
body.krs-native-page footer.site-footer {
  display: none !important;
}

body.krs-native-page .site,
body.krs-native-page .site-content,
body.krs-native-page .content-area,
body.krs-native-page .site-main {
  padding: 0 !important;
  margin: 0 !important;
  max-width: none !important;
  width: 100% !important;
}

.krs-section {
  color: var(--krs-text);
}

.krs-section a {
  color: inherit;
  text-decoration: none;
}

.krs-section .elementor-container {
  max-width: 1180px;
}

.krs-section h1,
.krs-section h2,
.krs-section h3,
.krs-section h4,
.krs-section .elementor-heading-title {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.1;
}

.krs-gold {
  color: var(--krs-gold);
}

.krs-topbar {
  border-bottom: 1px solid rgba(212, 175, 55, 0.16);
  background: rgba(12, 5, 6, 0.78);
  font-size: 13px;
  color: var(--krs-muted);
}

.krs-topbar .elementor-widget-container {
  width: 100%;
}

.krs-topbar-row {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.krs-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(5, 5, 5, 0.9);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(212, 175, 55, 0.16);
}

.krs-header > .elementor-container {
  min-height: 88px;
}

.krs-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--krs-text);
  font-weight: 900;
  letter-spacing: 0.3px;
  text-decoration: none;
}

.krs-logo-mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: linear-gradient(135deg, #fff0a8, var(--krs-gold), var(--krs-gold-dark));
  color: #160606;
  box-shadow: 0 16px 42px rgba(212, 175, 55, 0.22);
}

.krs-logo-text small {
  display: block;
  margin-top: -4px;
  color: var(--krs-muted-2);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.krs-menu-column .elementor-widget-wrap {
  display: flex;
  justify-content: flex-end;
  gap: 7px;
  flex-wrap: wrap;
  align-items: center;
}

.krs-menu-column .elementor-widget-button {
  width: auto !important;
  margin: 0 !important;
}

.krs-nav-button .elementor-button {
  padding: 9px 10px;
  border-radius: 999px;
  color: var(--krs-muted);
  background: transparent;
  font-size: 13px;
  font-weight: 800;
  border: 1px solid transparent;
  box-shadow: none;
}

.krs-nav-button .elementor-button:hover {
  background: rgba(212, 175, 55, 0.1);
  color: var(--krs-gold-light);
  border-color: rgba(212, 175, 55, 0.22);
}

.krs-hero,
.krs-page-title {
  padding: 82px 0 58px;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 0%, rgba(212, 175, 55, 0.12), transparent 30%),
    radial-gradient(circle at 85% 8%, rgba(90, 26, 32, 0.32), transparent 34%),
    linear-gradient(180deg, #050505, #080405 42%, #050505);
}

.krs-page-title {
  padding: 76px 0 48px;
  border-bottom: 1px solid rgba(212, 175, 55, 0.12);
}

.krs-hero-title .elementor-heading-title,
.krs-page-heading .elementor-heading-title {
  font-size: clamp(42px, 7vw, 76px);
  letter-spacing: -2px;
  color: var(--krs-text);
}

.krs-page-title h1,
.krs-page-title .elementor-heading-title {
  text-align: center;
}

.krs-eyebrow .elementor-heading-title {
  display: inline-flex;
  border: 1px solid rgba(212, 175, 55, 0.24);
  background: rgba(212, 175, 55, 0.08);
  color: var(--krs-gold-light);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 12px !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}

.krs-lead,
.krs-lead p,
.krs-lead .elementor-widget-container {
  color: var(--krs-muted);
  font-size: 18px;
  line-height: 1.7;
}

.krs-center,
.krs-center p {
  text-align: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.krs-btn {
  width: auto !important;
  display: inline-block !important;
  margin-right: 10px;
  margin-top: 8px;
}

.krs-btn .elementor-button {
  min-height: 46px;
  border-radius: 14px;
  padding: 13px 20px;
  font-weight: 900;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.krs-btn .elementor-button:hover {
  transform: translateY(-2px);
}

.krs-btn-gold .elementor-button {
  background: linear-gradient(135deg, #fff0a8, var(--krs-gold), var(--krs-gold-dark));
  color: #170708;
  box-shadow: 0 18px 48px rgba(212, 175, 55, 0.24);
}

.krs-btn-outline .elementor-button {
  background: rgba(212, 175, 55, 0.06);
  border: 1px solid var(--krs-line);
  color: var(--krs-gold-light);
}

.krs-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 18px 0 12px;
}

.krs-tags span {
  border: 1px solid rgba(212, 175, 55, 0.18);
  background: rgba(212, 175, 55, 0.06);
  color: var(--krs-muted);
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 800;
}

.krs-offer-card,
.krs-panel,
.krs-card {
  border-radius: 28px;
  border: 1px solid rgba(212, 175, 55, 0.24);
  background:
    radial-gradient(circle at 25% 15%, rgba(244, 214, 122, 0.14), transparent 30%),
    linear-gradient(145deg, rgba(212, 175, 55, 0.08), rgba(90, 26, 32, 0.18)),
    linear-gradient(145deg, #17080b, #050505);
  box-shadow: var(--krs-shadow);
  padding: 24px;
}

.krs-card .elementor-widget-wrap,
.krs-panel .elementor-widget-wrap {
  padding: 24px !important;
}

.krs-offer-card h3,
.krs-card h3,
.krs-card .elementor-heading-title,
.krs-panel .elementor-heading-title {
  color: var(--krs-gold-light);
}

.krs-offer-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: center;
  border: 1px solid rgba(212, 175, 55, 0.14);
  border-radius: 16px;
  background: rgba(12, 5, 6, 0.6);
  padding: 14px 16px;
  color: var(--krs-muted);
  font-weight: 800;
  margin: 12px 0;
}

.krs-offer-row strong {
  color: var(--krs-gold-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1;
}

.krs-mini-trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin-top: 16px;
}

.krs-mini-trust span {
  border-radius: 14px;
  border: 1px solid rgba(212, 175, 55, 0.16);
  background: rgba(212, 175, 55, 0.06);
  color: var(--krs-muted);
  padding: 12px 10px;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}

.krs-section-head,
.krs-product-grid,
.krs-steps,
.krs-cta,
.krs-form-section,
.krs-faq-section,
.krs-account-section,
.krs-policy-grid {
  padding: 64px 0;
  background: #050505;
}

.krs-product-grid .elementor-container,
.krs-steps .elementor-container,
.krs-policy-grid .elementor-container {
  gap: 20px;
}

.krs-price-card .elementor-widget-wrap {
  min-height: 420px;
  align-content: flex-start;
}

.krs-badge .elementor-heading-title {
  display: inline-block;
  border-radius: 999px;
  padding: 7px 11px;
  background: rgba(212, 175, 55, 0.12);
  border: 1px solid rgba(212, 175, 55, 0.28);
  color: var(--krs-gold-light);
  font-size: 12px !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.krs-price {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 50px;
  line-height: 1;
  font-weight: 900;
  color: var(--krs-gold);
  margin: 12px 0;
}

.krs-price small {
  display: inline-block;
  margin-left: 5px;
  color: var(--krs-muted-2);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 800;
}

.krs-feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 9px;
  color: var(--krs-muted);
}

.krs-feature-list li {
  display: flex;
  gap: 10px;
}

.krs-feature-list li::before {
  content: "✓";
  color: var(--krs-gold-light);
  font-weight: 900;
}

.krs-step-number {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(135deg, #fff0a8, var(--krs-gold), var(--krs-gold-dark));
  color: #170708;
  font-weight: 900;
  margin-bottom: 16px;
  box-shadow: 0 12px 34px rgba(212, 175, 55, 0.18);
}

.krs-cta .elementor-container {
  border-radius: 34px;
  border: 1px solid rgba(244, 214, 122, 0.3);
  background:
    radial-gradient(circle at 20% 0%, rgba(244, 214, 122, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(30, 13, 17, 0.96), rgba(5, 5, 5, 0.96));
  padding: 34px;
  box-shadow: var(--krs-shadow);
}

.krs-form-placeholder {
  display: grid;
  gap: 13px;
}

.krs-form-placeholder label {
  color: var(--krs-gold-light);
  font-weight: 900;
  font-size: 13px;
  display: grid;
  gap: 7px;
}

.krs-form-placeholder input,
.krs-form-placeholder textarea {
  width: 100%;
  border: 1px solid rgba(212, 175, 55, 0.22);
  background: rgba(5, 5, 5, 0.7);
  color: var(--krs-text);
  border-radius: 14px;
  padding: 14px 15px;
  font: inherit;
  outline: none;
}

.krs-form-placeholder textarea {
  min-height: 120px;
  resize: vertical;
}

.krs-form-note {
  color: var(--krs-muted-2);
  font-size: 13px;
  margin: 0 0 8px;
}

.krs-static-submit {
  min-height: 46px;
  border: 0;
  border-radius: 14px;
  padding: 13px 20px;
  font-weight: 900;
  background: linear-gradient(135deg, #fff0a8, var(--krs-gold), var(--krs-gold-dark));
  color: #170708;
  cursor: pointer;
}

.krs-faq-list {
  display: grid;
  gap: 14px;
  max-width: 920px;
  margin: 0 auto;
}

.krs-faq-list details {
  background: rgba(20, 8, 11, 0.86);
  border: 1px solid rgba(212, 175, 55, 0.18);
  border-radius: 18px;
  padding: 18px 20px;
}

.krs-faq-list summary {
  cursor: pointer;
  color: var(--krs-gold-light);
  font-weight: 900;
}

.krs-faq-list p {
  color: var(--krs-muted);
  margin: 12px 0 0;
}

.krs-footer {
  background: #090405;
  border-top: 1px solid rgba(212, 175, 55, 0.22);
  padding: 46px 0 24px;
  color: var(--krs-muted);
}

.krs-footer h3,
.krs-footer .elementor-heading-title {
  font-size: 18px;
  color: var(--krs-gold-light);
  margin-bottom: 12px;
}

.krs-footer p,
.krs-footer a {
  color: var(--krs-muted);
  font-size: 14px;
}

.krs-footer a:hover {
  color: var(--krs-gold-light);
}

.krs-legal-note {
  font-size: 13px;
  color: var(--krs-muted-2);
  margin-top: 14px;
}

.krs-footer-bottom {
  background: #090405;
  color: var(--krs-muted-2);
  border-top: 1px solid rgba(212, 175, 55, 0.14);
  padding: 18px 0;
}

.krs-footer-bottom-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  color: var(--krs-muted-2);
  font-size: 13px;
}

.krs-footer-bottom-row a {
  color: var(--krs-muted-2);
}

.krs-wc-shortcode {
  border: 1px dashed rgba(212, 175, 55, 0.34);
  padding: 18px;
  border-radius: 18px;
  color: var(--krs-muted);
}

@media (max-width: 1024px) {
  .krs-header > .elementor-container {
    min-height: auto;
    padding: 14px 0;
  }

  .krs-menu-column .elementor-widget-wrap {
    justify-content: flex-start;
  }

  .krs-product-grid .elementor-column,
  .krs-policy-grid .elementor-column {
    width: 50% !important;
  }

  .krs-price-card .elementor-widget-wrap {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .krs-topbar-row {
    align-items: flex-start;
    flex-direction: column;
    padding: 9px 0;
  }

  .krs-hero,
  .krs-page-title {
    padding: 52px 0 42px;
  }

  .krs-hero-title .elementor-heading-title,
  .krs-page-heading .elementor-heading-title {
    font-size: clamp(38px, 12vw, 56px);
  }

  .krs-product-grid .elementor-column,
  .krs-policy-grid .elementor-column,
  .krs-steps .elementor-column,
  .krs-form-section .elementor-column,
  .krs-account-section .elementor-column,
  .krs-footer .elementor-column {
    width: 100% !important;
  }

  .krs-mini-trust {
    grid-template-columns: 1fr;
  }

  .krs-btn,
  .krs-btn .elementor-button {
    width: 100% !important;
  }
}


/* v1.4 stronger Elementor/editor compatibility */
.krs-section .elementor-heading-title,
.krs-section h1,
.krs-section h2,
.krs-section h3 {
  color: var(--krs-text) !important;
}

.krs-section .krs-gold,
.krs-section .krs-gold * {
  color: var(--krs-gold) !important;
}

.krs-card .elementor-heading-title,
.krs-panel .elementor-heading-title,
.krs-footer .elementor-heading-title {
  color: var(--krs-gold-light) !important;
}

.krs-menu-column > .elementor-widget-wrap,
.krs-menu-column .elementor-widget-wrap {
  display: flex !important;
  flex-direction: row !important;
  justify-content: flex-end !important;
  align-items: center !important;
  gap: 7px !important;
  flex-wrap: wrap !important;
  align-content: center !important;
}

.krs-menu-column .elementor-widget,
.krs-menu-column .elementor-widget-button,
.krs-nav-button {
  width: auto !important;
  max-width: none !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
}

.krs-nav-button .elementor-widget-container {
  margin: 0 !important;
}

.krs-nav-button .elementor-button,
.krs-nav-button a.elementor-button {
  background: transparent !important;
  color: var(--krs-muted) !important;
  border: 1px solid transparent !important;
  box-shadow: none !important;
  padding: 9px 10px !important;
  border-radius: 999px !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

.krs-nav-button .elementor-button:hover,
.krs-nav-button a.elementor-button:hover {
  background: rgba(212, 175, 55, 0.1) !important;
  color: var(--krs-gold-light) !important;
  border-color: rgba(212, 175, 55, 0.22) !important;
}

.krs-btn-gold .elementor-button,
.krs-btn-gold a.elementor-button {
  background: linear-gradient(135deg, #fff0a8, var(--krs-gold), var(--krs-gold-dark)) !important;
  color: #170708 !important;
  box-shadow: 0 18px 48px rgba(212, 175, 55, 0.24) !important;
  border: 0 !important;
}

.krs-btn-outline .elementor-button,
.krs-btn-outline a.elementor-button {
  background: rgba(212, 175, 55, 0.06) !important;
  border: 1px solid var(--krs-line) !important;
  color: var(--krs-gold-light) !important;
}

.krs-lead,
.krs-lead p,
.krs-section p,
.krs-section .elementor-text-editor {
  color: var(--krs-muted) !important;
}

.krs-price {
  color: var(--krs-gold) !important;
}

.krs-price small {
  color: var(--krs-muted-2) !important;
}

.krs-footer a,
.krs-footer p,
.krs-footer-bottom a,
.krs-footer-bottom span {
  color: var(--krs-muted) !important;
}

.krs-footer-bottom-row {
  color: var(--krs-muted-2) !important;
}

@media (max-width: 1024px) {
  .krs-menu-column > .elementor-widget-wrap,
  .krs-menu-column .elementor-widget-wrap {
    justify-content: flex-start !important;
  }
}


/* v1.5 import-kit repair and stronger Elementor layout control */
body .krs-section {
  font-family: Arial, Helvetica, sans-serif !important;
}

body .krs-section,
body .krs-section * {
  box-sizing: border-box;
}

body .krs-section .elementor-button {
  text-shadow: none !important;
}

body .krs-section .elementor-widget-button,
body .krs-section .elementor-widget-heading,
body .krs-section .elementor-widget-text-editor,
body .krs-section .elementor-widget-html {
  margin-bottom: 0;
}

body .krs-header .elementor-container {
  display: flex !important;
  align-items: center !important;
}

body .krs-header .krs-logo-column {
  width: 24% !important;
  flex: 0 0 24% !important;
}

body .krs-header .krs-menu-column {
  width: 76% !important;
  flex: 0 0 76% !important;
}

body .krs-menu-column > .elementor-widget-wrap,
body .krs-menu-column .elementor-widget-wrap {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  justify-content: flex-end !important;
  align-items: center !important;
  align-content: center !important;
  gap: 6px !important;
}

body .krs-menu-column .elementor-widget,
body .krs-menu-column .elementor-widget-button,
body .krs-menu-column .elementor-button-wrapper {
  display: inline-flex !important;
  width: auto !important;
  max-width: fit-content !important;
  flex: 0 0 auto !important;
}

body .krs-nav-button .elementor-button-content-wrapper {
  display: inline-flex !important;
  align-items: center !important;
}

body .krs-hero .elementor-container,
body .krs-form-section .elementor-container,
body .krs-account-section .elementor-container {
  display: flex !important;
  align-items: stretch !important;
}

body .krs-product-grid .elementor-container,
body .krs-steps .elementor-container,
body .krs-policy-grid .elementor-container {
  display: flex !important;
  gap: 20px !important;
}

body .krs-product-grid .elementor-column,
body .krs-steps .elementor-column,
body .krs-policy-grid .elementor-column {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

body .krs-card,
body .krs-panel {
  overflow: hidden;
}

body .krs-card .elementor-widget-wrap,
body .krs-panel .elementor-widget-wrap {
  background: transparent !important;
}

body .krs-footer .elementor-container {
  display: flex !important;
  gap: 24px !important;
}

body .krs-footer .elementor-column:nth-child(1) { width: 34% !important; flex: 0 0 34% !important; }
body .krs-footer .elementor-column:nth-child(2),
body .krs-footer .elementor-column:nth-child(3),
body .krs-footer .elementor-column:nth-child(4) { width: 22% !important; flex: 0 0 22% !important; }

@media (max-width: 1024px) {
  body .krs-header .elementor-container,
  body .krs-hero .elementor-container,
  body .krs-form-section .elementor-container,
  body .krs-account-section .elementor-container,
  body .krs-footer .elementor-container {
    flex-wrap: wrap !important;
  }

  body .krs-header .krs-logo-column,
  body .krs-header .krs-menu-column,
  body .krs-footer .elementor-column {
    width: 100% !important;
    flex: 0 0 100% !important;
  }

  body .krs-menu-column > .elementor-widget-wrap,
  body .krs-menu-column .elementor-widget-wrap {
    justify-content: flex-start !important;
  }
}

@media (max-width: 767px) {
  body .krs-product-grid .elementor-container,
  body .krs-steps .elementor-container,
  body .krs-policy-grid .elementor-container {
    flex-direction: column !important;
  }

  body .krs-product-grid .elementor-column,
  body .krs-steps .elementor-column,
  body .krs-policy-grid .elementor-column {
    width: 100% !important;
    flex: 0 0 100% !important;
  }
}


/* v1.6 Elementor Pro Form styling */
.krs-pro-form .elementor-form {
  display: grid;
  gap: 14px;
}

.krs-pro-form .elementor-field-group {
  margin-bottom: 14px !important;
}

.krs-pro-form .elementor-field-label {
  color: var(--krs-gold-light) !important;
  font-weight: 900 !important;
  font-size: 13px !important;
  margin-bottom: 7px !important;
}

.krs-pro-form .elementor-field,
.krs-pro-form input,
.krs-pro-form select,
.krs-pro-form textarea {
  width: 100% !important;
  border: 1px solid rgba(212, 175, 55, 0.22) !important;
  background: rgba(5, 5, 5, 0.70) !important;
  color: var(--krs-text) !important;
  border-radius: 14px !important;
  padding: 14px 15px !important;
  font: inherit !important;
  outline: none !important;
  box-shadow: none !important;
}

.krs-pro-form textarea {
  min-height: 120px !important;
}

.krs-pro-form .elementor-field::placeholder,
.krs-pro-form input::placeholder,
.krs-pro-form textarea::placeholder {
  color: rgba(223, 200, 143, 0.55) !important;
}

.krs-pro-form .elementor-field-option label {
  color: var(--krs-muted) !important;
}

.krs-pro-form .elementor-button {
  min-height: 48px !important;
  border: 0 !important;
  border-radius: 14px !important;
  padding: 13px 20px !important;
  font-weight: 900 !important;
  background: linear-gradient(135deg, #fff0a8, var(--krs-gold), var(--krs-gold-dark)) !important;
  color: #170708 !important;
  box-shadow: 0 18px 48px rgba(212, 175, 55, 0.24) !important;
}

.krs-pro-form .elementor-message {
  border-radius: 14px;
  padding: 12px 14px;
  font-weight: 800;
}

.krs-pro-form .elementor-message-success {
  background: rgba(212, 175, 55, 0.12);
  color: var(--krs-gold-light);
  border: 1px solid rgba(212, 175, 55, 0.28);
}

.krs-pro-form .elementor-message-danger {
  background: rgba(160, 40, 40, 0.18);
  color: #ffd0d0;
  border: 1px solid rgba(255, 120, 120, 0.28);
}


/* v1.7 cleanup and My Account fallback */
.krs-wc-not-ready {
  border: 1px solid rgba(212, 175, 55, 0.24);
  background: rgba(5, 5, 5, 0.48);
  border-radius: 20px;
  padding: 18px;
  color: var(--krs-muted);
}

.krs-wc-not-ready h3 {
  color: var(--krs-gold-light) !important;
  margin-top: 0;
}

.krs-inline-link {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 10px 15px;
  border-radius: 12px;
  background: linear-gradient(135deg, #fff0a8, var(--krs-gold), var(--krs-gold-dark));
  color: #170708 !important;
  font-weight: 900;
}

.krs-form-note {
  color: var(--krs-muted-2) !important;
}


/* v1.8 stable product/service card layout based on original KingReShare preview */
.krs-html-products-section {
  padding: 64px 0 !important;
  background: #050505 !important;
}

.krs-html-products-wrap {
  width: 100%;
}

.krs-html-section-head {
  text-align: center;
  max-width: 830px;
  margin: 0 auto 34px;
}

.krs-html-section-head h2 {
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(34px, 5vw, 52px) !important;
  letter-spacing: -1px !important;
  line-height: 1.1 !important;
  color: var(--krs-text) !important;
  margin: 0 !important;
}

.krs-html-section-head p {
  margin: 14px 0 0 !important;
  color: var(--krs-muted) !important;
  font-size: 17px !important;
}

.krs-html-card-grid {
  display: grid !important;
  gap: 20px !important;
  width: 100% !important;
  align-items: stretch !important;
}

.krs-html-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.krs-html-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.krs-html-card {
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
  min-height: 100% !important;
  border-radius: var(--krs-radius, 24px) !important;
  border: 1px solid rgba(212, 175, 55, 0.22) !important;
  background:
    radial-gradient(circle at 88% 100%, rgba(212, 175, 55, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(30, 13, 17, 0.94), rgba(12, 5, 6, 0.96)) !important;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.25) !important;
  padding: 24px !important;
  position: relative !important;
  overflow: hidden !important;
}

.krs-html-card h3 {
  color: var(--krs-gold-light) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 24px !important;
  line-height: 1.12 !important;
  margin: 0 !important;
}

.krs-html-card p {
  color: var(--krs-muted) !important;
  margin: 0 !important;
  line-height: 1.6 !important;
}

.krs-html-badge {
  align-self: flex-start !important;
  border-radius: 999px !important;
  padding: 7px 11px !important;
  background: rgba(212, 175, 55, 0.12) !important;
  border: 1px solid rgba(212, 175, 55, 0.28) !important;
  color: var(--krs-gold-light) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
}

.krs-html-price {
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 48px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  color: var(--krs-gold) !important;
  margin: 2px 0 0 !important;
}

.krs-html-price small {
  display: inline-block !important;
  margin-left: 5px !important;
  color: var(--krs-muted-2) !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  font-weight: 800 !important;
}

.krs-html-from-price {
  font-size: 34px !important;
}

.krs-html-from-price small {
  display: block !important;
  margin-left: 0 !important;
  margin-top: 6px !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
}

.krs-html-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 8px !important;
  display: grid !important;
  gap: 9px !important;
  color: var(--krs-muted) !important;
}

.krs-html-list li {
  display: flex !important;
  gap: 10px !important;
  align-items: flex-start !important;
}

.krs-html-list li::before {
  content: "✓" !important;
  color: var(--krs-gold-light) !important;
  font-weight: 900 !important;
  flex: 0 0 auto !important;
}

.krs-html-btn {
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  min-height: 46px !important;
  padding: 12px 18px !important;
  border-radius: 14px !important;
  text-decoration: none !important;
  font-weight: 900 !important;
  margin-top: auto !important;
  background: linear-gradient(135deg, #fff0a8, var(--krs-gold), var(--krs-gold-dark)) !important;
  color: #170708 !important;
  box-shadow: 0 18px 48px rgba(212, 175, 55, 0.24) !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

.krs-html-btn:hover {
  transform: translateY(-2px) !important;
  color: #170708 !important;
}

.krs-html-btn-outline {
  background: rgba(212, 175, 55, 0.06) !important;
  border: 1px solid var(--krs-line) !important;
  color: var(--krs-gold-light) !important;
  box-shadow: none !important;
}

.krs-html-btn-outline:hover {
  color: var(--krs-gold-light) !important;
}

.krs-html-icon {
  width: 52px !important;
  height: 52px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 16px !important;
  border: 1px solid rgba(212, 175, 55, 0.25) !important;
  background: rgba(212, 175, 55, 0.10) !important;
  color: var(--krs-gold-light) !important;
  font-size: 24px !important;
}

.krs-html-notice {
  border-radius: 22px !important;
  border: 1px solid rgba(212, 175, 55, 0.25) !important;
  background: rgba(212, 175, 55, 0.07) !important;
  color: var(--krs-muted) !important;
  padding: 18px 20px !important;
  margin-top: 22px !important;
}

.krs-html-notice strong {
  color: var(--krs-gold-light) !important;
}

@media (max-width: 1050px) {
  .krs-html-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .krs-html-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 620px) {
  .krs-html-grid-4,
  .krs-html-grid-3 {
    grid-template-columns: 1fr !important;
  }

  .krs-html-btn {
    width: 100% !important;
  }

  .krs-html-card {
    padding: 22px !important;
  }
}


/* v1.9 compact professional header/menu fixes */
.krs-topbar {
  min-height: 30px !important;
  padding: 0 !important;
  background: rgba(8, 4, 5, 0.92) !important;
  border-bottom: 1px solid rgba(212, 175, 55, 0.14) !important;
}

.krs-topbar .elementor-container,
.krs-topbar .elementor-column,
.krs-topbar .elementor-widget-wrap,
.krs-topbar .elementor-widget,
.krs-topbar .elementor-widget-container {
  min-height: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.krs-topbar .krs-topbar-row {
  min-height: 30px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  flex-wrap: wrap !important;
  width: 100% !important;
  color: var(--krs-muted-2) !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 11.5px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
  letter-spacing: 0.15px !important;
}

.krs-topbar .krs-topbar-row span,
.krs-topbar p,
.krs-topbar div,
.krs-topbar .elementor-text-editor {
  color: var(--krs-muted-2) !important;
  font-size: 11.5px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
  margin: 0 !important;
}

.krs-header > .elementor-container {
  min-height: 70px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.krs-logo-mark {
  width: 40px !important;
  height: 40px !important;
  border-radius: 13px !important;
  font-size: 14px !important;
}

.krs-logo-text,
.krs-logo {
  font-size: 16px !important;
  line-height: 1.15 !important;
}

.krs-logo-text small {
  font-size: 9.5px !important;
  letter-spacing: 1.2px !important;
}

.krs-menu-column > .elementor-widget-wrap,
.krs-menu-column .elementor-widget-wrap {
  gap: 5px !important;
}

.krs-nav-button .elementor-button,
.krs-nav-button a.elementor-button {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 31px !important;
  padding: 7px 9px !important;
  border-radius: 999px !important;
  background: rgba(212, 175, 55, 0.075) !important;
  border: 1px solid rgba(212, 175, 55, 0.18) !important;
  color: var(--krs-muted) !important;
  box-shadow: none !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 11.5px !important;
  line-height: 1.15 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  white-space: nowrap !important;
}

.krs-nav-button .elementor-button:hover,
.krs-nav-button a.elementor-button:hover {
  background: linear-gradient(135deg, rgba(255, 240, 168, 0.16), rgba(212, 175, 55, 0.14), rgba(143, 106, 34, 0.10)) !important;
  color: var(--krs-gold-light) !important;
  border-color: rgba(244, 214, 122, 0.42) !important;
  transform: translateY(-1px) !important;
}

.krs-nav-button .elementor-button-text {
  color: inherit !important;
}

@media (max-width: 1050px) {
  .krs-topbar .krs-topbar-row {
    justify-content: flex-start !important;
    gap: 6px 14px !important;
    padding: 6px 0 !important;
  }

  .krs-header > .elementor-container {
    min-height: auto !important;
  }

  .krs-nav-button .elementor-button,
  .krs-nav-button a.elementor-button {
    font-size: 11px !important;
    padding: 7px 8px !important;
  }
}

@media (max-width: 620px) {
  .krs-topbar .krs-topbar-row,
  .krs-topbar .krs-topbar-row span {
    font-size: 10.5px !important;
  }

  .krs-logo-mark {
    width: 38px !important;
    height: 38px !important;
  }

  .krs-logo-text,
  .krs-logo {
    font-size: 15px !important;
  }
}


/* v2.0 remove topbar and remove unwanted red/default link colors */
.krs-topbar,
body .krs-topbar,
.elementor-editor-active .krs-topbar {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}

.krs-header {
  margin-top: 0 !important;
  background: rgba(5, 5, 5, 0.94) !important;
  border-bottom: 1px solid rgba(212, 175, 55, 0.18) !important;
}

.krs-header > .elementor-container {
  min-height: 72px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

/* Stop theme/Elementor red or visited colors inside KingReShare sections */
.krs-section a,
.krs-section a:visited,
.krs-section a:focus,
.krs-section a:hover,
.krs-footer a,
.krs-footer a:visited,
.krs-footer-bottom a,
.krs-footer-bottom a:visited {
  color: var(--krs-muted) !important;
  text-decoration: none !important;
}

.krs-logo,
.krs-logo:visited,
.krs-logo:hover,
.krs-logo .krs-logo-text,
.krs-logo .krs-logo-text small {
  color: var(--krs-text) !important;
  text-decoration: none !important;
}

.krs-logo .krs-logo-text small {
  color: var(--krs-muted-2) !important;
}

.krs-nav-button .elementor-button,
.krs-nav-button .elementor-button:visited,
.krs-nav-button .elementor-button:focus,
.krs-nav-button a.elementor-button,
.krs-nav-button a.elementor-button:visited,
.krs-nav-button a.elementor-button:focus {
  color: var(--krs-muted) !important;
  background: rgba(212, 175, 55, 0.075) !important;
  border: 1px solid rgba(212, 175, 55, 0.18) !important;
}

.krs-nav-button .elementor-button:hover,
.krs-nav-button a.elementor-button:hover {
  color: var(--krs-gold-light) !important;
}

.krs-html-btn,
.krs-html-btn:visited,
.krs-html-btn:hover,
.krs-btn-gold .elementor-button,
.krs-btn-gold .elementor-button:visited,
.krs-btn-gold .elementor-button:hover,
.krs-inline-link,
.krs-inline-link:visited,
.krs-inline-link:hover {
  color: #170708 !important;
}

.krs-html-btn-outline,
.krs-html-btn-outline:visited,
.krs-html-btn-outline:hover,
.krs-btn-outline .elementor-button,
.krs-btn-outline .elementor-button:visited,
.krs-btn-outline .elementor-button:hover {
  color: var(--krs-gold-light) !important;
}

.krs-footer a:hover,
.krs-footer-bottom a:hover {
  color: var(--krs-gold-light) !important;
}

.krs-section .elementor-heading-title,
.krs-section h1,
.krs-section h2,
.krs-section h3,
.krs-section h4 {
  color: var(--krs-text) !important;
}

.krs-card .elementor-heading-title,
.krs-card h3,
.krs-panel .elementor-heading-title,
.krs-panel h3,
.krs-footer .elementor-heading-title,
.krs-footer h3,
.krs-html-card h3 {
  color: var(--krs-gold-light) !important;
}


/* v2.1 hard cleanup: remove topbar and fix footer link colors */
.krs-topbar,
body .krs-topbar,
html body .krs-topbar,
.elementor .krs-topbar,
.elementor-section.krs-topbar,
.elementor-element.krs-topbar {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}

/* Footer headings */
.krs-footer h3,
.krs-footer .elementor-heading-title,
.krs-footer-bottom h3,
.krs-footer-bottom .elementor-heading-title {
  color: var(--krs-gold-light) !important;
}

/* Footer normal text */
.krs-footer,
.krs-footer p,
.krs-footer span,
.krs-footer .elementor-text-editor,
.krs-footer .elementor-widget-container,
.krs-footer-bottom,
.krs-footer-bottom p,
.krs-footer-bottom span {
  color: var(--krs-muted) !important;
}

/* Footer links: stop red/theme colors */
.krs-footer a,
.krs-footer a:link,
.krs-footer a:visited,
.krs-footer .elementor-widget-text-editor a,
.krs-footer .elementor-widget-text-editor a:link,
.krs-footer .elementor-widget-text-editor a:visited,
.krs-footer-bottom a,
.krs-footer-bottom a:link,
.krs-footer-bottom a:visited,
.krs-footer-bottom .elementor-widget-text-editor a,
.krs-footer-bottom .elementor-widget-text-editor a:link,
.krs-footer-bottom .elementor-widget-text-editor a:visited {
  color: var(--krs-muted) !important;
  text-decoration: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

.krs-footer a:hover,
.krs-footer .elementor-widget-text-editor a:hover,
.krs-footer-bottom a:hover,
.krs-footer-bottom .elementor-widget-text-editor a:hover {
  color: var(--krs-gold-light) !important;
  text-decoration: none !important;
}

/* Footer logo links */
.krs-footer .krs-logo,
.krs-footer .krs-logo:link,
.krs-footer .krs-logo:visited,
.krs-footer .krs-logo:hover {
  color: var(--krs-text) !important;
}

.krs-footer .krs-logo small {
  color: var(--krs-muted-2) !important;
}

/* Main menu remains pill buttons */
.krs-nav-button .elementor-button,
.krs-nav-button .elementor-button:link,
.krs-nav-button .elementor-button:visited,
.krs-nav-button a.elementor-button,
.krs-nav-button a.elementor-button:link,
.krs-nav-button a.elementor-button:visited {
  color: var(--krs-muted) !important;
  background: rgba(212, 175, 55, 0.075) !important;
  border: 1px solid rgba(212, 175, 55, 0.18) !important;
  text-decoration: none !important;
}

.krs-nav-button .elementor-button:hover,
.krs-nav-button a.elementor-button:hover {
  color: var(--krs-gold-light) !important;
  background: linear-gradient(135deg, rgba(255, 240, 168, 0.16), rgba(212, 175, 55, 0.14), rgba(143, 106, 34, 0.10)) !important;
  border-color: rgba(244, 214, 122, 0.42) !important;
}

/* Force all text links inside KingReShare sections away from theme red, except gold buttons */
.krs-section a:not(.krs-html-btn):not(.krs-inline-link):not(.elementor-button),
.krs-section a:not(.krs-html-btn):not(.krs-inline-link):not(.elementor-button):visited {
  color: var(--krs-muted) !important;
}

.krs-section a:not(.krs-html-btn):not(.krs-inline-link):not(.elementor-button):hover {
  color: var(--krs-gold-light) !important;
}


/* v2.2 page title size correction */
/* The inner pages were too aggressive: large H1 and too much empty space. */
.krs-page-title {
  padding: 42px 0 30px !important;
  min-height: auto !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(212, 175, 55, 0.08), transparent 34%),
    rgba(5, 5, 5, 0.18) !important;
  border-top: 0 !important;
  border-bottom: 1px solid rgba(212, 175, 55, 0.12) !important;
}

.krs-page-title .elementor-container,
.krs-page-title .elementor-widget-wrap,
.krs-page-title .elementor-widget {
  min-height: auto !important;
}

.krs-page-title h1,
.krs-page-title .krs-page-heading .elementor-heading-title,
.krs-page-title .elementor-heading-title {
  font-size: clamp(30px, 4vw, 46px) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.8px !important;
  margin: 0 !important;
  color: var(--krs-text) !important;
}

.krs-page-title .krs-lead,
.krs-page-title .krs-lead p,
.krs-page-title p {
  font-size: 16px !important;
  line-height: 1.55 !important;
  margin-top: 12px !important;
  max-width: 760px !important;
  color: var(--krs-muted) !important;
}

/* Keep home hero impressive, but slightly cleaner than before */
.krs-hero {
  padding: 68px 0 52px !important;
}

.krs-hero-title .elementor-heading-title {
  font-size: clamp(40px, 6vw, 68px) !important;
  letter-spacing: -1.6px !important;
}

/* Inner section headings also a bit calmer */
.krs-html-section-head h2,
.krs-section-head .elementor-heading-title,
.krs-section h2.elementor-heading-title {
  font-size: clamp(28px, 4vw, 42px) !important;
  letter-spacing: -0.6px !important;
}

/* Extra hard remove old topbar text if old Elementor data still exists */
.krs-topbar,
body .krs-topbar,
html body .krs-topbar,
.elementor .krs-topbar,
.elementor-section.krs-topbar,
.elementor-element.krs-topbar {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}

@media (max-width: 767px) {
  .krs-page-title {
    padding: 34px 0 24px !important;
  }

  .krs-page-title h1,
  .krs-page-title .krs-page-heading .elementor-heading-title,
  .krs-page-title .elementor-heading-title {
    font-size: clamp(28px, 9vw, 38px) !important;
  }

  .krs-hero-title .elementor-heading-title {
    font-size: clamp(36px, 11vw, 54px) !important;
  }
}


/* v2.3 compact inner-page titles and customer-facing cleanup */
.krs-page-title {
  padding: 26px 0 20px !important;
  min-height: 0 !important;
}

.krs-page-title h1,
.krs-page-title .krs-page-heading .elementor-heading-title,
.krs-page-title .elementor-heading-title {
  font-size: clamp(24px, 3vw, 34px) !important;
  line-height: 1.12 !important;
  letter-spacing: -0.4px !important;
  margin: 0 !important;
}

.krs-page-title .krs-lead,
.krs-page-title .krs-lead p,
.krs-page-title p {
  font-size: 14.5px !important;
  line-height: 1.5 !important;
  margin-top: 8px !important;
  max-width: 680px !important;
}

/* Form/support panel titles were too large inside test pages */
.krs-form-section h2,
.krs-form-section .elementor-heading-title,
.krs-panel h2,
.krs-panel .elementor-heading-title,
.krs-support-panel h2,
.krs-support-panel .elementor-heading-title,
.krs-account-section h2,
.krs-account-section .elementor-heading-title {
  font-size: clamp(24px, 3vw, 34px) !important;
  line-height: 1.14 !important;
  letter-spacing: -0.35px !important;
}

/* Secondary section titles: premium but not huge */
.krs-html-section-head h2,
.krs-section-head .elementor-heading-title,
.krs-section h2.elementor-heading-title,
.krs-section h2 {
  font-size: clamp(26px, 3.4vw, 38px) !important;
  line-height: 1.12 !important;
  letter-spacing: -0.45px !important;
}

/* Card titles should be readable, not oversized */
.krs-html-card h3,
.krs-card h3,
.krs-card .elementor-heading-title {
  font-size: 22px !important;
  line-height: 1.15 !important;
}

/* Remove technical notes from public pages */
.krs-form-note {
  display: none !important;
}

/* Keep homepage hero separate and still strong */
.krs-hero-title .elementor-heading-title {
  font-size: clamp(38px, 5.6vw, 62px) !important;
}

/* Extra topbar removal for internal pages that were not rebuilt yet */
.krs-topbar,
body .krs-topbar,
html body .krs-topbar,
.elementor .krs-topbar,
.elementor-section.krs-topbar,
.elementor-element.krs-topbar {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}

@media (max-width: 767px) {
  .krs-page-title {
    padding: 22px 0 18px !important;
  }

  .krs-page-title h1,
  .krs-page-title .krs-page-heading .elementor-heading-title,
  .krs-page-title .elementor-heading-title {
    font-size: clamp(23px, 7.5vw, 32px) !important;
  }

  .krs-form-section h2,
  .krs-form-section .elementor-heading-title,
  .krs-panel h2,
  .krs-panel .elementor-heading-title,
  .krs-html-section-head h2,
  .krs-section h2 {
    font-size: clamp(24px, 7vw, 32px) !important;
  }
}


/* v2.4 ultra-compact inner page titles */
body.krs-native-page .krs-page-title,
.krs-page-title {
  padding: 18px 0 14px !important;
  min-height: 0 !important;
}

body.krs-native-page .krs-page-title h1,
body.krs-native-page .krs-page-title .krs-page-heading .elementor-heading-title,
body.krs-native-page .krs-page-title .elementor-heading-title,
.krs-page-title h1,
.krs-page-title .krs-page-heading .elementor-heading-title,
.krs-page-title .elementor-heading-title {
  font-size: clamp(20px, 2.2vw, 28px) !important;
  line-height: 1.15 !important;
  letter-spacing: -0.25px !important;
  margin: 0 !important;
  font-weight: 700 !important;
}

body.krs-native-page .krs-page-title .krs-lead,
body.krs-native-page .krs-page-title .krs-lead p,
body.krs-native-page .krs-page-title p,
.krs-page-title .krs-lead,
.krs-page-title .krs-lead p,
.krs-page-title p {
  font-size: 13.5px !important;
  line-height: 1.45 !important;
  margin-top: 6px !important;
  max-width: 640px !important;
}

/* Form panel title should be compact and not hero-like */
body.krs-native-page .krs-form-title .elementor-heading-title,
body.krs-native-page .krs-form-section h2,
body.krs-native-page .krs-form-section h3,
body.krs-native-page .krs-form-section .elementor-heading-title,
body.krs-native-page .krs-panel h2,
body.krs-native-page .krs-panel h3,
body.krs-native-page .krs-panel .elementor-heading-title,
.krs-form-title .elementor-heading-title,
.krs-form-section h2,
.krs-form-section h3,
.krs-form-section .elementor-heading-title,
.krs-panel h2,
.krs-panel h3,
.krs-panel .elementor-heading-title {
  font-size: clamp(20px, 2.4vw, 26px) !important;
  line-height: 1.16 !important;
  letter-spacing: -0.2px !important;
  margin: 0 0 12px !important;
  font-weight: 700 !important;
}

/* Card side title "Before sending" smaller */
body.krs-native-page .krs-card h3,
body.krs-native-page .krs-card .elementor-heading-title,
.krs-card h3,
.krs-card .elementor-heading-title {
  font-size: 20px !important;
  line-height: 1.18 !important;
}

/* Reduce vertical bulk of form sections */
.krs-form-section {
  padding: 42px 0 !important;
}

.krs-form-section .krs-card .elementor-widget-wrap,
.krs-form-section .krs-panel .elementor-widget-wrap {
  padding: 22px !important;
}

/* Secondary headings should not dominate */
.krs-html-section-head h2,
.krs-section-head .elementor-heading-title,
.krs-section h2.elementor-heading-title,
.krs-section h2 {
  font-size: clamp(24px, 3vw, 34px) !important;
}

/* Home stays a hero, but not too huge */
.krs-hero-title .elementor-heading-title {
  font-size: clamp(36px, 5.2vw, 58px) !important;
}

@media (max-width: 767px) {
  body.krs-native-page .krs-page-title,
  .krs-page-title {
    padding: 16px 0 12px !important;
  }

  body.krs-native-page .krs-page-title h1,
  body.krs-native-page .krs-page-title .krs-page-heading .elementor-heading-title,
  body.krs-native-page .krs-page-title .elementor-heading-title,
  .krs-page-title h1,
  .krs-page-title .krs-page-heading .elementor-heading-title,
  .krs-page-title .elementor-heading-title {
    font-size: clamp(20px, 6.2vw, 27px) !important;
  }

  body.krs-native-page .krs-form-title .elementor-heading-title,
  body.krs-native-page .krs-form-section h2,
  body.krs-native-page .krs-form-section h3,
  body.krs-native-page .krs-form-section .elementor-heading-title,
  .krs-form-title .elementor-heading-title,
  .krs-form-section h2,
  .krs-form-section h3,
  .krs-form-section .elementor-heading-title {
    font-size: clamp(20px, 6.2vw, 26px) !important;
  }
}


/* v2.5 backup-aware final overrides.
   These are duplicated in wp_head/wp_footer as critical CSS because Elementor 4 imports
   can load widget typography after normal plugin styles. */
html body.krs-native-page .krs-page-title,
html body .krs-page-title {
  padding: 14px 0 10px !important;
  min-height: 0 !important;
}

html body.krs-native-page .krs-page-title h1,
html body.krs-native-page .krs-page-title .elementor-heading-title,
html body .krs-page-title h1,
html body .krs-page-title .elementor-heading-title {
  font-size: 24px !important;
  line-height: 1.14 !important;
  font-weight: 700 !important;
  margin: 0 !important;
}

html body.krs-native-page .krs-form-section .elementor-heading-title,
html body.krs-native-page .krs-panel .elementor-heading-title,
html body .krs-form-section .elementor-heading-title,
html body .krs-panel .elementor-heading-title {
  font-size: 21px !important;
  line-height: 1.16 !important;
}

html body.krs-native-page .krs-footer a,
html body.krs-native-page .krs-footer a:visited,
html body.krs-native-page .krs-footer-bottom a,
html body.krs-native-page .krs-footer-bottom a:visited,
html body .krs-footer a,
html body .krs-footer a:visited,
html body .krs-footer-bottom a,
html body .krs-footer-bottom a:visited {
  color: #dfc88f !important;
  text-decoration: none !important;
}

html body.krs-native-page .krs-footer a:hover,
html body.krs-native-page .krs-footer-bottom a:hover,
html body .krs-footer a:hover,
html body .krs-footer-bottom a:hover {
  color: #f4d67a !important;
}


/* v2.6 persistent Elementor-data-aware overrides */
html body .krs-force-small-page-title.elementor-heading-title,
html body .krs-page-title .krs-force-small-page-title .elementor-heading-title,
html body .krs-page-title .elementor-heading-title,
html body .krs-page-title h1,
html body .krs-page-title h2 {
  font-size: 18px !important;
  line-height: 1.16 !important;
  font-weight: 700 !important;
  letter-spacing: -0.1px !important;
  color: #fff7e6 !important;
  margin: 0 !important;
}

html body .krs-page-title {
  padding: 10px 0 8px !important;
  min-height: 0 !important;
}

html body .krs-page-title p,
html body .krs-page-title .krs-lead,
html body .krs-page-title .krs-lead p {
  font-size: 12.5px !important;
  line-height: 1.35 !important;
  margin-top: 4px !important;
  margin-bottom: 0 !important;
}

html body .krs-form-title .elementor-heading-title,
html body .krs-form-section .elementor-heading-title,
html body .krs-panel .elementor-heading-title {
  font-size: 18px !important;
  line-height: 1.16 !important;
  font-weight: 700 !important;
  color: #f4d67a !important;
}

html body .krs-footer-link,
html body .krs-footer-link:link,
html body .krs-footer-link:visited,
html body .krs-footer a,
html body .krs-footer a:visited,
html body .krs-footer-bottom a,
html body .krs-footer-bottom a:visited {
  color: #dfc88f !important;
  text-decoration: none !important;
}

html body .krs-footer-link:hover,
html body .krs-footer a:hover,
html body .krs-footer-bottom a:hover {
  color: #f4d67a !important;
}

@media (max-width: 767px) {
  html body .krs-page-title .elementor-heading-title,
  html body .krs-page-title h1,
  html body .krs-page-title h2 {
    font-size: 17px !important;
  }
}


/* v2.7 title is text, not H1/H2. This avoids Elementor Heading typography conflicts. */
html body .krs-page-title-as-text,
html body .krs-page-title {
  padding: 12px 0 8px !important;
  min-height: 0 !important;
  margin: 0 !important;
}

html body .krs-page-title-box {
  text-align: center !important;
  max-width: 760px !important;
  margin: 0 auto !important;
}

html body .krs-page-text-title {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 18px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  color: #fff7e6 !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body .krs-page-text-subtitle {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 12.5px !important;
  line-height: 1.4 !important;
  font-weight: 500 !important;
  color: #dfc88f !important;
  margin: 4px 0 0 !important;
  padding: 0 !important;
}

html body .krs-title-html-widget,
html body .krs-title-html-widget .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
}

/* Hide any old heading widget that remains inside the page title section after conversion */
html body .krs-page-title .krs-page-heading,
html body .krs-page-title .krs-force-small-page-title:not(.krs-converted-title-widget) {
  display: none !important;
}

/* Extra strict footer link color */
html body .krs-footer a,
html body .krs-footer a:link,
html body .krs-footer a:visited,
html body .krs-footer-bottom a,
html body .krs-footer-bottom a:link,
html body .krs-footer-bottom a:visited,
html body .krs-footer-link,
html body .krs-footer-link:link,
html body .krs-footer-link:visited {
  color: #dfc88f !important;
  text-decoration: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body .krs-footer a:hover,
html body .krs-footer-bottom a:hover,
html body .krs-footer-link:hover {
  color: #f4d67a !important;
}

@media (max-width: 767px) {
  html body .krs-page-text-title {
    font-size: 17px !important;
  }
  html body .krs-page-text-subtitle {
    font-size: 12px !important;
  }
}


/* v2.8 mobile redesign: compact, premium, scrollable menu */
html,
body.krs-native-page {
  overflow-x: hidden !important;
}

@media (max-width: 767px) {
  body.krs-native-page {
    background:
      radial-gradient(circle at 10% 0%, rgba(212, 175, 55, 0.10), transparent 28%),
      linear-gradient(180deg, #050505, #080405 45%, #050505) !important;
  }

  .krs-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 999 !important;
    background: rgba(5, 5, 5, 0.96) !important;
    backdrop-filter: blur(16px) !important;
    border-bottom: 1px solid rgba(212, 175, 55, 0.18) !important;
  }

  .krs-header > .elementor-container {
    min-height: auto !important;
    padding: 10px 14px 8px !important;
    display: block !important;
  }

  .krs-logo-column,
  .krs-menu-column {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  .krs-logo-column > .elementor-widget-wrap,
  .krs-logo-column .elementor-widget-wrap {
    justify-content: center !important;
    padding: 0 0 8px !important;
  }

  .krs-logo {
    justify-content: center !important;
    gap: 10px !important;
  }

  .krs-logo-mark {
    width: 36px !important;
    height: 36px !important;
    border-radius: 12px !important;
    font-size: 13px !important;
  }

  .krs-logo-text,
  .krs-logo {
    font-size: 15px !important;
    line-height: 1.1 !important;
  }

  .krs-logo-text small {
    font-size: 8.5px !important;
    letter-spacing: 1px !important;
  }

  .krs-menu-column > .elementor-widget-wrap,
  .krs-menu-column .elementor-widget-wrap {
    width: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 6px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    padding: 0 2px 4px !important;
    margin: 0 !important;
  }

  .krs-menu-column > .elementor-widget-wrap::-webkit-scrollbar,
  .krs-menu-column .elementor-widget-wrap::-webkit-scrollbar {
    display: none !important;
  }

  .krs-menu-column .elementor-widget,
  .krs-menu-column .elementor-widget-button,
  .krs-nav-button {
    width: auto !important;
    min-width: max-content !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
  }

  .krs-nav-button .elementor-button,
  .krs-nav-button a.elementor-button {
    min-height: 30px !important;
    padding: 7px 10px !important;
    border-radius: 999px !important;
    font-size: 10.8px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    background: rgba(212, 175, 55, 0.08) !important;
    border: 1px solid rgba(212, 175, 55, 0.20) !important;
    color: #dfc88f !important;
    white-space: nowrap !important;
  }

  .krs-hero {
    padding: 34px 0 30px !important;
  }

  .krs-hero > .elementor-container,
  .krs-hero .elementor-container {
    display: flex !important;
    flex-direction: column !important;
    gap: 22px !important;
  }

  .krs-hero .elementor-column {
    width: 100% !important;
    flex: 0 0 100% !important;
  }

  .krs-eyebrow .elementor-heading-title {
    font-size: 10px !important;
    padding: 6px 9px !important;
    letter-spacing: 1px !important;
  }

  .krs-hero-title .elementor-heading-title {
    font-size: 34px !important;
    line-height: 1.05 !important;
    letter-spacing: -1px !important;
  }

  .krs-lead,
  .krs-lead p,
  .krs-lead .elementor-widget-container {
    font-size: 14.5px !important;
    line-height: 1.55 !important;
  }

  .krs-tags {
    gap: 6px !important;
    margin: 14px 0 10px !important;
  }

  .krs-tags span {
    font-size: 11px !important;
    padding: 6px 8px !important;
  }

  .krs-btn,
  .krs-btn .elementor-button {
    width: 100% !important;
    margin-right: 0 !important;
  }

  .krs-btn .elementor-button {
    min-height: 44px !important;
    padding: 12px 16px !important;
    border-radius: 13px !important;
  }

  .krs-offer-card,
  .krs-panel,
  .krs-card {
    border-radius: 22px !important;
    padding: 18px !important;
  }

  .krs-card .elementor-widget-wrap,
  .krs-panel .elementor-widget-wrap {
    padding: 18px !important;
  }

  .krs-offer-card h3,
  .krs-card h3,
  .krs-panel h3,
  .krs-card .elementor-heading-title,
  .krs-panel .elementor-heading-title {
    font-size: 19px !important;
  }

  .krs-offer-row {
    grid-template-columns: 1fr auto !important;
    padding: 11px 12px !important;
    border-radius: 14px !important;
    font-size: 13px !important;
  }

  .krs-offer-row strong {
    font-size: 20px !important;
  }

  .krs-mini-trust {
    grid-template-columns: 1fr !important;
    gap: 7px !important;
  }

  .krs-mini-trust span {
    padding: 10px !important;
  }

  .krs-html-products-section,
  .krs-section-head,
  .krs-product-grid,
  .krs-steps,
  .krs-cta,
  .krs-form-section,
  .krs-faq-section,
  .krs-account-section,
  .krs-policy-grid {
    padding: 34px 0 !important;
  }

  .krs-html-section-head {
    margin-bottom: 20px !important;
  }

  .krs-html-section-head h2,
  .krs-section h2,
  .krs-section-head .elementor-heading-title {
    font-size: 26px !important;
    line-height: 1.12 !important;
  }

  .krs-html-section-head p {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }

  .krs-html-card-grid,
  .krs-html-grid-4,
  .krs-html-grid-3 {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .krs-html-card {
    padding: 18px !important;
    border-radius: 20px !important;
    gap: 10px !important;
  }

  .krs-html-card h3 {
    font-size: 20px !important;
    line-height: 1.15 !important;
  }

  .krs-html-badge {
    font-size: 10.5px !important;
    padding: 6px 9px !important;
  }

  .krs-html-price {
    font-size: 34px !important;
  }

  .krs-html-price small {
    font-size: 12px !important;
  }

  .krs-html-list {
    gap: 7px !important;
    font-size: 13.5px !important;
  }

  .krs-html-btn {
    width: 100% !important;
    min-height: 43px !important;
    padding: 11px 14px !important;
    border-radius: 13px !important;
  }

  .krs-page-title,
  .krs-page-title-as-text {
    padding: 12px 0 8px !important;
  }

  .krs-page-text-title,
  .krs-page-title .elementor-heading-title,
  .krs-page-title h1,
  .krs-page-title h2 {
    font-size: 17px !important;
    line-height: 1.18 !important;
  }

  .krs-page-text-subtitle,
  .krs-page-title p {
    font-size: 12px !important;
    line-height: 1.38 !important;
  }

  .krs-form-section .elementor-container,
  .krs-account-section .elementor-container,
  .krs-footer .elementor-container,
  .krs-cta .elementor-container {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
  }

  .krs-form-section .elementor-column,
  .krs-account-section .elementor-column,
  .krs-footer .elementor-column {
    width: 100% !important;
    flex: 0 0 100% !important;
  }

  .krs-pro-form .elementor-field,
  .krs-pro-form input,
  .krs-pro-form select,
  .krs-pro-form textarea {
    padding: 12px 13px !important;
    border-radius: 12px !important;
    font-size: 14px !important;
  }

  .krs-pro-form .elementor-button {
    min-height: 44px !important;
    border-radius: 13px !important;
  }

  .krs-cta .elementor-container {
    border-radius: 24px !important;
    padding: 22px !important;
  }

  .krs-footer {
    padding: 30px 0 18px !important;
    text-align: center !important;
  }

  .krs-footer .krs-logo {
    justify-content: center !important;
  }

  .krs-footer h3,
  .krs-footer .elementor-heading-title {
    font-size: 17px !important;
    margin-top: 8px !important;
  }

  .krs-footer p,
  .krs-footer a {
    font-size: 13px !important;
  }

  .krs-footer-bottom {
    padding: 14px 0 !important;
    text-align: center !important;
  }

  .krs-footer-bottom-row {
    justify-content: center !important;
    font-size: 12px !important;
    gap: 8px !important;
  }
}

/* Very small devices */
@media (max-width: 390px) {
  .krs-hero-title .elementor-heading-title {
    font-size: 30px !important;
  }

  .krs-nav-button .elementor-button,
  .krs-nav-button a.elementor-button {
    font-size: 10.2px !important;
    padding: 6px 9px !important;
  }

  .krs-html-price {
    font-size: 31px !important;
  }
}


/* v2.9 mobile cleanup: app-like header, simplified home, compact footer */
.krs-mobile-header {
  display: none;
}

@media (max-width: 767px) {
  html, body {
    overflow-x: hidden !important;
  }

  body.krs-native-page {
    padding-top: 0 !important;
    background: #050505 !important;
  }

  /* Replace Elementor header with a clean mobile header */
  body.krs-native-page .krs-header {
    display: none !important;
  }

  .krs-mobile-header {
    display: block !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 99999 !important;
    background: rgba(5, 5, 5, 0.97) !important;
    border-bottom: 1px solid rgba(212, 175, 55, 0.20) !important;
    backdrop-filter: blur(16px) !important;
  }

  .krs-mobile-bar {
    min-height: 58px !important;
    padding: 9px 14px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
  }

  .krs-mobile-logo {
    display: inline-flex !important;
    align-items: center !important;
    gap: 9px !important;
    text-decoration: none !important;
    color: #fff7e6 !important;
    min-width: 0 !important;
  }

  .krs-mobile-logo-mark {
    width: 34px !important;
    height: 34px !important;
    border-radius: 11px !important;
    display: grid !important;
    place-items: center !important;
    flex: 0 0 auto !important;
    background: linear-gradient(135deg, #fff0a8, #d4af37, #8f6a22) !important;
    color: #170708 !important;
    font-weight: 900 !important;
    font-size: 13px !important;
  }

  .krs-mobile-logo-text {
    display: grid !important;
    line-height: 1.05 !important;
    font-weight: 900 !important;
    font-size: 14px !important;
  }

  .krs-mobile-logo-text small {
    color: #a98943 !important;
    font-size: 8.5px !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    margin-top: 1px !important;
  }

  .krs-mobile-menu-toggle {
    border: 1px solid rgba(212, 175, 55, 0.24) !important;
    background: rgba(212, 175, 55, 0.09) !important;
    color: #f4d67a !important;
    min-height: 34px !important;
    padding: 0 12px !important;
    border-radius: 999px !important;
    font-weight: 900 !important;
    font-size: 12px !important;
    cursor: pointer !important;
  }

  .krs-mobile-menu-panel {
    display: none !important;
    padding: 0 14px 12px !important;
    border-top: 1px solid rgba(212, 175, 55, 0.10) !important;
  }

  .krs-mobile-header.is-open .krs-mobile-menu-panel {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 7px !important;
  }

  .krs-mobile-menu-panel a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 34px !important;
    border-radius: 12px !important;
    border: 1px solid rgba(212, 175, 55, 0.18) !important;
    background: rgba(212, 175, 55, 0.07) !important;
    color: #dfc88f !important;
    text-decoration: none !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    padding: 7px 8px !important;
    text-align: center !important;
  }

  .krs-mobile-menu-panel a.krs-mobile-primary-link {
    background: linear-gradient(135deg, #fff0a8, #d4af37, #8f6a22) !important;
    color: #170708 !important;
  }

  /* Home hero: much shorter and cleaner */
  .krs-hero {
    padding: 26px 0 22px !important;
  }

  .krs-hero > .elementor-container,
  .krs-hero .elementor-container {
    width: calc(100% - 28px) !important;
    margin: 0 auto !important;
    gap: 16px !important;
  }

  .krs-eyebrow .elementor-heading-title {
    font-size: 9.5px !important;
    padding: 6px 9px !important;
    letter-spacing: 0.9px !important;
  }

  .krs-hero-title .elementor-heading-title {
    font-size: 30px !important;
    line-height: 1.05 !important;
    letter-spacing: -0.8px !important;
    margin-top: 8px !important;
  }

  .krs-lead,
  .krs-lead p,
  .krs-lead .elementor-widget-container {
    font-size: 13.5px !important;
    line-height: 1.5 !important;
    margin-top: 10px !important;
  }

  .krs-tags {
    display: none !important;
  }

  .krs-btn {
    margin-top: 10px !important;
  }

  .krs-btn .elementor-button {
    min-height: 42px !important;
    padding: 11px 14px !important;
    border-radius: 12px !important;
    font-size: 13px !important;
  }

  /* Hide the big current offers block on mobile. It was making the page too busy. */
  .krs-offer-card {
    display: none !important;
  }

  /* Home services become compact 2x2 cards */
  .krs-home-services-section,
  .krs-html-products-section {
    padding: 26px 0 !important;
  }

  .krs-home-services-section .elementor-container,
  .krs-html-products-section .elementor-container,
  .krs-section .elementor-container {
    width: calc(100% - 28px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .krs-home-services-section .krs-html-section-head {
    margin-bottom: 14px !important;
  }

  .krs-home-services-section .krs-html-section-head h2 {
    font-size: 24px !important;
    line-height: 1.1 !important;
  }

  .krs-home-services-section .krs-html-section-head p {
    display: none !important;
  }

  .krs-home-services-section .krs-html-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .krs-home-services-section .krs-html-card {
    padding: 14px !important;
    border-radius: 18px !important;
    gap: 8px !important;
    min-height: 172px !important;
  }

  .krs-home-services-section .krs-html-icon {
    width: 38px !important;
    height: 38px !important;
    border-radius: 13px !important;
    font-size: 19px !important;
    margin-bottom: 2px !important;
  }

  .krs-home-services-section .krs-html-card h3 {
    font-size: 15px !important;
    line-height: 1.15 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 900 !important;
  }

  .krs-home-services-section .krs-html-card p {
    display: none !important;
  }

  .krs-home-services-section .krs-html-price {
    font-size: 21px !important;
    line-height: 1 !important;
    margin-top: 2px !important;
  }

  .krs-home-services-section .krs-html-price small {
    font-size: 10px !important;
    margin-top: 3px !important;
  }

  .krs-home-services-section .krs-html-btn {
    min-height: 34px !important;
    padding: 8px 9px !important;
    font-size: 11px !important;
    border-radius: 11px !important;
  }

  /* Hide "How it works" steps on mobile; it adds too much scroll and clutter. */
  .krs-steps {
    display: none !important;
  }

  /* Final CTA compact */
  .krs-cta {
    padding: 24px 0 !important;
  }

  .krs-cta .elementor-container {
    width: calc(100% - 28px) !important;
    padding: 18px !important;
    border-radius: 20px !important;
    gap: 12px !important;
  }

  .krs-cta .krs-eyebrow .elementor-heading-title {
    font-size: 9px !important;
  }

  .krs-cta h2,
  .krs-cta .elementor-heading-title {
    font-size: 24px !important;
    line-height: 1.12 !important;
  }

  .krs-cta .krs-lead,
  .krs-cta .krs-lead p {
    font-size: 13.2px !important;
    line-height: 1.45 !important;
  }

  /* Internal product cards still one column but smaller */
  .krs-html-card-grid:not(.krs-home-services-section .krs-html-card-grid) {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .krs-html-products-section:not(.krs-home-services-section) .krs-html-card {
    padding: 16px !important;
    border-radius: 18px !important;
  }

  .krs-html-products-section:not(.krs-home-services-section) .krs-html-card h3 {
    font-size: 18px !important;
    font-family: Arial, Helvetica, sans-serif !important;
  }

  .krs-html-products-section:not(.krs-home-services-section) .krs-html-price {
    font-size: 30px !important;
  }

  .krs-html-products-section:not(.krs-home-services-section) .krs-html-list {
    font-size: 13px !important;
  }

  /* Footer: remove clutter and red links on mobile */
  .krs-footer {
    padding: 24px 0 14px !important;
    text-align: center !important;
  }

  .krs-footer .elementor-container {
    width: calc(100% - 28px) !important;
    display: block !important;
  }

  .krs-footer .elementor-column {
    width: 100% !important;
  }

  .krs-footer .elementor-column:not(:first-child) {
    display: none !important;
  }

  .krs-footer .krs-logo {
    justify-content: center !important;
  }

  .krs-footer p {
    font-size: 12.5px !important;
    line-height: 1.45 !important;
    max-width: 320px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .krs-footer a,
  .krs-footer a:visited,
  .krs-footer-bottom a,
  .krs-footer-bottom a:visited {
    color: #dfc88f !important;
    text-decoration: none !important;
  }

  .krs-footer-bottom-row {
    justify-content: center !important;
    text-align: center !important;
    font-size: 11.5px !important;
    line-height: 1.4 !important;
  }

  .krs-footer-bottom-row span:last-child {
    display: none !important;
  }
}

@media (max-width: 390px) {
  .krs-hero-title .elementor-heading-title {
    font-size: 27px !important;
  }

  .krs-home-services-section .krs-html-card-grid {
    gap: 8px !important;
  }

  .krs-home-services-section .krs-html-card {
    padding: 12px !important;
  }

  .krs-home-services-section .krs-html-card h3 {
    font-size: 14px !important;
  }
}


/* v3.1 mobile menu fix: keep only the modern injected mobile menu.
   Elementor kit imports can miss the krs-native-page body class, so hide legacy
   .krs-header on small screens even when the body class is absent. */
@media (max-width: 767px) {
  .krs-header {
    display: none !important;
  }

  body:not(.elementor-editor-active) .krs-mobile-header {
    display: block !important;
  }
}
