:root {
  --ink: #17211f;
  --muted: #62716e;
  --soft: #f4f7fb;
  --white: #ffffff;
  --line: #d8e1df;
  --blue: #159b84;
  --blue-dark: #0d6f61;
  --accent: #ffb703;
  --accent-dark: #f97316;
  --graphite: #24313d;
  --shadow: 0 20px 54px rgba(23, 33, 31, 0.14);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Segoe UI", Roboto, Arial, sans-serif;
  color: var(--ink);
  background: #f7f9fb;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 68px;
  padding: 10px clamp(18px, 4vw, 56px);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(23, 33, 31, 0.10);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  min-width: 205px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: var(--white);
  font-weight: 700;
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
  border-radius: 8px;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 14px;
  font-weight: 700;
}

.brand small {
  margin-top: 1px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
}

.nav {
  display: flex;
  gap: 28px;
  color: rgba(23, 33, 31, 0.78);
  font-size: 13px;
  font-weight: 600;
}

.nav a {
  padding: 9px 0;
}

.nav a:hover,
.footer-links a:hover,
.mini-link:hover {
  color: var(--blue);
}

.header-actions,
.hero-actions,
.calc-notes,
.footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.phone {
  color: var(--ink);
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}

.icon-button {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: var(--white);
  background: var(--accent-dark);
  border-radius: 999px;
}

.icon-button i[data-lucide="send"] {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  font-style: normal;
  line-height: 1;
}

.icon-button i[data-lucide="send"]:empty::before {
  content: "\2197";
  font-size: 20px;
  font-weight: 800;
  transform: translate(0, -1px);
}

.icon-button svg {
  width: 20px;
  height: 20px;
  stroke-width: 2;
}

.button svg,
.strip-item svg,
.value-card svg,
.calc-notes svg,
.proof-list svg {
  width: 18px;
  height: 18px;
  stroke-width: 2;
}

