:root {
    --ink: #07111b;
    --ink-2: #0b1b29;
    --ink-3: #122838;
    --blue: #119ed0;
    --blue-2: #5ec9ef;
    --blue-pale: #dff6ff;
    --signal: #f0b90b;
    --paper: #ffffff;
    --soft: #f2f7fa;
    --line: #dce7ed;
    --muted: #5e7180;
    --text: #142431;
    --success: #15805d;
    --danger: #b42318;
    --shadow-sm: 0 10px 30px rgba(7, 17, 27, .08);
    --shadow-lg: 0 30px 80px rgba(7, 17, 27, .18);
    --radius-sm: 10px;
    --radius: 18px;
    --radius-lg: 28px;
    --shell: min(1180px, calc(100vw - 40px));
    --header-height: 82px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scrollbar-width: none; }
html::-webkit-scrollbar { display: none; }
body {
    margin: 0;
    background: var(--paper);
    color: var(--text);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 17px;
    line-height: 1.65;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
svg { display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
h1, h2, h3, h4, p, ul, ol, dl, figure { margin-top: 0; }
h1, h2, h3, h4 { color: var(--ink); font-weight: 780; letter-spacing: -.035em; line-height: 1.08; }
h1 { font-size: clamp(2.6rem, 5.7vw, 5.7rem); }
h2 { font-size: clamp(2rem, 4vw, 3.65rem); }
h3 { font-size: clamp(1.15rem, 2vw, 1.5rem); }
p { color: var(--muted); }
::selection { background: var(--blue); color: white; }
:focus-visible { outline: 3px solid var(--signal); outline-offset: 4px; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

.site-preloader { position: fixed; inset: 0; z-index: 99999; display: grid; place-items: center; color: white; background: #040d15; opacity: 1; visibility: visible; transition: opacity .38s ease, visibility .38s ease; }
.site-preloader::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 42%, rgba(17, 158, 208, .17), transparent 32%); }
.site-preloader.is-leaving { opacity: 0; visibility: hidden; pointer-events: none; }
.site-preloader__core { position: relative; width: min(330px, calc(100vw - 48px)); display: grid; justify-items: center; }
.site-preloader__bolt { width: 72px; height: 72px; display: grid; place-items: center; color: white; background: var(--blue); border-radius: 19px; box-shadow: 0 0 0 10px rgba(17, 158, 208, .08), 0 18px 55px rgba(17, 158, 208, .28); animation: preloader-bolt 1.15s ease-in-out infinite; }
.site-preloader__bolt svg { width: 40px; height: 40px; }
.site-preloader__core strong { margin-top: 22px; font-size: 1.75rem; letter-spacing: -.055em; }
.site-preloader__core small { margin-top: 7px; color: #8fa9b8; font-size: .57rem; font-weight: 800; letter-spacing: .16em; }
.site-preloader__line { position: relative; width: 100%; height: 2px; margin-top: 28px; overflow: hidden; background: rgba(255, 255, 255, .1); border-radius: 3px; }
.site-preloader__line i { position: absolute; inset: 0 auto 0 -42%; width: 42%; background: linear-gradient(90deg, transparent, var(--blue-2), white); box-shadow: 0 0 15px var(--blue); animation: preloader-line 1.05s ease-in-out infinite; }
@keyframes preloader-bolt { 0%, 100% { transform: scale(.96); filter: brightness(.92); } 50% { transform: scale(1.035); filter: brightness(1.18); } }
@keyframes preloader-line { 0% { left: -42%; } 100% { left: 105%; } }

.site-shell { width: var(--shell); margin-inline: auto; }
.site-main { min-height: 60vh; }
.skip-link {
    position: fixed; left: 16px; top: -100px; z-index: 99999;
    padding: 12px 18px; background: white; color: var(--ink); border-radius: 8px;
}
.skip-link:focus { top: 16px; }

.utility-bar { background: #040b12; color: #c7d6df; font-size: .76rem; letter-spacing: .035em; }
.utility-bar__inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.utility-bar p { display: flex; align-items: center; gap: 9px; margin: 0; color: inherit; }
.utility-bar__links { display: flex; align-items: center; gap: 24px; }
.utility-bar a:hover { color: white; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #30d998; box-shadow: 0 0 0 5px rgba(48, 217, 152, .12); }

.site-header {
    position: sticky; top: 0; z-index: 1000; height: var(--header-height);
    background: rgba(255, 255, 255, .96); border-bottom: 1px solid rgba(220, 231, 237, .8);
    backdrop-filter: blur(18px); transition: box-shadow .25s ease, height .25s ease;
}
.site-header.is-scrolled { box-shadow: 0 12px 35px rgba(7, 17, 27, .09); }
.site-header__inner { height: 100%; display: flex; align-items: center; gap: 34px; }
.site-logo { flex: 0 0 auto; color: var(--ink); }
.elg-brand { display: flex; align-items: center; gap: 11px; }
.elg-brand-mark { display: grid; place-items: center; width: 41px; height: 41px; border-radius: 11px; color: white; background: var(--blue); box-shadow: 0 8px 20px rgba(17, 158, 208, .26); }
.elg-brand-mark svg { width: 23px; height: 23px; }
.elg-brand-copy { display: grid; line-height: 1; }
.elg-brand-copy strong { color: inherit; font-size: 1.45rem; letter-spacing: -.065em; }
.elg-brand-copy small { margin-top: 6px; color: #70818d; font-size: .58rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }

.site-nav { margin-left: auto; display: flex; align-items: center; gap: 25px; font-size: .9rem; font-weight: 700; color: #344b5b; }
.site-nav > a, .nav-dropdown > button { position: relative; display: inline-flex; align-items: center; min-height: 44px; padding: 0; border: 0; background: none; cursor: pointer; white-space: nowrap; }
.site-nav > a::after, .nav-dropdown > button::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 3px; height: 2px; background: var(--blue); transition: right .22s ease; }
.site-nav > a:hover, .nav-dropdown > button:hover { color: var(--ink); }
.site-nav > a:hover::after, .nav-dropdown > button:hover::after { right: 0; }
.site-nav .nav-account { display: none; }
.nav-dropdown { position: relative; }
.nav-dropdown > button { gap: 6px; font-weight: 700; }
.nav-dropdown > button span { font-size: 1.05rem; transition: transform .2s ease; }
.nav-dropdown > button[aria-expanded="true"] span { transform: rotate(180deg); }
.nav-dropdown__panel {
    position: absolute; top: calc(100% + 17px); left: 50%; width: 630px; padding: 18px;
    display: grid; grid-template-columns: 1fr 1fr; gap: 4px; opacity: 0; visibility: hidden;
    background: white; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow-lg);
    transform: translate(-50%, 10px); transition: opacity .2s ease, transform .2s ease, visibility .2s;
}
.nav-dropdown:hover .nav-dropdown__panel, .nav-dropdown.is-open .nav-dropdown__panel { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.nav-dropdown__panel::before { content: ""; position: absolute; left: 0; right: 0; top: -22px; height: 24px; }
.nav-dropdown__panel a { display: grid; padding: 14px 16px; border-radius: 12px; }
.nav-dropdown__panel a:hover { background: var(--soft); }
.nav-dropdown__panel strong { color: var(--ink); font-size: .92rem; }
.nav-dropdown__panel small { color: var(--muted); font-size: .75rem; font-weight: 500; }
.header-cta { flex: 0 0 auto; min-width: 190px; padding: 10px 14px 10px 15px; display: grid; border-left: 1px solid var(--line); }
.header-cta span { color: var(--muted); font-size: .66rem; font-weight: 700; }
.header-cta strong { color: var(--ink); font-size: 1.05rem; }
.nav-toggle { display: none; width: 46px; height: 46px; padding: 12px; border: 1px solid var(--line); border-radius: 12px; background: white; cursor: pointer; }
.nav-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--ink); transition: .2s ease; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px; padding: 13px 23px; border: 1px solid transparent; border-radius: 9px; font-size: .92rem; font-weight: 800; line-height: 1.1; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { background: var(--blue); color: white; box-shadow: 0 12px 28px rgba(17, 158, 208, .25); }
.button--primary:hover { background: #078ab8; box-shadow: 0 16px 34px rgba(17, 158, 208, .34); }
.button--dark { background: var(--ink); color: white; }
.button--light { background: white; color: var(--ink); }
.button--outline-light { border-color: rgba(255, 255, 255, .45); color: white; }
.button--glass { min-width: 230px; padding-inline: 18px; display: grid; justify-items: start; border-color: rgba(255, 255, 255, .26); color: white; background: rgba(255, 255, 255, .08); backdrop-filter: blur(12px); }
.button--glass .button__label { font-size: .67rem; opacity: .7; }
.button--glass strong { font-size: 1rem; }
.button--full { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); font-size: .88rem; font-weight: 800; }
.text-link span { color: var(--blue); transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.text-link--large { font-size: 1rem; }

.home-hero { position: relative; min-height: min(760px, calc(100vh - 118px)); display: grid; align-items: stretch; overflow: hidden; background: var(--ink); }
.home-hero__media, .home-hero__shade { position: absolute; inset: 0; }
.home-hero__media { background-size: cover; background-position: center 48%; transform: scale(1.015); }
.home-hero__shade { background: linear-gradient(90deg, rgba(4, 12, 20, .98) 0%, rgba(4, 12, 20, .9) 42%, rgba(4, 12, 20, .45) 72%, rgba(4, 12, 20, .62) 100%); }
.home-hero__shade::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 70% 20%, rgba(17, 158, 208, .16), transparent 34%); }
.home-hero__inner { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.32fr) minmax(330px, .68fr); align-items: center; gap: clamp(50px, 8vw, 110px); padding-block: clamp(80px, 11vw, 145px); }
.home-hero__content { max-width: 740px; }
.hero-kicker { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 23px; color: #bfefff; font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-kicker > span { width: 31px; height: 2px; background: var(--blue-2); }
.home-hero h1, .landing-hero h1, .page-hero h1, .single-hero h1 { margin-bottom: 24px; color: white; }
.home-hero h1 { max-width: 760px; }
.home-hero h1 em { color: var(--blue-2); font-style: normal; }
.home-hero__content > p { max-width: 665px; margin-bottom: 32px; color: #c4d3dc; font-size: clamp(1.05rem, 1.45vw, 1.27rem); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 13px; }
.hero-checks { margin: 30px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 11px 24px; list-style: none; color: #dbe7ed; font-size: .78rem; font-weight: 700; }
.hero-checks li::before { content: "✓"; margin-right: 8px; color: #55dda9; }
.hero-panel { align-self: center; padding: 29px; color: white; background: rgba(8, 24, 36, .83); border: 1px solid rgba(255, 255, 255, .18); border-radius: 22px; box-shadow: 0 30px 80px rgba(0, 0, 0, .32); backdrop-filter: blur(18px); }
.hero-panel__eyebrow { color: var(--blue-2); font-size: .7rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.hero-panel h2 { margin: 10px 0 20px; color: white; font-size: clamp(1.55rem, 2.4vw, 2.2rem); }
.hero-panel__options { display: grid; }
.hero-panel__options a { display: grid; grid-template-columns: 38px 1fr; column-gap: 12px; padding: 15px 0; border-top: 1px solid rgba(255, 255, 255, .12); }
.hero-panel__options a:hover strong { color: var(--blue-2); }
.hero-panel__options span { grid-row: span 2; color: var(--blue-2); font: 700 .7rem/1 ui-monospace, monospace; }
.hero-panel__options strong { font-size: .92rem; transition: color .2s; }
.hero-panel__options small { color: #96aab6; font-size: .72rem; }
.hero-panel__booking { display: flex; justify-content: space-between; align-items: center; margin-top: 10px; padding: 14px 16px; border-radius: 9px; background: var(--blue); font-size: .82rem; font-weight: 800; }

.trust-strip { background: var(--paper); border-bottom: 1px solid var(--line); }
.trust-strip__grid { min-height: 112px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.trust-strip__grid > div { min-height: 64px; padding: 5px 28px; display: flex; align-items: center; gap: 15px; border-left: 1px solid var(--line); }
.trust-strip__grid > div:first-child { padding-left: 0; border-left: 0; }
.trust-strip__grid strong { color: var(--blue); font-size: clamp(1.35rem, 2.1vw, 2rem); letter-spacing: -.05em; }
.trust-strip__grid span { color: #5d6f7c; font-size: .74rem; font-weight: 700; line-height: 1.3; }

.section { position: relative; padding-block: clamp(78px, 10vw, 130px); }
.section--light { background: white; }
.section--soft { background: var(--soft); }
.section--ink { background: var(--ink); color: white; }
.section--ink h2, .section--ink h3, .section--ink strong { color: white; }
.section--ink p { color: #aabdc8; }
.section-kicker { display: block; margin-bottom: 14px; color: var(--blue); font-size: .73rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.section--ink .section-kicker, .footer-cta .section-kicker { color: var(--blue-2); }
.section-heading { max-width: 760px; margin-bottom: clamp(40px, 6vw, 70px); }
.section-heading h2 { margin-bottom: 20px; }
.section-heading > p { max-width: 650px; font-size: 1.05rem; }
.section-heading--split { max-width: none; display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr); gap: 70px; align-items: end; }
.section-heading--split h2 { max-width: 650px; margin-bottom: 0; }
.section-heading--split > p { margin-bottom: 5px; }
.section-action { display: flex; justify-content: flex-end; margin-top: 35px; }

.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 335px; padding: 34px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.service-card:hover { position: relative; z-index: 2; transform: translateY(-5px); border-color: transparent; box-shadow: var(--shadow-lg); }
.service-card__icon { width: 50px; height: 50px; display: grid; place-items: center; color: var(--blue); background: var(--blue-pale); border-radius: 13px; }
.service-card__icon svg { width: 27px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin: 27px 0 13px; }
.service-card p { margin-bottom: 24px; font-size: .9rem; }
.service-card .text-link { margin-top: auto; }
.specialty-links { margin-top: 20px; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.specialty-links a { min-width: 0; padding: 21px 19px; display: grid; grid-template-columns: 1fr auto; column-gap: 10px; background: var(--soft); border-right: 1px solid var(--line); }
.specialty-links a:last-child { border-right: 0; }
.specialty-links a:hover { background: var(--blue-pale); }
.specialty-links span { color: var(--ink); font-size: .82rem; font-weight: 800; }
.specialty-links i { grid-column: 1; color: var(--muted); font-size: .67rem; font-style: normal; }
.specialty-links strong { grid-column: 2; grid-row: 1 / span 2; align-self: center; color: var(--blue); }

.proof-layout { display: grid; grid-template-columns: minmax(0, .8fr) minmax(460px, 1.2fr); gap: clamp(50px, 8vw, 105px); align-items: center; }
.proof-copy h2 { margin-bottom: 24px; }
.proof-copy > p { max-width: 550px; font-size: 1.02rem; }
.feature-list { margin: 36px 0; padding: 0; display: grid; list-style: none; }
.feature-list li { display: grid; grid-template-columns: 44px 1fr; gap: 13px; padding: 18px 0; border-top: 1px solid rgba(255, 255, 255, .11); }
.feature-list li > span { color: var(--blue-2); font: 700 .72rem/1.7 ui-monospace, monospace; }
.feature-list strong, .feature-list small { display: block; }
.feature-list strong { font-size: .93rem; }
.feature-list small { margin-top: 4px; color: #8ea4b1; font-size: .76rem; }
.proof-gallery { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: 1fr 1fr; gap: 12px; }
.proof-gallery figure { position: relative; min-height: 230px; margin: 0; overflow: hidden; border-radius: 16px; background: var(--ink-3); }
.proof-gallery__large { grid-row: span 2; min-height: 560px !important; }
.proof-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.proof-gallery figure:hover img { transform: scale(1.035); }

.company-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.company-card { min-height: 410px; padding: clamp(32px, 5vw, 62px); display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; background: white; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); }
.company-card--accent { color: white; background: var(--blue); border-color: transparent; }
.company-card--accent h2, .company-card--accent .text-link { color: white; }
.company-card--accent p { color: rgba(255, 255, 255, .82); }
.company-card--accent .section-kicker { color: #dff7ff; }
.company-card--accent .text-link span { color: white; }
.company-card h2 { max-width: 590px; font-size: clamp(1.8rem, 3.2vw, 3rem); }
.company-card p { max-width: 560px; }
.company-card .text-link { margin-top: 20px; }

.areas-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(430px, 1.1fr); gap: clamp(45px, 7vw, 90px); align-items: center; }
.areas-layout h2 { max-width: 700px; }
.areas-layout p { max-width: 660px; font-size: 1.02rem; }
.area-links { margin-top: 35px; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.area-links a { padding: 14px 2px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); color: #344b5b; font-size: .85rem; font-weight: 750; }
.area-links a:nth-child(odd) { margin-right: 18px; }
.area-links a span { color: var(--blue); }
.areas-map { min-width: 0; overflow: hidden; background: var(--ink); border: 1px solid rgba(6, 35, 51, .12); border-radius: 24px; box-shadow: var(--shadow-lg); }
.areas-map__frame { position: relative; min-height: 460px; overflow: hidden; background: #dbe7eb; }
.areas-map__frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: saturate(.82) contrast(1.02); }
.areas-map__frame::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 0 1px rgba(5, 26, 39, .08); }
.areas-map__badge { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 22px; padding: 18px 20px; color: white; background: rgba(5, 20, 31, .93); border: 1px solid rgba(94, 201, 239, .34); border-radius: 15px; box-shadow: 0 16px 40px rgba(3, 16, 25, .28); backdrop-filter: blur(12px); }
.areas-map__badge span, .areas-map__badge strong, .areas-map__badge small { display: block; }
.areas-map__badge span { color: var(--blue-2); font-size: .63rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.areas-map__badge strong { margin-top: 6px; color: white; font-size: 1.24rem; line-height: 1.2; }
.areas-map__badge small { margin-top: 4px; color: #b8c9d2; font-size: .7rem; }
.areas-map__footer { min-height: 70px; padding: 17px 20px; display: flex; justify-content: space-between; align-items: center; gap: 18px; color: white; }
.areas-map__footer > div { display: flex; align-items: center; gap: 9px; }
.areas-map__footer i { width: 9px; height: 9px; border-radius: 50%; background: var(--blue-2); box-shadow: 0 0 0 6px rgba(94, 201, 239, .12); }
.areas-map__footer span { font-size: .72rem; font-weight: 750; }
.areas-map__footer a { color: var(--blue-2); font-size: .72rem; font-weight: 820; }
.areas-map__footer a span { margin-left: 5px; }

.process-grid { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; counter-reset: none; border-top: 1px solid rgba(255, 255, 255, .14); }
.process-grid li { min-height: 230px; padding: 30px 28px 20px 0; border-right: 1px solid rgba(255, 255, 255, .14); }
.process-grid li + li { padding-left: 28px; }
.process-grid li:last-child { border-right: 0; }
.process-grid span { color: var(--blue-2); font: 700 .72rem/1 ui-monospace, monospace; }
.process-grid h3 { margin: 58px 0 10px; }
.process-grid p { font-size: .83rem; }

.faq-layout { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: clamp(50px, 9vw, 120px); align-items: start; }
.faq-layout .section-heading { margin-bottom: 0; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item h3 { margin: 0; }
.faq-item button { width: 100%; padding: 24px 0; display: flex; justify-content: space-between; align-items: center; gap: 24px; border: 0; background: transparent; color: var(--ink); text-align: left; cursor: pointer; font-weight: 760; }
.faq-item button i { position: relative; flex: 0 0 22px; height: 22px; }
.faq-item button i::before, .faq-item button i::after { content: ""; position: absolute; left: 4px; right: 4px; top: 10px; height: 2px; background: var(--blue); }
.faq-item button i::after { transform: rotate(90deg); transition: transform .2s ease; }
.faq-item button[aria-expanded="true"] i::after { transform: rotate(0); }
.faq-answer { padding: 0 48px 22px 0; }
.faq-answer p { margin: 0; font-size: .9rem; }

.landing-hero, .page-hero, .single-hero { position: relative; overflow: hidden; color: white; background: var(--ink); }
.landing-hero { min-height: 650px; display: grid; align-items: stretch; }
.landing-hero__media, .landing-hero__shade { position: absolute; inset: 0; }
.landing-hero__media { background-size: cover; background-position: center; }
.landing-hero__shade { background: linear-gradient(90deg, rgba(4, 12, 20, .98), rgba(4, 12, 20, .79) 55%, rgba(4, 12, 20, .42)); }
.landing-hero__inner { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1fr) 280px; align-items: end; gap: 80px; padding-block: 52px 84px; }
.landing-hero__content { max-width: 820px; }
.landing-hero__content h1 { font-size: clamp(2.55rem, 5vw, 5rem); }
.landing-hero__content > p { max-width: 700px; color: #c6d5de; font-size: 1.08rem; }
.landing-proof { align-self: end; padding: 26px; background: rgba(255, 255, 255, .09); border: 1px solid rgba(255, 255, 255, .2); border-radius: 16px; backdrop-filter: blur(14px); }
.landing-proof span { color: var(--blue-2); font-size: .68rem; font-weight: 850; letter-spacing: .14em; }
.landing-proof strong { display: block; margin-top: 10px; color: white; }
.landing-proof p { margin: 7px 0 0; color: #afc0ca; font-size: .78rem; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; grid-column: 1/-1; margin-bottom: auto; font-size: .72rem; font-weight: 700; }
.breadcrumbs--light { color: #afc0ca; }
.breadcrumbs a:hover { color: white; }

.landing-intro { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(50px, 9vw, 120px); }
.landing-intro h2 { max-width: 530px; }
.landing-intro__copy > p { color: #455b69; font-size: clamp(1.02rem, 1.5vw, 1.2rem); }
.inline-contact { margin-top: 30px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); font-size: .85rem; }
.inline-contact span { color: var(--muted); }
.inline-contact a { color: var(--blue); font-weight: 800; }
.benefit-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.benefit-card { min-height: 240px; padding: 32px; background: white; border: 1px solid var(--line); border-radius: var(--radius); }
.benefit-card > span { color: var(--blue); font: 700 .72rem/1 ui-monospace, monospace; }
.benefit-card h3 { margin: 58px 0 12px; }
.benefit-card p { margin: 0; font-size: .88rem; }
.service-process { display: grid; grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr); gap: clamp(50px, 9vw, 120px); align-items: start; }
.service-process .section-heading { margin: 0; }
.service-process ol { margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; list-style: none; border-top: 1px solid rgba(255, 255, 255, .14); }
.service-process li { min-height: 160px; padding: 27px 20px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid rgba(255, 255, 255, .14); border-bottom: 1px solid rgba(255, 255, 255, .14); }
.service-process li span { color: var(--blue-2); font: 700 .72rem/1 ui-monospace, monospace; }
.service-process li strong { font-size: 1rem; }
.related-services { padding-block: 58px; background: var(--soft); border-top: 1px solid var(--line); }
.related-services__inner { display: flex; justify-content: space-between; align-items: center; gap: 50px; }
.related-services h2 { margin: 0; font-size: 1.65rem; }
.related-services__links { display: flex; flex-wrap: wrap; gap: 10px; }
.related-services__links a { padding: 12px 16px; display: flex; gap: 18px; color: #344b5b; background: white; border: 1px solid var(--line); border-radius: 9px; font-size: .8rem; font-weight: 750; }
.related-services__links a span { color: var(--blue); }

.page-hero { min-height: 500px; display: grid; align-items: end; background: linear-gradient(125deg, #06111a, #102c3e); }
.page-hero::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 75% 25%, rgba(17, 158, 208, .25), transparent 32%), linear-gradient(120deg, transparent 65%, rgba(255, 255, 255, .03) 65%); }
.page-hero__inner { position: relative; z-index: 2; padding-block: 52px 80px; }
.page-hero__inner h1 { max-width: 920px; font-size: clamp(2.55rem, 5.1vw, 5.2rem); }
.page-hero__inner > p { max-width: 730px; color: #b5c7d1; font-size: 1.08rem; }
.page-hero--compact { min-height: 390px; }
.page-hero--compact .page-hero__inner { padding-bottom: 62px; }
.page-hero--contact { background: linear-gradient(125deg, #07131d, #0e3448); }
.page-hero--experience { background: linear-gradient(125deg, #07131d, #172b38); }

.contact-layout { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: clamp(55px, 9vw, 115px); align-items: start; }
.contact-details h2 { margin-bottom: 22px; }
.contact-details dl { margin: 34px 0; border-top: 1px solid var(--line); }
.contact-details dl > div { padding: 16px 0; display: grid; grid-template-columns: 100px 1fr; gap: 20px; border-bottom: 1px solid var(--line); }
.contact-details dt { color: var(--muted); font-size: .73rem; font-weight: 800; text-transform: uppercase; }
.contact-details dd { margin: 0; color: var(--ink); font-size: .88rem; font-weight: 700; }
.contact-details dd a { color: var(--blue); }
.contact-form-card { padding: clamp(28px, 5vw, 52px); background: var(--soft); border: 1px solid var(--line); border-radius: var(--radius-lg); }
.contact-form { display: grid; gap: 18px; }
.contact-form label { display: grid; gap: 7px; }
.contact-form label > span { color: #3c5260; font-size: .73rem; font-weight: 800; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; min-height: 52px; padding: 13px 15px; color: var(--ink); background: white; border: 1px solid #cedce4; border-radius: 9px; outline: none; transition: border-color .2s, box-shadow .2s; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(17, 158, 208, .12); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.check-field { grid-template-columns: 20px 1fr !important; align-items: start; }
.check-field input { width: 18px; min-height: 18px; margin-top: 4px; }
.check-field a { color: var(--blue); text-decoration: underline; }
.form-note { margin: -5px 0 0; text-align: center; font-size: .7rem; }
.hp-field { position: absolute !important; left: -9999px !important; }
.form-message { margin-bottom: 24px; padding: 16px 18px; border-radius: 10px; font-size: .84rem; }
.form-message--success { color: #0b5d42; background: #e5f8f0; border: 1px solid #bcebd9; }
.form-message--error { color: #84220f; background: #fff0ed; border: 1px solid #f3c6bc; }

.story-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 9vw, 120px); }
.story-layout p { font-size: 1.02rem; }
.value-grid { margin-top: 70px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.value-grid article { min-height: 240px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.value-grid span { color: var(--blue); font: 700 .72rem/1 ui-monospace, monospace; }
.value-grid h3 { margin-top: 65px; }
.value-grid p { font-size: .82rem; }
.experience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.experience-grid article { overflow: hidden; background: var(--soft); border-radius: var(--radius); }
.experience-grid img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.experience-grid article > div { padding: 30px; }
.experience-grid span { color: var(--blue); font-size: .7rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.experience-grid h2 { margin: 12px 0; font-size: 1.7rem; }
.experience-grid p { margin: 0; font-size: .86rem; }

.app-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.app-grid article { min-height: 410px; padding: 35px; display: flex; flex-direction: column; background: var(--soft); border: 1px solid var(--line); border-radius: var(--radius); }
.app-icon { width: 66px; height: 66px; display: grid; place-items: center; color: white; background: var(--ink); border-radius: 16px; font-weight: 900; }
.app-grid article > span { margin-top: 32px; color: var(--blue); font-size: .68rem; font-weight: 850; text-transform: uppercase; }
.app-grid h2 { margin: 10px 0 14px; font-size: 1.7rem; }
.app-grid p { font-size: .87rem; }
.app-grid .button { margin-top: auto; }
.shortcode-shell { min-height: 260px; }

.legal-content, .content-prose { max-width: 820px; }
.legal-content h2, .content-prose h2 { margin: 48px 0 17px; font-size: 1.8rem; }
.legal-content h2:first-child, .content-prose h2:first-child { margin-top: 0; }
.legal-content p, .legal-content li, .content-prose p, .content-prose li { color: #425866; }
.legal-content a, .content-prose a { color: var(--blue); text-decoration: underline; }
.content-prose h3 { margin: 34px 0 13px; font-size: 1.35rem; }
.content-prose ul, .content-prose ol { padding-left: 1.3rem; }
.content-prose li + li { margin-top: 8px; }
.content-prose .article-summary { margin: 0 0 38px; padding: 24px 27px; color: #344b5b; background: var(--blue-pale); border-left: 4px solid var(--blue); border-radius: 0 12px 12px 0; }
.content-prose .article-cta { margin-top: 55px; padding: clamp(26px, 5vw, 42px); color: white; background: var(--ink); border-radius: var(--radius); }
.content-prose .article-cta h2 { margin: 0 0 12px; color: white; font-size: clamp(1.55rem, 3vw, 2.3rem); }
.content-prose .article-cta p { color: #aec1cc; }
.content-prose .article-cta a { display: inline-flex; margin: 8px 8px 0 0; padding: 11px 16px; color: white; background: var(--blue); border-radius: 8px; text-decoration: none; font-size: .82rem; font-weight: 800; }
.legal-content dl { border-top: 1px solid var(--line); }
.legal-content dl > div { padding: 14px 0; display: grid; grid-template-columns: 180px 1fr; border-bottom: 1px solid var(--line); }
.legal-content dt { font-weight: 800; }
.legal-content dd { margin: 0; }
.legal-updated { margin-top: 60px; padding-top: 20px; border-top: 1px solid var(--line); font-size: .8rem; }

.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.post-card { overflow: hidden; background: var(--soft); border-radius: var(--radius); }
.post-card__media { display: block; aspect-ratio: 16/10; background: #dce7ed; overflow: hidden; }
.post-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.post-card:hover .post-card__media img { transform: scale(1.04); }
.post-card__body { padding: 26px; }
.post-card__body > span { color: var(--blue); font-size: .68rem; font-weight: 800; }
.post-card h2 { margin: 9px 0 13px; font-size: 1.35rem; }
.post-card p { font-size: .82rem; }
.single-hero { padding-block: 85px 95px; }
.single-hero__inner { position: relative; z-index: 2; }
.single-hero h1 { max-width: 960px; font-size: clamp(2.4rem, 5vw, 5rem); }
.single-hero p { max-width: 760px; color: #b3c5cf; }
.single-featured { margin-top: -45px; position: relative; z-index: 3; }
.single-featured img { width: 100%; max-height: 620px; object-fit: cover; border-radius: var(--radius); }
.single-layout { padding-block: 80px; display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 80px; align-items: start; }
.single-aside { position: sticky; top: 115px; padding: 28px; background: var(--soft); border-radius: var(--radius); }
.single-aside p { font-size: .85rem; }
.error-page { min-height: 70vh; padding-block: 120px; display: grid; place-items: center; text-align: center; background: var(--soft); }
.error-page span { color: var(--blue); font-size: clamp(5rem, 17vw, 12rem); font-weight: 900; letter-spacing: -.08em; line-height: .8; }
.error-page h1 { max-width: 700px; margin: 40px auto 18px; }
.error-page div div { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }

.footer-cta { padding-block: 58px; color: white; background: var(--blue); }
.footer-cta__inner { display: flex; justify-content: space-between; align-items: center; gap: 50px; }
.footer-cta h2 { max-width: 730px; margin: 0; color: white; font-size: clamp(1.75rem, 3.3vw, 3rem); }
.footer-cta__actions { display: flex; flex-wrap: wrap; gap: 10px; }
.site-footer { padding-top: 75px; color: #95a9b5; background: #040b12; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 60px; padding-bottom: 65px; }
.site-logo--footer { color: white; }
.footer-brand > p { max-width: 370px; margin: 25px 0; color: #8095a1; font-size: .82rem; }
.footer-contact { display: grid; gap: 6px; }
.footer-contact a:first-child { color: white; font-size: 1.1rem; font-weight: 800; }
.footer-contact a:last-child { color: var(--blue-2); font-size: .85rem; }
.site-footer h2 { margin-bottom: 20px; color: white; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }
.site-footer ul { margin: 0; padding: 0; display: grid; gap: 9px; list-style: none; }
.site-footer li { font-size: .78rem; }
.site-footer li a:hover { color: white; }
.footer-bottom { min-height: 76px; display: flex; justify-content: space-between; align-items: center; gap: 30px; border-top: 1px solid rgba(255, 255, 255, .1); }
.footer-bottom p { margin: 0; color: #6c818d; font-size: .7rem; }
.footer-bottom nav { display: flex; gap: 22px; font-size: .7rem; }
.mobile-call { display: none; }

[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1180px) {
    .site-header__inner { gap: 24px; }
    .site-nav { gap: 19px; font-size: .84rem; }
    .header-cta { display: none; }
    .site-nav .nav-account { display: inline-flex; padding: 0 13px; color: white; background: var(--ink); border-radius: 8px; }
    .site-nav .nav-account::after { display: none; }
}

@media (max-width: 980px) {
    :root { --header-height: 72px; --shell: min(100% - 32px, 760px); }
    .utility-bar { display: none; }
    .nav-toggle { display: block; margin-left: auto; }
    .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
    .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .site-nav { position: fixed; inset: var(--header-height) 0 auto; max-height: calc(100vh - var(--header-height)); margin: 0; padding: 20px 16px 32px; display: none; overflow-y: auto; background: white; border-top: 1px solid var(--line); box-shadow: var(--shadow-lg); }
    .site-nav.is-open { display: grid; gap: 3px; }
    .site-nav > a, .nav-dropdown > button { min-height: 52px; padding: 0 12px; font-size: .95rem; }
    .site-nav > a::after, .nav-dropdown > button::after { display: none; }
    .nav-dropdown > button { width: 100%; justify-content: space-between; }
    .nav-dropdown__panel { position: static; width: auto; padding: 3px 0 8px 14px; display: none; opacity: 1; visibility: visible; background: var(--soft); border: 0; border-radius: 12px; box-shadow: none; transform: none; }
    .nav-dropdown.is-open .nav-dropdown__panel { display: grid; grid-template-columns: 1fr; transform: none; }
    .nav-dropdown__panel a { padding: 10px 13px; }
    .site-nav .nav-account { justify-content: center; margin-top: 8px; padding-inline: 16px; }
    .home-hero { min-height: auto; }
    .home-hero__inner { grid-template-columns: 1fr; gap: 45px; padding-block: 90px; }
    .home-hero__content { max-width: 680px; }
    .hero-panel { max-width: 570px; }
    .trust-strip__grid { grid-template-columns: 1fr 1fr; padding-block: 18px; }
    .trust-strip__grid > div { padding: 16px 24px; }
    .trust-strip__grid > div:nth-child(3) { border-left: 0; }
    .services-grid { grid-template-columns: 1fr 1fr; }
    .specialty-links { grid-template-columns: 1fr 1fr; }
    .specialty-links a:nth-child(2) { border-right: 0; }
    .specialty-links a:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
    .section-heading--split { grid-template-columns: 1fr; gap: 25px; }
    .proof-layout { grid-template-columns: 1fr; }
    .proof-copy { max-width: 680px; }
    .areas-layout { grid-template-columns: 1fr; }
    .areas-map { width: min(100%, 680px); }
    .process-grid { grid-template-columns: 1fr 1fr; }
    .process-grid li:nth-child(2) { border-right: 0; }
    .process-grid li:nth-child(3), .process-grid li:nth-child(4) { border-top: 1px solid rgba(255, 255, 255, .14); }
    .faq-layout { grid-template-columns: 1fr; }
    .landing-hero__inner { grid-template-columns: 1fr; gap: 35px; }
    .landing-proof { max-width: 340px; }
    .landing-intro, .service-process, .story-layout { grid-template-columns: 1fr; }
    .value-grid { grid-template-columns: 1fr 1fr; }
    .contact-layout { grid-template-columns: 1fr; }
    .contact-details { max-width: 660px; }
    .footer-cta__inner { align-items: flex-start; flex-direction: column; }
    .footer-grid { grid-template-columns: 1.35fr 1fr 1fr; }
    .footer-grid > div:last-child { grid-column: 2; }
    .post-grid { grid-template-columns: 1fr 1fr; }
    .single-layout { grid-template-columns: 1fr; }
    .single-aside { position: static; }
}

@media (max-width: 720px) {
    :root { --shell: min(100% - 24px, 600px); }
    body { padding-bottom: 62px; font-size: 16px; }
    .utility-bar { display: none; }
    .elg-brand-mark { width: 38px; height: 38px; }
    .elg-brand-copy strong { font-size: 1.25rem; }
    .elg-brand-copy small { font-size: .5rem; }
    .home-hero__shade { background: linear-gradient(180deg, rgba(4, 12, 20, .92), rgba(4, 12, 20, .9)); }
    .home-hero__inner { padding-block: 72px 58px; }
    .home-hero h1 { font-size: clamp(2.6rem, 13vw, 4.25rem); }
    .hero-actions { align-items: stretch; flex-direction: column; }
    .hero-actions .button { width: 100%; }
    .button--glass { justify-items: center; }
    .hero-checks { display: grid; gap: 9px; }
    .hero-panel { padding: 23px; }
    .trust-strip__grid { grid-template-columns: 1fr 1fr; }
    .trust-strip__grid > div { min-height: 80px; padding: 12px 10px; align-items: flex-start; flex-direction: column; gap: 2px; border-left: 0; }
    .services-grid, .company-grid, .benefit-grid, .experience-grid, .app-grid, .post-grid { grid-template-columns: 1fr; }
    .specialty-links { grid-template-columns: 1fr; }
    .specialty-links a, .specialty-links a:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--line); }
    .specialty-links a:last-child { border-bottom: 0; }
    .service-card { min-height: 285px; padding: 28px; }
    .proof-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; }
    .proof-gallery__large { grid-column: 1/-1; grid-row: auto; min-height: 360px !important; }
    .proof-gallery figure { min-height: 180px; }
    .company-card { min-height: 350px; }
    .area-links { grid-template-columns: 1fr; }
    .area-links a:nth-child(odd) { margin-right: 0; }
    .areas-map { border-radius: 18px; }
    .areas-map__frame { min-height: 400px; }
    .areas-map__badge { left: 14px; right: 14px; bottom: 14px; padding: 15px 16px; }
    .areas-map__footer { padding: 15px 16px; }
    .process-grid { grid-template-columns: 1fr; }
    .process-grid li, .process-grid li + li { min-height: 180px; padding: 26px 0; border-right: 0; border-top: 1px solid rgba(255, 255, 255, .14); }
    .process-grid li:first-child { border-top: 0; }
    .process-grid h3 { margin-top: 38px; }
    .landing-hero { min-height: 610px; }
    .landing-hero__inner { padding-block: 30px 55px; }
    .landing-hero__content h1, .page-hero__inner h1 { font-size: clamp(2.4rem, 11vw, 4rem); }
    .landing-proof { display: none; }
    .inline-contact { align-items: flex-start; flex-direction: column; }
    .service-process ol { grid-template-columns: 1fr; }
    .related-services__inner { align-items: flex-start; flex-direction: column; }
    .related-services__links { width: 100%; display: grid; }
    .form-row { grid-template-columns: 1fr; }
    .contact-form-card { padding: 25px 18px; }
    .value-grid { grid-template-columns: 1fr; }
    .value-grid article { min-height: 190px; }
    .value-grid h3 { margin-top: 42px; }
    .legal-content dl > div { grid-template-columns: 1fr; gap: 4px; }
    .single-hero { padding-block: 68px; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 28px; }
    .footer-grid > div:first-child { grid-column: 1/-1; }
    .footer-grid > div:last-child { grid-column: auto; }
    .footer-bottom { padding-block: 23px; align-items: flex-start; flex-direction: column; }
    .footer-bottom nav { flex-wrap: wrap; }
    .mobile-call { position: fixed; z-index: 1200; left: 10px; right: 10px; bottom: 8px; height: 52px; display: flex; align-items: center; justify-content: center; gap: 10px; color: white; background: var(--blue); border-radius: 13px; box-shadow: 0 12px 30px rgba(7, 17, 27, .25); font-size: .85rem; font-weight: 850; }
    .mobile-call svg { width: 19px; fill: currentColor; }
}

@media (max-width: 430px) {
    .site-header__inner { gap: 12px; }
    .elg-brand-copy small { display: none; }
    .home-hero h1 { font-size: 2.7rem; }
    .home-hero__content > p { font-size: 1rem; }
    .trust-strip__grid span { font-size: .67rem; }
    .proof-gallery { grid-template-columns: 1fr; }
    .proof-gallery__large, .proof-gallery figure { min-height: 250px !important; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-grid > div:first-child { grid-column: auto; }
}

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