:root {
  --red: #b90812;
  --red-dark: #8f050d;
  --ink: #171717;
  --text: #3b3b3b;
  --muted: #6a6a6a;
  --line: #dedede;
  --soft: #f6f6f6;
  --white: #fff;
  --shadow: 0 18px 50px rgba(23,23,23,.12);
  --radius: 22px;
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--text); background: var(--white); line-height: 1.6; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 1000; padding: .75rem 1rem; background: var(--ink); color: #fff; }
.skip-link:focus { left: .75rem; top: .75rem; }
.container { width: min(calc(100% - 2rem), var(--container)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(0,0,0,.08); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand img { width: 250px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 1.5rem; }
.site-nav a { text-decoration: none; font-weight: 700; color: var(--ink); }
.site-nav a:hover, .site-nav a:focus { color: var(--red); }
.nav-cta { display: inline-flex; align-items: center; justify-content: center; padding: .8rem 1.15rem; border-radius: 999px; background: var(--red); color: #fff !important; box-shadow: 0 8px 22px rgba(185,8,18,.23); }
.lang-link { padding: .35rem .65rem; border: 1px solid var(--line); border-radius: 999px; font-size: .9rem; }
.menu-toggle { display: none; border: 0; background: transparent; padding: .55rem; cursor: pointer; }
.menu-toggle span { display: block; width: 26px; height: 2px; margin: 5px 0; background: var(--ink); }
.hero { position: relative; overflow: hidden; background: linear-gradient(120deg, #fff 0%, #fff 54%, #f1f1f1 100%); }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, transparent 0 62%, rgba(185,8,18,.04) 62% 100%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 4rem; align-items: center; padding: 76px 0 72px; }
.eyebrow { margin: 0 0 .75rem; color: var(--red); font-size: .85rem; letter-spacing: .14em; font-weight: 800; text-transform: uppercase; }
h1, h2, h3 { color: var(--ink); line-height: 1.08; margin-top: 0; }
h1 { font-size: clamp(2.75rem, 5.6vw, 5.2rem); letter-spacing: -.045em; margin-bottom: 1.2rem; }
h2 { font-size: clamp(2rem, 3.8vw, 3.4rem); letter-spacing: -.03em; margin-bottom: 1rem; }
h3 { font-size: 1.35rem; }
.lede { max-width: 680px; font-size: clamp(1.08rem, 1.7vw, 1.32rem); color: #4b4b4b; margin: 0 0 1.3rem; }
.service-area { display: flex; gap: .55rem; align-items: flex-start; color: var(--muted); margin: 0 0 1.7rem; font-weight: 650; }
.service-area svg { flex: 0 0 22px; margin-top: .18rem; color: var(--red); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-bottom: 1.6rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; min-height: 50px; padding: .78rem 1.25rem; border: 2px solid transparent; border-radius: 12px; text-decoration: none; font-weight: 800; cursor: pointer; transition: transform .15s ease, background .15s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); color: #fff; }
.button-primary:hover { background: var(--red-dark); }
.button-secondary { border-color: var(--ink); color: var(--ink); background: #fff; }
.trust-row { display: flex; flex-wrap: wrap; gap: .7rem; }
.trust-chip { display: inline-flex; align-items: center; gap: .45rem; padding: .45rem .72rem; border-radius: 999px; background: #fff; border: 1px solid var(--line); color: var(--ink); font-size: .9rem; font-weight: 750; }
.trust-chip svg { width: 17px; color: var(--red); }
.hero-visual { position: relative; min-height: 565px; }
.hero-photo { position: absolute; overflow: hidden; border-radius: 26px; box-shadow: var(--shadow); border: 7px solid #fff; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo-main { inset: 0 0 44px 48px; }
.hero-photo-small { width: 42%; height: 39%; left: 0; bottom: 0; }
.offer-card { position: absolute; right: -12px; bottom: 6px; width: min(310px, 70%); padding: 1rem 1.15rem; border-radius: 16px; background: var(--ink); color: #fff; box-shadow: var(--shadow); }
.offer-card strong { display: block; color: #fff; font-size: 1.05rem; }
.offer-card span { font-size: .9rem; color: #ddd; }
.section { padding: 88px 0; }
.section-soft { background: var(--soft); }
.section-dark { background: var(--ink); color: #eaeaea; }
.section-dark h2, .section-dark h3 { color: #fff; }
.section-head { max-width: 760px; margin-bottom: 2.4rem; }
.section-head.center { text-align: center; margin-inline: auto; }
.section-head p { font-size: 1.08rem; margin: 0; color: var(--muted); }
.section-dark .section-head p { color: #c9c9c9; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; counter-reset: step; }
.step { position: relative; padding: 1.65rem; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 10px 32px rgba(0,0,0,.06); }
.step::before { counter-increment: step; content: counter(step); display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 1.2rem; border-radius: 50%; background: var(--red); color: #fff; font-weight: 900; font-size: 1.2rem; }
.step p { margin-bottom: 0; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.feature { padding: 1.35rem; border-left: 4px solid var(--red); background: #fff; border-radius: 0 15px 15px 0; box-shadow: 0 8px 24px rgba(0,0,0,.05); }
.feature svg { width: 30px; color: var(--red); margin-bottom: .75rem; }
.feature h3 { margin-bottom: .45rem; font-size: 1.1rem; }
.feature p { margin: 0; font-size: .95rem; }
.situations { display: grid; grid-template-columns: repeat(4, 1fr); gap: .75rem; }
.situation { display: flex; gap: .65rem; align-items: center; min-height: 62px; padding: .85rem 1rem; border-radius: 12px; background: #292929; color: #fff; }
.situation svg { width: 21px; flex: 0 0 21px; color: #ff4b54; }
.gallery { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 1rem; }
.gallery figure { margin: 0; min-height: 335px; overflow: hidden; border-radius: var(--radius); position: relative; background: #ddd; }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.gallery figure:hover img { transform: scale(1.025); }
.gallery figcaption { position: absolute; inset: auto 0 0; padding: 2rem 1rem 1rem; color: #fff; font-weight: 800; background: linear-gradient(transparent, rgba(0,0,0,.75)); }
.offer-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 3rem; align-items: start; }
.offer-intro { position: sticky; top: 120px; }
.offer-intro .phone-big { display: inline-block; margin: 1rem 0; color: var(--red); font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 900; text-decoration: none; }
.form-card { padding: clamp(1.3rem, 3vw, 2.25rem); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); border: 1px solid var(--line); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field-full { grid-column: 1 / -1; }
label { display: block; color: var(--ink); font-weight: 750; margin-bottom: .38rem; }
.required { color: var(--red); }
input, textarea, select { width: 100%; min-height: 48px; border: 1px solid #bdbdbd; border-radius: 10px; padding: .72rem .8rem; background: #fff; color: var(--ink); }
textarea { min-height: 112px; resize: vertical; }
input:focus, textarea:focus, select:focus { outline: 3px solid rgba(185,8,18,.16); border-color: var(--red); }
.form-note { font-size: .85rem; color: var(--muted); margin: .9rem 0 0; }
.form-status { margin: 0 0 1rem; padding: .8rem 1rem; border-radius: 10px; font-weight: 700; }
.form-status.success { background: #e9f7ed; color: #185b2a; border: 1px solid #b6dfc1; }
.form-status.error { background: #fff0f0; color: #8f050d; border: 1px solid #f0b5b8; }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.faq-list { max-width: 900px; margin-inline: auto; }
details { border-bottom: 1px solid var(--line); padding: 1rem 0; }
summary { cursor: pointer; list-style: none; color: var(--ink); font-size: 1.08rem; font-weight: 800; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; float: right; color: var(--red); font-size: 1.45rem; line-height: 1; }
details[open] summary::after { content: "−"; }
details p { margin: .8rem 0 .2rem; }
.disclaimer { font-size: .83rem; color: var(--muted); border-top: 1px solid var(--line); padding-top: 1rem; margin-top: 1.7rem; }
.site-footer { padding: 42px 0 24px; background: #111; color: #d8d8d8; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 2rem; align-items: start; }
.footer-logo { width: 210px; filter: brightness(0) invert(1); margin-bottom: 1rem; }
.footer-title { color: #fff; font-weight: 800; margin-bottom: .65rem; }
.footer-links { display: grid; gap: .5rem; }
.footer-links a { color: #d8d8d8; text-decoration: none; }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding-top: 1.6rem; margin-top: 1.8rem; border-top: 1px solid #333; font-size: .85rem; }
.footer-bottom a { color: #fff; }
.mobile-call { display: none; }
@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 82px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: .75rem 1rem 1.2rem; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 16px 30px rgba(0,0,0,.08); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: .75rem; }
  .hero-grid { grid-template-columns: 1fr; gap: 2.5rem; padding-top: 55px; }
  .hero-visual { min-height: 520px; max-width: 760px; width: 100%; margin-inline: auto; }
  .feature-grid, .situations { grid-template-columns: repeat(2, 1fr); }
  .offer-layout { grid-template-columns: 1fr; }
  .offer-intro { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  body { padding-bottom: 66px; }
  .brand img { width: 205px; }
  .nav-wrap { min-height: 72px; }
  .site-nav { top: 72px; }
  .hero-grid { padding: 42px 0 50px; }
  h1 { font-size: clamp(2.5rem, 14vw, 4rem); }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 390px; }
  .hero-photo-main { inset: 0 0 40px 22px; }
  .hero-photo-small { width: 44%; height: 37%; }
  .offer-card { width: 73%; right: 0; }
  .section { padding: 64px 0; }
  .steps, .feature-grid, .situations, .gallery, .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .gallery figure { min-height: 275px; }
  .gallery figure:first-child { min-height: 320px; }
  .field-full { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .mobile-call { position: fixed; z-index: 70; left: 0; right: 0; bottom: 0; display: flex; justify-content: center; align-items: center; min-height: 66px; background: var(--red); color: #fff; text-decoration: none; font-weight: 900; box-shadow: 0 -10px 28px rgba(0,0,0,.18); }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } }
