:root {
  --color-navy: #1e3a5f;
  --color-graphite: #2e2e2e;
  --color-accent: #5fa8d3;
  --color-bg: #ffffff;
  --color-white: #ffffff;
  --color-text-muted: #667085;
  --color-line: #d8dde5;
  --space-1: 0.5rem;
  --space-2: 0.75rem;
  --space-3: 1rem;
  --space-4: 1.5rem;
  --space-5: 2rem;
  --space-6: 3.25rem;
  --space-7: 5.75rem;
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --shadow-soft: 0 12px 36px rgba(16, 32, 52, 0.08);
  --shadow-card: 0 2px 10px rgba(18, 34, 56, 0.04);
  --shadow-elevated: 0 18px 48px rgba(21, 37, 58, 0.11);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  color: var(--color-graphite);
  background: var(--color-bg);
  line-height: 1.72;
}

.container { width: min(100% - 2.5rem, var(--container)); margin-inline: auto; }
.section { padding: var(--space-7) 0; }
.tone-a { background: #f7f9fc; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, 0.84);
  border-bottom: 1px solid rgba(30, 58, 95, 0.06);
}
.site-header-refined {
  backdrop-filter: blur(12px) saturate(125%);
  background: rgba(255, 255, 255, 0.9);
  border-bottom-color: rgba(30, 58, 95, 0.05);
}
.header-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: var(--space-4);
  min-height: 70px;
}
.brand-logo { width: 148px; height: auto; display: block; }
.main-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--space-3);
  flex-wrap: wrap;
}
.main-nav a {
  color: var(--color-graphite);
  text-decoration: none;
  font-size: 0.84rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  padding: 0.2rem 0.12rem;
  border-bottom: 1px solid transparent;
  opacity: 0.88;
  transition: color 0.22s ease, border-color 0.22s ease, opacity 0.22s ease;
}
.main-nav a:hover { color: var(--color-navy); border-bottom-color: rgba(95, 168, 211, 0.66); opacity: 1; }
.menu-toggle {
  display: none;
  border: 1px solid var(--color-line);
  background: var(--color-white);
  border-radius: var(--radius-sm);
  padding: 0.5rem 0.75rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  text-decoration: none;
  border-radius: 999px;
  padding: 0.74rem 1.12rem;
  font-weight: 600;
  font-size: 0.88rem;
  border: 1px solid transparent;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
  background: var(--color-navy);
  color: var(--color-white);
  box-shadow:
    0 10px 26px rgba(30, 58, 95, 0.26),
    0 4px 10px rgba(30, 58, 95, 0.14);
}
.btn-primary:hover {
  background: #17314f;
  box-shadow:
    0 14px 32px rgba(30, 58, 95, 0.3),
    0 6px 14px rgba(30, 58, 95, 0.18);
}
.btn-ghost {
  background: rgba(255, 255, 255, 0.88);
  color: var(--color-navy);
  border-color: #cfd8e3;
  box-shadow:
    0 6px 18px rgba(30, 58, 95, 0.1),
    0 2px 6px rgba(30, 58, 95, 0.06);
}
.btn-ghost:hover {
  border-color: var(--color-accent);
  background: #fff;
  box-shadow:
    0 10px 26px rgba(30, 58, 95, 0.14),
    0 4px 10px rgba(95, 168, 211, 0.12);
}
.header-cta { padding-inline: 0.95rem; font-size: 0.84rem; }
.header-cta-refined {
  font-size: 0.82rem;
  padding: 0.68rem 1rem;
  box-shadow: 0 10px 24px rgba(30, 58, 95, 0.2);
}

