:root {
  --navy: #071525;
  --navy-2: #0b1d30;
  --blue: #113957;
  --cyan: #39d5f5;
  --cyan-soft: #b6f1fa;
  --paper: #f3f5f3;
  --white: #ffffff;
  --ink: #0c1822;
  --muted: #56616a;
  --line: rgba(10, 31, 44, .16);
  --pad: clamp(22px, 5.1vw, 78px);
  --radius: 2px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
#services, #process, #result, #faq, #contacts { scroll-margin-top: 80px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Manrope", "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open, body.modal-open { overflow: hidden; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
.skip-link { position: fixed; z-index: 200; top: -100%; left: 16px; padding: 12px 24px; background: var(--cyan); color: var(--navy); font-size: 14px; font-weight: 700; border-radius: 0 0 8px 8px; transition: top .2s; }
.skip-link:focus { top: 0; }
*:focus-visible { outline: 2px solid var(--cyan); outline-offset: 3px; }
.page-noise { position: fixed; inset: 0; opacity: .025; pointer-events: none; z-index: 99; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); }
.scroll-progress { position: fixed; z-index: 100; inset: 0 0 auto; height: 2px; pointer-events: none; }
.scroll-progress i { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--cyan), #96f2ff); box-shadow: 0 0 16px var(--cyan); }
.cursor-glow { position: fixed; z-index: 45; left: 0; top: 0; width: 360px; height: 360px; border-radius: 50%; pointer-events: none; opacity: 0; transform: translate(-50%, -50%); background: radial-gradient(circle, rgba(57,213,245,.10), rgba(57,213,245,0) 68%); transition: opacity .3s; mix-blend-mode: screen; }
body:hover .cursor-glow { opacity: 1; }

