﻿:root {
  --ink: #101416;
  --ink-2: #171d20;
  --paper: #f5f2ec;
  --paper-2: #e9e5dc;
  --white: #fff;
  --muted: #626d72;
  --line: rgba(16, 20, 22, .14);
  --line-dark: rgba(255, 255, 255, .16);
  --accent: #f47a20;
  --accent-2: #0e6aa8;
  --accent-dark: #c8550f;
  --success: #315d42;
  --container: 1180px;
  --shadow: 0 24px 70px rgba(16, 20, 22, .16);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; height: auto; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
main { overflow: hidden; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: absolute; left: 16px; top: -80px; z-index: 100; padding: 12px 16px; background: var(--accent); color: var(--white); font-weight: 800; }
.skip-link:focus { top: 16px; }
.section { padding-block: clamp(62px, 7vw, 104px); }
.eyebrow { margin: 0 0 14px; color: var(--accent); font-size: 12px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
h1, h2, h3, p { margin-block-start: 0; }
h1, h2 { margin-block-end: 0; font-weight: 900; line-height: 1.04; letter-spacing: -.012em; }
h1 { max-width: 760px; font-size: clamp(2.65rem, 5.4vw, 5.25rem); }
h2 { max-width: 820px; font-size: clamp(1.95rem, 3.8vw, 3.65rem); }
h3 { line-height: 1.14; }
p { line-height: 1.64; }
.hero-copy, .section-copy, .intro-text, .quality-copy, .request-card { min-width: 0; }
.site-header { position: fixed; z-index: 50; inset: 0 0 auto; background: rgba(16, 20, 22, .86); color: var(--white); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line-dark); transition: background .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { background: rgba(16, 20, 22, .97); box-shadow: 0 12px 40px rgba(0, 0, 0, .22); }
.header-shell { width: min(calc(100% - 32px), 1280px); min-height: 76px; margin-inline: auto; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 0; }
.brand img { width: 162px; flex: 0 0 auto; }
.brand span { color: rgba(255,255,255,.72); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.main-nav { display: flex; justify-content: center; align-items: center; gap: clamp(12px, 1.8vw, 24px); min-width: 0; overflow: visible; }
.main-nav a { position: relative; padding-block: 27px; color: rgba(255, 255, 255, .74); font-size: 12px; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; white-space: nowrap; transition: color .2s ease; }
.main-nav a::after { content: ''; position: absolute; left: 0; right: 0; bottom: 18px; height: 2px; background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.main-nav a:hover, .main-nav a.is-active { color: var(--white); }
.main-nav a:hover::after, .main-nav a.is-active::after { transform: scaleX(1); }
.main-nav a[href="#complaint"] { color: #ff9b45; }
.main-nav a[href="#complaint"]:hover { color: var(--accent); }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 12px; }
.language-switch { position: relative; }
.lang-current { min-height: 38px; display: inline-flex; align-items: center; gap: 6px; padding: 0 12px; border: 1px solid var(--line-dark); background: rgba(255,255,255,.06); color: var(--white); font-size: 11px; font-weight: 900; letter-spacing: .04em; }
.lang-current::after { content: ''; width: 6px; height: 6px; margin-left: 2px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translateY(-2px); transition: transform .2s ease; }
.language-switch.is-open .lang-current::after { transform: rotate(-135deg) translateY(1px); }
.language-switch.is-open .lang-current { border-color: var(--accent); }
[data-lang-flag] { font-size: 13px; line-height: 1; }
.lang-menu { position: absolute; top: calc(100% + 8px); right: 0; z-index: 10; display: none; flex-direction: column; min-width: 116px; padding: 4px; background: rgba(16, 20, 22, .98); border: 1px solid var(--line-dark); box-shadow: var(--shadow); }
.language-switch.is-open .lang-menu { display: flex; }
.lang-option { min-height: 38px; display: flex; align-items: center; gap: 8px; padding: 0 10px; border: 0; background: transparent; color: rgba(255,255,255,.72); font-size: 12px; font-weight: 800; letter-spacing: .04em; text-align: left; }
.lang-option span { font-size: 13px; line-height: 1; }
.lang-option:hover { background: rgba(255,255,255,.08); color: var(--white); }
.lang-option.is-active { background: var(--accent); color: var(--white); }
.phone-link { padding: 10px 12px; border: 1px solid var(--line-dark); font-size: 12px; font-weight: 800; white-space: nowrap; }
.phone-link:hover { border-color: var(--accent); color: var(--accent); }
.icon-button { width: 44px; height: 44px; display: none; place-items: center; border: 1px solid var(--line-dark); background: transparent; color: var(--white); }
.menu-toggle { gap: 5px; align-content: center; }
.menu-toggle span { width: 20px; height: 2px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded=true] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded=true] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded=true] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.hero { position: relative; min-height: 100svh; display: grid; align-items: end; overflow: hidden; background: var(--ink); color: var(--white); padding-block: 128px 142px; }
.hero-media, .hero-overlay { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay { background: linear-gradient(90deg, rgba(8, 12, 14, .96) 0%, rgba(8, 12, 14, .8) 40%, rgba(8, 12, 14, .3) 74%, rgba(8, 12, 14, .24) 100%), linear-gradient(0deg, rgba(8, 12, 14, .9) 0%, transparent 44%); }
.hero-content { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1fr) 300px; align-items: end; gap: 30px; }
.hero h1 { color: var(--white); }
.hero .eyebrow { color: #ff9b45; font-size: 13px; letter-spacing: .08em; }
.hero-lead { max-width: 650px; margin: 24px 0 0; color: rgba(255, 255, 255, .82); font-size: clamp(1rem, 1.25vw, 1.12rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 20px; border: 1px solid transparent; font-size: 12px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--accent); color: var(--white); }
.button.primary:hover { background: var(--accent-dark); }
.button.ghost { border-color: rgba(255, 255, 255, .34); color: var(--white); background: rgba(255, 255, 255, .05); }
.button.ghost:hover { border-color: var(--accent); color: var(--accent); }
.button.light { background: var(--white); color: var(--ink); }
.button.light:hover { background: var(--accent); color: var(--white); }
.hero-panel { padding: 26px; background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .18); backdrop-filter: blur(20px); box-shadow: var(--shadow); }
.hero-panel span { display: block; color: rgba(255, 255, 255, .72); font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.hero-panel strong { display: block; margin-top: 14px; color: var(--accent); font-size: clamp(3.4rem, 5vw, 4.35rem); line-height: .9; letter-spacing: -.04em; }
.hero-panel p { margin: 16px 0 0; color: rgba(255, 255, 255, .78); font-size: 14px; }
.hero-metrics { position: absolute; z-index: 3; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255, 255, 255, .16); background: rgba(8, 12, 14, .68); backdrop-filter: blur(18px); }
.hero-metrics div { min-height: 96px; display: flex; align-items: center; gap: 16px; padding: 18px clamp(18px, 4vw, 50px); border-right: 1px solid rgba(255, 255, 255, .12); }
.hero-metrics div:last-child { border-right: 0; }
.hero-metrics strong { color: var(--accent); font-size: clamp(1.55rem, 3.4vw, 2.72rem); letter-spacing: -.04em; }
.hero-metrics span { max-width: 170px; color: rgba(255, 255, 255, .72); font-size: 11px; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; line-height: 1.35; }
.split-layout { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(34px, 6vw, 84px); align-items: start; }
.intro-text { display: grid; gap: 16px; color: var(--muted); font-size: clamp(1rem, 1.35vw, 1.1rem); }
.intro-text p { margin: 0; }
.intro-text p:first-child { color: var(--ink); font-size: clamp(1.08rem, 1.55vw, 1.32rem); line-height: 1.5; }
.section-heading { display: grid; grid-template-columns: 1fr minmax(260px, 440px); gap: 36px; align-items: end; margin-bottom: 44px; }
.section-heading > p:last-child, .section-copy > p:not(.eyebrow) { margin: 0; color: var(--muted); }
.section-heading.narrow { display: block; max-width: 720px; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 286px; display: flex; flex-direction: column; align-items: flex-start; padding: 28px; background: rgba(255, 255, 255, .36); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .2s ease, transform .2s ease, box-shadow .2s ease; }
.service-card:hover { background: var(--white); transform: translateY(-4px); box-shadow: 0 20px 50px rgba(16, 20, 22, .1); }
.service-card span { color: var(--accent); font-size: 12px; font-weight: 900; }
.service-card h3 { margin: 34px 0 12px; font-size: clamp(1.22rem, 1.7vw, 1.55rem); }
.service-card p { margin: 0 0 26px; color: var(--muted); font-size: 14px; }
.service-card a, .service-card button { margin-top: auto; padding: 0; border: 0; background: transparent; color: var(--ink); font-size: 12px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.service-card a::after, .service-card button::after { content: ' ->'; color: var(--accent); }
.service-card.accent { background: var(--ink); color: var(--white); }
.service-card.accent p { color: rgba(255, 255, 255, .72); }
.service-card.accent button { color: var(--white); }
.quality { background: var(--ink-2); color: var(--white); overflow: hidden; }
.quality-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(38px, 6vw, 78px); align-items: center; }
.image-stack { position: relative; min-height: 590px; }
.image-main, .image-float { position: absolute; object-fit: cover; box-shadow: var(--shadow); }
.image-main { left: 0; top: 0; width: 74%; height: 460px; }
.image-float { right: 0; bottom: 0; width: 54%; height: 320px; border: 10px solid var(--ink-2); }
.quality-copy p:not(.eyebrow) { color: rgba(255, 255, 255, .72); font-size: 1rem; }
.check-list { display: grid; gap: 1px; margin-top: 30px; background: var(--line-dark); border: 1px solid var(--line-dark); }
.check-list div { display: grid; grid-template-columns: 50px 1fr; gap: 16px; align-items: center; padding: 20px; background: var(--ink); }
.check-list strong { color: var(--accent); }
.check-list span { color: rgba(255, 255, 255, .82); line-height: 1.45; }
.process { background: var(--paper-2); }
.timeline { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; margin: 42px 0 0; padding: 0; list-style: none; background: var(--line); border: 1px solid var(--line); }
.timeline li { min-height: 270px; padding: 28px; background: var(--paper); }
.timeline span { width: 52px; aspect-ratio: 1; display: grid; place-items: center; margin-bottom: 48px; background: var(--accent); color: var(--white); font-weight: 900; }
.timeline h3 { margin: 0 0 12px; font-size: 1.28rem; }
.timeline p { margin: 0; color: var(--muted); font-size: 14px; }
.documents-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(34px, 6vw, 78px); align-items: start; }
.doc-list { display: grid; gap: 12px; }
.doc-item { display: grid; grid-template-columns: 60px 1fr auto; gap: 20px; align-items: center; padding: 20px 22px; background: var(--white); border: 1px solid var(--line); transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.doc-item:hover { border-color: var(--accent); box-shadow: 0 16px 40px rgba(16, 20, 22, .1); transform: translateY(-2px); }
.doc-item span { width: 46px; aspect-ratio: 1; display: grid; place-items: center; background: var(--paper-2); color: var(--accent); font-size: 10px; font-weight: 900; }
.doc-item h3 { margin: 0 0 6px; font-size: 1.1rem; }
.doc-item p { margin: 0; color: var(--muted); font-size: 13px; }
.doc-item strong { color: var(--accent-2); font-size: 12px; font-weight: 900; text-transform: uppercase; white-space: nowrap; }
.doc-item strong::after { content: ' ↓'; }
.requests { background: #d9ddd8; }
.request-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.request-card { min-height: 350px; display: flex; flex-direction: column; align-items: flex-start; padding: clamp(26px, 4vw, 42px); background: var(--white); box-shadow: 0 16px 45px rgba(16, 20, 22, .08); }
.request-card.dark { background: var(--ink); color: var(--white); }
.request-card h2 { font-size: clamp(1.9rem, 3.4vw, 3.35rem); }
.request-card p:not(.eyebrow) { max-width: 520px; color: var(--muted); }
.request-card.dark p:not(.eyebrow) { color: rgba(255, 255, 255, .72); }
.request-card .button { margin-top: auto; }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(34px, 6vw, 78px); }
.faq-list { display: grid; gap: 12px; }
details { background: var(--white); border: 1px solid var(--line); }
summary { display: flex; justify-content: space-between; gap: 18px; align-items: center; padding: 22px; font-weight: 900; cursor: pointer; }
summary::after { content: '+'; color: var(--accent); font-size: 1.4rem; }
details[open] summary::after { content: '-'; }
details p { margin: 0; padding: 0 22px 22px; color: var(--muted); }
.contacts { padding-block: clamp(70px, 8vw, 110px); background: var(--ink); color: var(--white); }
.contact-grid { display: grid; grid-template-columns: 1fr auto; gap: 34px; align-items: end; }
.contact-grid h2 { max-width: 680px; }
.contact-grid address { display: grid; gap: 16px; justify-items: start; font-style: normal; }
.contact-grid address > a { font-size: clamp(1.25rem, 3vw, 2.75rem); font-weight: 900; letter-spacing: -.025em; }
.contact-grid address p { margin: 0; color: rgba(255, 255, 255, .7); }
.address-line { font-size: 14px; line-height: 1.5; }
.address-line span:first-child { color: rgba(255, 255, 255, .48); font-size: 11px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; display: block; margin-bottom: 2px; }
.site-footer { padding-block: 26px; background: #090c0d; color: rgba(255, 255, 255, .62); }
.footer-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px; font-size: 12px; }
.footer-inner img { width: 160px; }
.footer-inner p { margin: 0; }
.footer-inner a:hover { color: var(--accent); }
.form-dialog { width: min(92vw, 680px); max-height: 90vh; padding: 0; border: 0; background: var(--paper); color: var(--ink); box-shadow: 0 40px 120px rgba(0, 0, 0, .45); }
.form-dialog::backdrop { background: rgba(5, 7, 8, .78); backdrop-filter: blur(6px); }
.dialog-inner { padding: clamp(24px, 4vw, 40px); }
.dialog-head { display: flex; justify-content: space-between; gap: 24px; margin-bottom: 26px; }
.dialog-head h2 { font-size: clamp(1.8rem, 4vw, 3rem); }
.dialog-close { width: 46px; height: 46px; flex: 0 0 auto; border: 1px solid var(--line); background: var(--white); font-size: 24px; }
.request-form { display: grid; gap: 18px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.request-form label { display: grid; gap: 8px; color: var(--muted); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.request-form input, .request-form select, .request-form textarea { width: 100%; min-height: 52px; padding: 14px; border: 1px solid var(--line); border-radius: 0; background: var(--white); color: var(--ink); font-size: 16px; }
.request-form textarea { min-height: 128px; resize: vertical; }
.request-form > button { min-height: 56px; border: 0; background: var(--accent); color: var(--white); font-weight: 900; text-transform: uppercase; }
.request-form > button:hover { background: var(--accent-dark); }
.form-note, .form-status { margin: 0; color: var(--muted); font-size: 12px; }
.form-status { min-height: 20px; color: var(--success); font-weight: 700; }
.form-status.is-error { color: #b3341c; }
.consent-row { display: flex; flex-direction: row; align-items: flex-start; gap: 10px; color: var(--muted); font-size: 12px; font-weight: 600; letter-spacing: 0; text-transform: none; }
.consent-row input[type="checkbox"] { width: 18px; height: 18px; min-height: 0; flex: 0 0 auto; margin-top: 1px; accent-color: var(--accent); }
.anonymous-row { padding: 14px; background: rgba(244, 122, 32, .08); border: 1px solid var(--line); }
[data-contact-fields][hidden] { display: none; }
.reveal { opacity: 1; transform: none; }
@media (max-width: 1080px) {
  .brand span { display: none; }
  .main-nav { gap: 12px; }
  .main-nav a { font-size: 11px; letter-spacing: .04em; }
}
@media (max-width: 860px) {
  .header-shell { grid-template-columns: auto auto; justify-content: space-between; min-height: 72px; }
  .brand img { width: 154px; }
  .icon-button { display: grid; }
  .phone-link { display: none; }
  .main-nav { position: fixed; inset: 72px 0 auto; display: none; width: 100%; max-height: calc(100svh - 72px); overflow-y: auto; padding: 10px 20px 22px; background: rgba(16, 20, 22, .98); border-bottom: 1px solid var(--line-dark); }
  .main-nav.is-open { display: grid; }
  .main-nav a { padding: 14px 0; border-bottom: 1px solid rgba(255, 255, 255, .1); }
  .main-nav a::after { display: none; }
  .hero-content, .quality-grid, .documents-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-panel { max-width: 420px; }
  .service-grid, .timeline { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .quality-copy { max-width: 760px; }
}
@media (max-width: 720px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding-block: 56px; }
  .eyebrow { margin-bottom: 10px; font-size: 10px; letter-spacing: .08em; }
  h1 { font-size: 2.02rem; line-height: 1.1; letter-spacing: 0; }
  h2 { font-size: 1.52rem; line-height: 1.18; letter-spacing: 0; }
  h3 { font-size: 1.16rem; }
  p { line-height: 1.58; }
  .header-shell { width: min(calc(100% - 24px), 1280px); min-height: 68px; }
  .brand img { width: 145px; }
  .lang-current { min-height: 32px; padding-inline: 9px; font-size: 10px; }
  .lang-option { min-height: 32px; padding-inline: 7px; font-size: 10px; }
  .main-nav { inset-block-start: 68px; max-height: calc(100svh - 68px); }
  .hero { min-height: 820px; padding-block: 96px 214px; align-items: start; }
  .hero-media img { object-position: 63% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(8, 12, 14, .94) 0%, rgba(8, 12, 14, .82) 62%, rgba(8, 12, 14, .38) 100%), linear-gradient(0deg, rgba(8, 12, 14, .92) 0%, transparent 58%); }
  .hero .eyebrow { font-size: 11px; }
  .hero-copy, .hero-panel, .hero-actions { max-width: 340px; }
  .hero-lead { max-width: 340px; margin-top: 18px; font-size: .96rem; }
  .hero-actions { display: grid; gap: 12px; margin-top: 24px; }
  .hero-actions .button, .button { width: 100%; min-height: 50px; padding-inline: 16px; font-size: 11px; }
  .hero-panel { margin-top: 30px; padding: 22px; }
  .hero-panel strong { font-size: 3.25rem; }
  .hero-metrics { grid-template-columns: 1fr; }
  .hero-metrics div { min-height: 70px; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .12); padding: 12px 20px; }
  .hero-metrics div:last-child { border-bottom: 0; }
  .hero-metrics span { max-width: none; font-size: 10px; }
  .split-layout, .section-heading, .service-grid, .timeline, .request-grid { grid-template-columns: 1fr; }
  .section-copy h2, .section-heading h2 { max-width: 340px; }
  .section-heading { gap: 18px; margin-bottom: 34px; }
  .intro-text, .intro-text p:first-child { font-size: .96rem; }
  .service-card { min-height: auto; padding: 22px; }
  .service-card h3 { margin-top: 24px; }
  .image-stack { min-height: auto; display: grid; gap: 14px; }
  .image-main { position: static; width: 100%; height: auto; aspect-ratio: 4 / 3; border: 0; }
  .image-float { display: none; }
  .check-list div { grid-template-columns: 42px 1fr; padding: 17px; }
  .timeline li { min-height: auto; padding: 22px; }
  .timeline span { width: 48px; margin-bottom: 24px; }
  .doc-item { grid-template-columns: 52px 1fr; padding: 18px; }
  .doc-item strong { grid-column: 2; }
  .request-card { min-height: 310px; }
  .faq-grid { gap: 24px; }
  summary { padding: 18px; font-size: .96rem; }
  details p { padding: 0 18px 18px; }
  .form-row { grid-template-columns: 1fr; }
  .footer-inner { display: grid; justify-items: start; }
}
@media (max-width: 390px) {
  h1 { font-size: 1.82rem; }
  h2 { font-size: 1.42rem; }
  .hero-copy, .hero-panel, .hero-actions, .hero-lead { max-width: 315px; }
  .hero { min-height: 800px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
