:root {
  --meph-bg: #f8fbff;
  --meph-surface: #ffffff;
  --meph-surface-alt: #eef5ff;
  --meph-ink: #10233f;
  --meph-muted: #5b6b82;
  --meph-line: #d9e6f6;
  --meph-primary: #2563eb;
  --meph-primary-dark: #163e9e;
  --meph-success: #14b87a;
  --meph-warning: #f59e0b;
  --meph-danger: #ef4444;
  --meph-navy: #091a36;
  --meph-radius: 18px;
  --meph-shadow: 0 16px 40px rgba(11, 30, 62, 0.08);
}

html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--meph-ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--meph-primary); text-decoration: none; }
a:hover { text-decoration: none; }
.meph-wrap { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.meph-main section { padding: 72px 0; }
.meph-grid-2, .meph-grid-3, .meph-grid-4 { display: grid; gap: 24px; }
.meph-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.meph-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.meph-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.meph-eyebrow {
  display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px;
  background: rgba(37, 99, 235, 0.08); color: var(--meph-primary-dark); font-size: 14px; font-weight: 700;
}
.meph-h1, .meph-h2, .meph-h3 { margin: 0 0 16px; line-height: 1.1; }
.meph-h1 { font-size: clamp(2.3rem, 4vw, 4rem); }
.meph-h2 { font-size: clamp(1.9rem, 3vw, 2.6rem); }
.meph-h3 { font-size: 1.25rem; }
.meph-lead { font-size: 1.12rem; color: var(--meph-muted); max-width: 720px; }
.meph-text-center { text-align: center; margin-left: auto; margin-right: auto; }
.meph-card {
  background: var(--meph-surface); border: 1px solid var(--meph-line); border-radius: var(--meph-radius);
  padding: 28px; box-shadow: var(--meph-shadow);
}
.meph-card--soft { background: var(--meph-surface-alt); box-shadow: none; }
.meph-card--dark { background: var(--meph-navy); color: #fff; border-color: rgba(255,255,255,0.12); }
.meph-icon {
  width: 48px; height: 48px; border-radius: 14px; display: inline-flex; align-items: center; justify-content: center;
  background: var(--meph-surface-alt); margin-bottom: 14px;
}
.meph-icon svg { width: 24px; height: 24px; }
.meph-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 0 22px;
  border-radius: 12px; border: 1px solid transparent; font-weight: 700; transition: .2s ease; cursor: pointer;
}
.meph-btn--primary { background: var(--meph-primary); color: #fff; box-shadow: 0 10px 24px rgba(37,99,235,.22); }
.meph-btn--primary:hover { background: #1f56cd; color: #fff; }
.meph-btn--secondary { background: #fff; border-color: var(--meph-line); color: var(--meph-primary-dark); }
.meph-btn--light { background: #fff; color: var(--meph-primary-dark); }
.meph-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.meph-list, .meph-contact-list { list-style: none; padding: 0; margin: 18px 0 0; }
.meph-list li, .meph-contact-list li { padding-left: 28px; position: relative; margin-bottom: 12px; }
.meph-list li::before, .meph-contact-list li::before {
  content: ""; width: 12px; height: 12px; border-radius: 50%; background: var(--meph-primary);
  position: absolute; left: 0; top: 9px;
}
.meph-site-header {
  position: sticky; top: 0; z-index: 40; background: rgba(255,255,255,.94); backdrop-filter: blur(12px); border-bottom: 1px solid var(--meph-line);
}
.meph-site-header__inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.meph-brand { display: inline-flex; align-items: center; gap: 12px; color: var(--meph-primary-dark); font-weight: 800; font-size: 1.5rem; }
.meph-brand__mark { width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; background: var(--meph-primary); border-radius: 12px; }
.meph-brand__mark svg { width: 22px; height: 22px; }
.meph-nav { display: flex; align-items: center; gap: 22px; }
.meph-menu { display: flex; align-items: center; gap: 18px; list-style: none; margin: 0; padding: 0; }
.meph-menu__link { color: var(--meph-ink); font-weight: 600; }
.meph-nav__cta { margin-left: 8px; }
.meph-nav-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.meph-nav-toggle span { display: block; width: 24px; height: 2px; background: var(--meph-ink); margin: 5px 0; }

.meph-hero { background: linear-gradient(180deg, #f2f7ff 0%, #fff 100%); }
.meph-hero__inner { display: grid; grid-template-columns: 1.2fr .8fr; gap: 40px; align-items: center; }
.meph-hero__proof { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 18px; color: var(--meph-muted); font-size: .95rem; }
.meph-visual {
  background: linear-gradient(135deg, #dbeafe 0%, #f8fbff 100%); border: 1px solid var(--meph-line);
  border-radius: 32px; padding: 24px; box-shadow: var(--meph-shadow);
}
.meph-visual--dark { background: linear-gradient(135deg, #11337b 0%, #091a36 100%); }
.meph-visual--dark img { filter: brightness(1.05); }

.meph-badges { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 18px; }
.meph-badge { font-size: .88rem; padding: 8px 12px; border-radius: 999px; border: 1px solid var(--meph-line); background: #fff; color: var(--meph-muted); }
.meph-section-alt { background: var(--meph-bg); }
.meph-section-dark { background: var(--meph-navy); color: #fff; }
.meph-section-dark .meph-lead, .meph-section-dark p { color: rgba(255,255,255,.78); }
.meph-kpi { text-align: center; }
.meph-kpi strong { display: block; font-size: 2rem; color: var(--meph-primary); line-height: 1; }
.meph-faq details { background: #fff; border: 1px solid var(--meph-line); border-radius: 14px; padding: 18px 20px; }
.meph-faq details + details { margin-top: 14px; }
.meph-faq summary { cursor: pointer; font-weight: 700; color: var(--meph-primary-dark); }
.meph-faq summary::-webkit-details-marker { display: none; }
.meph-faq p { margin: 14px 0 0; color: var(--meph-muted); }
.meph-cta { background: var(--meph-primary); color: #fff; }
.meph-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.meph-cta h2 { margin: 0 0 8px; }
.meph-cta p { margin: 0; color: rgba(255,255,255,.82); }
.meph-cta--dark { background: var(--meph-navy); }
.meph-site-footer { background: #07162d; color: rgba(255,255,255,.8); padding: 56px 0 22px; }
.meph-site-footer__grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 28px; }
.meph-site-footer__text { max-width: 340px; }
.meph-footer-title { color: #fff; font-size: 1rem; margin: 0 0 14px; }
.meph-footer-menu { list-style: none; padding: 0; margin: 0; }
.meph-footer-menu li { margin: 0 0 10px; }
.meph-brand--footer { color: #fff; margin-bottom: 14px; }
.meph-site-footer__bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 28px; padding-top: 18px; font-size: .95rem; }
.meph-note { border-left: 4px solid var(--meph-primary); background: var(--meph-surface-alt); padding: 14px 16px; border-radius: 12px; color: var(--meph-muted); }
.meph-placeholder { padding: 24px; border: 1px dashed var(--meph-line); background: #fff; border-radius: 16px; color: var(--meph-muted); }
.meph-pricing-box { position: sticky; top: 110px; }
.meph-steps { counter-reset: item; }
.meph-steps li { counter-increment: item; }
.meph-steps li::before { content: counter(item); width: 22px; height: 22px; color: #fff; background: var(--meph-primary); font-size: .78rem; text-align: center; line-height: 22px; }
.meph-quote { font-style: italic; color: var(--meph-muted); }
.meph-form-shell { max-width: 820px; margin: 0 auto; }

@media (max-width: 920px) {
  .meph-hero__inner,
  .meph-grid-2,
  .meph-grid-3,
  .meph-grid-4,
  .meph-site-footer__grid,
  .meph-cta__inner { grid-template-columns: 1fr; display: grid; }
  .meph-pricing-box { position: static; }
  .meph-nav-toggle { display: inline-block; }
  .meph-nav { display: none; position: absolute; left: 0; right: 0; top: 82px; background: #fff; border-bottom: 1px solid var(--meph-line); padding: 18px 16px 22px; }
  .meph-nav.is-open { display: block; }
  .meph-menu { flex-direction: column; align-items: flex-start; }
  .meph-nav__cta { margin: 14px 0 0; width: 100%; }
}

@media (max-width: 640px) {
  .meph-main section { padding: 54px 0; }
  .meph-card { padding: 22px; }
  .meph-site-header__inner { min-height: 74px; }
  .meph-brand { font-size: 1.25rem; }
}
