:root {
  --lsk-navy: #101722;
  --lsk-navy-soft: #1b2737;
  --lsk-blue: #2856d7;
  --lsk-blue-dark: #1c3da3;
  --lsk-orange: #f26a21;
  --lsk-ink: #15191e;
  --lsk-muted: #5d6672;
  --lsk-line: #dce2e8;
  --lsk-surface: #f4f7fa;
  --lsk-white: #fff;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../fonts/manrope-cyrillic-ext.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../fonts/manrope-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../fonts/manrope-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*
 * A single Cyrillic-friendly type system keeps technical content readable
 * and prevents embedded Elementor sections from switching between families.
 */
body,
.ct-header,
.ct-footer {
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
}

#main h1,
#main h2,
#main h3,
#main h4,
#main h5,
#main h6,
#main p,
#main li,
#main label,
#main input,
#main select,
#main textarea,
#main button {
  font-family: "Manrope", "Segoe UI", Arial, sans-serif !important;
}

.wh-hero h1,
.wh-hero h2 {
  color: #fff !important;
  font-family: "Manrope", "Segoe UI", Arial, sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: -.025em;
}

.wh-hero h1 em,
.wh-hero h2 em {
  color: #fb923c !important;
  font-style: normal;
}

.wh-hero .wh-lead {
  color: rgba(255, 255, 255, .82) !important;
}

.wh-hero .wh-pill {
  color: rgba(255, 255, 255, .72) !important;
}

.lsk-growth-shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.lsk-header-contact {
  color: var(--lsk-white);
  background: var(--lsk-navy);
}

.lsk-header-contact > .lsk-growth-shell {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-size: 13px;
  font-weight: 700;
}

.lsk-header-contact > .lsk-growth-shell > div {
  display: flex;
  align-items: center;
  gap: 18px;
}

.lsk-header-contact a {
  color: var(--lsk-white);
  text-decoration: none;
}

.lsk-header-contact__button {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 14px;
  border-radius: 6px;
  background: var(--lsk-orange);
}

.lsk-header-contact__button:hover,
.lsk-header-contact__button:focus-visible {
  color: var(--lsk-white);
  background: #d95514;
}

.home .elementor-element-f47e99a {
  display: none !important;
}

.lsk-calc-page .entry-header {
  display: none;
}

.lsk-calc-page .ct-container-full {
  padding-top: 0;
}

.lsk-growth-hero {
  position: relative;
  isolation: isolate;
  min-height: 610px;
  display: flex;
  align-items: center;
  color: var(--lsk-white);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(10, 17, 27, .98) 0%, rgba(10, 17, 27, .92) 46%, rgba(10, 17, 27, .2) 82%),
    url("../../../../uploads/2025/08/kryj.jpg") center right / cover no-repeat,
    var(--lsk-navy);
}

.lsk-growth-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 5px;
  background: linear-gradient(90deg, var(--lsk-orange), var(--lsk-blue));
  z-index: -1;
}

.lsk-growth-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 18% 30%, rgba(40, 86, 215, .24), transparent 38%),
    linear-gradient(180deg, transparent 70%, rgba(0, 0, 0, .25));
}

.lsk-growth-hero__content {
  padding-block: 48px;
}

.lsk-growth-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  color: #bcd0ff;
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.lsk-growth-kicker::before {
  content: "";
  width: 28px;
  height: 3px;
  border-radius: 99px;
  background: var(--lsk-orange);
}

.lsk-growth-hero h1 {
  max-width: 880px;
  margin: 0;
  color: var(--lsk-white);
  font-family: "Manrope", sans-serif;
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: 1.08;
  text-wrap: balance;
}

.lsk-growth-hero__lead {
  max-width: 690px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .82);
  font-family: "Manrope", sans-serif;
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.55;
}

.lsk-growth-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.lsk-growth-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 2px solid transparent;
  border-radius: 8px;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
}

.lsk-growth-button:hover,
.lsk-growth-button:focus-visible {
  transform: translateY(-2px);
}

.lsk-growth-button--primary {
  color: var(--lsk-white);
  background: var(--lsk-orange);
}

.lsk-growth-button--primary:hover,
.lsk-growth-button--primary:focus-visible {
  color: var(--lsk-white);
  background: #d95514;
}

.lsk-growth-button--secondary {
  color: var(--lsk-white);
  border-color: rgba(255, 255, 255, .54);
  background: rgba(255, 255, 255, .08);
}

.lsk-growth-button--secondary:hover,
.lsk-growth-button--secondary:focus-visible {
  color: var(--lsk-white);
  border-color: var(--lsk-white);
  background: rgba(255, 255, 255, .15);
}

.lsk-growth-proof {
  max-width: 890px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 10px;
  background: rgba(255, 255, 255, .18);
  backdrop-filter: blur(10px);
}

