: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:51% 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; }

/* Blog */
.blog-hero { position:relative; overflow:hidden; padding:112px 0 96px; color:#fff; background:linear-gradient(125deg,#071B37 0%,#123B70 62%,#2259B0 100%); }
.blog-hero::after { content:""; position:absolute; width:520px; height:520px; right:-170px; top:-250px; border:1px solid rgba(255,255,255,.18); border-radius:50%; box-shadow:0 0 0 90px rgba(255,255,255,.025),0 0 0 180px rgba(255,255,255,.02); }
.blog-hero .container { position:relative; z-index:1; }
.blog-hero h1 { max-width:850px; margin:14px 0 18px; font-size:clamp(44px,6vw,76px); line-height:1.04; letter-spacing:-.045em; }
.blog-hero p { max-width:690px; margin:0; color:rgba(255,255,255,.76); font-size:18px; }
.blog-list-section { background:linear-gradient(180deg,#F5F8FC,#fff); }
.blog-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:28px; }
.blog-card { overflow:hidden; display:flex; flex-direction:column; min-width:0; border:1px solid var(--line); border-radius:22px; background:#fff; box-shadow:0 16px 45px rgba(17,35,62,.07); transition:.25s ease; }
.blog-card:hover { transform:translateY(-6px); box-shadow:0 24px 55px rgba(17,35,62,.12); }
.blog-card-image { height:230px; overflow:hidden; display:flex; align-items:center; justify-content:center; background:linear-gradient(135deg,#0A1E3B,#2259B0); }
.blog-card-image img { width:100%; height:100%; object-fit:cover; transition:transform .4s ease; }
.blog-card:hover .blog-card-image img { transform:scale(1.035); }
.blog-card-placeholder { color:rgba(255,255,255,.3); font-size:72px; font-weight:900; letter-spacing:-.08em; }
.blog-card-body { display:flex; flex:1; flex-direction:column; padding:28px; }
.blog-card-body time,.post-heading time { color:var(--brand); font-size:11px; font-weight:850; letter-spacing:.08em; text-transform:uppercase; }
.blog-card-body h2 { margin:10px 0 12px; font-size:24px; line-height:1.18; letter-spacing:-.025em; }
.blog-card-body h2 a:hover { color:var(--brand); }
.blog-card-body p { margin:0 0 22px; color:var(--muted); font-size:14px; }
.blog-card-body .text-link { margin-top:auto; }
.blog-empty,.blog-not-found { padding:70px 30px; text-align:center; border:1px dashed #B6C6DC; border-radius:22px; background:#fff; }
.blog-empty h2,.blog-not-found h1 { margin:0 0 8px; }
.blog-empty p,.blog-not-found p { margin:0 0 24px; color:var(--muted); }
.blog-pagination { display:flex; justify-content:center; gap:8px; margin-top:46px; }
.blog-pagination a { width:42px; height:42px; display:grid; place-items:center; border:1px solid var(--line); border-radius:50%; background:#fff; color:var(--muted); font-weight:800; }
.blog-pagination a.active,.blog-pagination a:hover { border-color:var(--brand); background:var(--brand); color:#fff; }
.post-hero { padding:90px 0 155px; color:#fff; background:linear-gradient(125deg,#071B37,#123B70 65%,#2259B0); }
.post-heading { max-width:920px; }
.post-back { display:inline-block; margin-bottom:34px; color:#A8C9FA; font-size:13px; font-weight:800; }
.post-heading h1 { margin:14px 0 20px; font-size:clamp(42px,6vw,72px); line-height:1.06; letter-spacing:-.045em; }
.post-heading p { max-width:780px; margin:0; color:rgba(255,255,255,.75); font-size:19px; }
.post-cover { height:min(620px,62vw); margin-top:-92px; border:8px solid #fff; border-radius:26px; overflow:hidden; position:relative; box-shadow:0 26px 70px rgba(17,35,62,.18); }
.post-cover img { width:100%; height:100%; object-fit:cover; }
.post-layout { display:grid; grid-template-columns:minmax(0,760px) 300px; justify-content:center; gap:70px; align-items:start; padding-top:90px; padding-bottom:120px; }
.post-content { color:#344054; font-size:18px; line-height:1.85; }
.post-content p { margin:0 0 28px; }
.post-content p:first-child { font-size:21px; color:#1D2939; }
.post-contact { position:sticky; top:105px; padding:28px; border:1px solid var(--line); border-radius:20px; background:#F3F7FC; }
.post-contact > span { color:var(--brand); font-size:11px; font-weight:850; letter-spacing:.09em; text-transform:uppercase; }
.post-contact h2 { margin:9px 0 20px; font-size:25px; line-height:1.18; }
.blog-footer { margin-top:0; }
.blog-footer .footer-grid-v2 { grid-template-columns:1.5fr 1fr 1fr 1fr; }
@media(max-width:960px){ .blog-grid{grid-template-columns:repeat(2,1fr)} .post-layout{grid-template-columns:1fr;gap:35px}.post-contact{position:static}.blog-footer .footer-grid-v2{grid-template-columns:1fr 1fr}.blog-footer .footer-brand,.blog-footer .footer-contact{grid-column:1 / 3} }
@media(max-width:640px){ .blog-hero{padding:78px 0 72px}.blog-grid{grid-template-columns:1fr}.blog-card-image{height:215px}.blog-list-section{padding:72px 0}.post-hero{padding:65px 0 125px}.post-cover{height:62vw;margin-top:-70px;border-width:5px;border-radius:18px}.post-layout{padding-top:60px;padding-bottom:80px}.post-content{font-size:16px}.post-heading p{font-size:16px}.blog-footer .footer-grid-v2{grid-template-columns:1fr}.blog-footer .footer-brand,.blog-footer .footer-contact{grid-column:auto} }
@media(prefers-reduced-motion:reduce){ html{scroll-behavior:auto}.blog-card,.blog-card-image img{transition:none} }