.hero {
  position: relative;
  min-height: calc(100svh - 68px);
  overflow: hidden;
  background:
    linear-gradient(135deg, #eef8f5 0%, #f7f9fb 42%, #fff7e5 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(23, 33, 31, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 33, 31, 0.05) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), transparent 84%);
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  right: max(-140px, -9vw);
  bottom: 0;
  width: min(620px, 52vw);
  height: 78%;
  background:
    linear-gradient(90deg, rgba(247, 249, 251, 0.86) 0%, rgba(247, 249, 251, 0.36) 42%, rgba(247, 249, 251, 0.06) 100%),
    url("../img/design-light.jpg");
  background-position: center;
  background-size: cover;
  opacity: 0.52;
  mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 100%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 1220px;
  min-height: calc(100svh - 68px);
  margin: 0 auto;
  padding: clamp(58px, 8vw, 104px) clamp(18px, 5vw, 40px) 88px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.hero-copy {
  max-width: 680px;
  color: var(--ink);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.hero .eyebrow {
  color: var(--blue);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin: 0 0 18px;
  font-size: clamp(42px, 5.9vw, 76px);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: 0;
}

h1 span {
  color: var(--blue);
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(32px, 4.2vw, 56px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.18;
}

.lead {
  max-width: 620px;
  margin: 0 0 28px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 23px);
  font-weight: 600;
  line-height: 1.38;
}

.hero-actions {
  justify-content: flex-start;
}

.hero-messengers {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.hero-messenger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  min-height: 44px;
  padding: 10px 14px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 999px;
  font-weight: 800;
  line-height: 1;
}

.hero-messenger.whatsapp {
  color: #087f5b;
  border-color: rgba(8, 127, 91, 0.26);
}

.hero-messenger.telegram {
  color: #0f78a8;
  border-color: rgba(15, 120, 168, 0.26);
}

.hero-messenger.max {
  color: #6d28d9;
  border-color: rgba(109, 40, 217, 0.24);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  padding: 11px 21px;
  border: 1px solid transparent;
  border-radius: 999px;
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  color: var(--ink);
  background: var(--accent);
}

.button-primary:hover {
  background: #ffd166;
}

.button-secondary {
  color: var(--blue-dark);
  background: rgba(255, 255, 255, 0.86);
  border-color: rgba(21, 155, 132, 0.30);
}

.button-dark {
  width: 100%;
  color: var(--white);
  background: var(--ink);
}

.full {
  width: 100%;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.hero-badges span {
  padding: 9px 12px;
  color: var(--graphite);
  background: rgba(255, 255, 255, 0.80);
  border: 1px solid rgba(23, 33, 31, 0.10);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.hero-visual {
  display: grid;
  gap: 16px;
}

.quiz-card {
  position: relative;
  z-index: 2;
  padding: clamp(22px, 3vw, 32px);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(23, 33, 31, 0.10);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.quiz-top,
.quiz-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.quiz-top span,
.quiz-bottom small {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.quiz-top strong,
.quiz-bottom strong {
  display: block;
  color: var(--ink);
  font-size: 24px;
  font-weight: 800;
}

.progress {
  height: 8px;
  margin: 18px 0 24px;
  overflow: hidden;
  background: #edf2f1;
  border-radius: 999px;
}

.progress span {
  display: block;
  width: 34%;
  height: 100%;
  background: linear-gradient(90deg, var(--blue), var(--accent));
}

.quiz-card h2 {
  margin-bottom: 18px;
  font-size: clamp(26px, 3vw, 36px);
}

.quiz-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 22px;
}

.quiz-options a {
  min-height: 58px;
  padding: 14px;
  background: #f7faf9;
  border: 1px solid rgba(23, 33, 31, 0.10);
  border-radius: 8px;
  font-weight: 800;
}

.quiz-options a:hover {
  color: var(--blue-dark);
  border-color: rgba(21, 155, 132, 0.42);
}

.hero-photo {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 16px 44px rgba(23, 33, 31, 0.16);
}

.hero-photo img {
  height: clamp(180px, 24vw, 280px);
  object-fit: cover;
}

.trust-strip {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  max-width: 1220px;
  margin: -44px auto 0;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.strip-item {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 102px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  font-weight: 700;
}

.strip-item svg {
  flex: 0 0 auto;
  color: var(--accent-dark);
}

.section {
  padding: clamp(72px, 10vw, 128px) clamp(18px, 5vw, 72px);
}

.section-heading {
  max-width: 920px;
  margin: 0 auto 40px;
  text-align: center;
}

.section-heading.compact {
  max-width: 760px;
}

.section-heading p,
.strategy-section .section-heading p,
.calc-copy p,
.lead-panel p,
.proof-copy p {
  color: var(--muted);
  font-size: clamp(17px, 2vw, 21px);
  font-weight: 500;
  line-height: 1.52;
}

.value-grid,
.visit-proof-grid,
.price-grid,
.case-grid,
.hope-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
}

.value-card,
.price-card,
.case-card,
.hope-card,
.calculator,
.lead-form,
details {
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}

.value-card,
.price-card,
.hope-card {
  padding: 28px;
}

.value-card svg {
  margin-bottom: 28px;
  color: var(--accent-dark);
}

.value-card p,
.price-card li,
.case-card p,
.hope-card p,
.faq p {
  color: var(--muted);
  line-height: 1.58;
}

.hope-card .hope-num {
  display: block;
  font-size: 44px;
  font-weight: 800;
  color: var(--blue-dark);
  margin-bottom: 12px;
  line-height: 1.1;
}

.hope-card h3 {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
}

.visit-proof {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(28px, 5vw, 58px);
  align-items: center;
  background: #ffffff;
}

.visit-proof-copy {
  max-width: 560px;
}

.visit-proof-copy p {
  color: var(--muted);
  font-size: clamp(17px, 2vw, 21px);
  font-weight: 500;
  line-height: 1.52;
}

.visit-proof-grid {
  grid-template-columns: 1fr;
  gap: 14px;
}

.visit-proof-grid article {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  column-gap: 16px;
  padding: clamp(20px, 3vw, 28px);
  background: #f7faf9;
  border: 1px solid rgba(23, 33, 31, 0.10);
  border-radius: 8px;
}

.visit-proof-grid svg {
  grid-row: span 2;
  width: 28px;
  height: 28px;
  color: var(--blue);
  stroke-width: 2;
}

.visit-proof-grid h3 {
  margin-bottom: 6px;
  font-size: clamp(20px, 2vw, 25px);
}

.visit-proof-grid p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.privacy-note {
  margin: -4px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.privacy-note a {
  color: var(--accent-dark);
  font-weight: 800;
}

.consent-field {
  display: grid;
  grid-template-columns: 18px 1fr;
  align-items: flex-start;
  gap: 10px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
}

.consent-field input {
  width: 18px;
  min-height: 18px;
  padding: 0;
  margin: 2px 0 0;
  accent-color: var(--accent-dark);
}

.consent-field a {
  color: var(--accent-dark);
  font-weight: 800;
}

.prices,
.services-section,
.demand,
.faq {
  background: #ffffff;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  max-width: 1180px;
  margin: 0 auto;
}

.service-card {
  min-height: 214px;
  padding: 22px;
  color: var(--ink);
  background: var(--soft);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.service-card:hover {
  border-color: rgba(42, 109, 245, 0.28);
  box-shadow: 0 18px 40px rgba(24, 31, 38, 0.08);
  transform: translateY(-3px);
}

.service-card svg {
  margin-bottom: 26px;
  color: var(--accent-dark);
}

.service-card span {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 800;
}

.service-card small {
  display: block;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

.price-card {
  display: flex;
  min-height: 360px;
  flex-direction: column;
}

.price-card.featured {
  color: var(--white);
  background: linear-gradient(135deg, var(--blue-dark), #12332e);
  border-color: transparent;
}

.price-card.featured li,
.price-card.featured .price-top span {
  color: rgba(255, 255, 255, 0.72);
}

.price-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.price-top span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.price {
  margin: 22px 0;
  font-size: 42px;
  font-weight: 700;
}

.price-card ul {
  margin: 0 0 28px;
  padding-left: 20px;
}

.mini-link {
  margin-top: auto;
  color: var(--blue-dark);
  font-weight: 700;
}

.featured .mini-link {
  color: #78baff;
}

.calculator-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1.1fr);
  gap: clamp(28px, 6vw, 86px);
  align-items: center;
  background:
    linear-gradient(135deg, #f7f9fb 0%, #eef8f5 100%);
}

.calc-copy {
  max-width: 620px;
}

.calc-notes {
  margin-top: 24px;
}

.calc-notes span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--blue-dark);
  font-size: 14px;
  font-weight: 700;
}

.estimate-brief-card {
  display: grid;
  gap: 12px;
  margin-top: 22px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(23, 33, 31, 0.10);
  border-radius: 8px;
}

.estimate-brief-card h3 {
  margin: 0;
  font-size: 18px;
}

.estimate-brief-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.48;
}

.calculator,
.lead-form {
  display: grid;
  gap: 16px;
  padding: 26px;
  box-shadow: var(--shadow);
}

label {
  display: grid;
  gap: 8px;
  color: var(--graphite);
  font-size: 14px;
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  color: var(--ink);
  background: #fbfbfd;
  border: 1px solid var(--line);
  border-radius: 8px;
  font: inherit;
  font-size: 16px;
}

textarea {
  min-height: 92px;
  font-size: 16px;
  line-height: 1.45;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 4px solid rgba(21, 155, 132, 0.18);
  border-color: var(--blue);
}

.checkbox-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.checkbox-row input {
  width: 20px;
  min-height: 20px;
  accent-color: var(--blue);
}

.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.calc-result {
  display: grid;
  gap: 4px;
  padding: 20px;
  background: #12332e;
  color: var(--white);
  border-radius: 8px;
}

.calc-result span,
.calc-result small {
  color: rgba(255, 255, 255, 0.72);
}

.calc-result strong {
  font-size: clamp(34px, 5vw, 52px);
  font-weight: 700;
}

.case-card {
  overflow: hidden;
}

.case-card img {
  height: 250px;
  object-fit: cover;
}

.case-card div {
  padding: 24px;
}

.case-card span {
  display: inline-block;
  margin-top: 10px;
  color: var(--blue-dark);
  font-size: 13px;
  font-weight: 700;
}

.keyword-cloud {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 1040px;
  margin: 0 auto;
}

.keyword-cloud a,
.keyword-cloud span {
  padding: 9px 14px;
  color: var(--ink);
  background: #f7faf9;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
}

.keyword-cloud a:hover {
  color: var(--blue-dark);
  border-color: rgba(21, 155, 132, 0.34);
  background: #effaf7;
}

.related-pages {
  margin-top: 38px;
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.related-pages h2 {
  margin-bottom: 18px;
  font-size: 28px;
  line-height: 1.16;
}

.related-pages .keyword-cloud {
  justify-content: flex-start;
}

.proof-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(340px, 1.15fr);
  gap: clamp(28px, 6vw, 86px);
  align-items: start;
  background: #15211f;
  color: var(--white);
}

.proof-section .eyebrow {
  color: var(--accent);
}

.proof-copy p {
  color: rgba(255, 255, 255, 0.72);
}

.proof-list {
  display: grid;
  gap: 12px;
}

.proof-list div {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
}

.proof-list svg {
  color: var(--accent);
  flex: 0 0 auto;
}

.lead-section {
  scroll-margin-top: 84px;
  scroll-margin-bottom: calc(74px + env(safe-area-inset-bottom));
  background:
    linear-gradient(90deg, rgba(247, 249, 251, 0.98), rgba(247, 249, 251, 0.78)),
    url("../img/after-repair.jpg");
  background-position: center;
  background-size: cover;
}

.lead-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: clamp(24px, 6vw, 80px);
  align-items: start;
  max-width: 1180px;
  margin: 0 auto;
}

.lead-prep-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

.lead-prep-list span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 12px;
  color: var(--blue-dark);
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(23, 33, 31, 0.10);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
}

.lead-prep-list svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  color: var(--accent-dark);
}

.form-status {
  min-height: 22px;
  margin: 0;
  color: var(--blue-dark);
  font-size: 14px;
  font-weight: 700;
}

.faq-list {
  display: grid;
  gap: 10px;
  max-width: 920px;
  margin: 0 auto;
}

details {
  padding: 19px 21px;
  background: var(--soft);
}

summary {
  font-weight: 700;
  cursor: pointer;
}

details p {
  margin: 12px 0 0;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 34px clamp(18px, 5vw, 72px);
  color: rgba(255, 255, 255, 0.70);
  background: #111817;
}

.footer strong {
  display: block;
  margin-bottom: 8px;
  color: var(--white);
}

.footer p {
  max-width: 560px;
  margin: 0;
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  color: var(--white);
  font-weight: 700;
}

.mobile-quickbar {
  display: none;
}

.page-shell {
  min-height: calc(100vh - 210px);
  padding: 138px 22px 84px;
  background: linear-gradient(180deg, #f7f7f4 0%, #ffffff 68%);
}

.content-page {
  max-width: 860px;
  margin: 0 auto;
  padding: 48px;
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  box-shadow: 0 22px 70px rgba(24, 31, 38, 0.08);
}

.content-page h1 {
  max-width: 760px;
  margin: 0 0 22px;
  color: var(--ink);
  font-size: clamp(38px, 6vw, 68px);
}

.page-content {
  color: var(--muted);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.65;
}

.page-content h2,
.page-content h3 {
  margin: 34px 0 12px;
  color: var(--ink);
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 28px 0;
}

.contact-card {
  min-height: 170px;
  padding: 20px;
  color: var(--ink);
  background: #f7faf9;
  border: 1px solid rgba(23, 33, 31, 0.10);
  border-radius: 8px;
}

.contact-card strong {
  display: block;
  margin-bottom: 10px;
  font-size: 17px;
}

.contact-card a {
  display: inline-block;
  color: var(--blue-dark);
  font-size: 19px;
  font-weight: 900;
}

.contact-card p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.5;
}

.contact-checklist {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.contact-checklist li {
  padding: 14px 16px;
  color: var(--ink);
  background: var(--soft);
  border-radius: 8px;
  font-weight: 700;
}

.contact-callout {
  margin: 30px 0 0;
  padding: 24px;
  color: var(--ink);
  background: linear-gradient(135deg, #eef8f5 0%, #fff7e5 100%);
  border: 1px solid rgba(21, 155, 132, 0.16);
  border-radius: 8px;
}

.contact-callout p {
  margin: 0;
}

.page-content p,
.page-content ul,
.page-content ol {
  margin: 0 0 18px;
}

.page-content a {
  color: var(--accent-dark);
  font-weight: 800;
}

.page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.thanks-next-step {
  margin-top: 30px;
  padding: 28px;
  background: linear-gradient(135deg, #eef8f5 0%, #fff7e5 100%);
  border: 1px solid rgba(21, 155, 132, 0.16);
  border-radius: 8px;
}

.thanks-next-step h2 {
  max-width: 720px;
  margin: 4px 0 12px;
  color: var(--ink);
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.08;
}

.thanks-next-step > p:not(.eyebrow) {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  font-weight: 650;
  line-height: 1.55;
}

.thanks-next-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 22px;
  background: rgba(0, 0, 0, 0.08);
}

.thanks-next-grid article {
  min-width: 0;
  padding: 18px;
  background: #fff;
}

.thanks-next-grid svg {
  width: 22px;
  height: 22px;
  margin-bottom: 10px;
  color: var(--accent-dark);
}

.thanks-next-grid h3 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.2;
}

.thanks-next-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.5;
}

.thanks-message-template {
  display: grid;
  gap: 10px;
  margin-top: 18px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(23, 33, 31, 0.10);
  border-radius: 8px;
}

.thanks-message-template p {
  margin: 0;
  color: var(--ink);
  font-size: 15px;
  font-weight: 850;
}

.thanks-message-template pre {
  margin: 0;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  color: var(--graphite);
  font: inherit;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.5;
}

.thanks-message-template .button {
  justify-self: start;
  min-height: 44px;
}

.template-copy-status {
  min-height: 20px;
  color: var(--accent-dark);
  font-size: 13px;
  font-weight: 800;
}

.thanks-next-messengers {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.thanks-next-messengers a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 15px;
  border: 1px solid rgba(23, 33, 31, 0.10);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
}

.thanks-next-messengers a.max {
  color: #6d3bd1;
  background: rgba(139, 92, 246, 0.08);
  border-color: rgba(139, 92, 246, 0.18);
}

.thanks-next-messengers a.telegram {
  color: #1588c9;
  background: rgba(42, 171, 238, 0.08);
  border-color: rgba(42, 171, 238, 0.18);
}

.thanks-next-messengers a.whatsapp {
  color: #168f46;
  background: rgba(37, 211, 102, 0.08);
  border-color: rgba(37, 211, 102, 0.18);
}

.page-hero-contact {
  display: grid;
  gap: 10px;
  margin: 0 0 26px;
}

.page-hero-actions,
.page-hero-messengers {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-hero-actions .button {
  min-height: 46px;
}

.page-hero-messengers a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 14px;
  color: var(--ink);
  background: #f7faf9;
  border: 1px solid rgba(23, 33, 31, 0.10);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
}

.page-hero-messengers a.whatsapp {
  color: #168f46;
  background: rgba(37, 211, 102, 0.08);
  border-color: rgba(37, 211, 102, 0.18);
}

.page-hero-messengers a.telegram {
  color: #1588c9;
  background: rgba(42, 171, 238, 0.08);
  border-color: rgba(42, 171, 238, 0.18);
}

.page-hero-messengers a.max {
  color: #6d3bd1;
  background: rgba(139, 92, 246, 0.08);
  border-color: rgba(139, 92, 246, 0.18);
}

.page-client-note {
  margin-top: 38px;
  padding: 30px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.page-client-note h2 {
  max-width: 680px;
  margin: 4px 0 20px;
  color: var(--ink);
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.08;
}

.page-client-note-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(0, 0, 0, 0.08);
}

.page-client-note-grid article {
  min-width: 0;
  padding: 20px;
  background: var(--surface);
}

.page-client-note-grid h3 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 18px;
}

.page-client-note-grid p {
  margin: 0;
  color: var(--muted);
}

.page-commercial-strip {
  margin-top: 38px;
  padding: 30px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.page-commercial-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.page-commercial-heading h2 {
  max-width: 520px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.08;
}

.page-commercial-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.page-commercial-list li {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 14px;
  padding: 18px 18px 18px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.page-commercial-list li:nth-child(odd) {
  padding-right: 24px;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.page-commercial-list li:nth-child(even) {
  padding-left: 24px;
}

.page-commercial-list svg {
  width: 22px;
  height: 22px;
  color: var(--accent-dark);
}

.page-commercial-list strong {
  display: block;
  margin-bottom: 5px;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.25;
}

.page-commercial-list small {
  display: block;
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.48;
}

.page-commercial-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.page-commercial-links a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  color: var(--accent-dark);
  background: #f7faf9;
  border: 1px solid rgba(21, 155, 132, 0.18);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.page-faq-block {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.page-faq-block h2 {
  margin-bottom: 18px;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.08;
}

.page-faq-list {
  display: grid;
  gap: 10px;
}

.page-faq-list details {
  padding: 17px 18px;
}

.page-lead-block {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 1.05fr);
  gap: 24px;
  align-items: start;
  margin-top: 38px;
  padding: 28px;
  background: linear-gradient(135deg, #eef8f5 0%, #fff7e5 100%);
  border: 1px solid rgba(21, 155, 132, 0.16);
  border-radius: 8px;
}

.page-lead-copy h2 {
  margin-bottom: 12px;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.08;
}

.page-lead-copy p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.55;
}

.page-lead-form {
  padding: 22px;
  box-shadow: 0 16px 44px rgba(23, 33, 31, 0.10);
}

@media (max-width: 1040px) {
  .nav {
    display: none;
  }

  .hero-grid,
  .trust-strip,
  .value-grid,
  .visit-proof,
  .price-grid,
  .service-grid,
  .case-grid,
  .hope-grid,
  .calculator-section,
  .proof-section,
  .lead-panel,
  .page-lead-block {
    grid-template-columns: 1fr;
  }

  .lead-panel,
  .calc-copy {
    max-width: 760px;
  }

  .visit-proof-copy {
    max-width: 760px;
  }

  .hero-copy {
    max-width: 800px;
  }

  .trust-strip {
    margin-inline: 18px;
  }
}

@media (max-width: 720px) {
  body {
    padding-bottom: calc(74px + env(safe-area-inset-bottom));
  }

  .site-header {
    min-height: 58px;
    padding: 9px 14px;
  }

  .brand {
    min-width: 0;
  }

  .brand small,
  .phone {
    display: none;
  }

  .hero,
  .hero-content {
    min-height: auto;
  }

  .hero::after {
    right: 0;
    top: 410px;
    bottom: auto;
    width: 100%;
    height: 520px;
    background:
      linear-gradient(180deg, rgba(247, 249, 251, 0) 0%, rgba(247, 249, 251, 0.46) 30%, rgba(247, 249, 251, 0.70) 100%),
      url("../img/design-light.jpg");
    background-position: center bottom;
    background-size: cover;
    opacity: 0.48;
    mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
  }

  .hero-content {
    padding: 44px 18px 82px;
  }

  .hero-messengers {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 12px;
  }

  .hero-messenger {
    min-width: 0;
    min-height: 46px;
    padding: 10px 8px;
    font-size: 13px;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 34px;
  }

  .lead {
    font-size: 20px;
  }

  .quiz-options,
  .hero-proof {
    grid-template-columns: 1fr;
  }

  .trust-strip {
    margin: -38px 14px 0;
  }

  .section {
    padding: 60px 18px;
  }

  .page-shell {
    padding: 94px 14px 58px;
  }

  .content-page {
    padding: 28px;
  }

  .page-hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-hero-actions .button {
    justify-content: center;
    width: 100%;
    padding: 12px 10px;
    font-size: 14px;
  }

  .page-hero-messengers {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .page-hero-messengers a {
    min-width: 0;
    min-height: 42px;
    padding: 8px 6px;
    font-size: 12px;
  }

  .thanks-next-step {
    margin-top: 24px;
    padding: 22px;
  }

  .thanks-next-step h2 {
    font-size: 30px;
  }

  .thanks-next-grid {
    grid-template-columns: 1fr;
  }

  .thanks-message-template .button {
    justify-self: stretch;
    width: 100%;
  }

  .thanks-next-messengers {
    display: grid;
    grid-template-columns: 1fr;
  }

  .thanks-next-messengers a {
    width: 100%;
  }

  .lead-prep-list {
    grid-template-columns: 1fr;
  }

  .estimate-brief-card {
    padding: 16px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .page-commercial-heading,
  .page-commercial-list,
  .visit-proof-grid article,
  .page-client-note-grid {
    grid-template-columns: 1fr;
  }

  .visit-proof-grid svg {
    grid-row: auto;
  }

  .page-commercial-heading {
    display: block;
  }

  .page-commercial-list li,
  .page-commercial-list li:nth-child(odd),
  .page-commercial-list li:nth-child(even) {
    padding-right: 0;
    padding-left: 0;
    border-right: 0;
  }

  .price {
    font-size: 34px;
  }

  .case-card img {
    height: 190px;
  }

  .footer {
    flex-direction: column;
  }

  .mobile-quickbar {
    position: fixed;
    right: 10px;
    bottom: 10px;
    left: 10px;
    z-index: 60;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
    padding: 8px;
    padding-bottom: calc(8px + env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(23, 33, 31, 0.12);
    border-radius: 8px;
    box-shadow: 0 12px 34px rgba(23, 33, 31, 0.18);
    opacity: 0;
    pointer-events: none;
    transform: translateY(calc(100% + 24px));
    transition: opacity 180ms ease, transform 180ms ease;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    will-change: opacity, transform;
  }

  .mobile-quickbar.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-quickbar a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-width: 0;
    min-height: 48px;
    padding: 9px 8px;
    color: var(--ink);
    background: #f7faf9;
    border: 1px solid rgba(23, 33, 31, 0.08);
    border-radius: 8px;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
  }

  .mobile-quickbar svg {
    width: 17px;
    height: 17px;
    flex: 0 0 auto;
  }

  .mobile-quickbar .quickbar-primary {
    color: var(--white);
    background: var(--blue-dark);
    border-color: var(--blue-dark);
  }

  .mobile-quickbar--thanks {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  @media (prefers-reduced-motion: reduce) {
    .mobile-quickbar {
      transition: none;
    }
  }
}

@media (max-width: 390px) {
  .site-header .phone {
    display: none !important;
  }

  .site-header .icon-button {
    margin-left: auto;
  }
}

/* ==========================================================================
   Messengers Styles (RUSSIA/SNG Conversion optimization)
   ========================================================================== */

.header-messengers {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-right: 18px;
}

@media (max-width: 720px) {
  .header-messengers {
    display: none;
  }
}

.messenger-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  border-radius: 50%;
  color: #fff !important;
  transition: opacity 0.2s, transform 0.2s;
}

.messenger-link:hover {
  opacity: 0.85;
  transform: translateY(-1px);
}

.messenger-link svg {
  display: block;
}

.messenger-link.whatsapp {
  background-color: #25D366;
}

.messenger-link.telegram {
  background-color: #2AABEE;
}

.messenger-link.max {
  background-color: #8b5cf6;
  font-size: 10px;
  font-weight: 800;
  text-decoration: none;
  width: auto;
  padding: 0 12px;
  height: 44px;
  border-radius: 22px;
}

.messenger-link.max span {
  font-family: inherit;
  color: #fff;
}

/* Quickbar messengers styling */
.mobile-quickbar .quickbar-whatsapp {
  background-color: rgba(37, 211, 102, 0.12);
  border-color: rgba(37, 211, 102, 0.24);
  color: #16a34a;
}
.mobile-quickbar .quickbar-whatsapp svg {
  fill: #16a34a;
}
.mobile-quickbar .quickbar-telegram {
  background-color: rgba(42, 171, 238, 0.12);
  border-color: rgba(42, 171, 238, 0.24);
  color: #2aabee;
}
.mobile-quickbar .quickbar-telegram svg {
  fill: #2aabee;
}
.mobile-quickbar .quickbar-max {
  background-color: rgba(139, 92, 246, 0.12);
  border-color: rgba(139, 92, 246, 0.24);
  color: #7c3aed;
  min-width: 44px;
}
.mobile-quickbar .quickbar-max .max-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  font-size: 11px;
  font-weight: 900;
  min-width: 44px;
  min-height: 44px;
}

/* Contact Messengers Block */
.contact-messengers {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 20px 0 32px;
}
.contact-messengers a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  transition: all 0.2s ease;
}
.contact-messengers a.whatsapp {
  background: rgba(37, 211, 102, 0.08);
  border: 1px solid rgba(37, 211, 102, 0.18);
  color: #16a34a;
}
.contact-messengers a.whatsapp:hover {
  background: rgba(37, 211, 102, 0.15);
  border-color: rgba(37, 211, 102, 0.3);
  transform: translateY(-1px);
}
.contact-messengers a.telegram {
  background: rgba(42, 171, 238, 0.08);
  border: 1px solid rgba(42, 171, 238, 0.18);
  color: #2AABEE;
}
.contact-messengers a.telegram:hover {
  background: rgba(42, 171, 238, 0.15);
  border-color: rgba(42, 171, 238, 0.3);
  transform: translateY(-1px);
}
.contact-messengers a.max {
  background: rgba(139, 92, 246, 0.08);
  border: 1px solid rgba(139, 92, 246, 0.18);
  color: #7c3aed;
}
.contact-messengers a.max:hover {
  background: rgba(139, 92, 246, 0.15);
  border-color: rgba(139, 92, 246, 0.3);
  transform: translateY(-1px);
}
.contact-messengers a .recommend-badge {
  font-size: 11px;
  padding: 2px 6px;
  background: #7c3aed;
  color: #fff;
  border-radius: 4px;
  font-weight: 700;
  margin-left: 6px;
}

/* Form inline messengers prompt */
.form-messengers-prompt {
  margin-top: 16px;
  text-align: center;
  font-size: 14px;
  color: var(--ink-light);
}
.form-messengers-prompt span {
  display: block;
  margin-bottom: 8px;
}
.form-messengers-links {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.form-messengers-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-decoration: none;
  font-size: 14px;
  min-width: 44px;
  min-height: 44px;
  transition: all 0.2s;
}
.form-messengers-links a.whatsapp {
  color: #16a34a;
}
.form-messengers-links a.telegram {
  color: #2aabee;
}
.form-messengers-links a.max {
  color: #7c3aed;
}
.form-messengers-links a:hover {
  opacity: 0.8;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-delay: 0s !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-delay: 0s !important;
    transition-duration: 1ms !important;
  }
}

/* === MOBILE FIRST CONVERSION POLISH (2026-06-26) =======================
   Reduce headline dominance so quote/call actions land above the fold. */
@media (max-width: 720px) {
  .site-header .header-actions > .phone {
    display: none !important;
  }

  .site-header .icon-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: auto;
    min-width: 86px;
    min-height: 44px;
    padding: 0 11px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
  }

  .site-header .icon-button::after {
    content: "Заявка";
  }

  .site-header .icon-button i[data-lucide="send"] {
    width: 15px;
    height: 15px;
  }

  .site-header .icon-button i[data-lucide="send"]:empty::before {
    font-size: 15px;
  }

  .hero-content {
    padding-top: 28px !important;
    padding-bottom: 60px !important;
  }
  .hero-copy {
    display: flex;
    flex-direction: column;
  }
  .hero .eyebrow {
    order: 1;
  }
  h1 {
    order: 2;
    max-width: 10.8em;
    font-size: clamp(30px, 9.1vw, 35px) !important;
    line-height: 1.05 !important;
    margin-bottom: 12px !important;
  }
  .lead {
    order: 3;
    max-width: 31em;
    margin-bottom: 16px !important;
    font-size: 16px !important;
    line-height: 1.42 !important;
  }
  .hero-copy::after {
    content: "";
    order: 4;
    display: block;
    height: 96px;
    margin: 0 0 12px;
    background:
      linear-gradient(90deg, rgba(23, 33, 31, 0.10), rgba(23, 33, 31, 0.02) 55%),
      url("../img/design-light.jpg");
    background-position: center 58%;
    background-size: cover;
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(23, 33, 31, 0.12);
  }
  .hero-actions {
    order: 5;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }
  .hero-actions .button {
    box-sizing: border-box;
    width: 100% !important;
    min-height: 48px !important;
    padding: 12px 10px;
    font-size: 14px;
  }
  .hero-actions .button-secondary {
    color: #075f55;
    background: #ffffff;
    border-color: rgba(21, 155, 132, 0.46);
    box-shadow: 0 10px 22px rgba(21, 155, 132, 0.12);
  }
  .hero-messengers {
    order: 6;
    margin-top: 10px !important;
  }
  .hero-messenger {
    min-height: 42px !important;
    padding: 8px 6px !important;
    font-size: 12px !important;
  }
  .hero-badges {
    order: 7;
    margin-top: 10px;
    gap: 6px;
  }
  .hero-badges span {
    padding: 7px 10px;
    font-size: 11px;
  }
}

@media (max-width: 390px) {
  .hero-copy::after {
    height: 88px;
  }

  .hero .eyebrow {
    font-size: 13px !important;
  }

  h1 {
    font-size: 33px !important;
  }

  .hero-content {
    padding-top: 24px !important;
  }
}

/* === MOBILE FIRST CTA CLARITY (2026-06-28) ==========================
   Let the user call or start before reading proof chips. */
@media (max-width: 720px) {
  h1 {
    max-width: 9.4em;
    font-size: clamp(29px, 8.7vw, 34px) !important;
    line-height: 1.06 !important;
    margin-bottom: 10px !important;
  }

  .lead {
    margin-bottom: 10px !important;
  }

  .hero-actions {
    order: 4;
  }

  .hero-messengers {
    order: 5;
  }

  .hero-badges {
    order: 6;
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
    margin: 10px 0 12px;
  }

  .hero-badges span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 10px;
    font-size: 11px;
    line-height: 1.15;
    background: rgba(255, 255, 255, 0.92);
    border-color: rgba(21, 155, 132, 0.18);
  }

  .hero-copy::after {
    order: 7;
    height: 84px;
    margin: 10px 0 0;
  }
}

@media (max-width: 390px) {
  h1 {
    font-size: 30px !important;
  }

  .hero-badges span {
    min-height: 32px;
    font-size: 10px;
  }
}

/* === MOBILE TRUST BEFORE MESSENGERS (2026-06-29) =====================
   The estimate is the primary action; proof belongs next to it. */
@media (max-width: 720px) {
  .hero-actions {
    order: 4 !important;
    margin-bottom: 8px !important;
  }

  .hero-badges {
    order: 5 !important;
    margin: 0 0 10px !important;
  }

  .hero-messengers {
    order: 6 !important;
    margin-top: 0 !important;
  }

  .hero-copy::after {
    order: 7 !important;
    height: 72px !important;
  }
}

/* === MOBILE FIRST HERO TIGHTENING (2026-07-01) =======================
   Keep the first viewport focused on estimate, call, messengers and quiz. */
@media (max-width: 720px) {
  .hero-badges {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 7px !important;
  }

  .hero-badges span {
    justify-content: center;
    min-height: 38px !important;
    padding: 7px 6px !important;
    text-align: center;
    font-size: 11px !important;
  }

  .hero-copy::after {
    height: 64px !important;
    margin-top: 8px !important;
  }
}

@media (max-width: 390px) {
  .hero-badges span {
    min-height: 36px !important;
    font-size: 10px !important;
  }
}