.lsk-growth-proof span {
  min-height: 76px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 13px 16px;
  color: rgba(255, 255, 255, .7);
  background: rgba(14, 23, 35, .82);
  font-size: 12px;
  line-height: 1.35;
}

.lsk-growth-proof strong {
  color: var(--lsk-white);
  font-size: 17px;
  line-height: 1.25;
}

.lsk-growth-offer {
  padding-block: clamp(62px, 8vw, 96px);
  color: var(--lsk-ink);
  background: var(--lsk-white);
}

.lsk-growth-offer__heading {
  max-width: 820px;
}

.lsk-growth-offer .lsk-growth-kicker {
  color: var(--lsk-blue-dark);
}

.lsk-growth-offer h2 {
  margin: 0;
  color: var(--lsk-ink);
  font-size: clamp(30px, 4vw, 46px);
  letter-spacing: -.03em;
  line-height: 1.12;
}

.lsk-growth-offer__heading > p {
  margin: 18px 0 0;
  color: var(--lsk-muted);
  font-size: 17px;
  line-height: 1.7;
}

.lsk-growth-offer__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 38px;
}

.lsk-growth-offer__grid article {
  min-height: 238px;
  padding: 25px;
  border: 1px solid var(--lsk-line);
  border-radius: 12px;
  background: var(--lsk-surface);
}

.lsk-growth-offer__grid article > strong {
  color: var(--lsk-orange);
  font-size: 13px;
  letter-spacing: .08em;
}

.lsk-growth-offer__grid h3 {
  margin: 25px 0 10px;
  color: var(--lsk-ink);
  font-size: 19px;
  line-height: 1.3;
}

.lsk-growth-offer__grid p {
  margin: 0;
  color: var(--lsk-muted);
  font-size: 14px;
  line-height: 1.65;
}

.lsk-growth-price-note {
  display: grid;
  grid-template-columns: minmax(260px, .8fr) minmax(300px, 1.2fr) auto;
  align-items: center;
  gap: 28px;
  margin-top: 18px;
  padding: 24px 26px;
  border-radius: 12px;
  color: var(--lsk-white);
  background: var(--lsk-navy);
}

.lsk-growth-price-note span {
  display: block;
  margin-bottom: 4px;
  color: #bcd0ff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.lsk-growth-price-note strong {
  font-size: 18px;
  line-height: 1.35;
}

.lsk-growth-price-note p {
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  line-height: 1.55;
}

.lsk-growth-price-note .lsk-growth-button {
  min-width: 220px;
}

.lsk-growth-brief {
  padding-block: 76px;
  color: var(--lsk-ink);
  background: var(--lsk-surface);
  scroll-margin-top: 90px;
}

.lsk-growth-calc-path {
  position: relative;
  padding-block: 68px;
  color: var(--lsk-white);
  background:
    radial-gradient(circle at 85% 20%, rgba(40, 86, 215, .32), transparent 34%),
    var(--lsk-navy);
}

.lsk-growth-calc-path h1 {
  max-width: 820px;
  margin: 0;
  color: var(--lsk-white);
  font-family: "Manrope", sans-serif;
  font-size: clamp(30px, 3.7vw, 52px);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: 1.12;
}

.lsk-growth-calc-path > .lsk-growth-shell > p {
  max-width: 760px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, .76);
  font-size: 17px;
  line-height: 1.6;
}

.lsk-growth-expert-calc {
  scroll-margin-top: 90px;
  overflow: clip;
}

.lsk-calc-demo {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 34px;
  width: min(1180px, calc(100% - 40px));
  margin: 42px auto 18px;
  padding: 26px 28px;
  border: 1px solid rgba(40, 86, 215, .18);
  border-radius: 20px;
  color: var(--lsk-ink);
  background: linear-gradient(135deg, rgba(40, 86, 215, .08), rgba(255, 255, 255, .96));
  box-shadow: 0 14px 38px rgba(15, 23, 42, .08);
}

.lsk-calc-demo .lsk-growth-kicker {
  margin-bottom: 9px;
  color: var(--lsk-blue-dark);
}

.lsk-calc-demo h2 {
  margin: 0;
  color: var(--lsk-ink);
  font-family: "Manrope", sans-serif;
  font-size: clamp(23px, 2.4vw, 34px);
  font-weight: 800;
  letter-spacing: -.025em;
  line-height: 1.17;
}

.lsk-calc-demo p {
  max-width: 760px;
  margin: 12px 0 0;
  color: var(--lsk-muted);
  font-size: 15px;
  line-height: 1.6;
}

.lsk-calc-demo nav {
  display: grid;
  gap: 8px;
  min-width: 210px;
}

.lsk-calc-demo nav a {
  padding: 10px 12px;
  border-radius: 10px;
  color: var(--lsk-blue-dark);
  background: rgba(255, 255, 255, .72);
  font-size: 14px;
  font-weight: 750;
  text-align: center;
  text-decoration: none;
}

