:root {
  --header-height: 82px;
  --text: #152231;
  --muted: #667483;
  --line: #dfe5ea;
  --white: #ffffff;
  --shadow: 0 22px 55px rgba(12, 28, 43, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 18px); }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  font-family: Inter, Arial, Helvetica, sans-serif;
  color: var(--text);
  background: #fff;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.modal-open { overflow: hidden; }
main { display: block; min-height: 60vh; }
section, [id] { scroll-margin-top: calc(var(--header-height) + 18px); }
img { display: block; max-width: 100%; }
.image-load-error { opacity: 0; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
svg { display: block; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: -70px; left: 20px; z-index: 9999; padding: 12px 18px; border-radius: 8px; background: #fff; box-shadow: var(--shadow); }
.skip-link:focus { top: 20px; }

/* Header */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: var(--header-height);
  background: rgba(10, 25, 39, .9);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  backdrop-filter: blur(16px);
  transition: background .25s ease, box-shadow .25s ease;
}
.site-header.is-scrolled { background: rgba(10, 25, 39, .98); box-shadow: 0 12px 30px rgba(0, 0, 0, .18); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 28px; min-width: 0; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: #fff; flex: 0 0 auto; }
.brand-mark { position: relative; width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; }
.brand-mark span { position: absolute; width: 29px; height: 9px; border-radius: 99px; background: var(--accent); transform: rotate(-28deg); }
.brand-mark span:last-child { width: 34px; margin-top: 15px; transform: rotate(28deg); }
.brand-copy { display: flex; flex-direction: column; min-width: 0; line-height: 1; }
.brand-copy strong { font-size: 14px; letter-spacing: .12em; white-space: nowrap; }
.brand-copy small { margin-top: 6px; font-size: 9px; opacity: .72; white-space: nowrap; }
.main-nav { display: flex; align-items: center; gap: 27px; margin-left: auto; }
.main-nav a { position: relative; padding: 12px 0; color: rgba(255, 255, 255, .75); font-size: 14px; white-space: nowrap; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 4px; height: 2px; background: var(--accent); transition: right .22s ease; }
.main-nav a:hover, .main-nav a.is-active { color: #fff; }
.main-nav a:hover::after, .main-nav a.is-active::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 15px; flex: 0 0 auto; }
.header-phone { display: flex; flex-direction: column; text-align: right; color: #fff; line-height: 1.15; }
.header-phone small { font-size: 9px; opacity: .65; }
.header-phone strong { margin-top: 5px; font-size: 14px; white-space: nowrap; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 9px; border: 0; background: transparent; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; border-radius: 2px; background: #fff; }

/* Common UI */
.section { padding: 96px 0; }
.section-dark { color: #fff; background: var(--primary); }
.button { min-height: 50px; padding: 0 22px; border: 0; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; font-size: 14px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg, .text-link svg, .service-arrow svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.button-accent { color: #fff; background: var(--accent); box-shadow: 0 14px 32px color-mix(in srgb, var(--accent) 28%, transparent); }
.button-primary { color: #fff; background: var(--primary); }
.button-small { min-height: 42px; padding: 0 18px; }
.button-ghost-light { color: #fff; border: 1px solid rgba(255, 255, 255, .25); background: rgba(255, 255, 255, .05); }
.button-outline-light { color: #fff; border: 1px solid rgba(255, 255, 255, .25); background: transparent; }
.button-full { width: 100%; }
.eyebrow { display: block; margin-bottom: 13px; color: var(--accent); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow-light { color: #ffb095; }
.section-heading { max-width: 760px; margin-bottom: 44px; }
.section-heading-row { max-width: none; display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; }
.section-heading h2, .split-copy h2, .map-copy h2, .request-copy h2, .contact-info h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.07;
  letter-spacing: -.035em;
}
.section-intro, .rich-text { max-width: 720px; color: var(--muted); font-size: 17px; }
.section-intro p, .rich-text p { margin: 14px 0; }
.rich-text h2, .rich-text h3 { color: var(--text); line-height: 1.2; letter-spacing: -.02em; }
.rich-text h2 { margin: 34px 0 14px; font-size: 28px; }
.rich-text h3 { margin: 28px 0 12px; font-size: 22px; }
.rich-text ul, .rich-text ol { padding-left: 22px; }
.rich-text li + li { margin-top: 8px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; color: var(--primary); white-space: nowrap; }
.icon-box { width: 48px; height: 48px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; color: var(--accent); background: color-mix(in srgb, var(--accent) 12%, white); }
.icon-box svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.icon-box-dark { color: #fff; background: var(--primary); }
.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(20px); transition: opacity .55s ease, transform .55s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }
.js .reveal-delay { transition-delay: .08s; }

/* Home hero */
.hero { position: relative; min-height: 760px; padding: 148px 0 118px; overflow: hidden; background: #081522; }
.hero-background { position: absolute; inset: 0; }
.hero-background::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4, 14, 24, .97) 0%, rgba(4, 14, 24, .83) 48%, rgba(4, 14, 24, .46) 100%), linear-gradient(180deg, rgba(5, 15, 25, .08), rgba(5, 15, 25, .34)); }
.hero-background img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-grid-lines { position: absolute; inset: 0; opacity: .55; background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px); background-size: 88px 88px; mask-image: linear-gradient(to bottom, #000, transparent 88%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(340px, .72fr); align-items: center; gap: 64px; }
.hero-copy { min-width: 0; }
.hero-copy h1, .inner-hero h1, .service-hero h1, .not-found h1 { max-width: 790px; margin: 16px 0 24px; font-size: clamp(46px, 5.4vw, 76px); line-height: 1.02; letter-spacing: -.047em; }
.hero-text, .lead-text { max-width: 640px; color: rgba(255,255,255,.76); font-size: 18px; }
.hero-text p { margin: 0; }
.hero-badge { display: inline-flex; align-items: center; gap: 10px; color: rgba(255,255,255,.82); font-size: 12px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.hero-badge i { width: 8px; height: 8px; border-radius: 50%; background: #5bdd8b; box-shadow: 0 0 0 6px rgba(91,221,139,.12); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-note { display: flex; align-items: center; gap: 8px; margin-top: 20px; color: rgba(255,255,255,.7); font-size: 13px; }
.hero-note span { color: #63df91; }
.hero-dashboard { width: 100%; max-width: 430px; min-height: 310px; margin-left: auto; padding: 30px; display: block; border: 1px solid rgba(255,255,255,.22); border-radius: 24px; color: #fff; background: rgba(7, 20, 32, .74); box-shadow: 0 28px 70px rgba(0,0,0,.26); backdrop-filter: blur(13px); }
.hero-dashboard-head { display: flex; align-items: center; gap: 10px; font-size: 13px; }
.hero-dashboard-head strong { margin-left: auto; color: #69e097; font-size: 10px; letter-spacing: .16em; }
.status-dot { width: 9px; height: 9px; border-radius: 50%; background: #4cda80; box-shadow: 0 0 0 7px rgba(76,218,128,.12); }
.hero-route { display: grid; grid-template-columns: 12px 1fr 12px 1fr 12px; align-items: center; margin-top: 40px; }
.hero-route span { width: 12px; height: 12px; border: 3px solid #fff; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px rgba(255,255,255,.1); }
.hero-route i { height: 1px; background: rgba(255,255,255,.26); }
.hero-route-labels { display: grid; grid-template-columns: 1fr 1fr 1fr; margin-top: 12px; color: rgba(255,255,255,.58); font-size: 10px; }
.hero-route-labels span:nth-child(2) { text-align: center; }
.hero-route-labels span:last-child { text-align: right; }
.hero-dashboard-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 28px; }
.hero-dashboard-grid > div { min-width: 0; padding: 15px; border: 1px solid rgba(255,255,255,.09); border-radius: 14px; background: rgba(255,255,255,.08); }
.hero-dashboard-grid small { display: block; color: rgba(255,255,255,.54); font-size: 10px; }
.hero-dashboard-grid strong { display: block; margin-top: 5px; font-size: 14px; }

/* Benefits */
.cards-section { position: relative; z-index: 4; margin-top: -54px; padding: 0 0 92px; background: transparent; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.benefit-card { position: relative; min-width: 0; min-height: 300px; overflow: hidden; border-radius: 22px; color: #fff; background: #172433; box-shadow: 0 24px 56px rgba(13,27,42,.16); transition: transform .25s ease; }
.benefit-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,15,24,.08) 15%, rgba(5,15,24,.9) 100%); }
.benefit-card-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.benefit-card-content { position: absolute; z-index: 2; inset: auto 0 0; padding: 28px; }
.benefit-card .icon-box { color: #fff; background: var(--accent); }
.benefit-card h3 { margin: 18px 0 7px; font-size: 24px; line-height: 1.15; }
.benefit-card p { max-width: 310px; margin: 0; color: rgba(255,255,255,.74); }
.benefit-card:hover { transform: translateY(-6px); }
.benefit-card:hover .benefit-card-image { transform: scale(1.045); }

/* Services cards */
.services-section { background: #f2f4f5; }
.services-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 18px; }
.service-card { position: relative; grid-column: span 3; min-width: 0; min-height: 355px; overflow: hidden; border-radius: 22px; color: #fff; background: #142131; box-shadow: 0 18px 44px rgba(15,28,41,.12); transition: transform .25s ease, box-shadow .25s ease; }
.service-card:nth-child(1), .service-card:nth-child(2) { grid-column: span 6; min-height: 440px; }
.service-card-media, .service-card-shade { position: absolute; inset: 0; }
.service-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.service-card-shade { z-index: 1; background: linear-gradient(180deg, rgba(4,13,22,.08) 12%, rgba(4,13,22,.9) 91%); }
.service-card-content { position: absolute; z-index: 3; left: 0; right: 0; bottom: 0; min-width: 0; padding: 27px; padding-right: 76px; }
.service-card .icon-box { color: #fff; border: 1px solid rgba(255,255,255,.2); background: rgba(7,18,30,.42); backdrop-filter: blur(8px); }
.service-card h3 { max-width: 430px; margin: 17px 0 7px; color: #fff; font-size: 25px; line-height: 1.16; }
.service-card p { max-width: 420px; margin: 0; color: rgba(255,255,255,.72); }
.service-index { position: absolute; z-index: 3; top: 21px; left: 21px; right: auto; width: max-content; min-width: 42px; padding: 7px 11px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: #fff; background: rgba(7,18,30,.48); font-size: 11px; line-height: 1; text-align: center; backdrop-filter: blur(8px); }
.service-arrow { position: absolute; z-index: 4; right: 21px; bottom: 21px; width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: #fff; background: rgba(7,18,30,.4); transition: background .2s ease, border-color .2s ease; backdrop-filter: blur(8px); }
.service-card:hover { transform: translateY(-6px); box-shadow: 0 28px 64px rgba(15,28,41,.2); }
.service-card:hover .service-card-media img { transform: scale(1.05); }
.service-card:hover .service-arrow { border-color: var(--accent); background: var(--accent); }

/* Standard content sections */
.split-grid, .map-grid, .contact-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: 72px; }
.split-visual { position: relative; min-height: 590px; overflow: hidden; border-radius: 28px; background: #dfe4e8; box-shadow: var(--shadow); }
.split-visual img { width: 100%; height: 100%; object-fit: cover; min-height: inherit; }
.floating-label { position: absolute; right: 24px; bottom: 24px; max-width: calc(100% - 48px); padding: 15px 19px; border-radius: 12px; color: var(--text); background: #fff; font-weight: 800; box-shadow: 0 16px 35px rgba(0,0,0,.18); }
.check-list { list-style: none; display: grid; gap: 13px; padding: 0; margin: 25px 0 31px; }
.check-list li { display: flex; align-items: flex-start; gap: 11px; }
.check-list svg { width: 21px; height: 21px; flex: 0 0 21px; margin-top: 2px; fill: none; stroke: var(--accent); stroke-width: 2; }
.stats-section { position: relative; min-height: 500px; display: flex; align-items: center; overflow: hidden; background: #07131f; }
.section-photo-bg { position: absolute; inset: 0; }
.section-photo-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,14,24,.96), rgba(5,14,24,.73)); }
.section-photo-bg img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72); }
.stats-section > .container { position: relative; z-index: 2; }
.stats-section .section-heading h2 { color: #fff; }
.stats-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); border-top: 1px solid rgba(255,255,255,.24); }
.stat-item { min-width: 0; padding: 42px 24px 8px; border-right: 1px solid rgba(255,255,255,.16); }
.stat-item:first-child { padding-left: 0; }
.stat-item:last-child { border-right: 0; }
.stat-item strong { display: block; color: #fff; font-size: 48px; line-height: 1; letter-spacing: -.04em; }
.stat-item span { display: block; margin-top: 10px; color: rgba(255,255,255,.72); }
.map-section { background: #fff; }
.map-grid { grid-template-columns: .82fr 1.18fr; }
.map-visual { position: relative; min-height: 520px; overflow: hidden; display: flex; align-items: center; padding: 26px; border-radius: 30px; background: #edf1f3; }
.map-graphic { width: 86%; margin: auto; opacity: .88; }
.map-photo-card { position: absolute; right: 22px; bottom: 22px; width: 43%; height: 205px; overflow: hidden; border: 7px solid #fff; border-radius: 20px; box-shadow: 0 22px 45px rgba(15,29,43,.22); }
.map-photo-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(6,17,28,.84)); }
.map-photo-card img { width: 100%; height: 100%; object-fit: cover; }
.map-photo-card span { position: absolute; z-index: 2; left: 17px; right: 17px; bottom: 14px; color: #fff; font-size: 13px; font-weight: 800; }
.city-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 25px 0; }
.city-tags span { padding: 8px 13px; border: 1px solid #dfe6ec; border-radius: 999px; font-size: 13px; }
.steps-section { background: #edf1f3; }
.steps-layout-photo { display: grid; grid-template-columns: .86fr 1.14fr; gap: 40px; align-items: stretch; }
.steps-photo { position: relative; min-height: 510px; overflow: hidden; border-radius: 26px; }
.steps-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(5,15,25,.87)); }
.steps-photo img { width: 100%; height: 100%; object-fit: cover; }
.steps-photo span { position: absolute; z-index: 2; left: 26px; right: 26px; bottom: 24px; color: #fff; font-size: 19px; font-weight: 800; line-height: 1.35; }
.steps-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); border-top: 1px solid #d8e0e7; }
.step-card { position: relative; min-width: 0; padding: 29px 24px 0; }
.step-card:first-child { padding-left: 0; }
.step-card:not(:last-child)::after { content: ""; position: absolute; top: -5px; right: 0; width: 9px; height: 9px; border-radius: 50%; background: var(--accent); }
.step-card > span { color: var(--accent); font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.step-card h3 { margin: 22px 0 9px; font-size: 22px; line-height: 1.18; }
.step-card p { margin: 0; color: var(--muted); }
.steps-layout-photo .steps-grid { grid-template-columns: 1fr 1fr; gap: 14px; border: 0; }
.steps-layout-photo .step-card, .steps-layout-photo .step-card:first-child { min-height: 245px; padding: 27px; border: 1px solid #dfe5ea; border-radius: 20px; background: #fff; }
.steps-layout-photo .step-card::after { display: none; }
.steps-layout-photo .step-card h3 { margin-top: 30px; font-size: 24px; }


/* Payment and clients */
.payment-section { padding: 18px 0 96px; background: #fff; }
.payment-shell { display: grid; grid-template-columns: minmax(260px,.72fr) minmax(0,1.28fr); gap: 44px; align-items: center; padding: 42px; border-radius: 28px; color: #fff; background: linear-gradient(135deg, #0a1a29 0%, #102a40 100%); box-shadow: var(--shadow); }
.payment-copy h2 { margin: 0; font-size: clamp(32px,3.6vw,48px); line-height: 1.05; letter-spacing: -.035em; }
.payment-intro { max-width: 460px; margin-top: 16px; color: rgba(255,255,255,.66); }
.payment-intro p { margin: 0; }
.payment-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.payment-card { min-width: 0; display: flex; align-items: flex-start; gap: 14px; padding: 20px; border: 1px solid rgba(255,255,255,.12); border-radius: 17px; background: rgba(255,255,255,.07); }
.payment-check { width: 36px; height: 36px; flex: 0 0 36px; display: inline-flex; align-items: center; justify-content: center; border-radius: 11px; color: #fff; background: var(--accent); }
.payment-check svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 2; }
.payment-card h3 { margin: 0; font-size: 19px; line-height: 1.2; }
.payment-card p { margin: 7px 0 0; color: rgba(255,255,255,.6); font-size: 12px; line-height: 1.45; }
.clients-section { overflow: hidden; background: #fff; }
.clients-section .section-heading { margin-bottom: 34px; }
.clients-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.client-card { min-width: 0; min-height: 138px; display: flex; align-items: center; justify-content: center; padding: 22px; border: 1px solid #e0e6eb; border-radius: 20px; background: #f7f9fa; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.client-card:hover { transform: translateY(-3px); border-color: #d0d9e0; box-shadow: 0 18px 38px rgba(12,28,43,.09); }
.client-card span { max-width: 100%; font-size: clamp(20px,2.2vw,30px); font-weight: 900; line-height: 1.05; letter-spacing: -.035em; text-align: center; overflow-wrap: anywhere; }
.client-wildberries span { color: transparent; background: linear-gradient(90deg,#9d1db5,#ec168c); background-clip: text; -webkit-background-clip: text; }
.client-ozon span { color: #1268ff; font-size: clamp(28px,3vw,40px); }
.client-kb span { color: #d71422; }
.client-avtovaz span { color: #16589b; letter-spacing: .02em; }
.client-akron span { color: #28323c; font-size: clamp(18px,2vw,26px); letter-spacing: .07em; }
.client-martin span { color: #e07424; letter-spacing: .04em; }

/* Testimonials */
.testimonials-section { position: relative; overflow: hidden; background: #fff; }
.testimonials-photo { color: #fff; background: #091522; }
.testimonials-background { position: absolute; inset: 0; }
.testimonials-background::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,14,24,.96), rgba(5,14,24,.75)); }
.testimonials-background img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.7); }
.testimonials-photo > .container { position: relative; z-index: 2; }
.testimonials-photo .section-heading h2 { color: #fff; }
.slider-buttons { display: flex; gap: 8px; }
.slider-buttons button { width: 46px; height: 46px; border: 1px solid #dfe5ea; border-radius: 50%; color: var(--text); background: #fff; }
.testimonials-photo .slider-buttons button { color: #fff; border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.08); }
.testimonial-track { display: flex; gap: 18px; overflow-x: auto; padding: 4px 2px 16px; scroll-snap-type: x mandatory; scrollbar-width: thin; }
.testimonial-card { min-width: min(380px, 82vw); padding: 30px; border: 1px solid #e1e7ec; border-radius: 20px; color: var(--text); background: rgba(255,255,255,.95); scroll-snap-align: start; box-shadow: 0 20px 45px rgba(0,0,0,.12); }
.stars { color: var(--accent); letter-spacing: .09em; }
.testimonial-card blockquote { margin: 20px 0 28px; font-size: 17px; }
.testimonial-card strong, .testimonial-card span { display: block; }
.testimonial-card span { margin-top: 3px; color: var(--muted); font-size: 13px; }

/* Forms and contacts */
.request-section { background: #fff; }
.request-panel { position: relative; min-height: 520px; overflow: hidden; display: grid; grid-template-columns: minmax(0,.92fr) minmax(420px,1.08fr); align-items: center; gap: 58px; padding: 62px; border-radius: 30px; color: #fff; background: #081522; }
.request-background { position: absolute; inset: 0; }
.request-background::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,14,24,.97) 0%, rgba(5,14,24,.83) 51%, rgba(5,14,24,.68) 100%); }
.request-background img { width: 100%; height: 100%; object-fit: cover; }
.request-copy, .request-form { position: relative; z-index: 2; min-width: 0; }
.request-copy h2 { font-size: clamp(38px,4vw,56px); line-height: 1.05; }
.request-copy p { color: rgba(255,255,255,.75); }
.request-form { padding: 27px; border: 1px solid rgba(255,255,255,.15); border-radius: 20px; background: rgba(255,255,255,.09); backdrop-filter: blur(15px); }
.lead-form { width: 100%; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.lead-form label { display: block; min-width: 0; }
.lead-form label > span { display: block; margin-bottom: 6px; color: inherit; font-size: 12px; opacity: .72; }
.lead-form input, .lead-form textarea, .lead-form select { width: 100%; border: 1px solid rgba(255,255,255,.2); border-radius: 10px; outline: none; color: #fff; background: rgba(255,255,255,.1); transition: border-color .2s ease, background .2s ease; }
.lead-form input { height: 48px; padding: 0 14px; }
.lead-form textarea { min-height: 104px; padding: 12px 14px; resize: vertical; }
.lead-form input::placeholder, .lead-form textarea::placeholder { color: rgba(255,255,255,.48); }
.lead-form input:focus, .lead-form textarea:focus { border-color: color-mix(in srgb, var(--accent) 75%, #fff); background: rgba(255,255,255,.14); }
.form-wide { grid-column: 1 / -1; }
.form-consent { display: flex !important; align-items: flex-start; gap: 10px; margin-top: 14px; color: rgba(255,255,255,.7); font-size: 11px; }
.form-consent input { width: 16px; height: 16px; flex: 0 0 16px; margin-top: 1px; }
.form-consent span { margin: 0 !important; font-size: 11px !important; }
.form-consent a { text-decoration: underline; }
.form-submit-row { display: flex; align-items: center; gap: 14px; margin-top: 18px; }
.form-status { font-size: 12px; }
.form-status.success { color: #65e194; }
.form-status.error { color: #ff9c9c; }
.hp-field { position: absolute !important; left: -9999px !important; opacity: 0 !important; pointer-events: none !important; }
.contact-section { padding-top: 122px; }
.contact-grid { align-items: start; }
.contact-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 28px; }
.contact-list > * { min-width: 0; padding: 18px; border: 1px solid #e0e6eb; border-radius: 14px; background: #fff; }
.contact-list small, .contact-list strong { display: block; }
.contact-list small { color: var(--muted); font-size: 11px; }
.contact-list strong { margin-top: 4px; overflow-wrap: anywhere; }
.contact-form-card { padding: 30px; border-radius: 22px; color: #fff; background: var(--primary); box-shadow: var(--shadow); }
.contact-form-card h3 { margin: 0 0 20px; font-size: 28px; }
.map-frame { margin-top: 42px; }
.map-frame iframe { width: 100%; min-height: 420px; border: 0; border-radius: 24px; background: #edf1f3; }

/* Inner and generic pages */
.inner-hero { padding: calc(var(--header-height) + 78px) 0 78px; background: linear-gradient(135deg, #0b1a29, #153049); }
.inner-hero-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(380px,.82fr); align-items: center; gap: 65px; }
.inner-hero-image { height: 420px; overflow: hidden; border-radius: 28px; background: #233140; }
.inner-hero-image img { width: 100%; height: 100%; object-fit: cover; }
.inner-hero .button { margin-top: 25px; }
.content-section { padding-top: calc(var(--header-height) + 64px); }
.content-narrow { max-width: 840px; }
.content-narrow > h1 { margin: 0 0 30px; font-size: clamp(40px,5vw,64px); line-height: 1.05; letter-spacing: -.04em; }
.rich-text-document { max-width: none; }

/* Service detail */
.service-hero { position: relative; min-height: 620px; padding: calc(var(--header-height) + 72px) 0 74px; overflow: hidden; color: #fff; background: #081522; }
.service-hero-background { position: absolute; inset: 0; }
.service-hero-background::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,14,24,.97) 0%, rgba(4,14,24,.88) 50%, rgba(4,14,24,.44) 100%); }
.service-hero-background img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.service-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,1fr) minmax(320px,.62fr); align-items: end; gap: 70px; }
.service-hero-copy { min-width: 0; }
.back-link { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 28px; color: rgba(255,255,255,.75); font-size: 13px; }
.service-hero h1 { max-width: 780px; margin-bottom: 20px; }
.service-hero .lead-text { max-width: 610px; }
.service-hero .button { margin-top: 30px; }
.service-hero-summary { align-self: end; padding: 28px; border: 1px solid rgba(255,255,255,.18); border-radius: 22px; background: rgba(7,20,32,.7); backdrop-filter: blur(14px); }
.service-hero-summary > span { display: block; margin-bottom: 14px; color: rgba(255,255,255,.55); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.service-hero-summary ul { list-style: none; display: grid; gap: 12px; padding: 0; margin: 0; }
.service-hero-summary li { display: flex; gap: 10px; color: rgba(255,255,255,.82); font-size: 14px; }
.service-hero-summary svg { width: 19px; height: 19px; flex: 0 0 19px; fill: none; stroke: var(--accent); stroke-width: 2; }
.service-overview { background: #fff; }
.service-overview-grid { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(300px,.64fr); align-items: start; gap: 74px; }
.service-overview .rich-text { max-width: 760px; font-size: 16px; }
.service-overview .rich-text > :first-child { margin-top: 0; }
.service-side-card { position: sticky; top: calc(var(--header-height) + 22px); padding: 28px; border: 1px solid #e0e6eb; border-radius: 20px; background: #f6f8f9; }
.service-side-card h3 { margin: 18px 0 8px; font-size: 24px; line-height: 1.18; }
.service-side-card p { margin: 0 0 22px; color: var(--muted); }
.related-services { background: #f1f3f4; }
.related-services-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.related-service-card { position: relative; min-height: 250px; overflow: hidden; border-radius: 20px; color: #fff; background: #142131; }
.related-service-card:nth-child(1), .related-service-card:nth-child(2) { grid-column: span 1; }
.related-service-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.related-service-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,13,22,.1), rgba(4,13,22,.9)); }
.related-service-content { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; padding: 23px; }
.related-service-title { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.related-service-title strong { font-size: 21px; line-height: 1.18; }
.related-service-content svg { width: 20px; height: 20px; flex: 0 0 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.related-service-description { display: block; margin-top: 8px; color: rgba(255,255,255,.7); font-size: 13px; }
.related-service-card:hover img { transform: scale(1.045); }
.service-contact-section { background: #fff; }
.service-contact-shell { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(430px,.95fr); overflow: hidden; border-radius: 28px; background: var(--primary); box-shadow: var(--shadow); }
.service-contact-map { position: relative; min-height: 590px; background: #dfe5e9; }
.service-contact-map iframe { width: 100%; height: 100%; min-height: 590px; border: 0; }
.service-contact-map-fallback { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; overflow: hidden; background: #e9edef; }
.service-contact-map-fallback > img { width: 86%; opacity: .82; }
.service-map-pin { position: absolute; left: 28px; right: 28px; bottom: 28px; padding: 20px; border-radius: 16px; color: #fff; background: rgba(7,20,32,.88); backdrop-filter: blur(12px); }
.service-map-pin small, .service-map-pin strong { display: block; }
.service-map-pin small { color: rgba(255,255,255,.58); }
.service-map-pin strong { margin-top: 4px; font-size: 17px; }
.service-map-pin a { display: inline-flex; margin-top: 10px; color: #ffb095; font-size: 13px; font-weight: 800; }
.service-contact-form { min-width: 0; padding: 48px; color: #fff; }
.service-contact-form h2 { margin: 0 0 12px; font-size: clamp(32px,3.3vw,46px); line-height: 1.08; letter-spacing: -.035em; }
.service-contact-form > p { margin: 0 0 25px; color: rgba(255,255,255,.7); }
.service-contact-links { display: flex; flex-wrap: wrap; gap: 10px 18px; margin: 0 0 26px; }
.service-contact-links a { display: inline-flex; align-items: center; gap: 7px; color: #fff; font-size: 13px; font-weight: 700; }
.service-contact-links a::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); }
.service-contact-form .lead-form { padding-top: 4px; }

/* Footer */
.site-footer { padding: 66px 0 22px; color: #fff; background: #07131f; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .72fr .95fr 1fr; gap: 44px; }
.brand-footer { margin-bottom: 18px; }
.footer-description { max-width: 290px; color: rgba(255,255,255,.58); }
.site-footer h3 { margin: 0 0 17px; font-size: 15px; }
.footer-links, .footer-contacts { display: grid; gap: 10px; color: rgba(255,255,255,.65); font-size: 14px; }
.footer-links a:hover, .footer-contacts a:hover { color: #fff; }
.footer-request p { margin: 0 0 18px; color: rgba(255,255,255,.6); }
.footer-bottom { display: flex; flex-wrap: wrap; gap: 18px 28px; margin-top: 48px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.48); font-size: 12px; }
.footer-bottom span { margin-right: auto; }

/* Modal */
.modal { position: fixed; inset: 0; z-index: 500; display: grid; place-items: center; padding: 20px; visibility: hidden; opacity: 0; transition: .2s ease; }
.modal.is-open { visibility: visible; opacity: 1; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(2,9,15,.75); backdrop-filter: blur(5px); }
.modal-dialog { position: relative; z-index: 2; width: min(620px, 100%); max-height: calc(100vh - 40px); overflow-y: auto; padding: 34px; border-radius: 24px; color: #fff; background: var(--primary); box-shadow: 0 34px 90px rgba(0,0,0,.38); }
.modal-dialog h2 { margin: 0; font-size: 36px; }
.modal-dialog > p { color: rgba(255,255,255,.67); }
.modal-close { position: absolute; top: 13px; right: 15px; width: 40px; height: 40px; border: 0; border-radius: 50%; color: #fff; background: rgba(255,255,255,.08); font-size: 26px; line-height: 1; }

/* 404 */
.not-found { position: relative; min-height: 100vh; overflow: hidden; color: #fff; background: #07131f; }
.not-found-background { position: absolute; inset: 0; }
.not-found-background::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,14,24,.97) 0%, rgba(5,14,24,.86) 54%, rgba(5,14,24,.66) 100%); }
.not-found-background img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.65); }
.not-found-grid { position: relative; z-index: 2; min-height: 100vh; display: grid; grid-template-columns: 1fr .7fr; align-items: center; gap: 70px; padding-top: var(--header-height); }
.not-found-visual { padding: 34px; border: 1px solid rgba(255,255,255,.1); border-radius: 28px; background: rgba(255,255,255,.07); backdrop-filter: blur(13px); }
.error-code { color: var(--accent); font-size: clamp(90px,13vw,180px); font-weight: 900; line-height: .85; letter-spacing: -.08em; }

/* Responsive */
@media (max-width: 1120px) {
  .container { width: min(100% - 32px, 1040px); }
  .header-inner { gap: 18px; }
  .main-nav { gap: 18px; }
  .header-phone small { display: none; }
  .hero-grid { grid-template-columns: minmax(0,1fr) minmax(300px,.72fr); gap: 36px; }
  .hero-copy h1 { font-size: clamp(48px,6vw,68px); }
  .service-card { grid-column: span 4; }
  .service-card:nth-child(1), .service-card:nth-child(2) { grid-column: span 6; }
  .split-grid, .map-grid, .contact-grid { gap: 48px; }
  .request-panel { padding: 48px; gap: 40px; }
  .footer-grid { grid-template-columns: 1.2fr .7fr 1fr; }
  .footer-request { grid-column: 1 / -1; }
}

@media (max-width: 920px) {
  :root { --header-height: 74px; }
  .header-actions .button-small, .header-phone { display: none; }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; top: var(--header-height); left: 16px; right: 16px; display: grid; gap: 0; padding: 12px; border: 1px solid rgba(255,255,255,.1); border-radius: 0 0 18px 18px; background: rgba(7,20,32,.98); box-shadow: 0 20px 45px rgba(0,0,0,.24); transform: translateY(-16px); visibility: hidden; opacity: 0; pointer-events: none; transition: .2s ease; }
  .main-nav.is-open { transform: none; visibility: visible; opacity: 1; pointer-events: auto; }
  .main-nav a { padding: 14px 12px; }
  .main-nav a::after { display: none; }
  .hero { min-height: auto; padding: 128px 0 100px; }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-copy { max-width: 760px; }
  .hero-dashboard { max-width: 620px; margin: 0; }
  .cards-section { margin-top: -42px; }
  .benefit-grid { grid-template-columns: 1fr 1fr; }
  .benefit-card:last-child { grid-column: 1 / -1; min-height: 280px; }
  .service-card, .service-card:nth-child(1), .service-card:nth-child(2) { grid-column: span 6; min-height: 370px; }
  .split-grid, .map-grid, .contact-grid, .inner-hero-grid, .service-overview-grid { grid-template-columns: 1fr; }
  .split-grid, .map-grid, .contact-grid { gap: 40px; }
  .split-visual { min-height: 480px; }
  .map-grid { gap: 38px; }
  .steps-layout-photo { grid-template-columns: 1fr; }
  .steps-photo { min-height: 390px; }
  .request-panel { grid-template-columns: 1fr; min-height: auto; }
  .request-copy { max-width: 680px; }
  .inner-hero-grid { gap: 38px; }
  .inner-hero-image { height: 360px; }
  .service-hero { min-height: auto; }
  .service-hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .service-hero-summary { max-width: 620px; }
  .service-side-card { position: static; }
  .related-services-grid { grid-template-columns: 1fr 1fr; }
  .service-contact-shell { grid-template-columns: 1fr; }
  .service-contact-map, .service-contact-map iframe { min-height: 410px; }
  .payment-shell { grid-template-columns: 1fr; gap: 28px; }
  .clients-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-request { grid-column: auto; }
  .not-found-grid { grid-template-columns: 1fr; padding-block: calc(var(--header-height) + 70px) 70px; }
  .not-found-visual { display: none; }
}

@media (max-width: 640px) {
  .header-inner { justify-content: space-between; }
  .container { width: calc(100% - 28px); }
  .section { padding: 72px 0; }
  .brand-copy small { display: none; }
  .brand-copy strong { font-size: 13px; }
  .hero { padding: 112px 0 82px; }
  .hero-background img { object-position: 62% center; }
  .hero-background::after { background: linear-gradient(180deg, rgba(4,14,24,.92) 0%, rgba(4,14,24,.84) 68%, rgba(4,14,24,.78) 100%); }
  .hero-copy h1, .inner-hero h1, .service-hero h1, .not-found h1 { font-size: clamp(39px,12vw,52px); }
  .hero-text, .lead-text { font-size: 16px; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-dashboard { min-height: 0; padding: 20px; }
  .hero-dashboard-grid { gap: 8px; }
  .hero-dashboard-grid > div { padding: 13px; }
  .cards-section { margin-top: 0; padding-top: 18px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-card, .benefit-card:last-child { grid-column: auto; min-height: 275px; }
  .section-heading { margin-bottom: 32px; }
  .section-heading-row { display: block; }
  .section-heading-row .text-link, .section-heading-row .slider-buttons { margin-top: 20px; }
  .section-heading h2, .split-copy h2, .map-copy h2, .request-copy h2, .contact-info h2 { font-size: 36px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:nth-child(1), .service-card:nth-child(2) { grid-column: auto; min-height: 350px; }
  .service-card-content { padding: 23px; padding-right: 70px; }
  .service-card h3 { font-size: 23px; }
  .split-visual { min-height: 390px; border-radius: 22px; }
  .floating-label { right: 14px; bottom: 14px; max-width: calc(100% - 28px); }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stat-item, .stat-item:first-child { padding: 26px 16px; border-bottom: 1px solid rgba(255,255,255,.15); }
  .stat-item:nth-child(2) { border-right: 0; }
  .stat-item strong { font-size: 37px; }
  .map-visual { min-height: 400px; padding: 14px; border-radius: 22px; }
  .map-graphic { width: 100%; }
  .map-photo-card { right: 10px; bottom: 10px; width: 62%; height: 150px; border-width: 5px; }
  .steps-layout-photo .steps-grid { grid-template-columns: 1fr; }
  .steps-layout-photo .step-card, .steps-layout-photo .step-card:first-child { min-height: auto; }
  .steps-grid:not(.steps-layout-photo .steps-grid) { grid-template-columns: 1fr; border-top: 0; }
  .step-card, .step-card:first-child { padding: 22px 0; border-top: 1px solid #d8e0e7; }
  .step-card::after { display: none; }
  .testimonial-card { min-width: 88%; padding: 24px; }
  .request-panel { padding: 34px 18px; border-radius: 22px; }
  .request-form { padding: 18px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-wide { grid-column: auto; }
  .form-submit-row { align-items: flex-start; flex-direction: column; }
  .form-submit-row .button { width: 100%; }
  .contact-list { grid-template-columns: 1fr; }
  .inner-hero { padding-top: calc(var(--header-height) + 50px); }
  .inner-hero-image { height: 270px; border-radius: 21px; }
  .content-section { padding-top: calc(var(--header-height) + 44px); }
  .service-hero { padding-top: calc(var(--header-height) + 48px); }
  .service-hero-summary { padding: 22px; }
  .service-overview-grid { gap: 34px; }
  .related-services-grid { grid-template-columns: 1fr; }
  .related-service-card { min-height: 230px; }
  .service-contact-shell { border-radius: 22px; }
  .service-contact-map, .service-contact-map iframe { min-height: 330px; }
  .service-map-pin { left: 14px; right: 14px; bottom: 14px; padding: 16px; }
  .service-contact-form { padding: 30px 18px; }
  .payment-section { padding: 8px 0 72px; }
  .payment-shell { padding: 28px 18px; border-radius: 22px; }
  .payment-grid { grid-template-columns: 1fr; }
  .payment-card { padding: 17px; }
  .clients-grid { grid-template-columns: 1fr; }
  .client-card { min-height: 112px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom { display: grid; }
  .footer-bottom span { margin-right: 0; }
  .modal-dialog { padding: 28px 18px; border-radius: 20px; }
  .modal-dialog h2 { font-size: 30px; }
}

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