.section-label {
  color: var(--color-accent);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.72rem;
  margin: 0 0 var(--space-3);
}
h1, h2, h3, h4 { color: var(--color-navy); margin: 0; line-height: 1.2; }
h1 { font-size: clamp(2.35rem, 4.8vw, 3.95rem); margin-bottom: var(--space-3); letter-spacing: -0.03em; line-height: 1.08; }
h2 { font-size: clamp(1.7rem, 3.1vw, 2.55rem); margin-bottom: 1.2rem; letter-spacing: -0.02em; line-height: 1.14; }
h3 { font-size: 1.08rem; margin-bottom: 0.6rem; letter-spacing: -0.01em; }
p { margin: 0 0 var(--space-3); color: #424d5d; }
.section-lead { font-size: 1.08rem; color: #5f6f84; max-width: 760px; line-height: 1.7; }
.section-footnote { color: var(--color-text-muted); margin-top: var(--space-4); }

.hero { padding-top: calc(var(--space-7) + 1.25rem); }
.hero-premium {
  padding-bottom: 5.2rem;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0.66) 42%, rgba(255, 255, 255, 0.36) 72%, rgba(255, 255, 255, 0.18) 100%),
    linear-gradient(180deg, rgba(247, 250, 255, 0.6) 0%, rgba(239, 245, 251, 0.52) 100%),
    url("hero_back.png");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, cover;
  background-position: center, center, 72% center;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 49%) minmax(0, 51%);
  gap: 2.6rem;
  align-items: center;
}
.hero-copy { max-width: 700px; }
.hero-copy .section-label { font-size: 0.78rem; letter-spacing: 0.14em; margin-bottom: 0.92rem; }
.hero-copy h1 {
  margin-bottom: 1.35rem;
  width: 154%;
  max-width: none;
  font-size: clamp(2.5rem, 4.5vw, 4rem);
  line-height: 1.04;
  position: relative;
  z-index: 4;
}
.hero-subtitle { font-size: 1.14rem; max-width: 56ch; color: #2f4358; line-height: 1.58; margin-bottom: 1.2rem; }
.hero-note { color: #1E3A5F; max-width: 52ch; margin-bottom: 1.45rem; font-size: 1.17rem; font-weight: 600; letter-spacing: -0.01em; }
.hero-points {
  margin: 0 0 var(--space-4);
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.68rem;
  max-width: 34rem;
}
.hero-points li { color: #30465e; padding-left: 0.05rem; font-size: 0.97rem; line-height: 1.44; }
.hero-points li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #5FA8D3;
  margin-right: 0.52rem;
  transform: translateY(-2px);
}
.actions { display: flex; flex-wrap: wrap; gap: 0.8rem; }
.hero .btn-primary:hover {
  background: #142d4b;
}
.hero .btn-primary:active {
  background: #0f2641;
  transform: translateY(0);
  box-shadow:
    0 7px 18px rgba(30, 58, 95, 0.24),
    0 2px 6px rgba(30, 58, 95, 0.14);
}
.hero .btn-ghost:hover {
  border-color: #99bdd9;
  background: rgba(255, 255, 255, 0.98);
}
.hero .btn-ghost:active {
  background: rgba(241, 247, 253, 0.98);
  transform: translateY(0);
  box-shadow:
    0 4px 10px rgba(30, 58, 95, 0.09),
    0 1px 3px rgba(30, 58, 95, 0.06);
}

.hero-visual {
  position: relative;
  min-height: 460px;
  display: grid;
  align-items: center;
  justify-items: end;
}
.hero-card-stack {
  position: relative;
  z-index: 3;
  width: min(598px, 100%);
  margin-top: calc(4.8rem + 112px);
  margin-right: -58px;
}
.hero-card-foreground {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
  padding: 2.3rem 2.15rem 1.95rem;
  border-radius: 24px;
  border: none;
  background: linear-gradient(
    165deg,
    rgba(252, 253, 255, 0.96) 0%,
    rgba(246, 250, 253, 0.92) 48%,
    rgba(240, 247, 252, 0.88) 100%
  );
  background-color: rgba(250, 252, 255, 0.78);
  border: 1px solid #E5E7EB;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow:
    0 52px 92px rgba(22, 40, 60, 0.22),
    0 18px 38px rgba(58, 101, 137, 0.14),
    0 5px 14px rgba(40, 70, 101, 0.09);
  transform: perspective(1300px);
  transform-origin: center;
}
.hero-card-foreground::before {
  display: none;
}
.hero-card-foreground .hero-card-backplane {
  content: "";
}
.hero-card-foreground > .hero-card-pills::before {
  display: none;
}
.hero-card-foreground h3 {
  margin: 0 0 1.05rem;
  font-size: 1.96rem;
  font-weight: 700;
  color: #1d344b;
  letter-spacing: -0.02em;
}
.hero-card-foreground p {
  margin: 0 0 1.15rem;
  color: #2b4560;
  font-size: 1.02rem;
  line-height: 1.58;
}
.hero-card-pills {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .58rem;
}
.hero-card-pills span {
  text-align: center;
  padding: 0.28rem 0.58rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #2f4863;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(175, 198, 220, 0.86);
  box-shadow:
    0 1px 2px rgba(30, 52, 78, 0.06),
    0 4px 12px rgba(36, 62, 92, 0.1),
    0 10px 22px rgba(36, 62, 92, 0.06),
    0 1px 0 rgba(255, 255, 255, 0.78) inset;
}

/* —— Problem section (diagnosis block only) —— */
.problem-wrap { position: relative; }
.problem-wrap .section-label { margin: 0 0 0.62rem; }
.problem-wrap h2 {
  margin: 0 0 0.9rem;
  max-width: 34rem;
  letter-spacing: -0.02em;
  line-height: 1.08;
}
.problem-wrap .section-lead {
  margin: 0 0 1.65rem;
  max-width: 35rem;
  font-size: 1.04rem;
  color: #344a60;
  line-height: 1.58;
}
.problem-strap {
  margin: 0 0 1.15rem;
  font-size: 0.96rem;
  font-weight: 600;
  color: #1f3a55;
  letter-spacing: -0.01em;
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem 1.1rem;
  align-items: stretch;
}

.problem-grid .problem-card {
  margin: 0;
  padding: 1.45rem 1.35rem;
  min-height: 194px;
  background: #ffffff;
  border: 1px solid rgba(196, 212, 228, 0.92);
  border-radius: 18px;
  box-shadow:
    0 12px 30px rgba(23, 43, 66, 0.06),
    0 4px 10px rgba(30, 58, 95, 0.04);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.problem-grid .problem-card h3 {
  margin: 0 0 0.55rem;
  font-size: 1rem;
  font-weight: 650;
  letter-spacing: -0.01em;
  line-height: 1.28;
  color: #1f3a55;
}

.problem-grid .problem-card p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.5;
  color: #3f546b;
}
.problem-grid .problem-card:hover {
  transform: translateY(-4px);
  box-shadow:
    0 18px 36px rgba(23, 43, 66, 0.1),
    0 6px 14px rgba(30, 58, 95, 0.06);
  border-color: rgba(171, 196, 220, 0.98);
}
.problem-grid .problem-card:first-child {
  border-color: rgba(161, 189, 215, 0.98);
  box-shadow:
    0 18px 36px rgba(23, 43, 66, 0.09),
    0 6px 14px rgba(30, 58, 95, 0.055);
}

.problem-summary {
  margin-top: 1.45rem;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(190, 206, 223, 0.58);
  max-width: 38rem;
}

.problem-summary-text {
  margin: 0;
  font-size: 1.04rem;
  font-weight: 600;
  line-height: 1.5;
  color: #1f3a55;
}

@media (max-width: 1024px) {
  .problem-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .problem-grid {
    grid-template-columns: 1fr;
  }
  .problem-grid .problem-card {
    min-height: auto;
  }
}

.audience-section .container.audience-wrap {
  max-width: 1180px;
}

.audience-wrap {
  display: grid;
  grid-template-columns: 1.08fr 0.82fr;
  column-gap: clamp(2.5rem, 4.2vw, 3.5rem);
  row-gap: 1.55rem;
  align-items: start;
}

.audience-left {
  grid-column: 1;
  max-width: 39rem;
  padding-top: 0.15rem;
}

.audience-left .section-label {
  margin: 0 0 0.65rem;
}

.audience-left h2 {
  margin: 0 0 1.4rem;
  letter-spacing: -0.02em;
  line-height: 1.14;
}

.audience-identify {
  display: grid;
  gap: 1rem;
  max-width: 36rem;
}

.audience-identify-item {
  display: grid;
  gap: 0.24rem;
}

.audience-identify-lead {
  margin: 0;
  font-size: 1.04rem;
  font-weight: 600;
  line-height: 1.34;
  color: #1f3a55;
  letter-spacing: -0.012em;
}

.audience-identify-note {
  margin: 0;
  font-size: 0.97rem;
  line-height: 1.56;
  color: #4e6178;
  letter-spacing: -0.004em;
}

.audience-arrow {
  color: #5FA8D3;
  font-weight: 600;
  margin-right: 0.15rem;
}

.audience-panel {
  grid-column: 2;
  align-self: start;
  margin: 3.2rem 0 0;
  padding: 1.45rem 1.55rem 1.5rem;
  background: linear-gradient(168deg, #feffff 0%, #f8fafc 55%, #f5f9fc 100%);
  border: 1px solid #E5E7EB;
  border-radius: 24px;
  box-shadow:
    0 20px 48px rgba(24, 46, 72, 0.09),
    0 6px 16px rgba(30, 58, 95, 0.05),
    0 0 0 1px rgba(255, 255, 255, 0.65) inset;
}

.audience-panel h3 {
  margin: 0 0 0.78rem;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: -0.008em;
  color: #1f3a55;
  line-height: 1.3;
}

.audience-self-list {
  display: grid;
  gap: 0.45rem;
}

.audience-self-item {
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.9rem;
  line-height: 1.44;
  color: #445a72;
}

.audience-self-item::before {
  content: "•";
  font-size: 0.85rem;
  line-height: 1.2;
  color: rgba(95, 168, 211, 0.72);
  margin-top: 0.1rem;
  flex-shrink: 0;
}

.audience-conclusion {
  grid-column: 1 / -1;
  margin: 0.25rem 0 0;
  max-width: 46rem;
  font-size: 1rem;
  line-height: 1.62;
  font-weight: 500;
  color: #334a61;
  letter-spacing: -0.01em;
}

/* —— About product (conceptual anchor) —— */
.about-product-section .container.about-product-wrap {
  max-width: 1180px;
}

.about-product-content {
  max-width: 50rem;
  margin: 0 auto;
}

.about-product-content .section-label {
  margin: 0 0 0.65rem;
}

.about-product-content h2 {
  margin: 0 0 0.9rem;
  max-width: 100%;
  letter-spacing: -0.02em;
  line-height: 1.12;
}

.about-product-content .section-lead {
  margin: 0 0 1.05rem;
  max-width: 39rem;
  font-size: 1.03rem;
  line-height: 1.66;
  color: #3a4d62;
}

.about-product-emphasis {
  margin: 0 0 1.85rem;
  max-width: 40rem;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.48;
  color: #1f3a55;
  letter-spacing: -0.01em;
}

.about-product-definition {
  margin: 0 0 1.4rem;
  padding: 1.85rem 2.1rem 1.9rem;
  background: linear-gradient(165deg, #ffffff 0%, #fbfcfe 100%);
  border: 1px solid #E5E7EB;
  border-radius: 24px;
  box-shadow:
    0 20px 42px rgba(24, 46, 72, 0.075),
    0 6px 14px rgba(30, 58, 95, 0.05);
  width: 100%;
}

.about-product-definition-title {
  margin: 0;
  font-size: 1.06rem;
  font-weight: 600;
  line-height: 1.42;
  letter-spacing: -0.01em;
  color: #1f3a55;
}

.about-product-definition-list {
  display: grid;
  gap: 0.5rem;
  margin: 0.92rem 0 0;
  padding: 0;
  list-style: none;
}

.about-product-definition-item {
  margin: 0;
  position: relative;
  padding-left: 0.95rem;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.46;
  color: #344b63;
}

.about-product-definition-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #5FA8D3;
}

.about-product-conclusion {
  margin: 0;
  max-width: 42rem;
  font-size: 0.99rem;
  font-weight: 500;
  line-height: 1.6;
  color: #31495f;
  letter-spacing: -0.008em;
  position: relative;
  padding-top: 0.9rem;
}

.about-product-conclusion::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 46px;
  height: 2px;
  border-radius: 999px;
  background: rgba(95, 168, 211, 0.55);
}

.about-product-conclusion span {
  font-weight: 600;
  color: #233c55;
}

/* —— Modules system architecture —— */
.modules-section .container.modules-wrap {
  max-width: 1180px;
}

.modules-wrap .section-label {
  margin: 0 0 0.75rem;
  letter-spacing: 0.14em;
  font-size: 0.7rem;
}

.modules-wrap h2 {
  margin: 0 0 1.1rem;
  max-width: 48rem;
  letter-spacing: -0.022em;
  line-height: 1.1;
}

.modules-wrap .section-lead {
  margin: 0 0 2.85rem;
  max-width: 40rem;
  font-size: 1rem;
  line-height: 1.72;
  color: #3d4d5f;
  letter-spacing: -0.012em;
}

.modules-arch {
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
}

.modules-row {
  display: grid;
  margin: 0;
  align-items: stretch;
}

.modules-row > .module-card {
  height: 100%;
  min-height: 0;
}

.modules-row-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.65rem;
}

.modules-row-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.65rem;
}

.module-card {
  position: relative;
  margin: 0;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid rgba(196, 212, 230, 0.98);
  border-radius: 22px;
  box-shadow:
    0 3px 8px rgba(18, 38, 58, 0.042),
    0 18px 44px rgba(22, 42, 64, 0.088),
    0 38px 68px rgba(22, 42, 64, 0.052);
  padding: 2.2rem 2.25rem 2.25rem;
  transition:
    transform 0.34s cubic-bezier(0.25, 0.8, 0.25, 1),
    box-shadow 0.34s cubic-bezier(0.25, 0.8, 0.25, 1),
    border-color 0.34s ease;
}