.lsk-calc-demo nav a:hover,
.lsk-calc-demo nav a:focus-visible {
  color: var(--lsk-white);
  background: var(--lsk-blue);
}

.lsk-calc-page #lsk-calculator-app,
.lsk-calc-page #lsk-calculator-app > .e-con-inner,
.lsk-calc-page #lsk-calculator-app .elementor-widget-html,
.lsk-calc-page #lsk-calculator-app .wrap {
  min-width: 0;
  max-width: 100%;
}

.lsk-calc-page #lsk-calculator-app .grid {
  grid-template-columns: minmax(0, 1fr);
}

.lsk-calc-page #lsk-calculator-app .grid > *,
.lsk-calc-page #lsk-calculator-app .row > *,
.lsk-calc-page #lsk-calculator-app .resultsCard,
.lsk-calc-page #lsk-calculator-app .card,
.lsk-calc-page #lsk-calculator-app .cardLight,
.lsk-calc-page #lsk-calculator-app input,
.lsk-calc-page #lsk-calculator-app select,
.lsk-calc-page #lsk-calculator-app canvas {
  min-width: 0;
  max-width: 100%;
}

.lsk-calc-page #lsk-calculator-app .chartWrap {
  max-width: 100%;
  overflow-x: auto;
}

.lsk-calc-page #lsk-calculator-app .lsk-chart-section-title {
  margin: 14px 0 8px;
  font-weight: 800;
  color: #253247;
}

.lsk-calc-page #lsk-calculator-app .lsk-chart-opening-note {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(15, 23, 42, .1);
  font-weight: 700;
  color: #334155;
}

.lsk-calc-page #lsk-calculator-app #chartOpening {
  width: 100%;
  height: 300px;
  margin-top: 8px;
  background: #fff;
  border: 1px solid rgba(2, 6, 23, .1);
  border-radius: 18px;
}

#lsk-calculator-app,
#lsk-calculator-guide {
  scroll-margin-top: 90px;
}

.lsk-calc-guide {
  padding-block: 72px;
  color: var(--lsk-ink);
  background: var(--lsk-surface);
}

.lsk-calc-guide h2 {
  max-width: 820px;
  margin: 0;
  color: var(--lsk-ink);
  font-family: "Manrope", sans-serif;
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: 1.15;
}

.lsk-calc-guide__lead {
  max-width: 850px;
  margin: 18px 0 0;
  color: var(--lsk-muted);
  font-size: 17px;
  line-height: 1.68;
}

.lsk-calc-guide__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.lsk-calc-guide__grid article {
  padding: 24px;
  border: 1px solid rgba(15, 23, 42, .09);
  border-radius: 18px;
  background: var(--lsk-white);
  box-shadow: 0 10px 30px rgba(15, 23, 42, .05);
}

.lsk-calc-guide h3 {
  margin: 0;
  color: var(--lsk-ink);
  font-family: "Manrope", sans-serif;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.3;
}

.lsk-calc-guide__grid p,
.lsk-calc-guide__result p,
.lsk-calc-faq p {
  margin: 10px 0 0;
  color: var(--lsk-muted);
  font-size: 15px;
  line-height: 1.65;
}

.lsk-calc-guide__result {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 30px;
  margin-top: 22px;
  padding: 26px;
  border-radius: 18px;
  color: var(--lsk-white);
  background: var(--lsk-navy);
}

.lsk-calc-guide__result h3 {
  color: var(--lsk-white);
}

.lsk-calc-guide__result p {
  max-width: 760px;
  color: rgba(255, 255, 255, .72);
}

.lsk-calc-guide__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 24px;
}

.lsk-calc-guide__links a {
  color: var(--lsk-blue-dark);
  font-weight: 750;
}

.lsk-calc-faq {
  max-width: 900px;
  margin-top: 58px;
}

.lsk-calc-faq h2 {
  margin-bottom: 22px;
  font-size: clamp(25px, 2.8vw, 36px);
}

.lsk-calc-faq details {
  border-top: 1px solid rgba(15, 23, 42, .12);
  padding-block: 17px;
}

.lsk-calc-faq details:last-child {
  border-bottom: 1px solid rgba(15, 23, 42, .12);
}

.lsk-calc-faq summary {
  cursor: pointer;
  color: var(--lsk-ink);
  font-family: "Manrope", sans-serif;
  font-size: 17px;
  font-weight: 800;
}

.lsk-growth-brief__grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(440px, 1.1fr);
  align-items: start;
  gap: clamp(40px, 6vw, 88px);
}

.lsk-growth-brief .lsk-growth-kicker {
  margin-bottom: 16px;
  color: var(--lsk-blue-dark);
}

.lsk-growth-brief h2 {
  margin: 0;
  color: var(--lsk-ink);
  font-family: "Manrope", sans-serif;
  font-size: clamp(27px, 3vw, 43px);
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: 1.16;
}

