﻿.keremet-cro,
.keremet-cro * {
  box-sizing: border-box;
}

html,
body {
  max-width: 100%;
  overflow-x: clip;
}

img,
svg,
video,
canvas {
  max-width: 100%;
}

.inline-audit-form,
.modal-form,
.hero-form-container,
.form-main-row,
.expert-card,
.clickable-card,
.service-card,
.solution-card,
.feature-card,
.benefit-card,
.problem-card,
.step-card,
.metric-card,
.package-card,
.case-content,
.glass-panel,
.case-head,
.case-kpis,
.tl-content,
.quick-wins-grid {
  max-width: 100%;
  min-width: 0;
  overflow-wrap: anywhere;
}

.quick-wins-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr));
}

.cta-button,
.btn,
button,
a[class*="button"] {
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
}

.table-container {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.comparison-table {
  max-width: none;
}

.form-main-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.form-main-row > * {
  min-width: 0;
}

.inline-audit-form input,
.inline-audit-form select,
.inline-audit-form textarea,
.modal-form input,
.modal-form select,
.modal-form textarea {
  max-width: 100%;
}

.cases-container,
.ticker {
  overflow: hidden;
}

.package-card,
.featured-badge,
.case-head {
  overflow: hidden;
}

.main-header {
  max-width: calc(var(--container-width) + 40px);
}

.hglow {
  max-width: 100vw;
  pointer-events: none;
}

.expertise-grid,
.services-grid,
.solutions-grid,
.expert-solutions-grid,
.features-grid,
.benefits-grid,
.steps-grid,
.problem-grid,
.principles-grid,
.compliance-grid,
.services-quick-nav,
.cards-grid {
  max-width: 100%;
  min-width: 0;
}

.keremet-modern,
.keremet-modern * {
  box-sizing: border-box;
}

.keremet-modern {
  --km-bg: rgba(7, 17, 31, 0.72);
  --km-panel: rgba(255, 255, 255, 0.045);
  --km-panel-strong: rgba(255, 255, 255, 0.075);
  --km-border: rgba(255, 255, 255, 0.12);
  --km-border-accent: rgba(51, 225, 227, 0.32);
  --km-text: #f8fafc;
  --km-muted: rgba(226, 232, 240, 0.76);
  --km-soft: rgba(226, 232, 240, 0.58);
  --km-cyan: #33e1e3;
  --km-green: #34d399;
  --km-amber: #fbbf24;
  color: var(--km-text);
}

.keremet-modern-section {
  position: relative;
  padding: clamp(54px, 7vw, 86px) 20px;
  border-block: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(7, 17, 31, 0.68), rgba(11, 18, 32, 0.88));
}

.keremet-modern-section.is-soft {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), rgba(7, 17, 31, 0.62));
}

.keremet-modern-container {
  width: min(1160px, calc(100vw - 32px));
  margin: 0 auto;
}

.keremet-modern-header {
  max-width: 850px;
  margin: 0 auto 28px;
  text-align: center;
}

.keremet-modern-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  margin: 0 0 12px;
  border: 1px solid rgba(51, 225, 227, 0.22);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(51, 225, 227, 0.08);
  color: var(--km-cyan);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.keremet-modern-title {
  margin: 0;
  color: var(--km-text);
  font-size: clamp(1.75rem, 3vw, 2.7rem);
  line-height: 1.12;
  letter-spacing: 0;
}

.keremet-modern-subtitle {
  max-width: 820px;
  margin: 14px auto 0;
  color: var(--km-muted);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  line-height: 1.65;
}

.keremet-modern-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr));
  gap: 16px;
  align-items: stretch;
}

.keremet-modern-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.keremet-modern-card {
  min-width: 0;
  height: 100%;
  border: 1px solid var(--km-border);
  border-radius: 8px;
  padding: clamp(18px, 2vw, 24px);
  background: linear-gradient(150deg, var(--km-panel-strong), var(--km-panel));
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.22);
  overflow: hidden;
}

.keremet-modern-card.accent {
  border-color: var(--km-border-accent);
  background: linear-gradient(150deg, rgba(51, 225, 227, 0.11), rgba(255, 255, 255, 0.045));
}

.keremet-modern-card h3,
.keremet-modern-card h4 {
  margin: 0 0 10px;
  color: var(--km-text);
  font-size: clamp(1.05rem, 1.5vw, 1.32rem);
  line-height: 1.25;
  letter-spacing: 0;
}

.keremet-modern-card p {
  margin: 0;
  color: var(--km-muted);
  font-size: 0.96rem;
  line-height: 1.62;
}

.keremet-modern-card p + p {
  margin-top: 12px;
}

.keremet-modern-list {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.keremet-modern-list li {
  position: relative;
  min-width: 0;
  padding-left: 20px;
  color: var(--km-muted);
  font-size: 0.95rem;
  line-height: 1.52;
  overflow-wrap: anywhere;
}

.keremet-modern-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--km-cyan);
  box-shadow: 0 0 16px rgba(51, 225, 227, 0.42);
}

.keremet-modern-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.keremet-modern-pill {
  display: inline-flex;
  max-width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.045);
  color: var(--km-muted);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.keremet-modern-note {
  margin-top: 18px;
  border-left: 3px solid var(--km-green);
  border-radius: 8px;
  padding: 14px 16px;
  background: rgba(52, 211, 153, 0.08);
  color: var(--km-muted);
  line-height: 1.6;
}

.keremet-modern-table-wrap {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid var(--km-border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.keremet-modern-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  color: var(--km-muted);
  font-size: 0.92rem;
}

.keremet-modern-table th,
.keremet-modern-table td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 14px;
  text-align: left;
  vertical-align: top;
  line-height: 1.48;
}

.keremet-modern-table th {
  color: var(--km-text);
  background: rgba(51, 225, 227, 0.08);
  font-weight: 800;
}

.keremet-modern-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 26px;
}

.keremet-modern-actions .cta-button {
  min-width: min(240px, 100%);
}

.keremet-modern a:not(.cta-button) {
  color: var(--km-cyan);
  text-decoration: none;
}

.keremet-modern a:not(.cta-button):hover {
  text-decoration: underline;
}

.keremet-cro {
  --kc-bg: #f6f9fc;
  --kc-ink: #0f172a;
  --kc-muted: #526173;
  --kc-line: #d9e2ec;
  --kc-blue: #0b66d8;
  --kc-green: #0f9f6e;
  --kc-dark: #07111f;
  --kc-white: #fff;
  font-family: inherit;
  color: var(--kc-ink);
}

.keremet-cro a {
  color: inherit;
}

.keremet-cro-band {
  background: var(--kc-bg);
  border-block: 1px solid var(--kc-line);
  padding: 56px 20px;
}

.keremet-cro-inner {
  max-width: 1120px;
  margin: 0 auto;
}

.keremet-cro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: 24px;
  align-items: stretch;
}

.keremet-cro-panel {
  background: var(--kc-white);
  border: 1px solid var(--kc-line);
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 14px 38px rgba(15, 23, 42, 0.08);
  min-width: 0;
}

.keremet-cro-kicker {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 12px;
  padding: 5px 9px;
  border: 1px solid rgba(11, 102, 216, 0.24);
  border-radius: 6px;
  background: rgba(11, 102, 216, 0.08);
  color: var(--kc-blue);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0;
}

.keremet-cro h2,
.keremet-cro h3 {
  margin: 0;
  color: var(--kc-ink);
  letter-spacing: 0;
}

.keremet-cro h2 {
  max-width: 820px;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.08;
}

.keremet-cro h3 {
  font-size: 20px;
  line-height: 1.2;
}

.keremet-cro p {
  margin: 12px 0 0;
  color: var(--kc-muted);
  font-size: 16px;
  line-height: 1.55;
}

.keremet-cro-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.keremet-cro-list li {
  position: relative;
  min-width: 0;
  padding-left: 22px;
  color: var(--kc-ink);
  font-size: 15px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.keremet-cro-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--kc-green);
}

.keremet-cro-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

.keremet-cro-metric {
  min-width: 0;
  border: 1px solid var(--kc-line);
  border-radius: 8px;
  padding: 14px;
  background: #fbfdff;
}