.module-card:hover {
  transform: translateY(-3px);
  border-color: rgba(184, 202, 222, 0.98);
  box-shadow:
    0 6px 14px rgba(18, 38, 58, 0.055),
    0 26px 56px rgba(22, 42, 64, 0.115),
    0 52px 88px rgba(22, 42, 64, 0.068);
}

.module-card h3 {
  margin: 0 0 1.28rem;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: -0.018em;
  line-height: 1.28;
  color: var(--color-navy);
}

.module-card p {
  margin: 0;
  font-size: 0.915rem;
  line-height: 1.64;
  letter-spacing: -0.004em;
  color: #3d4e60;
  font-weight: 400;
}

.modules-wrap .about-product-conclusion {
  margin-top: 2.5rem;
}

.result-section .container.result-wrap {
  max-width: 1180px;
}

.result-wrap .section-label {
  margin: 0 0 0.75rem;
  letter-spacing: 0.14em;
  font-size: 0.7rem;
}

.result-wrap h2 {
  margin: 0 0 2.5rem;
  max-width: 48rem;
  letter-spacing: -0.022em;
  line-height: 1.1;
}

/* —— Result: selling cards + closing line —— */
.result-section .module-card {
  padding: 2.5rem 2.45rem 2.55rem;
  border: 1px solid rgba(188, 206, 226, 0.98);
  box-shadow:
    0 4px 14px rgba(18, 38, 58, 0.06),
    0 22px 54px rgba(22, 42, 64, 0.105),
    0 46px 82px rgba(22, 42, 64, 0.068);
}

.result-section .module-card:hover {
  box-shadow:
    0 8px 20px rgba(18, 38, 58, 0.07),
    0 32px 68px rgba(22, 42, 64, 0.135),
    0 60px 100px rgba(22, 42, 64, 0.082);
}

.result-section .module-card h3 {
  color: #132a44;
  font-weight: 600;
}

.result-section .module-card p {
  color: #243648;
  font-weight: 400;
  line-height: 1.63;
}

.result-section .module-card--accent {
  background: linear-gradient(168deg, #f0f4f9 0%, #fafcfd 42%, #ffffff 100%);
  border-color: rgba(175, 198, 222, 0.96);
  box-shadow:
    0 5px 16px rgba(18, 38, 58, 0.065),
    0 26px 58px rgba(22, 42, 64, 0.115),
    0 50px 90px rgba(30, 58, 95, 0.075);
}

.result-section .module-card--accent:hover {
  border-color: rgba(165, 190, 218, 0.98);
}

.result-wrap .about-product-conclusion {
  margin-top: 3.65rem;
  max-width: 44rem;
  font-size: 1.04rem;
  font-weight: 500;
  line-height: 1.58;
  letter-spacing: -0.014em;
  color: #1a3048;
  padding-top: 1.15rem;
}

.result-wrap .about-product-conclusion::before {
  width: 56px;
  height: 2px;
  background: rgba(95, 168, 211, 0.72);
}

.result-wrap .about-product-conclusion span {
  font-weight: 600;
  color: #0f2438;
}

@media (prefers-reduced-motion: reduce) {
  .module-card {
    transition-duration: 0.01ms;
  }

  .module-card:hover {
    transform: none;
  }
}

.cards {
  display: grid;
  gap: var(--space-3);
}
.cards-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cards-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cards-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }

.card {
  background: var(--color-white);
  border: 1px solid #dde4ed;
  border-radius: 18px;
  padding: 1.35rem;
  box-shadow: var(--shadow-card);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}
.card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(19, 41, 67, 0.09);
  border-color: #d3dde9;
}
.card ul { margin: 0; padding-left: 1.1rem; color: var(--color-text-muted); }
.card p { color: var(--color-text-muted); margin-bottom: 0; }
.card .result, .card .price { margin-top: 0.65rem; color: var(--color-navy); font-weight: 600; }

.mini-box {
  margin-top: var(--space-4);
  max-width: 900px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  border: 1px solid #dbe4ee;
  border-radius: 18px;
  padding: 1.5rem 1.6rem;
  box-shadow: var(--shadow-card);
}
.mini-box ul { columns: 2; column-gap: 1.8rem; }

blockquote {
  margin: var(--space-4) 0 0;
  padding: var(--space-4);
  border-left: 3px solid var(--color-accent);
  background: var(--color-white);
  border-radius: 12px;
  color: #344054;
  font-size: 1.06rem;
}

.timeline {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: var(--space-3);
}
.timeline li {
  background: var(--color-white);
  border: 1px solid #dde5ef;
  border-radius: 16px;
  padding: 1.4rem 1.5rem;
  box-shadow: var(--shadow-card);
}

/* —— Process path (implementation steps) —— */
.process-section .container.process-wrap {
  max-width: 1180px;
}

.process-wrap .section-label {
  margin: 0 0 0.75rem;
  letter-spacing: 0.14em;
  font-size: 0.7rem;
}

.process-wrap h2 {
  margin: 0 0 1rem;
  max-width: 48rem;
  letter-spacing: -0.022em;
  line-height: 1.1;
}

.process-wrap .process-lead {
  margin: 0 0 3.1rem;
  max-width: 46rem;
  font-size: 1rem;
  line-height: 1.74;
  color: #3d4d5f;
  letter-spacing: -0.012em;
}

.process-path {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 48rem;
  position: relative;
}

.process-path::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 30px;
  bottom: 30px;
  width: 2px;
  transform: translateX(-50%);
  border-radius: 2px;
  background: linear-gradient(
    180deg,
    rgba(72, 142, 188, 0.58) 0%,
    rgba(120, 168, 200, 0.82) 38%,
    rgba(148, 182, 212, 0.75) 72%,
    rgba(175, 198, 222, 0.52) 100%
  );
  pointer-events: none;
}

.process-step {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  gap: 0 2.05rem;
  align-items: start;
  position: relative;
  z-index: 0;
}

.process-step:not(:last-child) {
  margin-bottom: 3.15rem;
}

.process-step-track {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}

.process-step-num {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.2rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.04em;
  line-height: 1;
  color: #102a42;
  background: #ffffff;
  border: 2px solid rgba(88, 158, 200, 0.48);
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 1);
}

.process-step--accent .process-step-num {
  color: #071d30;
  border-color: rgba(62, 138, 182, 0.88);
  background: linear-gradient(158deg, #d9e8f4 0%, #f4f9fc 48%, #ffffff 100%);
  box-shadow:
    0 0 0 5px rgba(255, 255, 255, 1),
    0 4px 16px rgba(22, 52, 82, 0.11);
}

.process-step:not(:last-child) .process-step-track::after {
  content: "";
  width: 6px;
  height: 6px;
  margin-top: 0.78rem;
  border-radius: 50%;
  background: rgba(88, 155, 198, 0.52);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 1);
}

.process-step-card {
  background: #ffffff;
  border: 1px solid rgba(233, 238, 244, 0.96);
  border-radius: 14px;
  padding: 1.88rem 2.05rem 1.95rem;
  box-shadow: 0 1px 4px rgba(18, 38, 58, 0.022);
}

.process-step--accent .process-step-card {
  background: linear-gradient(168deg, #f3f8fb 0%, #ffffff 100%);
  border-color: rgba(222, 232, 240, 0.98);
}

.process-step-card h3 {
  margin: 0 0 0.82rem;
  font-size: 1.03rem;
  font-weight: 600;
  letter-spacing: -0.016em;
  line-height: 1.3;
  color: var(--color-navy);
}

.process-step-card p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.64;
  letter-spacing: -0.004em;
  color: #3d4e60;
}