.lsk-growth-brief__copy > p {
  margin: 22px 0 0;
  color: var(--lsk-muted);
  font-size: 17px;
  line-height: 1.65;
}

.lsk-growth-checks {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.lsk-growth-checks li {
  position: relative;
  margin: 0;
  padding-left: 31px;
  color: #323a44;
  font-size: 15px;
  line-height: 1.5;
}

.lsk-growth-checks li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--lsk-white);
  background: var(--lsk-blue);
  font-size: 12px;
  font-weight: 900;
}

.lsk-growth-direct a {
  color: var(--lsk-blue-dark);
  font-weight: 800;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.lsk-growth-form {
  position: relative;
  display: grid;
  gap: 17px;
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid var(--lsk-line);
  border-radius: 14px;
  background: var(--lsk-white);
  box-shadow: 0 18px 50px rgba(27, 39, 55, .1);
}

.lsk-growth-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.lsk-growth-field {
  display: grid;
  gap: 7px;
}

.lsk-growth-field label {
  color: #303742;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.lsk-growth-field label span {
  color: #78818c;
  font-size: 11px;
  font-weight: 500;
}

.lsk-growth-field input,
.lsk-growth-field select {
  width: 100%;
  min-height: 48px;
  margin: 0;
  padding: 10px 12px;
  border: 1px solid #cbd3dc;
  border-radius: 7px;
  color: var(--lsk-ink);
  background: var(--lsk-white);
  font: 15px/1.3 "Manrope", sans-serif;
}

.lsk-growth-field input[type="file"] {
  min-height: auto;
  padding: 11px;
  font-size: 12px;
}

.lsk-growth-field input:focus,
.lsk-growth-field select:focus {
  border-color: var(--lsk-blue);
  outline: 3px solid rgba(40, 86, 215, .14);
}

.lsk-growth-consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 9px;
  color: #69727e;
  font-size: 11px;
  line-height: 1.45;
}

.lsk-growth-consent input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
}

.lsk-growth-consent a {
  color: var(--lsk-blue-dark);
}

.lsk-growth-form button.lsk-growth-submit {
  min-height: 52px;
  margin: 0;
  padding: 13px 20px;
  border: 0 !important;
  border-radius: 8px;
  color: var(--lsk-white) !important;
  background: var(--lsk-blue) !important;
  font: 800 15px/1.2 "Manrope", sans-serif;
  cursor: pointer;
  transition: background-color .18s ease, transform .18s ease;
}

.lsk-growth-form button.lsk-growth-submit:hover,
.lsk-growth-form button.lsk-growth-submit:focus-visible {
  background: var(--lsk-blue-dark) !important;
  transform: translateY(-1px);
}

.lsk-growth-form button.lsk-growth-submit:disabled {
  opacity: .65;
  cursor: wait;
  transform: none;
}

.lsk-growth-form__note {
  margin: -7px 0 0;
  color: #838b94;
  font-size: 11px;
  line-height: 1.4;
  text-align: center;
}

.lsk-growth-form__note a {
  color: var(--lsk-blue-dark);
}

.lsk-cookie[hidden],
.lsk-cookie-manage[hidden],
.lsk-cookie__settings[hidden],
.lsk-cookie__button[hidden],
.lsk-cookie__link-button[hidden] {
  display: none !important;
}

.lsk-cookie {
  position: fixed;
  z-index: 100001;
  right: 18px;
  bottom: 18px;
  left: 18px;
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
}

.lsk-cookie__panel {
  width: min(100%, 940px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px 30px;
  margin-inline: auto;
  padding: 22px 24px;
  border: 1px solid #dce2e8;
  border-radius: 14px;
  color: var(--lsk-ink);
  background: #fff;
  box-shadow: 0 18px 60px rgba(16, 23, 34, .22);
}

.lsk-cookie__copy h2 {
  margin: 0 0 7px;
  color: var(--lsk-ink);
  font: 800 18px/1.25 "Manrope", sans-serif;
}

.lsk-cookie__copy p {
  max-width: 660px;
  margin: 0;
  color: #505a66;
  font: 500 13px/1.55 "Manrope", sans-serif;
}

.lsk-cookie__copy a {
  color: var(--lsk-blue-dark);
  font-weight: 700;
}

.lsk-cookie__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 9px;
}

.lsk-cookie__button,
.lsk-cookie__link-button {
  min-height: 42px;
  margin: 0;
  padding: 9px 15px;
  border: 1px solid #aeb8c4;
  border-radius: 8px;
  color: #28313c;
  background: #fff;
  box-shadow: none;
  font: 800 12px/1.2 "Manrope", sans-serif;
  cursor: pointer;
}

