:root {
  --ink: #172b3a;
  --ink-deep: #0d1d28;
  --ink-soft: #49616f;
  --blue: #155f8f;
  --blue-bright: #1f78aa;
  --blue-dark: #0c4267;
  --blue-pale: #e8f1f6;
  --gray: #878d91;
  --line: #dbe5ea;
  --line-soft: #eaf0f3;
  --paper: #f7f9fa;
  --white: #fff;
  --success: #178566;
  --shadow: 0 28px 70px rgba(20, 48, 65, .12);
  --shadow-soft: 0 12px 35px rgba(20, 48, 65, .08);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "DM Sans", "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.modal-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 3000; top: 12px; left: 12px; padding: 10px 16px; color: var(--white); background: var(--blue); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.topbar { color: #dbe8ef; background: var(--ink-deep); font-size: 13px; }
.topbar-inner { min-height: 35px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topbar p { margin: 0; display: flex; align-items: center; gap: 8px; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #58d2a7; box-shadow: 0 0 0 4px rgba(88, 210, 167, .12); }
.topbar-links { display: flex; align-items: center; gap: 10px; }
.topbar a { transition: color .2s ease; }
.topbar a:hover { color: var(--white); }

.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid transparent; background: rgba(255, 255, 255, .88); backdrop-filter: blur(18px); transition: box-shadow .25s ease, border-color .25s ease; }
.site-header.scrolled { border-color: var(--line-soft); box-shadow: 0 8px 30px rgba(20, 48, 65, .06); }
.nav-shell { min-height: 84px; display: grid; grid-template-columns: 225px 1fr auto; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; width: 220px; height: 65px; overflow: hidden; }
.brand img { width: 100%; height: 100%; object-fit: contain; }
.main-nav { display: flex; justify-content: center; align-items: center; gap: clamp(18px, 2.4vw, 34px); }
.main-nav a { position: relative; color: #354b59; font-size: 14px; font-weight: 600; }
.main-nav a::after { content: ""; position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; background: var(--blue); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 1px solid var(--line); border-radius: 10px; background: var(--white); }
.menu-toggle span { display: block; width: 100%; height: 2px; margin: 4px 0; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }

.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 21px; border: 1px solid transparent; border-radius: 999px; cursor: pointer; font-weight: 700; font-size: 14px; line-height: 1; transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button svg { width: 17px; height: 17px; transition: transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:hover svg { transform: translateX(3px); }
.button-primary { color: var(--white); background: var(--blue); box-shadow: 0 10px 25px rgba(21, 95, 143, .22); }
.button-primary:hover { background: var(--blue-dark); box-shadow: 0 14px 32px rgba(21, 95, 143, .3); }
.button-large { min-height: 54px; padding-inline: 26px; font-size: 15px; }
.button-ghost { color: var(--ink); border-color: var(--line); background: rgba(255,255,255,.6); }
.button-ghost:hover { border-color: #bdcbd3; background: var(--white); }
.button-light { color: var(--blue-dark); background: var(--white); box-shadow: 0 16px 35px rgba(4, 29, 45, .22); }
.button-outline-light { color: var(--white); border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.03); }
.button-outline-light:hover { border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.08); }

.hero { position: relative; min-height: 720px; overflow: hidden; border-bottom: 1px solid var(--line-soft); background: linear-gradient(125deg, #fff 0%, #f8fafb 54%, #edf4f7 100%); }
.hero::before { content: ""; position: absolute; width: 600px; height: 600px; top: -350px; left: 35%; border-radius: 50%; background: rgba(43, 126, 168, .08); filter: blur(3px); }
.hero-grid { position: absolute; inset: 0; opacity: .42; background-image: linear-gradient(rgba(21,95,143,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(21,95,143,.07) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to right, transparent 5%, #000 60%, #000 100%); }
.hero-layout { position: relative; z-index: 1; min-height: 720px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(50px, 7vw, 95px); padding-block: 70px 80px; }
.eyebrow, .section-kicker { color: var(--blue); font-family: "Manrope", sans-serif; font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 23px; }
.eyebrow span { width: 35px; height: 1px; background: var(--blue); }
.hero h1, .section-heading h2, .credentials h2, .about-copy h2, .contact h2, .quote-callout h2, .quote-header h2, .privacy-panel h2 { margin: 0; color: var(--ink-deep); font-family: "Manrope", sans-serif; font-weight: 700; letter-spacing: -.045em; line-height: 1.07; }
.hero h1 { max-width: 670px; font-size: clamp(44px, 5vw, 69px); }
h1 em, h2 em { color: var(--blue); font-style: normal; }
.hero-lead { max-width: 650px; margin: 27px 0 0; color: var(--ink-soft); font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 35px; }
.hero-proof { max-width: 480px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; margin-top: 46px; padding-top: 24px; border-top: 1px solid var(--line); }
.hero-proof div { padding-right: 18px; }
.hero-proof div + div { padding-left: 22px; border-left: 1px solid var(--line); }
.hero-proof strong { display: block; color: var(--ink-deep); font-family: "Manrope", sans-serif; font-size: 21px; font-weight: 800; }
.hero-proof span { display: block; margin-top: 3px; color: #71838d; font-size: 12px; line-height: 1.4; }

.hero-visual { position: relative; min-height: 530px; display: flex; align-items: center; justify-content: center; }
.visual-orbit { position: absolute; border: 1px solid rgba(21,95,143,.12); border-radius: 50%; }
.orbit-one { width: 490px; height: 490px; }
.orbit-two { width: 610px; height: 610px; border-style: dashed; animation: rotate 55s linear infinite; }
@keyframes rotate { to { transform: rotate(360deg); } }
.engineering-panel { position: relative; z-index: 2; width: min(100%, 465px); padding: 28px; border: 1px solid rgba(255,255,255,.85); border-radius: var(--radius-lg); background: rgba(255,255,255,.82); box-shadow: 0 32px 90px rgba(23, 60, 82, .17); backdrop-filter: blur(16px); }
.engineering-panel::after { content: ""; position: absolute; inset: 8px; pointer-events: none; border: 1px solid rgba(21,95,143,.07); border-radius: 22px; }
.panel-head { position: relative; z-index: 1; display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.panel-kicker { color: #7b8b95; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.panel-head h2 { margin: 3px 0 0; font-family: "Manrope", sans-serif; font-size: 20px; letter-spacing: -.02em; }
.live-badge { display: inline-flex; align-items: center; gap: 7px; padding: 6px 10px; color: var(--success); border: 1px solid rgba(23,133,102,.16); border-radius: 999px; background: rgba(23,133,102,.07); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.live-badge i { width: 6px; height: 6px; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 4px rgba(23,133,102,.1); }
.single-line { position: relative; height: 54px; margin: 25px 4px 8px; }
.single-line::before { content: ""; position: absolute; top: 26px; right: 14px; left: 14px; height: 2px; background: #dbe6eb; }
.line-progress { position: absolute; top: 26px; left: 14px; width: 75%; height: 2px; background: linear-gradient(90deg, var(--blue), #68a6c6); }
.line-node { position: absolute; top: 19px; width: 16px; height: 16px; border: 4px solid var(--white); border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 2px var(--blue), 0 3px 8px rgba(21,95,143,.3); }
.node-one { left: 5%; }.node-two { left: 34%; }.node-three { left: 64%; }.node-four { right: 3%; background: #dbe6eb; box-shadow: 0 0 0 2px #b8c9d1; }
.process-mini { position: relative; z-index: 1; margin: 0; padding: 0; list-style: none; }
.process-mini li { min-height: 62px; display: flex; align-items: center; gap: 16px; padding: 10px 12px; border-bottom: 1px solid var(--line-soft); border-radius: 10px; }
.process-mini li.active { background: rgba(21,95,143,.055); }
.process-mini li > span { width: 30px; color: #8ca0ac; font-family: "Manrope", sans-serif; font-size: 11px; font-weight: 800; }
.process-mini strong, .process-mini small { display: block; }
.process-mini strong { color: var(--ink); font-size: 14px; }
.process-mini small { margin-top: 1px; color: #82939c; font-size: 11px; }
.panel-foot { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 12px; padding: 18px 8px 0; color: #6d818d; font-size: 10px; font-weight: 700; text-transform: uppercase; }
.panel-foot span { display: flex; align-items: center; gap: 7px; }
.panel-foot svg { width: 15px; height: 15px; color: var(--blue); }
.floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 11px; padding: 12px 15px; border: 1px solid rgba(255,255,255,.9); border-radius: 14px; background: rgba(255,255,255,.9); box-shadow: var(--shadow-soft); backdrop-filter: blur(12px); }
.floating-card strong, .floating-card small { display: block; white-space: nowrap; }
.floating-card strong { color: var(--ink); font-size: 12px; }.floating-card small { color: #80919a; font-size: 9px; }
.floating-icon { width: 31px; height: 31px; display: grid; place-items: center; color: var(--white); border-radius: 9px; background: var(--blue); }
.floating-icon svg { width: 17px; height: 17px; }
.card-emo { top: 58px; right: -16px; animation: float 5s ease-in-out infinite; }
.card-ekip { bottom: 45px; left: -28px; animation: float 6s ease-in-out -2s infinite; }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

.trust-strip { border-bottom: 1px solid var(--line); background: var(--white); }
.trust-inner { min-height: 105px; display: grid; grid-template-columns: 210px 1fr; align-items: center; gap: 38px; }
.trust-inner > p { margin: 0; color: #7e8f98; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.trust-names { display: grid; grid-template-columns: repeat(6, 1fr); align-items: center; gap: 14px; }
.trust-names span { color: #4b5d66; font-family: "Manrope", sans-serif; font-size: 12px; font-weight: 800; letter-spacing: .02em; text-align: center; opacity: .75; }

.section { padding-block: 120px; }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 70px; margin-bottom: 58px; }
.section-heading h2, .credentials h2, .about-copy h2, .contact h2, .quote-callout h2 { margin-top: 12px; font-size: clamp(35px, 4vw, 52px); }
.section-heading > p { max-width: 480px; margin: 0 0 4px; color: var(--ink-soft); font-size: 16px; line-height: 1.8; }
.services { background: var(--paper); }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 480px; padding: 34px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.service-card::before { content: ""; position: absolute; width: 220px; height: 220px; right: -110px; bottom: -110px; border: 1px solid rgba(21,95,143,.1); border-radius: 50%; box-shadow: 0 0 0 35px rgba(21,95,143,.025), 0 0 0 70px rgba(21,95,143,.018); }
.service-card:hover { transform: translateY(-5px); border-color: #c5d6de; box-shadow: var(--shadow-soft); }
.service-featured { color: #eaf2f6; border-color: var(--blue-dark); background: linear-gradient(145deg, var(--ink-deep), #163c52); }
.service-featured::before { border-color: rgba(255,255,255,.12); box-shadow: 0 0 0 35px rgba(255,255,255,.025), 0 0 0 70px rgba(255,255,255,.018); }
.service-top { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; }
.service-number { color: #9aabb4; font-family: "Manrope", sans-serif; font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.service-featured .service-number { color: #7695a8; }
.service-icon { width: 54px; height: 54px; display: grid; place-items: center; color: var(--blue); border-radius: 16px; background: var(--blue-pale); }
.service-icon svg { width: 25px; height: 25px; }
.service-featured .service-icon { color: #dcedf5; background: rgba(255,255,255,.09); }
.service-card h3 { position: relative; z-index: 1; margin: 34px 0 10px; color: var(--ink-deep); font-family: "Manrope", sans-serif; font-size: 27px; letter-spacing: -.025em; }
.service-featured h3 { color: var(--white); }
.service-card > p { position: relative; z-index: 1; max-width: 510px; margin: 0; color: #71838d; line-height: 1.7; }
.service-featured > p { color: #adc0ca; }
.service-card ul { position: relative; z-index: 1; margin: 25px 0 30px; padding: 0; list-style: none; }
.service-card li { position: relative; padding: 8px 0 8px 22px; color: #3d5360; font-size: 14px; }
.service-card li::before { content: ""; position: absolute; top: 18px; left: 1px; width: 7px; height: 7px; border: 2px solid var(--blue); border-radius: 50%; }
.service-featured li { color: #d9e5ea; }.service-featured li::before { border-color: #73aac5; }
.text-link { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 9px; padding: 0; color: var(--blue); border: 0; background: none; cursor: pointer; font-weight: 700; font-size: 13px; }
.text-link svg { width: 16px; height: 16px; transition: transform .2s ease; }.text-link:hover svg { transform: translateX(4px); }
.service-featured .text-link { color: #a9d2e5; }

.credentials { position: relative; overflow: hidden; color: #d9e6ec; background: var(--ink-deep); }
.credentials::before { content: ""; position: absolute; inset: 0; opacity: .08; background-image: linear-gradient(rgba(255,255,255,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.2) 1px, transparent 1px); background-size: 48px 48px; }
.credentials-glow { position: absolute; width: 650px; height: 650px; top: -360px; left: -200px; border-radius: 50%; background: rgba(27, 117, 164, .28); filter: blur(80px); }
.credentials-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.section-kicker-light { color: #7fc0df; }
.credentials h2 { color: var(--white); }
.credentials h2 em { color: #83c3df; }
.credentials-copy > p { max-width: 540px; margin: 24px 0; color: #a5b8c2; line-height: 1.8; }
.credential-main { display: flex; align-items: center; gap: 18px; margin-top: 35px; padding: 20px; border: 1px solid rgba(255,255,255,.1); border-radius: 16px; background: rgba(255,255,255,.045); }
.credential-seal { width: 52px; height: 52px; display: grid; place-items: center; color: #8bc8e1; border-radius: 50%; background: rgba(139,200,225,.1); }
.credential-seal svg { width: 29px; height: 29px; }
.credential-main strong, .credential-main span { display: block; }.credential-main strong { color: var(--white); font-size: 15px; }.credential-main span { margin-top: 3px; color: #90a9b6; font-size: 12px; }
.credential-note { font-size: 11px; }
.credential-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.credential-card { min-height: 135px; display: flex; flex-direction: column; justify-content: center; padding: 22px; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; background: rgba(255,255,255,.035); transition: background .25s ease, border-color .25s ease; }
.credential-card:hover { border-color: rgba(126,191,221,.28); background: rgba(255,255,255,.06); }
.credential-card > span { color: #6b92a6; font-family: "Manrope", sans-serif; font-size: 10px; font-weight: 800; }
.credential-card strong { margin-top: 12px; color: #f2f7f9; font-size: 14px; line-height: 1.35; }
.credential-card small { margin-top: 5px; color: #76909d; font-size: 11px; }
.credential-wide { grid-column: span 2; min-height: 105px; }

.about { background: var(--white); }
.about-layout { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 100px; }
.about-visual { position: relative; }
.about-blueprint { position: relative; min-height: 550px; overflow: hidden; border-radius: var(--radius-lg); background: linear-gradient(145deg, #eff5f7, #dfeaf0); }
.about-blueprint::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(21,95,143,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(21,95,143,.08) 1px, transparent 1px); background-size: 38px 38px; }
.about-blueprint svg { position: absolute; inset: 55px -20px auto; width: calc(100% + 40px); color: var(--blue); stroke-width: 1.4; }
.bp-thin { opacity: .28; }.bp-bold { opacity: .7; stroke-width: 3; }.bp-ring { opacity: .13; stroke-dasharray: 4 9; }.bp-ring-inner { opacity: .2; }
.about-blueprint circle { fill: var(--white); stroke: var(--blue); stroke-width: 3; }
.blueprint-label { position: absolute; z-index: 2; top: 24px; left: 28px; color: #6c8998; font-family: "Manrope", sans-serif; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.experience-stamp { position: absolute; z-index: 2; right: 28px; bottom: 28px; width: 150px; height: 150px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--white); border-radius: 50%; background: var(--blue); box-shadow: 0 20px 45px rgba(21,95,143,.28); }
.experience-stamp::before { content: ""; position: absolute; inset: 8px; border: 1px dashed rgba(255,255,255,.45); border-radius: 50%; }
.experience-stamp strong { font-family: "Manrope", sans-serif; font-size: 32px; line-height: 1; }.experience-stamp span { margin-top: 8px; font-size: 10px; line-height: 1.35; text-align: center; text-transform: uppercase; }
.about-copy > p { max-width: 620px; margin: 24px 0 0; color: var(--ink-soft); font-size: 16px; line-height: 1.85; }
.about-values { margin-top: 35px; border-top: 1px solid var(--line); }
.about-values div { display: grid; grid-template-columns: 45px 1fr; align-items: center; min-height: 62px; border-bottom: 1px solid var(--line); }
.about-values span { color: #91a2ab; font-family: "Manrope", sans-serif; font-size: 10px; font-weight: 800; }.about-values strong { font-size: 14px; }

.references { background: var(--paper); }
.reference-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.reference-item { min-height: 150px; display: flex; flex-direction: column; justify-content: center; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.45); transition: background .2s ease, transform .2s ease; }
.reference-item:hover { position: relative; z-index: 2; background: var(--white); box-shadow: var(--shadow-soft); transform: translateY(-2px); }
.reference-item span { color: #98a8b1; font-family: "Manrope", sans-serif; font-size: 10px; font-weight: 800; }
.reference-item strong { margin-top: 15px; color: var(--ink-deep); font-family: "Manrope", sans-serif; font-size: 15px; line-height: 1.35; }
.reference-item small { margin-top: 5px; color: #8798a1; font-size: 11px; }
.reference-disclaimer { margin: 20px 0 0; color: #93a1a8; font-size: 11px; }

.quote-callout { padding-block: 0 120px; background: var(--paper); }
.quote-callout-inner { position: relative; min-height: 340px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 60px; overflow: hidden; padding: 55px 65px; color: var(--white); border-radius: var(--radius-lg); background: linear-gradient(120deg, var(--blue-dark), #13618e 70%, #247aa6); box-shadow: 0 30px 70px rgba(12,66,103,.22); }
.callout-pattern { position: absolute; width: 420px; height: 420px; top: -180px; right: -90px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.03), 0 0 0 90px rgba(255,255,255,.02); }
.callout-copy { position: relative; z-index: 1; }
.quote-callout h2 { max-width: 780px; color: var(--white); font-size: clamp(34px, 4vw, 50px); }.quote-callout h2 em { color: #b9e0f0; }
.quote-callout p { max-width: 720px; margin: 20px 0 0; color: #c7dbe5; }
.quote-callout .button { position: relative; z-index: 1; white-space: nowrap; }

.contact { background: var(--white); }
.contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 100px; }
.contact-copy > p { max-width: 520px; margin: 22px 0 0; color: var(--ink-soft); line-height: 1.8; }
.contact-actions { margin-top: 36px; border-top: 1px solid var(--line); }
.contact-row { min-height: 78px; display: grid; grid-template-columns: 42px 1fr 25px; align-items: center; gap: 15px; border-bottom: 1px solid var(--line); transition: padding-left .2s ease; }
.contact-row:hover { padding-left: 5px; }
.contact-row > span { width: 38px; height: 38px; display: grid; place-items: center; color: var(--blue); border-radius: 11px; background: var(--blue-pale); }
.contact-row > span svg { width: 18px; height: 18px; }
.contact-row small, .contact-row strong { display: block; }.contact-row small { color: #8a9aa3; font-size: 10px; text-transform: uppercase; }.contact-row strong { margin-top: 2px; color: var(--ink); font-size: 14px; }
.row-arrow { width: 17px; height: 17px; color: #9aabb3; }
.location-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow-soft); }
.map-visual { position: relative; height: 320px; overflow: hidden; background: #e8f0f3; }
.map-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(21,95,143,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(21,95,143,.08) 1px, transparent 1px); background-size: 44px 44px; transform: rotate(-7deg) scale(1.2); }
.map-road { position: absolute; height: 15px; border: 1px solid rgba(21,95,143,.18); border-right: 0; border-left: 0; background: rgba(255,255,255,.6); }
.road-one { width: 130%; top: 47%; left: -15%; transform: rotate(-12deg); }.road-two { width: 90%; top: 52%; left: 18%; transform: rotate(62deg); }
.map-pin { position: absolute; z-index: 2; top: 50%; left: 52%; width: 62px; height: 62px; display: grid; place-items: center; color: var(--white); border: 7px solid rgba(255,255,255,.8); border-radius: 50%; background: var(--blue); box-shadow: 0 15px 35px rgba(21,95,143,.3); transform: translate(-50%, -50%); }
.map-pin svg { width: 24px; height: 24px; }.map-city { position: absolute; right: 18px; bottom: 14px; color: #64808f; font-family: "Manrope", sans-serif; font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.location-info { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 25px; padding: 30px; }
.location-label { grid-column: 1/-1; color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.location-info h3 { margin: 4px 0 0; color: var(--ink); font-family: "Manrope", sans-serif; font-size: 17px; line-height: 1.5; }

.site-footer { color: #a9bbc4; background: var(--ink-deep); }
.footer-main { display: grid; grid-template-columns: 1.45fr .65fr .8fr 1fr; gap: 60px; padding-block: 75px 58px; }
.footer-logo { width: 230px; height: 70px; padding: 3px 8px; border-radius: 10px; background: rgba(255,255,255,.93); }
.footer-brand p { max-width: 300px; margin: 22px 0 0; font-size: 13px; line-height: 1.7; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-column > strong { margin-bottom: 9px; color: var(--white); font-family: "Manrope", sans-serif; font-size: 13px; }
.footer-column a, .footer-column p { margin: 0; font-size: 12px; }.footer-column a:hover { color: var(--white); }
.footer-action .button { margin-top: 8px; }
.footer-bottom { min-height: 68px; display: flex; justify-content: space-between; align-items: center; gap: 25px; border-top: 1px solid rgba(255,255,255,.08); font-size: 10px; }
.footer-bottom p { margin: 0; }.footer-bottom div { display: flex; gap: 10px; }.footer-bottom button { padding: 0; color: inherit; border: 0; background: none; cursor: pointer; }.footer-bottom a:hover, .footer-bottom button:hover { color: var(--white); }
.whatsapp-fab { position: fixed; z-index: 90; right: 22px; bottom: 22px; min-height: 50px; display: flex; align-items: center; gap: 9px; padding: 0 18px; color: var(--white); border-radius: 999px; background: #168866; box-shadow: 0 13px 35px rgba(18, 105, 80, .3); font-size: 12px; font-weight: 800; transition: transform .2s ease; }
.whatsapp-fab:hover { transform: translateY(-3px); }.whatsapp-fab svg { width: 20px; height: 20px; }

.modal { position: fixed; z-index: 1000; inset: 0; display: none; align-items: center; justify-content: center; padding: 20px; }
.modal.open { display: flex; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(6, 21, 30, .76); backdrop-filter: blur(8px); animation: fade-in .2s ease; }
.modal-panel { position: relative; z-index: 1; width: min(1050px, 100%); max-height: calc(100vh - 40px); overflow: auto; border-radius: 24px; background: var(--white); box-shadow: 0 35px 100px rgba(4,20,30,.35); animation: modal-in .3s ease; }
@keyframes fade-in { from { opacity: 0; } }.modal-in { from { opacity: 0; transform: translateY(14px) scale(.98); } }
@keyframes modal-in { from { opacity: 0; transform: translateY(14px) scale(.98); } }
.modal-close { position: absolute; z-index: 5; top: 20px; right: 20px; width: 40px; height: 40px; display: grid; place-items: center; color: var(--ink); border: 1px solid var(--line); border-radius: 50%; background: var(--white); cursor: pointer; }
.modal-close:hover { background: var(--paper); }.modal-close svg { width: 19px; height: 19px; }
.quote-header { padding: 36px 42px 25px; border-bottom: 1px solid var(--line); }
.quote-header h2 { margin-top: 7px; font-size: 31px; }
.quote-progress { display: flex; align-items: center; gap: 12px; margin-top: 24px; }
.quote-progress span { display: flex; align-items: center; gap: 8px; color: #92a1a9; font-size: 11px; font-weight: 700; }
.quote-progress span i { width: 24px; height: 24px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-style: normal; }
.quote-progress span.active { color: var(--blue); }.quote-progress span.active i { color: var(--white); border-color: var(--blue); background: var(--blue); }
.quote-progress b { width: 35px; height: 1px; background: var(--line); }
.quote-step { display: none; padding: 30px 42px 38px; }.quote-step.active { display: block; animation: step-in .25s ease; }
@keyframes step-in { from { opacity: 0; transform: translateX(8px); } }
.step-intro { display: flex; align-items: flex-end; justify-content: space-between; gap: 25px; margin-bottom: 24px; }
.step-intro span { color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.step-intro h3 { margin: 3px 0 0; color: var(--ink-deep); font-family: "Manrope", sans-serif; font-size: 21px; }.step-intro p { margin: 0; color: #87969e; font-size: 12px; }
.quote-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.quote-service-grid label { cursor: pointer; }.quote-service-grid input { position: absolute; opacity: 0; pointer-events: none; }
.quote-service-grid label > span { position: relative; min-height: 112px; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; padding: 16px; border: 1px solid var(--line); border-radius: 13px; background: var(--white); transition: border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.quote-service-grid label > span > svg { width: 20px; height: 20px; color: var(--blue); }.quote-service-grid strong { padding-right: 20px; color: #334a57; font-size: 12px; line-height: 1.35; }
.quote-service-grid i { position: absolute; top: 13px; right: 13px; width: 18px; height: 18px; border: 1px solid #becbd2; border-radius: 50%; }
.quote-service-grid input:checked + span { border-color: var(--blue); background: #f2f7fa; box-shadow: inset 0 0 0 1px var(--blue); }
.quote-service-grid input:checked + span i { border-color: var(--blue); background: var(--blue); }.quote-service-grid input:checked + span i::after { content: ""; position: absolute; width: 6px; height: 3px; top: 5px; left: 5px; border-bottom: 2px solid var(--white); border-left: 2px solid var(--white); transform: rotate(-45deg); }
.quote-service-grid input:focus-visible + span { outline: 3px solid rgba(21,95,143,.18); outline-offset: 2px; }
.form-error { min-height: 20px; margin: 12px 0 0; color: #c54949; font-size: 11px; }
.step-actions { display: flex; justify-content: space-between; gap: 12px; margin-top: 25px; padding-top: 22px; border-top: 1px solid var(--line-soft); }.step-actions-end { justify-content: flex-end; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; }
.field { display: flex; flex-direction: column; gap: 7px; }.field-full { grid-column: 1 / -1; }
.field > span { color: #415864; font-size: 11px; font-weight: 700; }
.field input, .field select, .field textarea { width: 100%; color: var(--ink); border: 1px solid var(--line); border-radius: 10px; background: var(--white); outline: 0; transition: border-color .2s ease, box-shadow .2s ease; }
.field input, .field select { height: 48px; padding: 0 14px; }.field textarea { padding: 13px 14px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(21,95,143,.1); }
.field.invalid input, .field.invalid select, .field.invalid textarea { border-color: #c54949; }.field-error { min-height: 13px; color: #c54949; font-size: 10px; }
.file-field { position: relative; }.file-field > input { position: absolute; opacity: 0; pointer-events: none; }.file-field > div { min-height: 92px; display: grid; grid-template-columns: 35px 1fr; align-items: center; column-gap: 12px; padding: 16px; border: 1px dashed #bfcdd4; border-radius: 11px; background: #fbfcfd; cursor: pointer; }.file-field > div svg { grid-row: span 2; width: 26px; height: 26px; color: var(--blue); }.file-field > div strong, .file-field > div small { display: block; }.file-field > div strong { font-size: 12px; }.file-field > div small { color: #8d9ba2; font-size: 10px; }
.request-summary { margin-top: 22px; padding: 18px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); }
.request-summary > strong { display: block; margin-bottom: 8px; color: var(--ink); font-size: 12px; }.request-summary ul { margin: 0; padding-left: 18px; color: #637883; font-size: 11px; }.request-summary p { margin: 7px 0 0; color: #637883; font-size: 11px; }
.consent { display: grid; grid-template-columns: 20px 1fr; gap: 10px; margin-top: 18px; cursor: pointer; }.consent input { position: absolute; opacity: 0; }.consent > span { position: relative; width: 19px; height: 19px; margin-top: 2px; border: 1px solid #b8c7cf; border-radius: 5px; }.consent input:checked + span { border-color: var(--blue); background: var(--blue); }.consent input:checked + span::after { content: ""; position: absolute; width: 7px; height: 4px; top: 5px; left: 5px; border-bottom: 2px solid white; border-left: 2px solid white; transform: rotate(-45deg); }.consent p { margin: 0; color: #73858f; font-size: 11px; line-height: 1.55; }.consent button { padding: 0; color: var(--blue); border: 0; background: none; cursor: pointer; text-decoration: underline; }
.submit-note { margin: 12px 0 0; color: #8b9aa2; font-size: 10px; text-align: right; }
.privacy-panel { width: min(680px, 100%); padding: 42px; }.privacy-panel h2 { margin: 9px 45px 25px 0; font-size: 29px; }.privacy-panel p { color: var(--ink-soft); font-size: 14px; line-height: 1.8; }.privacy-panel a { color: var(--blue); font-weight: 700; }.privacy-draft { padding: 13px; border-radius: 8px; background: #fff7e6; font-size: 11px !important; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in-view { opacity: 1; transform: translateY(0); }.reveal-delay { transition-delay: .12s; }

@media (max-width: 1080px) {
  .nav-shell { grid-template-columns: 200px 1fr auto; gap: 18px; }
  .brand { width: 195px; }
  .main-nav { gap: 17px; }.main-nav a { font-size: 13px; }
  .hero-layout { grid-template-columns: 1fr 1fr; gap: 35px; }.hero h1 { font-size: clamp(41px, 5.3vw, 57px); }
  .card-emo { right: 0; }.card-ekip { left: 0; }
  .trust-inner { grid-template-columns: 170px 1fr; }.trust-names { grid-template-columns: repeat(3, 1fr); row-gap: 10px; }
  .credentials-layout, .about-layout, .contact-layout { gap: 55px; }
  .footer-main { gap: 35px; }
}

@media (max-width: 900px) {
  .container { width: min(100% - 36px, var(--container)); }
  .topbar-inner { justify-content: center; }.topbar-inner > p { display: none; }
  .nav-shell { min-height: 74px; grid-template-columns: 1fr auto; }.brand { width: 190px; height: 57px; }
  .menu-toggle { display: block; grid-column: 2; grid-row: 1; }.nav-cta { display: none; }
  .main-nav { position: absolute; top: 73px; right: 18px; left: 18px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 15px; background: var(--white); box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }.main-nav a { padding: 13px 12px; border-bottom: 1px solid var(--line-soft); }.main-nav a:last-child { border: 0; }.main-nav a::after { display: none; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .hero, .hero-layout { min-height: auto; }.hero-layout { grid-template-columns: 1fr; padding-block: 70px; }.hero-copy { max-width: 720px; }.hero-visual { min-height: 560px; }
  .trust-inner { grid-template-columns: 1fr; gap: 15px; padding-block: 25px; }.trust-names { grid-template-columns: repeat(3, 1fr); }
  .section { padding-block: 90px; }.section-heading { grid-template-columns: 1fr; gap: 25px; margin-bottom: 45px; }
  .credentials-layout, .about-layout, .contact-layout { grid-template-columns: 1fr; gap: 60px; }.credential-grid { grid-template-columns: repeat(2, 1fr); }.about-visual { order: 2; }.about-blueprint { min-height: 480px; }
  .reference-grid { grid-template-columns: repeat(3, 1fr); }
  .quote-callout { padding-bottom: 90px; }.quote-callout-inner { grid-template-columns: 1fr; padding: 48px; }
  .location-card { max-width: 700px; }.footer-main { grid-template-columns: repeat(2, 1fr); row-gap: 50px; }.footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 18px; }
  .quote-service-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, var(--container)); }
  .topbar { display: none; }.nav-shell { min-height: 68px; }.main-nav { top: 67px; }.brand { width: 168px; height: 52px; }
  .hero-layout { padding-block: 55px 65px; }.hero h1 { font-size: 39px; }.hero-lead { font-size: 16px; }.hero-actions { align-items: stretch; flex-direction: column; }.hero-actions .button { width: 100%; }
  .hero-proof { grid-template-columns: 1fr; gap: 14px; }.hero-proof div, .hero-proof div + div { padding: 0; border: 0; }.hero-proof div { display: grid; grid-template-columns: 95px 1fr; align-items: center; }.hero-proof span { margin: 0; }
  .hero-visual { min-height: 520px; }.engineering-panel { padding: 20px; }.floating-card { transform: scale(.88); }.card-emo { top: 16px; right: -10px; }.card-ekip { bottom: 6px; left: -10px; }.orbit-one { width: 390px; height: 390px; }.orbit-two { width: 480px; height: 480px; }
  .trust-names { grid-template-columns: repeat(2, 1fr); }.trust-names span { font-size: 10px; }
  .section { padding-block: 72px; }.section-heading h2, .credentials h2, .about-copy h2, .contact h2 { font-size: 35px; }.section-heading { margin-bottom: 35px; }
  .service-grid { grid-template-columns: 1fr; }.service-card { min-height: 0; padding: 27px 24px; }
  .credentials-layout { gap: 45px; }.credential-grid { grid-template-columns: 1fr; }.credential-wide { grid-column: auto; }.credential-card { min-height: 110px; }
  .about-blueprint { min-height: 390px; }.experience-stamp { width: 126px; height: 126px; right: 20px; bottom: 20px; }.about-blueprint svg { top: 55px; }
  .reference-grid { grid-template-columns: repeat(2, 1fr); }.reference-item { min-height: 135px; padding: 18px; }.reference-item strong { font-size: 13px; }
  .quote-callout { padding-bottom: 72px; }.quote-callout-inner { min-height: 0; padding: 38px 25px; }.quote-callout h2 { font-size: 33px; }.quote-callout .button { width: 100%; }
  .contact-layout { gap: 45px; }.map-visual { height: 250px; }.location-info { grid-template-columns: 1fr; padding: 24px; }.location-label { grid-column: auto; }
  .footer-main { grid-template-columns: 1fr; gap: 38px; padding-block: 55px 40px; }.footer-bottom div { flex-wrap: wrap; }.whatsapp-fab { right: 14px; bottom: 14px; width: 52px; height: 52px; min-height: 52px; justify-content: center; padding: 0; }.whatsapp-fab span { display: none; }
  .modal { align-items: flex-end; padding: 0; }.modal-panel { max-height: 94vh; border-radius: 22px 22px 0 0; }.quote-header { padding: 27px 22px 20px; }.quote-header h2 { padding-right: 35px; font-size: 25px; }.modal-close { top: 15px; right: 15px; }
  .quote-progress { gap: 6px; overflow: hidden; }.quote-progress span { font-size: 9px; }.quote-progress span i { width: 21px; height: 21px; }.quote-progress b { width: 12px; }
  .quote-step { padding: 24px 20px 28px; }.step-intro { align-items: flex-start; flex-direction: column; gap: 4px; }.step-intro p { display: none; }.quote-service-grid { grid-template-columns: 1fr; }.quote-service-grid label > span { min-height: 80px; }.form-grid { grid-template-columns: 1fr; }.field-full { grid-column: auto; }.step-actions { align-items: stretch; flex-direction: column-reverse; }.step-actions-end { flex-direction: column; }.step-actions .button { width: 100%; }.submit-note { text-align: left; }
  .privacy-panel { padding: 35px 22px 28px; }.privacy-panel h2 { font-size: 25px; }
}

@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; }
}