.recommended {
  border-color: #9cc6df;
  box-shadow: 0 16px 34px rgba(66, 126, 166, 0.18);
  background: linear-gradient(180deg, #ffffff 0%, #f8fcff 100%);
}
.recommended span {
  display: inline-block;
  margin-bottom: var(--space-2);
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  background: #eaf4fb;
  color: #245b82;
  font-size: 0.72rem;
  font-weight: 700;
}

/* —— Pricing (subscription tiers + matrix) —— */
.pricing-section .container.pricing-wrap {
  max-width: 1180px;
}

.pricing-wrap .section-label {
  margin: 0 0 0.75rem;
  letter-spacing: 0.14em;
  font-size: 0.7rem;
}

.pricing-wrap h2 {
  margin: 0 0 0.7rem;
  max-width: 48rem;
  letter-spacing: -0.022em;
  line-height: 1.1;
}

.pricing-hero-line {
  margin: 0 0 1.2rem;
  max-width: 46rem;
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.58;
  letter-spacing: -0.012em;
  color: #243648;
}

.pricing-wrap .pricing-lead {
  margin: 0 0 2.85rem;
  max-width: 44rem;
  font-size: 1rem;
  line-height: 1.72;
  color: #3d4d5f;
  letter-spacing: -0.012em;
}

.pricing-tiers {
  display: grid;
  grid-template-columns: 1fr 1.16fr 1fr;
  gap: 1.5rem;
  align-items: stretch;
}

.pricing-tier {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 2.15rem 2.05rem 2.35rem;
  background: #ffffff;
  border: 1px solid rgba(214, 224, 236, 0.95);
  border-radius: 20px;
  box-shadow:
    0 2px 8px rgba(18, 38, 58, 0.04),
    0 12px 32px rgba(22, 42, 64, 0.055);
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.pricing-tier:hover {
  border-color: rgba(198, 212, 228, 0.98);
  box-shadow:
    0 4px 12px rgba(18, 38, 58, 0.05),
    0 16px 40px rgba(22, 42, 64, 0.07);
}

.pricing-tier--featured {
  padding: 2.45rem 2.35rem 2.7rem;
  border-color: rgba(155, 188, 215, 0.98);
  background: linear-gradient(178deg, #dce8f2 0%, #e8f0f8 28%, #f4f8fc 58%, #ffffff 100%);
  box-shadow:
    0 6px 18px rgba(18, 38, 58, 0.075),
    0 26px 58px rgba(22, 42, 64, 0.125),
    0 48px 92px rgba(30, 58, 95, 0.09),
    0 0 0 1px rgba(255, 255, 255, 0.65) inset;
  z-index: 2;
}

.pricing-tier--featured:hover {
  border-color: rgba(135, 175, 210, 0.99);
  box-shadow:
    0 8px 24px rgba(18, 38, 58, 0.085),
    0 32px 72px rgba(22, 42, 64, 0.14),
    0 56px 102px rgba(30, 58, 95, 0.095),
    0 0 0 1px rgba(255, 255, 255, 0.65) inset;
}

.pricing-tier h3 {
  margin: 0 0 0.88rem;
  font-size: 1.188rem;
  font-weight: 600;
  letter-spacing: -0.018em;
  line-height: 1.28;
  color: var(--color-navy);
}

.pricing-tier--featured h3 {
  font-size: 1.366rem;
}

.pricing-tier--featured .pricing-tier-desc {
  font-size: 0.977rem;
  line-height: 1.62;
}

.pricing-tier--featured .pricing-tier-fit-label {
  font-size: 0.693rem;
}

.pricing-tier--featured .pricing-tier-fit li {
  font-size: 0.945rem;
  line-height: 1.48;
}

.pricing-tier-desc {
  margin: 0 0 1.45rem;
  font-size: 0.93rem;
  line-height: 1.62;
  letter-spacing: -0.004em;
  color: #3a4b5d;
}

.pricing-tier-fit {
  flex: 1 1 auto;
  margin: 0 0 1.5rem;
}

.pricing-tier-fit-label {
  margin: 0 0 0.72rem;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: rgba(30, 58, 95, 0.48);
}

.pricing-tier-fit ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.48rem;
}

.pricing-tier-fit li {
  position: relative;
  margin: 0;
  padding-left: 1rem;
  font-size: 0.9rem;
  line-height: 1.48;
  color: #3d4e60;
}

.pricing-tier-fit li::before {
  content: "";
  position: absolute;
  left: 0.1rem;
  top: 0.58em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(95, 168, 211, 0.55);
}

.pricing-tier-price {
  margin: 0;
  margin-top: auto;
  padding-top: 1.45rem;
  border-top: 1px solid rgba(226, 232, 240, 0.95);
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0 0.2rem;
  line-height: 1.25;
  color: #0a1f32;
}

.pricing-tier-price-core {
  font-size: 1.28rem;
  font-weight: 600;
  letter-spacing: -0.028em;
  color: #071a2c;
}

.pricing-tier-price-unit {
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: rgba(30, 52, 72, 0.48);
}

.pricing-tier--featured .pricing-tier-price {
  padding-top: 1.55rem;
  border-top-color: rgba(185, 208, 228, 0.95);
}

.pricing-tier--featured .pricing-tier-price-core {
  font-size: 1.42rem;
  letter-spacing: -0.03em;
}

.pricing-tier--featured .pricing-tier-price-unit {
  font-size: 0.9rem;
  color: rgba(25, 48, 68, 0.5);
}

.pricing-matrix-heading {
  margin: 2.85rem 0 1.1rem;
  max-width: 44rem;
  font-size: clamp(1.12rem, 2vw, 1.28rem);
  font-weight: 600;
  letter-spacing: -0.018em;
  line-height: 1.25;
  color: var(--color-navy);
}

.pricing-table-wrap {
  margin: 0 0 1.85rem;
  border: 1px solid rgba(205, 218, 232, 0.96);
  border-radius: 18px;
  box-shadow:
    0 2px 12px rgba(22, 42, 64, 0.04),
    0 14px 36px rgba(22, 42, 64, 0.055);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background: #ffffff;
}

.pricing-matrix {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
}

.pricing-matrix thead th {
  padding: 1rem 0.85rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2a4058;
  background: #f4f7fb;
  border-bottom: 1px solid rgba(220, 230, 240, 0.95);
  text-align: center;
  vertical-align: middle;
}

.pricing-matrix thead th:first-child {
  text-align: left;
  padding-left: 1.35rem;
}

.pricing-matrix .pricing-matrix-col-featured {
  background: linear-gradient(180deg, #d8e8f4 0%, #e8f1f8 45%, #f0f6fa 100%);
  color: #0f2840;
}

.pricing-matrix tbody th {
  padding: 0.95rem 1rem 0.95rem 1.35rem;
  font-size: 0.92rem;
  font-weight: 500;
  text-align: left;
  color: #2c3f52;
  background: #ffffff;
  border-bottom: 1px solid #edf1f6;
  vertical-align: middle;
}

.pricing-matrix tbody td {
  padding: 0.95rem 0.75rem;
  text-align: center;
  font-size: 1rem;
  border-bottom: 1px solid #edf1f6;
  vertical-align: middle;
  background: #ffffff;
}

.pricing-matrix-cell-abbr {
  font-size: 0.86rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.35;
  color: #2c3f52;
}

.pricing-matrix-abbr {
  display: inline-block;
  max-width: 7.5rem;
}

.pricing-format-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
}

.pricing-format-title {
  display: inline-block;
  color: #6a8296;
}

.pricing-format-labels {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  white-space: nowrap;
}

.pricing-matrix-note {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.82rem;
  font-weight: 500;
  color: #6a8296;
}

.pricing-matrix-note-first {
  margin-top: 0;
}

.pricing-matrix tbody tr:last-child th,
.pricing-matrix tbody tr:last-child td {
  border-bottom: none;
}

.pricing-matrix .pricing-matrix-cell-featured {
  background: linear-gradient(180deg, rgba(236, 244, 250, 0.97) 0%, rgba(245, 249, 252, 0.98) 100%);
}

.pricing-check {
  display: inline-block;
  font-weight: 700;
  font-size: 1.05rem;
  line-height: 1;
  color: var(--color-accent);
}

.pricing-dash {
  color: rgba(100, 118, 138, 0.38);
  font-weight: 500;
  font-size: 1rem;
}

.pricing-footnote {
  max-width: 42rem;
  margin-bottom: 1.65rem;
  color: #4a5c70;
  font-size: 0.94rem;
  line-height: 1.65;
}

.pricing-footnote-mark {
  font-weight: 600;
  color: var(--color-accent);
}

.pricing-cta {
  margin-top: 0.35rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.65rem;
}

.pricing-cta-note {
  margin: 0;
  max-width: 26rem;
  font-size: 0.82rem;
  line-height: 1.45;
  letter-spacing: -0.006em;
  color: rgba(45, 62, 80, 0.62);
  font-weight: 400;
}

/* —— One-time services —— */
.one-time-section {
  background: #ffffff;
}

.one-time-section .container.one-time-wrap {
  max-width: 1180px;
}

.one-time-wrap .section-label {
  margin: 0 0 0.75rem;
  letter-spacing: 0.14em;
  font-size: 0.7rem;
}

.one-time-wrap h2 {
  margin: 0 0 1rem;
  max-width: 48rem;
  letter-spacing: -0.022em;
  line-height: 1.1;
}

.one-time-wrap .one-time-lead {
  margin: 0 0 1.85rem;
  max-width: 44rem;
  font-size: 1rem;
  line-height: 1.72;
  color: #3d4d5f;
  letter-spacing: -0.012em;
}

.one-time-chosen {
  margin: 0 0 1.35rem;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: rgba(30, 58, 95, 0.46);
}

.one-time-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.55rem;
  align-items: stretch;
}

.one-time-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
  padding: 2.05rem 2.05rem 2.15rem;
  background: #ffffff;
  border: 1px solid rgba(216, 226, 238, 0.96);
  border-radius: 18px;
  box-shadow:
    0 2px 8px rgba(18, 38, 58, 0.036),
    0 12px 30px rgba(22, 42, 64, 0.048);
  transition: box-shadow 0.28s ease, border-color 0.28s ease;
}