.lsk-cookie__button:hover,
.lsk-cookie__button:focus-visible,
.lsk-cookie__link-button:hover,
.lsk-cookie__link-button:focus-visible {
  border-color: var(--lsk-blue);
  outline: 3px solid rgba(40, 86, 215, .14);
}

.lsk-cookie__button--primary {
  border-color: var(--lsk-blue);
  color: #fff;
  background: var(--lsk-blue);
}

.lsk-cookie__button--primary:hover,
.lsk-cookie__button--primary:focus-visible {
  color: #fff;
  background: var(--lsk-blue-dark);
}

.lsk-cookie__link-button {
  border-color: transparent;
  color: var(--lsk-blue-dark);
  background: transparent;
}

.lsk-cookie__settings {
  grid-column: 1 / -1;
  display: grid;
  gap: 8px;
  padding-top: 16px;
  border-top: 1px solid var(--lsk-line);
}

.lsk-cookie__category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 12px;
  border-radius: 8px;
  background: var(--lsk-surface);
}

.lsk-cookie__category span {
  display: grid;
  gap: 2px;
}

.lsk-cookie__category strong {
  color: var(--lsk-ink);
  font-size: 13px;
}

.lsk-cookie__category small {
  color: #68727e;
  font-size: 11px;
}

.lsk-cookie__category input {
  width: 20px;
  height: 20px;
  margin: 0;
}

.lsk-cookie-manage {
  position: fixed;
  z-index: 9998;
  left: 14px;
  bottom: 14px;
  min-height: 34px;
  margin: 0;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 7px;
  color: #fff;
  background: rgba(16, 23, 34, .9);
  box-shadow: 0 5px 18px rgba(16, 23, 34, .18);
  font: 700 10px/1.2 "Manrope", sans-serif;
  cursor: pointer;
}

.lsk-legal {
  max-width: 940px;
  color: #252c35;
  font-size: 15px;
  line-height: 1.7;
}

.lsk-legal > * + * {
  margin-top: 1em;
}

.lsk-legal h2 {
  margin-top: 1.7em;
  color: var(--lsk-ink);
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.25;
}

.lsk-legal h3 {
  margin-top: 1.35em;
  color: #2a3340;
  font-size: 18px;
  line-height: 1.35;
}

.lsk-legal table {
  width: 100%;
  display: block;
  overflow-x: auto;
  border-collapse: collapse;
  font-size: 13px;
}

.lsk-legal th,
.lsk-legal td {
  min-width: 150px;
  padding: 10px 12px;
  border: 1px solid var(--lsk-line);
  vertical-align: top;
  text-align: left;
}

.lsk-legal th {
  color: var(--lsk-ink);
  background: var(--lsk-surface);
}

.lsk-legal__revision {
  display: inline-block;
  padding: 5px 9px;
  border-radius: 6px;
  color: #46515e;
  background: var(--lsk-surface);
  font-size: 12px;
}

.lsk-growth-alert {
  padding: 12px 14px;
  border-radius: 7px;
  font-size: 13px;
  line-height: 1.45;
}

.lsk-growth-alert--success {
  color: #155d35;
  border: 1px solid #a8dec0;
  background: #ecfaf2;
}

.lsk-growth-alert--error {
  color: #8c2222;
  border: 1px solid #efbaba;
  background: #fff2f2;
}

.lsk-growth-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.lsk-growth-mobile-actions {
  display: none;
}

.lsk-growth-article-cta {
  width: min(100% - 32px, 900px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 32px;
  margin: 56px auto 24px;
  padding: clamp(25px, 4vw, 42px);
  border-radius: 14px;
  color: var(--lsk-white);
  background:
    radial-gradient(circle at 90% 10%, rgba(40, 86, 215, .34), transparent 38%),
    var(--lsk-navy);
}

.lsk-growth-article-cta .lsk-growth-kicker {
  margin-bottom: 10px;
}

.lsk-growth-article-cta h2 {
  margin: 0 !important;
  color: var(--lsk-white) !important;
  font-size: clamp(24px, 3vw, 36px) !important;
  line-height: 1.15 !important;
}

.lsk-growth-article-cta p {
  max-width: 650px;
  margin: 13px 0 0 !important;
  color: rgba(255, 255, 255, .78) !important;
  font-size: 15px;
  line-height: 1.6;
}

.lsk-growth-article-cta .lsk-growth-actions {
  min-width: 220px;
  display: grid;
  margin-top: 0;
}

.lsk-reg-update {
  --lsk-reg-blue: #1646a0;
  max-width: 920px;
  margin-inline: auto;
  color: #253247;
  font-size: 17px;
  line-height: 1.78;
}

.lsk-reg-update h2 {
  margin: 54px 0 18px;
  color: #0d1728;
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  line-height: 1.18;
}

.lsk-reg-update h3 {
  color: #14213a;
  font-size: 1.05rem;
}

.lsk-reg-update p {
  margin: 0 0 18px;
}

.lsk-reg-update a {
  text-underline-offset: 3px;
}

.lsk-reg-update__lead {
  max-width: 820px;
  color: #16233a;
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  font-weight: 650;
  line-height: 1.62;
}

.lsk-reg-status {
  display: grid;
  gap: 8px;
  margin: 28px 0;
  padding: 22px 24px;
  color: #5f3700;
  background: #fff8df;
  border: 1px solid #f3ca69;
  border-left: 5px solid #e49a14;
  border-radius: 12px;
}

.lsk-reg-status strong {
  color: #3d2600;
  font-size: 1.02rem;
}

.lsk-reg-toc {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 22px;
  margin: 30px 0 42px;
  padding: 22px 24px;
  background: #f1f6ff;
  border: 1px solid #cfddfa;
  border-radius: 14px;
}

.lsk-reg-toc strong {
  grid-column: 1 / -1;
  margin-bottom: 4px;
  color: #14213a;
}

.lsk-reg-toc a {
  color: var(--lsk-reg-blue);
  font-size: .93rem;
  font-weight: 700;
}

.lsk-reg-compare,
.lsk-reg-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 28px 0 38px;
}

