@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Prata&display=swap");

:root {
  --ink: #18251f;
  --muted: #637069;
  --paper: #f6f5ef;
  --white: #fff;
  --green: #1c4d3d;
  --green-dark: #13372c;
  --lime: #c7ea70;
  --line: rgba(24,37,31,.14);
  --serif: "Prata", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.site-header { position: sticky; z-index: 40; top: 0; height: 82px; border-bottom: 1px solid var(--line); background: rgba(246,245,239,.95); backdrop-filter: blur(18px); }
.site-header__inner { display: flex; align-items: center; height: 100%; gap: 30px; }
.brand { display: flex; align-items: center; gap: 11px; margin-right: auto; }
.brand__mark { width: 44px; height: 44px; background: var(--green); -webkit-mask: url("/img/brand-mark.png") center/contain no-repeat; mask: url("/img/brand-mark.png") center/contain no-repeat; }
.brand b, .brand small { display: block; }
.brand b { font-size: 15px; }
.brand small { margin-top: 2px; color: var(--muted); font-size: 9px; letter-spacing: .07em; text-transform: uppercase; }
.header-nav { display: flex; align-items: center; gap: 23px; font-size: 12px; font-weight: 700; }
.header-nav a { transition: color .2s; }
.header-nav a:hover { color: #3d765e; }
.header-phone { font-size: 14px; font-weight: 800; }
.mobile-home { display: none; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 58px; padding: 0 28px; border: 0; border-radius: 3px; background: var(--lime); color: #193525; font-size: 13px; font-weight: 800; cursor: pointer; transition: transform .2s,background .2s; }
.button:hover { transform: translateY(-2px); background: #d6f58a; }
.button--small { min-height: 44px; padding-inline: 20px; font-size: 11px; }
.breadcrumbs { padding-top: 26px; color: var(--muted); font-size: 10px; }
.breadcrumbs a { border-bottom: 1px solid rgba(24,37,31,.3); }
.repair-hero { padding: 48px 0 90px; }
.repair-hero__grid { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(320px,.65fr); gap: 68px; align-items: center; }
.kicker { display: flex; align-items: center; gap: 9px; margin-bottom: 17px; color: #3d6d59; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.kicker::before { content: ""; width: 22px; height: 1px; background: currentColor; }
h1,h2,h3 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; line-height: 1.08; }
h1 { max-width: 760px; font-size: clamp(43px,5vw,68px); }
.repair-hero__lead { max-width: 710px; margin: 25px 0 30px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.repair-hero__actions { display: flex; align-items: center; gap: 24px; }
.text-link { padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 800; }
.diagnostic-card { padding: 34px; background: var(--green); color: var(--white); box-shadow: 0 30px 70px rgba(19,55,44,.2); }
.diagnostic-card__icon { display: grid; place-items: center; width: 62px; height: 62px; margin-bottom: 34px; border-radius: 50%; background: var(--lime); }
.diagnostic-card__icon svg { width: 32px; height: 32px; fill: none; stroke: var(--green); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.diagnostic-card h2 { font-size: 29px; }
.diagnostic-card p { margin: 16px 0 24px; color: #c0cec8; font-size: 12px; line-height: 1.7; }
.diagnostic-card ul { display: grid; gap: 11px; padding: 20px 0 0; margin: 0; border-top: 1px solid rgba(255,255,255,.17); list-style: none; }
.diagnostic-card li { color: #e0e8e4; font-size: 11px; }
.diagnostic-card li::before { content: "✓"; margin-right: 9px; color: var(--lime); }
.section { padding: 90px 0; }
.section--soft { background: #e9ece3; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 42px; }
.section-head h2 { max-width: 700px; font-size: clamp(36px,4vw,52px); }
.section-head p { max-width: 450px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.service-card { min-height: 220px; padding: 28px; border: 1px solid var(--line); background: var(--white); }
.service-card span { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: #e6efcf; color: #36624f; font-size: 9px; font-weight: 800; }
.service-card h3 { margin: 30px 0 10px; font-size: 22px; }
.service-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.symptom-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; padding: 1px; background: var(--line); }
.symptom-grid div { display: flex; gap: 14px; padding: 22px 24px; background: var(--paper); font-size: 13px; line-height: 1.55; }
.symptom-grid b { color: #4b7d65; }
.decision { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: center; padding: 52px; background: var(--green); color: var(--white); }
.decision h2 { font-size: clamp(35px,4vw,50px); }
.decision p { margin: 0; color: #bdcac5; font-size: 14px; line-height: 1.8; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 23px 0; font-family: var(--serif); font-size: 18px; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; font-family: var(--sans); font-size: 24px; font-weight: 300; transition: transform .2s; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list p { max-width: 760px; margin: -5px 0 24px; color: var(--muted); font-size: 13px; line-height: 1.75; }
.repair-form-section { padding: 90px 0; background: var(--green); color: var(--white); }
.repair-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.repair-form-grid h2 { font-size: clamp(38px,4.5vw,56px); }
.repair-form-grid p { max-width: 550px; color: #bdcac5; font-size: 13px; line-height: 1.75; }
.lead-form { display: grid; gap: 13px; padding: 30px; background: rgba(255,255,255,.08); }
.lead-form label span { display: block; margin-bottom: 8px; color: #c8d2ce; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.lead-form input { width: 100%; min-height: 58px; padding: 0 18px; border: 1px solid rgba(255,255,255,.25); outline: 0; background: rgba(255,255,255,.07); color: var(--white); font-size: 16px; }
.lead-form small { color: #94a79e; font-size: 8px; line-height: 1.5; }
.lead-form small a { color: var(--lime); text-decoration: underline; }
.site-footer { padding: 38px 0; background: #10261e; color: #9fb0a9; }
.site-footer__inner { display: flex; justify-content: space-between; align-items: center; gap: 24px; font-size: 10px; }
.site-footer__links { display: flex; gap: 22px; }
.site-footer__links a:last-child { color: var(--lime); }

@media (max-width: 760px) {
  .shell { width: min(100% - 28px,600px); }
  .site-header { height: 68px; }
  .header-nav,.header-phone,.site-header .button { display: none; }
  .mobile-home { display: inline-flex; align-items: center; min-height: 38px; padding: 0 12px; border: 1px solid rgba(28,77,61,.22); border-radius: 3px; color: var(--green); font-size: 10px; font-weight: 800; white-space: nowrap; }
  .brand__mark { width: 40px; height: 40px; }
  .brand small { display: none; }
  .repair-hero { padding: 34px 0 70px; }
  .repair-hero__grid,.repair-form-grid { grid-template-columns: 1fr; gap: 34px; }
  h1 { font-size: 42px; }
  .repair-hero__lead { font-size: 14px; }
  .repair-hero__actions { align-items: stretch; flex-direction: column; }
  .repair-hero__actions .text-link { align-self: center; }
  .section { padding: 70px 0; }
  .section-head { display: block; }
  .section-head p { margin-top: 16px; }
  .service-grid,.symptom-grid { grid-template-columns: 1fr; }
  .decision { grid-template-columns: 1fr; gap: 24px; padding: 30px 24px; }
  .repair-form-section { padding: 70px 0; }
  .lead-form { padding: 22px; }
  .site-footer__inner,.site-footer__links { align-items: flex-start; flex-direction: column; }
}