.one-time-card:hover {
  border-color: rgba(198, 212, 228, 0.98);
  box-shadow:
    0 4px 14px rgba(18, 38, 58, 0.048),
    0 18px 42px rgba(22, 42, 64, 0.065);
}

.one-time-card--popular {
  background: linear-gradient(168deg, #e2ecf6 0%, #eef4f9 38%, #f7fafc 72%, #ffffff 100%);
  border-color: rgba(178, 205, 228, 0.98);
  box-shadow:
    0 4px 16px rgba(18, 38, 58, 0.058),
    0 22px 52px rgba(22, 42, 64, 0.088);
}

.one-time-card--popular:hover {
  border-color: rgba(155, 188, 218, 0.99);
  box-shadow:
    0 6px 20px rgba(18, 38, 58, 0.065),
    0 26px 60px rgba(22, 42, 64, 0.095);
}

.one-time-card h3 {
  margin: 0 0 0.55rem;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: -0.016em;
  line-height: 1.3;
  color: var(--color-navy);
}

.one-time-card-price {
  margin: 0.95rem 0 1.35rem;
  padding: 0.75rem 0;
  font-size: 1.56rem;
  font-weight: 600;
  letter-spacing: -0.038em;
  line-height: 1.18;
  color: #051628;
  border-top: 1px solid rgba(226, 234, 244, 0.95);
  border-bottom: 1px solid rgba(226, 234, 244, 0.95);
}

.one-time-card--popular .one-time-card-price {
  border-top-color: rgba(210, 224, 238, 0.9);
  border-bottom-color: rgba(210, 224, 238, 0.9);
}

.one-time-card-desc {
  margin: 0;
  padding-top: 0.05rem;
  font-size: 0.92rem;
  line-height: 1.64;
  letter-spacing: -0.004em;
  color: #3d4e60;
}

.one-time-bridge {
  margin: 3.1rem 0 0;
  padding-top: 2rem;
  border-top: 1px solid rgba(226, 234, 242, 0.9);
  max-width: 44rem;
  font-size: 1.02rem;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: -0.012em;
  color: #243648;
}

.one-time-cta {
  margin-top: 1.35rem;
}

.one-time-cta-btn {
  font-size: 0.86rem;
  font-weight: 600;
  padding: 0.55rem 1.2rem;
  letter-spacing: -0.01em;
}

/* —— Diagnostics (conversion block) —— */
.diagnostics-section .container.diagnostics-wrap {
  max-width: 920px;
}

.diagnostics-wrap .section-label {
  margin: 0 0 0.75rem;
  letter-spacing: 0.14em;
  font-size: 0.7rem;
}

.diagnostics-wrap h2 {
  margin: 0 0 1.05rem;
  max-width: none;
  text-align: center;
  letter-spacing: -0.024em;
  line-height: 1.12;
}

.diagnostics-wrap .diagnostics-lead {
  margin: 0 auto 2.75rem;
  max-width: 38rem;
  text-align: center;
  font-size: 1.05rem;
  line-height: 1.68;
  color: #3a4b5e;
  letter-spacing: -0.012em;
}

.diagnostics-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  margin-bottom: 1.75rem;
}

.diagnostic-card {
  margin: 0;
  padding: 1.85rem 1.95rem 1.95rem;
  background: #ffffff;
  border: 1px solid rgba(216, 226, 238, 0.96);
  border-radius: 18px;
  box-shadow:
    0 2px 8px rgba(18, 38, 58, 0.035),
    0 12px 32px rgba(22, 42, 64, 0.045);
}

.diagnostic-card h3 {
  margin: 0 0 1rem;
  font-size: 1.02rem;
  font-weight: 600;
  letter-spacing: -0.014em;
  line-height: 1.3;
  color: var(--color-navy);
}

.diagnostic-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.diagnostic-card li {
  position: relative;
  margin: 0;
  padding-left: 1.05rem;
  font-size: 0.92rem;
  line-height: 1.52;
  color: #3d4e60;
}

.diagnostic-card li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: rgba(95, 168, 211, 0.55);
  font-weight: 600;
  font-size: 0.75rem;
}

.diagnostic-result {
  margin: 0 0 2.25rem;
  padding: 1.35rem 1.6rem;
  text-align: center;
  background: #ffffff;
  border: 1px solid rgba(205, 220, 235, 0.95);
  border-radius: 16px;
  box-shadow: 0 2px 14px rgba(22, 42, 64, 0.04);
}

.diagnostic-result p {
  margin: 0;
  font-size: 1.02rem;
  font-weight: 500;
  line-height: 1.58;
  letter-spacing: -0.014em;
  color: #1a3045;
}

.diagnostic-cta-panel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2.25rem 3.25rem;
  padding: 2.35rem 2.5rem 2.45rem;
  background: #ffffff;
  border: 1px solid rgba(210, 222, 235, 0.98);
  border-radius: 22px;
  box-shadow:
    0 4px 16px rgba(18, 38, 58, 0.055),
    0 22px 48px rgba(22, 42, 64, 0.07);
}

.diagnostic-cta-meta {
  flex: 0 1 auto;
  min-width: min(100%, 220px);
}

.diagnostic-format {
  margin: 0 0 1.15rem;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.diagnostic-format li {
  margin: 0;
  padding-left: 1.1rem;
  position: relative;
  font-size: 0.9rem;
  line-height: 1.45;
  color: #3a4d62;
  letter-spacing: -0.006em;
}

.diagnostic-format li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: rgba(95, 168, 211, 0.6);
  font-weight: 600;
}

.diagnostic-price {
  margin: 0;
  font-size: 1.38rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: #071a2c;
}

.diagnostic-cta-action {
  flex: 1 1 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
  text-align: center;
}

.diagnostic-cta-btn {
  font-size: 1.02rem;
  font-weight: 600;
  padding: 0.92rem 2.15rem;
  letter-spacing: -0.012em;
  box-shadow: 0 10px 28px rgba(30, 58, 95, 0.22);
}

.diagnostic-cta-btn:hover {
  box-shadow: 0 12px 32px rgba(30, 58, 95, 0.28);
}

.diagnostic-cta-note {
  margin: 0;
  max-width: 22rem;
  font-size: 0.84rem;
  line-height: 1.5;
  letter-spacing: -0.006em;
  color: rgba(45, 62, 80, 0.68);
  font-weight: 400;
}

/* —— Trust (why us — final argument) —— */
.trust-section {
  padding-top: 6.35rem;
  padding-bottom: 6.6rem;
}

.trust-section .container.trust-wrap {
  max-width: 1040px;
}

.trust-wrap .section-label {
  margin: 0 0 0.85rem;
  letter-spacing: 0.14em;
  font-size: 0.7rem;
}

.trust-wrap h2 {
  margin: 0 0 2.65rem;
  max-width: 46rem;
  letter-spacing: -0.024em;
  line-height: 1.12;
}

.trust-hero {
  margin: 0 0 1.75rem;
  padding: 2.35rem 2.6rem 2.45rem;
  background: #ffffff;
  border: 1px solid rgba(208, 220, 234, 0.98);
  border-radius: 20px;
  box-shadow:
    0 3px 14px rgba(18, 38, 58, 0.045),
    0 24px 56px rgba(22, 42, 64, 0.065);
}

.trust-hero h3 {
  margin: 0 0 0.95rem;
  max-width: 38rem;
  font-size: clamp(1.22rem, 2.1vw, 1.48rem);
  font-weight: 600;
  letter-spacing: -0.026em;
  line-height: 1.2;
  color: #0a1a2c;
}

.trust-hero p {
  margin: 0;
  max-width: 40rem;
  font-size: 1.06rem;
  line-height: 1.62;
  letter-spacing: -0.012em;
  color: #3a4d62;
  font-weight: 500;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
}

.trust-card {
  margin: 0;
  padding: 1.2rem 1.3rem 1.28rem;
  background: #fbfcfe;
  border: 1px solid rgba(220, 230, 242, 0.92);
  border-radius: 14px;
  box-shadow: 0 1px 10px rgba(22, 42, 64, 0.03);
  transition: border-color 0.22s ease, box-shadow 0.22s ease;
}

.trust-card:hover {
  border-color: rgba(200, 216, 232, 0.98);
  box-shadow: 0 6px 20px rgba(22, 42, 64, 0.045);
}

.trust-card h4 {
  margin: 0 0 0.55rem;
  font-size: 0.94rem;
  font-weight: 600;
  letter-spacing: -0.016em;
  line-height: 1.3;
  color: #132536;
}

.trust-card p {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.52;
  letter-spacing: -0.008em;
  color: #55667a;
}

.trust-outro {
  margin-top: 3.1rem;
  padding-top: 2.35rem;
  border-top: 1px solid rgba(226, 234, 242, 0.95);
  text-align: center;
}

