:root {
  --brand: #2259B0;
  --brand-2: #3977D2;
  --navy: #0A1E3B;
  --navy-2: #102E56;
  --ink: #101827;
  --muted: #657287;
  --line: #E4EAF2;
  --soft: #F3F7FC;
  --white: #FFFFFF;
  --radius: 24px;
  --shadow: 0 24px 70px rgba(17, 35, 62, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.65;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 112px 0; }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  transition: .3s ease;
}
.site-header.scrolled {
  position: fixed;
  background: rgba(8, 26, 51, .94);
  backdrop-filter: blur(18px);
  box-shadow: 0 10px 40px rgba(0,0,0,.18);
  padding: 11px 0;
}
.nav-shell { width: min(1240px, calc(100% - 44px)); margin: auto; display: flex; align-items: center; gap: 30px; }
.brand { margin-right: auto; display: flex; align-items: center; }
.brand img { width: 248px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 32px; }
.main-nav a { color: rgba(255,255,255,.72); font-size: 14px; font-weight: 650; transition: .25s ease; position: relative; }
.main-nav a::after { content: ""; position: absolute; left: 0; bottom: -10px; width: 0; height: 2px; background: #69A5FF; transition: .25s ease; }
.main-nav a:hover, .main-nav a.active { color: #fff; }
.main-nav a:hover::after, .main-nav a.active::after { width: 100%; }
.menu-toggle { display: none; border: 0; background: transparent; width: 42px; height: 42px; padding: 9px; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; background: #fff; margin: 6px 0; border-radius: 3px; }

.btn { min-height: 48px; padding: 0 26px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; text-transform: uppercase; letter-spacing: .06em; font-size: 13px; font-weight: 800; border: 1px solid transparent; transition: .25s ease; cursor: pointer; }
.btn:hover { transform: translateY(-2px); }
.btn-nav { background: var(--brand); color: #fff; padding-inline: 25px; }
.btn-primary { background: linear-gradient(135deg, var(--brand), #2F6DC9); color: #fff; box-shadow: 0 14px 30px rgba(34,89,176,.3); }
.btn-primary:hover { box-shadow: 0 18px 36px rgba(34,89,176,.4); }
.btn-ghost { color: #fff; border-color: rgba(255,255,255,.72); background: rgba(255,255,255,.06); }
.btn-ghost:hover { background: rgba(255,255,255,.15); }
.btn-white { background: #fff; color: var(--navy); }
.dark-text { color: #fff; }

.hero {
  min-height: 950px;
  position: relative;
  color: #fff;
  padding: 165px 0 190px;
  background-image: url('assets/hero-bg.jpg');
  background-size: cover;
  background-position: center top;
  overflow: visible;
}
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,22,46,.97) 0%, rgba(8,32,63,.87) 44%, rgba(8,34,67,.28) 75%, rgba(6,22,42,.18) 100%); }
.hero::after { content: ""; position: absolute; width: 760px; height: 760px; right: -260px; top: -250px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; box-shadow: 0 0 0 110px rgba(255,255,255,.025), 0 0 0 230px rgba(255,255,255,.02); }
.hero-veil { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,13,29,.35), transparent 34%, rgba(4,18,38,.3)); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: center; }
.hero-copy { max-width: 690px; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: var(--brand); text-transform: uppercase; letter-spacing: .12em; font-size: 12px; font-weight: 850; margin-bottom: 22px; }
.eyebrow span { width: 34px; height: 2px; background: currentColor; }
.eyebrow.light { color: #8EB9FF; }
.hero h1 { margin: 0; font-size: clamp(48px, 5.8vw, 78px); line-height: .98; letter-spacing: -.045em; max-width: 720px; }
.hero-copy > p { max-width: 650px; margin: 28px 0 32px; font-size: 17px; color: rgba(255,255,255,.83); line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 48px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.17); }
.hero-proof strong { display: block; font-size: 15px; }
.hero-proof span { display: block; font-size: 12px; color: rgba(255,255,255,.55); margin-top: 4px; }
.hero-float { min-height: 500px; position: relative; display: flex; align-items: center; justify-content: center; }
.float-card { position: relative; width: 330px; min-height: 382px; border: 1px solid rgba(255,255,255,.22); background: linear-gradient(145deg, rgba(8,31,59,.76), rgba(29,81,145,.34)); backdrop-filter: blur(12px); border-radius: 30px; box-shadow: 0 30px 80px rgba(0,0,0,.25); padding: 30px; overflow: hidden; }
.float-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 80% 20%, rgba(85,155,255,.25), transparent 38%); }
.float-kicker { position: relative; display: block; color: #82B2FF; text-transform: uppercase; letter-spacing: .13em; font-weight: 800; font-size: 11px; }
.float-card strong { position: relative; display: block; margin-top: 14px; max-width: 255px; font-size: 25px; line-height: 1.25; }
.lift-graphic { position: absolute; width: 152px; height: 205px; right: 28px; bottom: 25px; border: 1px solid rgba(255,255,255,.25); border-top: 0; }
.lift-graphic::before { content: ""; position: absolute; top: -14px; left: -9px; width: 170px; height: 14px; border: 1px solid rgba(255,255,255,.25); }
.shaft { position: absolute; left: 50%; top: 0; height: 100%; border-left: 1px dashed rgba(255,255,255,.32); }
.car { position: absolute; left: 34px; top: 64px; width: 84px; height: 92px; border: 2px solid #71A7F8; background: rgba(44,111,201,.24); box-shadow: 0 0 34px rgba(76,145,244,.25) inset; display: grid; grid-template-columns: 1fr 1fr; }
.car i:first-child { border-right: 1px solid rgba(255,255,255,.4); }
.floor { position: absolute; left: -16px; right: -16px; border-top: 1px solid rgba(255,255,255,.17); }
.floor-a { top: 40px; } .floor-b { top: 110px; } .floor-c { top: 175px; }
.float-chip { position: absolute; display: flex; align-items: center; gap: 10px; color: #fff; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2); backdrop-filter: blur(12px); border-radius: 999px; padding: 12px 16px; font-size: 12px; font-weight: 750; box-shadow: 0 12px 40px rgba(0,0,0,.18); }
.float-chip span { width: 30px; height: 30px; border-radius: 50%; background: var(--brand); display: inline-flex; align-items: center; justify-content: center; font-size: 10px; }
.chip-one { left: 0; top: 80px; }
.chip-two { right: -10px; bottom: 80px; }

.feature-dock { position: absolute; z-index: 4; left: 50%; bottom: -92px; transform: translateX(-50%); background: #fff; color: var(--ink); border-radius: 28px; box-shadow: var(--shadow); display: grid; grid-template-columns: repeat(3, 1fr); padding: 34px 28px; }
.feature-dock article { display: grid; grid-template-columns: 58px 1fr; gap: 18px; padding: 0 25px; }
.feature-dock article + article { border-left: 1px solid var(--line); }
.icon-box { width: 54px; height: 54px; border-radius: 15px; background: #EEF4FD; color: var(--brand); display: flex; align-items: center; justify-content: center; }
.icon-box svg { width: 31px; height: 31px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.feature-dock h3 { margin: 1px 0 8px; font-size: 18px; }
.feature-dock p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.about { padding-top: 190px; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.about-visual { min-height: 620px; position: relative; }
.photo { overflow: hidden; border-radius: 28px; box-shadow: var(--shadow); }
.photo img { width: 100%; height: 100%; object-fit: cover; }
.photo-main { width: 76%; height: 540px; }
.photo-small { position: absolute; width: 49%; height: 310px; right: 0; bottom: 0; border: 9px solid #fff; }
.experience-badge { position: absolute; left: 6%; bottom: 45px; width: 190px; padding: 22px; background: var(--brand); color: #fff; border-radius: 20px; box-shadow: 0 24px 45px rgba(34,89,176,.32); }
.experience-badge strong { font-size: 42px; line-height: 1; display: block; }
.experience-badge span { font-size: 12px; line-height: 1.45; display: block; margin-top: 7px; }
.blueprint-line { position: absolute; width: 150px; height: 150px; border-left: 1px solid #B7C9E3; border-bottom: 1px solid #B7C9E3; right: -24px; top: -25px; }
.blueprint-line::before, .blueprint-line::after { content: ""; position: absolute; background: #B7C9E3; }
.blueprint-line::before { width: 1px; height: 60px; right: 27px; bottom: 0; }
.blueprint-line::after { width: 60px; height: 1px; left: 0; top: 27px; }
.section-copy h2, .section-heading h2, .split-heading h2, .process-copy h2, .contact-copy h2 { font-size: clamp(38px, 4.3vw, 58px); line-height: 1.08; letter-spacing: -.035em; margin: 0 0 24px; }
.section-copy .lead { font-size: 20px; color: var(--ink); line-height: 1.55; font-weight: 620; }
.section-copy p { color: var(--muted); }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 20px; margin: 32px 0; }
.check-grid div { display: flex; gap: 10px; align-items: center; font-weight: 650; font-size: 14px; }
.check-grid span { width: 25px; height: 25px; background: #EAF2FF; color: var(--brand); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 12px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--brand); font-weight: 800; font-size: 14px; }
.text-link span { transition: .2s ease; }
.text-link:hover span { transform: translateX(5px); }

.numbers { background: var(--soft); border-block: 1px solid var(--line); }
.number-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.number-grid article { padding: 45px 34px; }
.number-grid article + article { border-left: 1px solid var(--line); }
.number-grid strong { display: block; color: var(--brand); font-size: 42px; line-height: 1; letter-spacing: -.04em; }
.number-grid span { display: block; color: var(--muted); font-size: 13px; line-height: 1.45; margin-top: 10px; }

.solutions { background: #fff; }
.section-heading { max-width: 760px; margin-bottom: 55px; }
.section-heading.centered { text-align: center; margin-inline: auto; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading > p { color: var(--muted); font-size: 17px; }
.solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.solution-card { position: relative; min-height: 410px; padding: 34px; border: 1px solid var(--line); border-radius: 24px; background: #fff; transition: .3s ease; overflow: hidden; }
.solution-card::after { content: ""; position: absolute; width: 180px; height: 180px; border-radius: 50%; right: -110px; bottom: -110px; background: #EFF5FD; transition: .3s ease; }
.solution-card:hover { transform: translateY(-7px); box-shadow: 0 22px 50px rgba(17,41,77,.12); border-color: #D4E1F2; }
.solution-card:hover::after { transform: scale(1.35); background: #E5EFFC; }
.solution-icon { width: 62px; height: 62px; border-radius: 18px; background: var(--soft); color: var(--brand); display: flex; align-items: center; justify-content: center; margin-bottom: 38px; }
.solution-icon svg { width: 35px; height: 35px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.card-no { position: absolute; right: 28px; top: 31px; color: #AAB7C8; font-size: 11px; letter-spacing: .14em; font-weight: 800; }
.solution-card h3 { font-size: 22px; margin: 0 0 13px; }
.solution-card p { color: var(--muted); font-size: 14px; margin-bottom: 22px; }
.solution-card ul { list-style: none; margin: 0; padding: 0; position: relative; z-index: 1; }
.solution-card li { color: #425068; font-size: 13px; margin: 7px 0; padding-left: 17px; position: relative; }
.solution-card li::before { content: ""; position: absolute; left: 0; top: 9px; width: 6px; height: 6px; border-radius: 50%; background: var(--brand); }

.product-showcase { background: var(--navy); color: #fff; position: relative; overflow: hidden; }
.product-showcase::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.028) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.028) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(90deg, transparent, #000 25%, #000 75%, transparent); }
.split-heading { position: relative; display: grid; grid-template-columns: 1fr .7fr; gap: 80px; align-items: end; margin-bottom: 52px; }
.split-heading h2 { margin-bottom: 0; }
.split-heading > p { color: rgba(255,255,255,.63); margin: 0; }
.product-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.product-card { border: 1px solid rgba(255,255,255,.12); border-radius: 24px; background: rgba(255,255,255,.045); overflow: hidden; transition: .3s ease; }
.product-card:hover { transform: translateY(-7px); background: rgba(255,255,255,.075); }
.product-art { height: 210px; position: relative; overflow: hidden; background: radial-gradient(circle at 50% 25%, rgba(73,139,230,.25), transparent 50%), linear-gradient(145deg, #102E58, #0B2446); }
.product-art::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 28px 28px; }
.product-body { padding: 26px; }
.product-body > span { color: #6EA5F6; font-size: 11px; font-weight: 800; letter-spacing: .15em; }
.product-body h3 { margin: 9px 0 8px; font-size: 21px; }
.product-body p { margin: 0; color: rgba(255,255,255,.62); font-size: 13px; }
.cab, .hospital-door, .freight-door { position: absolute; width: 112px; height: 150px; left: 50%; bottom: 0; transform: translateX(-50%); border: 2px solid rgba(139,190,255,.85); border-bottom: 0; display: grid; grid-template-columns: 1fr 1fr; background: rgba(43,101,179,.15); }
.cab span:first-child, .hospital-door i:first-child, .freight-door i:first-child { border-right: 1px solid rgba(255,255,255,.34); }
.indicator { position: absolute; left: 50%; top: 24px; transform: translateX(-50%); color: #9CC6FF; border: 1px solid rgba(156,198,255,.6); border-radius: 4px; padding: 3px 9px; font-size: 10px; letter-spacing: .12em; }
.house-line { position: absolute; width: 176px; height: 113px; left: 50%; bottom: 0; transform: translateX(-50%); border: 2px solid rgba(147,190,246,.75); border-top: 0; }
.house-line::before, .house-line::after { content: ""; position: absolute; top: -50px; width: 124px; border-top: 2px solid rgba(147,190,246,.75); }
.house-line::before { left: -1px; transform: rotate(-24deg); transform-origin: left; }
.house-line::after { right: -1px; transform: rotate(24deg); transform-origin: right; }
.home-lift { position: absolute; width: 62px; height: 108px; left: 52%; bottom: 0; border: 2px solid #84B9FF; background: rgba(49,108,188,.25); }
.home-lift b { position: absolute; left: 50%; top: 0; bottom: 0; border-left: 1px solid rgba(255,255,255,.35); }
.cross { position: absolute; width: 30px; height: 30px; top: 22px; left: calc(50% + 75px); border-radius: 50%; background: #2F70CF; display: flex; align-items: center; justify-content: center; font-weight: 300; font-size: 22px; }
.glass-cab { position: absolute; width: 125px; height: 160px; left: 50%; bottom: -1px; transform: translateX(-50%); border: 2px solid #86BCFF; border-radius: 62px 62px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); background: linear-gradient(180deg, rgba(99,170,255,.18), rgba(37,82,148,.25)); }
.glass-cab i + i { border-left: 1px solid rgba(255,255,255,.3); }
.load-lines { position: absolute; width: 45px; height: 45px; left: calc(50% + 82px); bottom: 20px; border: 2px solid #7EB0F1; box-shadow: -9px -9px 0 -2px rgba(126,176,241,.55); }
.escalator-line { position: absolute; left: 50%; bottom: 28px; width: 220px; height: 105px; transform: translateX(-50%) skewX(-41deg); border-top: 3px solid #89BBFB; border-bottom: 3px solid rgba(137,187,251,.58); }
.escalator-line i { position: relative; display: inline-block; height: 80px; border-left: 2px solid rgba(255,255,255,.3); margin-left: 34px; top: 8px; }

.industries { background: #F7F9FC; }
.industry-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; grid-template-rows: 280px 280px; gap: 18px; }
.industry-card { position: relative; color: #fff; border-radius: 24px; overflow: hidden; padding: 30px; display: flex; flex-direction: column; justify-content: flex-end; background-size: cover; background-position: center; min-height: 260px; }
.industry-card::before { content: ""; position: absolute; inset: 0; background-size: cover; background-position: center; transform: scale(1.01); transition: .45s ease; }
.industry-card:hover::before { transform: scale(1.07); }
.industry-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(8,25,50,.08), rgba(8,25,50,.9)); }
.industry-card span, .industry-card h3, .industry-card p { position: relative; z-index: 2; }
.industry-card > span { font-size: 11px; letter-spacing: .15em; color: #9AC4FF; font-weight: 800; }
.industry-card h3 { margin: 8px 0 6px; font-size: 23px; }
.industry-card p { margin: 0; color: rgba(255,255,255,.7); font-size: 13px; max-width: 320px; }
.industry-res { grid-row: 1 / 3; }
.industry-res::before { background-image: linear-gradient(rgba(15,38,72,.12), rgba(10,30,55,.15)), url('assets/project-residential.jpg'); }
.industry-com::before { background-image: url('assets/project-commercial.jpg'); }
.industry-health::before { background-image: linear-gradient(135deg, rgba(20,78,148,.35), rgba(6,25,50,.2)), url('assets/project-hospital.jpg'); }
.industry-hotel::before { background-image: url('assets/project-hotel.jpg'); }
.industry-industrial::before { background-image: linear-gradient(rgba(10,30,59,.15),rgba(10,30,59,.25)), url('assets/project-industrial.jpg'); }
.industry-industrial::after { content: ""; position: absolute; width: 240px; height: 240px; border: 26px solid rgba(255,255,255,.06); border-radius: 50%; top: -110px; right: -70px; z-index: 0; }

.process { background: #fff; }
.process-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.process-copy { position: sticky; top: 130px; }
.process-copy p { color: var(--muted); margin-bottom: 30px; }
.steps { border-top: 1px solid var(--line); }
.step { display: grid; grid-template-columns: 80px 1fr; gap: 25px; padding: 35px 0; border-bottom: 1px solid var(--line); }
.step > span { width: 54px; height: 54px; border-radius: 50%; background: #EDF4FD; color: var(--brand); display: flex; align-items: center; justify-content: center; font-weight: 850; font-size: 12px; }
.step h3 { margin: 0 0 8px; font-size: 24px; }
.step p { margin: 0; color: var(--muted); }

.why-us { display: grid; grid-template-columns: 1fr 1fr; min-height: 790px; background: var(--navy); color: #fff; }
.why-image { min-height: 790px; position: relative; overflow: hidden; }
.why-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,30,59,.05), rgba(10,30,59,.72)); }
.why-image img { width: 100%; height: 100%; object-fit: cover; }
.why-content { padding: 100px max(50px, calc((100vw - 1180px)/2)) 80px 75px; align-self: center; }
.why-content h2 { font-size: clamp(39px, 4vw, 58px); line-height: 1.07; letter-spacing: -.04em; margin: 0 0 22px; }
.why-content > p { color: rgba(255,255,255,.65); max-width: 620px; }
.why-list { margin-top: 38px; }
.why-list article { display: grid; grid-template-columns: 50px 1fr; gap: 20px; padding: 21px 0; border-top: 1px solid rgba(255,255,255,.12); }
.why-list article > span { color: #75A8F3; font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.why-list h3 { margin: 0 0 5px; font-size: 19px; }
.why-list p { margin: 0; color: rgba(255,255,255,.58); font-size: 13px; }

.showcase { background: #0C2548; color: #fff; }
.split-heading.dark > p { color: rgba(255,255,255,.62); }
.showcase-grid { display: grid; grid-template-columns: 1.3fr .85fr; grid-template-rows: 300px 300px; gap: 18px; }
.showcase-card { position: relative; overflow: hidden; border-radius: 24px; }
.showcase-card.large { grid-row: 1 / 3; }
.showcase-card img { width: 100%; height: 100%; object-fit: cover; transition: .5s ease; }
.showcase-card:hover img { transform: scale(1.05); }
.showcase-shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 32%, rgba(4,17,35,.93)); }
.showcase-copy { position: absolute; left: 30px; right: 30px; bottom: 28px; }
.showcase-copy span { color: #85B7FF; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.showcase-copy h3 { margin: 8px 0 7px; font-size: 25px; }
.showcase-copy p { margin: 0; color: rgba(255,255,255,.65); font-size: 13px; }
.showcase-card.large .showcase-copy { left: 42px; bottom: 40px; }
.showcase-card.large .showcase-copy h3 { font-size: 36px; }

.maintenance { background: #F4F7FB; }
.maintenance-wrap { position: relative; overflow: hidden; background: linear-gradient(135deg, var(--brand), #123B76); border-radius: 34px; padding: 62px; color: #fff; display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; box-shadow: 0 35px 75px rgba(34,89,176,.24); }
.maintenance-wrap::before { content: ""; position: absolute; width: 480px; height: 480px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; right: -240px; top: -250px; box-shadow: 0 0 0 100px rgba(255,255,255,.025), 0 0 0 200px rgba(255,255,255,.02); }
.maintenance-copy, .maintenance-cards { position: relative; z-index: 1; }
.maintenance-copy h2 { font-size: clamp(38px, 4vw, 56px); line-height: 1.08; letter-spacing: -.04em; margin: 0 0 20px; }
.maintenance-copy > p { color: rgba(255,255,255,.72); }
.maintenance-actions { margin-top: 30px; display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.light-link { color: #fff; }
.maintenance-cards { display: grid; gap: 13px; align-content: center; }
.maintenance-cards article { display: grid; grid-template-columns: 14px 1fr; gap: 6px 17px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.13); border-radius: 18px; padding: 20px 22px; backdrop-filter: blur(8px); }
.maintenance-cards strong, .maintenance-cards span { grid-column: 2; }
.maintenance-cards span { color: rgba(255,255,255,.6); font-size: 12px; }
.pulse { grid-row: 1 / 3; width: 11px; height: 11px; background: #B8D5FF; border-radius: 50%; margin-top: 6px; box-shadow: 0 0 0 7px rgba(184,213,255,.12); }

.contact { background: #fff; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.contact-copy > p { color: var(--muted); }
.contact-points { margin: 38px 0; }
.contact-points article { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 18px 0; border-top: 1px solid var(--line); }
.contact-points article > span { color: var(--brand); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.contact-points strong { font-size: 16px; }
.contact-points p { margin: 3px 0 0; color: var(--muted); font-size: 13px; }
.location-line { font-size: 13px; font-weight: 700; color: #3F4B5D; display: flex; align-items: center; flex-wrap: wrap; gap: 10px; }
.location-line i { width: 5px; height: 5px; background: var(--brand); border-radius: 50%; }
.contact-form { border-radius: 28px; padding: 36px; background: #F7F9FC; border: 1px solid var(--line); box-shadow: 0 20px 60px rgba(17,35,62,.08); }
.form-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 28px; }
.form-head span { color: var(--brand); font-size: 11px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.form-head strong { font-size: 24px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: grid; gap: 8px; color: #374458; font-size: 12px; font-weight: 750; margin-bottom: 16px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #DCE4EF; background: #fff; color: var(--ink); border-radius: 12px; padding: 14px 15px; outline: none; transition: .2s ease; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: #8CB4EE; box-shadow: 0 0 0 4px rgba(34,89,176,.08); }
.contact-form textarea { resize: vertical; }
.submit-btn { border: 0; width: 100%; }
.contact-form small { display: block; text-align: center; color: #8995A6; margin-top: 13px; font-size: 11px; }

.site-footer { background: #07182F; color: #fff; padding: 75px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3, .75fr); gap: 65px; padding-bottom: 55px; }
.footer-brand img { width: 245px; }
.footer-brand p { max-width: 370px; color: rgba(255,255,255,.55); font-size: 13px; margin-top: 20px; }
.footer-grid h4 { font-size: 13px; text-transform: uppercase; letter-spacing: .12em; color: #84B2F6; margin: 4px 0 18px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 9px; }
.footer-grid a { color: rgba(255,255,255,.62); font-size: 13px; transition: .2s ease; }
.footer-grid a:hover { color: #fff; transform: translateX(3px); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 22px; display: flex; justify-content: space-between; color: rgba(255,255,255,.42); font-size: 12px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }
.delay-3 { transition-delay: .24s; }

@media (max-width: 1100px) {
  .main-nav { gap: 20px; }
  .main-nav a { font-size: 13px; }
  .brand img { width: 220px; }
  .hero-grid { grid-template-columns: 1fr .7fr; gap: 30px; }
  .hero-float { transform: scale(.88); transform-origin: right center; }
  .feature-dock article { padding-inline: 15px; }
  .about-grid { gap: 55px; }
  .solution-card { padding: 28px; }
  .why-content { padding-left: 55px; }
}

@media (max-width: 900px) {
  .section { padding: 88px 0; }
  .btn-nav { display: none; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 77px; left: 22px; right: 22px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 16px; background: rgba(7,25,50,.98); border: 1px solid rgba(255,255,255,.1); border-radius: 18px; box-shadow: 0 20px 50px rgba(0,0,0,.3); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 12px 10px; }
  .main-nav a::after { display: none; }
  .hero { min-height: auto; padding: 145px 0 225px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 700px; }
  .hero-float { display: none; }
  .feature-dock { bottom: -155px; grid-template-columns: 1fr; gap: 0; padding: 18px 24px; }
  .feature-dock article { padding: 18px 4px; }
  .feature-dock article + article { border-left: 0; border-top: 1px solid var(--line); }
  .about { padding-top: 225px; }
  .about-grid, .process-grid, .contact-grid { grid-template-columns: 1fr; gap: 60px; }
  .about-visual { max-width: 680px; }
  .number-grid { grid-template-columns: 1fr 1fr; }
  .number-grid article:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .number-grid article:nth-child(4) { border-top: 1px solid var(--line); }
  .solution-grid, .product-grid { grid-template-columns: 1fr 1fr; }
  .split-heading { grid-template-columns: 1fr; gap: 20px; }
  .industry-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 320px 260px 260px; }
  .industry-res { grid-row: 1 / 2; grid-column: 1 / 3; }
  .process-copy { position: static; }
  .why-us { grid-template-columns: 1fr; }
  .why-image { min-height: 500px; }
  .why-content { padding: 75px max(24px, calc((100vw - 720px)/2)); }
  .showcase-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 420px 320px; }
  .showcase-card.large { grid-column: 1 / 3; grid-row: auto; }
  .maintenance-wrap { grid-template-columns: 1fr; gap: 45px; padding: 48px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 30px, 560px); }
  .section { padding: 74px 0; }
  .nav-shell { width: calc(100% - 28px); }
  .brand img { width: 205px; }
  .hero { padding: 130px 0 295px; background-position: 57% top; }
  .hero::before { background: linear-gradient(90deg, rgba(5,22,46,.97), rgba(5,22,46,.78)); }
  .hero h1 { font-size: 48px; }
  .hero-copy > p { font-size: 15px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-proof { grid-template-columns: 1fr; gap: 15px; }
  .feature-dock { width: calc(100% - 30px); bottom: -230px; }
  .about { padding-top: 290px; }
  .about-visual { min-height: 500px; }
  .photo-main { width: 86%; height: 430px; }
  .photo-small { width: 52%; height: 240px; }
  .experience-badge { left: 3%; bottom: 18px; width: 165px; }
  .section-copy h2, .section-heading h2, .split-heading h2, .process-copy h2, .contact-copy h2, .why-content h2 { font-size: 38px; }
  .check-grid { grid-template-columns: 1fr; }
  .number-grid { grid-template-columns: 1fr; }
  .number-grid article + article, .number-grid article:nth-child(3), .number-grid article:nth-child(4) { border-left: 0; border-top: 1px solid var(--line); }
  .solution-grid, .product-grid { grid-template-columns: 1fr; }
  .solution-card { min-height: 0; }
  .industry-grid { grid-template-columns: 1fr; grid-template-rows: repeat(5, 280px); }
  .industry-res { grid-row: auto; grid-column: auto; }
  .step { grid-template-columns: 60px 1fr; gap: 14px; }
  .why-image { min-height: 390px; }
  .why-content { padding: 65px 24px; }
  .showcase-grid { grid-template-columns: 1fr; grid-template-rows: 420px 300px 300px; }
  .showcase-card.large { grid-column: auto; }
  .showcase-card.large .showcase-copy { left: 28px; bottom: 28px; }
  .showcase-card.large .showcase-copy h3 { font-size: 28px; }
  .maintenance-wrap { padding: 38px 25px; border-radius: 26px; }
  .maintenance-actions { align-items: stretch; flex-direction: column; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .form-head { align-items: flex-start; flex-direction: column; }
  .contact-form { padding: 25px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 25px; }
  .footer-brand { grid-column: 1 / 3; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}
/* Keep the feature dock visible without allowing decorative shapes to widen the page. */
.hero::after { display: none; }
html, body { overflow-x: hidden; }
/* Preserve horizontal centering while animating the overlapping feature dock. */
.feature-dock.reveal { transform: translate(-50%, 24px); }
.feature-dock.reveal.visible { transform: translate(-50%, 0); }

/* =========================================================
   Grand Elev8 V2 — white header, topbar, projects and socials
   ========================================================= */
section[id] { scroll-margin-top: 96px; }

.topbar {
  min-height: 38px;
  background: linear-gradient(90deg, #071B36, #0C356A);
  color: #fff;
  position: relative;
  z-index: 45;
  font-size: 11px;
}
.topbar-inner {
  width: min(1320px, calc(100% - 40px));
  min-height: 38px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.topbar-contact, .topbar-right, .topbar-contact a, .topbar-location {
  display: flex;
  align-items: center;
}
.topbar-contact { gap: 23px; }
.topbar-contact a, .topbar-location { gap: 7px; color: rgba(255,255,255,.82); }
.topbar-contact a:hover { color: #fff; }
.topbar-contact svg { width: 14px; height: 14px; fill: none; stroke: #8EB9FF; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.topbar-right { gap: 10px; }
.follow-label { color: rgba(255,255,255,.55); margin-right: 2px; }
.language-link { color: #fff; font-weight: 800; letter-spacing: .08em; border-left: 1px solid rgba(255,255,255,.25); padding-left: 13px; margin-left: 2px; }
.language-link:hover { color: #8FC0FF; }

.social-links { display: flex; align-items: center; gap: 7px; }
.social {
  width: 29px;
  height: 29px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0 5px 16px rgba(0,0,0,.13);
  transition: transform .2s ease, box-shadow .2s ease;
  overflow: hidden;
}
.social:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,.2); }
.social svg { width: 17px; height: 17px; }
.social.facebook svg { fill: #1877F2; }
.social.linkedin svg { fill: #0A66C2; }
.social.instagram svg { width: 21px; height: 21px; }
.social.youtube svg rect { fill: #FF0000; }
.social.youtube svg .play { fill: #fff; }
.social.xbrand svg { fill: #000; }
.social.whatsapp svg { fill: #25D366; }
.social-top .social { width: 25px; height: 25px; }
.social-top .social svg { width: 15px; height: 15px; }
.social-top .instagram svg { width: 19px; height: 19px; }

.site-header,
.site-header.scrolled {
  position: sticky;
  top: 0;
  z-index: 40;
  width: 100%;
  padding: 10px 0;
  background: rgba(255,255,255,.98);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(13,43,81,.08);
  box-shadow: 0 8px 30px rgba(12,33,60,.08);
}
.nav-shell { width: min(1320px, calc(100% - 40px)); gap: 18px; }
.brand img { width: 220px; max-height: 58px; object-fit: contain; }
.main-nav { gap: 19px; }
.main-nav a { color: #29364A; font-size: 12px; font-weight: 720; white-space: nowrap; }
.main-nav a::after { bottom: -14px; background: var(--brand); }
.main-nav a:hover, .main-nav a.active { color: var(--brand); }
.menu-toggle span { background: var(--navy); }
.btn-nav { min-height: 44px; padding-inline: 21px; font-size: 11px; }

.hero {
  min-height: 820px;
  padding: 112px 0 178px;
  background-image: url('assets/hero-grand-elev8.jpg');
  background-position: center center;
  background-size: cover;
}
.hero::before { background: linear-gradient(90deg, rgba(4,19,42,.96) 0%, rgba(6,27,58,.88) 43%, rgba(4,24,52,.38) 72%, rgba(4,20,43,.12) 100%); }
.hero-grid { grid-template-columns: 1.04fr .96fr; min-height: 525px; }
.hero h1 { font-size: clamp(52px, 5.2vw, 76px); }
.hero-copy > p { max-width: 620px; }
.feature-dock { bottom: -88px; }

.section-brand-mark { width: 250px; height: auto; margin-bottom: 24px; }

/* Projects */
.projects { background: linear-gradient(180deg, #fff, #F6F9FD); position: relative; overflow: hidden; }
.projects::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  border: 1px solid rgba(34,89,176,.08);
  right: -260px;
  top: 110px;
  box-shadow: 0 0 0 90px rgba(34,89,176,.025), 0 0 0 180px rgba(34,89,176,.018);
}
.projects-heading { display: grid; grid-template-columns: 86px 1fr; gap: 24px; max-width: 860px; margin: 0 auto 38px; text-align: center; align-items: center; position: relative; }
.projects-heading > img { width: 78px; height: 78px; object-fit: contain; opacity: .96; }
.projects-heading .eyebrow { justify-content: center; margin-bottom: 14px; }
.projects-heading h2 { font-size: clamp(39px, 4.2vw, 58px); line-height: 1.07; letter-spacing: -.035em; margin: 0 0 16px; }
.projects-heading p { color: var(--muted); margin: 0; }
.project-filters { position: relative; display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin: 0 auto 38px; }
.project-filter { border: 1px solid #D8E1ED; color: #40506A; background: #fff; border-radius: 999px; padding: 10px 17px; font-size: 12px; font-weight: 750; cursor: pointer; transition: .22s ease; }
.project-filter:hover { color: var(--brand); border-color: #A8C3E9; transform: translateY(-1px); }
.project-filter.active { color: #fff; background: var(--brand); border-color: var(--brand); box-shadow: 0 10px 24px rgba(34,89,176,.22); }
.project-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.project-card { background: #fff; border: 1px solid #E0E7F0; border-radius: 22px; overflow: hidden; box-shadow: 0 14px 38px rgba(15,36,65,.07); transition: .3s ease, opacity .25s ease; }
.project-card:hover { transform: translateY(-7px); box-shadow: 0 24px 55px rgba(15,36,65,.13); }
.project-card.is-hidden { display: none; }
.project-image { position: relative; height: 230px; overflow: hidden; background: #DDE7F4; }
.project-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(5,24,49,.25)); pointer-events: none; }
.project-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.project-card:hover .project-image img { transform: scale(1.045); }
.project-image > span { position: absolute; z-index: 2; left: 16px; top: 16px; color: var(--brand); background: rgba(255,255,255,.94); border-radius: 999px; padding: 6px 10px; text-transform: uppercase; font-size: 9px; font-weight: 850; letter-spacing: .1em; box-shadow: 0 6px 18px rgba(0,0,0,.1); }
.project-body { padding: 25px 25px 27px; }
.project-meta { color: var(--brand); text-transform: uppercase; font-size: 9px; font-weight: 850; letter-spacing: .11em; }
.project-body h3 { margin: 8px 0 9px; font-size: 23px; line-height: 1.2; }
.project-body > p { color: var(--muted); margin: 0 0 16px; font-size: 13px; min-height: 64px; }
.project-body ul { list-style: none; padding: 0; margin: 0 0 18px; display: grid; gap: 7px; }
.project-body li { color: #3D4A5D; font-size: 12px; padding-left: 18px; position: relative; }
.project-body li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--brand); font-weight: 900; }
.project-body > a { display: inline-flex; align-items: center; gap: 8px; color: var(--brand); font-size: 12px; font-weight: 800; }
.project-body > a:hover span { transform: translateX(4px); }
.project-body > a span { transition: .2s ease; }

/* Footer V2 */
.site-footer { padding-top: 68px; }
.footer-grid-v2 { grid-template-columns: 1.55fr repeat(4, .72fr); gap: 42px; }
.footer-brand img { width: 220px; }
.footer-brand p { margin-bottom: 22px; }
.social-footer { margin-top: 8px; }
.social-footer .social { width: 34px; height: 34px; }
.footer-contact span { color: rgba(255,255,255,.58); font-size: 13px; }
.footer-language { margin-top: 7px; color: #8EB9FF !important; font-weight: 800; }
.footer-bottom a { color: inherit; }
.footer-bottom a:hover { color: #fff; }

.floating-action {
  position: fixed;
  right: 24px;
  z-index: 60;
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(0,0,0,.2);
  transition: transform .2s ease, opacity .2s ease;
}
.floating-action:hover { transform: translateY(-3px); }
.floating-action svg { width: 23px; height: 23px; }
.whatsapp-float { bottom: 88px; background: #25D366; }
.whatsapp-float svg { fill: #fff; }
.back-to-top { bottom: 26px; background: var(--brand); opacity: 0; pointer-events: none; }
.back-to-top.visible { opacity: 1; pointer-events: auto; }
.back-to-top svg { fill: none; stroke: #fff; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

@media (max-width: 1240px) {
  .main-nav { gap: 13px; }
  .main-nav a { font-size: 11px; }
  .brand img { width: 195px; }
  .btn-nav { display: none; }
}

@media (max-width: 1020px) {
  .topbar-contact .topbar-location { display: none; }
  .site-header, .site-header.scrolled { padding: 8px 0; }
  .menu-toggle { display: block; order: 3; }
  .main-nav {
    position: absolute;
    top: calc(100% + 8px);
    left: 20px;
    right: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    background: #fff;
    border: 1px solid #DFE7F1;
    border-radius: 18px;
    box-shadow: 0 24px 60px rgba(10,30,59,.18);
  }
  .main-nav.open { display: flex; }
  .main-nav a { color: #24334A; padding: 11px 12px; font-size: 13px; }
  .main-nav a:hover, .main-nav a.active { color: var(--brand); background: #F3F7FC; border-radius: 9px; }
  .main-nav a::after { display: none; }
  .hero { min-height: 760px; padding-top: 95px; }
  .project-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid-v2 { grid-template-columns: 1.4fr repeat(2, 1fr); }
  .footer-grid-v2 > div:nth-child(4), .footer-grid-v2 > div:nth-child(5) { margin-top: 10px; }
}

@media (max-width: 760px) {
  .topbar-inner { min-height: 34px; width: calc(100% - 24px); }
  .topbar-contact a span, .topbar-location, .follow-label { display: none; }
  .topbar-contact { gap: 8px; }
  .topbar-contact a { width: 26px; height: 26px; justify-content: center; border-radius: 50%; background: rgba(255,255,255,.07); }
  .topbar-right { margin-left: auto; }
  .social-top .social { width: 23px; height: 23px; }
  .social-top .social:nth-child(2), .social-top .social:nth-child(5) { display: none; }
  .brand img { width: 184px; }
  .hero { min-height: 770px; padding: 85px 0 245px; background-position: 65% center; }
  .hero::before { background: linear-gradient(90deg, rgba(4,19,42,.97), rgba(6,27,58,.79)); }
  .hero-grid { min-height: auto; }
  .projects-heading { grid-template-columns: 1fr; gap: 8px; }
  .projects-heading > img { width: 65px; height: 65px; margin: auto; }
  .project-grid { grid-template-columns: 1fr; }
  .project-body > p { min-height: 0; }
  .project-filters { justify-content: flex-start; flex-wrap: nowrap; overflow-x: auto; padding: 2px 2px 12px; scrollbar-width: thin; }
  .project-filter { white-space: nowrap; }
  .footer-grid-v2 { grid-template-columns: 1fr 1fr; }
  .footer-grid-v2 .footer-brand { grid-column: 1 / 3; }
  .footer-grid-v2 .footer-contact { grid-column: 1 / 3; }
  .floating-action { right: 16px; width: 47px; height: 47px; }
  .whatsapp-float { bottom: 78px; }
  .back-to-top { bottom: 20px; }
}

@media (max-width: 430px) {
  .social-top .social:nth-child(4) { display: none; }
  .language-link { padding-left: 9px; }
  .hero h1 { font-size: 44px; }
  .project-image { height: 215px; }
  .footer-grid-v2 { grid-template-columns: 1fr; }
  .footer-grid-v2 .footer-brand, .footer-grid-v2 .footer-contact { grid-column: auto; }
}


@media (max-width: 760px) { .hero-proof { display: none; } }


/* Final production refinements */
.site-header, .site-header.scrolled { position: sticky; top: 0; }
.social { background: transparent; box-shadow: none; overflow: visible; }
.social img { width: 100%; height: 100%; object-fit: contain; display: block; }
.social:hover { box-shadow: none; transform: translateY(-2px) scale(1.05); }
.social-top .social { width: 24px; height: 24px; }
.social-footer .social { width: 35px; height: 35px; }
.photo-main img { object-position: 53% center; }
.photo-small img { object-position: 78% center; }
.why-image img { object-position: 56% center; }
.showcase-card.large img { object-position: 52% center; }
.showcase-card:nth-child(2) img { object-position: 52% center; }
.showcase-card:nth-child(3) img { object-position: 76% center; }
.hp-field { position: fixed !important; top: -1000px !important; left: 0 !important; width: 1px !important; height: 1px !important; opacity: 0 !important; overflow: hidden !important; }

.contact { background: linear-gradient(180deg,#F7FAFE 0%,#fff 100%); }
.contact-three-grid { display:grid; grid-template-columns:.83fr .95fr .72fr; gap:24px; align-items:stretch; }
.contact-image-panel { min-height:760px; border-radius:28px; overflow:hidden; box-shadow:0 20px 60px rgba(15,36,65,.12); background:#0b2344; }
.contact-image-panel img { width:100%; height:100%; object-fit:cover; object-position:90% center; }
.contact-form-centered { height:100%; display:flex; flex-direction:column; justify-content:center; }
.form-head.stacked { display:block; }
.form-head.stacked strong { display:block; font-size:34px; margin-top:6px; letter-spacing:-.03em; }
.contact-form-centered label { margin-bottom:12px; }
.contact-form-centered input,.contact-form-centered select,.contact-form-centered textarea { padding:13px 15px; }
.submit-btn span { margin-left:10px; font-size:20px; line-height:1; }
.contact-support { background:#fff; border:1px solid var(--line); border-radius:28px; padding:34px 28px; box-shadow:0 20px 60px rgba(17,35,62,.08); }
.contact-support h3 { font-size:30px; line-height:1.15; margin:0 0 12px; letter-spacing:-.03em; }
.contact-support > p { color:var(--muted); margin:0 0 22px; font-size:14px; }
.support-item { display:grid; grid-template-columns:52px 1fr; gap:14px; align-items:center; padding:20px 0; border-top:1px solid var(--line); }
.support-item > img,.support-icon { width:48px; height:48px; display:flex; align-items:center; justify-content:center; border-radius:50%; background:#F1F6FD; object-fit:contain; }
.support-icon { color:var(--brand); font-size:24px; font-style:normal; }
.support-item span:last-child { display:flex; flex-direction:column; min-width:0; }
.support-item small { color:var(--brand); font-weight:800; text-transform:uppercase; letter-spacing:.08em; font-size:9px; }
.support-item strong { color:var(--ink); font-size:17px; overflow-wrap:anywhere; }
.support-item em { color:var(--muted); font-style:normal; font-size:11px; }
.whatsapp-item strong { color:#128C3B; }
.support-note { margin-top:18px; padding:18px; border-radius:16px; background:#EEF5FE; display:flex; flex-direction:column; }
.support-note strong { color:var(--navy); font-size:13px; }
.support-note span { color:var(--muted); font-size:12px; }
.form-status.status-success { color:#14823D; font-weight:700; }
.form-status.status-error { color:#B42318; font-weight:700; }

@media(max-width:1100px){
 .contact-three-grid{grid-template-columns:.8fr 1.2fr;}
 .contact-support{grid-column:1 / -1; display:grid; grid-template-columns:repeat(3,1fr); gap:0 22px;}
 .contact-support>.eyebrow,.contact-support>h3,.contact-support>p,.contact-support>.support-note{grid-column:1 / -1;}
 .contact-image-panel{min-height:720px;}
}
@media(max-width:760px){
 .contact-three-grid{grid-template-columns:1fr;}
 .contact-image-panel{min-height:430px;}
 .contact-support{grid-column:auto; display:block;}
 .form-head.stacked strong{font-size:28px;}
}

html, body { max-width: 100%; overflow-x: clip; }

/* English mobile hero: keep the feature cards in normal flow so they never cover hero copy or CTA buttons. */
@media (max-width: 760px) {
  html[lang="en"] .hero {
    min-height: auto;
    padding: 72px 0 0;
    overflow: hidden;
  }

  html[lang="en"] .hero-copy {
    max-width: none;
  }

  html[lang="en"] .feature-dock,
  html[lang="en"] .feature-dock.reveal,
  html[lang="en"] .feature-dock.reveal.visible {
    position: relative;
    left: auto;
    bottom: auto;
    width: calc(100% - 30px);
    margin: 42px auto 0;
    transform: none;
  }

  html[lang="en"] .about {
    padding-top: 74px;
  }
}

/* Build 5: pinned topbar and full-height hero travel */
:root {
  --topbar-height: 42px;
}

html {
  scroll-padding-top: 128px;
}

.topbar {
  position: sticky;
  z-index: 70;
  top: 0;
  width: 100%;
}

.topbar-inner {
  min-height: var(--topbar-height);
}

.site-header,
.site-header.scrolled {
  z-index: 60;
  top: var(--topbar-height);
}

html[dir="rtl"] .topbar,
html[dir="rtl"] .topbar-inner,
html[dir="rtl"] .topbar-contact,
html[dir="rtl"] .topbar-right {
  direction: ltr;
}

html[dir="rtl"] .topbar-contact {
  text-align: left;
}

html[dir="rtl"] .topbar-right {
  margin-right: 0;
  margin-left: auto;
}

.language-switch .switch-option {
  min-width: 35px;
  padding-inline: 9px;
}

.hero-float {
  min-height: 520px;
  overflow: visible;
}

.float-card {
  width: 360px;
  min-height: 410px;
  padding: 30px 32px;
  text-align: center;
  animation: none;
}

.float-kicker {
  text-align: center;
}

.float-card strong {
  max-width: 295px;
  margin: 14px auto 0;
  text-align: center;
}

.lift-graphic {
  right: 50%;
  bottom: 24px;
  transform: translateX(50%);
}

.float-chip {
  z-index: 5;
  min-height: 52px;
  white-space: nowrap;
}

.chip-one {
  top: 18px;
  left: -8px;
}

.chip-two {
  top: calc(100% - 72px);
  right: -8px;
  bottom: auto;
}

.chip-one {
  animation: elevator-chip-one 8.4s cubic-bezier(.58, .02, .42, .98) infinite;
}

.chip-two {
  animation: elevator-chip-two 8.4s cubic-bezier(.58, .02, .42, .98) infinite;
}

.lift-graphic .car {
  animation: elevator-car-travel 7.2s cubic-bezier(.65, .02, .35, .98) infinite;
}

@keyframes elevator-chip-one {
  0%, 10%, 100% {
    top: 18px;
    transform: translateY(0);
  }
  47%, 61% {
    top: calc(100% - 72px);
    transform: translateY(0);
  }
}

@keyframes elevator-chip-two {
  0%, 10%, 100% {
    top: calc(100% - 72px);
    transform: translateY(0);
  }
  47%, 61% {
    top: 18px;
    transform: translateY(0);
  }
}

@keyframes elevator-car-travel {
  0%, 12%, 100% {
    transform: translateY(-48px);
  }
  46%, 64% {
    transform: translateY(48px);
  }
}

@media (max-width: 1100px) and (min-width: 901px) {
  .hero-float {
    min-height: 500px;
  }

  .float-card {
    width: 340px;
  }

  .chip-one {
    left: -18px;
  }

  .chip-two {
    right: -18px;
  }
}

@media (max-width: 760px) {
  :root {
    --topbar-height: 36px;
  }

  html {
    scroll-padding-top: 106px;
  }

  .topbar-inner {
    min-height: var(--topbar-height);
  }

  .language-switch .switch-option {
    min-width: 31px;
    padding-inline: 6px;
  }
}

/* Grand Elev8 polish pass — July 2026 */
:root {
  --brand-deep: #17478E;
  --brand-bright: #4D8DE8;
  --navy: #071B35;
  --navy-2: #0D2A50;
  --ink: #0C1728;
  --muted: #5F6D82;
  --line: #DDE6F1;
  --soft: #F4F8FD;
  --ice: #EAF2FD;
  --radius: 20px;
  --shadow: 0 24px 64px rgba(8, 31, 61, .12);
  --shadow-soft: 0 14px 38px rgba(8, 31, 61, .075);
}

html { scroll-padding-top: 108px; }
body {
  color: var(--ink);
  line-height: 1.68;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
::selection { color: #fff; background: var(--brand); }
:where(a, button, input, select, textarea):focus-visible {
  outline: 3px solid rgba(77, 141, 232, .42);
  outline-offset: 3px;
}
.container { width: min(1200px, calc(100% - 56px)); }
.section { padding: 104px 0; }

.topbar {
  background: var(--navy);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}
.topbar-inner { width: min(1320px, calc(100% - 40px)); }
.site-header,
.site-header.scrolled {
  min-height: 76px;
  padding: 8px 0;
  background: rgba(255, 255, 255, .965);
  border-bottom-color: rgba(13, 43, 81, .09);
  box-shadow: 0 8px 28px rgba(8, 31, 61, .07);
}
.site-header.scrolled { box-shadow: 0 12px 34px rgba(8, 31, 61, .11); }
.brand img { width: 212px; }
.main-nav a {
  padding: 10px 0;
  color: #344157;
  font-size: 11px;
  font-weight: 760;
  letter-spacing: .015em;
}
.main-nav a::after {
  bottom: 3px;
  height: 2px;
  border-radius: 2px;
}

.btn {
  min-height: 50px;
  padding-inline: 24px;
  border-radius: 12px;
  text-transform: none;
  letter-spacing: .01em;
  font-size: 13px;
  font-weight: 780;
  transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease;
}
.btn-nav { min-height: 42px; border-radius: 10px; }
.btn-primary {
  background: linear-gradient(135deg, var(--brand), var(--brand-deep));
  box-shadow: 0 14px 30px rgba(34, 89, 176, .26);
}

.hero {
  min-height: 830px;
  padding: 108px 0 178px;
  background-position: center 42%;
}
.hero::before {
  background: linear-gradient(90deg, rgba(3, 15, 33, .975) 0%, rgba(5, 28, 60, .90) 44%, rgba(5, 28, 60, .42) 72%, rgba(4, 20, 43, .16) 100%);
}
.hero::after {
  border-color: rgba(123, 172, 241, .2);
  box-shadow: 0 0 0 110px rgba(63, 125, 210, .035), 0 0 0 230px rgba(63, 125, 210, .022);
}
.hero h1 {
  max-width: 760px;
  font-weight: 770;
  letter-spacing: -.05em;
  text-wrap: balance;
}
.hero-copy > p {
  max-width: 635px;
  color: rgba(255, 255, 255, .78);
}
.eyebrow { margin-bottom: 18px; letter-spacing: .14em; }
.hero-proof { max-width: 650px; }
.float-card {
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(5, 25, 50, .82), rgba(28, 78, 140, .38));
  box-shadow: 0 30px 80px rgba(0, 0, 0, .3);
}
.feature-dock {
  border: 1px solid rgba(13, 43, 81, .08);
  border-radius: 20px;
  box-shadow: 0 28px 70px rgba(8, 31, 61, .14);
}
.icon-box,
.solution-icon {
  background: linear-gradient(145deg, #F1F6FD, #E5EFFC);
  border: 1px solid #D8E6F7;
  border-radius: 14px;
}

.section-copy h2,
.section-heading h2,
.split-heading h2,
.process-copy h2,
.contact-copy h2,
.projects-heading h2 {
  color: var(--ink);
  font-weight: 760;
  letter-spacing: -.045em;
  text-wrap: balance;
}
.product-showcase h2,
.maintenance h2,
.why-us h2 { color: #fff; }
.photo,
.project-card,
.showcase-card,
.contact-image-panel { border-radius: 18px; }
.photo { box-shadow: var(--shadow-soft); }
.experience-badge {
  border-radius: 14px;
  background: linear-gradient(145deg, var(--brand), var(--brand-deep));
}
.numbers { background: #F6F9FD; }
.number-grid strong { color: var(--brand-deep); }

.solution-grid { gap: 18px; }
.solution-card {
  min-height: 395px;
  border-radius: 18px;
  box-shadow: 0 1px 0 rgba(8, 31, 61, .02);
}
.solution-card::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 34px;
  width: 52px;
  height: 3px;
  border-radius: 0 0 4px 4px;
  background: var(--brand);
  transition: width .3s ease;
}
.solution-card:hover::before { width: 92px; }
.solution-card:hover,
.product-card:hover,
.project-card:hover { transform: translateY(-5px); }

.product-showcase {
  background: linear-gradient(145deg, #06182F, #0C2A50 72%, #0E315E);
}
.product-card { border-radius: 18px; }
.industries {
  background: linear-gradient(90deg, transparent calc(50% - 600px), rgba(34, 89, 176, .07) calc(50% - 600px), rgba(34, 89, 176, .07) calc(50% - 598px), transparent calc(50% - 598px)), #fff;
}
.industry-card { border-radius: 16px; }

.projects { background: linear-gradient(180deg, #F8FAFD 0%, #FFFFFF 100%); }
.project-filter {
  padding: 10px 16px;
  border-radius: 10px;
}
.project-card {
  border-color: #DCE5F0;
  box-shadow: var(--shadow-soft);
}
.project-image > span { border-radius: 8px; }
.process-step,
.why-item { border-radius: 16px; }
.maintenance { background: linear-gradient(125deg, #071B35 0%, #0C3263 100%); }

.contact {
  background: linear-gradient(90deg, transparent calc(50% - 600px), rgba(34, 89, 176, .08) calc(50% - 600px), rgba(34, 89, 176, .08) calc(50% - 598px), transparent calc(50% - 598px)), linear-gradient(180deg, #F5F8FC 0%, #FFFFFF 100%);
}
.contact-form,
.contact-support {
  border-radius: 18px;
  box-shadow: var(--shadow-soft);
}
.contact-image-panel { min-height: 700px; }
.contact-form-centered input,
.contact-form-centered select,
.contact-form-centered textarea {
  border-radius: 10px;
  border-color: #D5DFEB;
  background: #FBFCFE;
}
.contact-form-centered input:focus,
.contact-form-centered select:focus,
.contact-form-centered textarea:focus {
  border-color: var(--brand-bright);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(77, 141, 232, .11);
}
.support-item { transition: transform .2s ease; }
.support-item:hover { transform: translateX(3px); }
.site-footer { background: #06172D; }
.floating-action { box-shadow: 0 12px 28px rgba(4, 20, 43, .22); }

@media (max-width: 1180px) {
  .main-nav { gap: 11px; }
  .main-nav a { font-size: 10.5px; }
  .brand img { width: 185px; }
  .btn-nav { display: none; }
}

@media (max-width: 1020px) {
  .site-header,
  .site-header.scrolled { min-height: 68px; }
  .main-nav {
    top: calc(100% + 2px);
    border-radius: 14px;
  }
  .main-nav a {
    padding: 12px 14px;
    font-size: 13px;
  }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 92px; }
  .container { width: min(100% - 32px, 620px); }
  .section { padding: 74px 0; }
  .site-header,
  .site-header.scrolled { min-height: 62px; }
  .brand img { width: 172px; }
  .hero { background-position: 62% center; }
  .hero h1 {
    font-size: clamp(40px, 11.5vw, 52px);
    line-height: 1.02;
  }
  .hero-copy > p {
    font-size: 15px;
    line-height: 1.7;
  }
  html[lang="en"] .feature-dock {
    width: calc(100% - 24px);
    margin-top: 36px;
    border-radius: 16px;
  }
  .feature-dock article { padding: 22px 20px; }
  html[lang="en"] .about { padding-top: 72px; }
  .solution-card { min-height: auto; }
  .project-filter { flex: 0 0 auto; }
  .contact-image-panel { min-height: 360px; }
  .social-top .social { display: inline-flex; }
  .social-top .linkedin { display: none; }
}

@media (max-width: 430px) {
  .topbar-contact a:nth-child(2),
  .social-top .facebook { display: none; }
  .social-top .instagram,
  .social-top .whatsapp { display: inline-flex; }
  .hero-actions .btn { width: 100%; }
  .project-image { height: 225px; }
}

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

/* Topbar language and theme switches */
.topbar-right {
  display: flex;
  align-items: center;
  gap: 9px;
}

.team-login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 32px;
  padding: 5px 12px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  color: #FFFFFF;
  background: rgba(255, 255, 255, .1);
  font-size: 10px;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.team-login svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: #8EB9FF;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke .2s ease;
}

.team-login:hover,
.team-login:focus-visible {
  color: #0B2D58;
  border-color: #FFFFFF;
  background: #FFFFFF;
  transform: translateY(-1px);
}

.team-login:hover svg,
.team-login:focus-visible svg {
  stroke: #2259B0;
}

.topbar-switch {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  min-height: 32px;
  margin: 0;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  color: rgba(255, 255, 255, .7);
  background: rgba(255, 255, 255, .075);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .12);
}

button.topbar-switch {
  appearance: none;
  font: inherit;
  cursor: pointer;
}

.switch-option {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-width: 42px;
  min-height: 24px;
  padding: 2px 8px;
  border-radius: 999px;
  color: rgba(255, 255, 255, .68);
  font-size: 10px;
  line-height: 1;
  transition: color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

a.switch-option:hover {
  color: #FFFFFF;
}

.switch-option b {
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .04em;
}

.switch-option .flag {
  font-size: 15px;
  line-height: 1;
}

.switch-option.is-active {
  color: #0B2D58;
  background: #FFFFFF;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .16);
}

.theme-switch .switch-option {
  min-width: 51px;
}

.theme-switch .switch-option > span:first-child {
  font-size: 13px;
}

html[data-theme="dark"] .theme-switch .theme-light {
  color: rgba(255, 255, 255, .64);
  background: transparent;
  box-shadow: none;
}

html[data-theme="dark"] .theme-switch .theme-dark {
  color: #FFFFFF;
  background: #2259B0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .16);
}

html[data-theme="dark"] .language-switch .switch-option.is-active {
  color: #FFFFFF;
  background: #2259B0;
}

/* Grand Elev8 dark theme */
html[data-theme="dark"] {
  color-scheme: dark;
  --brand: #78B4FF;
  --brand-2: #5598EC;
  --brand-deep: #2259B0;
  --brand-bright: #9CC8FF;
  --navy: #06172D;
  --navy-2: #0A315E;
  --ink: #FFFFFF;
  --muted: #BDD0E8;
  --line: rgba(156, 195, 243, .19);
  --soft: #0D315D;
  --ice: #123E73;
  --white: #0A284C;
  --shadow: 0 24px 64px rgba(0, 8, 24, .28);
  --shadow-soft: 0 14px 38px rgba(0, 8, 24, .22);
}

html[data-theme="dark"] body {
  color: #FFFFFF;
  background: #071C36;
}

html[data-theme="dark"] .topbar {
  background: #04162B;
}

html[data-theme="dark"] .site-header,
html[data-theme="dark"] .site-header.scrolled {
  border-bottom-color: rgba(156, 195, 243, .16);
  background: rgba(10, 55, 105, .98);
  box-shadow: 0 10px 32px rgba(0, 8, 24, .26);
}

html[data-theme="dark"] .brand img {
  filter: brightness(0) invert(1);
}

html[data-theme="dark"] .main-nav > a,
html[data-theme="dark"] .submenu-toggle {
  color: #D9E9FC;
}

html[data-theme="dark"] .main-nav > a:hover,
html[data-theme="dark"] .main-nav > a.active,
html[data-theme="dark"] .nav-group:hover > .submenu-toggle,
html[data-theme="dark"] .nav-group:focus-within > .submenu-toggle,
html[data-theme="dark"] .nav-group.active > .submenu-toggle {
  color: #FFFFFF;
}

html[data-theme="dark"] .main-nav a::after,
html[data-theme="dark"] .nav-group.active::after {
  background: #9CC8FF;
}

html[data-theme="dark"] .submenu {
  border-color: rgba(156, 195, 243, .2);
  background: rgba(8, 42, 81, .99);
  box-shadow: 0 22px 55px rgba(0, 8, 24, .35);
}

html[data-theme="dark"] .submenu a {
  color: #D7E8FC;
}

html[data-theme="dark"] .submenu a:hover,
html[data-theme="dark"] .submenu a.active {
  color: #FFFFFF;
  background: #12447D;
}

html[data-theme="dark"] .menu-toggle span {
  background: #FFFFFF;
}

html[data-theme="dark"] .btn-primary,
html[data-theme="dark"] .btn-nav {
  color: #FFFFFF;
  background: linear-gradient(135deg, #2D6DC3, #174B8F);
}

html[data-theme="dark"] main,
html[data-theme="dark"] .about,
html[data-theme="dark"] .solutions,
html[data-theme="dark"] .industries,
html[data-theme="dark"] .projects,
html[data-theme="dark"] .process,
html[data-theme="dark"] .why-us,
html[data-theme="dark"] .product-showcase,
html[data-theme="dark"] .showcase,
html[data-theme="dark"] .maintenance,
html[data-theme="dark"] .contact {
  color: #FFFFFF;
  background: #071C36;
}

html[data-theme="dark"] .numbers,
html[data-theme="dark"] .inner-hero {
  color: #FFFFFF;
  border-color: var(--line);
  background:
    linear-gradient(rgba(156, 195, 243, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(156, 195, 243, .04) 1px, transparent 1px),
    radial-gradient(circle at 82% 22%, rgba(88, 156, 238, .22), transparent 34%),
    linear-gradient(135deg, #092444 0%, #0B3769 75%, #10477F 100%);
  background-size: 54px 54px, 54px 54px, auto, auto;
}

html[data-theme="dark"] .inner-hero .eyebrow.light,
html[data-theme="dark"] .inner-hero .breadcrumb a,
html[data-theme="dark"] main .eyebrow,
html[data-theme="dark"] main .eyebrow.light {
  color: #8FC1FF;
}

html[data-theme="dark"] .inner-hero p,
html[data-theme="dark"] .inner-hero .breadcrumb {
  color: #C2D6EE;
}

html[data-theme="dark"] :where(
  h1, h2, h3, h4, h5, h6, strong, label,
  .section-copy .lead, .form-head strong
) {
  color: #FFFFFF !important;
}

html[data-theme="dark"] :where(
  .section-copy p, .section-heading > p, .split-heading > p,
  .projects-heading p, .solution-card p, .product-body p,
  .project-body > p, .project-body li, .why-content > p,
  .why-list p, .maintenance-copy > p, .maintenance-cards span,
  .contact-support > p, .support-item em, .support-note span,
  .number-grid span
) {
  color: #BDD0E8 !important;
}

html[data-theme="dark"] .feature-dock,
html[data-theme="dark"] .solution-card,
html[data-theme="dark"] .product-card,
html[data-theme="dark"] .project-card,
html[data-theme="dark"] .why-content,
html[data-theme="dark"] .contact-form,
html[data-theme="dark"] .contact-support,
html[data-theme="dark"] .maintenance-wrap,
html[data-theme="dark"] .maintenance-cards article,
html[data-theme="dark"] .process-step,
html[data-theme="dark"] .why-item {
  color: #FFFFFF;
  border-color: var(--line);
  background: #0B2D56;
  box-shadow: var(--shadow-soft);
}

html[data-theme="dark"] .icon-box,
html[data-theme="dark"] .solution-icon,
html[data-theme="dark"] .support-item > img,
html[data-theme="dark"] .support-icon,
html[data-theme="dark"] .support-note {
  color: #9CC8FF;
  border-color: var(--line);
  background: #123F73;
}

html[data-theme="dark"] .check-grid div,
html[data-theme="dark"] .text-link,
html[data-theme="dark"] .project-body > a,
html[data-theme="dark"] .support-item strong,
html[data-theme="dark"] .support-note strong,
html[data-theme="dark"] .number-grid strong,
html[data-theme="dark"] .project-meta,
html[data-theme="dark"] .product-body > span,
html[data-theme="dark"] .card-no,
html[data-theme="dark"] .why-list article > span {
  color: #8FC1FF;
}

html[data-theme="dark"] .check-grid span {
  color: #FFFFFF;
  background: #2259B0;
}

html[data-theme="dark"] .photo-small {
  border-color: #071C36;
}

html[data-theme="dark"] .why-image::after {
  background: linear-gradient(90deg, rgba(7, 28, 54, .02), rgba(11, 45, 86, .32));
}

html[data-theme="dark"] .product-showcase::before,
html[data-theme="dark"] .inner-hero {
  border-color: var(--line);
}

html[data-theme="dark"] .project-filter {
  color: #D8E9FC;
  border-color: var(--line);
  background: #0D315D;
}

html[data-theme="dark"] .project-filter:hover,
html[data-theme="dark"] .project-filter.active {
  color: #FFFFFF;
  border-color: #4E91E3;
  background: #2259B0;
}

html[data-theme="dark"] .maintenance-wrap {
  background:
    radial-gradient(circle at 90% 10%, rgba(95, 164, 248, .16), transparent 28%),
    #0B2D56;
}

html[data-theme="dark"] .maintenance .btn-white {
  color: #FFFFFF;
  background: #2259B0;
}

html[data-theme="dark"] .maintenance .light-link {
  color: #9CC8FF;
}

html[data-theme="dark"] .contact-form-centered input,
html[data-theme="dark"] .contact-form-centered select,
html[data-theme="dark"] .contact-form-centered textarea {
  color: #FFFFFF;
  border-color: var(--line);
  background: #0A2547;
}

html[data-theme="dark"] .contact-form-centered input::placeholder,
html[data-theme="dark"] .contact-form-centered textarea::placeholder {
  color: #8FA8C5;
}

html[data-theme="dark"] .contact-form-centered option {
  color: #FFFFFF;
  background: #0A2547;
}

html[data-theme="dark"] .site-footer {
  color: #FFFFFF;
  background: #04152A;
}

html[data-theme="dark"] .footer-bottom-bar {
  border-top-color: rgba(156, 195, 243, .16);
  background: #0A3769;
  box-shadow: 0 -8px 26px rgba(0, 8, 24, .2);
}

html[data-theme="dark"] .footer-bottom,
html[data-theme="dark"] .footer-bottom a,
html[data-theme="dark"] .powered-by,
html[data-theme="dark"] .powered-by span {
  color: #D2E3F7;
}

html[data-theme="dark"] .powered-by strong {
  color: #FFFFFF;
}

html[data-theme="dark"] .powered-by img {
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, .18));
}

@media (max-width: 1020px) {
  html[data-theme="dark"] .main-nav {
    border-color: rgba(156, 195, 243, .2);
    background: #082A51;
  }

  html[data-theme="dark"] .main-nav a,
  html[data-theme="dark"] .submenu-toggle {
    color: #D9E9FC;
  }

  html[data-theme="dark"] .main-nav a:hover,
  html[data-theme="dark"] .main-nav a.active,
  html[data-theme="dark"] .submenu-toggle:hover,
  html[data-theme="dark"] .nav-group.active > .submenu-toggle {
    color: #FFFFFF;
    background: #12447D;
  }

  html[data-theme="dark"] .submenu {
    border-color: rgba(156, 195, 243, .25);
    background: transparent;
  }
}

@media (max-width: 760px) {
  .topbar-inner {
    width: calc(100% - 16px);
  }

  .topbar-right {
    gap: 5px;
  }

  .team-login {
    width: 29px;
    min-height: 29px;
    padding: 0;
  }

  .team-login span {
    display: none;
  }

  .topbar-switch {
    min-height: 29px;
    padding: 2px;
  }

  .switch-option {
    min-width: 35px;
    min-height: 23px;
    padding-inline: 5px;
  }

  .theme-switch .switch-option {
    min-width: 28px;
  }

  .theme-switch .switch-label {
    display: none;
  }

  .switch-option .flag {
    font-size: 14px;
  }

  .language-switch .switch-option {
    gap: 3px;
  }
}

@media (max-width: 430px) {
  .topbar-contact a:nth-child(2),
  .follow-label,
  .social-top .facebook,
  .social-top .linkedin {
    display: none;
  }

  .switch-option b {
    font-size: 8px;
  }
}

/* Multi-page information architecture */
.main-nav {
  align-self: stretch;
}

.nav-group {
  position: relative;
  display: flex;
  align-items: center;
}

.submenu-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 100%;
  padding: 10px 0;
  border: 0;
  color: #344157;
  background: transparent;
  font-size: 11px;
  font-weight: 760;
  letter-spacing: .015em;
  cursor: pointer;
}

.submenu-toggle span {
  display: inline-block;
  color: #8490A3;
  font-size: 14px;
  line-height: 1;
  transition: transform .2s ease;
}

.nav-group:hover > .submenu-toggle,
.nav-group:focus-within > .submenu-toggle,
.nav-group.active > .submenu-toggle {
  color: var(--brand);
}

.nav-group:hover > .submenu-toggle span,
.nav-group:focus-within > .submenu-toggle span,
.nav-group.open > .submenu-toggle span {
  transform: rotate(180deg);
}

.nav-group.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3px;
  height: 2px;
  border-radius: 2px;
  background: var(--brand);
}

.submenu {
  position: absolute;
  z-index: 80;
  top: calc(100% - 2px);
  left: 50%;
  width: 220px;
  padding: 10px;
  border: 1px solid rgba(13, 43, 81, .1);
  border-radius: 14px;
  background: rgba(255, 255, 255, .985);
  box-shadow: 0 22px 55px rgba(8, 31, 61, .16);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 10px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.nav-group:hover > .submenu,
.nav-group:focus-within > .submenu,
.nav-group.open > .submenu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.submenu a {
  display: block;
  padding: 11px 12px;
  border-radius: 9px;
  color: #334159;
  font-size: 13px;
  font-weight: 680;
}

.submenu a::after {
  display: none;
}

.submenu a:hover,
.submenu a.active {
  color: var(--brand);
  background: var(--soft);
}

.inner-hero {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px),
    radial-gradient(circle at 82% 22%, rgba(77, 141, 232, .25), transparent 32%),
    linear-gradient(135deg, #06172D 0%, #0B2C57 72%, #113B70 100%);
  background-size: 54px 54px, 54px 54px, auto, auto;
}

.inner-hero::after {
  content: "";
  position: absolute;
  top: -280px;
  right: -190px;
  width: 650px;
  height: 650px;
  border: 1px solid rgba(142, 185, 255, .18);
  border-radius: 50%;
  box-shadow: 0 0 0 92px rgba(142, 185, 255, .025), 0 0 0 184px rgba(142, 185, 255, .018);
}

.inner-hero-content {
  position: relative;
  z-index: 2;
  padding-block: 92px 82px;
}

.inner-hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(44px, 5vw, 68px);
  font-weight: 770;
  line-height: 1.04;
  letter-spacing: -.05em;
  text-wrap: balance;
}

.inner-hero p {
  max-width: 720px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: 17px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 30px;
  color: rgba(255, 255, 255, .48);
  font-size: 12px;
  font-weight: 700;
}

.breadcrumb a {
  color: #91BCFA;
}

.breadcrumb a:hover {
  color: #fff;
}

.home-page .about {
  padding-top: 190px;
}

.inner-page .about {
  padding-top: 104px;
}

.home-preview .solution-card:nth-child(n+4),
.home-preview .project-card:nth-child(n+4) {
  display: none;
}

.home-preview-cta {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}

.home-preview-cta .btn {
  gap: 12px;
}

.home-preview-cta .btn span {
  font-size: 18px;
  transition: transform .2s ease;
}

.home-preview-cta .btn:hover span {
  transform: translateX(4px);
}

.inner-page .numbers {
  margin-top: -1px;
}

.inner-page .projects::before {
  top: 40px;
}

html[dir="rtl"] .submenu {
  right: 50%;
  left: auto;
  transform: translate(50%, 10px);
}

html[dir="rtl"] .nav-group:hover > .submenu,
html[dir="rtl"] .nav-group:focus-within > .submenu,
html[dir="rtl"] .nav-group.open > .submenu {
  transform: translate(50%, 0);
}

html[dir="rtl"] .inner-hero::after {
  right: auto;
  left: -190px;
}

html[dir="rtl"] .home-preview-cta .btn span {
  transform: rotate(180deg);
}

html[dir="rtl"] .home-preview-cta .btn:hover span {
  transform: rotate(180deg) translateX(4px);
}

@media (max-width: 1180px) {
  .submenu-toggle {
    font-size: 10.5px;
  }
}

@media (max-width: 1020px) {
  .main-nav {
    max-height: calc(100vh - 120px);
    overflow-y: auto;
  }

  .nav-group {
    display: block;
  }

  .nav-group.active::after {
    display: none;
  }

  .submenu-toggle {
    width: 100%;
    min-height: 43px;
    justify-content: space-between;
    padding: 11px 12px;
    color: #24334A;
    font-size: 13px;
    text-align: start;
  }

  .submenu-toggle:hover,
  .nav-group.active > .submenu-toggle {
    color: var(--brand);
    border-radius: 9px;
    background: #F3F7FC;
  }

  .submenu {
    position: static;
    display: none;
    width: auto;
    margin: 2px 0 6px;
    padding: 4px 8px 7px 20px;
    border: 0;
    border-left: 2px solid #D9E6F6;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: none;
  }

  html[dir="rtl"] .submenu {
    margin-right: 8px;
    padding: 4px 20px 7px 8px;
    border-right: 2px solid #D9E6F6;
    border-left: 0;
    transform: none;
  }

  .nav-group:hover > .submenu,
  .nav-group:focus-within > .submenu {
    transform: none;
  }

  .nav-group.open > .submenu,
  .nav-group.active > .submenu {
    display: block;
    transform: none;
  }

  html[dir="rtl"] .nav-group:hover > .submenu,
  html[dir="rtl"] .nav-group:focus-within > .submenu,
  html[dir="rtl"] .nav-group.open > .submenu {
    transform: none;
  }

  .submenu a {
    padding: 10px 12px;
  }
}

@media (max-width: 760px) {
  .inner-hero {
    min-height: 330px;
  }

  .inner-hero-content {
    padding-block: 70px 62px;
  }

  .inner-hero h1 {
    font-size: clamp(38px, 10.5vw, 52px);
  }

  .inner-hero p {
    font-size: 15px;
  }

  .home-page .about,
  .inner-page .about {
    padding-top: 74px;
  }

  .home-preview-cta {
    margin-top: 32px;
  }
}

/* Motion and light-section pass — July 2026 */
.inner-hero {
  color: var(--ink);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(rgba(34, 89, 176, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34, 89, 176, .045) 1px, transparent 1px),
    radial-gradient(circle at 82% 22%, rgba(77, 141, 232, .13), transparent 32%),
    linear-gradient(135deg, #FFFFFF 0%, #F6F9FD 72%, #ECF3FC 100%);
  background-size: 54px 54px, 54px 54px, auto, auto;
}

.inner-hero::after {
  border-color: rgba(34, 89, 176, .12);
  box-shadow: 0 0 0 92px rgba(34, 89, 176, .018), 0 0 0 184px rgba(34, 89, 176, .012);
}

.inner-hero .eyebrow.light {
  color: var(--brand);
}

.inner-hero h1 {
  color: var(--ink);
}

.inner-hero p {
  color: var(--muted);
}

.inner-hero .breadcrumb {
  color: #8794A7;
}

.inner-hero .breadcrumb a {
  color: var(--brand);
}

.inner-hero .breadcrumb a:hover {
  color: var(--brand-deep);
}

.product-showcase {
  color: var(--ink);
  border-block: 1px solid var(--line);
  background: #FFFFFF;
}

.product-showcase::before {
  background-image:
    linear-gradient(rgba(34, 89, 176, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34, 89, 176, .045) 1px, transparent 1px);
  mask-image: linear-gradient(90deg, transparent, #000 15%, #000 85%, transparent);
}

.product-showcase h2,
.product-showcase .product-body h3 {
  color: var(--ink);
}

.product-showcase .split-heading > p,
.product-showcase .product-body p {
  color: var(--muted);
}

.product-showcase .eyebrow.light,
.product-showcase .product-body > span {
  color: var(--brand);
}

.product-card {
  border-color: var(--line);
  background: #FFFFFF;
  box-shadow: var(--shadow-soft);
}

.product-card:hover {
  border-color: #C8D9EE;
  background: #FFFFFF;
  box-shadow: 0 22px 48px rgba(8, 31, 61, .12);
}

.showcase {
  color: var(--ink);
  border-block: 1px solid var(--line);
  background: #FFFFFF;
}

.showcase .split-heading h2 {
  color: var(--ink);
}

.showcase .split-heading.dark > p {
  color: var(--muted);
}

.showcase .eyebrow.light {
  color: var(--brand);
}

.why-us {
  color: var(--ink);
  border-block: 1px solid var(--line);
  background: #FFFFFF;
}

.why-image::after {
  background: linear-gradient(90deg, rgba(34, 89, 176, .02), rgba(255, 255, 255, .38));
}

.why-content {
  background: #FFFFFF;
}

.why-content .eyebrow.light {
  color: var(--brand);
}

.why-content h2 {
  color: var(--ink);
}

.why-content > p,
.why-list p {
  color: var(--muted);
}

.why-list article {
  border-top-color: var(--line);
}

.why-list article > span {
  color: var(--brand);
}

.why-list h3 {
  color: var(--ink);
}

.maintenance {
  background: #FFFFFF;
}

.maintenance-wrap {
  color: var(--ink);
  border: 1px solid var(--line);
  background:
    linear-gradient(90deg, transparent calc(100% - 220px), rgba(34, 89, 176, .035) calc(100% - 220px)),
    linear-gradient(145deg, #F9FBFE, #EEF4FC);
  box-shadow: var(--shadow);
}

.maintenance-wrap::before {
  border-color: rgba(34, 89, 176, .1);
  box-shadow: 0 0 0 100px rgba(34, 89, 176, .018), 0 0 0 200px rgba(34, 89, 176, .012);
}

.maintenance-copy h2 {
  color: var(--ink);
}

.maintenance-copy > p {
  color: var(--muted);
}

.maintenance .btn-white {
  color: #FFFFFF;
  background: var(--brand);
}

.maintenance .btn-white:hover {
  background: var(--brand-deep);
}

.maintenance .light-link {
  color: var(--brand);
}

.maintenance-cards article {
  border-color: var(--line);
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 9px 24px rgba(8, 31, 61, .055);
}

.maintenance-cards strong {
  color: var(--ink);
}

.maintenance-cards span {
  color: var(--muted);
}

.maintenance .pulse {
  background: var(--brand);
  box-shadow: 0 0 0 7px rgba(34, 89, 176, .1);
}

/* Elevator-inspired motion */
.chip-one {
  animation: elevator-chip-one 5.2s cubic-bezier(.45, .05, .55, .95) infinite;
}

.chip-two {
  animation: elevator-chip-two 5.7s cubic-bezier(.45, .05, .55, .95) infinite;
}

.float-card {
  animation: elevator-cabin-float 7s ease-in-out infinite;
}

.lift-graphic .car {
  animation: elevator-car-travel 5.8s cubic-bezier(.65, .02, .35, .98) infinite;
}

.hero-veil::after {
  content: "";
  position: absolute;
  right: 3%;
  bottom: 19%;
  width: 330px;
  height: 7px;
  border-block: 1px solid rgba(142, 185, 255, .38);
  background: repeating-linear-gradient(90deg, transparent 0 18px, rgba(142, 185, 255, .68) 18px 22px);
  background-size: 44px 100%;
  box-shadow: 0 0 24px rgba(77, 141, 232, .18);
  opacity: .45;
  transform: rotate(-37deg);
  transform-origin: right center;
  animation: escalator-rail-flow 2.8s linear infinite;
}

.feature-dock article:nth-child(1) .icon-box {
  animation: elevator-icon 4.6s ease-in-out infinite;
}

.feature-dock article:nth-child(2) .icon-box {
  animation: elevator-icon 4.6s .45s ease-in-out infinite;
}

.feature-dock article:nth-child(3) .icon-box {
  animation: elevator-icon 4.6s .9s ease-in-out infinite;
}

.reveal {
  transform: translateY(52px);
  transition:
    opacity .82s cubic-bezier(.2, .72, .25, 1),
    transform .82s cubic-bezier(.2, .72, .25, 1);
}

.reveal.visible {
  transform: translateY(0);
}

.motion-ready .section-rise {
  opacity: 0;
  transform: translateY(72px);
  clip-path: inset(0 0 52px 0);
  transition:
    opacity .9s cubic-bezier(.2, .72, .25, 1),
    transform .9s cubic-bezier(.2, .72, .25, 1),
    clip-path .9s cubic-bezier(.2, .72, .25, 1);
}

.motion-ready .section-rise.visible {
  opacity: 1;
  transform: translateY(0);
  clip-path: inset(0);
}

@keyframes elevator-chip-one {
  0%, 100% { transform: translateY(13px); }
  50% { transform: translateY(-22px); }
}

@keyframes elevator-chip-two {
  0%, 100% { transform: translateY(-14px); }
  50% { transform: translateY(22px); }
}

@keyframes elevator-cabin-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes elevator-car-travel {
  0%, 12%, 100% { transform: translateY(-28px); }
  46%, 62% { transform: translateY(34px); }
}

@keyframes escalator-rail-flow {
  from { background-position: 0 0; }
  to { background-position: 44px 0; }
}

@keyframes elevator-icon {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

/* White lower bar and 4ITX credit */
.site-footer {
  padding-bottom: 0;
}

.footer-bottom-bar {
  margin-top: 6px;
  border-top: 1px solid #DCE5F0;
  background: #FFFFFF;
  box-shadow: 0 -8px 26px rgba(8, 31, 61, .055);
}

.footer-bottom {
  min-height: 78px;
  padding: 14px 0;
  align-items: center;
  gap: 24px;
  border-top: 0;
  color: #647287;
}

.footer-bottom a {
  color: #45546A;
}

.footer-bottom a:hover {
  color: var(--brand);
}

.footer-legal {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.powered-by {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  color: #415069;
  white-space: nowrap;
}

.powered-by span {
  color: #7A8799;
  font-size: 11px;
}

.powered-by img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.powered-by strong {
  color: #17478E;
  font-size: 13px;
}

html[dir="rtl"] .powered-by {
  margin-right: auto;
  margin-left: 0;
}

@media (max-width: 760px) {
  .hero-veil::after {
    right: -65px;
    bottom: 14%;
    width: 240px;
    opacity: .3;
  }

  .why-us {
    background: #FFFFFF;
  }

  .maintenance-wrap {
    padding: 34px 24px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    padding: 22px 0;
    text-align: center;
  }

  .powered-by,
  html[dir="rtl"] .powered-by {
    margin: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .chip-one,
  .chip-two,
  .float-card,
  .lift-graphic .car,
  .hero-veil::after,
  .feature-dock .icon-box {
    animation: none !important;
  }

  .motion-ready .section-rise,
  .reveal {
    opacity: 1;
    transform: none;
    clip-path: none;
  }
}
