:root {
  --ink: #111418;
  --ink-2: #1a1e23;
  --ink-3: #242930;
  --paper: #f6f5f2;
  --white: #ffffff;
  --muted: #606770;
  --line: #dfe1e3;
  --accent: #f14a24;
  --accent-dark: #c92d0e;
  --accent-warm: #ff8a1f;
  --success: #18784c;
  --container: 1180px;
  --shadow: 0 18px 60px rgba(17, 20, 24, .11);
  --radius: 4px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--accent-warm); outline-offset: 4px; }
::selection { color: var(--white); background: var(--accent); }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 112px 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 9999; transform: translateY(-150%); padding: 10px 16px; color: var(--white); background: var(--accent-dark); text-decoration: none; }
.skip-link:focus { transform: none; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }

.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 20px; color: #ff9c72; font-size: .76rem; font-weight: 800; letter-spacing: .16em; line-height: 1.3; text-transform: uppercase; }
.eyebrow > span { width: 34px; height: 2px; background: currentColor; }
.eyebrow--dark { color: var(--accent-dark); }
h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2, h3 { margin-top: 0; font-weight: 800; letter-spacing: -.035em; line-height: 1.12; }
h2 { margin-bottom: 24px; font-size: clamp(2.1rem, 4vw, 3.7rem); }
h2 em, h1 em { color: var(--accent); font-style: normal; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 14px; padding: 13px 24px; border: 1px solid transparent; border-radius: 2px; font-size: .88rem; font-weight: 800; letter-spacing: .025em; line-height: 1.2; text-align: center; text-decoration: none; transition: transform .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button span[aria-hidden="true"] { transition: transform .24s ease; }
.button:hover span[aria-hidden="true"] { transform: translateX(4px); }
.button:active { transform: translateY(0); }
.button--primary { color: var(--white); background: var(--accent); box-shadow: 0 10px 28px rgba(241, 74, 36, .24); }
.button--primary:hover { background: var(--accent-dark); box-shadow: 0 13px 32px rgba(201, 45, 14, .3); }
.button--ghost { color: var(--white); border-color: rgba(255,255,255,.42); background: rgba(255,255,255,.04); backdrop-filter: blur(5px); }
.button--ghost:hover { border-color: var(--white); background: rgba(255,255,255,.12); }
.button--light { color: var(--ink); background: var(--white); }
.button--light:hover { color: var(--white); background: var(--ink); }

/* Header */
.site-header { position: absolute; top: 0; left: 0; z-index: 100; width: 100%; color: var(--white); }
.contact-bar { height: 38px; border-bottom: 1px solid rgba(255,255,255,.14); background: rgba(9,11,13,.76); }
.contact-bar__inner { display: flex; height: 100%; align-items: center; justify-content: flex-end; gap: 29px; }
.contact-bar a, .contact-bar__detail { display: inline-flex; align-items: center; gap: 8px; color: #e7e9eb; font-size: .73rem; font-weight: 600; text-decoration: none; }
.contact-bar a:hover { color: var(--white); }
.contact-bar svg { width: 14px; height: 14px; fill: none; stroke: var(--accent-warm); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.main-nav { height: 82px; border-bottom: 1px solid rgba(255,255,255,.14); transition: background-color .3s ease, box-shadow .3s ease, transform .3s ease; }
.main-nav.is-fixed { position: fixed; top: 0; left: 0; width: 100%; color: var(--white); background: rgba(17,20,24,.96); box-shadow: 0 12px 35px rgba(0,0,0,.22); backdrop-filter: blur(12px); animation: nav-in .3s ease both; }
@keyframes nav-in { from { transform: translateY(-100%); } }
.main-nav__inner { display: flex; height: 100%; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--white); text-decoration: none; }
.brand--header > img { width: 37px; height: auto; object-fit: contain; filter: drop-shadow(0 4px 8px rgba(0,0,0,.18)); }
.brand--header { transition: opacity .25s ease, filter .25s ease; }
.brand--header:hover { opacity: .94; filter: brightness(1.08); }
.brand--header .brand__text { text-shadow: 0 1px 8px rgba(0,0,0,.28); }
.brand--header .brand__text > span { color: #f5f6f7; }
.brand--header .brand__text small { color: #d4d7da; }
.brand__mark { display: grid; width: 30px; color: var(--accent); place-items: center; }
.brand__mark svg { width: 23px; height: 30px; fill: currentColor; }
.brand__mark .brand__spark { fill: var(--accent-warm); }
.brand__text { display: grid; grid-template-columns: auto auto; align-items: baseline; column-gap: 8px; font-size: .78rem; font-weight: 800; letter-spacing: .11em; line-height: 1; text-transform: uppercase; white-space: nowrap; }
.brand__text strong { color: var(--white); font-size: 1.48rem; font-weight: 900; letter-spacing: -.03em; }
.brand__text small { grid-column: 1 / -1; display: block; margin-top: 5px; color: #bfc4c9; font-size: .48rem; font-weight: 700; letter-spacing: .18em; text-transform: none; }
.nav-menu { display: flex; align-items: center; gap: 38px; }
.nav-menu ul { display: flex; align-items: center; gap: 32px; margin: 0; padding: 0; list-style: none; }
.nav-link { position: relative; padding: 28px 0; color: #e7e9eb; font-size: .84rem; font-weight: 700; text-decoration: none; }
.nav-link::after { position: absolute; right: 0; bottom: 20px; left: 0; height: 2px; background: var(--accent); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.nav-link:hover::after, .nav-link.is-active::after { transform: scaleX(1); transform-origin: left; }
.nav-link:hover, .nav-link.is-active { color: var(--white); }
.nav-menu__cta { min-height: 44px; padding: 11px 19px; font-size: .78rem; }
.mobile-call { display: none; }
.menu-toggle { display: none; border: 0; color: var(--white); background: transparent; cursor: pointer; }

/* Hero */
.hero { position: relative; display: grid; min-height: 760px; height: min(900px, 100svh); align-items: center; color: var(--white); background: #101317; overflow: hidden; }
.hero__media { position: absolute; inset: 0; background: url("../assets/firefighter.jpg") 72% 32% / cover no-repeat; transform: scale(1.02); animation: hero-zoom 12s ease-out both; }
@keyframes hero-zoom { from { transform: scale(1.09); } to { transform: scale(1.02); } }
.hero__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,10,12,.98) 0%, rgba(8,10,12,.9) 42%, rgba(8,10,12,.45) 71%, rgba(8,10,12,.5) 100%); }
.hero__overlay::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,10,12,.7), transparent 32%); content: ""; }
.hero__glow { position: absolute; top: 23%; left: 44%; width: 360px; height: 360px; border-radius: 50%; background: rgba(241,74,36,.12); filter: blur(90px); }
.hero__inner { position: relative; z-index: 2; padding-top: 98px; }
.hero__content { max-width: 860px; }
.hero h1 { max-width: 860px; margin-bottom: 24px; font-size: clamp(3rem, 5.4vw, 5.2rem); }
.hero__title-line { display: block; }
.hero__title-line--accent { color: var(--accent); }
.hero__lead { max-width: 625px; margin: 0 0 34px; color: #d0d4d8; font-size: clamp(1.04rem, 1.6vw, 1.23rem); line-height: 1.72; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 13px; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 21px; margin-top: 35px; color: #bec3c8; font-size: .74rem; font-weight: 700; letter-spacing: .02em; }
.hero__trust span { display: inline-flex; align-items: center; gap: 7px; }
.hero__trust svg { width: 16px; height: 16px; fill: none; stroke: var(--accent-warm); stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.2; }
.hero__scroll { position: absolute; right: 4.5%; bottom: 43px; z-index: 3; display: flex; align-items: center; gap: 13px; color: #c5c9cd; font-size: .66rem; font-weight: 700; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; transform: rotate(90deg); transform-origin: right bottom; }
.hero__scroll i { display: block; width: 48px; height: 1px; background: rgba(255,255,255,.45); }

/* Benefits */
.benefits { position: relative; z-index: 5; margin-top: 0; }
.benefits__grid { display: grid; grid-template-columns: repeat(4, 1fr); padding: 0 18px; background: var(--white); box-shadow: var(--shadow); }
.benefit { display: flex; min-width: 0; align-items: center; gap: 15px; padding: 28px 21px; border-right: 1px solid var(--line); }
.benefit:last-child { border-right: 0; }
.benefit__icon { display: grid; width: 43px; height: 43px; flex: 0 0 auto; border-radius: 50%; color: var(--accent); background: #fff1ec; place-items: center; }
.benefit__icon svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.benefit h2 { margin: 0 0 4px; font-size: .94rem; letter-spacing: -.01em; }
.benefit p { margin: 0; color: var(--muted); font-size: .72rem; line-height: 1.45; }

/* Business obligations */
.obligations { background: var(--white); }
.obligations__lead { display: grid; grid-template-columns: 76px minmax(0, 1fr); align-items: start; gap: 32px; max-width: 1030px; margin-bottom: 48px; }
.obligations__icon { position: relative; display: grid; width: 70px; height: 76px; color: var(--accent); background: #fff0eb; place-items: center; }
.obligations__icon svg { width: 34px; height: 34px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.obligations__icon span { position: absolute; right: -8px; bottom: -7px; display: grid; width: 30px; height: 30px; border: 4px solid var(--white); border-radius: 50%; color: var(--white); background: var(--accent); font-size: .9rem; font-weight: 900; place-items: center; }
.obligations__lead h2 { max-width: 900px; margin-bottom: 20px; font-size: clamp(2.35rem, 4.6vw, 4.15rem); }
.obligations__lead > div > p:last-child { max-width: 880px; margin: 0; color: var(--muted); font-size: 1rem; line-height: 1.8; }
.obligations__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.obligation-card { position: relative; min-height: 310px; padding: 38px 40px 34px; border: 1px solid var(--line); background: var(--paper); overflow: hidden; transition: transform .3s ease, box-shadow .3s ease; }
.obligation-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.obligation-card__number { position: absolute; top: 28px; right: 34px; color: #dfe1e3; font-size: 3rem; font-weight: 900; line-height: 1; }
.obligation-card h3 { max-width: 410px; margin-bottom: 22px; padding-right: 54px; font-size: 1.35rem; }
.obligation-card ul { display: grid; gap: 10px; margin: 0 0 22px; padding: 0; list-style: none; }
.obligation-card li { position: relative; padding-left: 22px; color: #444b53; font-size: .9rem; }
.obligation-card li::before { position: absolute; top: .7em; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); content: ""; }
.obligation-card p { margin: 0; color: var(--muted); font-size: .82rem; }
.obligation-card--accent { color: var(--white); border-color: var(--ink-2); background: var(--ink-2); }
.obligation-card--accent::after { position: absolute; right: -70px; bottom: -100px; width: 230px; height: 230px; border: 42px solid rgba(241,74,36,.1); border-radius: 50%; content: ""; }
.obligation-card--accent .obligation-card__number { color: rgba(255,255,255,.1); }
.obligation-card--accent li, .obligation-card--accent p { color: #c1c6cb; }
.obligation-card--accent li::before { background: #ff8d69; }

/* Services */
.services { background: var(--paper); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); align-items: end; gap: 70px; margin-bottom: 57px; }
.section-heading h2 { max-width: 620px; margin-bottom: 0; }
.section-heading > p { margin: 0 0 7px; color: var(--muted); font-size: .97rem; }
.section-heading--services { grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr); align-items: center; gap: clamp(58px, 7vw, 92px); margin-bottom: 52px; }
.section-heading--services h2 { max-width: 560px; }
.section-heading--services h2 em { display: block; }
.section-heading--services > p { max-width: 470px; justify-self: end; margin: 20px 0 0; padding-left: 28px; border-left: 2px solid #f2c0b3; line-height: 1.75; }
.services__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.service-card { position: relative; display: flex; min-height: 353px; flex-direction: column; padding: 34px 32px 30px; border: 1px solid #e1e2e2; background: var(--white); overflow: hidden; transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease; }
.service-card::before { position: absolute; top: 0; left: 0; width: 4px; height: 0; background: var(--accent); content: ""; transition: height .3s ease; }
.service-card:hover { border-color: transparent; background: #fffdfc; box-shadow: var(--shadow); transform: translateY(-6px); }
.service-card:hover::before { height: 100%; }
.service-card:hover .service-card__icon { background: #ffe4da; transform: translateY(-2px); }
.service-card__number { position: absolute; top: 24px; right: 27px; color: #e5e6e7; font-size: 2.5rem; font-weight: 900; letter-spacing: -.08em; line-height: 1; }
.service-card__icon { display: grid; width: 53px; height: 53px; margin-bottom: 26px; color: var(--accent); background: #fff0eb; place-items: center; transition: background-color .25s ease, transform .25s ease; }
.service-card__icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.65; }
.service-card h3 { max-width: 265px; margin-bottom: 14px; font-size: 1.2rem; letter-spacing: -.02em; }
.service-card p { margin: 0 0 24px; color: var(--muted); font-size: .84rem; }
.service-card a { display: inline-flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 19px; border-top: 1px solid var(--line); color: var(--ink); font-size: .76rem; font-weight: 800; letter-spacing: .04em; text-decoration: none; }
.service-card a span { color: var(--accent); font-size: 1.05rem; transition: transform .2s ease; }
.service-card a:hover { color: var(--accent-dark); }
.service-card a:hover span { transform: translate(3px,-3px); }
.service-card--accent { color: var(--white); border-color: var(--ink-2); background: var(--ink-2); }
.service-card--accent::after { position: absolute; right: -55px; bottom: -65px; width: 190px; height: 190px; border: 35px solid rgba(241,74,36,.12); border-radius: 50%; content: ""; }
.service-card--accent .service-card__number { color: rgba(255,255,255,.1); }
.service-card--accent .service-card__icon { color: #ff8d69; background: rgba(241,74,36,.13); }
.service-card--accent p { color: #bfc4c9; }
.service-card--accent:hover { background: #20252b; }
.service-card--accent:hover .service-card__icon { background: rgba(241,74,36,.2); }
.service-card--accent a { position: relative; z-index: 1; color: var(--white); border-color: #343a42; }

/* About */
.about { position: relative; overflow: hidden; }
.about::before { position: absolute; right: -130px; bottom: -130px; width: 420px; height: 420px; border: 75px solid #f7f7f6; border-radius: 50%; content: ""; }
.about__grid { position: relative; display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: clamp(55px, 8vw, 110px); }
.about__visual { position: relative; max-width: 465px; }
.about__visual::before { position: absolute; top: -18px; left: -18px; width: 110px; height: 110px; border-top: 4px solid var(--accent); border-left: 4px solid var(--accent); content: ""; }
.about__visual { overflow: visible; }
.about__visual img { width: 100%; height: 590px; object-fit: cover; object-position: center 31%; filter: saturate(.75) contrast(1.05); transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .35s ease; }
.about__visual:hover img { filter: saturate(.85) contrast(1.06); transform: scale(1.015); }
.about__badge { position: absolute; right: -36px; bottom: 44px; display: flex; width: 218px; align-items: center; gap: 14px; padding: 18px; color: var(--white); background: var(--ink); box-shadow: 0 18px 40px rgba(0,0,0,.22); }
.about__badge svg { width: 31px; height: 31px; fill: none; stroke: var(--accent); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.about__badge span { color: #bfc4c9; font-size: .66rem; letter-spacing: .05em; line-height: 1.4; text-transform: uppercase; }
.about__badge strong { display: block; color: var(--white); font-size: .84rem; }
.about__content { position: relative; z-index: 1; }
.about__content h2 { max-width: 620px; }
.about__lead { margin: 0 0 17px; color: var(--ink-2); font-size: 1.08rem; font-weight: 650; line-height: 1.65; }
.about__content > p:not(.eyebrow):not(.about__lead) { color: var(--muted); font-size: .92rem; }
.approach-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 30px; padding-top: 28px; border-top: 1px solid var(--line); }
.approach-grid article { padding: 17px 14px 15px; border: 1px solid #e8e8e6; background: #faf9f7; transition: border-color .25s ease, background-color .25s ease, transform .25s ease; }
.approach-grid article:hover { border-color: #f2b9aa; background: var(--white); transform: translateY(-3px); }
.approach-grid svg { width: 22px; height: 22px; margin-bottom: 13px; fill: none; stroke: var(--accent); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.approach-grid h3 { margin-bottom: 8px; font-size: .82rem; letter-spacing: -.01em; line-height: 1.3; }
.approach-grid p { margin: 0; color: var(--muted); font-size: .68rem; line-height: 1.55; }

/* CTA */
.cta { position: relative; min-height: 345px; color: var(--white); background: var(--accent); overflow: hidden; }
.cta__image { position: absolute; inset: 0; background: url("../assets/flames.jpg") 50% 58% / cover no-repeat; opacity: .65; }
.cta__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(202,48,15,.98), rgba(241,74,36,.88) 58%, rgba(241,74,36,.66)); }
.cta__overlay::after { position: absolute; top: -150px; right: 7%; width: 390px; height: 390px; border: 60px solid rgba(255,255,255,.08); border-radius: 50%; content: ""; }
.cta__inner { position: relative; z-index: 1; display: flex; min-height: 345px; align-items: center; justify-content: space-between; gap: 50px; }
.cta .eyebrow { color: #ffd3c4; }
.cta h2 { max-width: 780px; margin-bottom: 0; font-size: clamp(2rem, 4vw, 3.25rem); }
.cta__inner > div > p:last-child { max-width: 740px; margin: 18px 0 0; color: #ffe2d8; font-size: .92rem; }
.cta .button { flex: 0 0 auto; }

/* Expertise and coverage */
.expertise { background: #f4f3f0; }
.expertise__grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(480px, 1.08fr); align-items: stretch; gap: clamp(40px, 6vw, 82px); }
.expertise__content { align-self: center; }
.expertise__content h2 { max-width: 610px; font-size: clamp(2.3rem, 4.2vw, 3.65rem); }
.expertise__lead { max-width: 650px; margin-bottom: 30px; color: var(--muted); font-size: .94rem; }
.credential { display: flex; align-items: center; gap: 18px; margin-bottom: 24px; padding: 22px; color: var(--white); background: var(--ink-2); box-shadow: 0 16px 40px rgba(17,20,24,.13); }
.credential__mark { display: grid; width: 54px; height: 54px; flex: 0 0 auto; color: #ff7a55; background: rgba(241,74,36,.13); place-items: center; }
.credential__mark svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.credential small { display: block; margin-bottom: 5px; color: #aeb5bc; font-size: .65rem; line-height: 1.45; }
.credential strong { display: block; font-size: 1.02rem; }
.credential div > span { color: #d5d9dd; font-size: .76rem; }
.business-data { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 0; }
.business-data > div { padding: 15px 17px; border: 1px solid #dedfdf; background: rgba(255,255,255,.68); }
.business-data__wide { grid-column: 1 / -1; }
.business-data dt { color: #747b83; font-size: .62rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.business-data dd { margin: 3px 0 0; color: var(--ink); font-size: .86rem; font-weight: 800; }
.coverage { min-width: 0; padding: clamp(25px, 4vw, 42px); background: var(--white); box-shadow: var(--shadow); }
.coverage__heading h3 { margin-bottom: 8px; font-size: 1.65rem; }
.coverage__heading > p:last-child { margin: 0; color: var(--muted); font-size: .78rem; }
.coverage-map { display: block; width: 100%; height: auto; margin: 16px 0 8px; overflow: visible; }
.map-region polygon, .map-region circle { vector-effect: non-scaling-stroke; stroke: var(--white); stroke-width: 3; stroke-linejoin: round; transition: fill .22s ease, filter .22s ease, transform .22s ease; transform-origin: center; }
.map-region--muted polygon { fill: #d9dde0; }
.map-region--prague circle { fill: #9da4aa; }
.map-region--active { cursor: pointer; }
.map-region--active polygon, .map-region--active circle { fill: var(--accent); }
.map-region--active:hover polygon, .map-region--active:focus polygon, .map-region--active.is-current polygon, .map-region--active:hover circle, .map-region--active:focus circle, .map-region--active.is-current circle { fill: #ff7a55; filter: drop-shadow(0 8px 10px rgba(201,45,14,.25)); transform: translateY(-3px); }
.map-region--active:focus { outline: none; }
.map-marker { pointer-events: none; }
.map-marker circle { fill: var(--ink); stroke: var(--white); stroke-width: 2; }
.map-marker text { fill: var(--white); font-size: 12px; font-weight: 900; text-anchor: middle; }
.coverage__status { min-height: 25px; margin: 0 0 15px; color: var(--accent-dark); font-size: .76rem; font-weight: 800; }
.coverage__legend { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 18px; margin: 0; padding: 17px 0 0; border-top: 1px solid var(--line); list-style: none; }
.coverage__legend li { display: flex; align-items: center; gap: 9px; color: #4d545c; font-size: .72rem; }
.coverage__legend span { display: grid; width: 23px; height: 23px; flex: 0 0 auto; border-radius: 50%; color: var(--white); background: var(--accent); font-size: .65rem; font-weight: 900; place-items: center; }

/* Contact */
.contact { background: #f4f3f0; }
.contact__grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: clamp(60px, 8vw, 110px); }
.contact__info { position: sticky; top: 110px; }
.contact__info h2 { font-size: clamp(2.2rem, 4vw, 3.4rem); }
.contact__info > p:not(.eyebrow) { color: var(--muted); }
.contact address { display: grid; gap: 17px; margin-top: 33px; font-style: normal; }
.contact-item { display: flex; align-items: center; gap: 16px; text-decoration: none; }
a.contact-item:hover strong { color: var(--accent-dark); }
.contact-item > span { display: grid; width: 46px; height: 46px; flex: 0 0 auto; color: var(--accent); background: var(--white); box-shadow: 0 6px 20px rgba(17,20,24,.06); place-items: center; }
.contact-item > span { transition: color .25s ease, background-color .25s ease, transform .25s ease; }
a.contact-item:hover > span { color: var(--white); background: var(--accent); transform: translateY(-2px); }
.contact-item svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.contact-item small { display: block; color: #747b83; font-size: .65rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.contact-item strong { font-size: .9rem; transition: color .2s ease; }
.contact-item em { display: block; margin-top: 2px; color: #747b83; font-size: .72rem; font-style: normal; }
.contact-form { padding: clamp(28px, 5vw, 48px); background: var(--white); box-shadow: var(--shadow); }
.form-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.contact-form__heading { margin-bottom: 28px; }
.contact-form__heading h3 { margin-bottom: 8px; font-size: 1.6rem; }
.contact-form__heading p { margin: 0; color: var(--muted); font-size: .84rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field--full { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: 7px; color: #333940; font-size: .73rem; font-weight: 800; }
.field label span { color: var(--accent-dark); }
.field input, .field textarea { width: 100%; border: 1px solid #d6d9db; border-radius: 2px; color: var(--ink); background: #fbfbfa; transition: border-color .2s ease, box-shadow .2s ease; }
.field input { height: 48px; padding: 0 13px; }
.field textarea { min-height: 130px; padding: 12px 13px; resize: vertical; }
.field input:focus, .field textarea:focus { border-color: var(--accent); outline: 0; box-shadow: 0 0 0 3px rgba(241,74,36,.12); }
.field input[aria-invalid="true"], .field textarea[aria-invalid="true"] { border-color: #b42318; }
.field__error { display: block; min-height: 18px; margin-top: 4px; color: #a61b13; font-size: .68rem; font-weight: 600; }
.consent { display: flex; align-items: flex-start; gap: 10px; margin: 19px 0 0; color: #606770; font-size: .72rem; cursor: pointer; }
.consent input { width: 17px; height: 17px; flex: 0 0 auto; margin-top: 2px; accent-color: var(--accent); }
.consent-error { margin-bottom: 8px; }
.contact-form .button { width: 100%; border: 0; }
.contact-form .button:disabled { opacity: .7; transform: none; cursor: wait; }
.form-status { display: none; margin-top: 16px; padding: 12px 14px; border-left: 3px solid var(--success); color: #0d5d39; background: #effaf4; font-size: .78rem; font-weight: 700; }
.form-status.is-visible { display: block; }
.form-status.is-error { border-left-color: #b42318; color: #8b1a14; background: #fff2f0; }

/* Footer and dialog */
.footer { color: #c7cbd0; background: var(--ink); }
.footer__main { display: grid; grid-template-columns: minmax(260px, 1.4fr) repeat(3, minmax(0, 1fr)); gap: clamp(32px, 4vw, 62px); padding-top: 64px; padding-bottom: 52px; }
.brand--footer { position: relative; display: block; width: min(330px, 100%); }
.brand--footer img { width: 100%; height: auto; }
.brand--footer__tagline { position: absolute; top: 62%; right: 0; left: 31%; display: block; padding: 2px 0; color: #d9dcdf; background: var(--ink); font-size: .54rem; font-style: normal; font-weight: 700; letter-spacing: .13em; line-height: 1.35; text-align: center; text-transform: uppercase; text-shadow: 0 1px 5px rgba(0,0,0,.35); white-space: nowrap; }
.brand--footer__tagline i { color: #ff7453; font-style: normal; }
.footer__brand p { max-width: 360px; margin: 19px 0 0; color: #92989f; font-size: .8rem; }
.footer h2 { display: flex; align-items: center; gap: 9px; margin: 7px 0 19px; color: var(--white); font-size: .83rem; letter-spacing: .08em; text-transform: uppercase; }
.footer h2::before { width: 16px; height: 2px; flex: 0 0 auto; background: var(--accent); content: ""; }
.footer ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.footer li, .footer li a { color: #aeb4ba; font-size: .76rem; text-decoration: none; }
.footer li a { display: inline-block; transition: color .22s ease, transform .22s ease; }
.footer li a:hover { color: #ff876a; transform: translateX(4px); }
.footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-top: 21px; padding-bottom: 21px; border-top: 1px solid #2e333a; }
.footer__bottom p { margin: 0; color: #7e858c; font-size: .66rem; }
.footer__legal { display: flex; flex-wrap: wrap; gap: 20px; color: #8f969d; font-size: .66rem; }
.back-to-top { position: fixed; right: 24px; bottom: 24px; z-index: 80; display: grid; width: 46px; height: 46px; border: 0; border-radius: 50%; color: var(--white); background: var(--accent); box-shadow: 0 10px 25px rgba(0,0,0,.22); opacity: 0; pointer-events: none; place-items: center; transform: translateY(15px); transition: opacity .25s, transform .25s, background-color .25s; cursor: pointer; }
.back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: none; }
.back-to-top:hover { background: var(--accent-dark); }

/* Reveal animations */
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.js .reveal.is-visible { opacity: 1; transform: none; }
.benefit:nth-child(2), .service-card:nth-child(2) { transition-delay: .08s; }
.benefit:nth-child(3), .service-card:nth-child(3) { transition-delay: .16s; }
.benefit:nth-child(4), .service-card:nth-child(5) { transition-delay: .24s; }
.service-card:nth-child(6) { transition-delay: .32s; }

@media (max-width: 1020px) {
  .contact-bar__inner { justify-content: center; }
  .nav-menu { gap: 23px; }
  .nav-menu ul { gap: 22px; }
  .hero { min-height: 720px; }
  .hero__media { background-position: 66% 30%; }
  .benefits__grid { grid-template-columns: 1fr 1fr; padding: 0; }
  .benefit:nth-child(2) { border-right: 0; }
  .benefit:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .services__grid { grid-template-columns: 1fr 1fr; }
  .expertise__grid { grid-template-columns: 1fr; }
  .expertise__content { max-width: 760px; }
  .coverage { max-width: 760px; }
  .about__grid { grid-template-columns: .9fr 1.1fr; gap: 55px; }
  .about__visual img { height: 530px; }
  .about__badge { right: -20px; }
  .approach-grid { grid-template-columns: 1fr; }
  .contact__grid { gap: 55px; }
  .footer__main { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 78px; }
  .section { padding: 86px 0; }
  .contact-bar { display: none; }
  .main-nav { height: 72px; }
  .main-nav__inner { justify-content: flex-start; gap: 14px; }
  .brand--header { min-width: 0; margin-right: auto; }
  .mobile-call { display: grid; width: 40px; height: 40px; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; color: var(--white); background: rgba(255,255,255,.06); text-decoration: none; place-items: center; transition: color .2s ease, border-color .2s ease, background-color .2s ease; }
  .mobile-call:hover, .mobile-call:focus-visible { border-color: var(--accent); color: var(--white); background: var(--accent); }
  .mobile-call svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.9; }
  .menu-toggle { display: flex; align-items: center; gap: 10px; padding: 10px 0 10px 12px; }
  .menu-toggle__label { font-size: .74rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
  .menu-toggle__icon { display: grid; width: 24px; gap: 5px; }
  .menu-toggle__icon i { display: block; width: 100%; height: 2px; background: currentColor; transition: transform .25s, opacity .25s; }
  .menu-toggle[aria-expanded="true"] .menu-toggle__icon i:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-toggle__icon i:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] .menu-toggle__icon i:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .nav-menu { position: fixed; top: 72px; right: 0; left: 0; display: block; height: calc(100dvh - 72px); padding: 38px 20px; color: var(--white); background: rgba(17,20,24,.99); opacity: 0; overflow-y: auto; pointer-events: none; transform: translateX(100%); transition: opacity .25s, transform .3s ease; }
  .nav-menu.is-open { opacity: 1; pointer-events: auto; transform: none; }
  .nav-menu ul { display: grid; gap: 0; }
  .nav-link { display: block; padding: 16px 0; border-bottom: 1px solid #30353c; font-size: 1.2rem; }
  .nav-link::after { display: none; }
  .nav-menu__cta { width: 100%; margin-top: 28px; }
  .hero { min-height: 700px; height: 100svh; }
  .hero__inner { padding-top: 73px; }
  .hero__media { background-position: 58% 31%; }
  .hero__overlay { background: linear-gradient(90deg, rgba(8,10,12,.96), rgba(8,10,12,.76) 72%, rgba(8,10,12,.62)); }
  .hero h1 { max-width: 680px; font-size: clamp(3rem, 8vw, 3.8rem); }
  .hero__scroll { display: none; }
  .benefits { margin-top: 0; background: var(--white); }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .section-heading--services { grid-template-columns: 1fr; align-items: start; gap: 18px; }
  .section-heading--services > p { max-width: 620px; justify-self: start; margin: 0; padding-left: 0; border-left: 0; }
  .obligations__lead { grid-template-columns: 64px minmax(0, 1fr); gap: 24px; }
  .obligations__icon { width: 60px; height: 66px; }
  .about__grid, .contact__grid { grid-template-columns: 1fr; }
  .about__visual { width: 88%; max-width: 510px; }
  .about__content { max-width: 650px; }
  .cta__inner { flex-direction: column; align-items: flex-start; justify-content: center; gap: 30px; padding-top: 70px; padding-bottom: 70px; }
  .contact__info { position: static; }
}

@media (max-width: 600px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .section { padding: 60px 0; }
  .brand__text { column-gap: 6px; font-size: .65rem; }
  .brand__text strong { font-size: 1.25rem; }
  .brand--header .brand__text small { display: none; }
  .brand--header > img { width: 34px; height: auto; }
  .hero { min-height: 710px; }
  .hero__inner { display: flex; min-height: 100%; align-items: flex-end; padding-top: 105px; padding-bottom: 68px; }
  .hero__media { background-position: 56% center; }
  .hero__overlay { background: linear-gradient(0deg, rgba(8,10,12,.99) 0%, rgba(8,10,12,.88) 53%, rgba(8,10,12,.48) 100%); }
  .hero h1 { margin-bottom: 19px; font-size: clamp(2.55rem, 13vw, 3.5rem); }
  .hero__title-line { display: inline; }
  .hero__title-line::after { content: " "; }
  .hero__title-line:last-child::after { content: ""; }
  .hero__lead { font-size: .96rem; line-height: 1.6; }
  .hero__actions { display: grid; grid-template-columns: 1fr; }
  .hero__trust { gap: 11px 17px; margin-top: 24px; }
  .hero__trust span { font-size: .67rem; }
  .benefits__grid { grid-template-columns: 1fr; }
  .benefit { border-right: 0; border-bottom: 1px solid var(--line); }
  .benefit:last-child { border-bottom: 0; }
  .obligations__lead { grid-template-columns: 1fr; gap: 20px; margin-bottom: 32px; }
  .obligations__lead h2 { font-size: clamp(2.25rem, 11vw, 3.25rem); }
  .obligations__grid { grid-template-columns: 1fr; gap: 12px; }
  .obligation-card { min-height: 0; padding: 27px 24px 25px; }
  .obligation-card h3 { padding-right: 42px; font-size: 1.18rem; }
  .services__grid { grid-template-columns: 1fr; gap: 12px; }
  .service-card { min-height: 0; padding: 24px 22px 21px; }
  .service-card__icon { width: 48px; height: 48px; margin-bottom: 16px; }
  .service-card h3 { margin-bottom: 10px; }
  .service-card p { margin-bottom: 16px; }
  .service-card a { padding-top: 15px; }
  .section-heading { margin-bottom: 32px; }
  .about__grid, .contact__grid { gap: 42px; }
  .about__visual { width: calc(100% - 14px); }
  .about__visual img { height: 400px; }
  .about__visual::before { top: -10px; left: -10px; }
  .about__badge { right: -14px; bottom: 28px; width: 195px; }
  .approach-grid { gap: 8px; margin-top: 22px; padding-top: 20px; }
  .approach-grid article { padding: 14px 16px; }
  .cta .button { width: 100%; }
  .expertise__grid { gap: 34px; }
  .credential { align-items: flex-start; padding: 18px; }
  .business-data { grid-template-columns: 1fr; }
  .business-data__wide { grid-column: auto; }
  .coverage { margin-inline: -4px; padding: 23px 18px; }
  .coverage__legend { grid-template-columns: 1fr; }
  .contact-form { margin-inline: -4px; padding: 26px 22px; }
  .contact address { gap: 13px; margin-top: 25px; }
  .contact-form__heading { margin-bottom: 21px; }
  .form-grid { grid-template-columns: 1fr; gap: 12px; }
  .field--full { grid-column: auto; }
  .field textarea { min-height: 110px; }
  .footer__main { grid-template-columns: 1fr; gap: 24px; padding-top: 40px; padding-bottom: 30px; }
  .footer__brand { grid-column: auto; }
  .brand--footer { width: min(300px, 100%); }
  .brand--footer__tagline { font-size: .51rem; letter-spacing: .1em; }
  .footer h2 { margin: 3px 0 12px; }
  .footer ul { gap: 6px; }
  .footer__bottom { align-items: flex-start; flex-direction: column; gap: 12px; }
  .back-to-top { right: 16px; bottom: 16px; }
}

@media (max-width: 420px) {
  .menu-toggle__label { display: none; }
  .menu-toggle { padding-left: 4px; }
}

@media (max-width: 380px) {
  .hero h1 { font-size: 2.35rem; }
  .hero__trust span:last-child { width: 100%; }
  .service-card { padding-inline: 25px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}