.trust-closing {
  margin: 0 0 1.1rem;
  font-size: 1.04rem;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: -0.014em;
  color: #1a2c3f;
}

.trust-diagnostics-link {
  display: inline-block;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #1e4a6e;
  text-decoration: none;
  border-bottom: 1px solid rgba(95, 168, 211, 0.45);
  padding-bottom: 0.12rem;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.trust-diagnostics-link:hover {
  color: #0f3554;
  border-bottom-color: rgba(95, 168, 211, 0.85);
}

.table-wrap {
  margin: var(--space-4) 0;
  overflow-x: auto;
  background: var(--color-white);
  border: 1px solid #dbe3ee;
  border-radius: 18px;
  box-shadow: var(--shadow-card);
}
table { border-collapse: collapse; width: 100%; min-width: 700px; }
th, td {
  padding: 0.9rem 0.8rem;
  border-bottom: 1px solid #e7edf3;
  text-align: left;
  font-size: 0.92rem;
}
th { background: #f7fafc; color: var(--color-navy); }

.faq-list details {
  background: var(--color-white);
  border: 1px solid #dde5ee;
  border-radius: 14px;
  padding: var(--space-3) var(--space-4);
  margin-bottom: var(--space-2);
  transition: border-color 0.22s ease, box-shadow 0.22s ease;
}
.faq-list details:hover {
  border-color: #cfdbe8;
  box-shadow: 0 8px 20px rgba(18, 39, 62, 0.06);
}
.faq-list summary {
  cursor: pointer;
  font-weight: 600;
  color: var(--color-navy);
}
.faq-list p { margin-top: 0.6rem; color: var(--color-text-muted); }

.final-cta .final-cta-inner {
  text-align: center;
  background: var(--color-white);
  border: 1px solid rgba(206, 220, 235, 0.98);
  border-radius: 28px;
  padding: 4.35rem 3.5rem 4.5rem;
  box-shadow:
    0 4px 20px rgba(18, 38, 58, 0.07),
    0 18px 48px rgba(22, 42, 64, 0.1),
    0 42px 90px rgba(30, 58, 95, 0.09);
  background-image: linear-gradient(145deg, rgba(95, 168, 211, 0.09) 0%, rgba(95, 168, 211, 0) 42%);
}

.final-cta-inner .section-label {
  margin: 0 auto 1.05rem;
}

.final-cta-inner h2 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.2rem;
  max-width: 38rem;
  letter-spacing: -0.023em;
  line-height: 1.12;
}

.final-cta-lead {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.35rem;
  max-width: 36rem;
  font-size: 1.06rem;
  line-height: 1.68;
  color: #4a5b6e;
  letter-spacing: -0.01em;
}

.final-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.75rem 1rem;
}

.final-cta-btn-primary {
  font-size: 1.06rem;
  font-weight: 600;
  padding: 1.05rem 2.45rem;
  letter-spacing: -0.014em;
  box-shadow:
    0 12px 32px rgba(30, 58, 95, 0.28),
    0 4px 12px rgba(30, 58, 95, 0.16);
}

.final-cta-btn-primary:hover {
  box-shadow:
    0 16px 40px rgba(30, 58, 95, 0.32),
    0 6px 16px rgba(30, 58, 95, 0.2);
}

.final-cta-btn-secondary {
  font-size: 0.95rem;
  font-weight: 600;
  padding: 0.9rem 1.75rem;
  letter-spacing: -0.01em;
  box-shadow:
    0 4px 14px rgba(30, 58, 95, 0.08),
    0 2px 6px rgba(30, 58, 95, 0.05);
}

.final-cta-note {
  margin: 1.55rem auto 0;
  max-width: 24rem;
  font-size: 0.86rem;
  line-height: 1.52;
  letter-spacing: -0.006em;
  color: rgba(45, 62, 80, 0.7);
  font-weight: 400;
}

.final-cta-tagline {
  margin: 2.65rem auto 0;
  max-width: none;
  font-size: 0.96rem;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: -0.012em;
  color: #3d4e61;
}

@media (min-width: 768px) {
  .final-cta-tagline {
    white-space: nowrap;
  }
}

/* —— Diagnostics booking modal —— */
.diagnostics-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  box-sizing: border-box;
}

.diagnostics-modal[hidden] {
  display: none;
}

.diagnostics-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 28, 44, 0.45);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.diagnostics-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 440px);
  max-height: min(92vh, 760px);
  overflow-y: auto;
  padding: 2.55rem 2.1rem 2.45rem;
  background: #ffffff;
  border: 1px solid rgba(210, 222, 235, 0.95);
  border-radius: 22px;
  box-shadow:
    0 8px 32px rgba(18, 38, 58, 0.12),
    0 28px 64px rgba(22, 42, 64, 0.14);
}

.diagnostics-modal-dialog--wide {
  width: min(100%, 580px);
}

.diagnostics-modal-close {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  width: 2.25rem;
  height: 2.25rem;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 10px;
  background: rgba(245, 248, 252, 0.95);
  color: #3d4e61;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.diagnostics-modal-close:hover {
  background: #e8eef6;
  color: #1a2c3f;
}

.diagnostics-modal-step {
  padding-top: 0.35rem;
}

.diagnostics-modal-heading {
  margin: 0 0 0.85rem;
  padding-right: 2rem;
  font-size: 1.28rem;
  font-weight: 600;
  letter-spacing: -0.022em;
  line-height: 1.22;
  color: #0f2438;
}

.diagnostics-modal-heading--success {
  margin-bottom: 1rem;
  text-align: center;
  padding-right: 0;
  font-size: 1.22rem;
}

.diagnostics-modal-subtitle {
  margin: 0 0 1.5rem;
  font-size: 0.94rem;
  line-height: 1.58;
  letter-spacing: -0.01em;
  color: #4a5c70;
}

.diagnostics-modal-meta {
  margin: 0 0 1.75rem;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.diagnostics-modal-meta li {
  position: relative;
  margin: 0;
  padding-left: 1.05rem;
  font-size: 0.86rem;
  line-height: 1.45;
  color: #3d4e60;
  letter-spacing: -0.006em;
}

.diagnostics-modal-meta li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: rgba(95, 168, 211, 0.55);
  font-weight: 600;
  font-size: 0.72rem;
}

.diagnostics-modal-cal-block {
  margin-bottom: 0.25rem;
}

.diagnostics-modal-cal-hint {
  margin: 0.75rem 0 0;
  font-size: 0.82rem;
  line-height: 1.45;
  color: rgba(45, 62, 80, 0.72);
  text-align: center;
}

.diagnostics-modal-cal-external {
  width: 100%;
  justify-content: center;
  padding: 1.02rem 1.5rem;
  font-size: 1.02rem;
  font-weight: 600;
  letter-spacing: -0.014em;
  text-decoration: none;
  box-sizing: border-box;
  box-shadow:
    0 12px 32px rgba(30, 58, 95, 0.26),
    0 4px 12px rgba(30, 58, 95, 0.14);
}

.diagnostics-modal-cal-external:hover {
  box-shadow:
    0 14px 36px rgba(30, 58, 95, 0.3),
    0 6px 14px rgba(30, 58, 95, 0.18);
}

.diagnostics-modal-form-block {
  margin-top: 0.15rem;
}

.diagnostics-modal-step--success {
  text-align: center;
  padding-top: 0.5rem;
}

.diagnostics-modal-success-text {
  margin: 0 0 1.85rem;
  font-size: 0.95rem;
  line-height: 1.58;
  letter-spacing: -0.01em;
  color: #4a5c70;
}

.diagnostics-modal-done-btn {
  width: 100%;
  justify-content: center;
  padding: 0.98rem 1.5rem;
  font-size: 1.02rem;
  font-weight: 600;
  letter-spacing: -0.012em;
}

.diagnostics-modal-form {
  display: flex;
  flex-direction: column;
  gap: 1.05rem;
}

.diagnostics-modal-hp {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.diagnostics-modal-hp span {
  position: absolute;
  left: -9999px;
}

.diagnostics-modal-form-error {
  margin: 0;
  padding: 0.65rem 0.75rem;
  font-size: 0.84rem;
  line-height: 1.45;
  color: #9a3412;
  background: rgba(254, 243, 199, 0.65);
  border: 1px solid rgba(251, 191, 36, 0.45);
  border-radius: 10px;
}

.diagnostics-modal-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin: 0;
}

.diagnostics-modal-label {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #2c3d50;
}

.diagnostics-modal-optional {
  font-weight: 500;
  color: #7a8a9c;
}