.lsk-reg-compare section,
.lsk-reg-facts section {
  padding: 22px;
  background: #fff;
  border: 1px solid #dce3ed;
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(17, 31, 54, .06);
}

.lsk-reg-compare section:last-child {
  border-color: #a9c3f3;
  background: #f5f8ff;
}

.lsk-reg-compare span,
.lsk-reg-offer > div > span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--lsk-reg-blue);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.lsk-reg-compare h3,
.lsk-reg-facts h3 {
  margin: 0 0 9px;
}

.lsk-reg-compare p,
.lsk-reg-facts p {
  margin: 0;
  font-size: .94rem;
  line-height: 1.62;
}

.lsk-reg-conditions,
.lsk-reg-steps {
  display: grid;
  gap: 12px;
  margin: 24px 0 32px;
  padding: 0;
  list-style: none;
  counter-reset: lsk-reg-list;
}

.lsk-reg-conditions li,
.lsk-reg-steps li {
  position: relative;
  padding: 18px 20px 18px 62px;
  background: #fff;
  border: 1px solid #dce3ed;
  border-radius: 12px;
  counter-increment: lsk-reg-list;
}

.lsk-reg-conditions li::before,
.lsk-reg-steps li::before {
  content: counter(lsk-reg-list);
  position: absolute;
  top: 17px;
  left: 18px;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: #fff;
  font-size: .86rem;
  font-weight: 850;
  background: var(--lsk-reg-blue);
  border-radius: 50%;
}

.lsk-reg-callout {
  margin: 26px 0;
  padding: 23px 25px;
  color: #5d260d;
  background: #fff4ed;
  border: 1px solid #f2c3a8;
  border-radius: 14px;
}

.lsk-reg-callout strong {
  display: block;
  margin-bottom: 7px;
  color: #8c2f0b;
}

.lsk-reg-callout p {
  margin: 0;
}

.lsk-reg-offer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin: 46px 0;
  padding: 32px;
  color: #fff;
  background: linear-gradient(135deg, #101b2d, #172d55);
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(12, 25, 49, .2);
}

.lsk-reg-offer h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(1.45rem, 2.5vw, 2rem);
}

.lsk-reg-offer p {
  max-width: 620px;
  margin: 0;
  color: #d9e3f4;
  font-size: .96rem;
}

.lsk-reg-offer .lsk-growth-actions {
  flex-direction: column;
  min-width: 220px;
}

.lsk-reg-offer .lsk-growth-button--secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, .38);
  background: rgba(255, 255, 255, .06);
}

.lsk-reg-faq {
  display: grid;
  gap: 10px;
  margin: 22px 0 40px;
}

.lsk-reg-faq details {
  padding: 18px 20px;
  background: #fff;
  border: 1px solid #dce3ed;
  border-radius: 12px;
}

.lsk-reg-faq summary {
  cursor: pointer;
  color: #14213a;
  font-weight: 780;
}

.lsk-reg-faq p {
  margin: 13px 0 0;
  font-size: .95rem;
}

.lsk-reg-sources {
  margin-top: 50px;
  padding: 26px;
  background: #f6f8fb;
  border: 1px solid #dce3ed;
  border-radius: 14px;
}

.lsk-reg-sources h2 {
  margin: 0 0 16px;
  font-size: 1.45rem;
}

.lsk-reg-sources li {
  margin-bottom: 10px;
}

.lsk-reg-sources p {
  margin: 18px 0 0;
  color: #5b687b;
  font-size: .86rem;
}

