:root {
	--color-primary: #1596d2;
	--color-primary-50: #edf8fd;
	--color-primary-100: #d7effa;
	--color-primary-500: #1596d2;
	--color-primary-600: #087bb3;
	--color-primary-700: #05618e;
	--color-primary-900: #073753;
	--color-secondary: #506579;
	--color-secondary-50: #f5f7f9;
	--color-secondary-100: #edf1f4;
	--color-secondary-200: #d7dfe6;
	--color-secondary-300: #b8c6d1;
	--color-secondary-500: #71869a;
	--color-secondary-600: #506579;
	--color-secondary-700: #31485d;
	--color-secondary-900: #102536;
	--color-neutral: #0a1722;
	--color-background: #ffffff;
	--font-sans: "Onest", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
	--font-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

:root {
	--navy: #071725;
	--navy-2: #0b2133;
	--navy-3: #102c43;
	--blue: #1596d2;
	--blue-2: #35b5ef;
	--ink: #0a1722;
	--muted: #657789;
	--line: #d9e1e7;
	--panel: #f3f6f8;
	--white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--ink); font-family: var(--font-sans); }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--blue-2); outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; } }
.site-shell { width: min(1460px, calc(100% - 72px)); margin-inline: auto; }
section[id] { scroll-margin-top: 112px; }