.diagnostics-modal-field input {
  width: 100%;
  padding: 0.72rem 0.85rem;
  font-family: inherit;
  font-size: 0.92rem;
  border: 1px solid rgba(210, 222, 235, 0.98);
  border-radius: 10px;
  background: #fbfcfe;
  color: #1a2c3f;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.diagnostics-modal-field textarea {
  width: 100%;
  padding: 0.72rem 0.85rem;
  font-family: inherit;
  font-size: 0.92rem;
  border: 1px solid rgba(210, 222, 235, 0.98);
  border-radius: 10px;
  background: #fbfcfe;
  color: #1a2c3f;
  resize: vertical;
  min-height: 98px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.diagnostics-modal-field input::placeholder {
  color: #9aa8b8;
}

.diagnostics-modal-field input:focus {
  outline: none;
  border-color: rgba(95, 168, 211, 0.65);
  box-shadow: 0 0 0 3px rgba(95, 168, 211, 0.18);
  background: #fff;
}

.diagnostics-modal-field textarea:focus {
  outline: none;
  border-color: rgba(95, 168, 211, 0.65);
  box-shadow: 0 0 0 3px rgba(95, 168, 211, 0.18);
  background: #fff;
}

.diagnostics-modal-fieldset {
  margin: 0;
  padding: 0.8rem 0.85rem 0.85rem;
  border: 1px solid rgba(210, 222, 235, 0.95);
  border-radius: 10px;
  background: #fbfcfe;
}

.diagnostics-modal-fieldset .diagnostics-modal-label {
  display: inline-block;
  margin-bottom: 0.55rem;
}

.diagnostics-modal-checkbox-list {
  display: grid;
  gap: 0.42rem;
}

.diagnostics-modal-checkbox-list label {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  font-size: 0.84rem;
  line-height: 1.45;
  color: #3d4e60;
}

.diagnostics-modal-checkbox-list input[type="checkbox"] {
  margin-top: 0.2rem;
  width: 0.95rem;
  height: 0.95rem;
  flex-shrink: 0;
  accent-color: var(--color-navy);
}

.diagnostics-modal-submit {
  margin-top: 0.5rem;
  width: 100%;
  justify-content: center;
  padding: 1.05rem 1.5rem;
  font-size: 1.04rem;
  font-weight: 600;
  letter-spacing: -0.014em;
  box-shadow:
    0 12px 32px rgba(30, 58, 95, 0.26),
    0 4px 12px rgba(30, 58, 95, 0.14);
}

.diagnostics-modal-submit:hover {
  box-shadow:
    0 14px 36px rgba(30, 58, 95, 0.3),
    0 6px 14px rgba(30, 58, 95, 0.18);
}

.diagnostics-modal-submit:disabled,
.diagnostics-modal-submit:disabled:hover {
  cursor: not-allowed;
  background: #90a0b3;
  box-shadow: none;
  transform: none;
}

.diagnostics-modal-form-note {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.5;
  text-align: center;
  color: rgba(45, 62, 80, 0.72);
}

.diagnostics-modal-cal-embed {
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(220, 230, 242, 0.95);
  background: #f5f8fb;
}

.diagnostics-modal-cal-embed--tall iframe {
  display: block;
  width: 100%;
  height: min(560px, 58vh);
  min-height: 420px;
  border: none;
}

.diagnostics-modal-cal-embed iframe {
  display: block;
  width: 100%;
  min-height: 380px;
  border: none;
}

body.diagnostics-modal-open {
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .diagnostics-modal-field input,
  .diagnostics-modal-close {
    transition-duration: 0.01ms;
  }
}

.site-footer {
  padding: var(--space-6) 0 var(--space-4);
  background: #f5f8fb;
  border-top: 1px solid #dbe3ec;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: var(--space-5);
}
.site-footer h3, .site-footer h4 { margin-bottom: var(--space-2); }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer a { color: var(--color-navy); text-decoration: none; border-bottom: 1px solid transparent; }
.site-footer a:hover { border-bottom-color: rgba(95, 168, 211, 0.7); }
.footer-legal-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.45rem;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid #d9e1ea;
}

.footer-legal-links a {
  font-size: 0.82rem;
  font-weight: 500;
  color: #3d5270;
  text-decoration: none;
  border-bottom: 1px solid rgba(95, 168, 211, 0.35);
}

.footer-legal-links a:hover {
  color: var(--color-navy);
  border-bottom-color: rgba(95, 168, 211, 0.75);
}

.site-footer .container:not(.footer-grid) .footer-legal-links {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.footer-bottom {
  margin-top: var(--space-4);
  padding-top: var(--space-3);
  border-top: 1px solid #d9e1ea;
  color: var(--color-text-muted);
  font-size: 0.86rem;
}

.footer-copy {
  display: block;
}

/* —— Legal document pages (152-ФЗ, соглашения) —— */
.legal-doc-header {
  position: sticky;
  top: 0;
  z-index: 50;
}

.legal-doc-header-row {
  grid-template-columns: auto auto;
  justify-content: space-between;
}

.legal-doc-back {
  font-size: 0.84rem;
  padding: 0.55rem 1rem;
}

.legal-doc {
  padding-top: 2.5rem;
  padding-bottom: 4rem;
}

.legal-doc-inner {
  max-width: 44rem;
}

.legal-doc-inner h1 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.45rem, 3vw, 1.85rem);
  font-weight: 700;
  letter-spacing: -0.024em;
  line-height: 1.15;
  color: var(--color-navy);
}

.legal-doc-updated {
  margin: 0 0 1.75rem;
  font-size: 0.88rem;
  color: var(--color-text-muted);
}

.legal-doc-notice {
  margin: 0 0 2rem;
  padding: 1rem 1.15rem;
  background: rgba(254, 243, 199, 0.45);
  border: 1px solid rgba(251, 191, 36, 0.35);
  border-radius: 12px;
  font-size: 0.9rem;
  line-height: 1.55;
  color: #5c4a28;
}

.legal-doc-notice a {
  color: #1e4a6e;
  font-weight: 600;
}

.legal-doc-section {
  margin-bottom: 1.85rem;
}

.legal-doc-section h2 {
  margin: 0 0 0.75rem;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: -0.014em;
  color: #132536;
}

.legal-doc-section p {
  margin: 0 0 0.85rem;
  font-size: 0.94rem;
  line-height: 1.65;
  color: #424d5d;
}

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

.legal-doc-list {
  margin: 0 0 0.85rem;
  padding-left: 1.2rem;
  font-size: 0.94rem;
  line-height: 1.62;
  color: #424d5d;
}

.legal-doc-list li {
  margin-bottom: 0.4rem;
}

.legal-doc-placeholder-block {
  padding: 1.15rem 1.2rem 1.2rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
}

.legal-doc-fill-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.legal-doc-fill-list li {
  margin-bottom: 0.5rem;
  padding-left: 0;
}

.legal-doc-section a {
  color: #1e4a6e;
  font-weight: 500;
}

.diagnostics-modal-consent {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  margin: 0.15rem 0 0.15rem;
  cursor: pointer;
  font-size: 0.82rem;
  line-height: 1.48;
  color: #3d4e60;
}

.diagnostics-modal-consent input {
  margin: 0.2rem 0 0;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  accent-color: var(--color-navy);
}

.diagnostics-modal-consent a {
  color: #1e4a6e;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.diagnostics-modal-consent a:hover {
  color: #0f3554;
}

/* —— Cookie notice —— */
.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1900;
  padding: 1rem 0;
  padding-bottom: max(1rem, env(safe-area-inset-bottom));
  background: rgba(252, 253, 255, 0.98);
  border-top: 1px solid rgba(210, 222, 235, 0.95);
  box-shadow: 0 -10px 36px rgba(18, 38, 58, 0.1);
  transform: translateY(110%);
  opacity: 0;
  transition: transform 0.32s ease, opacity 0.32s ease;
}

.cookie-banner--visible {
  transform: translateY(0);
  opacity: 1;
}

body.cookie-banner-is-open {
  padding-bottom: 6.5rem;
}

.cookie-banner-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
}

.cookie-banner-text {
  margin: 0;
  flex: 1 1 14rem;
  max-width: 46rem;
  font-size: 0.88rem;
  line-height: 1.52;
  letter-spacing: -0.01em;
  color: #3d4e61;
}

.cookie-banner-text a {
  color: #1e4a6e;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.cookie-banner-text a:hover {
  color: #0f3554;
}

.cookie-banner-btn {
  flex-shrink: 0;
  padding: 0.65rem 1.4rem;
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}

