:root { --navy: #000073; --navy-deep: #00004f; --blue: #0345eb; --sky: #2e9cff; --orange: #ff5c00; --ink: #11114f; --gray: #575756; --muted: #6f7180; --line: #dedfe8; --surface: #f6f7fb; --white: #fff; --radius: 26px; --shadow: 0 24px 70px rgba(0, 0, 115, .11); --max: 1240px; }

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
section { scroll-margin-top: 88px; }
::selection { color: #fff; background: var(--blue); }
[hidden] { display: none !important; }
.hidden { display: none !important; }
.invisible { visibility: hidden !important; }
.block { display: block; }

.skip-link { position: fixed; z-index: 2000; left: 16px; top: -80px; padding: 12px 18px; border-radius: 12px; color: #fff; background: var(--orange); transition: top .2s ease; }
.skip-link:focus { top: 16px; }

.container { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }

.site-header { position: fixed; z-index: 1000; inset: 0 0 auto; color: #fff; transition: color .3s ease, background .3s ease, box-shadow .3s ease; }
.site-header::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: rgba(255,255,255,.13); }
.site-header.scrolled { color: var(--navy); background: rgba(255,255,255,.94); box-shadow: 0 8px 30px rgba(0,0,115,.08); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); }
.site-header.scrolled::after { background: rgba(0,0,115,.1); }
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.brand { flex: 0 0 auto; }
.brand img { width: 244px; max-height: 62px; transition: filter .3s ease; filter: brightness(0) invert(1); }
.site-header.scrolled .brand img { filter: none; }
.nav-wrap { display: flex; align-items: center; gap: 38px; }
.nav-list { display: flex; align-items: center; gap: 33px; padding: 0; margin: 0; list-style: none; }
.nav-list a { position: relative; font-size: 14px; font-weight: 600; letter-spacing: .01em; }
.nav-list a::after { content: ""; position: absolute; inset: auto 0 -8px; height: 2px; background: var(--orange); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.nav-list a:hover::after, .nav-list a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.header-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 19px; border: 1px solid rgba(255,255,255,.4); border-radius: 999px; font-size: 13px; font-weight: 700; transition: border-color .2s ease, background .2s ease, color .2s ease; }
.site-header.scrolled .header-cta { border-color: rgba(0,0,115,.18); }
.header-cta:hover { color: #fff; border-color: var(--orange); background: var(--orange); }
.menu-toggle { display: none; width: 48px; height: 48px; padding: 0; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 20px; height: 2px; margin: 5px auto; background: currentColor; transition: transform .25s ease, opacity .25s ease; }
.site-header.scrolled .menu-toggle { border-color: rgba(0,0,115,.2); }
.menu-open .menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
.menu-open .menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.hero { position: relative; min-height: 820px; display: flex; align-items: center; overflow: hidden; color: #fff; background: var(--navy); }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,73,.98) 0%, rgba(0,0,73,.91) 45%, rgba(0,0,73,.55) 72%, rgba(0,0,73,.78) 100%), url("../img/hero.jpg") center 35% / cover no-repeat; }
.hero::after { content: ""; position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px), radial-gradient(circle at 86% 18%, rgba(3,69,235,.85), transparent 31%); background-size: 120px 120px, 120px 120px, auto; -webkit-mask-image: linear-gradient(to right, transparent 5%, #000 45%, #000 100%); mask-image: linear-gradient(to right, transparent 5%, #000 45%, #000 100%); }
.hero-orbit { position: absolute; z-index: 1; width: 280px; height: 280px; right: 5vw; top: 150px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
.hero-orbit::before, .hero-orbit::after { content: ""; position: absolute; border-radius: 50%; }
.hero-orbit::before { inset: 46px; border: 1px solid rgba(255,255,255,.11); }
.hero-orbit::after { width: 14px; height: 14px; top: 31px; left: 49px; background: var(--orange); box-shadow: 0 0 0 10px rgba(255,92,0,.14); }
.hero-inner { position: relative; z-index: 2; width: min(900px, 74%); padding-top: 114px; padding-bottom: 76px; }
.eyebrow { display: inline-flex; align-items: center; gap: 12px; margin: 0 0 25px; color: var(--blue); font-size: 12px; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 32px; height: 1px; background: currentColor; }
.hero .eyebrow { padding: 9px 15px; margin-bottom: 30px; color: rgba(255,255,255,.88); border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: rgba(255,255,255,.07); letter-spacing: .08em; text-transform: none; }
.hero .eyebrow::before { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 6px rgba(255,92,0,.12); }
.hero h1 { max-width: 860px; margin: 0; font-size: clamp(58px, 7.15vw, 98px); line-height: .98; letter-spacing: -.058em; }
.hero h1 em { color: transparent; background: linear-gradient(110deg, var(--sky), var(--blue)); -webkit-background-clip: text; background-clip: text; font-weight: 400; }
.hero-lead { max-width: 710px; margin: 29px 0 0; color: rgba(255,255,255,.78); font-size: clamp(17px, 1.45vw, 20px); }
.hero-lead strong { color: #fff; font-weight: 600; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 58px; padding: 0 28px; border: 1px solid transparent; border-radius: 999px; font-size: 15px; font-weight: 700; transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--orange); box-shadow: 0 14px 34px rgba(255,92,0,.26); }
.button-primary:hover { background: #ff6b18; box-shadow: 0 17px 40px rgba(255,92,0,.34); }
.button-outline { color: #fff; border-color: rgba(255,255,255,.46); background: rgba(255,255,255,.03); }
.button-outline:hover { border-color: #fff; background: rgba(255,255,255,.1); }
.arrow { font-size: 20px; line-height: 1; }
.scroll-hint { position: absolute; z-index: 2; right: 44px; bottom: 42px; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.58); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; transform: rotate(90deg) translateX(-100%); transform-origin: right bottom; }
.scroll-hint::after { content: ""; width: 56px; height: 1px; background: currentColor; }

.stats { position: relative; z-index: 3; margin-top: -1px; background: #fff; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-inline: 1px solid var(--line); }
.stat { min-height: 190px; padding: 36px; border-right: 1px solid var(--line); }
.stat:last-child { border-right: 0; }
.stat-value { display: block; color: var(--navy); font-size: clamp(38px, 4vw, 56px); font-weight: 700; line-height: 1.05; letter-spacing: -.045em; }
.stat-value span { color: var(--orange); }
.stat-label { display: block; margin-top: 9px; color: var(--muted); font-size: 14px; }

.section { padding: 120px 0; }
.section-heading { max-width: 900px; margin-bottom: 58px; }
.section-heading h2 { margin: 0; color: var(--navy); font-size: clamp(42px, 5.3vw, 72px); line-height: 1.08; letter-spacing: -.045em; }
.section-heading h2 em { color: var(--blue); font-weight: 400; }
.section-heading > p { max-width: 740px; margin: 25px 0 0; color: var(--muted); font-size: 18px; }

.about { background: linear-gradient(180deg, #fff, #fbfbfd); }
.about-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(50px, 7vw, 96px); align-items: center; }
.about-copy p { margin: 0 0 23px; color: var(--gray); font-size: 17px; }
.about-copy p:first-of-type { color: var(--ink); font-size: clamp(22px, 2vw, 27px); font-weight: 600; line-height: 1.5; }
.about-copy strong { color: var(--navy); }
.about-visual { position: relative; padding: 0 0 38px 38px; }
.about-image { min-height: 590px; border-radius: var(--radius); object-fit: cover; box-shadow: var(--shadow); }
.about-badge { position: absolute; left: 0; bottom: 0; width: min(330px, 78%); padding: 26px; color: #fff; border-radius: 22px; background: linear-gradient(135deg, var(--navy), var(--blue)); box-shadow: 0 18px 50px rgba(0,0,115,.25); }
.about-badge strong { display: block; font-size: 20px; }
.about-badge span { display: block; margin-top: 5px; color: rgba(255,255,255,.75); font-size: 14px; }

.services { background: var(--surface); }
.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.service-card { position: relative; min-height: 520px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: transform .3s ease, box-shadow .3s ease; }
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.service-image { height: 245px; width: 100%; object-fit: cover; transition: transform .6s ease; }
.service-card:hover .service-image { transform: scale(1.035); }
.service-body { padding: 30px 32px 34px; }
.service-topline { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.service-number { color: rgba(0,0,115,.12); font-size: 42px; font-weight: 700; line-height: 1; }
.icon-box { width: 54px; height: 54px; display: grid; place-items: center; color: #fff; border-radius: 16px; background: linear-gradient(135deg, var(--navy), var(--blue)); }
.icon-box svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin: 19px 0 10px; color: var(--navy); font-size: 27px; line-height: 1.2; }
.service-card p { margin: 0; color: var(--muted); }

.industries { position: relative; overflow: hidden; padding: 110px 0; color: #fff; background: linear-gradient(120deg, var(--navy-deep), var(--navy) 58%, var(--blue)); }
.industries::before { content: ""; position: absolute; inset: 0; opacity: .23; background: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 110px 110px; }
.industries-inner { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.industries h2 { margin: 0; font-size: clamp(42px, 5vw, 68px); line-height: 1.05; letter-spacing: -.045em; }
.industries h2 em { color: var(--sky); font-weight: 400; }
.industries p { margin: 22px 0 0; color: rgba(255,255,255,.72); font-size: 17px; }
.industry-tags { display: flex; flex-wrap: wrap; gap: 13px; }
.industry-tag { display: inline-flex; align-items: center; gap: 11px; min-height: 54px; padding: 0 20px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(255,255,255,.08); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.industry-tag::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--orange); }

.why { background: #fff; }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.why-card { position: relative; min-height: 355px; padding: 34px 30px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); }
.why-card::after { content: attr(data-number); position: absolute; right: 22px; top: 13px; color: rgba(0,0,115,.07); font-size: 70px; font-weight: 700; line-height: 1; }
.why-card .icon-box { margin-bottom: 28px; }
.why-card h3 { margin: 0 0 14px; color: var(--navy); font-size: 22px; line-height: 1.25; }
.why-card p { margin: 0; color: var(--muted); font-size: 15px; }

.process { background: var(--surface); }
.process-list { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; margin-top: 65px; }
.process-step { position: relative; padding: 0 22px 0 0; }
.process-step:not(:last-child)::before { content: ""; position: absolute; z-index: 0; top: 25px; left: 56px; right: 0; height: 1px; background: linear-gradient(90deg, var(--blue), rgba(3,69,235,.17)); }
.step-number { position: relative; z-index: 1; width: 52px; height: 52px; display: grid; place-items: center; color: #fff; border-radius: 50%; background: var(--navy); font-weight: 700; box-shadow: 0 0 0 9px var(--surface); }
.process-step:last-child .step-number { background: var(--orange); }
.process-step h3 { margin: 25px 0 9px; color: var(--navy); font-size: 18px; line-height: 1.3; }
.process-step p { margin: 0; color: var(--muted); font-size: 14px; }

.contact { position: relative; overflow: hidden; padding: 120px 0; color: #fff; background: linear-gradient(120deg, var(--navy-deep), var(--navy) 52%, #1010b8); }
.contact::before { content: ""; position: absolute; width: 700px; height: 700px; right: -240px; bottom: -330px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 95px rgba(255,255,255,.025), 0 0 0 190px rgba(255,255,255,.02); }
.contact-grid { position: relative; display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(55px, 8vw, 100px); align-items: start; }
.contact-copy { position: sticky; top: 130px; }
.contact .eyebrow { color: var(--sky); }
.contact h2 { margin: 0; font-size: clamp(48px, 5.5vw, 74px); line-height: 1.03; letter-spacing: -.05em; }
.contact h2 em { color: var(--sky); font-weight: 400; }
.contact-copy > p { margin: 25px 0 0; color: rgba(255,255,255,.74); font-size: 18px; }
.contact-note { display: flex; align-items: flex-start; gap: 14px; margin-top: 35px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.16); }
.contact-note span:first-child { color: var(--orange); font-size: 24px; }
.contact-note strong { display: block; }
.contact-note small { color: rgba(255,255,255,.6); }
.contact-form { display: block; padding: 42px; border: 1px solid rgba(255,255,255,.15); border-radius: var(--radius); background: rgba(255,255,255,.08); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-field { display: block; }
.form-field.full { grid-column: 1 / -1; }
.contact-form .ui-input-label { height: auto; margin: 0 0 8px; color: #fff; font-family: "Open Sans", sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.contact-form .ui-input-required.ui-input-raw .ui-input-label::before { color: var(--orange); }
.contact-form .ui-input-control { min-height: 56px; overflow: hidden; border: 1px solid rgba(255,255,255,.22); border-radius: 14px; background: rgba(0,0,73,.28); transition: border-color .2s ease, box-shadow .2s ease; }
.contact-form .ui-input-input { padding: 15px 17px 0; line-height: 26px; }
.contact-form .ui-input-control input, .contact-form .ui-input-control textarea { color: #fff; font-family: "Open Sans", sans-serif; font-size: 15px; line-height: 24px; }
.contact-form .ui-input-placeholder { color: rgba(255,255,255,.45); font-family: "Open Sans", sans-serif; line-height: 24px; }
.contact-form .ui-input-focused .ui-input-control { border-color: var(--sky); box-shadow: 0 0 0 4px rgba(46,156,255,.14); }
.contact-form .ui-input-invalid .ui-input-control { border-color: var(--orange) !important; }
.contact-form .ui-input-type-multiline .ui-input-control { min-height: 145px; }
.contact-form .ui-input-type-multiline .ui-input-input { padding: 12px 17px; }
.contact-form .ui-input-type-multiline textarea { min-height: 118px; resize: vertical; }
.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 24px; }
.form-privacy { max-width: 330px; margin: 0; color: rgba(255,255,255,.53); font-size: 12px; }
.form-footer ui-component[name="validate"] { display: block; }
.contact-form .button:disabled { opacity: .48; cursor: not-allowed; transform: none; }
.form-success { min-height: 440px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 35px; text-align: center; }
.form-success-icon { width: 72px; height: 72px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: linear-gradient(135deg, var(--blue), var(--sky)); box-shadow: 0 15px 38px rgba(3,69,235,.3); font-size: 34px; }
.form-success h3 { margin: 24px 0 8px; color: #fff; font-size: 34px; }
.form-success p { max-width: 390px; margin: 0; color: rgba(255,255,255,.68); }
.ui-message { background-color: rgba(0,0,73,.82); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); font-family: "Open Sans", sans-serif; }
.ui-message2 .ui-message-body { overflow: hidden; padding: 30px 0 0; border-radius: 22px; box-shadow: 0 24px 70px rgba(0,0,73,.32); }
.ui-message2 .ui-message-icon { display: none; }
.ui-message2.ui-message-warning button { background: var(--orange); }
.ui-message2 .ui-message-text { color: var(--ink); font-size: 15px; line-height: 1.55; }

.footer { color: #fff; background: #000049; }
.footer-main { min-height: 190px; display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.footer-brand img { width: 240px; filter: brightness(0) invert(1); }
.footer-brand p { max-width: 500px; margin: 14px 0 0; color: rgba(255,255,255,.58); font-size: 14px; }
.footer-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 24px; color: rgba(255,255,255,.72); font-size: 13px; }
.footer-nav a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding: 22px 0; color: rgba(255,255,255,.43); border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .72s ease, transform .72s cubic-bezier(.22,.61,.36,1); }
.reveal.is-visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }
.delay-3 { transition-delay: .24s; }

:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }

@media (max-width: 1040px) {
  .nav-list { gap: 19px; }
  .nav-wrap { gap: 20px; }
  .brand img { width: 210px; }
  .hero-inner { width: 82%; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .process-list { grid-template-columns: repeat(3, 1fr); gap: 44px 0; }
  .process-step:nth-child(3)::before { display: none; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-copy { position: static; }
}

@media (max-width: 820px) {
  .container { width: min(calc(100% - 34px), var(--max)); }
  .header-inner { min-height: 76px; }
  .brand img { width: 185px; }
  .menu-toggle { display: block; }
  .menu-open .site-header { color: var(--navy); background: #fff; -webkit-backdrop-filter: none; backdrop-filter: none; }
  .menu-open .site-header::after { background: rgba(0,0,115,.1); }
  .menu-open .site-header .brand img { filter: none; }
  body.menu-open .site-header .menu-toggle { color: var(--navy); border-color: rgba(0,0,115,.2); }
  .nav-wrap { position: fixed; inset: 76px 0 auto; z-index: 1; height: calc(100vh - 76px); height: calc(100dvh - 76px); display: flex; flex-direction: column; align-items: stretch; justify-content: flex-start; padding: 38px 24px; overflow-y: auto; overscroll-behavior: contain; color: var(--navy); background: #fff; opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity .25s ease, transform .25s ease, visibility .25s; }
  .menu-open .nav-wrap { opacity: 1; visibility: visible; transform: none; }
  .nav-list { flex-direction: column; align-items: stretch; gap: 0; }
  .nav-list li { border-bottom: 1px solid var(--line); }
  .nav-list a { display: block; padding: 17px 5px; font-size: 20px; }
  .nav-list a::after { display: none; }
  .header-cta { margin-top: 20px; border-color: rgba(0,0,115,.2); }
  .site-header:not(.scrolled) .menu-toggle { color: #fff; }
  .hero { min-height: 780px; }
  .hero-inner { width: 100%; padding-top: 130px; }
  .hero h1 { max-width: 680px; }
  .hero-orbit, .scroll-hint { display: none; }
  .section { padding: 90px 0; }
  .section-heading { margin-bottom: 44px; }
  .about-grid, .industries-inner { grid-template-columns: 1fr; gap: 48px; }
  .about-visual { padding-left: 24px; }
  .about-image { width: 100%; min-height: 460px; }
  .industries { padding: 90px 0; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .process-list { grid-template-columns: repeat(2, 1fr); }
  .process-step:nth-child(3)::before { display: block; }
  .process-step:nth-child(2)::before, .process-step:nth-child(4)::before { display: none; }
  .footer-main { align-items: flex-start; flex-direction: column; padding: 48px 0; }
  .footer-nav { justify-content: flex-start; }
}

@media (max-width: 560px) {
  .hero { min-height: 740px; }
  .hero h1 { font-size: clamp(48px, 14.4vw, 68px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .stats-grid { grid-template-columns: 1fr; }
  .stat { min-height: 140px; padding: 28px; border-right: 0; border-bottom: 1px solid var(--line); }
  .stat:last-child { border-bottom: 0; }
  .section-heading h2, .industries h2 { font-size: 40px; }
  .section-heading > p { font-size: 16px; }
  .about-visual { padding: 0 0 50px; }
  .about-image { min-height: 390px; }
  .about-badge { left: 12px; }
  .service-image { height: 205px; }
  .service-body { padding: 25px; }
  .why-grid { grid-template-columns: 1fr; }
  .why-card { min-height: 285px; }
  .industry-tag { width: 100%; }
  .process-list { grid-template-columns: 1fr; gap: 0; }
  .process-step { min-height: 138px; padding-left: 76px; padding-right: 0; }
  .step-number { position: absolute; left: 0; top: 0; }
  .process-step h3 { margin-top: 0; padding-top: 2px; }
  .process-step:not(:last-child)::before { display: block !important; top: 56px; left: 25px; right: auto; width: 1px; height: 64px; background: linear-gradient(var(--blue), rgba(3,69,235,.17)); }
  .contact { padding: 90px 0; }
  .contact-form { padding: 25px 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field.full { grid-column: auto; }
  .form-footer { align-items: stretch; flex-direction: column; }
  .footer-bottom { flex-direction: column; gap: 6px; }
}

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