.keremet-cro-metric b {
  display: block;
  color: var(--kc-ink);
  font-size: 18px;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.keremet-cro-metric span {
  display: block;
  margin-top: 4px;
  color: var(--kc-muted);
  font-size: 12px;
  line-height: 1.35;
}

.keremet-cro-form {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.keremet-cro-form label {
  display: grid;
  gap: 5px;
  color: var(--kc-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
}

.keremet-cro-form input,
.keremet-cro-form select,
.keremet-cro-form textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid var(--kc-line);
  border-radius: 8px;
  padding: 12px 13px;
  background: var(--kc-white);
  color: var(--kc-ink);
  font: inherit;
  font-size: 15px;
  line-height: 1.3;
}

.keremet-cro-form textarea {
  min-height: 88px;
  resize: vertical;
}

.keremet-cro-form input:focus,
.keremet-cro-form select:focus,
.keremet-cro-form textarea:focus {
  border-color: var(--kc-blue);
  outline: 3px solid rgba(11, 102, 216, 0.14);
}

.keremet-cro-form button,
.keremet-cro-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  max-width: 100%;
  border: 0;
  border-radius: 8px;
  padding: 12px 16px;
  background: var(--kc-blue);
  color: #fff;
  font: inherit;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  overflow-wrap: anywhere;
}

.keremet-cro-button.secondary {
  border: 1px solid var(--kc-line);
  background: var(--kc-white);
  color: var(--kc-ink);
}

.keremet-cro-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.keremet-cro-note,
.keremet-cro-status {
  color: var(--kc-muted);
  font-size: 12px;
  line-height: 1.4;
}

.keremet-cro-status {
  min-height: 18px;
  margin: 0;
}

.keremet-cro-success {
  color: var(--kc-green);
}

.keremet-cro-error {
  color: #b42318;
}

.keremet-sticky-cta {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 80;
  display: flex;
  gap: 8px;
  align-items: center;
  max-width: min(520px, calc(100vw - 32px));
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(7, 17, 31, 0.94);
  color: #fff;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(12px);
}

.keremet-sticky-cta span {
  min-width: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 1.3;
}

.keremet-sticky-cta a,
.keremet-sticky-cta button {
  flex: 0 0 auto;
  border: 0;
  border-radius: 7px;
  padding: 10px 12px;
  background: var(--kc-blue);
  color: #fff;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.15;
  text-decoration: none;
  cursor: pointer;
}

.keremet-sticky-cta button {
  background: transparent;
  color: rgba(255, 255, 255, 0.74);
}

@media (max-width: 820px) {
  .keremet-cro-band {
    padding: 42px 16px;
  }

  .keremet-cro-grid,
  .keremet-cro-metrics,
  .keremet-modern-grid.two {
    grid-template-columns: 1fr;
  }

  .keremet-modern-section {
    padding: 44px 16px;
  }

  .keremet-modern-container {
    width: min(100%, calc(100vw - 20px));
  }

  .keremet-modern-header {
    text-align: left;
  }

  .keremet-modern-actions {
    justify-content: stretch;
  }

  .keremet-modern-actions .cta-button {
    width: 100%;
  }

  .keremet-cro-panel {
    padding: 18px;
  }

  .keremet-sticky-cta {
    right: 10px;
    bottom: 10px;
    left: 10px;
    max-width: none;
  }

  .keremet-sticky-cta span {
    display: none;
  }

  .keremet-sticky-cta a {
    flex: 1 1 auto;
  }

  .main-header {
    left: 10px !important;
    right: 10px !important;
    width: auto !important;
    max-width: calc(100vw - 20px) !important;
  }

  .container,
  .section-container,
  .wrapper,
  .content {
    max-width: calc(100vw - 20px) !important;
    min-width: 0 !important;
    box-sizing: border-box;
  }

  .expertise-grid,
  .services-grid,
  .solutions-grid,
  .expert-solutions-grid,
  .features-grid,
  .benefits-grid,
  .steps-grid,
  .problem-grid,
  .principles-grid,
  .compliance-grid,
  .cards-grid {
    grid-template-columns: 1fr !important;
  }

  [style*="display: grid"] {
    grid-template-columns: 1fr !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  h1,
  h2,
  h3,
  h4,
  p,
  li,
  a,
  button,
  span,
  strong {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .expert-card,
  .clickable-card,
  .service-card,
  .solution-card,
  .feature-card,
  .benefit-card,
  .problem-card,
  .step-card {
    width: 100%;
    max-width: calc(100vw - 40px) !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .relative.overflow-x-auto,
  .overflow-x-auto {
    max-width: 100%;
  }

  .hglow {
    display: none !important;
  }
}


/* 2026-2027 CRO modernization: main, price and medical decision-maker pages */
.home-lpr-hero,
.price-2027-hero {
  min-height: auto;
  padding: clamp(4rem, 8vw, 7rem) 0 clamp(3rem, 6vw, 5rem);
}

.home-lpr-grid,
.price-2027-grid,
.home-infra-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}

.home-lpr-copy,
.price-2027-copy {
  text-align: left;
  max-width: 780px;
}

.home-lpr-copy .main-title,
.price-2027-copy .main-title {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  line-height: 1.04;
  overflow-wrap: anywhere;
}

.home-lpr-copy .subtitle,
.price-2027-copy .subtitle {
  text-align: left;
  max-width: 720px;
  margin-left: 0;
  margin-right: 0;
}

.home-lpr-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 1rem;
  padding: 0.45rem 0.75rem;
  border: 1px solid rgba(51, 225, 227, 0.24);
  border-radius: 999px;
  color: var(--accent-turquoise, #33e1e3);
  background: rgba(51, 225, 227, 0.07);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.home-lpr-proof,
.home-lpr-actions,
.home-infra-actions,
.home-lpr-panel-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.home-lpr-proof {
  margin: 1.5rem 0;
}

.home-lpr-proof span {
  padding: 0.55rem 0.75rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.045);
  color: var(--text-secondary, #b8c3cf);
  font-size: 0.9rem;
  overflow-wrap: anywhere;
}

.home-lpr-panel,
.price-2027-panel {
  padding: clamp(1.25rem, 3vw, 2rem);
  border-radius: 8px;
  align-self: stretch;
}

.home-lpr-panel h2,
.price-2027-panel h2,
.price-diagnostic-cta h3 {
  margin: 0 0 0.75rem;
  color: var(--text-primary, #fff);
  font-size: clamp(1.35rem, 2.4vw, 1.9rem);
  line-height: 1.18;
  overflow-wrap: anywhere;
}

.home-lpr-panel p,
.price-2027-panel p,
.price-diagnostic-cta p {
  color: var(--text-secondary, #b8c3cf);
  line-height: 1.65;
}

.home-lpr-form .form-main-row {
  grid-template-columns: 1fr;
}

.home-lpr-panel-links {
  margin-top: 1rem;
}

.home-lpr-panel-links a {
  color: var(--accent-turquoise, #33e1e3);
  text-decoration: none;
  font-weight: 700;
}

.home-router-section,
.home-medjarvis-path-section,
.home-infra-section,
.home-no-overpay-section,
.price-scenarios-section {
  padding: clamp(3.5rem, 7vw, 5.5rem) 0;
}

/* Home infrastructure alignment repair */
.home-infra-section .home-lpr-kicker {
  margin-left: 0;
  margin-right: auto;
}
.home-infra-section .section-title,
.home-infra-section .section-subtitle {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  max-width: 780px;
}
.home-infra-section .section-title {
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  line-height: 1.08;
}
.home-infra-section .section-subtitle {
  font-size: clamp(1rem, 1.8vw, 1.25rem);
}

.home-router-grid,
.price-scenarios-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(235px, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.home-router-card,
.price-scenario-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.25rem;
  border-radius: 8px;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.home-router-card:hover,
.price-scenario-card:hover {
  transform: translateY(-3px);
  border-color: rgba(51, 225, 227, 0.35);
  background: rgba(51, 225, 227, 0.06);
}

.home-router-card i,
.price-scenario-card i {
  color: var(--accent-turquoise, #33e1e3);
  font-size: 1.55rem;
  margin-bottom: 0.9rem;
}

.home-router-card h3,
.price-scenario-card h3 {
  margin: 0 0 0.55rem;
  color: var(--text-primary, #fff);
  font-size: 1.05rem;
  line-height: 1.28;
  overflow-wrap: anywhere;
}

.home-router-card p,
.price-scenario-card p {
  margin: 0;
  color: var(--text-secondary, #b8c3cf);
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.home-medjarvis-path {
  padding: clamp(1.25rem, 4vw, 2.25rem);
  border-radius: 8px;
  display: grid;
  gap: clamp(1.1rem, 3vw, 1.7rem);
}

.home-medjarvis-path__head {
  max-width: 980px;
  margin-inline: auto;
  text-align: center;
}

.home-medjarvis-path__head .home-lpr-kicker {
  margin-inline: auto;
}

.home-medjarvis-path__head .section-title,
.home-medjarvis-path__head .section-subtitle {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.home-medjarvis-path__head .section-title {
  max-width: 980px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.08;
}

.home-medjarvis-path__head .section-subtitle {
  max-width: 760px;
  font-size: clamp(1rem, 1.7vw, 1.18rem);
}

.home-medjarvis-path__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.home-medjarvis-path__card {
  display: grid;
  gap: 0.75rem;
  padding: clamp(1rem, 3vw, 1.45rem);
  border-radius: 8px;
  border: 1px solid rgba(51, 225, 227, 0.22);
  background: rgba(255, 255, 255, 0.045);
  color: inherit;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.home-medjarvis-path__card:hover {
  transform: translateY(-3px);
  border-color: rgba(51, 225, 227, 0.42);
  background: rgba(51, 225, 227, 0.07);
}

.home-medjarvis-path__card strong {
  color: var(--text-primary, #fff);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.2;
}

.home-medjarvis-path__card span {
  color: var(--text-secondary, #b8c3cf);
  line-height: 1.62;
}

.home-medjarvis-path__steps,
.home-medjarvis-path__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.home-medjarvis-path__steps span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(51, 225, 227, 0.22);
  background: rgba(51, 225, 227, 0.08);
  color: var(--accent-turquoise, #33e1e3);
  font-weight: 800;
  font-size: 0.92rem;
}

.price-scenario-card span {
  display: block;
  margin-top: auto;
  padding-top: 1rem;
  color: var(--accent-turquoise, #33e1e3);
  font-weight: 700;
  font-size: 0.9rem;
}

.home-infra-list {
  display: grid;
  gap: 0.85rem;
  padding: clamp(1rem, 3vw, 1.6rem);
  border-radius: 8px;
}

.home-infra-list div {
  padding: 0.95rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.home-infra-list b {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--text-primary, #fff);
  overflow-wrap: anywhere;
}

.home-infra-list span {
  display: block;
  color: var(--text-secondary, #b8c3cf);
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.home-no-overpay {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(1rem, 4vw, 2rem);
  align-items: start;
  padding: clamp(1.25rem, 4vw, 2rem);
  border-radius: 8px;
}

.home-no-overpay h2 {
  margin: 0;
  color: var(--text-primary, #fff);
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  line-height: 1.14;
  overflow-wrap: anywhere;
}

.home-no-overpay p {
  margin: 0;
  color: var(--text-secondary, #b8c3cf);
  line-height: 1.7;
}

.price-2027-panel ul {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.75rem;
}

.price-2027-panel li {
  position: relative;
  padding-left: 1.35rem;
  color: var(--text-secondary, #b8c3cf);
  line-height: 1.55;
}

.price-2027-panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--accent-turquoise, #33e1e3);
}

.price-diagnostic-cta {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1.15fr);
  gap: 1.25rem;
  align-items: center;
  margin-top: 1.5rem;
  padding: clamp(1.25rem, 3vw, 1.8rem);
  border-radius: 8px;
}

.keremet-cro .keremet-cro-panel,
.keremet-cro .keremet-cro-metric {
  border-radius: 8px;
}

.keremet-cro h2,
.keremet-cro h3,
.keremet-cro p,
.keremet-cro li,
.keremet-sticky-cta span,
.keremet-sticky-cta a {
  overflow-wrap: anywhere;
  word-break: normal;
}

@media (max-width: 900px) {
  .home-lpr-grid,
  .price-2027-grid,
  .home-infra-grid,
  .home-no-overpay,
  .home-medjarvis-path__grid,
  .price-diagnostic-cta {
    grid-template-columns: 1fr;
  }

  .home-lpr-copy,
  .price-2027-copy,
  .home-lpr-copy .main-title,
  .price-2027-copy .main-title,
  .home-lpr-copy .subtitle,
  .price-2027-copy .subtitle {
    text-align: left;
  }
}

@media (max-width: 560px) {
  .home-lpr-actions .cta-button,
  .home-infra-actions .cta-button,
  .home-medjarvis-path__actions .cta-button,
  .price-2027-copy .cta-button {
    width: 100%;
    justify-content: center;
  }

  .home-router-grid,
  .price-scenarios-grid {
    grid-template-columns: 1fr;
  }
}


/* Full-site SEO/CRO upgrade */
.city-cro-upgrade,
.static-cro-upgrade {
  padding: clamp(3rem, 6vw, 5rem) 0;
  background: rgba(255,255,255,.025);
}
.city-cro-grid,
.static-cro-grid {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(320px,.72fr);
  gap: clamp(1rem,4vw,2rem);
  align-items: start;
}
.city-cro-copy h2,
.static-cro-grid h2 {
  margin: 0 0 1rem;
  color: var(--text-primary,#fff);
  font-size: clamp(1.7rem,3vw,2.45rem);
  line-height: 1.13;
  overflow-wrap: anywhere;
}
.city-cro-copy p,
.static-cro-grid p,
.static-cro-grid li {
  color: var(--text-secondary,#b8c3cf);
  line-height: 1.65;
}
.city-cro-checklist {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: .65rem;
  margin-top: 1.25rem;
}
.city-cro-checklist span {
  padding: .75rem .85rem;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.04);
  color: var(--text-secondary,#b8c3cf);
  overflow-wrap: anywhere;
}
.city-cro-form {
  display: grid;
  gap: .8rem;
  padding: clamp(1rem,3vw,1.5rem);
  border: 1px solid rgba(51,225,227,.18);
  border-radius: 8px;
  background: rgba(18,24,33,.72);
}
.city-cro-form label {
  display: grid;
  gap: .35rem;
  color: var(--text-secondary,#b8c3cf);
  font-size: .92rem;
}
.city-cro-form input,
.city-cro-form select,
.city-cro-form textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 8px;
  background: rgba(255,255,255,.06);
  color: var(--text-primary,#fff);
  padding: .75rem .85rem;
  outline: none;
}
.city-cro-form textarea { min-height: 92px; resize: vertical; }
.city-cro-form button {
  min-height: 48px;
  border: 0;
  border-radius: 8px;
  background: var(--accent-turquoise,#33e1e3);
  color: #061019;
  font-weight: 800;
  cursor: pointer;
}
.city-cro-consent {
  grid-template-columns: auto 1fr !important;
  align-items: start;
  gap: .55rem !important;
  font-size: .82rem !important;
}
.city-cro-consent input { width: auto; min-height: auto; margin-top: .2rem; }
.keremet-hidden-field { position:absolute !important; left:-9999px !important; opacity:0 !important; pointer-events:none !important; }
@media (max-width: 860px) {
  .city-cro-grid,
  .static-cro-grid,
  .city-cro-checklist { grid-template-columns: 1fr; }
}


/* Full-site CTA cards and city sticky CTA */
.static-cro-upgrade__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.74fr);
  gap: clamp(1rem, 4vw, 2rem);
  align-items: start;
}

.static-cro-upgrade__grid h2 {
  margin: 0 0 1rem;
  color: var(--text-primary, #fff);
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  line-height: 1.14;
  overflow-wrap: anywhere;
}

.static-cro-upgrade__grid p {
  color: var(--text-secondary, #b8c3cf);
  line-height: 1.65;
}

.static-cro-upgrade__points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  margin-top: 1.15rem;
}

.static-cro-upgrade__points span {
  min-width: 0;
  padding: 0.72rem 0.82rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-secondary, #b8c3cf);
  overflow-wrap: anywhere;
}

.static-cro-upgrade__form {
  display: grid;
  gap: 0.8rem;
  padding: clamp(1rem, 3vw, 1.5rem);
  border: 1px solid rgba(51, 225, 227, 0.18);
  border-radius: 8px;
  background: rgba(18, 24, 33, 0.72);
}

.static-cro-upgrade__form label {
  display: grid;
  gap: 0.35rem;
  color: var(--text-secondary, #b8c3cf);
  font-size: 0.92rem;
}

.static-cro-upgrade__form input,
.static-cro-upgrade__form textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--text-primary, #fff);
  padding: 0.75rem 0.85rem;
  outline: none;
}

.static-cro-upgrade__form textarea {
  min-height: 92px;
  resize: vertical;
}

.static-cro-upgrade__note {
  margin: 0;
  font-size: 0.82rem;
  color: var(--text-muted, #8fa1b3);
}

.city-sticky-cta {
  position: sticky;
  bottom: 14px;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(1120px, calc(100% - 32px));
  margin: 18px auto 20px;
  padding: 14px 16px 14px 18px;
  border: 1px solid rgba(103, 232, 249, 0.2);
  border-radius: 14px;
  background: rgba(5, 11, 22, 0.92);
  box-shadow: 0 20px 60px rgba(2, 8, 23, 0.28);
  backdrop-filter: blur(14px);
}

.city-sticky-cta__text {
  min-width: 0;
  display: grid;
  gap: 3px;
  color: #eaf6ff;
  overflow-wrap: anywhere;
}

.city-sticky-cta__text strong {
  font-size: clamp(0.92rem, 1.6vw, 1.05rem);
  line-height: 1.2;
}

.city-sticky-cta__text span {
  color: rgba(234, 246, 255, 0.72);
  font-size: 0.86rem;
  line-height: 1.35;
}

.city-sticky-cta__button {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 10px;
  background: linear-gradient(135deg, #67e8f9, #34d399);
  color: #05111f;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

@media (max-width: 860px) {
  .static-cro-upgrade__grid,
  .static-cro-upgrade__points {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .city-sticky-cta {
    align-items: stretch;
    flex-direction: column;
    width: calc(100% - 20px);
    bottom: 8px;
    padding: 12px;
  }

  .city-sticky-cta__button {
    width: 100%;
  }
}


/* Article markdown visual upgrade */
#article-body,
.article-body,
.blog-article-body {
  overflow-wrap: anywhere;
}

#article-body table,
.article-body table,
.blog-article-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.4rem 0;
  display: block;
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
}

#article-body.article-markdown .article-table-scroll table {
  display: table;
  width: 100%;
  min-width: 640px;
  margin: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
}

#article-body.article-markdown .article-table-scroll th,
#article-body.article-markdown .article-table-scroll td {
  min-width: 0;
}

#article-body th,
#article-body td,
.article-body th,
.article-body td,
.blog-article-body th,
.blog-article-body td {
  min-width: 180px;
  padding: 0.82rem 0.95rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
  vertical-align: top;
}

#article-body th,
.article-body th,
.blog-article-body th {
  color: var(--text-primary, #fff);
  background: rgba(103, 232, 249, 0.08);
}

#article-body blockquote,
.article-body blockquote,
.blog-article-body blockquote {
  margin: 1.4rem 0;
  padding: 1rem 1.1rem;
  border-left: 3px solid var(--accent-turquoise, #33e1e3);
  border-radius: 0 8px 8px 0;
  background: rgba(103, 232, 249, 0.07);
  color: var(--text-secondary, #b8c3cf);
}

#article-body pre,
.article-body pre,
.blog-article-body pre {
  max-width: 100%;
  overflow-x: auto;
  padding: 1rem;
  border-radius: 8px;
  background: rgba(2, 8, 23, 0.72);
}

#article-body img,
.article-body img,
.blog-article-body img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}


/* Visual polish 95 pass */
html {
  overflow-x: clip;
  scroll-padding-top: 96px;
}

body {
  max-width: 100%;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img,
video,
canvas,
svg,
iframe {
  max-width: 100%;
}

img,
video {
  height: auto;
}

:where(.container, .header-container, .section-container, .content-container) {
  max-width: min(1180px, calc(100% - 32px));
}

:where(h1, h2, h3, h4, h5, h6, p, li, a, span, strong, em, label, button, input, textarea, select) {
  min-width: 0;
  overflow-wrap: break-word;
}

:where(h1, h2, h3, h4, .section-title, .main-title) {
  text-wrap: balance;
  letter-spacing: 0;
}

:where(p, li, blockquote, .subtitle, .section-subtitle) {
  text-wrap: pretty;
}

:where(.cta-button, button, input[type="submit"], .city-sticky-cta__button) {
  max-width: 100%;
  min-width: 0;
  white-space: normal;
  text-align: center;
  line-height: 1.22;
}

.main-header :where(.cta-button, .nav-link),
.keremet-main-nav .nav-link,
.header-price-cta,
.header-audit-cta {
  white-space: nowrap;
}

:where(input, select, textarea) {
  max-width: 100%;
  min-width: 0;
}

:where(textarea) {
  resize: vertical;
}

:where(.glass-panel, .expert-card, .clickable-card, .service-card, .solution-card, .feature-card, .benefit-card, .problem-card, .step-card, .metric-card, .package-card, .offer-card, .role-card, .principle-card, .case-card, .case-detailed-card, .testimonial-card, .city-cro-form, .static-cro-upgrade__form, .keremet-modern-card) {
  min-width: 0;
  max-width: 100%;
  overflow-wrap: break-word;
}

:where(.expertise-grid, .services-grid, .solutions-grid, .expert-solutions-grid, .features-grid, .benefits-grid, .steps-grid, .problem-grid, .principles-grid, .compliance-grid, .cards-grid, .packages-grid, .offer-grid, .detailed-cases-grid, .testimonials-grid, .city-cro-grid, .static-cro-upgrade__grid) {
  min-width: 0;
}

:where(.expertise-grid, .services-grid, .features-grid, .benefits-grid, .steps-grid, .problem-grid, .principles-grid, .compliance-grid, .cards-grid, .offer-grid, .detailed-cases-grid, .testimonials-grid) {
  grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
}

:where(.solutions-grid, .expert-solutions-grid, .packages-grid) {
  grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr));
}

.city-cro-grid,
.static-cro-upgrade__grid,
.static-cro-grid {
  grid-template-columns: minmax(0, 1fr) minmax(min(330px, 100%), 0.74fr);
}

.city-cro-checklist,
.static-cro-upgrade__points {
  grid-template-columns: repeat(auto-fit, minmax(min(220px, 100%), 1fr));
}

:where(.city-cro-checklist span, .static-cro-upgrade__points span, .price-scenario-card span) {
  hyphens: auto;
}

:where(table) {
  max-width: 100%;
}

:where(.policy-content, .article-body, .blog-article-body, #article-body) {
  line-height: 1.72;
}

:where(.policy-content, .article-body, .blog-article-body, #article-body) :where(h2, h3) {
  margin-top: clamp(1.6rem, 3vw, 2.4rem);
}

.city-sticky-cta {
  max-width: min(1120px, calc(100% - 28px));
}

@media (hover: none) {
  :where(.expert-card, .clickable-card, .service-card, .solution-card, .feature-card, .benefit-card, .problem-card, .step-card, .offer-card, .case-card, .keremet-modern-card):hover {
    transform: none;
  }
}

@media (max-width: 980px) {
  :where(.home-lpr-grid, .price-2027-grid, .home-infra-grid, .keremet-cro-grid, .city-cro-grid, .static-cro-upgrade__grid, .static-cro-grid, .price-diagnostic-cta) {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  :where(.container, .header-container, .section-container, .content-container) {
    max-width: calc(100% - 24px);
  }

  :where(section, .keremet-modern-section, .city-cro-upgrade, .static-cro-upgrade) {
    padding-left: 0;
    padding-right: 0;
  }

  :where(.glass-panel, .expert-card, .clickable-card, .service-card, .solution-card, .feature-card, .benefit-card, .problem-card, .step-card, .metric-card, .package-card, .offer-card, .role-card, .principle-card, .case-card, .case-detailed-card, .testimonial-card, .city-cro-form, .static-cro-upgrade__form, .keremet-modern-card) {
    padding-left: min(1.15rem, 5vw);
    padding-right: min(1.15rem, 5vw);
  }

  :where(.cta-button, button, input[type="submit"]) {
    width: 100%;
    justify-content: center;
  }

  .main-header :where(.cta-button, button) {
    width: auto;
  }

  :where(h1, .main-title) {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  :where(h2, .section-title) {
    font-size: clamp(1.55rem, 7vw, 2.2rem);
  }
}

@media (max-width: 420px) {
  :where(.container, .header-container, .section-container, .content-container) {
    max-width: calc(100% - 18px);
  }

  :where(.city-sticky-cta) {
    width: calc(100% - 16px);
  }
}

/* Clinic section polish 10/10 pass */
:root {
  --clinic-section-bg: rgba(255, 255, 255, 0.035);
  --clinic-section-line: rgba(148, 163, 184, 0.18);
  --clinic-card-bg: rgba(255, 255, 255, 0.055);
  --clinic-card-border: rgba(148, 163, 184, 0.2);
  --clinic-card-shadow: 0 14px 34px rgba(2, 8, 23, 0.12);
  --clinic-focus: #33e1e3;
}

:where(main > section, .keremet-modern-section, .city-cro-upgrade, .static-cro-upgrade) {
  position: relative;
  isolation: isolate;
}

:where(main > section:not(.hero):not(.hero-section):not(.service-hero-section):not(.solution-hero):not(.case-section):not(.final):not(.section-tight)) {
  padding-top: clamp(3.4rem, 7vw, 5.4rem);
  padding-bottom: clamp(3.4rem, 7vw, 5.4rem);
}

:where(.section-head, .section-header, .head, .price-title, .hero-content, .footer-brand) {
  min-width: 0;
}

:where(.section-head, .section-header, .head) {
  max-width: 880px;
}

:where(.section-head.center, .section-header.center, .head.center, .center .section-head) {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

:where(.section-head h2, .section-header h2, .head h2, .section-title) {
  max-width: 920px;
  line-height: 1.12;
}

:where(.section-head.center h2, .section-header.center h2, .head.center h2, .center .section-title) {
  margin-left: auto;
  margin-right: auto;
}

:where(.section-lead, .section-subtitle, .lead, .head p) {
  max-width: 820px;
  line-height: 1.62;
}

:where(.section-head.center .section-lead, .section-header.center .section-subtitle, .head.center p) {
  margin-left: auto;
  margin-right: auto;
}

:where(
  .glass-panel,
  .expert-card,
  .clickable-card,
  .service-card,
  .solution-card,
  .feature-card,
  .benefit-card,
  .problem-card,
  .step-card,
  .metric-card,
  .package-card,
  .offer-card,
  .role-card,
  .principle-card,
  .case-card,
  .case-detailed-card,
  .testimonial-card,
  .keremet-modern-card,
  .static-cro-upgrade,
  .city-cro-upgrade,
  .modal-container,
  .process-modal-box,
  .mbox,
  .mb
) {
  border-radius: 8px;
}

:where(
  .expert-card,
  .clickable-card,
  .service-card,
  .solution-card,
  .feature-card,
  .benefit-card,
  .problem-card,
  .step-card,
  .metric-card,
  .package-card,
  .offer-card,
  .role-card,
  .principle-card,
  .case-card,
  .case-detailed-card,
  .testimonial-card,
  .keremet-modern-card
) {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-height: 100%;
  border-color: var(--clinic-card-border);
  box-shadow: var(--clinic-card-shadow);
}

:where(
  .expert-card,
  .clickable-card,
  .service-card,
  .solution-card,
  .feature-card,
  .benefit-card,
  .problem-card,
  .step-card,
  .metric-card,
  .package-card,
  .offer-card,
  .role-card,
  .principle-card,
  .case-card,
  .case-detailed-card,
  .testimonial-card,
  .keremet-modern-card
) :where(h3, h4) {
  margin-top: 0;
  line-height: 1.25;
}

:where(
  .expert-card,
  .clickable-card,
  .service-card,
  .solution-card,
  .feature-card,
  .benefit-card,
  .problem-card,
  .step-card,
  .metric-card,
  .package-card,
  .offer-card,
  .role-card,
  .principle-card,
  .case-card,
  .case-detailed-card,
  .testimonial-card,
  .keremet-modern-card
) :where(p, li) {
  line-height: 1.6;
}

:where(.expertise-grid, .services-grid, .solutions-grid, .expert-solutions-grid, .features-grid, .benefits-grid, .steps-grid, .problem-grid, .principles-grid, .compliance-grid, .cards-grid, .packages-grid, .offer-grid, .detailed-cases-grid, .testimonials-grid, .metric-grid, .cards, .security-grid, .compatibility-grid) {
  align-items: stretch;
}

:where(.cta-button, .btn, button, input[type="submit"]) {
  border-radius: 8px;
  min-height: 44px;
}

:where(.cta-button, .btn, button, input[type="submit"]):focus-visible,
:where(a, input, textarea, select, summary):focus-visible {
  outline: 3px solid color-mix(in srgb, var(--clinic-focus) 55%, transparent);
  outline-offset: 3px;
}

:where(.modal-overlay, .moverlay, .process-modal) {
  padding: clamp(0.75rem, 3vw, 1.25rem);
}

:where(.modal-container, .mbox, .mb, .process-modal-box) {
  width: min(94vw, 560px);
  max-height: min(90vh, 760px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

:where(.modal-header h3, .process-modal-head h3, .mb h2, .mbox h2) {
  line-height: 1.18;
  text-wrap: balance;
}

:where(.modal-header p, .process-modal-sub, .mb p, .mbox p) {
  line-height: 1.55;
}

:where(.modal-form, .keremet-cro-form, .city-cro-form, .static-cro-upgrade__form, .form) {
  gap: 0.95rem;
}

:where(.modal-form input, .modal-form textarea, .modal-form select, .keremet-cro-form input, .keremet-cro-form textarea, .keremet-cro-form select, .city-cro-form input, .city-cro-form textarea, .city-cro-form select, .static-cro-upgrade__form input, .static-cro-upgrade__form textarea, .form input, .form textarea, .form select) {
  border-radius: 8px;
  line-height: 1.35;
}

:where(.modal-form input, .modal-form textarea, .modal-form select, .keremet-cro-form input, .keremet-cro-form textarea, .keremet-cro-form select, .city-cro-form input, .city-cro-form textarea, .city-cro-form select, .static-cro-upgrade__form input, .static-cro-upgrade__form textarea, .form input, .form textarea, .form select)::placeholder {
  opacity: 0.78;
}

:where(.form-consent, .consent, .city-cro-consent) {
  align-items: flex-start;
  line-height: 1.45;
}

:where(.form-consent input[type="checkbox"], .consent input[type="checkbox"], .city-cro-consent input[type="checkbox"]) {
  flex: 0 0 auto;
  margin-top: 0.2rem;
}

:where(.static-cro-upgrade__points span, .city-cro-checklist span, .compatibility-tags span, .pill, .tag, .badge, .sk-badge) {
  border-radius: 8px;
  line-height: 1.3;
}

:where(.price-row, .limit-item, .pipe-step, .pain-item, .faq-item, details) {
  border-radius: 8px;
}

:where(table) {
  border-collapse: separate;
  border-spacing: 0;
}

:where(th:first-child) { border-top-left-radius: 8px; }
:where(th:last-child) { border-top-right-radius: 8px; }

@media (max-width: 760px) {
  :where(main > section:not(.hero):not(.hero-section):not(.service-hero-section):not(.solution-hero)) {
    padding-top: clamp(2.4rem, 10vw, 3.5rem);
    padding-bottom: clamp(2.4rem, 10vw, 3.5rem);
  }

  :where(.section-head, .section-header, .head) {
    margin-bottom: clamp(1.35rem, 6vw, 2rem);
  }

  :where(.modal-container, .mbox, .mb, .process-modal-box) {
    width: min(96vw, 560px);
    padding: min(1.35rem, 5vw);
  }

  :where(.modal-close, .close, .mclose) {
    min-width: 36px;
    min-height: 36px;
  }
}

/* Dark CRO and hero form repair */
.keremet-cro {
  --kc-bg: rgba(7, 17, 31, 0.94);
  --kc-ink: var(--text-primary, #f4f7fb);
  --kc-muted: var(--text-secondary, #b8c3cf);
  --kc-line: rgba(255, 255, 255, 0.12);
  --kc-blue: var(--accent-turquoise, #33e1e3);
  --kc-green: #8ef0c8;
  --kc-dark: #07111f;
  --kc-white: rgba(18, 24, 33, 0.86);
}

.keremet-cro-band {
  background:
    radial-gradient(circle at 15% 20%, rgba(51, 225, 227, 0.08), transparent 32%),
    linear-gradient(180deg, rgba(7, 17, 31, 0.98), rgba(10, 13, 22, 0.96));
  border-block: 1px solid rgba(255, 255, 255, 0.08);
}

.keremet-cro-panel,
.keremet-cro-metric {
  background: rgba(18, 24, 33, 0.82);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.26);
}

.keremet-cro-kicker {
  border-color: rgba(51, 225, 227, 0.28);
  background: rgba(51, 225, 227, 0.08);
  color: var(--accent-turquoise, #33e1e3);
}

.keremet-cro-form input,
.keremet-cro-form select,
.keremet-cro-form textarea {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(7, 17, 31, 0.74);
  color: var(--text-primary, #fff);
}

.keremet-cro-form input::placeholder,
.keremet-cro-form textarea::placeholder {
  color: rgba(226, 232, 240, 0.54);
}

.keremet-cro-form button,
.keremet-cro-button {
  background: var(--accent-turquoise, #33e1e3);
  color: #061019;
}

.keremet-cro-button.secondary {
  border-color: rgba(51, 225, 227, 0.35);
  background: transparent;
  color: var(--text-primary, #fff);
}

.home-lpr-form .form-main-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.9rem;
}

.home-lpr-form .form-group {
  width: 100%;
  margin: 0;
}

.home-lpr-form input[type="tel"],
.home-lpr-form input[type="text"] {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  background: rgba(7, 17, 31, 0.72);
  color: var(--text-primary, #fff);
  padding: 0.85rem 1.1rem;
  font: inherit;
}

.home-lpr-form input::placeholder {
  color: rgba(226, 232, 240, 0.56);
}

.home-lpr-form .cta-button {
  width: 100%;
  justify-content: center;
}

.home-lpr-form .form-consent {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.65rem;
  align-items: start;
  margin-top: 0.9rem;
  text-align: left;
}

.home-lpr-form .form-consent input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin-top: 0.15rem;
}

.home-lpr-form .form-consent label {
  margin: 0;
  color: var(--text-secondary, #b8c3cf);
  font-size: 0.82rem;
  line-height: 1.45;
}

/* Mobile sticky CTA and home breadcrumb repair */
@media (max-width: 560px) {
  .home-page .breadcrumbs-container {
    display: none;
  }

  .keremet-sticky-cta {
    left: 12px;
    right: 12px;
    bottom: 12px;
    width: auto;
    max-width: none;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 32px;
    gap: 6px 8px;
    align-items: center;
    padding: 10px 10px 10px 12px;
  }

  .keremet-sticky-cta span {
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
    font-size: 12px;
  }

  .keremet-sticky-cta a {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    min-width: 0;
    padding: 10px 12px;
    white-space: normal;
  }

  .keremet-sticky-cta button {
    grid-column: 2;
    grid-row: 1 / span 2;
    width: 32px !important;
    min-width: 32px;
    height: 100%;
    padding: 0 !important;
    align-self: stretch;
  }
}

/* Hide duplicate sticky CTA on mobile home */
@media (max-width: 560px) {
  .home-page .keremet-sticky-cta {
    display: none;
  }
}

/* Navigation, footer and CTA stability pass */
.keremet-cro-block {
  scroll-margin-top: 120px;
}
.keremet-cro-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}
.keremet-cro-actions .cta-button {
  flex: 0 1 auto;
  min-width: min(100%, 250px);
  max-width: 100%;
  white-space: normal;
  text-align: center;
  line-height: 1.2;
}
.quick-wins-section .quick-wins-grid {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
  gap: 1.35rem !important;
  align-items: stretch;
}
.quick-wins-section .solution-preview-card {
  min-height: 0 !important;
  padding: 1.45rem !important;
  display: grid !important;
  grid-template-rows: auto auto auto 1fr auto;
  gap: .8rem !important;
  text-align: left !important;
}
.quick-wins-section .solution-preview-card .icon-wrapper {
  width: 58px !important;
  height: 58px !important;
  margin: 0 0 .35rem !important;
  font-size: 1.45rem !important;
}
.quick-wins-section .solution-preview-card h3 {
  font-size: 1.28rem !important;
  line-height: 1.22 !important;
  text-align: left !important;
  margin: 0 !important;
}
.quick-wins-section .solution-preview-card p {
  font-size: .98rem !important;
  line-height: 1.55 !important;
  text-align: left !important;
  margin: 0 !important;
}
.quick-wins-section .solution-preview-card ul {
  display: grid;
  gap: .42rem;
  padding-left: 1.15rem;
  margin: 0;
}
.quick-wins-section .solution-preview-card .cta-button {
  width: 100%;
  min-height: 46px;
  margin-top: auto;
  white-space: nowrap;
}
.home-router-section .container {
  text-align: center;
}
.home-router-section .section-title,
.home-router-section .section-subtitle {
  margin-left: auto;
  margin-right: auto;
}
.home-router-section .home-lpr-kicker {
  display: inline-flex;
  margin-left: auto;
  margin-right: auto;
}
.home-router-section .home-router-grid {
  text-align: left;
}
.home-router-more {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}
.keremet-sticky-cta {
  max-width: min(560px, calc(100vw - 32px));
  display: flex;
  align-items: center;
  gap: .85rem;
}
.keremet-sticky-cta .cta-button {
  white-space: nowrap;
  min-width: 0;
}
.keremet-sticky-text {
  white-space: nowrap;
}
.fl {
  max-width: calc(100vw - 32px);
}
@media (max-width: 760px) {
  .keremet-sticky-cta {
    left: 12px !important;
    right: 12px !important;
    bottom: 12px !important;
    max-width: none;
    flex-direction: column;
    align-items: stretch;
  }
  .keremet-sticky-cta .cta-button,
  .keremet-sticky-text {
    width: 100%;
    white-space: normal;
    text-align: center;
  }
  .fl {
    left: 14px;
    right: 14px;
    bottom: 14px;
    align-items: stretch;
  }
  .fl .fb {
    width: 100%;
    justify-content: center;
  }
}

/* Horizontal overflow containment pass */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}
.proof-section,
.section-cases,
.cases-container {
  overflow: hidden;
}
.section-cases .cases-container {
  width: 100%;
  max-width: 100%;
  contain: layout paint;
}

/* Cases carousel stability pass */
.section-cases .cases-carousel {
  width: min(100%, 1280px) !important;
  margin: 0 auto;
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem;
  animation: none !important;
  transform: none !important;
}
.section-cases .case-item {
  flex: initial !important;
  width: 100%;
  min-width: 0;
}

/* Home breadcrumb and header visual repair */
.home-page .breadcrumbs-container {
  display: none;
}


/* Final responsive guard for CTA, ROI and modal stability */
@media (max-width: 860px) {
  .static-cro-upgrade__grid,
  .city-cro-grid,
  .static-cro-grid,
  .keremet-cro-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .static-cro-upgrade__grid > *,
  .city-cro-grid > *,
  .static-cro-grid > *,
  .keremet-cro-grid > * {
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .static-cro-upgrade__grid h2,
  .keremet-cro h2,
  .keremet-cro h3 {
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }
}

@media (max-width: 760px) {
  .roi-calculator-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    grid-template-columns: minmax(0, 1fr) !important;
    padding: 1rem !important;
    gap: 1.25rem !important;
    overflow: hidden;
  }

  .roi-inputs,
  .roi-results,
  .roi-footer,
  .roi-inputs .form-group,
  .slider-container {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    grid-column: 1 !important;
  }

  .roi-results {
    padding-left: 0 !important;
    border-left: 0 !important;
  }

  .slider-container {
    align-items: stretch !important;
  }

  .slider-value {
    width: 100%;
    min-width: 0 !important;
  }

  .modal-close,
  .close,
  .mclose,
  .process-modal-close,
  button[aria-label="Закрыть"],
  button[aria-label="Закрыть окно"] {
    width: 40px !important;
    min-width: 40px !important;
    max-width: 40px !important;
    min-height: 40px !important;
    padding: 0 !important;
    flex: 0 0 40px !important;
  }
}


/* Home decorative glow overflow guard */
.stats-section.has-glow,
.roles-section.has-glow {
  overflow: hidden;
}


/* Home light hero 2027 */
.home-page.has-keremet-fixed-header main {
  padding-top: 0 !important;
}

.home-page .keremet-header-2027 {
  background: rgba(255, 255, 255, 0.92) !important;
  border: 1px solid rgba(15, 23, 42, 0.08) !important;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12) !important;
  backdrop-filter: blur(18px);
}

.home-page .keremet-header-logo img {
  content: url('/logo.png');
  width: 170px;
  height: auto;
}

.home-page .keremet-main-nav .nav-link {
  color: #2b3138 !important;
}

.home-page .keremet-main-nav .nav-link:hover,
.home-page .keremet-main-nav .nav-dropdown.active > .nav-link,
.home-page .keremet-main-nav .nav-link-compliance {
  color: #71b61a !important;
}

.home-page .keremet-mega-menu {
  border-color: rgba(15, 23, 42, 0.12) !important;
  background: rgba(255, 255, 255, 0.98) !important;
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.15) !important;
}

.home-page .keremet-mega-menu .dropdown-section h4 {
  color: #71b61a !important;
}

.home-page .keremet-mega-menu .dropdown-section a {
  color: #39414b !important;
}

.home-page .keremet-mega-menu .dropdown-section a:hover {
  color: #71b61a !important;
  background: rgba(126, 192, 37, 0.08) !important;
}

.home-page .header-price-cta {
  border-color: #83bf22 !important;
  background: #86c622 !important;
  color: #fff !important;
  box-shadow: 0 12px 26px rgba(126, 192, 37, 0.25) !important;
}

.home-page .header-audit-cta {
  border: 1px solid rgba(126, 192, 37, 0.55) !important;
  background: #fff !important;
  color: #2f3a22 !important;
  box-shadow: none !important;
}

.home-light-hero {
  position: relative;
  isolation: isolate;
  min-height: min(880px, 100svh);
  padding: clamp(7.5rem, 10vw, 9.2rem) 0 clamp(2rem, 5vw, 4.2rem);
  overflow: hidden;
  color: #20242a;
  background:
    radial-gradient(circle at 75% 46%, rgba(156, 207, 66, 0.16), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #fbfcfa 62%, #f5f8f1 100%);
}

.home-light-hero::before,
.home-light-hero::after,
.home-light-hero__decor {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}

.home-light-hero::before {
  background:
    linear-gradient(115deg, transparent 0 18%, rgba(126, 192, 37, 0.14) 18.1% 18.25%, transparent 18.35% 100%),
    linear-gradient(18deg, transparent 0 56%, rgba(126, 192, 37, 0.12) 56.1% 56.24%, transparent 56.35% 100%),
    linear-gradient(158deg, transparent 0 72%, rgba(126, 192, 37, 0.12) 72.1% 72.24%, transparent 72.35% 100%);
  opacity: 0.85;
}

.home-light-hero::after {
  background:
    radial-gradient(circle at 8% 30%, #7fc319 0 2px, transparent 3px),
    radial-gradient(circle at 27% 70%, #7fc319 0 2px, transparent 3px),
    radial-gradient(circle at 50% 21%, #7fc319 0 1.5px, transparent 2.5px),
    radial-gradient(circle at 92% 16%, #7fc319 0 1.5px, transparent 2.5px);
}

.home-light-hero__decor {
  background-image:
    linear-gradient(rgba(126, 192, 37, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(126, 192, 37, 0.06) 1px, transparent 1px);
  background-size: 110px 110px;
  mask-image: radial-gradient(circle at 65% 45%, black, transparent 64%);
  opacity: 0.55;
}

.home-light-hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(420px, 0.88fr);
  align-items: center;
  gap: clamp(1.5rem, 4vw, 4rem);
}

.home-light-hero__content {
  max-width: 720px;
  text-align: center;
  justify-self: center;
  z-index: 2;
}

.home-light-hero__crumb {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 2.2rem;
  padding: 0.5rem 0.8rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #59616b;
  text-decoration: none;
  font-size: 0.86rem;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.home-light-hero__crumb span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #86c622;
  box-shadow: 0 0 0 5px rgba(134, 198, 34, 0.12);
}

.home-light-hero__title {
  max-width: 780px;
  margin: 0 auto;
  color: #22262d;
  font-size: clamp(2.7rem, 5.1vw, 5.05rem);
  line-height: 0.98;
  letter-spacing: 0;
  font-weight: 900;
  text-wrap: balance;
}

.home-light-hero__title span {
  color: #75bb1e;
}

.home-light-hero__lead {
  max-width: 690px;
  margin: 1.55rem auto 0;
  color: #6b7280;
  font-size: clamp(1rem, 1.35vw, 1.24rem);
  line-height: 1.65;
  text-wrap: balance;
}

.home-light-hero__ecosystem {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  max-width: 650px;
  margin: 2.25rem auto 0;
  padding: clamp(1rem, 2vw, 1.25rem);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.1);
  text-align: left;
}

.home-light-hero__ecosystem-icon {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 18px;
  background: linear-gradient(180deg, #fff, #edf6e2);
  color: #79bd20;
  border: 1px solid rgba(126, 192, 37, 0.22);
  box-shadow: inset 0 0 0 8px rgba(126, 192, 37, 0.08);
  font-size: 1.75rem;
}

.home-light-hero__ecosystem b {
  display: block;
  color: #242b35;
  font-size: 1.04rem;
  line-height: 1.35;
}

.home-light-hero__ecosystem span {
  display: block;
  margin-top: 0.25rem;
  color: #5d6672;
  line-height: 1.48;
}

.home-light-hero__ecosystem-actions {
  grid-column: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.home-light-hero__ecosystem-actions a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 42px;
  padding: 0.72rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(126, 192, 37, 0.4);
  color: #64a017;
  text-decoration: none;
  font-weight: 800;
}

.home-light-hero__ecosystem-actions a:first-child {
  background: #86c622;
  color: #fff;
  border-color: #86c622;
}

.home-light-hero__form {
  position: relative;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto;
  gap: 0.8rem;
  align-items: center;
  max-width: 560px;
  margin: 1.5rem auto 0;
}

.home-light-hero__phone {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-height: 58px;
  margin: 0;
  padding: 0 1.05rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #9aa3af;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.home-light-hero__phone input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #20242a;
  font: inherit;
}

.home-light-hero__form button {
  min-height: 58px;
  border: 0;
  border-radius: 999px;
  padding: 0 1.6rem;
  background: #86c622;
  color: #fff;
  font-weight: 900;
  box-shadow: 0 16px 32px rgba(126, 192, 37, 0.28);
  cursor: pointer;
}

.home-light-hero__consent {
  grid-column: 1 / -1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.55rem;
  margin: 0.1rem 0 0;
  color: #79818d;
  font-size: 0.84rem;
  line-height: 1.45;
}

.home-light-hero__consent input {
  margin-top: 0.2rem;
}

.home-light-hero__consent a,
.home-light-hero__quicklinks a {
  color: #6aaa18;
}

.home-light-hero__quicklinks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem 1rem;
  margin-top: 1.15rem;
  font-weight: 800;
}

.home-light-hero__quicklinks a {
  text-decoration: none;
}

.home-light-hero__visual {
  position: relative;
  min-height: clamp(430px, 58vw, 690px);
  align-self: stretch;
}

.home-light-hero__sphere,
.home-light-hero__statue {
  position: absolute;
  pointer-events: none;
  user-select: none;
}

.home-light-hero__sphere {
  width: min(720px, 94%);
  right: 0;
  top: 8%;
  opacity: 0.98;
  filter: drop-shadow(0 24px 50px rgba(126, 192, 37, 0.12));
}

.home-light-hero__statue {
  width: min(770px, 105%);
  right: -4%;
  bottom: -7%;
  z-index: 2;
  filter: drop-shadow(0 44px 12px rgba(15, 23, 42, 0.18));
  mask-image: linear-gradient(180deg, black 0 82%, transparent 100%);
}

@media (max-width: 1180px) {
  .home-light-hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.74fr);
  }

  .home-light-hero__title {
    font-size: clamp(2.35rem, 5.2vw, 4.2rem);
  }
}

@media (max-width: 900px) {
  .home-light-hero {
    min-height: auto;
    padding-top: 7.35rem;
  }

  .home-light-hero__inner {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .home-light-hero__content {
    max-width: 760px;
  }

  .home-light-hero__visual {
    order: -1;
    min-height: 340px;
    max-width: 520px;
    width: 100%;
    justify-self: center;
  }

  .home-light-hero__sphere {
    width: 88%;
    left: 8%;
    right: auto;
    top: 4%;
  }

  .home-light-hero__statue {
    width: 92%;
    left: 8%;
    right: auto;
    bottom: -12%;
  }
}

@media (max-width: 640px) {
  .home-page .home-light-hero__title .home-light-hero__line {
    white-space: normal;
  }

  .home-page .keremet-header-logo img {
    width: 142px;
  }

  .home-light-hero {
    padding-top: 6.6rem;
    padding-bottom: 2.4rem;
  }

  .home-light-hero__visual {
    min-height: 270px;
  }

  .home-light-hero__title {
    font-size: clamp(2.05rem, 10vw, 3.05rem);
  }

  .home-light-hero__lead {
    font-size: 1rem;
  }

  .home-light-hero__ecosystem {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .home-light-hero__ecosystem-icon {
    margin: 0 auto;
  }

  .home-light-hero__ecosystem-actions {
    grid-column: 1;
    justify-content: center;
  }

  .home-light-hero__form {
    grid-template-columns: 1fr;
  }

  .home-light-hero__form button {
    width: 100%;
  }
}


/* Home light hero polish 2027 */
.home-page .home-light-hero__form .home-light-hero__phone {
  background: rgba(255, 255, 255, 0.98) !important;
  border: 1px solid #dce8f1 !important;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.1) !important;
}

.home-page .home-light-hero__form .home-light-hero__phone i {
  flex: 0 0 auto;
  color: #8aa0b4;
}

.home-page .home-light-hero__form .home-light-hero__phone input[type="tel"] {
  height: 56px !important;
  min-height: 56px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #20242a !important;
  -webkit-text-fill-color: #20242a;
}

.home-page .home-light-hero__form .home-light-hero__phone input[type="tel"]::placeholder {
  color: #8a94a3 !important;
  opacity: 1;
}

@media (max-width: 900px) {
  .home-page .home-light-hero__visual {
    overflow: hidden;
    min-height: 310px;
    margin-top: 0.25rem;
  }

  .home-page .home-light-hero__sphere {
    width: 78%;
    left: 11%;
    top: 2%;
  }

  .home-page .home-light-hero__statue {
    width: 80%;
    left: 14%;
    bottom: -4%;
  }
}

@media (max-width: 640px) {
  .home-page .home-light-hero {
    padding-top: 7rem;
  }

  .home-page .home-light-hero__visual {
    min-height: 272px;
  }

  .home-page .home-light-hero__sphere {
    width: 76%;
    left: 12%;
    top: 3%;
  }

  .home-page .home-light-hero__statue {
    width: 78%;
    left: 14%;
    bottom: -5%;
  }

  .home-page .home-light-hero__form {
    max-width: 100%;
  }
}


/* Home team section and title centering pass */
.home-page h3.section-title,
.home-page .roles-section .section-title,
.home-page .dna2-live-section .section-title,
.home-page .section-title.reveal-on-scroll {
  display: block;
  max-width: min(960px, 100%);
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

.home-page .section-header,
.home-page .section-header.center {
  margin-left: auto;
  margin-right: auto;
}

.home-human-section {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(51, 225, 227, 0.14);
  border-bottom: 1px solid rgba(51, 225, 227, 0.12);
  background:
    radial-gradient(circle at 12% 10%, rgba(51, 225, 227, 0.1), transparent 32%),
    radial-gradient(circle at 88% 12%, rgba(132, 0, 255, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(12, 18, 25, 0.76), rgba(6, 10, 15, 0.96));
}

.home-human-section .container {
  position: relative;
  z-index: 1;
}

.home-human-head {
  max-width: 940px;
  margin-bottom: clamp(1.8rem, 4vw, 2.8rem);
  text-align: center;
}

.home-human-head h2 {
  max-width: 900px;
  margin: 0 auto;
  color: #f8fbff;
  font-size: clamp(2rem, 4.6vw, 4.15rem);
  line-height: 1.1;
}

.home-human-head p {
  max-width: 840px;
  margin: 1rem auto 0;
  color: rgba(226, 232, 240, 0.78);
  font-size: clamp(1rem, 1.45vw, 1.2rem);
  line-height: 1.65;
}

.home-human-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(0.9rem, 1.5vw, 1.25rem);
}

.home-human-card {
  min-width: 0;
  min-height: 100%;
  padding: clamp(1.15rem, 2vw, 1.55rem);
  border: 1px solid rgba(51, 225, 227, 0.16);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.058), rgba(255, 255, 255, 0.028));
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.16);
}

.home-human-card--accent {
  border-color: rgba(51, 225, 227, 0.34);
  background: linear-gradient(145deg, rgba(51, 225, 227, 0.11), rgba(132, 0, 255, 0.08));
}

.home-human-card__tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 0.9rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(51, 225, 227, 0.1);
  color: #33e1e3;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0;
}

.home-human-card h3 {
  margin: 0 0 0.75rem;
  color: #f8fbff;
  font-size: clamp(1.15rem, 1.55vw, 1.42rem);
  line-height: 1.18;
  text-align: left;
}

.home-human-card p {
  margin: 0;
  color: rgba(226, 232, 240, 0.74);
  font-size: 0.98rem;
  line-height: 1.62;
}

.home-human-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.9rem;
  margin-top: clamp(1.7rem, 3vw, 2.4rem);
}

.home-human-actions .cta-button {
  min-width: min(260px, 100%);
}

@media (max-width: 1180px) {
  .home-human-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .home-human-grid {
    grid-template-columns: 1fr;
  }

  .home-human-card h3,
  .home-human-card p {
    text-align: left;
  }
}


/* Home team section readability polish */
.home-page .roles-section,
.home-page .home-human-section {
  scroll-margin-top: 128px;
}

.home-human-head h2 {
  max-width: 860px;
  font-size: clamp(1.95rem, 3.55vw, 3.35rem);
}

.home-human-head p {
  max-width: 760px;
}

.home-human-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.home-human-card {
  padding: clamp(1.25rem, 2.2vw, 1.75rem);
}

.home-human-card h3 {
  max-width: 320px;
}

@media (max-width: 980px) {
  .home-human-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .home-human-grid {
    grid-template-columns: 1fr;
  }

  .home-human-head h2 {
    font-size: clamp(1.75rem, 8.2vw, 2.35rem);
  }
}


/* Open pages CRO sections repair */
.open-landing-page .container,
.open-landing-page .static-cro-upgrade .container,
.open-landing-page .open-moneyflow-fix .container {
  width: min(1180px, calc(100% - 56px));
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.open-landing-page .static-cro-upgrade {
  position: relative;
  overflow: hidden;
  padding: clamp(3.2rem, 6vw, 5.2rem) 0 !important;
  border-top: 1px solid rgba(5, 150, 105, 0.14);
  border-bottom: 1px solid rgba(5, 150, 105, 0.12);
}

.open-landing-page .static-cro-upgrade__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.72fr);
  gap: clamp(1.4rem, 4vw, 3rem);
  align-items: center;
}

.open-landing-page .static-cro-upgrade__grid > * {
  min-width: 0;
}

.open-landing-page .static-cro-upgrade__grid h2 {
  max-width: 780px;
  margin: 0 0 1rem;
  font-family: var(--fh, var(--font-heading, sans-serif));
  font-size: clamp(2rem, 3.2vw, 3.05rem);
  line-height: 1.1;
  letter-spacing: 0;
  overflow-wrap: normal;
}

.open-landing-page .static-cro-upgrade__grid p {
  max-width: 760px;
  margin: 0;
  font-size: clamp(1rem, 1.25vw, 1.1rem);
  line-height: 1.72;
}

.open-landing-page .static-cro-upgrade__points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.72rem;
  margin-top: 1.35rem;
}

.open-landing-page .static-cro-upgrade__points span {
  min-width: 0;
  padding: 0.85rem 0.95rem;
  border-radius: 10px;
  line-height: 1.35;
}

.open-landing-page .static-cro-upgrade__form {
  display: grid;
  gap: 0.85rem;
  width: 100%;
  padding: clamp(1.15rem, 2.8vw, 1.65rem);
  border-radius: 14px;
}

.open-landing-page .static-cro-upgrade__form label {
  display: grid;
  gap: 0.42rem;
  font-size: 0.94rem;
  font-weight: 600;
}

.open-landing-page .static-cro-upgrade__form input,
.open-landing-page .static-cro-upgrade__form textarea {
  width: 100%;
  min-height: 50px;
  border-radius: 10px;
  padding: 0.84rem 0.95rem;
  font: inherit;
}

.open-landing-page .static-cro-upgrade__form textarea {
  min-height: 108px;
}

.open-landing-page .static-cro-upgrade__form .cta-button,
.open-landing-page .static-cro-upgrade__form button {
  min-height: 52px;
  justify-content: center;
  text-align: center;
  border-radius: 10px;
}

.open-main-page .static-cro-upgrade {
  background: linear-gradient(180deg, #f5f8fc 0%, #ffffff 100%) !important;
  color: #05111f;
}

.open-main-page .static-cro-upgrade__grid h2 {
  color: #05111f !important;
}

.open-main-page .static-cro-upgrade__grid p,
.open-main-page .static-cro-upgrade__form label,
.open-main-page .static-cro-upgrade__note {
  color: #526171 !important;
}

.open-main-page .keremet-modern-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 1rem;
  padding: 0.38rem 0.85rem;
  border-radius: 999px;
  background: #d1fae5;
  color: #047857 !important;
  font-weight: 900;
  letter-spacing: 0;
}

.open-main-page .static-cro-upgrade__points span {
  border: 1px solid #d8e3ee !important;
  background: #ffffff !important;
  color: #374151 !important;
}

.open-main-page .static-cro-upgrade__form {
  border: 1px solid #d8e3ee !important;
  background: #ffffff !important;
  box-shadow: 0 18px 50px rgba(5, 17, 31, 0.1);
}

.open-main-page .static-cro-upgrade__form input,
.open-main-page .static-cro-upgrade__form textarea {
  border: 1px solid #d8e3ee !important;
  background: #f8fafc !important;
  color: #05111f !important;
}

.open-main-page .static-cro-upgrade__form input::placeholder,
.open-main-page .static-cro-upgrade__form textarea::placeholder {
  color: #8793a3 !important;
}

.open-main-page .static-cro-upgrade__form .cta-button,
.open-main-page .static-cro-upgrade__form button {
  border: 0 !important;
  background: #059669 !important;
  color: #ffffff !important;
}

.open-specialty-page .static-cro-upgrade {
  background:
    radial-gradient(circle at 18% 0%, rgba(51, 225, 227, 0.12), transparent 34%),
    linear-gradient(180deg, #07111d 0%, #05111f 100%) !important;
  color: #ffffff;
}

.open-specialty-page .static-cro-upgrade__grid h2,
.open-specialty-page .static-cro-upgrade__form label {
  color: #ffffff !important;
}

.open-specialty-page .static-cro-upgrade__grid p,
.open-specialty-page .static-cro-upgrade__note {
  color: rgba(226, 232, 240, 0.74) !important;
}

.open-specialty-page .static-cro-upgrade__points span {
  border: 1px solid rgba(51, 225, 227, 0.16) !important;
  background: rgba(255, 255, 255, 0.055) !important;
  color: rgba(226, 232, 240, 0.82) !important;
}

.open-specialty-page .static-cro-upgrade__form {
  border: 1px solid rgba(51, 225, 227, 0.18) !important;
  background: rgba(10, 20, 33, 0.84) !important;
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.22);
}

.open-landing-page .open-moneyflow-fix {
  position: relative;
  overflow: hidden;
  padding: clamp(3.4rem, 7vw, 5.4rem) 0 !important;
  background:
    radial-gradient(circle at 14% 10%, rgba(51, 225, 227, 0.12), transparent 34%),
    radial-gradient(circle at 92% 0%, rgba(5, 150, 105, 0.14), transparent 30%),
    #05111f !important;
  color: #ffffff !important;
  border-top: 1px solid rgba(51, 225, 227, 0.14);
}

.open-landing-page .open-moneyflow-fix .section-title {
  max-width: 900px;
  margin: 0 auto 1rem !important;
  color: #ffffff !important;
  font-family: var(--fh, var(--font-heading, sans-serif));
  font-size: clamp(2rem, 4.2vw, 3.55rem);
  line-height: 1.1;
  text-align: center;
}

.open-landing-page .open-moneyflow-fix .section-subtitle {
  max-width: 780px;
  margin: 0 auto 2rem !important;
  color: rgba(226, 232, 240, 0.74) !important;
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  line-height: 1.65;
  text-align: center;
}

.open-moneyflow-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
  max-width: 1160px;
  margin: 0 auto;
}

.open-moneyflow-links .cta-button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 58px !important;
  padding: 0.9rem 1rem !important;
  border-radius: 10px !important;
  text-align: center !important;
  line-height: 1.2 !important;
}

.open-moneyflow-links .cta-button.secondary {
  background: rgba(255, 255, 255, 0.075) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  color: #ffffff !important;
}

@media (max-width: 980px) {
  .open-landing-page .static-cro-upgrade__grid,
  .open-moneyflow-links {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

@media (max-width: 640px) {
  .open-landing-page .container,
  .open-landing-page .static-cro-upgrade .container,
  .open-landing-page .open-moneyflow-fix .container {
    width: min(100% - 24px, 1180px);
  }

  .open-landing-page .static-cro-upgrade__points {
    grid-template-columns: 1fr;
  }
}

/* Home hero reference alignment 2027 START */
.home-page .keremet-header-2027 {
  width: min(1360px, calc(100% - 48px)) !important;
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%) !important;
  min-height: 82px;
}

.home-page .keremet-header-2027 .header-container {
  max-width: calc(100% - 48px) !important;
}

.home-page .keremet-header-logo {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
}

.home-page .keremet-header-logo img {
  content: url('/logo.png');
  display: block !important;
  width: 170px !important;
  height: 33px !important;
  max-width: 170px !important;
  max-height: 33px !important;
  aspect-ratio: 1189 / 233;
  object-fit: contain !important;
}

.home-page .home-light-hero {
  margin-top: -100px !important;
  min-height: min(900px, 100svh);
  padding-top: clamp(7.4rem, 10vw, 9rem);
  padding-bottom: clamp(1.4rem, 3.5vw, 2.8rem);
}

.home-page .home-light-hero__inner {
  width: min(1188px, calc(100% - 64px));
  gap: clamp(2rem, 3.4vw, 3.4rem);
  grid-template-columns: minmax(610px, 0.98fr) minmax(430px, 0.78fr);
}

.home-page .home-light-hero__content {
  max-width: 650px;
  padding-top: clamp(4.3rem, 6vw, 5.15rem);
}

.home-page .home-light-hero__crumb {
  margin-bottom: 1.6rem;
}

.home-page .home-light-hero__title {
  max-width: 650px;
  font-size: clamp(2.35rem, 3vw, 3rem) !important;
  line-height: 1.02 !important;
  font-weight: 900 !important;
}

.home-page .home-light-hero__title .home-light-hero__line {
  display: inline-block;
  white-space: nowrap;
  color: #22262d !important;
}

.home-page .home-light-hero__title .home-light-hero__line span {
  color: #75bb1e !important;
}

.home-page .home-light-hero__lead {
  max-width: 620px;
  margin-top: 1.25rem;
  font-size: clamp(1rem, 1.18vw, 1.12rem);
  line-height: 1.55;
}

.home-page .home-light-hero__ecosystem {
  max-width: 590px;
  margin-top: 1.75rem;
  padding: 1rem 1.05rem;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 0.82rem 1rem;
}

.home-page .home-light-hero__ecosystem span {
  line-height: 1.36;
}

.home-page .home-light-hero__ecosystem-actions {
  margin-top: 0;
}

.home-page .home-light-hero__ecosystem-actions a {
  min-height: 40px;
  padding: 0.62rem 0.95rem;
}

.home-page .home-light-hero__form {
  max-width: 560px;
  margin-top: 1.45rem;
}

.home-page .home-light-hero__quicklinks {
  margin-top: 0.95rem;
}

.home-page .home-light-hero__visual {
  min-height: clamp(520px, 58vw, 690px);
  align-self: stretch;
}

.home-page .home-light-hero__sphere {
  width: min(760px, 126%);
  max-width: none;
  right: -6%;
  top: 14%;
}

.home-page .home-light-hero__statue {
  width: min(700px, 112%);
  max-width: none;
  right: -2%;
  top: 15%;
  bottom: auto;
  mask-image: linear-gradient(180deg, black 0 91%, transparent 100%);
}

@media (max-width: 1320px) {
  .home-page .keremet-header-2027 {
    width: min(1080px, calc(100% - 48px)) !important;
  }

  .home-page .home-light-hero__inner {
    width: min(1080px, calc(100% - 64px));
    grid-template-columns: minmax(600px, 0.98fr) minmax(410px, 0.72fr);
    gap: clamp(1.6rem, 3.2vw, 2.4rem);
  }

  .home-page .home-light-hero__content {
    max-width: 620px;
    padding-top: clamp(5rem, 7vw, 5.65rem);
  }

  .home-page .home-light-hero__title {
    max-width: 620px;
    font-size: clamp(2.25rem, 3vw, 2.75rem) !important;
  }

  .home-page .home-light-hero__ecosystem {
    max-width: 560px;
    padding: 0.95rem;
  }

  .home-page .home-light-hero__visual {
    min-height: 650px;
  }

  .home-page .home-light-hero__sphere {
    width: min(670px, 120%);
    max-width: none;
    right: -7%;
    top: 13%;
  }

  .home-page .home-light-hero__statue {
    width: min(660px, 118%);
    max-width: none;
    right: -3%;
    top: 15%;
  }
}

@media (max-width: 1180px) {
  .home-page .home-light-hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.72fr);
  }

  .home-page .home-light-hero__title {
    font-size: clamp(2.25rem, 4.2vw, 2.85rem) !important;
  }
}

@media (max-width: 900px) {
  .home-page .keremet-header-2027 {
    width: min(852px, calc(100% - 48px)) !important;
    transform: translateX(-50%) !important;
  }

  .home-page .home-light-hero {
    margin-top: 0 !important;
    min-height: auto;
    padding-top: 7.2rem;
  }

  .home-page .home-light-hero__inner {
    width: min(810px, calc(100% - 48px));
    grid-template-columns: 1fr;
  }

  .home-page .home-light-hero__content {
    padding-top: 0;
    max-width: 690px;
  }

  .home-page .home-light-hero__visual {
    min-height: 312px;
    max-width: 520px;
    overflow: hidden;
  }

  .home-page .home-light-hero__sphere {
    width: 88%;
    max-width: none;
    left: 6%;
    right: auto;
    top: 8%;
  }

  .home-page .home-light-hero__statue {
    width: 88%;
    max-width: none;
    left: 8%;
    right: auto;
    top: -6%;
  }
}

@media (max-width: 640px) {
  .home-page .keremet-header-logo img {
    width: 142px !important;
    height: 28px !important;
    max-width: 142px !important;
    max-height: 28px !important;
  }

  .home-page .home-light-hero {
    padding-top: 6.9rem;
  }

  .home-page .home-light-hero__inner {
    width: min(351px, calc(100% - 32px));
  }

  .home-page .home-light-hero__visual {
    min-height: 272px;
  }

  .home-page .home-light-hero__title {
    font-size: clamp(2rem, 8.5vw, 2.55rem) !important;
  }
}
/* Home hero reference alignment 2027 END */

/* Home hero mobile final guard START */
@media (max-width: 640px) {
  .home-page .home-light-hero__content,
  .home-page .home-light-hero__visual,
  .home-page .home-light-hero__title,
  .home-page .home-light-hero__lead,
  .home-page .home-light-hero__ecosystem,
  .home-page .home-light-hero__form {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .home-page .home-light-hero__inner {
    width: min(351px, calc(100% - 32px)) !important;
    max-width: 351px !important;
    min-width: 0 !important;
  }

  .home-page .home-light-hero__title {
    font-size: clamp(1.85rem, 8vw, 2.25rem) !important;
    line-height: 1.08 !important;
  }

  .home-page .home-light-hero__title .home-light-hero__line {
    display: inline !important;
    white-space: normal !important;
  }

  .home-page .home-light-hero__lead {
    font-size: 0.98rem;
    line-height: 1.55;
  }

  .home-page .home-light-hero__visual {
    min-height: 272px;
    overflow: hidden;
  }

  .home-page .home-light-hero__sphere {
    width: 88% !important;
    max-width: none !important;
    left: 6% !important;
    right: auto !important;
    top: 9% !important;
  }

  .home-page .home-light-hero__statue {
    width: 86% !important;
    max-width: none !important;
    left: 8% !important;
    right: auto !important;
    top: 2% !important;
  }

  .home-page .home-light-hero__ecosystem {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .home-page .home-light-hero__ecosystem-icon {
    margin: 0 auto;
  }

  .home-page .home-light-hero__ecosystem-actions {
    grid-column: 1;
    justify-content: center;
  }
}
/* Home hero mobile final guard END */

/* Keremet visual stability pass 2027 START */
/* Главная: светлый первый экран держит весь viewport, без тёмной полосы снизу. */
body.has-keremet-fixed-header.home-page main {
  padding-top: 0 !important;
}

.home-page .breadcrumbs-container {
  display: none !important;
}

.home-page .home-light-hero {
  margin-top: 0 !important;
  min-height: 100svh !important;
  box-sizing: border-box;
  display: flex !important;
  align-items: center !important;
  overflow: hidden !important;
  background-color: #fff !important;
  padding-top: clamp(7.8rem, 12svh, 9.2rem) !important;
  padding-bottom: clamp(2.5rem, 5svh, 4rem) !important;
}

.home-page .home-light-hero__inner {
  min-height: auto !important;
}

@media (min-width: 901px) {
  .home-page .home-light-hero__content {
    transform: translateY(-70px) !important;
  }
}

@media (min-width: 901px) and (max-height: 860px) {
  .home-page .home-light-hero {
    align-items: flex-start !important;
    padding-top: clamp(7.1rem, 10svh, 8rem) !important;
    padding-bottom: 2.2rem !important;
  }

  .home-page .home-light-hero__title {
    font-size: clamp(3rem, 4.35vw, 4.65rem) !important;
  }

  .home-page .home-light-hero__lead {
    font-size: clamp(1.02rem, 1.35vw, 1.22rem) !important;
  }

  .home-page .home-light-hero__ecosystem {
    margin-top: 1.3rem !important;
  }

  .home-page .home-light-hero__form {
    margin-top: 1.2rem !important;
  }
}

@media (max-width: 900px) {
  .home-page .home-light-hero {
    min-height: 100svh !important;
    align-items: flex-start !important;
    padding-top: 6.9rem !important;
    padding-bottom: 2rem !important;
  }
}

/* Внутренние страницы: фиксированное меню больше не растягивает hero вниз. */
body.has-keremet-fixed-header:not(.home-page) main {
  padding-top: clamp(6.35rem, 7.2vw, 7.45rem) !important;
}

body.has-keremet-fixed-header:not(.home-page) .breadcrumbs-container {
  margin-top: clamp(5.35rem, 5.8vw, 6.2rem) !important;
  margin-bottom: 0 !important;
}

body.has-keremet-fixed-header:not(.home-page) .breadcrumbs-container + main {
  padding-top: clamp(.45rem, 1.2vw, .9rem) !important;
}

body.has-keremet-fixed-header:not(.home-page) main > .hero-section:first-child:not(.home-light-hero):not(.price-2027-hero),
body.has-keremet-fixed-header:not(.home-page) main > .service-hero-section:first-child,
body.has-keremet-fixed-header:not(.home-page) main > .solution-hero:first-child {
  min-height: auto !important;
  padding-top: clamp(1.25rem, 2.6vw, 2.1rem) !important;
  padding-bottom: clamp(2.8rem, 5vw, 4.2rem) !important;
}

body.has-keremet-fixed-header:not(.home-page) main > .hero-section:first-child:not(.home-light-hero) .hero-content,
body.has-keremet-fixed-header:not(.home-page) main > .service-hero-section:first-child .service-hero-content,
body.has-keremet-fixed-header:not(.home-page) main > .solution-hero:first-child .container {
  transform: none !important;
}

body.has-keremet-fixed-header:not(.home-page) main > .hero-section:first-child:not(.home-light-hero) .main-title,
body.has-keremet-fixed-header:not(.home-page) main > .hero-section:first-child:not(.home-light-hero) h1,
body.has-keremet-fixed-header:not(.home-page) main > .service-hero-section:first-child h1,
body.has-keremet-fixed-header:not(.home-page) main > .solution-hero:first-child h1 {
  font-size: clamp(2.35rem, 4.9vw, 4.25rem) !important;
  line-height: 1.08 !important;
  text-align: center !important;
  max-width: min(1120px, 100%) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.has-keremet-fixed-header:not(.home-page) main > .hero-section:first-child:not(.home-light-hero) .subtitle,
body.has-keremet-fixed-header:not(.home-page) main > .hero-section:first-child:not(.home-light-hero) .hero-subtitle,
body.has-keremet-fixed-header:not(.home-page) main > .service-hero-section:first-child .service-hero-subtitle {
  max-width: min(860px, 100%) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

.service-hero-section .service-metrics,
.hero-section .service-metrics,
.hero-section .hero-metrics {
  margin-top: clamp(1.45rem, 3vw, 2.3rem) !important;
}

.hero-section .hero-form-container {
  margin-top: clamp(1.45rem, 3vw, 2.5rem) !important;
}

.hero-section .hero-form-container .form-main-row,
.service-hero-section .form-main-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
}

@media (max-width: 760px) {
  body.has-keremet-fixed-header:not(.home-page) main {
    padding-top: 6.7rem !important;
  }

  body.has-keremet-fixed-header:not(.home-page) .breadcrumbs-container {
    margin-top: 5.45rem !important;
  }

  body.has-keremet-fixed-header:not(.home-page) main > .hero-section:first-child:not(.home-light-hero):not(.price-2027-hero),
  body.has-keremet-fixed-header:not(.home-page) main > .service-hero-section:first-child,
  body.has-keremet-fixed-header:not(.home-page) main > .solution-hero:first-child {
    padding-top: 1rem !important;
    padding-bottom: 2.4rem !important;
  }

  .hero-section .hero-form-container .form-main-row,
  .service-hero-section .form-main-row {
    grid-template-columns: 1fr !important;
  }
}

/* Open-лендинги: убираем повторно вставленный белый CRO-блок и стабилизируем тёмные секции. */
.open-landing-page .static-cro-upgrade[data-static-cro-upgrade="1"] {
  display: none !important;
}

.open-landing-page .open-moneyflow-fix {
  background: #061121 !important;
  border-top: 1px solid rgba(255,255,255,.08) !important;
  border-bottom: 1px solid rgba(255,255,255,.08) !important;
  color: #f7fbff !important;
}

.open-landing-page .open-moneyflow-fix .container {
  max-width: min(1180px, calc(100% - 40px)) !important;
}

.open-landing-page .open-moneyflow-links {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: .8rem;
}

.open-landing-page .open-moneyflow-links a {
  min-height: 52px;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: normal !important;
}

/* Price: сценарии и решение без кривых пустых блоков. */
.price-scenarios-section .section-title,
.price-scenarios-section .section-subtitle,
.soft-audience-section .section-header {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.price-scenarios-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  align-items: stretch !important;
}

.price-scenario-card {
  min-height: 100%;
}

.decision-steps-grid {
  width: 100%;
  margin-top: clamp(1.5rem, 3vw, 2.2rem);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.decision-step-card {
  min-height: 150px;
  padding: 1.25rem;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.045);
  text-align: left;
}

.decision-step-card b {
  display: block;
  margin-bottom: .55rem;
  color: var(--text-primary, #f7fbff);
  font-size: 1.03rem;
}

.decision-step-card span {
  display: block;
  color: var(--text-secondary, #b9c6d6);
  line-height: 1.55;
  font-size: .95rem;
}

@media (max-width: 1180px) {
  .price-scenarios-grid,
  .decision-steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .price-scenarios-grid,
  .decision-steps-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Меню: больше воздуха для 3 уровней навигации и нормальный размер пунктов. */
.keremet-mega-menu {
  width: min(1120px, calc(100vw - 48px)) !important;
  grid-template-columns: repeat(4, minmax(205px, 1fr)) !important;
}

.keremet-mega-menu--small {
  width: min(940px, calc(100vw - 48px)) !important;
  grid-template-columns: repeat(3, minmax(220px, 1fr)) !important;
}

.keremet-mega-menu .dropdown-section a {
  font-size: .98rem !important;
  line-height: 1.35 !important;
}

.dropdown-subheading {
  display: block;
  margin: .55rem 0 .15rem;
  color: rgba(255,255,255,.92);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .03em;
  text-transform: uppercase;
}

@media (max-width: 1180px) {
  .keremet-main-nav {
    display: none !important;
  }

  .keremet-header-2027 .burger-menu {
    display: flex !important;
  }
}

/* Старый компактный футер: крупнее кликабельность, аккуратные отступы. */
.main-footer--compact {
  padding: clamp(3rem, 5vw, 4.6rem) 0 2.2rem !important;
  background: #05090f !important;
  border-top: 1px solid rgba(255,255,255,.08) !important;
}

.main-footer--compact .container {
  max-width: min(1360px, calc(100% - 48px)) !important;
}

.main-footer--compact .footer-info p {
  font-size: 1.04rem !important;
  line-height: 1.65 !important;
}

.main-footer--compact .footer-nav-columns--compact ul li a {
  font-size: .92rem !important;
  line-height: 1.42 !important;
}

.main-footer--compact .footer-column-title {
  font-size: .86rem !important;
}

.main-footer--compact .footer-bottom {
  margin-top: 2.2rem !important;
  padding-top: 1.5rem !important;
}

.main-footer--compact .footer-bottom img {
  display: inline-block;
  width: 160px !important;
  height: auto !important;
  margin-top: .85rem !important;
}

@media (max-width: 768px) {
  .main-footer--compact .container {
    max-width: min(100% - 28px, 1360px) !important;
  }
}
/* Keremet visual stability pass 2027 END */

/* Keremet menu/open/compliance repair 2027 START */
.keremet-header-2027,
.keremet-header-2027 .header-container,
.keremet-header-inner {
  align-items: center !important;
}

.keremet-main-nav ul {
  align-items: center !important;
}

.keremet-main-nav .nav-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 44px !important;
  line-height: 1.1 !important;
  padding-top: .4rem !important;
  padding-bottom: .4rem !important;
}

.keremet-main-nav .nav-link-compliance {
  display: none !important;
}

.keremet-mega-menu--services {
  grid-template-columns: repeat(3, minmax(220px, 1fr)) !important;
  max-width: min(980px, calc(100vw - 64px)) !important;
}

.home-page .keremet-mega-menu .dropdown-subheading {
  color: #72b91f !important;
  background: rgba(126, 192, 37, .10) !important;
  opacity: 1 !important;
  text-shadow: none !important;
  width: max-content;
  max-width: 100%;
  padding: .18rem .52rem;
  border-radius: 999px;
}

.home-page .keremet-mega-menu .dropdown-section a,
.home-page .keremet-mega-menu .dropdown-section h4 {
  opacity: 1 !important;
  text-shadow: none !important;
}

body.has-keremet-fixed-header:not(.home-page):not(.open-landing-page) > section#hero:first-of-type {
  padding-top: clamp(10.9rem, 11vw, 12.4rem) !important;
}

.open-landing-page .keremet-cro-band[data-keremet-cro],
.open-landing-page .keremet-sticky-cta[data-keremet-sticky] {
  display: none !important;
}

@media (max-width: 1320px) {
  .keremet-main-nav ul {
    gap: .68rem !important;
  }
  .keremet-main-nav .nav-link {
    font-size: .92rem !important;
  }
}

@media (max-width: 760px) {
  body.has-keremet-fixed-header:not(.home-page):not(.open-landing-page) > section#hero:first-of-type {
    padding-top: 8.7rem !important;
  }
  body.has-keremet-fixed-header:not(.home-page) .breadcrumbs-container {
    margin-top: 5.8rem !important;
  }
  body.has-keremet-fixed-header:not(.home-page) .breadcrumbs-container + main {
    padding-top: .45rem !important;
  }
  body.has-keremet-fixed-header:not(.home-page) .breadcrumbs-container + main > .hero-section:first-child {
    padding-top: 1.2rem !important;
  }
}
/* Keremet menu/open/compliance repair 2027 END */

/* Keremet mobile breadcrumbs repair 2027 START */
@media (max-width: 760px) {
  body.has-keremet-fixed-header:not(.home-page) .breadcrumbs-container {
    display: none !important;
  }
  body.has-keremet-fixed-header:not(.home-page) .breadcrumbs-container + main {
    padding-top: 6.75rem !important;
  }
}
/* Keremet mobile breadcrumbs repair 2027 END */

/* Keremet mobile hero offset after hidden breadcrumbs START */
@media (max-width: 760px) {
  body.has-keremet-fixed-header:not(.home-page) .breadcrumbs-container + main > .hero-section:first-child:not(.home-light-hero):not(.price-2027-hero),
  body.has-keremet-fixed-header:not(.home-page) .breadcrumbs-container + main > .service-hero-section:first-child {
    padding-top: 7.35rem !important;
  }
}
/* Keremet mobile hero offset after hidden breadcrumbs END */

/* Keremet services full visual repair 2027 START */
body.keremet-services-page {
  overflow-x: hidden;
}

.keremet-header-2027 .header-container,
.keremet-header-2027 .keremet-header-inner {
  align-items: center !important;
}

.keremet-header-2027 .keremet-header-logo {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: center !important;
  height: 54px !important;
  transform: none !important;
}

.keremet-header-2027 .keremet-header-logo img {
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-height: 42px !important;
  object-fit: contain !important;
}

.keremet-main-nav {
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  align-self: stretch !important;
}

.keremet-main-nav > ul {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.keremet-main-nav > ul > li {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 100% !important;
}

.keremet-main-nav .nav-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 48px !important;
  min-height: 48px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  line-height: 1 !important;
  text-align: center !important;
}

body.keremet-services-page.has-keremet-fixed-header main,
body.keremet-services-page main {
  padding-top: 0 !important;
}

body.keremet-services-page .breadcrumbs-container {
  padding-top: 0 !important;
  padding-bottom: .7rem !important;
  margin-top: clamp(7.25rem, 7.4vw, 8rem) !important;
  margin-bottom: 0 !important;
}

body.keremet-services-page .breadcrumbs-container + main {
  padding-top: 0 !important;
}

body.keremet-services-page .breadcrumbs-container .container,
body.keremet-services-page main > .hero-section:first-child .hero-content,
body.keremet-services-page main > .service-hero-section:first-child > .container,
body.keremet-services-page main > .solution-hero-section:first-child > .container {
  max-width: min(1180px, calc(100% - 40px)) !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.keremet-services-page main > .hero-section:first-child:not(.home-light-hero):not(.price-2027-hero),
body.keremet-services-page main > .service-hero-section:first-child,
body.keremet-services-page main > .solution-hero-section:first-child {
  min-height: auto !important;
  margin-top: 0 !important;
  padding-top: clamp(2rem, 3.2vw, 3.25rem) !important;
  padding-bottom: clamp(2.6rem, 4vw, 3.8rem) !important;
  padding-left: clamp(1rem, 2vw, 2rem) !important;
  padding-right: clamp(1rem, 2vw, 2rem) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

body.keremet-services-page main > .hero-section:first-child:not(.home-light-hero) .hero-content,
body.keremet-services-page main > .service-hero-section:first-child .service-hero-content,
body.keremet-services-page main > .solution-hero-section:first-child .solution-hero-content,
body.keremet-services-page main > .solution-hero-section:first-child .container {
  transform: none !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.keremet-services-page main > .hero-section:first-child:not(.home-light-hero) .main-title,
body.keremet-services-page main > .hero-section:first-child:not(.home-light-hero) h1,
body.keremet-services-page main > .service-hero-section:first-child h1,
body.keremet-services-page main > .solution-hero-section:first-child h1 {
  font-size: clamp(2.2rem, 4.7vw, 4.35rem) !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
  max-width: min(1080px, 100%) !important;
  margin: 0 auto clamp(1rem, 2vw, 1.45rem) !important;
  text-align: center !important;
  overflow-wrap: anywhere !important;
  text-wrap: balance;
}

body.keremet-services-page main > .hero-section:first-child:not(.home-light-hero) .subtitle,
body.keremet-services-page main > .hero-section:first-child:not(.home-light-hero) .hero-subtitle,
body.keremet-services-page main > .service-hero-section:first-child .service-hero-subtitle,
body.keremet-services-page main > .solution-hero-section:first-child p {
  max-width: min(880px, 100%) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  font-size: clamp(1rem, 1.45vw, 1.18rem) !important;
  line-height: 1.62 !important;
}

body.keremet-services-page main > .hero-section:first-child .hero-form-container {
  width: min(100%, 1220px) !important;
  margin: clamp(1.65rem, 2.8vw, 2.35rem) auto 0 !important;
}

body.keremet-services-page main > .hero-section:first-child .inline-audit-form .form-main-row {
  display: grid !important;
  grid-template-columns: minmax(260px, 1fr) minmax(210px, max-content) !important;
  gap: 1rem !important;
  align-items: stretch !important;
}

body.keremet-services-page main > .hero-section:first-child .inline-audit-form input[type="tel"],
body.keremet-services-page main > .hero-section:first-child .inline-audit-form button {
  min-height: 58px !important;
  height: auto !important;
}

body.keremet-services-page main > .hero-section:first-child .inline-audit-form button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  white-space: normal !important;
  text-align: center !important;
  max-width: 100% !important;
}

body.keremet-services-page main > .hero-section:first-child .form-consent {
  justify-content: center !important;
  text-align: center !important;
  margin-top: .9rem !important;
}

body.keremet-services-page > section#hero:not(.hero) {
  min-height: auto !important;
  padding-top: clamp(7rem, 8vw, 8.6rem) !important;
  padding-bottom: clamp(3rem, 5vw, 4.4rem) !important;
}

body.keremet-services-page > section#hero:not(.hero) h1 {
  text-wrap: balance;
  overflow-wrap: anywhere;
}

@media (max-width: 1180px) {
  .keremet-main-nav {
    display: none !important;
  }
}

@media (max-width: 760px) {
  body.keremet-services-page .breadcrumbs-container {
    display: none !important;
  }

  body.keremet-services-page .breadcrumbs-container + main {
    padding-top: clamp(6.4rem, 18vw, 7.25rem) !important;
  }

  body.keremet-services-page main > .hero-section:first-child:not(.home-light-hero):not(.price-2027-hero),
  body.keremet-services-page main > .service-hero-section:first-child,
  body.keremet-services-page main > .solution-hero-section:first-child {
    padding-top: clamp(1.2rem, 5vw, 2rem) !important;
    padding-bottom: clamp(2.2rem, 8vw, 3rem) !important;
  }

  body.keremet-services-page main > .hero-section:first-child:not(.home-light-hero) .main-title,
  body.keremet-services-page main > .hero-section:first-child:not(.home-light-hero) h1,
  body.keremet-services-page main > .service-hero-section:first-child h1,
  body.keremet-services-page main > .solution-hero-section:first-child h1 {
    font-size: clamp(2rem, 9vw, 3rem) !important;
  }

  body.keremet-services-page main > .hero-section:first-child .inline-audit-form .form-main-row {
    grid-template-columns: 1fr !important;
  }

  body.keremet-services-page > section#hero:not(.hero) {
    padding-top: clamp(5.8rem, 18vw, 7rem) !important;
  }
}
/* Keremet services second pass visual repair 2027 START */
body.keremet-services-page .breadcrumbs-container {
  margin-top: clamp(8.15rem, 8.3vw, 8.9rem) !important;
  position: relative !important;
  z-index: 2 !important;
}
body.keremet-services-page main > .hero-section:first-child:not(.home-light-hero):not(.price-2027-hero),
body.keremet-services-page main > .service-hero-section:first-child,
body.keremet-services-page main > .solution-hero-section:first-child {
  padding-top: clamp(1.3rem, 2.25vw, 2.35rem) !important;
  padding-bottom: clamp(2.25rem, 3.55vw, 3.25rem) !important;
}
body.keremet-services-page main > .hero-section:first-child:not(.home-light-hero) .main-title,
body.keremet-services-page main > .hero-section:first-child:not(.home-light-hero) h1,
body.keremet-services-page main > .service-hero-section:first-child h1,
body.keremet-services-page main > .solution-hero-section:first-child h1 {
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
}
body.keremet-services-page main > .hero-section:first-child:not(.home-light-hero) h1 *,
body.keremet-services-page main > .hero-section:first-child:not(.home-light-hero) .main-title *,
body.keremet-services-page main > .service-hero-section:first-child h1 *,
body.keremet-services-page main > .solution-hero-section:first-child h1 * {
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
}
@media (max-width: 760px) {
  body.keremet-services-page .breadcrumbs-container + main {
    padding-top: clamp(5.55rem, 15vw, 6.2rem) !important;
  }
  body.keremet-services-page main > .hero-section:first-child:not(.home-light-hero):not(.price-2027-hero),
  body.keremet-services-page main > .service-hero-section:first-child,
  body.keremet-services-page main > .solution-hero-section:first-child {
    padding-top: clamp(.85rem, 3.8vw, 1.35rem) !important;
    padding-bottom: clamp(1.9rem, 6.5vw, 2.7rem) !important;
  }
  body.keremet-services-page main > .hero-section:first-child:not(.home-light-hero) .main-title,
  body.keremet-services-page main > .hero-section:first-child:not(.home-light-hero) h1,
  body.keremet-services-page main > .service-hero-section:first-child h1,
  body.keremet-services-page main > .solution-hero-section:first-child h1 {
    font-size: clamp(28px, 7.2vw, 34px) !important;
    line-height: 1.13 !important;
  }
  body.keremet-services-page.has-keremet-fixed-header:not(.home-page) main > .hero-section:first-child:not(.home-light-hero):not(.price-2027-hero) .main-title,
  body.keremet-services-page.has-keremet-fixed-header:not(.home-page) main > .hero-section:first-child:not(.home-light-hero):not(.price-2027-hero) h1,
  body.keremet-services-page.has-keremet-fixed-header:not(.home-page) main > .service-hero-section:first-child h1,
  body.keremet-services-page.has-keremet-fixed-header:not(.home-page) main > .solution-hero:first-child h1,
  body.keremet-services-page.has-keremet-fixed-header:not(.home-page) main > .solution-hero-section:first-child h1 {
    font-size: clamp(28px, 7.2vw, 34px) !important;
    line-height: 1.13 !important;
  }
}
/* Keremet services second pass visual repair 2027 END */
/* Keremet services full visual repair 2027 END */

/* Home infrastructure and clinic-language polish 2026-05-08 START */
.home-page .home-infra-section {
  padding: clamp(4.8rem, 8vw, 7rem) 0 clamp(4.8rem, 8vw, 7.2rem) !important;
}

.home-page .home-infra-grid {
  align-items: center !important;
}

.home-page .home-infra-section .home-lpr-kicker {
  display: flex !important;
  width: fit-content !important;
  max-width: min(100%, 640px) !important;
  margin: 0 auto clamp(1.25rem, 2vw, 1.7rem) !important;
  justify-content: center !important;
  text-align: center !important;
  white-space: normal !important;
}

.home-page .home-infra-section .section-title,
.home-page .home-infra-section .section-subtitle {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.home-page .home-infra-section .section-title {
  max-width: 820px !important;
}

.home-page .home-infra-section .section-subtitle {
  max-width: 740px !important;
}

.home-page .home-infra-actions {
  justify-content: center !important;
}

.home-page .home-infra-list {
  border-radius: 10px !important;
}

.home-page .home-human-section {
  scroll-margin-top: 168px !important;
  padding: clamp(6.4rem, 9vw, 8.4rem) 0 clamp(5.8rem, 8vw, 7.8rem) !important;
  border-top: 1px solid rgba(51, 225, 227, 0.16) !important;
  border-bottom: 1px solid rgba(51, 225, 227, 0.16) !important;
  background:
    radial-gradient(circle at 14% 18%, rgba(51, 225, 227, 0.13), transparent 30%),
    radial-gradient(circle at 84% 20%, rgba(132, 0, 255, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(10, 18, 25, 0.94), rgba(5, 9, 14, 0.99)) !important;
}

.home-page .home-human-head {
  max-width: 920px !important;
  margin: 0 auto clamp(2.6rem, 4.6vw, 4rem) !important;
  padding: 0 clamp(0.5rem, 2vw, 1rem) !important;
}

.home-page .home-human-head .section-badge {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: fit-content !important;
  min-height: 36px !important;
  margin: 0 auto clamp(1rem, 2vw, 1.35rem) !important;
  padding: 0.42rem 0.9rem !important;
  border: 1px solid rgba(51, 225, 227, 0.28) !important;
  border-radius: 999px !important;
  background: rgba(51, 225, 227, 0.095) !important;
  color: #43f4f6 !important;
  box-shadow: 0 12px 34px rgba(51, 225, 227, 0.08) !important;
  font-size: 0.88rem !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.home-page .home-human-head .section-badge::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 0.55rem;
  border-radius: 999px;
  background: #43f4f6;
  box-shadow: 0 0 0 5px rgba(67, 244, 246, 0.1);
}

.home-page .home-human-head h2 {
  max-width: 860px !important;
  margin: 0 auto !important;
  text-align: center !important;
  text-wrap: balance;
}

.home-page .home-human-head p {
  max-width: 780px !important;
  margin: clamp(1rem, 2vw, 1.25rem) auto 0 !important;
  text-align: center !important;
}

.home-page .home-human-grid {
  max-width: 1180px !important;
  margin: 0 auto !important;
  gap: clamp(1rem, 1.8vw, 1.45rem) !important;
}

.home-page .home-human-card {
  position: relative !important;
  min-height: 230px !important;
  padding: clamp(1.45rem, 2.2vw, 1.85rem) !important;
  border-radius: 12px !important;
  border-color: rgba(51, 225, 227, 0.2) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.032)),
    radial-gradient(circle at 92% 12%, rgba(51, 225, 227, 0.08), transparent 36%) !important;
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.22) !important;
}

.home-page .home-human-card::after {
  content: "";
  position: absolute;
  inset: auto 1.4rem 1.2rem 1.4rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(51, 225, 227, 0.28), transparent);
  opacity: 0.55;
}

.home-page .home-human-card--accent {
  border-color: rgba(51, 225, 227, 0.38) !important;
  background:
    linear-gradient(145deg, rgba(51, 225, 227, 0.12), rgba(132, 0, 255, 0.1)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03)) !important;
}

.home-page .home-human-card__tag {
  margin-bottom: 1rem !important;
  color: #54f7f8 !important;
  background: rgba(51, 225, 227, 0.13) !important;
}

.home-page .home-human-card h3 {
  max-width: 360px !important;
  margin-bottom: 0.85rem !important;
  font-size: clamp(1.22rem, 1.6vw, 1.48rem) !important;
}

.home-page .home-human-card p {
  color: rgba(226, 232, 240, 0.78) !important;
}

.home-page .home-human-actions {
  margin-top: clamp(2.2rem, 4vw, 3rem) !important;
}

@media (max-width: 980px) {
  .home-page .home-infra-section .section-title,
  .home-page .home-infra-section .section-subtitle {
    text-align: center !important;
  }

  .home-page .home-human-section {
    scroll-margin-top: 140px !important;
    padding-top: clamp(5rem, 13vw, 6.2rem) !important;
    padding-bottom: clamp(4.2rem, 12vw, 5.6rem) !important;
  }
}

@media (max-width: 640px) {
  .home-page .home-infra-actions .cta-button,
  .home-page .home-human-actions .cta-button {
    width: 100% !important;
  }

  .home-page .home-human-head .section-badge {
    max-width: 100% !important;
    white-space: normal !important;
  }

  .home-page .home-human-card {
    min-height: auto !important;
  }
}
/* Home infrastructure and clinic-language polish 2026-05-08 END */

/* Global sitemap section centering 2026-05-09 START */
/* Keep long article prose readable, but make commercial/site sections visually centered. */
:where(
  section > h1.section-title,
  section > .container > h1.section-title,
  section > .container > h2.section-title,
  section > .container > .section-title,
  section > .container > .section-subtitle,
  section > .container > .subtitle,
  .section-head.center,
  .section-header.center,
  .head.center,
  .cta-final-section .container,
  #websites-hub-link-block .container
) {
  text-align: center !important;
}

:where(
  section > h1.section-title,
  section > .container > h1.section-title,
  section > .container > h2.section-title,
  section > .container > .section-title,
  section > .container > .section-subtitle,
  section > .container > .subtitle,
  .section-head.center,
  .section-header.center,
  .head.center,
  .section-head.center > *,
  .section-header.center > *,
  .head.center > *
) {
  margin-left: auto !important;
  margin-right: auto !important;
}

:where(
  section > h1.section-title,
  section > .container > h1.section-title,
  section > .container > h2.section-title,
  section > .container > .section-title
) {
  max-width: min(100%, 1040px) !important;
  text-wrap: balance;
}

:where(section > h1.section-title) {
  display: block !important;
  width: min(100% - 40px, 1040px) !important;
}

:where(section > .container > .section-subtitle, section > .container > .subtitle) {
  max-width: min(100%, 820px) !important;
  text-wrap: pretty;
}

/* Final CTA blocks in old blog/static pages. */
.cta-final-section .container {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

.cta-final-section .section-title,
.cta-final-section h2 {
  width: 100% !important;
  margin: 0 auto clamp(1rem, 2vw, 1.25rem) !important;
  text-align: center !important;
}

.cta-final-section .subtitle,
.cta-final-section p {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

.cta-final-section .cta-button,
.cta-final-section .btn {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Injected website hub blocks on compliance and blog pages. */
#websites-hub-link-block {
  padding-top: clamp(4rem, 7vw, 6rem) !important;
  padding-bottom: clamp(4rem, 7vw, 6rem) !important;
}

#websites-hub-link-block .container {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
}

#websites-hub-link-block .section-title {
  max-width: min(100%, 1080px) !important;
  margin: 0 auto clamp(1.1rem, 2vw, 1.35rem) !important;
  text-align: center !important;
}

#websites-hub-link-block .section-subtitle {
  max-width: min(100%, 760px) !important;
  margin: 0 auto clamp(2rem, 3.2vw, 2.6rem) !important;
  text-align: center !important;
}

#websites-hub-link-block .cta-button {
  justify-content: center !important;
  text-align: center !important;
  white-space: normal !important;
}

/* Helpful links sections appended to website/service pages. */
.ws-helpful-links > .container > h2,
.ws-helpful-links > .container > p {
  max-width: min(100%, 920px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

/* Generated CRO blocks: center text only when the block is one-column or blog-like. */
.static-cro-upgrade:not(.static-cro-upgrade--split) .static-cro-upgrade__grid {
  grid-template-columns: minmax(0, 1fr) !important;
  max-width: min(100%, 920px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  align-items: center !important;
  text-align: center !important;
}

.static-cro-upgrade:not(.static-cro-upgrade--split) .static-cro-grid {
  grid-template-columns: minmax(0, 1fr) !important;
  max-width: min(100%, 920px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  align-items: center !important;
  text-align: center !important;
}

.static-cro-upgrade:not(.static-cro-upgrade--split) .static-cro-upgrade__grid > div:first-child {
  max-width: 880px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

.static-cro-upgrade:not(.static-cro-upgrade--split) .static-cro-grid > div:first-child {
  max-width: 880px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

.static-cro-upgrade:not(.static-cro-upgrade--split) .static-cro-upgrade__grid h2,
.static-cro-upgrade:not(.static-cro-upgrade--split) .static-cro-upgrade__grid p,
.static-cro-upgrade:not(.static-cro-upgrade--split) .static-cro-grid h2,
.static-cro-upgrade:not(.static-cro-upgrade--split) .static-cro-grid p {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

.static-cro-upgrade:not(.static-cro-upgrade--split) .static-cro-upgrade__points,
.static-cro-upgrade:not(.static-cro-upgrade--split) .city-cro-checklist,
.static-cro-upgrade:not(.static-cro-upgrade--split) .static-cro-grid ul {
  max-width: 820px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  justify-content: center !important;
}

.static-cro-upgrade:not(.static-cro-upgrade--split) .static-cro-upgrade__form,
.static-cro-upgrade:not(.static-cro-upgrade--split) .city-cro-form {
  width: min(100%, 620px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: left !important;
}

.blog-cro-upgrade .static-cro-upgrade__grid,
.static-cro-upgrade[data-blog-cro-upgrade="1"] .static-cro-upgrade__grid {
  align-items: center !important;
}

.blog-cro-upgrade .static-cro-upgrade__grid > div:first-child,
.static-cro-upgrade[data-blog-cro-upgrade="1"] .static-cro-upgrade__grid > div:first-child {
  text-align: center !important;
}

.blog-cro-upgrade .static-cro-upgrade__grid h2,
.blog-cro-upgrade .static-cro-upgrade__grid p,
.static-cro-upgrade[data-blog-cro-upgrade="1"] .static-cro-upgrade__grid h2,
.static-cro-upgrade[data-blog-cro-upgrade="1"] .static-cro-upgrade__grid p {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

/* Do not center editorial article body headings. */
:where(.article-content, .post-content, .blog-content, .article-body, .prose, article)
  :where(h2:not(.section-title), h3:not(.section-title)) {
  text-align: left !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media (max-width: 760px) {
  :where(section > .container > h2.section-title, section > .container > .section-title) {
    max-width: 100% !important;
  }

  #websites-hub-link-block .container,
  .cta-final-section .container {
    width: min(100% - 32px, 1180px) !important;
  }

  #websites-hub-link-block .cta-button,
  .cta-final-section .cta-button,
  .cta-final-section .btn {
    width: 100% !important;
    max-width: 420px !important;
  }
}

/* Open-specialty landing pages generated as standalone files. */
.open-specialty-page :where(#task, #trust, #service-links, #faq) > .c > .head,
.open-specialty-page section > .c > .head {
  max-width: min(100%, 880px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

.open-specialty-page :where(#task, #trust, #service-links, #faq) > .c > .head :where(h2, p, .pill),
.open-specialty-page section > .c > .head :where(h2, p, .pill) {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

.open-specialty-page section.bg > .c.split {
  grid-template-columns: minmax(0, 1fr) !important;
  max-width: min(100% - 52px, 980px) !important;
}

.open-specialty-page section.bg > .c.split > div:first-child > .head {
  max-width: min(100%, 880px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

.open-specialty-page section.bg > .c.split > div:first-child > .head :where(h2, p, .pill) {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

.open-specialty-page :where(.svcgrid, .faq, .trust, .grid) {
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (max-width: 760px) {
  .open-specialty-page section.bg > .c.split {
    max-width: min(100% - 32px, 980px) !important;
  }
}
/* Global sitemap section centering 2026-05-09 END */

/* MedJarvis SEO/CRO 2026-05-09 START */
.medjarvis-cro-section {
  position: relative;
  z-index: 1;
  padding: clamp(3.5rem, 7vw, 6.25rem) 0;
  border-top: 1px solid rgba(255,255,255,.08);
}
.medjarvis-cro-section .container {
  max-width: 1180px;
  margin-inline: auto;
}
.medjarvis-cro-section .section-title,
.medjarvis-cro-section h2 {
  text-align: center;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.medjarvis-cro-section .section-subtitle,
.medjarvis-cro-section .section-lead {
  text-align: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.medjarvis-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
  margin-top: 1.6rem;
}
.medjarvis-card,
.medjarvis-mini-cta,
.medjarvis-compare-wrap {
  background: linear-gradient(145deg, rgba(17,25,38,.94), rgba(9,16,29,.82));
  border: 1px solid rgba(51,225,227,.22);
  border-radius: 18px;
  padding: clamp(1rem, 2vw, 1.35rem);
  box-shadow: 0 18px 46px rgba(0,0,0,.24);
}
.medjarvis-card b,
.medjarvis-card h3 {
  display: block;
  color: var(--text-primary, #f8fbff);
  font-weight: 800;
  font-size: clamp(1.02rem, 1.2vw, 1.18rem);
  line-height: 1.25;
  margin-bottom: .55rem;
}
.medjarvis-card p,
.medjarvis-card li,
.medjarvis-mini-cta p {
  color: var(--text-secondary, #b8c2d1);
  line-height: 1.58;
}
.medjarvis-card ul {
  padding-left: 1.1rem;
  margin: .55rem 0 0;
}
.medjarvis-card--accent {
  border-color: rgba(128,203,38,.38);
  background: linear-gradient(145deg, rgba(21,42,34,.94), rgba(10,21,24,.86));
}
.medjarvis-actions {
  display: flex;
  justify-content: center;
  gap: .85rem;
  flex-wrap: wrap;
  margin-top: 1.4rem;
}
.medjarvis-actions .cta-button,
.medjarvis-actions .btn {
  min-height: 48px;
}
.medjarvis-route-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .75rem;
  margin-top: 1.2rem;
}
.medjarvis-route-list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: .72rem 1rem;
  border-radius: 999px;
  color: var(--accent-turquoise, #33e1e3);
  border: 1px solid rgba(51,225,227,.44);
  background: rgba(51,225,227,.07);
  text-decoration: none;
  font-weight: 800;
}
.medjarvis-compare {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}
.medjarvis-compare th,
.medjarvis-compare td {
  padding: .82rem .9rem;
  border-bottom: 1px solid rgba(255,255,255,.08);
  color: var(--text-secondary, #b8c2d1);
  text-align: left;
  vertical-align: top;
}
.medjarvis-compare th {
  color: var(--text-primary, #f8fbff);
  font-weight: 800;
}
.medjarvis-compare td:last-child,
.medjarvis-compare th:last-child {
  color: var(--accent-turquoise, #33e1e3);
  font-weight: 800;
}
.medjarvis-mini-cta {
  margin: clamp(2rem, 4vw, 3.5rem) auto;
  max-width: 1100px;
}
.medjarvis-mini-cta h2,
.medjarvis-mini-cta h3 {
  color: var(--text-primary, #f8fbff);
  text-align: center;
  margin-bottom: .7rem;
}
.medjarvis-mini-cta p {
  text-align: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 720px) {
  .medjarvis-cro-section {
    padding: 2.6rem 0;
  }
  .medjarvis-card,
  .medjarvis-mini-cta,
  .medjarvis-compare-wrap {
    border-radius: 14px;
  }
  .medjarvis-compare-wrap {
    overflow-x: auto;
  }
  .medjarvis-compare {
    min-width: 720px;
  }
}
/* MedJarvis SEO/CRO 2026-05-09 END */



/* Home hero motion and interaction 2027 START */
.home-page .home-light-hero {
  --home-hero-statue-x: 0px;
  --home-hero-statue-y: 0px;
  --home-hero-sphere-x: 0px;
  --home-hero-sphere-y: 0px;
  --home-hero-card-x: 0px;
  --home-hero-card-y: 0px;
}

.home-page .home-light-hero::before {
  background-size: 120% 120%, 118% 118%, 116% 116% !important;
  animation: homeHeroLinesDrift 16s ease-in-out infinite alternate;
}

.home-page .home-light-hero::after {
  animation: homeHeroDotsPulse 7s ease-in-out infinite;
}

.home-page .home-light-hero__decor {
  animation: homeHeroGridDrift 26s linear infinite;
}

.home-page .home-light-hero__content > * {
  animation: homeHeroReveal 0.72s ease both;
}

.home-page .home-light-hero__crumb { animation-delay: 0.04s; }
.home-page .home-light-hero__title { animation-delay: 0.1s; }
.home-page .home-light-hero__lead { animation-delay: 0.16s; }
.home-page .home-light-hero__ecosystem { animation-delay: 0.22s; }
.home-page .home-light-hero__form { animation-delay: 0.28s; }
.home-page .home-light-hero__quicklinks { animation-delay: 0.34s; }

.home-page .home-light-hero__sphere {
  translate: var(--home-hero-sphere-x) var(--home-hero-sphere-y);
  animation: homeHeroSphereFloat 8.5s ease-in-out infinite;
  will-change: translate, opacity;
}

.home-page .home-light-hero__statue {
  translate: var(--home-hero-statue-x) var(--home-hero-statue-y);
  animation: homeHeroStatueFloat 9.5s ease-in-out infinite;
  will-change: translate, filter;
}

.home-page .home-light-hero__visual::before,
.home-page .home-light-hero__visual::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
  z-index: 1;
}

.home-page .home-light-hero__visual::before {
  width: clamp(72px, 9vw, 130px);
  height: clamp(72px, 9vw, 130px);
  right: 10%;
  top: 18%;
  border: 1px solid rgba(126, 192, 37, 0.24);
  box-shadow: inset 0 0 0 16px rgba(126, 192, 37, 0.04), 0 18px 44px rgba(126, 192, 37, 0.1);
  animation: homeHeroOrbit 12s ease-in-out infinite;
}

.home-page .home-light-hero__visual::after {
  width: 12px;
  height: 12px;
  right: 22%;
  top: 30%;
  background: #86c622;
  box-shadow: 0 0 0 10px rgba(134, 198, 34, 0.12), 0 0 30px rgba(134, 198, 34, 0.34);
  animation: homeHeroDotTravel 10s ease-in-out infinite;
}

.home-page .home-light-hero__ecosystem {
  translate: var(--home-hero-card-x) var(--home-hero-card-y);
  transition: box-shadow 0.25s ease, border-color 0.25s ease, translate 0.12s linear;
}

.home-page .home-light-hero__ecosystem:hover,
.home-page .home-light-hero__ecosystem:focus-within {
  border-color: rgba(126, 192, 37, 0.26);
  box-shadow: 0 26px 62px rgba(15, 23, 42, 0.13), 0 0 0 1px rgba(126, 192, 37, 0.08);
}

.home-page .home-light-hero__ecosystem-icon {
  animation: homeHeroShieldPulse 4.8s ease-in-out infinite;
}

.home-page .home-light-hero__ecosystem-actions a,
.home-page .home-light-hero__form button,
.home-page .home-light-hero__quicklinks a,
.home-page .home-light-hero__crumb {
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease,
    background-color 0.22s ease,
    color 0.22s ease;
}

.home-page .home-light-hero__ecosystem-actions a,
.home-page .home-light-hero__form button {
  position: relative;
  overflow: hidden;
}

.home-page .home-light-hero__ecosystem-actions a::after,
.home-page .home-light-hero__form button::after {
  content: "";
  position: absolute;
  inset: -40% auto -40% -65%;
  width: 45%;
  transform: skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.58), transparent);
  opacity: 0;
}

.home-page .home-light-hero__ecosystem-actions a:hover,
.home-page .home-light-hero__ecosystem-actions a:focus-visible,
.home-page .home-light-hero__form button:hover,
.home-page .home-light-hero__form button:focus-visible {
  transform: translateY(-2px);
}

.home-page .home-light-hero__form button:hover,
.home-page .home-light-hero__form button:focus-visible,
.home-page .home-light-hero__ecosystem-actions a:first-child:hover,
.home-page .home-light-hero__ecosystem-actions a:first-child:focus-visible {
  background: #78b91c;
  box-shadow: 0 18px 38px rgba(126, 192, 37, 0.34);
}

.home-page .home-light-hero__ecosystem-actions a:hover::after,
.home-page .home-light-hero__ecosystem-actions a:focus-visible::after,
.home-page .home-light-hero__form button:hover::after,
.home-page .home-light-hero__form button:focus-visible::after {
  animation: homeHeroButtonShine 0.78s ease forwards;
}

.home-page .home-light-hero__form button:active,
.home-page .home-light-hero__ecosystem-actions a:active {
  transform: translateY(0) scale(0.99);
}

.home-page .home-light-hero__phone {
  transition: box-shadow 0.22s ease, border-color 0.22s ease, background-color 0.22s ease;
}

.home-page .home-light-hero__phone:focus-within {
  border-color: rgba(126, 192, 37, 0.5);
  background: #fff;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.1), 0 0 0 4px rgba(126, 192, 37, 0.12);
}

.home-page .home-light-hero__quicklinks a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 0.15rem;
  border-radius: 999px;
}

.home-page .home-light-hero__quicklinks a:hover,
.home-page .home-light-hero__quicklinks a:focus-visible,
.home-page .home-light-hero__crumb:hover,
.home-page .home-light-hero__crumb:focus-visible {
  color: #4f8f0d;
  transform: translateY(-1px);
}

@keyframes homeHeroLinesDrift {
  0% { background-position: 0% 0%, 100% 40%, 50% 100%; opacity: 0.72; }
  100% { background-position: 4% 5%, 95% 45%, 55% 93%; opacity: 0.98; }
}

@keyframes homeHeroGridDrift {
  0% { background-position: 0 0, 0 0; opacity: 0.36; }
  50% { opacity: 0.58; }
  100% { background-position: 110px 70px, 70px 110px; opacity: 0.36; }
}

@keyframes homeHeroDotsPulse {
  0%, 100% { opacity: 0.52; filter: saturate(0.9); }
  45% { opacity: 0.95; filter: saturate(1.2); }
}

@keyframes homeHeroSphereFloat {
  0%, 100% { translate: var(--home-hero-sphere-x) var(--home-hero-sphere-y); opacity: 0.96; }
  50% { translate: var(--home-hero-sphere-x) calc(var(--home-hero-sphere-y) - 10px); opacity: 1; }
}

@keyframes homeHeroStatueFloat {
  0%, 100% { translate: var(--home-hero-statue-x) var(--home-hero-statue-y); filter: drop-shadow(0 44px 12px rgba(15, 23, 42, 0.18)); }
  50% { translate: var(--home-hero-statue-x) calc(var(--home-hero-statue-y) - 8px); filter: drop-shadow(0 48px 16px rgba(15, 23, 42, 0.16)); }
}

@keyframes homeHeroOrbit {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); opacity: 0.46; }
  50% { transform: translate3d(-14px, 18px, 0) scale(1.06); opacity: 0.72; }
}

@keyframes homeHeroDotTravel {
  0%, 100% { transform: translate3d(0, 0, 0); opacity: 0.64; }
  50% { transform: translate3d(34px, -24px, 0); opacity: 1; }
}

@keyframes homeHeroShieldPulse {
  0%, 100% { box-shadow: inset 0 0 0 8px rgba(126, 192, 37, 0.08), 0 0 0 0 rgba(126, 192, 37, 0.16); }
  50% { box-shadow: inset 0 0 0 8px rgba(126, 192, 37, 0.11), 0 0 0 12px rgba(126, 192, 37, 0); }
}

@keyframes homeHeroButtonShine {
  0% { left: -65%; opacity: 0; }
  20% { opacity: 1; }
  100% { left: 120%; opacity: 0; }
}

@keyframes homeHeroReveal {
  0% { opacity: 0; transform: translateY(18px); }
  100% { opacity: 1; transform: translateY(0); }
}

@media (hover: none), (pointer: coarse) {
  .home-page .home-light-hero__ecosystem-actions a:hover,
  .home-page .home-light-hero__form button:hover,
  .home-page .home-light-hero__quicklinks a:hover,
  .home-page .home-light-hero__crumb:hover {
    transform: none;
  }
}

@media (max-width: 900px) {
  .home-page .home-light-hero__visual::before,
  .home-page .home-light-hero__visual::after {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-page .home-light-hero,
  .home-page .home-light-hero *,
  .home-page .home-light-hero::before,
  .home-page .home-light-hero::after,
  .home-page .home-light-hero__decor {
    animation: none !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

.home-page .header-price-cta,
.home-page .header-audit-cta {
  transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease, border-color 0.22s ease !important;
}

.home-page .header-price-cta:hover,
.home-page .header-price-cta:focus-visible,
.home-page .header-audit-cta:hover,
.home-page .header-audit-cta:focus-visible {
  transform: translateY(-2px);
}

.home-page .header-price-cta:hover,
.home-page .header-price-cta:focus-visible {
  background: #78b91c !important;
  border-color: #78b91c !important;
  box-shadow: 0 16px 32px rgba(126, 192, 37, 0.32) !important;
}

.home-page .header-audit-cta:hover,
.home-page .header-audit-cta:focus-visible {
  background: rgba(126, 192, 37, 0.08) !important;
  border-color: rgba(126, 192, 37, 0.75) !important;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08) !important;
}

/* Home hero motion and interaction 2027 END */


/* CENTERED SECTION KICKERS FIX 2026-05-12 */
main section > .container > :where(.home-lpr-kicker, .keremet-modern-eyebrow, .section-kicker, .eyebrow),
main :where(.price-2027-copy, .home-infra-section, .home-medjarvis-path__head, .price-scenarios-section .container) > .home-lpr-kicker {
  display: flex !important;
  width: fit-content !important;
  max-width: min(100%, 720px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  justify-content: center !important;
  align-items: center !important;
}

.price-2027-copy,
.price-2027-copy .main-title,
.price-2027-copy .subtitle {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.price-2027-copy .home-lpr-actions {
  justify-content: center !important;
}