.topline { background: #06111b; color: #9eb0be; border-bottom: 1px solid rgba(255,255,255,.08); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.topline-inner { height: 34px; display: flex; align-items: center; gap: 12px; }
.topline-spacer { flex: 1; }
.topline a { color: #fff; text-decoration: none; font-weight: 700; }
.topline a:hover { color: var(--blue-2); }

.site-header { position: sticky; top: 0; z-index: 40; background: rgba(7,23,37,.98); color: #fff; border-bottom: 1px solid rgba(255,255,255,.09); backdrop-filter: blur(12px); }
.header-inner { height: 88px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; color: #fff; flex: 0 0 auto; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; background: var(--blue); font-weight: 900; font-size: 28px; line-height: 1; transform: skew(-8deg); }
.brand-mark::first-letter { transform: skew(8deg); }
.brand-name { margin-left: 10px; font-size: 27px; font-weight: 900; letter-spacing: -.04em; }
.brand-divider { height: 34px; width: 1px; background: rgba(255,255,255,.2); margin: 0 13px; }
.brand-caption { font-size: 8px; line-height: 1.3; letter-spacing: .14em; color: #9fb0bd; font-weight: 700; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 27px; }
.desktop-nav a { color: #c5d0d8; text-decoration: none; font-size: 13px; font-weight: 700; letter-spacing: .02em; transition: color .2s ease; }
.desktop-nav a:hover { color: #fff; }
.header-cta { padding: 14px 18px; border: 1px solid rgba(255,255,255,.26); text-decoration: none; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; white-space: nowrap; }
.header-cta:hover { background: #fff; color: var(--navy); }
.menu-button { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid rgba(255,255,255,.2); background: transparent; }
.menu-button span { display: block; height: 2px; background: #fff; margin: 5px 0; }
.mobile-nav { display: none; }

.hero { position: relative; overflow: hidden; background: var(--navy); color: #fff; min-height: 715px; }
.hero-grid { position: absolute; inset: 0; opacity: .19; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to right, #000 0%, #000 66%, transparent 100%); }
.hero::after { content: ""; position: absolute; width: 580px; height: 580px; right: 8%; top: 3%; border-radius: 50%; background: radial-gradient(circle, rgba(21,150,210,.17), rgba(21,150,210,0) 70%); pointer-events: none; }
.hero-inner { min-height: 650px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 38px; position: relative; z-index: 2; padding-top: 28px; padding-bottom: 56px; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: #516b80; font-size: 11px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow span { width: 38px; height: 3px; background: var(--blue); }
.eyebrow-light { color: #90a6b6; }
.hero h1 { margin: 24px 0 24px; font-size: clamp(48px, 5.3vw, 86px); line-height: .91; letter-spacing: -.055em; font-weight: 900; text-transform: uppercase; max-width: 820px; }
.hero h1 span { color: var(--blue-2); }
.hero-text { max-width: 720px; color: #b7c5cf; font-size: 18px; line-height: 1.65; margin: 0; }
.hero-actions { display: flex; gap: 12px; margin-top: 34px; flex-wrap: wrap; }
.btn { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 26px; padding: 0 22px; text-decoration: none; font-size: 12px; letter-spacing: .075em; text-transform: uppercase; font-weight: 900; border: 1px solid transparent; transition: .2s ease; }
.btn b { font-size: 20px; line-height: 1; }
.btn-primary { background: var(--blue); border-color: var(--blue); color: #fff; }
.btn-primary:hover { background: var(--blue-2); border-color: var(--blue-2); color: #001521; }
.btn-ghost { border-color: rgba(255,255,255,.25); color: #fff; }
.btn-ghost:hover { border-color: #fff; background: rgba(255,255,255,.06); }
.btn-block { width: 100%; }
.hero-trust { margin-top: 48px; display: grid; grid-template-columns: repeat(3,1fr); max-width: 700px; border-top: 1px solid rgba(255,255,255,.16); padding-top: 22px; }
.hero-trust > div { display: flex; flex-direction: column; gap: 7px; padding-right: 26px; }
.hero-trust > div + div { border-left: 1px solid rgba(255,255,255,.14); padding-left: 26px; }
.hero-trust strong { font-size: 19px; color: #fff; }
.hero-trust span { color: #8195a5; font-size: 11px; line-height: 1.4; text-transform: uppercase; letter-spacing: .08em; }
.hero-visual { min-height: 520px; position: relative; display: flex; align-items: center; justify-content: center; }
.hero-visual svg { width: min(100%, 680px); filter: drop-shadow(0 35px 65px rgba(0,0,0,.32)); }
.technical-label { position: absolute; color: #5d788e; font-family: var(--font-mono); letter-spacing: .13em; font-size: 10px; }
.label-a { left: 5%; top: 15%; }
.label-b { right: 0; bottom: 15%; transform: rotate(90deg); transform-origin: right bottom; }
.hero-bottomline { position: absolute; z-index: 3; left: 0; right: 0; bottom: 0; border-top: 1px solid rgba(255,255,255,.12); background: rgba(4,16,25,.84); }
.hero-bottomline-inner { height: 64px; display: flex; align-items: center; gap: 20px; font-size: 10px; letter-spacing: .13em; color: #7f94a5; white-space: nowrap; overflow: hidden; }
.hero-bottomline i { flex: 1; height: 1px; min-width: 22px; background: #2d4354; }

.section { padding: 110px 0; }
.section-head { display: grid; grid-template-columns: 200px 1.2fr .8fr; align-items: start; gap: 46px; margin-bottom: 52px; }
.section-head.compact { grid-template-columns: 200px 1fr; }
.section-head > div:first-child { display: flex; align-items: center; gap: 16px; }
.section-index { font-family: var(--font-mono); font-size: 12px; color: var(--blue); font-weight: 800; }
.section-kicker { font-size: 10px; letter-spacing: .16em; font-weight: 900; color: #788998; text-transform: uppercase; }
.section-head h2, .contractor-copy h2, .docs-grid h2, .about-copy h2, .request-section h2, .cases-title h2, .faq-intro h2 { margin: 0; font-size: clamp(42px, 4.6vw, 72px); line-height: .94; letter-spacing: -.048em; font-weight: 900; text-transform: uppercase; }
.section-head > p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.75; max-width: 460px; }

.services-section { background: #fff; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 340px; padding: 31px; position: relative; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; overflow: hidden; transition: background .2s ease, color .2s ease, transform .2s ease; }
.service-card:hover { background: var(--navy); color: #fff; z-index: 2; }
.service-no { position: absolute; right: 25px; top: 22px; font-family: var(--font-mono); font-size: 10px; color: #9aabb8; }
.service-icon { width: 76px; height: 76px; display: grid; place-items: center; border: 1px solid #d5e0e8; margin-bottom: 43px; }
.service-icon svg { width: 48px; height: 48px; fill: none; stroke: var(--blue); stroke-width: 2; }
.service-card h3 { font-size: 27px; letter-spacing: -.03em; margin: 0 0 15px; }
.service-card p { font-size: 14px; line-height: 1.68; color: #657789; max-width: 360px; margin-bottom: 24px; }
.service-card a { text-decoration: none; font-size: 11px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; color: var(--blue); }
.service-card:hover p { color: #a9bac7; }
.service-card:hover .service-icon { border-color: #2e5068; }
.service-card-accent { background: #eef8fd; }

.dark-section { background: var(--navy); color: #fff; position: relative; overflow: hidden; }
.dark-section::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 49.9%, rgba(255,255,255,.05) 50%, transparent 50.1%); }
.contractor-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; position: relative; z-index: 1; }
.contractor-copy h2 { margin: 25px 0 28px; }
.contractor-copy h2 em { color: var(--blue-2); font-style: normal; }
.contractor-copy > p { color: #a7b8c4; max-width: 590px; font-size: 16px; line-height: 1.75; margin-bottom: 31px; }
.contractor-points { border-top: 1px solid rgba(255,255,255,.13); }
.contractor-point { display: grid; grid-template-columns: 64px 1fr; gap: 22px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.contractor-point > span { font-family: var(--font-mono); color: var(--blue-2); font-size: 12px; padding-top: 5px; }
.contractor-point h3 { margin: 0 0 8px; font-size: 20px; }
.contractor-point p { margin: 0; color: #889eae; line-height: 1.65; font-size: 13px; }

.solutions-section { background: var(--panel); }
.solution-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: #cbd6de; border: 1px solid #cbd6de; }
.solution-grid article { background: #fff; min-height: 360px; padding: 32px; position: relative; }
.solution-grid article::before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 5px; background: var(--blue); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.solution-grid article:hover::before { transform: scaleX(1); }
.solution-grid article > span { font-family: var(--font-mono); font-size: 10px; color: #7890a1; letter-spacing: .12em; }
.solution-grid h3 { font-size: 27px; letter-spacing: -.035em; margin: 95px 0 18px; }
.solution-grid p { color: #687d8e; font-size: 14px; line-height: 1.65; }
.solution-grid b { position: absolute; right: 26px; bottom: 24px; font-size: 72px; line-height: 1; color: #edf2f5; letter-spacing: -.08em; }

.process-section { background: #fff; }
.process-line { display: grid; grid-template-columns: repeat(5,1fr); border-top: 3px solid var(--ink); }
.process-line > div { min-height: 245px; padding: 24px 24px 20px 0; border-right: 1px solid var(--line); position: relative; }
.process-line > div:not(:first-child) { padding-left: 24px; }
.process-line > div::before { content: ""; width: 8px; height: 8px; position: absolute; top: -5px; left: 0; background: var(--blue); }
.process-line span { color: var(--blue); font-family: var(--font-mono); font-size: 11px; }
.process-line h3 { margin: 60px 0 12px; font-size: 18px; line-height: 1.25; }
.process-line p { margin: 0; color: #6d8090; font-size: 13px; line-height: 1.6; }

.cases-section { background: #eaf0f4; }
.cases-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; align-items: center; }
.cases-title > .section-index, .cases-title > .section-kicker { margin-right: 14px; }
.cases-title h2 { margin: 26px 0 25px; }
.cases-title p { max-width: 520px; color: #667b8c; line-height: 1.7; }
.case-template { background: var(--navy); color: #fff; padding: 34px; box-shadow: 0 30px 70px rgba(17,41,59,.16); }
.case-template-head { display: flex; justify-content: space-between; font-family: var(--font-mono); color: #7891a4; font-size: 10px; letter-spacing: .12em; padding-bottom: 25px; border-bottom: 1px solid rgba(255,255,255,.14); }
.case-template-head b { color: var(--blue-2); }
.case-template-grid { display: grid; grid-template-columns: 1fr 1fr; }
.case-template-grid > div { padding: 28px 20px 28px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.case-template-grid > div:nth-child(even) { border-left: 1px solid rgba(255,255,255,.12); padding-left: 24px; }
.case-template small, .case-template-result small { display: block; color: #738a9b; letter-spacing: .12em; font-size: 9px; font-weight: 900; margin-bottom: 9px; }
.case-template strong { font-size: 16px; }
.case-template-result { padding: 28px 0; }
.case-template-result p { color: #a8b8c4; line-height: 1.65; margin: 0; }
.case-template > a { display: inline-block; color: var(--blue-2); text-decoration: none; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }

.docs-section { background: #fff; }
.docs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: start; }
.docs-grid h2 { margin-top: 25px; }
.doc-list { border-top: 1px solid var(--ink); }
.doc-list > div { display: grid; grid-template-columns: 64px 1fr; gap: 15px; align-items: center; min-height: 76px; border-bottom: 1px solid var(--line); }
.doc-list span { font-family: var(--font-mono); color: var(--blue); font-size: 11px; }
.doc-list strong { font-size: 16px; }

.faq-section { background: #eef3f6; }
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.faq-intro h2 { margin: 24px 0 20px; }
.faq-intro > p { max-width: 520px; color: #617789; line-height: 1.7; }
.faq-list { border-top: 1px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 22px 48px 22px 0; cursor: pointer; list-style: none; font-size: 18px; line-height: 1.3; font-weight: 850; letter-spacing: -.015em; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 0; top: 20px; color: var(--blue); font-family: var(--font-mono); font-size: 22px; font-weight: 500; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: -3px 46px 22px 0; color: #617789; font-size: 14px; line-height: 1.7; }

.about-section { background: #f2f6f8; overflow: hidden; }
.about-layout { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 70px; }
.about-number { font-size: clamp(300px, 34vw, 570px); line-height: .7; color: #e0e9ee; font-weight: 900; letter-spacing: -.15em; user-select: none; }
.about-copy h2 { margin: 24px 0; }
.about-copy p { color: #617789; max-width: 720px; font-size: 16px; line-height: 1.75; }
.about-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.about-tags span { border: 1px solid #c8d5de; padding: 9px 11px; font-size: 9px; font-weight: 900; letter-spacing: .12em; color: #536a7b; }

.request-section { padding: 110px 0; background: #0b2b41; color: #fff; position: relative; overflow: hidden; }
.request-section::after { content: "1-AIR"; position: absolute; right: -25px; bottom: -60px; font-size: 180px; font-weight: 900; color: rgba(255,255,255,.025); letter-spacing: -.09em; }
.request-layout { display: grid; grid-template-columns: 1fr .8fr; gap: 100px; position: relative; z-index: 1; }
.request-section h2 { margin: 24px 0 25px; }
.request-section > .site-shell > div:first-child p { max-width: 650px; color: #9ab0c0; line-height: 1.75; }
.request-card { background: #fff; color: var(--ink); padding: 34px; }
.request-card h3 { margin: 0 0 11px; font-size: 25px; }
.request-card > p { color: #697e8e; font-size: 13px; line-height: 1.65; }
.request-filebox { margin: 27px 0 16px; border: 1px solid #d7e0e6; min-height: 110px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; background: #f6f9fb; }
.request-filebox span { color: #8799a6; font-family: var(--font-mono); font-size: 9px; letter-spacing: .1em; }
.request-filebox strong { font-size: 13px; color: var(--blue); }

.site-footer { background: #06111b; color: #fff; padding-top: 72px; }
.footer-grid { display: grid; grid-template-columns: 1.15fr .75fr .75fr 1.1fr; gap: 64px; padding-bottom: 60px; }
.brand-footer { margin-bottom: 24px; }
.footer-lead { color: #8298a8; font-size: 13px; line-height: 1.65; max-width: 320px; }
.footer-grid h3 { font-size: 10px; letter-spacing: .15em; text-transform: uppercase; color: #718897; margin: 0 0 20px; }
.footer-grid a { display: block; color: #c8d3db; text-decoration: none; font-size: 13px; margin-bottom: 12px; }
.footer-grid a:hover { color: var(--blue-2); }
.footer-grid p { color: #7e94a4; font-size: 13px; line-height: 1.65; margin-top: 0; }
.footer-grid .footer-action { margin-top: 20px; color: var(--blue-2); font-weight: 900; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.footer-bottom { min-height: 70px; border-top: 1px solid rgba(255,255,255,.1); display: flex; align-items: center; gap: 32px; justify-content: space-between; color: #5e7586; font-size: 9px; letter-spacing: .11em; text-transform: uppercase; }

.subhero { position: relative; overflow: hidden; background: var(--navy); color: #fff; padding: 92px 0 78px; border-top: 1px solid rgba(255,255,255,.06); }
.subhero-grid { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px); background-size: 60px 60px; }
.subhero-inner { position: relative; z-index: 1; }
.subhero h1 { max-width: 1050px; margin: 24px 0 18px; font-size: clamp(48px, 6vw, 88px); line-height: .92; letter-spacing: -.055em; text-transform: uppercase; font-weight: 900; }
.subhero p { max-width: 700px; margin: 0; color: #98adbc; font-size: 16px; line-height: 1.7; }
.page-section { padding: 92px 0 120px; background: #fff; }
.page-layout { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 82px; align-items: start; }
.page-aside { position: sticky; top: 120px; padding-top: 18px; border-top: 3px solid var(--blue); }
.page-aside > span { display: block; color: var(--blue); font-family: var(--font-mono); font-size: 11px; letter-spacing: .14em; margin-bottom: 16px; }
.page-aside strong { display: block; font-size: 15px; line-height: 1.4; letter-spacing: .03em; }
.page-aside a { display: inline-block; margin-top: 28px; color: var(--blue); text-decoration: none; text-transform: uppercase; font-size: 10px; font-weight: 900; letter-spacing: .08em; }
.page-content { max-width: 930px; }
.page-content h2 { margin: 0 0 24px; font-size: clamp(34px, 3.4vw, 54px); line-height: 1; letter-spacing: -.045em; text-transform: uppercase; }
.page-content h3 { margin: 46px 0 16px; font-size: 25px; letter-spacing: -.025em; }
.page-content p { color: #5d7283; font-size: 16px; line-height: 1.8; margin: 0 0 22px; }
.page-content ul, .page-content ol { margin: 26px 0; padding-left: 22px; color: #526879; line-height: 1.75; }
.page-content li { margin-bottom: 9px; }
.page-content strong { color: var(--ink); }
.page-content hr { border: 0; border-top: 1px solid var(--line); margin: 50px 0; }
.page-featured { margin: 0 0 38px; }
.page-featured img { width: 100%; height: auto; display: block; }

@media (max-width: 1180px) {
	.site-shell { width: min(100% - 44px, 1180px); }
	.desktop-nav { gap: 17px; }
	.desktop-nav a { font-size: 12px; }
	.brand-caption, .brand-divider { display: none; }
	.header-inner { gap: 20px; }
	.hero-inner { grid-template-columns: 1.08fr .92fr; }
	.section-head { grid-template-columns: 130px 1fr .75fr; gap: 30px; }
	.service-grid { grid-template-columns: repeat(2,1fr); }
	.solution-grid { grid-template-columns: repeat(2,1fr); }
	.contractor-layout, .docs-grid, .request-layout { gap: 60px; }
	.process-line { grid-template-columns: repeat(5, minmax(0,1fr)); }
}

@media (max-width: 900px) {
	.topline-inner { justify-content: space-between; }
	.topline-sep, .topline-inner > span:nth-of-type(2) { display: none; }
	.desktop-nav, .header-cta { display: none; }
	.menu-button { display: block; margin-left: auto; }
	.mobile-nav { position: absolute; left: 0; right: 0; top: 100%; background: #071725; border-top: 1px solid rgba(255,255,255,.08); }
	.mobile-nav-inner { padding-block: 20px 28px; display: flex; flex-direction: column; }
	.mobile-nav a { color: #fff; text-decoration: none; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.08); font-weight: 800; font-size: 16px; }
	.mobile-nav .mobile-nav-cta { margin-top: 18px; padding: 16px; background: var(--blue); text-align: center; border: 0; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
	.hero { min-height: 720px; }
	.hero-inner { grid-template-columns: 1fr; padding-top: 60px; padding-bottom: 86px; gap: 20px; }
	.hero-copy { position: relative; z-index: 2; }
	.hero-visual { position: absolute; right: -22%; bottom: 30px; width: 74%; opacity: .55; }
	.hero-trust { max-width: 620px; }
	.section-head, .section-head.compact { grid-template-columns: 1fr; gap: 22px; }
	.section-head > div:first-child { margin-bottom: 8px; }
	.contractor-layout, .docs-grid, .request-layout, .cases-layout, .about-layout { grid-template-columns: 1fr; gap: 55px; }
	.faq-layout { grid-template-columns: 1fr; gap: 42px; }
	.solution-grid { grid-template-columns: repeat(2,1fr); }
	.process-line { grid-template-columns: 1fr 1fr; border-top-width: 1px; }
	.process-line > div { border-top: 2px solid var(--ink); }
	.process-line > div::before { top: -5px; }
	.process-line > div:nth-child(odd) { padding-left: 0; }
	.process-line > div:nth-child(even) { padding-left: 24px; }
	.about-number { display: none; }
	.footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
	.site-shell { width: calc(100% - 32px); }
	.topline { display: none; }
	.header-inner { height: 70px; }
	.brand-mark { width: 38px; height: 38px; font-size: 24px; }
	.brand-name { font-size: 24px; }
	.hero { min-height: 780px; }
	.hero-grid { background-size: 48px 48px; opacity: .13; }
	.hero-inner { min-height: 710px; padding-top: 50px; padding-bottom: 92px; display: block; }
	.eyebrow { font-size: 9px; }
	.eyebrow span { width: 25px; }
	.hero h1 { font-size: clamp(42px, 12.5vw, 62px); margin-top: 20px; }
	.hero-text { font-size: 15px; line-height: 1.58; max-width: 94%; }
	.hero-actions { flex-direction: column; align-items: stretch; }
	.btn { width: 100%; justify-content: space-between; min-height: 52px; }
	.hero-trust { grid-template-columns: 1fr 1fr; gap: 22px 0; margin-top: 34px; }
	.hero-trust > div { padding-right: 12px; }
	.hero-trust > div + div { padding-left: 16px; }
	.hero-trust > div:nth-child(3) { display: none; }
	.hero-visual { width: 88%; right: -38%; bottom: 48px; opacity: .42; }
	.hero-bottomline-inner { height: 50px; font-size: 8px; gap: 11px; }
	.hero-bottomline-inner span:nth-of-type(n+4), .hero-bottomline-inner i:nth-of-type(n+3) { display: none; }
	.section { padding: 76px 0; }
	.section-head { margin-bottom: 34px; }
	.section-head h2, .contractor-copy h2, .docs-grid h2, .about-copy h2, .request-section h2, .cases-title h2, .faq-intro h2 { font-size: 40px; line-height: .96; }
	.section-head > p { font-size: 14px; line-height: 1.65; }
	.service-grid { grid-template-columns: 1fr; }
	.service-card { min-height: 285px; padding: 25px; }
	.service-icon { margin-bottom: 28px; }
	.service-card h3 { font-size: 25px; }
	.contractor-layout { gap: 42px; }
	.contractor-point { grid-template-columns: 44px 1fr; gap: 12px; }
	.solution-grid { grid-template-columns: 1fr; }
	.solution-grid article { min-height: 265px; }
	.solution-grid h3 { margin-top: 55px; }
	.process-line { grid-template-columns: 1fr; }
	.process-line > div, .process-line > div:not(:first-child) { min-height: 180px; padding: 22px 0; border-right: 0; }
	.process-line h3 { margin-top: 34px; }
	.case-template { padding: 24px; }
	.case-template-grid { grid-template-columns: 1fr; }
	.case-template-grid > div:nth-child(even) { border-left: 0; padding-left: 0; }
	.doc-list > div { grid-template-columns: 44px 1fr; min-height: 70px; }
	.request-section { padding: 76px 0; }
	.request-card { padding: 25px; }
	.footer-grid { grid-template-columns: 1fr; gap: 38px; }
	.footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: 8px; padding: 22px 0; }
}