.site-header { position: fixed; inset: 0 0 auto; height: 88px; padding: 0 var(--pad); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; z-index: 50; color: white; border-bottom: 1px solid rgba(255,255,255,.17); transition: background .35s, height .35s; }
.site-header.scrolled { height: 70px; background: rgba(7, 21, 37, .94); backdrop-filter: blur(18px); }
.legal-page .site-header { color: var(--ink); border-bottom-color: var(--line); }
.legal-page .site-header.scrolled { background: var(--paper); }
.legal-page .desktop-nav a { opacity: .74; }
.legal-page .header-phone { color: var(--ink); }
.brand { justify-self: start; display: flex; align-items: center; gap: 11px; }
.brand-mark { width: 38px; height: 38px; object-fit: contain; transition: transform .45s cubic-bezier(.2,.8,.2,1), filter .3s; }
.brand:hover .brand-mark { transform: rotate(-4deg) scale(1.08); filter: drop-shadow(0 0 10px rgba(57,213,245,.35)); }
.brand-lockup { display: block; width: 172px; height: 60px; object-fit: contain; object-position: left center; transition: transform .4s cubic-bezier(.2,.8,.2,1), filter .3s; }
.brand:hover .brand-lockup { transform: translateY(-2px) scale(1.025); filter: drop-shadow(0 0 10px rgba(57,213,245,.22)); }
.brand-copy { display: flex; flex-direction: column; }
.brand-copy b { font-size: 18px; line-height: 1; letter-spacing: -.04em; }
.brand-copy small { margin-top: 4px; font-size: 7px; line-height: 1.25; text-transform: uppercase; letter-spacing: .08em; opacity: .7; }
.desktop-nav { display: flex; gap: clamp(24px, 3.1vw, 52px); font-size: 14px; font-weight: 600; letter-spacing: .02em; }
.desktop-nav a { position: relative; padding: 8px 0; opacity: .74; transition: opacity .25s; }
.desktop-nav a::after { content: ""; position: absolute; inset: auto 0 2px; height: 1px; background: var(--cyan); transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.desktop-nav a:hover { opacity: 1; }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-phone { position: relative; justify-self: end; padding: 9px 0; font-size: 14px; font-weight: 600; letter-spacing: .02em; }
.header-phone::after { content: ""; position: absolute; left: 0; right: 0; bottom: 4px; height: 1px; background: var(--cyan); transform: scaleX(0); transition: transform .25s; }
.header-phone:hover::after { transform: scaleX(1); }
.menu-button { display: none; }
.mobile-menu { display: none; }

.hero { position: relative; min-height: 760px; height: 100svh; max-height: 1020px; color: white; overflow: hidden; background: var(--navy); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 53% center; animation: hero-in 1.5s cubic-bezier(.2,.8,.2,1) both; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,16,30,.97) 0%, rgba(5,16,30,.81) 33%, rgba(5,16,30,.23) 67%, rgba(5,16,30,.12) 100%), linear-gradient(0deg, rgba(5,16,30,.66), transparent 42%); }
.hero-grid, .contact-grid { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(128,216,235,.32) 1px, transparent 1px), linear-gradient(90deg, rgba(128,216,235,.32) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, black, transparent 72%); }
.hero-content { position: absolute; z-index: 2; left: var(--pad); top: 50%; width: min(780px, 58vw); transform: translateY(-42%); }
.eyebrow { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.75); font-size: 12px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow i { width: 28px; height: 1px; background: var(--cyan); box-shadow: 0 0 12px var(--cyan); }
.hero h1 { margin: 30px 0 28px; font-size: clamp(52px, 6vw, 92px); line-height: .96; letter-spacing: -.065em; font-weight: 500; }
.hero h1 span { color: var(--cyan-soft); font-weight: 400; }
.hero-lead { max-width: 610px; color: rgba(255,255,255,.72); font-size: clamp(18px, 1.35vw, 21px); line-height: 1.6; }
.hero-actions { display: flex; align-items: center; gap: 32px; margin-top: 43px; }
.primary-button { position: relative; min-height: 62px; padding: 0 27px; border: 0; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 14px; overflow: hidden; background: var(--cyan); color: #051622; font-size: 14px; font-weight: 700; letter-spacing: .01em; transition: transform .3s, background .3s, box-shadow .3s; }
.primary-button::before { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, transparent 25%, rgba(255,255,255,.55), transparent 75%); transform: translateX(-120%); transition: transform .7s ease; }
.primary-button span, .primary-button i { position: relative; z-index: 1; }
.primary-button i { width: 40px; height: 40px; display: grid; place-items: center; background: rgba(5,22,34,.1); font-style: normal; font-size: 17px; }
.primary-button:hover { transform: translateY(-4px); background: #72e7fb; box-shadow: 0 15px 35px rgba(36,202,232,.22); }
.primary-button:hover::before { transform: translateX(120%); }
.primary-button:hover i { transform: rotate(45deg); }
.primary-button i { transition: transform .3s; }
.ghost-button { position: relative; padding: 12px 0; color: rgba(255,255,255,.76); font-size: 14px; border-bottom: 1px solid rgba(255,255,255,.3); transition: color .25s, padding .25s; }
.ghost-button:hover { padding-left: 8px; color: white; }
.ghost-button span { margin-left: 20px; color: var(--cyan); }
.hero-micro { display: block; margin-top: 14px; color: rgba(255,255,255,.75); font-size: 12px; letter-spacing: .04em; }
.hero-meta { position: absolute; right: var(--pad); bottom: 54px; z-index: 2; display: flex; gap: 45px; }
.hero-meta div { min-width: 134px; padding-left: 14px; border-left: 1px solid rgba(255,255,255,.3); }
.hero-meta span { display: block; margin-bottom: 9px; color: rgba(255,255,255,.75); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.hero-meta b { font-size: 13px; line-height: 1.55; font-weight: 500; }
.scroll-label { position: absolute; left: 18px; bottom: 44px; z-index: 2; transform: rotate(-90deg); transform-origin: left top; color: rgba(255,255,255,.75); font-size: 10px; text-transform: uppercase; letter-spacing: .17em; }
.scroll-label i { display: inline-block; width: 54px; height: 1px; margin: 0 0 3px 10px; background: rgba(255,255,255,.28); }
.hero-coordinate { position: absolute; z-index: 2; right: var(--pad); top: 132px; display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.75); font-size: 10px; letter-spacing: .12em; writing-mode: vertical-rl; }
.hero-coordinate i { width: 4px; height: 4px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 9px var(--cyan); }
.signal-strip { height: 54px; display: flex; align-items: center; overflow: hidden; color: var(--navy); background: var(--cyan); }
.signal-strip > div { display: flex; align-items: center; width: max-content; animation: marquee 22s linear infinite; }
.signal-strip span { white-space: nowrap; font-size: 12px; font-weight: 700; letter-spacing: .12em; }
.signal-strip i { margin: 0 35px; font-style: normal; font-size: 11px; }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes hero-in { from { opacity: 0; transform: scale(1.06); } to { opacity: 1; transform: scale(1); } }
.reveal { animation: reveal-in .85s cubic-bezier(.2,.7,.2,1) both; }
.delay-1 { animation-delay: .12s; }.delay-2 { animation-delay: .24s; }.delay-3 { animation-delay: .36s; }
@keyframes reveal-in { from { opacity: 0; transform: translateY(25px); } }

.intro-copy, .precision-card, .section-heading, .service-item, .process-step, .documents-copy, .faq-item {
  transition: transform .35s ease, opacity .35s ease;
}
.intro-copy.is-visible, .precision-card.is-visible, .section-heading.is-visible, .documents-copy.is-visible {
  animation: section-in .65s ease var(--stagger, 0ms) both;
}
@keyframes section-in { from { opacity: 0; transform: translateY(18px); } }

.section-pad { padding: 110px var(--pad); }
.section-index { color: #56616a; font-size: 11px; letter-spacing: .15em; font-weight: 700; }
.section-index.light { color: rgba(255,255,255,.75); }
.intro { min-height: 780px; display: grid; grid-template-columns: minmax(90px, .16fr) minmax(0, 1fr) minmax(320px, .48fr); grid-template-areas: "index copy copy" ". note note" "card card card"; column-gap: clamp(38px, 5vw, 90px); row-gap: 0; align-items: start; }
.intro .section-index { grid-area: index; padding-top: 9px; text-align: left; }
.intro-copy { grid-area: copy; width: 100%; max-width: 1080px; }
.kicker { position: relative; margin: 0 0 37px; padding-left: 48px; color: #40535d; font-size: 12px; line-height: 1.55; text-transform: uppercase; letter-spacing: .14em; }
.kicker::before { content: ""; position: absolute; left: 0; top: .72em; width: 30px; height: 1px; background: #168daa; }
.intro h2, .section-heading h2, .process h2, .documents h2, .faq h2 { margin: 0; font-size: clamp(38px, 4.4vw, 68px); line-height: 1.2; letter-spacing: -.01em; font-weight: 500; }
h2 em { color: #40535d; font-style: normal; font-weight: 400; }
.intro-note { grid-area: note; justify-self: end; width: min(100%, 590px); margin-top: 64px; display: grid; grid-template-columns: 80px minmax(0, 1fr); gap: 25px; align-items: start; }
.intro-note .line-icon { display: block; width: 76px; height: 39px; margin-top: 7px; border-top: 1px solid #b8c4c8; border-right: 1px solid #b8c4c8; transform: skew(-35deg); transform-origin: left top; }
.intro-note p { margin: 0; color: #3f4c53; font-size: 15px; line-height: 1.75; }
.precision-card { grid-area: card; position: relative; width: 100%; min-height: 285px; margin-top: 60px; padding: 28px clamp(33px, 4vw, 80px); overflow: hidden; background: var(--navy); color: white; }
.precision-card::after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(90,184,207,.08) 1px, transparent 1px), linear-gradient(90deg,rgba(90,184,207,.08) 1px, transparent 1px); background-size: 42px 42px; }
.precision-card::before { content: ""; position: absolute; z-index: 1; left: 0; right: 0; top: -20%; height: 18%; background: linear-gradient(transparent, rgba(57,213,245,.13), transparent); animation: scan 5s ease-in-out infinite; }
.precision-card.anim-paused::before { animation-play-state: paused; }
@keyframes scan { 50%, 100% { top: 110%; } }
.precision-card svg { position: absolute; inset: 35px 0 0; width: 100%; height: calc(100% - 35px); fill: none; stroke: #42d9f6; stroke-width: 1.2; opacity: .55; }
.precision-card svg .thin { opacity: .25; }.precision-card svg line { opacity: .18; stroke-width: .7; }
.precision-top { position: relative; z-index: 2; display: flex; justify-content: space-between; font-size: 10px; text-transform: uppercase; letter-spacing: .13em; color: rgba(255,255,255,.75); max-width: 1000px; margin: 0 auto; }
.precision-top b { color: var(--cyan); font-weight: 500; }
.precision-bottom { position: absolute; z-index: 2; left: 33px; bottom: 30px; display: flex; align-items: end; gap: 20px; }
.precision-bottom strong { font-size: 56px; line-height: 1; font-weight: 500; letter-spacing: -.06em; }
.precision-bottom span { color: rgba(255,255,255,.75); font-size: 12px; line-height: 1.5; text-transform: uppercase; letter-spacing: .09em; }

.services { background: var(--navy); color: white; }
.section-heading { display: grid; grid-template-columns: 14% 1fr minmax(260px, .5fr); gap: 50px; align-items: end; margin-bottom: 80px; }
.section-heading p { margin: 0 0 4px; color: rgba(255,255,255,.72); font-size: 15px; line-height: 1.8; }
.services h2 em, .documents h2 em { color: #8bcbd8; }
.service-list { border-top: 1px solid rgba(255,255,255,.16); }
.service-item { position: relative; min-height: 144px; display: grid; grid-template-columns: 11% 1fr 135px 46px; align-items: center; gap: 35px; padding: 24px 8px; border-bottom: 1px solid rgba(255,255,255,.16); transition: padding .3s, background .3s; overflow: hidden; cursor: pointer; }
.service-item::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(49,209,239,.11), transparent 65%); transform: translateX(-105%); transition: transform .45s; }
.service-item::after { content: attr(data-index); position: absolute; right: 65px; top: 50%; color: white; font-size: 110px; line-height: 1; font-weight: 600; letter-spacing: -.08em; opacity: 0; transform: translateY(-42%) scale(.85); transition: opacity .4s, transform .4s; pointer-events: none; }
.service-item:hover::after, .service-item.active::after, .service-item:focus::after { opacity: .035; transform: translateY(-50%) scale(1); }
.service-item:hover::before, .service-item.active::before, .service-item:focus::before { transform: none; }
.service-item:hover, .service-item.active { padding-left: 22px; }
.service-number { position: relative; z-index: 1; align-self: start; padding-top: 9px; color: var(--cyan); font-size: 11px; letter-spacing: .12em; }
.service-main { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(260px,.85fr) 1fr; gap: 55px; align-items: center; }
.service-main h3 { margin: 0; font-size: clamp(21px, 2vw, 30px); font-weight: 500; letter-spacing: -.04em; }
.service-main p { max-width: 540px; margin: 0; color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.75; }
.service-tag { position: relative; z-index: 1; justify-self: start; padding: 8px 11px; color: rgba(255,255,255,.75); border: 1px solid rgba(255,255,255,.2); font-size: 10px; text-transform: uppercase; letter-spacing: .09em; transition: border-color .25s, color .25s, background .25s; }
.service-item:hover .service-tag { color: var(--navy); border-color: var(--cyan); background: var(--cyan); }
.service-item > button { position: absolute; z-index: 2; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; background: none; color: transparent; cursor: pointer; font-size: 0; }
.service-item > button::after { content: "↗"; position: absolute; right: 8px; top: 50%; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: var(--cyan); font-size: 16px; transition: background .25s, color .25s, transform .25s; transform: translateY(-50%); }
.service-item:hover > button::after { background: var(--cyan); color: var(--navy); transform: translateY(-50%) rotate(45deg); }
.services-cta { margin-top: 80px; display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 40px 45px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.03); }
.services-cta p { margin: 0; color: rgba(255,255,255,.75); font-size: 15px; line-height: 1.6; max-width: 520px; }
.services-cta .outline-button { flex-shrink: 0; color: white; border-color: rgba(255,255,255,.3); }

.process { overflow: hidden; }
.process-head { display: grid; grid-template-columns: 1fr minmax(280px, .43fr); gap: 80px; align-items: end; }
.process-head .section-index { margin-bottom: 50px; }
.process-head > p { margin: 0; padding-bottom: 7px; color: #3a474e; font-size: 15px; line-height: 1.8; }
.process-track { --process-progress: 0%; position: relative; margin-top: 105px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 30px; }
.track-line { position: absolute; left: 25px; right: 25px; top: 24px; height: 1px; background: #d0d7da; }
.track-line i { display: block; height: 100%; width: var(--process-progress); background: linear-gradient(90deg, #168daa, var(--cyan)); box-shadow: 0 0 12px rgba(57,213,245,.4); transition: width 1.2s cubic-bezier(.22,1,.36,1), height 1.2s cubic-bezier(.22,1,.36,1); }
.process-step { position: relative; opacity: 0; transform: translateY(18px); }
.process-step.is-visible { animation: process-in .65s cubic-bezier(.22,1,.36,1) both; }
@keyframes process-in { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
.process-marker { position: relative; width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid #aeb8bc; border-radius: 50%; background: var(--paper); color: #4b5960; font-size: 11px; transition: color .65s cubic-bezier(.22,1,.36,1), background .65s cubic-bezier(.22,1,.36,1), border-color .65s cubic-bezier(.22,1,.36,1), box-shadow .65s cubic-bezier(.22,1,.36,1), transform .65s cubic-bezier(.22,1,.36,1); }
.process-marker i { position: absolute; inset: 7px; border: 1px solid transparent; border-radius: 50%; transition: border-color .65s ease; }
.process-step.active .process-marker { color: #062033; background: var(--cyan); border-color: var(--cyan); box-shadow: 0 0 0 7px rgba(57,213,245,.13), 0 8px 24px rgba(28,164,192,.2); transform: translateY(-3px); animation: process-pulse 3s cubic-bezier(.22,1,.36,1) infinite; }
.process-step.active .process-marker i { border-color: rgba(5,30,43,.24); }
.process-step h3 { margin: 42px 0 17px; font-size: 19px; font-weight: 600; letter-spacing: -.03em; transition: color .65s cubic-bezier(.22,1,.36,1); }
.process-step.active h3 { color: #168daa; }
.process-step p { max-width: 215px; margin: 0; color: #3f4c53; font-size: 13px; line-height: 1.7; transition: opacity .3s; }
.process-step:not(.active) p { color: #56616a; }
@keyframes process-pulse { 50% { box-shadow: 0 0 0 11px rgba(57,213,245,.06), 0 10px 28px rgba(28,164,192,.25); } }

.documents { min-height: 750px; display: grid; grid-template-columns: 1.07fr .93fr; background: #0a1c2f; color: white; }
.documents-visual { position: relative; overflow: hidden; background: linear-gradient(135deg, #123852, #071525 70%); }
.doc-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(79,204,229,.11) 1px, transparent 1px), linear-gradient(90deg,rgba(79,204,229,.11) 1px, transparent 1px); background-size: 36px 36px; transform: perspective(500px) rotateX(57deg) scale(1.6) translateY(-5%); }
.floor-plan { position: absolute; inset: 15% 11%; border: 1px solid rgba(107,226,247,.85); box-shadow: 0 0 30px rgba(50,207,237,.07); transform: rotate(-4deg); }
.floor-plan::before, .floor-plan::after { content: ""; position: absolute; border: 1px solid rgba(107,226,247,.72); }
.floor-plan::before { left: 0; top: 38%; width: 64%; height: 34%; }
.floor-plan::after { right: 0; top: 0; width: 36%; height: 55%; }
.room { position: absolute; display: grid; place-items: center; color: rgba(135,231,248,.75); border: 1px solid rgba(107,226,247,.35); font-size: 11px; }
.room-a { left: 8%; top: 8%; width: 44%; height: 24%; }.room-b { right: 8%; bottom: 8%; width: 28%; height: 26%; }.room-c { left: 10%; bottom: 6%; width: 28%; height: 18%; }
.measure-x, .measure-y { position: absolute; color: var(--cyan); font-size: 8px; font-style: normal; letter-spacing: .15em; }
.measure-x { left: 42%; bottom: -27px; }.measure-y { right: -33px; top: 43%; transform: rotate(90deg); }
.status-chip { position: absolute; right: 8%; bottom: 9%; padding: 12px 15px; background: rgba(4,18,31,.78); border: 1px solid rgba(100,220,240,.22); backdrop-filter: blur(10px); font-size: 11px; letter-spacing: .07em; transition: transform .3s, border-color .3s; }
.documents-visual:hover .status-chip { transform: translateY(-6px); border-color: rgba(100,220,240,.6); }
.status-chip i { display: inline-block; width: 6px; height: 6px; margin-right: 8px; border-radius: 50%; background: #57df9a; box-shadow: 0 0 12px #57df9a; }
.section-pad-side { padding: 110px clamp(35px, 6vw, 95px); }
.documents-copy h2 { margin-top: 48px; }
.documents-copy > p { max-width: 500px; margin: 30px 0 43px; color: rgba(255,255,255,.72); font-size: 15px; line-height: 1.8; }
.documents-copy ul { list-style: none; margin: 0 0 45px; padding: 0; border-top: 1px solid rgba(255,255,255,.14); }
.documents-copy li { display: flex; gap: 22px; align-items: center; min-height: 60px; border-bottom: 1px solid rgba(255,255,255,.14); font-size: 14px; transition: padding .25s, color .25s; }
.documents-copy li:hover { padding-left: 9px; color: var(--cyan-soft); }
.documents-copy li span { color: var(--cyan); font-size: 10px; }
.outline-button { position: relative; isolation: isolate; padding: 16px 19px; overflow: hidden; border: 1px solid rgba(255,255,255,.28); background: transparent; color: inherit; cursor: pointer; font-size: 13px; letter-spacing: .03em; transition: color .3s, border-color .3s, transform .3s; }
.outline-button::before { content: ""; position: absolute; z-index: -1; inset: 0; background: var(--cyan); transform: translateY(102%); transition: transform .3s; }
.outline-button:hover { color: var(--navy); border-color: var(--cyan); transform: translateY(-3px); }
.outline-button:hover::before { transform: none; }
.outline-button span { margin-left: 28px; color: var(--cyan); }
.outline-button:hover span { color: var(--navy); }

.faq { display: grid; grid-template-columns: .65fr 1.35fr; gap: 10vw; }
.faq-head .section-index { margin-bottom: 45px; }
.accordion { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item > button { width: 100%; min-height: 88px; padding: 0; display: flex; align-items: center; justify-content: space-between; gap: 25px; border: 0; background: none; text-align: left; cursor: pointer; font-size: 16px; font-weight: 600; transition: padding .25s, color .25s; }
.faq-item > button:hover { padding-left: 10px; color: #157e98; }
.faq-item > button i { position: relative; flex: 0 0 28px; height: 28px; border: 1px solid #b7bfc1; border-radius: 50%; }
.faq-item > button i::before, .faq-item > button i::after { content: ""; position: absolute; left: 8px; right: 8px; top: 13px; height: 1px; background: #40535d; transition: transform .25s; }
.faq-item > button i::after { transform: rotate(90deg); }
.faq-item.open > button i::after { transform: rotate(0); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s ease; }
.faq-answer p { overflow: hidden; margin: 0; color: #3f4c53; font-size: 15px; line-height: 1.8; }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }
.faq-item.open .faq-answer p { padding: 0 55px 28px 0; }

.trust { background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; }
.trust-item { text-align: center; }
.trust-item b { display: block; font-size: clamp(36px, 4vw, 56px); line-height: 1.1; letter-spacing: -.05em; font-weight: 500; color: var(--navy); margin-bottom: 12px; }
.trust-item span { color: var(--muted); font-size: 13px; line-height: 1.55; }

.contact-cta { position: relative; min-height: 620px; padding: 100px var(--pad); display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; overflow: hidden; color: white; background: #0d5272; }
.contact-grid { opacity: .25; mask-image: linear-gradient(90deg,black,transparent); }
.contact-cta::after { content: ""; position: absolute; width: 46vw; aspect-ratio: 1; right: -8vw; top: -12vw; border: 1px solid rgba(90,225,247,.25); border-radius: 50%; box-shadow: 0 0 0 6vw rgba(72,213,238,.035), 0 0 0 13vw rgba(72,213,238,.025); }
.contact-copy, .contact-details { position: relative; z-index: 2; }
.contact-copy h2 { margin: 35px 0 22px; font-size: clamp(57px, 6.4vw, 94px); line-height: .92; letter-spacing: -.07em; font-weight: 500; }
.contact-copy h2 span { color: var(--cyan-soft); font-weight: 400; }
.contact-copy p { max-width: 500px; color: rgba(255,255,255,.78); font-size: 15px; line-height: 1.8; }
.light-button { margin-top: 28px; background: white; }
.contact-micro { display: block; margin-top: 12px; color: rgba(255,255,255,.75); font-size: 12px; }
.contact-details { justify-self: end; width: min(100%, 410px); padding: 40px; border: 1px solid rgba(255,255,255,.22); background: rgba(6,35,53,.2); backdrop-filter: blur(10px); }
.contact-details { transition: transform .4s, border-color .4s, background .4s; }
.contact-details:hover { transform: translateY(-8px); border-color: rgba(159,239,252,.55); background: rgba(6,35,53,.35); }
.contact-details div + div { margin-top: 34px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.17); }
.contact-details small { display: block; margin-bottom: 13px; color: rgba(255,255,255,.75); font-size: 10px; text-transform: uppercase; letter-spacing: .13em; }
.contact-details p, .contact-details a { margin: 0 0 6px; font-size: 19px; letter-spacing: -.02em; }
.contact-details a { transition: color .25s; }.contact-details a:hover { color: var(--cyan-soft); }
.contact-messengers a { width: max-content; display: flex; align-items: center; gap: 11px; }
.contact-messengers a + a { margin-top: 13px; }
.contact-messengers svg { width: 20px; height: 20px; flex: 0 0 20px; fill: var(--cyan); transition: transform .25s, fill .25s; }
.contact-messengers a:hover svg { fill: var(--cyan-soft); transform: translateX(2px); }

footer { min-height: 265px; padding: 58px var(--pad) 30px; display: grid; grid-template-columns: 1fr 1fr 1fr; color: white; background: #06111f; }
.footer-brand { align-self: start; }
.footer-links { justify-self: center; display: flex; gap: 30px; color: rgba(255,255,255,.75); font-size: 12px; }
.footer-links a { transition: color .25s; }.footer-links a:hover { color: var(--cyan); }
.website { justify-self: end; align-self: start; color: var(--cyan); font-size: 13px; transition: transform .25s; }.website:hover { transform: translateX(5px); }
.footer-bottom { grid-column: 1 / -1; align-self: end; display: grid; grid-template-columns: 1fr 1fr 1fr; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.75); font-size: 10px; text-transform: uppercase; letter-spacing: .09em; }
.footer-bottom span:nth-child(2) { justify-self: center; }.footer-bottom a { justify-self: end; }
.footer-bottom-links { justify-self: end; display: flex; flex-wrap: wrap; gap: 6px 22px; }
.footer-bottom-links a { justify-self: auto; transition: color .25s; }
.footer-bottom-links a:hover { color: var(--cyan); }

.project-modal { width: min(1040px, calc(100vw - 40px)); max-height: calc(100svh - 40px); padding: 0; border: 0; color: var(--ink); background: #f8f9f7; box-shadow: 0 30px 100px rgba(0,0,0,.4); }
.project-modal[open] { display: grid; grid-template-columns: .78fr 1.22fr; animation: modal-in .35s both; }
.project-modal::backdrop { background: rgba(2,10,18,.83); backdrop-filter: blur(7px); }
@keyframes modal-in { from { opacity: 0; transform: translateY(25px) scale(.98); } }
.modal-close { position: absolute; right: 18px; top: 18px; z-index: 2; width: 35px; height: 35px; border: 1px solid rgba(4,20,31,.2); background: rgba(255,255,255,.5); border-radius: 50%; cursor: pointer; font-size: 20px; transition: color .25s, background .25s, border-color .25s, transform .25s, box-shadow .25s; }
.modal-close:hover { color: var(--navy); background: var(--cyan); border-color: var(--cyan); transform: rotate(90deg) scale(1.08); box-shadow: 0 7px 18px rgba(36,202,232,.25); }
.modal-side { min-height: min(680px, calc(100svh - 40px)); padding: 58px 46px; display: flex; flex-direction: column; color: white; background: var(--navy); }
.modal-side > span { color: var(--cyan); font-size: 10px; text-transform: uppercase; letter-spacing: .15em; }
.modal-side h2 { margin: 60px 0 25px; font-size: 47px; line-height: 1; letter-spacing: -.055em; font-weight: 500; }
.modal-side p { color: rgba(255,255,255,.75); font-size: 14px; line-height: 1.8; }
.modal-contact { margin-top: auto; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.16); }
.modal-contact small { display: block; margin-bottom: 9px; color: rgba(255,255,255,.75); font-size: 10px; text-transform: uppercase; letter-spacing: .11em; }
.modal-contact a { font-size: 14px; color: var(--cyan); }
.contact-form { max-height: calc(100svh - 40px); padding: 48px 52px 38px; overflow-y: auto; background: #f8f9f7; }
.contact-form > label { display: block; margin-bottom: 18px; color: #59666c; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.contact-form input:not([type="checkbox"]), .contact-form textarea { display: block; width: 100%; margin-top: 8px; padding: 13px 15px; border: 1px solid #cbd2d2; border-radius: var(--radius); outline: none; resize: vertical; color: var(--ink); background: #fff; font-size: 15px; line-height: 1.45; text-transform: none; letter-spacing: 0; box-shadow: 0 1px 0 rgba(7,21,37,.02); transition: border-color .2s, box-shadow .2s, background .2s; }
.contact-form input:not([type="checkbox"]) { min-height: 49px; }
.contact-form textarea { min-height: 88px; }
.contact-form input:not([type="checkbox"])::placeholder, .contact-form textarea::placeholder { color: #899397; opacity: 1; }
.contact-form input:not([type="checkbox"]):hover, .contact-form textarea:hover { border-color: #9eaaad; }
.contact-form input:not([type="checkbox"]):focus, .contact-form textarea:focus { border-color: #168eab; background: #fff; box-shadow: 0 0 0 3px rgba(22,142,171,.11); }
.contact-form input[aria-invalid="true"] { border-color: #c0392b; box-shadow: 0 0 0 3px rgba(192,57,43,.08); }
.contact-form select { display: block; width: 100%; margin-top: 6px; padding: 12px 0; border: 0; border-bottom: 1px solid #bcc5c7; outline: none; color: var(--ink); background: transparent; font-size: 16px; cursor: pointer; appearance: none; -webkit-appearance: none; }
.contact-form select:focus { border-color: #168eab; }
.contact-form .primary-button { width: 100%; margin-top: 8px; }
.form-honeypot { position: absolute; left: -9999px; }
.form-policy { display: block; margin-top: 13px; color: #5c686d; font-size: 12px; line-height: 1.5; }
.form-captcha { margin: 4px 0 18px; padding: 14px 16px; border: 1px solid #d7dddd; background: rgba(255,255,255,.55); }
.form-captcha > label { margin: 0 0 10px; color: #657177; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.captcha-row { display: flex; align-items: center; gap: 16px; }
.captcha-question { color: var(--ink); font-size: 14px; font-weight: 600; letter-spacing: 0; text-transform: none; white-space: nowrap; }
.form-captcha .captcha-answer { width: 110px; min-height: 42px; margin-top: 0; padding-block: 9px; }
.field-error, .captcha-error, .form-error { display: block; margin-top: 9px; color: #c0392b; font-size: 12px; line-height: 1.5; text-transform: none; letter-spacing: 0; }
.field-error[hidden], .captcha-error[hidden], .form-error[hidden] { display: none; }
.form-consent { display: flex; flex-direction: column; gap: 7px; margin: 2px 0 20px; padding: 14px 16px; border-left: 2px solid #168eab; background: rgba(17,57,87,.045); }
.contact-form .consent { display: flex; align-items: flex-start; gap: 11px; margin: 0; color: #33434a; font-size: 12px; font-weight: 600; line-height: 1.5; text-transform: none; letter-spacing: 0; cursor: pointer; }
.consent input[type="checkbox"] { width: 18px; height: 18px; margin: 1px 0 0; padding: 0; border: 0; flex: 0 0 18px; accent-color: #168eab; }
.consent a { color: #157e98; text-decoration: underline; }
.consent a:hover { color: #0c1822; }
.consent-note { margin: 0 0 0 29px; color: #748086; font-size: 10px; line-height: 1.55; text-transform: none; letter-spacing: 0; }
.consent-note a { color: #157e98; text-decoration: underline; }
.consent-note a:hover { color: #0c1822; }
.form-success { grid-column: 2; display: none; min-height: 600px; padding: 80px 55px; place-content: center; text-align: center; }
.form-success i { width: 58px; height: 58px; margin: 0 auto 28px; display: grid; place-items: center; border-radius: 50%; background: #b7f0d6; color: #087046; font-style: normal; }
.form-success h3 { margin: 0 0 12px; font-size: 30px; }.form-success p { color: #56616a; font-size: 12px; line-height: 1.7; }
.form-success .outline-button { margin-top: 22px; color: var(--ink); border-color: #aab5b8; }
.project-modal.success .contact-form { display: none; }.project-modal.success .form-success { display: grid; }

.cookie-banner { position: fixed; z-index: 150; left: max(20px, var(--pad)); bottom: max(20px, env(safe-area-inset-bottom)); width: min(690px, calc(100vw - 40px)); display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 24px; padding: 22px; color: rgba(255,255,255,.82); background: rgba(7,21,37,.97); border: 1px solid rgba(123,220,239,.28); box-shadow: 0 24px 70px rgba(0,0,0,.38); backdrop-filter: blur(18px); animation: cookie-in .45s cubic-bezier(.22,1,.36,1) both; }
.cookie-banner[hidden] { display: none; }
.cookie-banner::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 2px; background: var(--cyan); box-shadow: 0 0 18px rgba(57,213,245,.7); }
@keyframes cookie-in { from { opacity: 0; transform: translateY(22px); } }
.cookie-copy { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 15px; align-items: start; }
.cookie-copy strong { display: block; margin: 1px 0 7px; color: white; font-size: 14px; letter-spacing: .01em; }
.cookie-banner p { margin: 0; font-size: 12px; line-height: 1.65; }
.cookie-banner p a { color: var(--cyan); text-decoration: underline; text-underline-offset: 3px; }
.cookie-icon { position: relative; width: 42px; height: 42px; display: block; border: 1px solid rgba(57,213,245,.35); border-radius: 50%; }
.cookie-icon::before { content: ""; position: absolute; inset: 10px; border: 2px solid var(--cyan); border-radius: 50%; clip-path: polygon(0 0, 100% 0, 100% 35%, 67% 35%, 67% 0, 0 0, 0 100%, 35% 100%, 35% 67%, 0 67%); transform: rotate(45deg); }
.cookie-icon i { position: absolute; width: 3px; height: 3px; border-radius: 50%; background: var(--cyan-soft); }
.cookie-icon i:nth-child(1) { left: 14px; top: 14px; }.cookie-icon i:nth-child(2) { left: 23px; top: 16px; }.cookie-icon i:nth-child(3) { left: 17px; top: 24px; }
.cookie-actions { display: flex; flex-direction: column-reverse; align-items: stretch; gap: 8px; width: 162px; }
.cookie-accept, .cookie-reject { min-height: 42px; padding: 10px 15px; cursor: pointer; font-size: 11px; font-weight: 700; white-space: nowrap; }
.cookie-accept { border: 0; background: var(--cyan); color: var(--navy); transition: background .25s, transform .25s; }
.cookie-accept:hover { background: #72e7fb; transform: translateY(-2px); }
.cookie-reject { border: 1px solid rgba(255,255,255,.24); background: transparent; color: rgba(255,255,255,.76); transition: border-color .25s, color .25s; }
.cookie-reject:hover { border-color: var(--cyan); color: var(--cyan-soft); }

.legal-page { background: #e9eeed; }
.legal-page .site-header { background: var(--paper); box-shadow: 0 1px 0 var(--line); }
.legal-page .site-header .brand-mark { filter: none; }
.legal-content { min-height: 80vh; padding-top: 150px; background-color: #e9eeed; background-image: linear-gradient(rgba(12,42,57,.045) 1px, transparent 1px), linear-gradient(90deg,rgba(12,42,57,.045) 1px, transparent 1px); background-size: 48px 48px; }
.legal-inner { position: relative; max-width: 960px; margin: 0 auto; padding: clamp(36px, 6vw, 78px) clamp(24px, 7vw, 88px) clamp(50px, 8vw, 100px); background: #f8f9f7; box-shadow: 0 20px 70px rgba(7,21,37,.08); }
.legal-inner::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 3px; background: linear-gradient(var(--cyan), #168daa 32%, transparent 72%); }
.legal-heading { max-width: 760px; margin: 0 0 56px; padding-bottom: 42px; border-bottom: 1px solid var(--line); }
.legal-kicker { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 28px; color: #168daa; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.legal-kicker i { color: #768287; font-style: normal; }
.legal-inner h1 { max-width: 780px; margin: 0; font-size: clamp(34px, 5vw, 58px); line-height: 1.06; letter-spacing: -.045em; font-weight: 500; overflow-wrap: anywhere; text-wrap: balance; }
.legal-heading > p { max-width: 610px; margin: 23px 0 0; color: #657177; font-size: 16px; line-height: 1.7; }
.legal-inner h2 { position: relative; margin: 46px 0 17px; padding-left: 28px; font-size: 20px; line-height: 1.35; font-weight: 600; letter-spacing: -.025em; }
.legal-inner h2::before { content: ""; position: absolute; left: 0; top: .65em; width: 14px; height: 1px; background: #168daa; }
.legal-inner p, .legal-inner li { color: #3f4c53; font-size: 15px; line-height: 1.85; }
.legal-inner ul { margin: 15px 0 18px; padding: 0; list-style: none; }
.legal-inner li { position: relative; margin-bottom: 10px; padding-left: 25px; }
.legal-inner li::before { content: ""; position: absolute; left: 1px; top: .8em; width: 6px; height: 6px; border: 1px solid #168daa; transform: rotate(45deg); }
.legal-inner a { color: #087c99; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.legal-inner .legal-updated { margin-top: 48px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.legal-nav { display: flex; gap: 8px; margin-bottom: 48px; flex-wrap: wrap; }
.legal-nav a { padding: 10px 14px; border: 1px solid var(--line); color: #536168; font-size: 11px; font-weight: 600; text-decoration: none; transition: border-color .25s, color .25s, background .25s; }
.legal-nav a:hover { border-color: #168daa; color: #087c99; }
.legal-nav a[aria-current="page"] { border-color: var(--navy); background: var(--navy); color: white; }

@media (max-width: 1024px) {
  :root { --pad: 38px; }
  .site-header { height: 78px; grid-template-columns: 1fr auto; }
  .desktop-nav, .header-phone { display: none; }
  .menu-button { justify-self: end; width: 44px; height: 44px; padding: 0; display: grid; place-content: center; gap: 7px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: transparent; }
  .menu-button span { display: block; width: 15px; height: 1px; background: white; transition: transform .25s; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-menu { position: fixed; inset: 0; z-index: 40; padding: 125px var(--pad) 45px; color: white; background: var(--navy); }
  .mobile-menu.open { display: flex; flex-direction: column; justify-content: space-between; animation: fade-in .25s both; }
  @keyframes fade-in { from { opacity: 0; } }
  .mobile-menu nav { border-top: 1px solid rgba(255,255,255,.15); }
  .mobile-menu nav a { min-height: 72px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.15); font-size: 24px; letter-spacing: -.04em; }
  .mobile-menu nav span { color: var(--cyan); font-size: 9px; }
  .mobile-menu-bottom { display: flex; justify-content: space-between; align-items: center; color: rgba(255,255,255,.75); font-size: 12px; }
  .text-button { padding: 0; color: var(--cyan); border: 0; background: none; }
  .hero { min-height: 700px; max-height: 900px; }
  .hero-image { object-position: 59% center; }
  .hero-content { width: 75vw; transform: translateY(-45%); }
  .hero h1 { font-size: clamp(57px, 8vw, 80px); }
  .hero-coordinate { display: none; }
  .hero-meta { right: 38px; bottom: 38px; }
  .intro { grid-template-columns: 90px minmax(0, 1fr); grid-template-areas: "index copy" ". note" "card card"; column-gap: 36px; }
  .intro-note { width: min(100%, 520px); margin-top: 55px; }
  .precision-card { margin-top: 70px; }
  .section-heading { grid-template-columns: 90px 1fr; }.section-heading p { grid-column: 2; max-width: 500px; }
  .service-item { grid-template-columns: 55px 1fr 100px 42px; gap: 18px; }
  .service-main { gap: 25px; }
  .process-track { grid-template-columns: repeat(5, 180px); overflow-x: auto; padding: 5px 5px 30px; scrollbar-width: none; }
  .track-line { width: 740px; right: auto; }
  .documents { min-height: 680px; }
  .documents-copy { padding: 80px 42px; }
  .faq { gap: 6vw; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .legal-page .site-header { grid-template-columns: 1fr auto; }
  .legal-page .header-phone { display: block; }
}

@media (min-width: 701px) and (max-width: 1024px) {
  .process-track { -webkit-mask-image: linear-gradient(to right, #000 0, #000 90%, transparent 100%); mask-image: linear-gradient(to right, #000 0, #000 90%, transparent 100%); }
}

@media (max-width: 1440px) {
  .intro h2, .section-heading h2, .process h2, .documents h2, .faq h2 { font-size: clamp(32px, 3.2vw, 52px); line-height: 1.15; letter-spacing: -.01em; }
}

@media (max-width: 700px) {
  :root { --pad: 20px; }
  .site-header { height: 68px; }.site-header.scrolled { height: 64px; }.brand-mark { width: 32px; height: 32px; }.brand-copy b { font-size: 15px; }.brand-copy small { font-size: 8px; opacity: .85; }.brand-lockup { width: 150px; height: 52px; }
  .hero { height: 100svh; min-height: 680px; max-height: 840px; }
  .hero-image { object-position: 67% center; }.hero-shade { background: linear-gradient(0deg, rgba(5,16,30,.94) 0%, rgba(5,16,30,.62) 55%, rgba(5,16,30,.3)); }
  .hero-grid { background-size: 45px 45px; }
  .hero-content { left: 20px; top: 46%; width: calc(100% - 40px); transform: translateY(-42%); }
  .hero .eyebrow { font-size: 9px; line-height: 1.45; letter-spacing: .1em; }.eyebrow i { width: 20px; }
  .hero h1 { margin: 23px 0 22px; font-size: clamp(38px, 11vw, 52px); line-height: .98; letter-spacing: -.03em; }
  .hero-lead { max-width: 96%; font-size: 15px; line-height: 1.55; }
  .hero-actions { margin-top: 32px; gap: 20px; align-items: stretch; flex-direction: column; }
  .hero-actions .primary-button { width: 100%; }.ghost-button { width: max-content; }
  .hero-meta { left: 20px; right: auto; bottom: 25px; gap: 25px; }.hero-meta div { min-width: auto; }.hero-meta div:last-child { display: none; }
  .scroll-label { display: none; }
  .section-pad { padding: 70px var(--pad); }
  .intro { min-height: 0; grid-template-columns: 1fr; grid-template-areas: "index" "copy" "note" "card"; gap: 0; }
  .intro .section-index { padding-top: 0; margin-bottom: 34px; }
  .intro-copy .kicker { margin-bottom: 24px; padding-left: 38px; font-size: 11px; }.intro-copy .kicker::before { width: 23px; }.intro h2, .section-heading h2, .process h2, .documents h2, .faq h2, .contact-copy h2 { letter-spacing: -.01em; }.intro h2, .section-heading h2, .process h2, .documents h2, .faq h2 { font-size: 37px; }.intro h2 { font-size: clamp(32px, 9vw, 35px); line-height: 1.1; }
  .intro-note { justify-self: stretch; width: 100%; margin-top: 42px; padding-left: 12%; grid-template-columns: 51px minmax(0, 1fr); gap: 18px; }.intro-note p { font-size: 14px; line-height: 1.7; }.intro-note .line-icon { width: 48px; height: 29px; margin-top: 6px; }.precision-card { min-height: 245px; margin-top: 52px; padding: 20px; }
  .precision-bottom { left: 20px; bottom: 22px; }.precision-bottom strong { font-size: 45px; }.precision-top span { display: none; }
  .section-heading { display: block; margin-bottom: 55px; }.section-heading h2 { margin: 30px 0 25px; }.section-heading p { max-width: 100%; font-size: 15px; }
  .service-item { min-height: 0; grid-template-columns: 32px minmax(0, 1fr) 44px; gap: 12px; padding: 26px 0; align-items: start; overflow: visible; }
  .service-item:hover, .service-item.active { padding-left: 8px; }
  .service-main { display: block; }.service-main h3 { font-size: 20px; }.service-main p { margin-top: 14px; font-size: 14px; line-height: 1.6; }
  .service-tag { display: none; }.service-item > button::after { right: 0; width: 44px; height: 44px; }.service-number { padding-top: 5px; }
  .process-head { display: block; }.process-head .section-index { margin-bottom: 35px; }.process-head > p { margin-top: 30px; }
  .process-track { margin-top: 55px; display: grid; grid-template-columns: 1fr; gap: 34px; overflow: visible; padding: 0; }
  .track-line { left: 25px; right: auto; top: 26px; bottom: 26px; width: 1px; height: auto; background: #d0d7da; }
  .track-line i { width: 100%; height: var(--process-progress); }
  .process-step { display: grid; grid-template-columns: 52px minmax(0, 1fr); column-gap: 20px; align-items: start; }
  .process-marker { grid-column: 1; grid-row: 1 / span 2; z-index: 1; }
  .process-step h3 { grid-column: 2; margin: 3px 0 10px; font-size: 18px; }
  .process-step p { grid-column: 2; max-width: none; font-size: 14px; line-height: 1.65; opacity: 1; }
  .process-step:not(.active) p { opacity: 1; }
  .contact-details a, .contact-details .contact-messengers a { min-height: 44px; display: flex; align-items: center; }
  .footer-links a { min-height: 44px; display: flex; align-items: center; padding: 10px 0; }
  .modal-close { width: 44px; height: 44px; font-size: 22px; }
  .form-policy { font-size: 12px; line-height: 1.5; }
  .documents { display: flex; flex-direction: column; }.documents-visual { min-height: 280px; order: 1; }.documents-copy { order: 2; padding: 70px 20px; }.documents-copy h2 { margin-top: 35px; }.documents-copy > p, .documents-copy li { font-size: 15px; }
  .faq { display: block; }.faq-head { margin-bottom: 50px; }.faq-head .section-index { margin-bottom: 30px; }.faq-item > button { min-height: 56px; padding: 12px 0; font-size: 16px; }.faq-item > button i { flex-basis: 32px; height: 32px; }.faq-item > button i::before, .faq-item > button i::after { left: 9px; right: 9px; top: 15px; }.faq-answer p { font-size: 15px; }.faq-item.open .faq-answer p { padding-right: 10px; }
  .trust-grid { grid-template-columns: 1fr 1fr; column-gap: 30px; row-gap: 40px; }.trust-item span { font-size: 14px; }
  .services-cta { margin-top: 60px; padding: 30px 24px; flex-direction: column; text-align: center; }
  .contact-cta { min-height: 650px; padding: 80px 20px 50px; display: flex; flex-direction: column; align-items: stretch; }
  .contact-copy h2 { font-size: 59px; }.contact-copy p { font-size: 15px; }.contact-details { justify-self: auto; width: 100%; margin-top: 50px; padding: 25px; }.contact-cta::after { width: 90vw; right: -40vw; top: 10vw; }
  footer { min-height: 0; padding: 38px 20px 22px; grid-template-columns: 1fr 1fr; row-gap: 22px; }.footer-links { grid-column: 1 / -1; grid-row: 2; justify-self: stretch; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 20px; color: rgba(255,255,255,.76); font-size: 12px; }.website { grid-column: 2; }.footer-bottom { grid-column: 1 / -1; grid-row: 3; grid-template-columns: 1fr; gap: 8px; padding-top: 18px; color: rgba(255,255,255,.75); font-size: 11px; line-height: 1.5; }.footer-bottom span:nth-child(2) { display: block; justify-self: start; }.footer-bottom a { justify-self: start; }
  .project-modal { width: calc(100vw - 20px); max-height: calc(100svh - 20px); overflow-y: auto; }
  .project-modal[open] { display: block; }.modal-side { min-height: 300px; padding: 38px 28px; }.modal-side h2 { margin: 35px 0 18px; font-size: 38px; }.modal-contact { margin-top: 40px; }.contact-form { padding: 35px 28px; }.form-success { min-height: 420px; }.project-modal.success .form-success { display: grid; }
  .cookie-banner { left: 10px; bottom: max(10px, env(safe-area-inset-bottom)); width: calc(100vw - 20px); grid-template-columns: 1fr; gap: 18px; padding: 20px; }
  .cookie-copy { grid-template-columns: 36px minmax(0, 1fr); gap: 12px; }.cookie-icon { width: 36px; height: 36px; }.cookie-icon::before { inset: 8px; }.cookie-icon i:nth-child(1) { left: 12px; top: 12px; }.cookie-icon i:nth-child(2) { left: 20px; top: 13px; }.cookie-icon i:nth-child(3) { left: 14px; top: 21px; }
  .cookie-actions { width: 100%; flex-direction: row; }.cookie-accept, .cookie-reject { flex: 1; min-height: 48px; text-align: center; white-space: normal; }
  .footer-bottom-links { justify-self: start; flex-direction: column; gap: 8px; }.footer-bottom-links a { min-height: 32px; display: flex; align-items: center; }
  .signal-strip { height: 44px; }.signal-strip > div { animation: marquee 18s linear infinite; }.signal-strip span { font-size: 10px; }.signal-strip i { margin: 0 20px; font-size: 9px; }
  .outline-button { padding: 18px 24px; font-size: 14px; }
  .page-noise, .cursor-glow { display: none; }
  .legal-page .site-header { grid-template-columns: 1fr; }.legal-page .header-phone { display: none; }
  .legal-content { padding: 98px 10px 45px; background-size: 36px 36px; }
  .legal-inner { padding: 28px 22px 55px; }
  .legal-nav { margin: 0 0 38px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }.legal-nav a { min-height: 44px; display: flex; align-items: center; justify-content: center; padding: 9px 10px; text-align: center; }
  .legal-heading { margin-bottom: 42px; padding-bottom: 32px; }.legal-kicker { margin-bottom: 22px; }.legal-inner h1 { font-size: clamp(32px, 10vw, 43px); line-height: 1.08; }.legal-heading > p { font-size: 14px; line-height: 1.65; }.legal-inner h2 { margin-top: 38px; padding-left: 22px; font-size: 18px; }.legal-inner p, .legal-inner li { font-size: 14px; line-height: 1.78; }
  .legal-page footer { margin-top: 0; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .intro-copy, .precision-card, .section-heading, .service-item, .process-step, .documents-copy, .faq-item { opacity: 1; transform: none; }
  .signal-strip > div, .precision-card::before { animation: none !important; }
  .cursor-glow { display: none; }
}
