/*
Theme Name: MedScope Consulting
Theme URI: https://example.com/medscope
Author: Codex
Description: Современная тема для регуляторного, фармацевтического и медицинского консалтинга.
Version: 2.0.0
Requires at least: 6.2
Requires PHP: 7.4
Text Domain: medscope
*/

:root {
  --navy: #0b2239;
  --navy-2: #123854;
  --teal: #0d8f83;
  --mint: #dff5ef;
  --lime: #b9e56b;
  --paper: #f5f8f8;
  --white: #fff;
  --text: #183142;
  --muted: #627582;
  --line: #dce7e7;
  --shadow: 0 24px 70px rgba(11, 34, 57, .12);
  --radius: 24px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 108px 0; }
.section-soft { background: var(--paper); }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.eyebrow::before { width: 24px; height: 2px; background: currentColor; content: ""; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy); line-height: 1.12; letter-spacing: -.035em; }
h1 { max-width: 780px; margin-bottom: 24px; font-size: clamp(42px, 6.2vw, 78px); }
h2 { margin-bottom: 22px; font-size: clamp(34px, 4vw, 54px); }
h3 { font-size: 23px; }
.lead { max-width: 690px; color: var(--muted); font-size: clamp(18px, 2vw, 21px); }
.btn {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 28px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--teal);
  color: var(--white);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  transition: .25s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(13, 143, 131, .24); }
.btn-accent { background: var(--lime); color: var(--navy); }
.btn-ghost { border-color: rgba(255,255,255,.35); background: transparent; }
.btn-arrow::after { content: "↗"; font-size: 19px; }

.topbar { padding: 9px 0; background: var(--navy); color: rgba(255,255,255,.78); font-size: 13px; }
.topbar-inner { display: flex; justify-content: space-between; gap: 24px; }
.topbar a:hover { color: var(--white); }
.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(11,34,57,.08);
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(18px);
}
.header-inner { display: flex; min-height: 82px; align-items: center; gap: 28px; }
.site-brand { display: flex; align-items: center; gap: 12px; margin-right: auto; }
.site-brand .custom-logo { max-width: 190px; max-height: 54px; width: auto; }
.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 13px;
  background: var(--teal);
  color: var(--white);
  font-size: 22px;
  font-weight: 900;
}
.brand-copy { line-height: 1.08; }
.brand-copy strong { display: block; color: var(--navy); font-size: 18px; }
.brand-copy small { color: var(--muted); font-size: 10px; letter-spacing: .11em; text-transform: uppercase; }
.main-nav ul { display: flex; align-items: center; gap: 28px; margin: 0; padding: 0; list-style: none; }
.main-nav a { color: var(--navy); font-size: 14px; font-weight: 700; }
.main-nav a:hover { color: var(--teal); }
.menu-toggle { display: none; width: 46px; height: 46px; border: 0; border-radius: 50%; background: var(--paper); font-size: 23px; }