@media (max-width: 900px) {
  .lsk-growth-hero {
    min-height: auto;
    background:
      linear-gradient(180deg, rgba(10, 17, 27, .96) 0%, rgba(10, 17, 27, .87) 63%, rgba(10, 17, 27, .75) 100%),
      url("../../../../uploads/2025/08/kryj.jpg") 65% center / cover no-repeat,
      var(--lsk-navy);
  }

  .lsk-growth-hero__content {
    padding-block: 62px 56px;
  }

  .lsk-growth-proof {
    grid-template-columns: 1fr 1fr;
  }

  .lsk-growth-offer__grid {
    grid-template-columns: 1fr 1fr;
  }

  .lsk-growth-price-note {
    grid-template-columns: 1fr 1fr;
  }

  .lsk-growth-price-note .lsk-growth-button {
    grid-column: 1 / -1;
  }

  .lsk-growth-brief__grid {
    grid-template-columns: 1fr;
  }

  .lsk-calc-demo {
    grid-template-columns: 1fr;
  }

  .lsk-calc-demo nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    min-width: 0;
  }

  .lsk-calc-guide__result {
    grid-template-columns: 1fr;
  }

  .lsk-growth-article-cta {
    grid-template-columns: 1fr;
  }

  .lsk-growth-article-cta .lsk-growth-actions {
    min-width: 0;
  }

  .lsk-reg-offer {
    grid-template-columns: 1fr;
  }

  .lsk-reg-offer .lsk-growth-actions {
    min-width: 0;
  }
}

@media (max-width: 600px) {
  body.lsk-has-mobile-actions {
    padding-bottom: 64px;
  }

  .lsk-growth-shell {
    width: min(100% - 28px, 1180px);
  }

  .lsk-reg-update {
    font-size: 16px;
  }

  .lsk-reg-toc,
  .lsk-reg-compare,
  .lsk-reg-facts {
    grid-template-columns: 1fr;
  }

  .lsk-reg-toc {
    padding: 18px;
  }

  .lsk-reg-status,
  .lsk-reg-compare section,
  .lsk-reg-facts section,
  .lsk-reg-sources {
    padding: 19px;
  }

  .lsk-reg-conditions li,
  .lsk-reg-steps li {
    padding: 58px 18px 18px;
  }

  .lsk-reg-conditions li::before,
  .lsk-reg-steps li::before {
    top: 16px;
  }

  .lsk-reg-offer {
    padding: 24px 20px;
  }

  .lsk-header-contact {
    display: none;
  }

  .lsk-growth-hero__content {
    padding-block: 44px 38px;
  }

  .lsk-growth-kicker {
    margin-bottom: 15px;
    font-size: 10px;
    letter-spacing: .06em;
  }

  .lsk-growth-hero h1 {
    font-family: "Manrope", sans-serif;
    font-size: 29px;
    font-weight: 800;
    letter-spacing: -.035em;
    line-height: 1.12;
    overflow-wrap: normal;
  }

  .lsk-growth-hero__lead {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.5;
  }

  .lsk-growth-actions {
    display: grid;
    gap: 9px;
    margin-top: 24px;
  }

  .lsk-growth-button {
    width: 100%;
    min-height: 49px;
  }

  .lsk-growth-proof {
    margin-top: 28px;
  }

  .lsk-growth-proof span {
    min-height: 65px;
    padding: 10px;
    font-size: 10px;
  }

  .lsk-growth-proof strong {
    font-size: 14px;
  }

  .lsk-growth-offer {
    padding-block: 48px;
  }

  .lsk-growth-offer h2 {
    font-size: 28px;
  }

  .lsk-growth-offer__heading > p {
    font-size: 15px;
  }

  .lsk-growth-offer__grid {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  .lsk-growth-offer__grid article {
    min-height: 0;
    padding: 21px;
  }

  .lsk-growth-offer__grid h3 {
    margin-top: 14px;
  }

  .lsk-growth-price-note {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px 18px;
  }

  .lsk-growth-price-note .lsk-growth-button {
    grid-column: auto;
    min-width: 0;
  }

  .lsk-growth-brief {
    padding-block: 48px;
  }

  .lsk-growth-calc-path {
    padding-block: 44px;
  }

  .lsk-growth-calc-path h1 {
    font-family: "Manrope", sans-serif;
    font-size: 29px;
    line-height: 1.14;
  }

  .lsk-growth-calc-path > .lsk-growth-shell > p {
    margin-top: 17px;
    font-size: 15px;
  }

  .lsk-calc-demo {
    width: min(100% - 28px, 1180px);
    margin-top: 28px;
    padding: 20px 17px;
  }

  .lsk-calc-demo nav {
    grid-template-columns: 1fr;
  }

  .lsk-calc-page #lsk-expert-calc {
    width: 100%;
    margin-inline: 0;
  }

  .lsk-calc-page #lsk-calculator-app {
    width: 100%;
    padding-inline: 0 !important;
  }

  .lsk-calc-page #lsk-calculator-app > .e-con-inner {
    width: 100%;
    padding-inline: 0 !important;
  }

  .lsk-calc-page #lsk-calculator-app .wrap {
    width: 100%;
    padding: 18px 0 54px !important;
  }

  .lsk-calc-page #lsk-calculator-app .hero {
    padding: 25px 16px !important;
    border-radius: 0 !important;
  }

  .lsk-calc-page #lsk-calculator-app .grid,
  .lsk-calc-page #lsk-calculator-app .kv,
  .lsk-calc-page #lsk-calculator-app .seoGrid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .lsk-calc-page #lsk-calculator-app .row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .lsk-calc-page #lsk-calculator-app .grid > *,
  .lsk-calc-page #lsk-calculator-app .row > *,
  .lsk-calc-page #lsk-calculator-app .resultsCard,
  .lsk-calc-page #lsk-calculator-app .card,
  .lsk-calc-page #lsk-calculator-app .cardLight {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .lsk-calc-page #lsk-calculator-app .card,
  .lsk-calc-page #lsk-calculator-app .cardLight {
    padding: 15px !important;
  }

  .lsk-calc-page #lsk-calculator-guide {
    padding-inline: 14px !important;
  }

  .lsk-calc-guide {
    padding-block: 50px;
  }

  .lsk-calc-guide__lead {
    font-size: 15px;
  }

  .lsk-calc-guide__grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 26px;
  }

  .lsk-calc-guide__grid article,
  .lsk-calc-guide__result {
    padding: 19px 17px;
  }

  .lsk-calc-faq {
    margin-top: 42px;
  }

  .lsk-calc-page #lsk-expert-calc h2 {
    font-size: 26px !important;
    line-height: 1.15 !important;
    overflow-wrap: normal;
    hyphens: auto;
  }

  .lsk-growth-brief h2 {
    font-size: 25px;
  }

  .lsk-growth-brief__copy > p {
    margin-top: 17px;
    font-size: 15px;
  }

  .lsk-growth-checks {
    margin-top: 22px;
  }

  .lsk-growth-form {
    gap: 14px;
    padding: 21px 16px;
  }

  .lsk-growth-form__row {
    grid-template-columns: 1fr;
  }

  .lsk-cookie {
    right: 8px;
    bottom: 72px;
    left: 8px;
  }

  .lsk-cookie__panel {
    max-height: calc(100vh - 96px);
    grid-template-columns: 1fr;
    gap: 14px;
    overflow-y: auto;
    padding: 18px 16px;
    border-radius: 12px;
  }

  .lsk-cookie__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .lsk-cookie__button,
  .lsk-cookie__link-button {
    width: 100%;
  }

  .lsk-cookie-manage {
    bottom: 72px;
  }

  .lsk-growth-mobile-actions {
    position: fixed;
    z-index: 9999;
    right: 0;
    bottom: 0;
    left: 0;
    height: 64px;
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 1px;
    padding: 7px;
    padding-bottom: max(7px, env(safe-area-inset-bottom));
    background: rgba(16, 23, 34, .95);
    box-shadow: 0 -8px 25px rgba(0, 0, 0, .18);
    backdrop-filter: blur(12px);
  }

  .lsk-growth-mobile-actions a {
    display: grid;
    place-items: center;
    border-radius: 7px;
    color: var(--lsk-white);
    background: #263347;
    font: 800 13px/1.1 "Manrope", sans-serif;
    text-decoration: none;
  }

  .lsk-growth-mobile-actions a:last-child {
    background: var(--lsk-orange);
  }
}