@media (min-width: 720px) {
  body.cookie-banner-is-open {
    padding-bottom: 4.75rem;
  }

  .cookie-banner-inner {
    flex-wrap: nowrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cookie-banner {
    transition-duration: 0.01ms;
  }
}

.reveal { opacity: 0; transform: translateY(12px); transition: opacity 0.45s ease, transform 0.45s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1120px) {
  .cards-5 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hero-grid { grid-template-columns: 1fr; gap: 2.1rem; }
  .mini-box ul { columns: 1; }
  .hero-visual { min-height: 360px; justify-items: center; align-items: center; }
  .hero-card-stack {
    width: min(644px, 100%);
    margin-right: -34px;
    margin-top: calc(3.6rem + 110px);
  }
  .hero-card-foreground {
    transform: perspective(1250px);
  }
  .hero-copy h1 {
    width: 100%;
    max-width: 100%;
  }
  .audience-wrap {
    grid-template-columns: 1fr;
    row-gap: 1.6rem;
  }

  .audience-left {
    max-width: none;
  }

  .audience-panel {
    grid-column: 1;
    margin-top: 0;
  }

  .audience-conclusion {
    max-width: none;
    margin-top: 0.1rem;
  }

  .modules-row-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pricing-tiers {
    grid-template-columns: 1fr;
    gap: 1.35rem;
    max-width: 28rem;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-tier--featured {
    order: -1;
  }

  .pricing-tier {
    padding: 2rem 1.75rem 2.05rem;
  }

  .pricing-tier--featured {
    padding: 2.15rem 1.85rem 2.25rem;
  }

  .pricing-matrix-heading {
    margin-top: 2.65rem;
  }

  .one-time-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.35rem;
  }

  .one-time-bridge {
    margin-top: 2.65rem;
    padding-top: 1.65rem;
  }

  .one-time-cta {
    margin-top: 1.15rem;
  }

  .diagnostics-cards {
    grid-template-columns: 1fr;
    gap: 1.35rem;
  }

  .diagnostic-cta-panel {
    flex-direction: column;
    align-items: stretch;
    gap: 1.85rem;
    padding: 2rem 1.75rem;
  }

  .diagnostic-cta-meta {
    text-align: center;
  }

  .diagnostic-format {
    align-items: center;
  }

  .diagnostic-format li {
    text-align: left;
    max-width: 18rem;
  }

  .diagnostic-price {
    text-align: center;
  }

  .diagnostic-cta-action {
    flex-basis: auto;
  }

  .trust-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .trust-hero {
    padding: 1.85rem 1.65rem 1.95rem;
  }
}

@media (max-width: 860px) {
  .header-row { grid-template-columns: auto auto; }
  .menu-toggle { display: inline-flex; justify-self: end; }
  .header-cta { display: none; }
  .main-nav {
    grid-column: 1 / -1;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: var(--space-3) 0;
  }
  .main-nav.open { display: flex; }
  .brand-logo { width: 142px; }
  .cards-3, .cards-2, .cards-5, .footer-grid { grid-template-columns: 1fr; }
  .one-time-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  .one-time-card {
    padding: 1.75rem 1.65rem 1.85rem;
  }
  .one-time-card h3 {
    margin-bottom: 0.45rem;
  }
  .one-time-card-price {
    font-size: 1.38rem;
    margin-top: 0.75rem;
    margin-bottom: 1.15rem;
    padding: 0.65rem 0;
  }
  .one-time-bridge {
    margin-top: 2.35rem;
    padding-top: 1.5rem;
    font-size: 0.98rem;
  }
  .one-time-cta-btn {
    width: auto;
    max-width: 100%;
  }

  .diagnostics-wrap h2 {
    text-align: left;
  }

  .diagnostics-wrap .diagnostics-lead {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  .diagnostic-result {
    text-align: left;
  }

  .diagnostic-result p {
    font-size: 0.98rem;
  }

  .diagnostic-cta-panel {
    padding: 1.65rem 1.35rem;
  }

  .diagnostic-cta-btn {
    width: 100%;
    max-width: 100%;
  }

  .trust-wrap h2 {
    margin-bottom: 2rem;
  }

  .trust-outro {
    text-align: left;
    margin-top: 2.5rem;
    padding-top: 2rem;
  }

  .trust-closing {
    font-size: 0.98rem;
  }

  .final-cta .final-cta-inner {
    padding: 2.65rem 1.5rem 2.85rem;
  }

  .final-cta-lead {
    font-size: 1.02rem;
    margin-bottom: 2rem;
  }

  .final-cta-tagline {
    margin-top: 2.15rem;
    font-size: 0.92rem;
    white-space: normal;
  }

  .diagnostics-modal-dialog {
    padding: 1.75rem 1.35rem 1.85rem;
  }

  .diagnostics-modal-cal-embed--tall iframe {
    min-height: 300px;
    height: 50vh;
  }

  .hero-premium { padding-bottom: 4.2rem; }
  .hero-visual { min-height: 270px; justify-items: center; }
  .hero-card-stack {
    width: min(598px, 95%);
    margin-right: 0;
    margin-top: calc(1.25rem + 110px);
  }
  .hero-card-foreground {
    transform: perspective(1150px);
    padding: 1.5rem 1.3rem 1.2rem;
  }
  .hero-card-foreground h3 { font-size: 1.55rem; }
  .hero-card-foreground p { font-size: .95rem; }
  .audience-self-list {
    gap: 0.38rem;
  }

  .audience-panel {
    padding: 1.25rem 1.35rem 1.28rem;
  }

  .audience-conclusion {
    font-size: 0.96rem;
    line-height: 1.58;
  }

  .about-product-definition {
    padding: 1.5rem 1.45rem;
  }

  .about-product-content {
    max-width: none;
  }

  .about-product-content .section-lead {
    margin-bottom: 1.65rem;
  }

  .modules-arch {
    gap: 1.55rem;
  }

  .modules-row-2,
  .modules-row-3 {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .module-card {
    padding: 1.75rem 1.65rem 1.8rem;
  }

  .modules-wrap .about-product-conclusion {
    margin-top: 2rem;
  }

  .result-wrap .about-product-conclusion {
    margin-top: 2.75rem;
  }

  .result-section .module-card {
    padding: 1.9rem 1.7rem 1.95rem;
  }

  .process-wrap .process-lead {
    margin-bottom: 2.65rem;
  }

  .process-step {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 0 1.5rem;
  }

  .process-path::before {
    left: 27px;
    width: 2px;
    top: 26px;
    bottom: 26px;
  }

  .process-step-num {
    width: 44px;
    height: 44px;
    font-size: 1.08rem;
    font-weight: 800;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 1);
  }

  .process-step--accent .process-step-num {
    box-shadow:
      0 0 0 4px rgba(255, 255, 255, 1),
      0 3px 12px rgba(22, 52, 82, 0.09);
  }

  .process-step:not(:last-child) {
    margin-bottom: 2.65rem;
  }

  .process-step:not(:last-child) .process-step-track::after {
    margin-top: 0.65rem;
  }

  .process-step-card {
    padding: 1.62rem 1.5rem 1.68rem;
    border-radius: 13px;
  }
}

@media (max-width: 520px) {
  .container { width: min(100% - 1.25rem, var(--container)); }
  .section { padding: var(--space-6) 0; }
  .hero { padding-top: calc(var(--space-6) + 1rem); }
  .btn { width: 100%; }
  .hero-subtitle { font-size: 1.08rem; }
  .hero-note { font-size: 0.95rem; }
  .hero-visual { min-height: 220px; }
  .hero-card-stack {
    width: min(495px, 95%);
    margin-right: 0;
    margin-top: 50px;
  }
  .hero-card-foreground {
    transform: none;
    border-radius: 18px;
  }
  .hero-card-foreground > .hero-card-pills::before { display: none; }
  .hero-card-pills { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .about-product-definition {
    padding: 1.35rem 1.2rem;
  }

  .about-product-definition-title {
    font-size: 1rem;
  }

  .about-product-definition-item {
    font-size: 0.92rem;
  }

  .about-product-conclusion {
    margin-top: 1.05rem;
    font-size: 0.95rem;
    line-height: 1.56;
  }

  .modules-wrap .section-lead {
    margin-bottom: 1.65rem;
  }

  .modules-wrap .about-product-conclusion {
    margin-top: 1.75rem;
  }

  .result-wrap .about-product-conclusion {
    margin-top: 2.15rem;
    font-size: 0.98rem;
    line-height: 1.55;
  }

  .process-wrap .process-lead {
    margin-bottom: 2.35rem;
    font-size: 0.97rem;
  }

  .process-path::before {
    left: 24px;
    top: 24px;
    bottom: 24px;
  }

  .process-step {
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 0 1.15rem;
  }

  .process-step-num {
    width: 40px;
    height: 40px;
    font-size: 1.02rem;
    font-weight: 800;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 1);
  }

  .process-step--accent .process-step-num {
    box-shadow:
      0 0 0 4px rgba(255, 255, 255, 1),
      0 2px 10px rgba(22, 52, 82, 0.08);
  }

  .process-step:not(:last-child) {
    margin-bottom: 2.35rem;
  }

  .process-step:not(:last-child) .process-step-track::after {
    margin-top: 0.55rem;
    width: 5px;
    height: 5px;
  }

  .process-step-card {
    padding: 1.45rem 1.2rem 1.5rem;
    border-radius: 12px;
  }

  .process-step-card h3 {
    font-size: 0.98rem;
  }

  .process-step-card p {
    font-size: 0.9rem;
    line-height: 1.62;
  }
}