.hero {
  position: relative;
  min-height: 700px;
  overflow: hidden;
  padding: 96px 0 84px;
  background: linear-gradient(125deg, #edf8f5 0%, #fff 48%, #e6f2f4 100%);
}
.hero::before {
  position: absolute;
  top: -180px;
  right: -120px;
  width: 620px;
  height: 620px;
  border: 90px solid rgba(13,143,131,.08);
  border-radius: 50%;
  content: "";
}
.hero-grid { position: relative; display: grid; align-items: center; grid-template-columns: 1.08fr .92fr; gap: 70px; }
.hero-copy { position: relative; z-index: 2; }
.hero-copy .lead { margin-bottom: 34px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.hero-note { display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: 13px; }
.hero-note i { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: var(--white); color: var(--teal); font-style: normal; box-shadow: 0 8px 24px rgba(11,34,57,.1); }
.hero-visual { position: relative; min-height: 510px; }
.hero-photo {
  position: absolute;
  inset: 0 0 30px 45px;
  overflow: hidden;
  border-radius: 180px 24px 180px 24px;
  background: linear-gradient(145deg, var(--teal), var(--navy));
  box-shadow: var(--shadow);
}
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo::after { position: absolute; inset: 0; background: linear-gradient(20deg, rgba(11,34,57,.25), transparent 60%); content: ""; }
.hero-placeholder {
  display: grid;
  height: 100%;
  place-items: center;
  color: rgba(255,255,255,.75);
  font-size: 120px;
}
.floating-card {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 245px;
  padding: 25px;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 20px;
  background: rgba(255,255,255,.92);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}
.floating-card strong { display: block; color: var(--navy); font-size: 34px; line-height: 1; }
.floating-card span { color: var(--muted); font-size: 13px; }
.hero-badge {
  position: absolute;
  z-index: 3;
  top: 34px;
  right: -18px;
  display: grid;
  width: 112px;
  height: 112px;
  place-items: center;
  padding: 16px;
  border-radius: 50%;
  background: var(--lime);
  color: var(--navy);
  text-align: center;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  transform: rotate(8deg);
}

.trust-strip { border-bottom: 1px solid var(--line); background: var(--white); }
.trust-inner { display: grid; grid-template-columns: 1.2fr repeat(3, 1fr); }
.trust-item { padding: 28px 25px; border-left: 1px solid var(--line); }
.trust-item:first-child { border-left: 0; }
.trust-item strong { display: block; color: var(--navy); font-size: 24px; line-height: 1.2; }
.trust-item span { color: var(--muted); font-size: 13px; }
.trust-label { align-self: center; color: var(--muted); font-size: 14px; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 48px; }
.section-heading > div { max-width: 730px; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  transition: .3s ease;
}
.service-card:hover { border-color: transparent; transform: translateY(-7px); box-shadow: var(--shadow); }
.service-number { margin-bottom: 62px; color: var(--teal); font-size: 13px; font-weight: 800; }
.service-card p { color: var(--muted); font-size: 14px; }
.service-link { position: absolute; right: 28px; bottom: 26px; color: var(--teal); font-weight: 900; }

.about-grid { display: grid; align-items: center; grid-template-columns: .95fr 1.05fr; gap: 84px; }
.about-media { position: relative; }
.about-media img, .about-placeholder { width: 100%; aspect-ratio: 4/5; border-radius: 24px; object-fit: cover; }
.about-placeholder { display: grid; place-items: center; background: linear-gradient(155deg, var(--navy), var(--teal)); color: rgba(255,255,255,.65); font-size: 100px; }
.about-stamp { position: absolute; right: -30px; bottom: 35px; width: 180px; padding: 22px; border-radius: 18px; background: var(--lime); color: var(--navy); font-weight: 800; box-shadow: var(--shadow); }
.check-list { margin: 30px 0 36px; padding: 0; list-style: none; }
.check-list li { position: relative; margin: 14px 0; padding-left: 34px; }
.check-list li::before { position: absolute; left: 0; color: var(--teal); content: "✓"; font-weight: 900; }

.process { background: var(--navy); color: rgba(255,255,255,.74); }
.process h2 { color: var(--white); }
.process .eyebrow { color: var(--lime); }
.steps { display: grid; margin-top: 50px; grid-template-columns: repeat(4, 1fr); }
.step { position: relative; padding: 26px 34px 0 0; border-top: 1px solid rgba(255,255,255,.2); }
.step::before { position: absolute; top: -6px; left: 0; width: 11px; height: 11px; border-radius: 50%; background: var(--lime); content: ""; }
.step b { display: block; margin: 20px 0 12px; color: var(--lime); font-size: 13px; }
.step h3 { color: var(--white); font-size: 20px; }
.step p { font-size: 14px; }

.testimonial-wrap { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; }
.testimonial-card { padding: 46px; border-radius: var(--radius); background: var(--paper); }
.quote-mark { color: var(--teal); font: 900 68px/1 Georgia, serif; }
.testimonial-card blockquote { margin: 0 0 30px; color: var(--navy); font-size: 21px; line-height: 1.55; }
.testimonial-person { display: flex; align-items: center; gap: 14px; }
.testimonial-person img { width: 54px; height: 54px; border-radius: 50%; object-fit: cover; }
.testimonial-person strong, .testimonial-person span { display: block; }
.testimonial-person span { color: var(--muted); font-size: 13px; }

.contact-section { padding: 90px 0; background: linear-gradient(130deg, var(--teal), #07685f); color: rgba(255,255,255,.82); }
.contact-section h2 { color: var(--white); }
.contact-grid { display: grid; align-items: center; grid-template-columns: .85fr 1.15fr; gap: 75px; }
.contact-form { display: grid; padding: 34px; border-radius: var(--radius); background: var(--white); grid-template-columns: 1fr 1fr; gap: 15px; box-shadow: var(--shadow); }
.contact-form input, .contact-form textarea {
  width: 100%;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 12px;
  outline: 0;
  color: var(--navy);
  font: inherit;
}
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--teal); }
.contact-form textarea, .contact-form .form-wide { grid-column: 1 / -1; }
.contact-form textarea { min-height: 110px; resize: vertical; }
.contact-form small { grid-column: 1 / -1; color: var(--muted); font-size: 11px; }
.form-message { grid-column: 1 / -1; padding: 10px 14px; border-radius: 10px; background: var(--mint); color: var(--teal); font-weight: 700; }

.site-footer { padding: 68px 0 24px; background: #071827; color: rgba(255,255,255,.66); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr 1fr; gap: 50px; }
.site-footer .brand-copy strong, .site-footer h3 { color: var(--white); }
.site-footer h3 { margin-bottom: 20px; font-size: 16px; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin: 9px 0; }
.site-footer a:hover { color: var(--lime); }
.copyright { display: flex; justify-content: space-between; gap: 20px; margin-top: 52px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; }

.page-hero { padding: 80px 0; background: var(--paper); }
.content-area { padding: 80px 0; }
.entry-content { max-width: 820px; }
.entry-content a { color: var(--teal); text-decoration: underline; }
.posts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.post-card { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; }
.post-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.post-card-body { padding: 24px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

@media (max-width: 1000px) {
  .header-cta { display: none; }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; inset: 82px 0 auto; display: none; padding: 30px 20px; background: var(--white); box-shadow: var(--shadow); }
  .menu-open .main-nav { display: block; }
  .main-nav ul { align-items: flex-start; flex-direction: column; }
  .hero-grid, .about-grid, .contact-grid, .testimonial-wrap { grid-template-columns: 1fr; }
  .hero { padding-top: 70px; }
  .hero-visual { min-height: 460px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); gap: 32px 0; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  .topbar { display: none; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 72px 0; }
  .header-inner { min-height: 70px; }
  .main-nav { top: 70px; }
  .brand-copy small { display: none; }
  .hero { min-height: auto; padding: 60px 0; }
  .hero-grid { gap: 48px; }
  .hero-visual { min-height: 370px; }
  .hero-photo { inset: 0 0 30px 20px; border-radius: 120px 20px 120px 20px; }
  .hero-badge { right: -4px; width: 90px; height: 90px; font-size: 10px; }
  .trust-inner { grid-template-columns: 1fr 1fr; }
  .trust-label { grid-column: 1 / -1; }
  .trust-item:nth-child(2) { border-left: 0; }
  .services-grid, .posts-grid, .steps, .footer-grid { grid-template-columns: 1fr; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .about-grid { gap: 48px; }
  .about-stamp { right: -6px; }
  .contact-form { grid-template-columns: 1fr; padding: 22px; }
  .contact-form textarea, .contact-form .form-wide { grid-column: auto; }
  .copyright { flex-direction: column; }
}

/* V2 — светлая корпоративная стилистика медицинского консалтинга */
:root {
  --navy: #112241;
  --navy-2: #1a3155;
  --teal: #3e6eeb;
  --mint: #eaf6fb;
  --lime: #3e6eeb;
  --paper: #f4f8fa;
  --line: #dce8ee;
  --shadow: 0 18px 55px rgba(25, 58, 91, .11);
  --radius: 4px;
}
body { color: #35465d; background: #fff; }
h1, h2, h3 { letter-spacing: -.02em; }
h1 { font-size: clamp(40px, 5.2vw, 66px); }
h2 { font-size: clamp(31px, 3.6vw, 46px); }
.container { width: min(calc(100% - 42px), 1170px); }
.section { padding: 84px 0; }
.eyebrow, .section-kicker {
  display: inline-block;
  margin-bottom: 14px;
  color: #3e6eeb;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow::before { display: none; }
.btn {
  min-height: 58px;
  padding: 0 31px;
  border-radius: 0;
  background: #3e6eeb;
  font-size: 14px;
  box-shadow: none;
}
.btn:hover { background: #2858d4; box-shadow: 0 12px 30px rgba(62,110,235,.22); }
.btn-accent { background: #3e6eeb; color: #fff; }

.topbar {
  padding: 12px 0;
  border-bottom: 1px solid #edf2f5;
  background: #fff;
  color: #697789;
  font-size: 12px;
}
.topbar a { color: #112241; font-weight: 700; }
.site-header {
  position: relative;
  border-bottom: 1px solid #e6edf1;
  background: #fff;
  backdrop-filter: none;
}
.header-inner { min-height: 72px; }
.brand-mark { border-radius: 0; background: #3e6eeb; clip-path: polygon(50% 100%, 0 0, 25% 0, 50% 52%, 75% 0, 100% 0); }
.brand-copy strong { font-size: 20px; letter-spacing: -.04em; text-transform: uppercase; }
.brand-copy small { font-size: 9px; }
.main-nav { flex: 1; }
.main-nav ul { justify-content: space-around; gap: 18px; }
.main-nav a { font-size: 12px; font-weight: 700; text-transform: uppercase; }
.header-cta { min-height: 42px; padding-inline: 20px; font-size: 12px; }

.hero {
  min-height: 610px;
  padding: 80px 0 75px;
  background:
    radial-gradient(circle at 83% 38%, rgba(110,214,235,.28), transparent 25%),
    linear-gradient(90deg, #effaff 0%, #effaff 45%, #d9f1f7 100%);
}
.hero::before {
  top: auto;
  right: -90px;
  bottom: -240px;
  width: 650px;
  height: 650px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.28);
}
.hero-grid { grid-template-columns: 1.05fr .95fr; gap: 35px; }
.hero-copy .lead { max-width: 650px; margin-bottom: 27px; color: #53657a; }
.hero-directions { display: flex; flex-wrap: wrap; gap: 28px; margin-bottom: 34px; color: #1f3556; font-size: 13px; font-weight: 700; }
.hero-directions span { display: flex; align-items: center; gap: 8px; }
.hero-directions i {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 50%;
  background: #3e6eeb;
  color: #fff;
  font-style: normal;
  font-size: 13px;
}
.hero-note { color: #52667c; line-height: 1.35; }
.hero-note i { border-radius: 0; background: transparent; box-shadow: none; color: #3e6eeb; font-size: 22px; }
.hero-visual { min-height: 450px; }
.hero-photo {
  inset: 0;
  border-radius: 0;
  background: linear-gradient(140deg, #c8edf3, #78c4dc);
  box-shadow: none;
  clip-path: polygon(13% 0, 100% 0, 100% 100%, 0 100%, 0 18%);
}
.hero-photo::after { background: linear-gradient(90deg, rgba(239,250,255,.5), transparent 45%); }
.hero-placeholder { background: linear-gradient(145deg, #dff6fb, #8ed5e6); color: rgba(17,34,65,.18); }
.hero-badge {
  top: 38px;
  right: 10px;
  width: 105px;
  height: 105px;
  border: 8px solid rgba(255,255,255,.7);
  border-radius: 0;
  background: #fff;
  color: #3e6eeb;
  box-shadow: var(--shadow);
  transform: rotate(0);
}
.floating-card {
  bottom: 20px;
  left: -22px;
  width: 220px;
  padding: 20px 24px;
  border: 0;
  border-radius: 0;
  border-left: 5px solid #3e6eeb;
  background: #fff;
}

.calculator-section { padding: 92px 0; background: #fff; }
.calculator-heading { max-width: 810px; margin: 0 auto 42px; text-align: center; }
.calculator-heading h2 { margin-bottom: 14px; }
.calculator-heading p { color: #6c7c8e; }
.calculator-card {
  display: grid;
  overflow: hidden;
  border: 1px solid #e2e9ee;
  background: #fff;
  grid-template-columns: 1fr 245px;
  box-shadow: 0 15px 50px rgba(37,73,108,.1);
}
.calculator-main { min-height: 500px; padding: 34px 42px 30px; }
.calculator-progress { display: flex; align-items: center; gap: 18px; margin-bottom: 34px; color: #778597; font-size: 12px; }
.calculator-progress > span { white-space: nowrap; }
.calculator-progress > i { display: block; width: 100%; height: 6px; overflow: hidden; background: #edf2f5; }
.calculator-progress em { display: block; width: 25%; height: 100%; background: #3e6eeb; transition: width .3s ease; }
.calc-step { display: none; }
.calc-step.is-active { display: block; }
.calc-label { display: inline-block; margin-bottom: 17px; padding: 7px 15px; background: #3e6eeb; color: #fff; font-size: 11px; font-weight: 800; }
.calc-step h3 { max-width: 680px; margin-bottom: 30px; font-size: clamp(24px, 3vw, 34px); }
.calc-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.calc-options label { cursor: pointer; }
.calc-options input { position: absolute; opacity: 0; pointer-events: none; }
.calc-options span {
  display: flex;
  min-height: 130px;
  justify-content: flex-end;
  flex-direction: column;
  padding: 22px;
  border: 2px solid #edf1f4;
  background: #f8fafb;
  transition: .2s ease;
}
.calc-options input:checked + span { border-color: #3e6eeb; background: #eef4ff; box-shadow: inset 0 0 0 1px #3e6eeb; }
.calc-options b { display: block; margin-bottom: 6px; color: #112241; font-size: 16px; }
.calc-options small { color: #758498; font-size: 12px; }
.calc-contacts { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.calc-contacts input { min-height: 58px; padding: 0 18px; border: 1px solid #dce5eb; font: inherit; }
.calc-controls { display: flex; justify-content: space-between; margin-top: 45px; }
.calc-back { border: 0; background: transparent; color: #738296; cursor: pointer; font: inherit; }
.calc-back:disabled { opacity: .35; }
.calc-next { min-width: 145px; }
.calculator-expert { position: relative; padding: 40px 28px; background: #eef5f8; text-align: center; }
.expert-avatar {
  display: grid;
  width: 105px;
  height: 105px;
  margin: 0 auto 15px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #7bc9dd, #3e6eeb);
  color: #fff;
  font-size: 42px;
  font-weight: 800;
}
.online-dot { display: inline-block; margin-bottom: 18px; padding: 4px 9px; background: #34b66b; color: #fff; font-size: 10px; }
.calculator-expert h3 { margin-bottom: 13px; font-size: 18px; }
.calculator-expert p { color: #68798c; font-size: 13px; line-height: 1.55; }
.calculator-expert a { color: #3e6eeb; font-size: 12px; font-weight: 800; text-decoration: underline; }

.section-soft {
  background:
    linear-gradient(rgba(245,249,251,.94),rgba(245,249,251,.94)),
    repeating-linear-gradient(45deg, transparent, transparent 20px, rgba(62,110,235,.04) 20px, rgba(62,110,235,.04) 21px);
}
.section-heading { margin-bottom: 38px; }
.services-grid { gap: 16px; }
.service-card { min-height: 285px; padding: 28px; border-radius: 0; background: #fff; }
.service-card:hover { transform: translateY(-4px); }
.service-number { margin-bottom: 46px; color: #3e6eeb; }
.service-card h3 { font-size: 20px; }
.service-link {
  right: 0;
  bottom: 0;
  display: grid;
  width: 52px;
  height: 46px;
  place-items: center;
  background: #3e6eeb;
  color: #fff;
}

.benefits-band { padding: 58px 0; background: #3e6eeb; color: #fff; }
.benefits-band-grid { display: grid; align-items: center; grid-template-columns: 1.45fr repeat(3, .55fr); gap: 35px; }
.benefits-band h2 { margin: 0; color: #fff; font-size: 31px; }
.benefits-band .section-kicker { color: rgba(255,255,255,.7); }
.benefit-stat { padding-left: 24px; border-left: 1px solid rgba(255,255,255,.32); }
.benefit-stat strong { display: block; color: #fff; font-size: 37px; line-height: 1; }
.benefit-stat span { color: rgba(255,255,255,.75); font-size: 12px; }

.about-media img, .about-placeholder { border-radius: 0; }
.about-placeholder { background: linear-gradient(155deg, #d9f4f9, #79c5dc); color: rgba(17,34,65,.15); }
.about-stamp { right: -20px; border-radius: 0; background: #3e6eeb; color: #fff; }
.process { background: #112241; }
.process .eyebrow, .process .step b { color: #8eb0ff; }
.step::before { border-radius: 0; background: #3e6eeb; }
.testimonial-card { border-radius: 0; background: #f4f8fa; }
.contact-section { background: #3e6eeb; }
.contact-form { border-radius: 0; }
.contact-form input, .contact-form textarea { border-radius: 0; }
.site-footer { background: #1c1c1c; }

@media (max-width: 1000px) {
  .site-header { position: sticky; }
  .main-nav { position: fixed; }
  .benefits-band-grid { grid-template-columns: 1fr repeat(3, .6fr); }
}

@media (max-width: 760px) {
  .hero { padding-top: 55px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-directions { gap: 15px; }
  .calculator-card { grid-template-columns: 1fr; }
  .calculator-main { min-height: 560px; padding: 27px 20px; }
  .calculator-expert { display: none; }
  .calc-options { grid-template-columns: 1fr; }
  .calc-options span { min-height: 90px; }
  .calc-contacts { grid-template-columns: 1fr; }
  .benefits-band-grid { grid-template-columns: 1fr 1fr; }
  .benefits-band-grid > div:first-child { grid-column: 1 / -1; }
  .benefit-stat { padding: 16px 0 0; border-top: 1px solid rgba(255,255,255,.25); border-left: 0; }
}