@media (prefers-reduced-motion: reduce) {
  .lsk-growth-button,
  .lsk-growth-submit {
    transition: none;
  }
}

.lsk-calc-page #lsk-calculator-app .lsk-calc-status-actions {
  display: flex;
  align-items: stretch;
  gap: 12px;
  margin-top: 18px;
}

.lsk-calc-page #lsk-calculator-app .lsk-calc-status-actions .statusPill {
  flex: 0 1 auto;
  margin-top: 0 !important;
  border-radius: 16px;
}

.lsk-calc-page #lsk-calculator-app .lsk-calc-top-button {
  min-width: 190px;
  padding: 12px 24px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 14px;
  color: #fff;
  background: #6d28d9;
  box-shadow: 0 10px 22px rgba(109, 40, 217, .24);
  font: 800 15px/1.2 "Manrope", sans-serif;
}

.lsk-calc-page #lsk-calculator-app .lsk-calc-top-button:hover {
  background: #7c3aed;
}

.lsk-calc-page #lsk-calculator-app .lsk-calc-top-button:focus-visible {
  outline: 3px solid rgba(255, 255, 255, .9);
  outline-offset: 3px;
}

@media (max-width: 640px) {
  .lsk-calc-page #lsk-calculator-app .lsk-calc-status-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .lsk-calc-page #lsk-calculator-app .lsk-calc-top-button {
    width: 100%;
    min-width: 0;
  }
}
