:root {
  --ink-950: #071524;
  --ink-900: #0b1f33;
  --ink-800: #123653;
  --ink-700: #1a4b70;
  --blue-600: #146cb4;
  --blue-500: #2385d5;
  --cyan-400: #53c8e9;
  --green-500: #86ba2b;
  --green-400: #a6d451;
  --sand-50: #f7f9f8;
  --white: #fff;
  --muted: #617185;
  --line: rgba(10, 39, 63, .12);
  --shadow-sm: 0 10px 30px rgba(5, 27, 48, .08);
  --shadow-lg: 0 30px 80px rgba(5, 27, 48, .18);
  --radius-sm: 14px;
  --radius-md: 24px;
  --radius-lg: 36px;
  --shell: min(1180px, calc(100% - 40px));
  --font-display: "Heebo", Arial, sans-serif;
  --font-body: "IBM Plex Sans Hebrew", "Heebo", Arial, sans-serif;
  --ease: cubic-bezier(.2, .75, .25, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
[id] { scroll-margin-block-start: 130px; }
body {
  margin: 0;
  color: var(--ink-900);
  background: var(--white);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.7;
  direction: rtl;
  text-rendering: optimizeLegibility;
}
body.nav-open { overflow: hidden; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
svg { width: 1.25em; height: 1.25em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.site-shell { width: var(--shell); margin-inline: auto; }
.section { padding-block: clamp(78px, 9vw, 132px); }
.section--soft { background: var(--sand-50); }
.screen-reader-text, .skip-link:not(:focus) { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link:focus { position: fixed; z-index: 9999; inset-block-start: 12px; inset-inline-start: 12px; padding: 12px 18px; border-radius: 10px; background: var(--white); color: var(--ink-900); box-shadow: var(--shadow-sm); }
:focus-visible { outline: 3px solid var(--green-400); outline-offset: 4px; }

.utility-bar { background: var(--ink-950); color: #d9e5ef; font-size: 13px; }
.utility-bar__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.utility-bar p { margin: 0; display: flex; gap: 10px; align-items: center; }
.utility-bar__links { display: flex; gap: 22px; }
.utility-bar a { transition: color .2s ease; }
.utility-bar a:hover { color: var(--white); }
.emergency-link { color: #cde893; }

.site-header { position: sticky; z-index: 100; inset-block-start: 0; background: rgba(255,255,255,.92); border-bottom: 1px solid transparent; backdrop-filter: blur(18px); transition: box-shadow .25s ease, border-color .25s ease; }
.site-header.is-scrolled { box-shadow: 0 10px 35px rgba(6, 29, 51, .08); border-color: var(--line); }
.site-header__inner { min-height: 86px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 13px; min-width: max-content; }
.brand__official-logo { display: block; width: clamp(205px, 19vw, 268px); height: auto; }
.custom-logo-link { display: block; }.custom-logo { display: block; width: auto; max-width: 268px; max-height: 58px; }
.brand__mark { width: 45px; height: 48px; display: flex; align-items: end; justify-content: center; gap: 3px; padding: 6px 7px; border-radius: 15px; color: var(--white); background: linear-gradient(145deg, var(--blue-500), var(--ink-800)); box-shadow: 0 8px 20px rgba(20,108,180,.22); }
.brand__mark i { width: 7px; border: 1.5px solid currentColor; border-radius: 5px 5px 2px 2px; position: relative; }
.brand__mark i::before { content: ""; position: absolute; width: 4px; height: 3px; border-radius: 2px; background: currentColor; inset-block-start: -5px; inset-inline-start: 0; }
.brand__mark i:nth-child(1) { height: 23px; }
.brand__mark i:nth-child(2) { height: 30px; color: var(--green-400); }
.brand__mark i:nth-child(3) { height: 19px; }
.brand__copy { display: grid; line-height: 1.2; }
.brand__copy strong { font-family: var(--font-display); font-size: 20px; font-weight: 800; letter-spacing: -.5px; }
.brand__copy small { margin-block-start: 5px; color: var(--muted); font-size: 11px; letter-spacing: .6px; }
.custom-logo-link { display: flex; align-items: center; }
.custom-logo { max-height: 60px; width: auto; }
.primary-nav__list { list-style: none; display: flex; justify-content: center; align-items: center; gap: clamp(18px, 2vw, 31px); padding: 0; margin: 0; }
.primary-nav__list > li > a { position: relative; display: inline-flex; align-items: center; min-height: 44px; font-family: var(--font-display); font-size: 15px; font-weight: 600; }
.primary-nav__list > li > a::after { content: ""; position: absolute; inset-inline: 0; inset-block-end: 3px; height: 2px; background: var(--green-500); transform: scaleX(0); transform-origin: right; transition: transform .25s var(--ease); }
.primary-nav__list > li > a:hover::after, .primary-nav__list > .current-menu-item > a::after { transform: scaleX(1); }
.nav-toggle { display: none; border: 0; background: transparent; width: 48px; height: 48px; padding: 12px; cursor: pointer; }
.nav-toggle > span:not(.screen-reader-text) { display: block; width: 24px; height: 2px; margin-block: 5px; border-radius: 2px; background: var(--ink-900); transition: transform .25s ease, opacity .25s ease; }
.header-cta { padding: 11px 15px !important; gap: 7px !important; }
.header-cta span { font-size: 12px; opacity: .78; }
.header-cta strong { font-family: var(--font-display); font-size: 15px; direction: ltr; }

.button { min-height: 52px; padding: 13px 23px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 0; border-radius: 14px; font-family: var(--font-display); font-weight: 700; line-height: 1; cursor: pointer; transition: transform .25s var(--ease), box-shadow .25s ease, background-color .25s ease, color .25s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: var(--white); background: var(--ink-900); box-shadow: 0 12px 25px rgba(7,21,36,.16); }
.button--primary:hover { background: var(--blue-600); }
.button--accent { color: var(--ink-950); background: linear-gradient(135deg, var(--green-400), var(--green-500)); box-shadow: 0 14px 30px rgba(134,186,43,.28); }
.button--accent:hover { box-shadow: 0 18px 40px rgba(134,186,43,.38); }
.button--ghost { color: var(--white); background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.2); backdrop-filter: blur(10px); }
.button--ghost:hover { background: rgba(255,255,255,.15); }
.button--light { color: var(--ink-900); background: var(--white); box-shadow: var(--shadow-sm); }

.hero { position: relative; min-height: clamp(680px, calc(100vh - 124px), 810px); overflow: hidden; color: var(--white); background: radial-gradient(circle at 20% 20%, rgba(35,133,213,.46), transparent 34%), linear-gradient(125deg, var(--ink-950) 0%, #0b2d49 55%, #0c4265 100%); isolation: isolate; }
.hero::after { content: ""; position: absolute; z-index: -1; inset-inline: 0; inset-block-end: 0; height: 110px; background: var(--white); clip-path: polygon(0 78%, 100% 0, 100% 100%, 0 100%); }
.hero__inner { min-height: inherit; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .65fr); align-items: center; gap: clamp(55px, 7vw, 110px); padding-block: 70px 120px; }
.hero__content { position: relative; z-index: 2; max-width: 720px; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin-block-end: 15px; color: #d7ebf6; font-family: var(--font-display); font-size: 15px; font-weight: 700; letter-spacing: .45px; }
.eyebrow span { width: 28px; height: 2px; background: var(--green-400); }
.eyebrow strong { font: inherit; }.eyebrow small { color: #a9c0cf; font-size: 11px; font-weight: 600; letter-spacing: .25px; }
.eyebrow--dark { color: var(--blue-600); }
.hero h1 { margin: 0; max-width: 760px; font-family: var(--font-display); font-size: clamp(46px, 5.55vw, 74px); font-weight: 800; line-height: 1.025; letter-spacing: -2.4px; }
.hero h1 em { color: var(--green-400); font-style: normal; }
.hero__content > p { max-width: 650px; margin: 30px 0 0; color: #d6e2eb; font-size: clamp(18px, 1.8vw, 22px); line-height: 1.7; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-block-start: 36px; }
.hero__proof { display: flex; gap: clamp(24px, 4vw, 54px); margin-block-start: 46px; padding-block-start: 25px; border-top: 1px solid rgba(255,255,255,.14); }
.hero__proof div { display: grid; }
.hero__proof strong { direction: ltr; unicode-bidi: isolate; font-family: var(--font-display); font-size: 25px; line-height: 1; color: var(--white); }
.hero__proof span { margin-block-start: 8px; color: #9eb1c1; font-size: 12px; }
.hero__side { position: relative; z-index: 2; min-height: 470px; display: grid; place-items: center; }
.hero-card { position: relative; width: min(340px, 92%); padding: 43px 36px; border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius-lg); background: linear-gradient(145deg, rgba(255,255,255,.14), rgba(255,255,255,.045)); box-shadow: var(--shadow-lg); backdrop-filter: blur(15px); }
.hero-card__icon { width: 66px; height: 66px; display: grid; place-items: center; margin-block-end: 32px; border-radius: 21px; color: var(--ink-950); background: var(--green-400); }
.hero-card__icon svg { width: 34px; height: 34px; }
.hero-card small { display: block; color: #a8bbca; font-size: 12px; }
.hero-card strong { display: block; margin-block: 5px 12px; font-family: var(--font-display); font-size: 29px; }
.hero-card p { margin: 0; color: #c9d6e0; font-size: 15px; }
.hero-float { position: absolute; z-index: 3; min-width: 230px; padding: 14px 17px; display: flex; align-items: center; gap: 13px; border-radius: 16px; color: var(--ink-900); background: rgba(255,255,255,.94); box-shadow: 0 18px 40px rgba(3,16,28,.28); }
.hero-float svg { width: 25px; height: 25px; color: var(--blue-600); }
.hero-float span { display: grid; font-size: 11px; color: var(--muted); line-height: 1.35; }
.hero-float strong { color: var(--ink-900); font-family: var(--font-display); font-size: 14px; }
.hero-float--top { inset-block-start: 20px; inset-inline-end: -12px; }
.hero-float--bottom { inset-block-end: 22px; inset-inline-start: -40px; }
.hero__visual { position: absolute; z-index: -2; inset: 0; pointer-events: none; }
.hero__grid { position: absolute; inset: 0; opacity: .09; background-image: linear-gradient(rgba(255,255,255,.5) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.5) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to left, #000, transparent 62%); }
.hero__orb { position: absolute; width: 430px; aspect-ratio: 1; border: 1px solid rgba(83,200,233,.18); border-radius: 50%; }
.hero__orb::before, .hero__orb::after { content: ""; position: absolute; border: inherit; border-radius: inherit; }
.hero__orb::before { inset: 42px; }.hero__orb::after { inset: 88px; }
.hero__orb--one { inset-inline-end: 5%; inset-block-start: 9%; }.hero__orb--two { width: 220px; inset-inline-start: 5%; inset-block-end: 5%; opacity: .55; }
.gas-cylinder { position: absolute; width: 70px; height: 190px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px 16px 20px 20px; background: linear-gradient(90deg, rgba(255,255,255,.02), rgba(255,255,255,.1), rgba(255,255,255,.02)); opacity: .22; }
.gas-cylinder i { position: absolute; width: 30px; height: 15px; inset-block-start: -15px; inset-inline-start: 20px; border: 1px solid rgba(255,255,255,.18); border-radius: 6px 6px 2px 2px; }
.gas-cylinder span { position: absolute; inset: 50% 0 auto; text-align: center; font-family: var(--font-display); font-weight: 700; }
.gas-cylinder--one { inset-inline-end: 2%; inset-block-end: 8%; transform: rotate(-8deg); }.gas-cylinder--two { inset-inline-end: 11%; inset-block-end: 3%; transform: scale(.78) rotate(5deg); }.gas-cylinder--three { inset-inline-start: 3%; inset-block-start: 20%; transform: scale(.62) rotate(9deg); }

.section-heading { max-width: 740px; margin-block-end: 48px; }
.section-heading--split { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 55px; }
.section-heading h2, .why-us h2, .contact-band h2 { margin: 0; font-family: var(--font-display); font-size: clamp(36px, 4.8vw, 60px); font-weight: 800; line-height: 1.08; letter-spacing: -1.8px; }
.section-heading > p, .section-heading--split > p { margin: 20px 0 0; max-width: 510px; color: var(--muted); font-size: 18px; }
.section-heading--split > p { margin: 0 0 5px; }
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.audience-card { position: relative; min-height: 360px; padding: 34px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); transition: transform .3s var(--ease), box-shadow .3s ease, border-color .3s ease; }
.audience-card::before { content: ""; position: absolute; width: 220px; aspect-ratio: 1; inset-inline-end: -105px; inset-block-start: -110px; border-radius: 50%; background: var(--card-tint); transition: transform .35s var(--ease); }
.audience-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); border-color: transparent; }
.audience-card:hover::before { transform: scale(1.18); }
.audience-card--industry { --card-tint: rgba(35,133,213,.12); }.audience-card--medical { --card-tint: rgba(83,200,233,.13); }.audience-card--home { --card-tint: rgba(134,186,43,.14); }
.audience-card__number { position: absolute; inset-block-start: 23px; inset-inline-end: 27px; color: rgba(9,35,57,.21); font-family: var(--font-display); font-weight: 800; font-size: 13px; }
.audience-card__icon { position: relative; width: 60px; height: 60px; display: grid; place-items: center; margin-block-end: 45px; border-radius: 18px; color: var(--blue-600); background: var(--sand-50); }
.audience-card--home .audience-card__icon { color: #669b13; }
.audience-card__icon svg { width: 30px; height: 30px; }
.audience-card h3 { margin: 0 0 13px; font-family: var(--font-display); font-size: 28px; line-height: 1.1; }
.audience-card p { margin: 0 0 24px; color: var(--muted); font-size: 15px; }
.text-link { margin-block-start: auto; display: inline-flex; align-items: center; gap: 8px; color: var(--blue-600); font-family: var(--font-display); font-size: 14px; font-weight: 700; }
.text-link svg { width: 17px; height: 17px; transition: transform .2s ease; transform: scaleX(-1); }
.audience-card:hover .text-link svg, .text-link:hover svg { transform: scaleX(-1) translateX(5px); }
.text-link--large { min-height: 44px; font-size: 16px; }

.solution-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.solution-card { position: relative; min-height: 305px; padding: 31px 28px; display: flex; flex-direction: column; border-radius: var(--radius-md); color: var(--white); background: var(--ink-900); overflow: hidden; transition: transform .3s var(--ease), box-shadow .3s ease; }
.solution-card:nth-child(2) { background: #123d5d; }.solution-card:nth-child(3) { background: #15567e; }.solution-card:nth-child(4) { background: #0d344d; }
.solution-card::after { content: ""; position: absolute; width: 190px; aspect-ratio: 1; inset-inline-end: -90px; inset-block-end: -100px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 32px rgba(255,255,255,.03), 0 0 0 65px rgba(255,255,255,.02); }
.solution-card:hover { transform: translateY(-7px); box-shadow: 0 25px 55px rgba(7,21,36,.22); }
.solution-card__icon { width: 53px; height: 53px; display: grid; place-items: center; margin-block-end: 43px; border-radius: 15px; color: var(--ink-950); background: var(--green-400); }
.solution-card__icon svg { width: 27px; height: 27px; }
.solution-card h3 { margin: 0 0 12px; font-family: var(--font-display); font-size: 24px; line-height: 1.15; }
.solution-card p { margin: 0; color: #b9c9d4; font-size: 14px; }
.solution-card__arrow { position: absolute; z-index: 2; inset-inline-end: 24px; inset-block-end: 24px; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: var(--white); border: 1px solid rgba(255,255,255,.2); }
.solution-card__arrow svg { transform: scaleX(-1); }

.why-us { color: var(--white); background: linear-gradient(120deg, #0a2035, #0e4162); overflow: hidden; }
.why-us__grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: clamp(60px, 9vw, 130px); }
.why-us__panel { position: relative; }
.why-us__panel::before { content: ""; position: absolute; width: 360px; aspect-ratio: 1; inset-inline-start: -140px; inset-block-start: -120px; border-radius: 50%; background: radial-gradient(circle, rgba(35,133,213,.35), transparent 68%); }
.why-us__panel > * { position: relative; }
.why-us__panel > p { margin: 28px 0 33px; color: #c8d7e2; font-size: 18px; }
.benefit-list { display: grid; }
.benefit { padding-block: 27px; display: grid; grid-template-columns: 72px 1fr; gap: 24px; border-bottom: 1px solid rgba(255,255,255,.12); }
.benefit:last-child { border-bottom: 0; }
.benefit > span { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 19px; color: var(--green-400); background: rgba(255,255,255,.075); }
.benefit > span svg { width: 29px; height: 29px; }
.benefit small { float: left; color: rgba(255,255,255,.35); font-family: var(--font-display); font-weight: 700; }
.benefit h3 { margin: 0 0 5px; font-family: var(--font-display); font-size: 24px; }
.benefit p { margin: 0; color: #abbfce; font-size: 15px; }

.industry-tags { display: flex; flex-wrap: wrap; gap: 12px; }
.industry-tags span { min-height: 54px; padding: 13px 20px; display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 999px; color: var(--ink-800); background: var(--white); font-size: 15px; transition: color .2s ease, background .2s ease, transform .2s ease; }
.industry-tags span:hover { color: var(--white); background: var(--ink-900); transform: translateY(-2px); }

.contact-band { position: relative; padding-block: clamp(75px, 9vw, 125px); color: var(--white); background: var(--blue-600); overflow: hidden; }
.contact-band::before { content: ""; position: absolute; width: 600px; aspect-ratio: 1; inset-inline-end: -280px; inset-block-start: -300px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; box-shadow: 0 0 0 65px rgba(255,255,255,.03), 0 0 0 130px rgba(255,255,255,.025); }
.contact-band__grid { position: relative; display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: clamp(50px, 8vw, 110px); }
.contact-band__copy > p { max-width: 460px; margin: 20px 0 30px; color: #d9effa; font-size: 18px; }
.contact-band__phone { display: flex; align-items: center; gap: 14px; }
.contact-band__phone > span { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 16px; color: var(--ink-950); background: var(--green-400); }
.contact-band__phone div { display: grid; }
.contact-band__phone small { color: #c7e5f4; font-size: 12px; }
.contact-band__phone a { direction: ltr; font-family: var(--font-display); font-size: 25px; font-weight: 800; }
.contact-card { padding: clamp(28px, 4vw, 45px); border-radius: var(--radius-lg); color: var(--ink-900); background: var(--white); box-shadow: 0 35px 85px rgba(4,27,45,.25); }
.salem-form { display: grid; grid-template-columns: 1fr 1fr; gap: 19px; }
.salem-form div { display: grid; gap: 6px; }
.salem-form__wide { grid-column: 1 / -1; }
.salem-form label { color: var(--ink-700); font-size: 13px; font-weight: 700; }
.salem-form input, .salem-form textarea { width: 100%; min-height: 53px; padding: 12px 15px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink-900); background: #f9fbfc; transition: border-color .2s ease, box-shadow .2s ease; }
.salem-form input:focus, .salem-form textarea:focus { outline: 0; border-color: var(--blue-500); box-shadow: 0 0 0 4px rgba(35,133,213,.12); }
.salem-form .button { width: 100%; margin-block-start: 5px; }
.salem-form__trap { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.salem-form__consent label { display: flex; align-items: flex-start; gap: 9px; font-weight: 500; }
.salem-form__consent input { width: 18px; min-height: 18px; margin-block-start: 4px; }
.salem-form .salem-form__privacy { margin: -7px 0 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.salem-form__privacy a { color: var(--blue-600); font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.form-notice { margin-block-end: 18px; padding: 13px 15px; border-radius: 12px; font-size: 14px; }
.form-notice--success { color: #214b0a; background: #e7f5d2; }.form-notice--error { color: #7a1f1f; background: #fde6e6; }

.site-footer { padding-block-start: 78px; color: #c7d4df; background: var(--ink-950); }
.footer-grid { display: grid; grid-template-columns: 1.2fr .7fr .9fr 1fr; gap: 55px; padding-block-end: 58px; }
.brand--light { color: var(--white); }.brand--light .brand__copy small { color: #8da4b7; }
.footer-brand p { max-width: 310px; margin: 22px 0 0; font-size: 14px; color: #93a8b8; }
.footer-title { margin: 0 0 21px; color: var(--white); font-family: var(--font-display); font-size: 17px; }
.footer-links, .footer-contact { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; font-size: 14px; }
.footer-links a, .footer-contact a { transition: color .2s ease; }.footer-links a:hover, .footer-contact a:hover { color: var(--green-400); }
.footer-cta { padding-inline-start: 28px; border-inline-start: 1px solid rgba(255,255,255,.12); }
.footer-cta h2 { margin: 0 0 9px; color: var(--white); font-family: var(--font-display); font-size: 23px; }
.footer-cta p { margin: 0 0 22px; color: #93a8b8; font-size: 14px; }
.footer-bottom { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 25px; border-top: 1px solid rgba(255,255,255,.1); color: #71889a; font-size: 12px; }
.footer-bottom div { display: flex; gap: 22px; }
.mobile-actions { display: none; }

.page-hero { position: relative; padding-block: 74px 82px; color: var(--white); background: linear-gradient(120deg, var(--ink-950), #0c4164); overflow: hidden; }
.page-hero--media { min-height: 510px; display: grid; align-items: center; }
.page-hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.page-hero__veil { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,21,36,.28) 0%, rgba(4,27,45,.58) 47%, rgba(4,27,45,.96) 100%); }
.page-hero__pattern { position: absolute; width: 440px; aspect-ratio: 1; inset-inline-end: -110px; inset-block-start: -220px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.025), 0 0 0 110px rgba(255,255,255,.02); }
.page-hero__inner { position: relative; z-index: 2; }
.breadcrumbs { margin-block-end: 28px; display: flex; gap: 10px; color: #9db3c5; font-size: 13px; }
.breadcrumbs a:hover { color: var(--green-400); }
.page-hero__kicker { display: flex; align-items: baseline; gap: 9px; margin-block-end: 13px; color: var(--green-400); font-family: var(--font-display); font-size: 15px; font-weight: 800; letter-spacing: .35px; }
.page-hero__kicker strong { font: inherit; }.page-hero__kicker small { color: #b5c9d5; font-size: 11px; font-weight: 600; }
.section-kicker { display: block; margin-block-end: 14px; color: var(--green-400); font-family: var(--font-display); font-size: 13px; font-weight: 800; letter-spacing: .45px; }
.page-hero h1 { max-width: 820px; margin: 0; font-family: var(--font-display); font-size: clamp(42px, 5vw, 64px); line-height: 1.06; letter-spacing: -2px; text-wrap: balance; }
.page-hero p { max-width: 660px; margin: 20px 0 0; color: #d8e6ef; font-size: 19px; line-height: 1.75; }
.page-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-block-start: 30px; }
.button--ghost-light { color: var(--white); background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.24); backdrop-filter: blur(10px); }
.button--ghost-light:hover { background: rgba(255,255,255,.16); }
.page-content { padding-block: clamp(72px, 8vw, 112px); background: #fbfcfd; }
.content-shell { max-width: 1180px; }
.page-featured { margin: 0 0 45px; overflow: hidden; border-radius: var(--radius-md); box-shadow: var(--shadow-sm); }
.page-featured img { display: block; width: 100%; max-height: 520px; object-fit: cover; }
.page-story-grid { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(330px, .82fr); align-items: start; gap: clamp(48px, 7vw, 84px); }
.page-story-grid--single { grid-template-columns: 1fr; }
.prose { max-width: 760px; font-size: 18px; }
.prose > *:first-child { margin-block-start: 0; }
.prose h2, .prose h3 { margin-block: 1.7em .65em; font-family: var(--font-display); line-height: 1.2; }
.prose h2 { font-size: clamp(29px, 3vw, 40px); }.prose h3 { font-size: 25px; }
.prose p, .prose li { color: #33495d; line-height: 1.9; }
.prose .content-lead { max-width: 780px; margin-block-end: 32px; color: var(--navy-900); font-family: var(--font-display); font-size: clamp(22px, 2.6vw, 30px); font-weight: 700; line-height: 1.45; }
.prose a { color: var(--blue-600); text-decoration: underline; text-underline-offset: 3px; }
.prose blockquote { margin: 35px 0; padding: 24px 28px; border-inline-start: 4px solid var(--green-500); border-radius: 0 14px 14px 0; background: var(--sand-50); }
.content-list { margin: 26px 0 34px; padding: 0; display: grid; gap: 12px; list-style: none; }
.content-list li { position: relative; padding-inline-start: 30px; }
.content-list li::before { content: ""; position: absolute; inset-inline-start: 2px; inset-block-start: .8em; width: 10px; height: 10px; border-radius: 50%; background: var(--green-500); box-shadow: 0 0 0 5px rgba(134,186,43,.13); }
.content-note { margin: 34px 0; padding: 24px 26px; border: 1px solid rgba(20,108,180,.18); border-inline-start: 5px solid var(--blue-600); border-radius: 16px; background: #f0f7fc; }
.content-note strong { display: block; margin-block-end: 7px; color: var(--ink-900); font-family: var(--font-display); font-size: 18px; }
.content-note p { margin: 0; }
.content-links { margin: 36px 0; padding-block-start: 24px; display: flex; flex-wrap: wrap; gap: 10px; border-top: 1px solid var(--line); }
.prose .content-links a { min-height: 48px; padding: 10px 16px; display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 999px; color: var(--ink-800); background: var(--white); font-family: var(--font-display); font-size: 14px; font-weight: 700; text-decoration: none; box-shadow: 0 8px 22px rgba(5,27,48,.05); }
.prose .content-links a:hover { color: var(--white); background: var(--ink-900); }
.content-faq { margin-block-start: 52px; }
.content-faq details { margin-block: 12px; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: var(--white); box-shadow: 0 8px 24px rgba(5,27,48,.04); }
.content-faq summary { min-height: 56px; padding: 15px 52px 15px 18px; display: flex; align-items: center; position: relative; color: var(--ink-900); font-family: var(--font-display); font-weight: 700; line-height: 1.45; cursor: pointer; }
.content-faq summary::before { content: "+"; position: absolute; inset-inline-start: 18px; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; color: var(--ink-950); background: var(--green-400); font-size: 20px; line-height: 1; }
.content-faq details[open] summary::before { content: "−"; }
.content-faq details p { margin: 0; padding: 0 18px 20px; }
.content-cta { margin-block-start: 48px; padding: 28px; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 26px; border-radius: 22px; color: var(--white); background: linear-gradient(135deg, var(--ink-950), var(--blue-600)); box-shadow: var(--shadow-sm); }
.content-cta h2 { margin: 0 0 7px; color: var(--white); font-size: clamp(26px, 3vw, 35px); }
.content-cta p { margin: 0; color: #d8e6ef; line-height: 1.65; }
.prose .content-cta > a { min-height: 52px; padding: 13px 20px; display: inline-flex; align-items: center; justify-content: center; border-radius: 14px; color: var(--ink-950); background: var(--green-400); font-family: var(--font-display); font-weight: 800; text-align: center; text-decoration: none; white-space: nowrap; }
.accessibility-fab { position: fixed; z-index: 130; inset-inline-start: 22px; inset-block-end: 22px; min-width: 54px; min-height: 54px; padding: 9px 13px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 2px solid var(--white); border-radius: 999px; color: var(--white); background: var(--blue-600); box-shadow: 0 12px 32px rgba(5,27,48,.28); font-family: var(--font-display); font-size: 13px; font-weight: 800; transition: transform .2s ease, background-color .2s ease; }
.accessibility-fab:hover { transform: translateY(-2px); background: var(--ink-900); }
.accessibility-fab svg { width: 27px; height: 27px; flex: none; }
.page-visual-card { position: sticky; inset-block-start: 135px; margin: 0; overflow: hidden; border: 8px solid var(--white); border-radius: 30px; background: var(--ink-950); box-shadow: 0 28px 70px rgba(8,39,61,.16); }
.page-visual-card > img { display: block; width: 100%; min-height: 510px; aspect-ratio: .84; object-fit: cover; object-position: 34% center; }
.page-visual-card::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(4,21,36,.92)); pointer-events: none; }
.page-visual-card__caption { position: absolute; z-index: 2; inset-inline: 22px; inset-block-end: 22px; display: grid; grid-template-columns: 52px 1fr; align-items: center; gap: 14px; padding: 18px; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; color: var(--white); background: rgba(5,30,49,.7); backdrop-filter: blur(12px); }
.page-visual-card__caption > span { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 15px; color: var(--ink-950); background: var(--green-400); }
.page-visual-card__caption svg { width: 25px; height: 25px; }
.page-visual-card__caption div { display: grid; gap: 3px; }.page-visual-card__caption small { color: #bdd0dc; font-size: 11px; }.page-visual-card__caption strong { font-family: var(--font-display); font-size: 16px; line-height: 1.35; }

.hub-landing { display: grid; gap: clamp(44px, 6vw, 72px); }
.hub-intro { display: grid; grid-template-columns: minmax(0, .95fr) minmax(390px, 1.05fr); align-items: end; gap: clamp(45px, 8vw, 110px); padding-block-end: 42px; border-bottom: 1px solid var(--line); }
.hub-intro__heading h2 { max-width: 650px; margin: 0; font-family: var(--font-display); font-size: clamp(38px, 4.5vw, 58px); font-weight: 800; line-height: 1.08; letter-spacing: -1.8px; text-wrap: balance; }
.hub-intro__copy > p { max-width: 630px; margin: 0 0 25px; color: #33495d; font-size: clamp(18px, 2vw, 21px); line-height: 1.8; }
.hub-signals { display: flex; flex-wrap: wrap; gap: 10px; }
.hub-signals span { min-height: 42px; padding: 9px 14px; display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink-700); background: var(--white); font-family: var(--font-display); font-size: 12px; font-weight: 700; box-shadow: 0 7px 20px rgba(5,27,48,.04); }
.hub-signals svg { width: 17px; height: 17px; color: var(--green-500); }
.hub-bento { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-flow: dense; gap: 18px; }
.hub-card { position: relative; grid-column: span 6; min-height: 355px; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; border-radius: 28px; color: var(--white); background: var(--ink-950); box-shadow: 0 22px 55px rgba(5,27,48,.14); isolation: isolate; transition: transform .35s var(--ease), box-shadow .35s ease; }
.hub-card > img { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease), filter .35s ease; }
.hub-card__veil { position: absolute; z-index: -2; inset: 0; background: linear-gradient(180deg, rgba(5,22,36,.12) 0%, rgba(5,22,36,.28) 38%, rgba(5,22,36,.97) 100%); transition: background .35s ease; }
.hub-card::after { content: ""; position: absolute; z-index: -1; width: 240px; aspect-ratio: 1; inset-inline-end: -150px; inset-block-start: -150px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; box-shadow: 0 0 0 38px rgba(255,255,255,.035), 0 0 0 76px rgba(255,255,255,.025); }
.hub-card:hover { transform: translateY(-7px); box-shadow: 0 32px 75px rgba(5,27,48,.23); }
.hub-card:hover > img { transform: scale(1.055); filter: saturate(1.06); }
.hub-card:hover .hub-card__veil { background: linear-gradient(180deg, rgba(5,22,36,.04), rgba(5,22,36,.22) 35%, rgba(5,22,36,.96)); }
.hub-card__top { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.hub-card__top > small { direction: ltr; color: rgba(255,255,255,.64); font-family: var(--font-display); font-size: 13px; font-weight: 800; letter-spacing: 1px; }
.hub-card__icon { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 17px; color: var(--ink-950); background: var(--green-400); box-shadow: 0 12px 28px rgba(8,22,34,.22); }
.hub-card__icon svg { width: 27px; height: 27px; }
.hub-card__content { max-width: 560px; display: grid; gap: 9px; margin-block-start: auto; padding-block-start: 85px; }
.hub-card__content > strong { font-family: var(--font-display); font-size: clamp(27px, 3vw, 38px); font-weight: 800; line-height: 1.08; letter-spacing: -.8px; }
.hub-card__content > span { max-width: 490px; color: #d0dde6; font-size: 14px; line-height: 1.65; }
.hub-card__action { width: fit-content; margin-block-start: 22px; display: inline-flex; align-items: center; gap: 8px; color: var(--green-400); font-family: var(--font-display); font-size: 13px; font-weight: 800; }
.hub-card__action svg { width: 17px; height: 17px; transform: scaleX(-1); transition: transform .25s ease; }
.hub-card:hover .hub-card__action svg { transform: scaleX(-1) translateX(5px); }
.hub-bento--products .hub-card--1, .hub-bento--products .hub-card--4 { grid-column: span 7; }
.hub-bento--products .hub-card--2, .hub-bento--products .hub-card--3 { grid-column: span 5; }
.hub-bento--services .hub-card--1, .hub-bento--services .hub-card--2 { grid-column: span 6; min-height: 380px; }
.hub-bento--services .hub-card--3, .hub-bento--services .hub-card--4, .hub-bento--services .hub-card--5 { grid-column: span 4; min-height: 330px; }
.hub-bento--services .hub-card--3 .hub-card__content > strong, .hub-bento--services .hub-card--4 .hub-card__content > strong, .hub-bento--services .hub-card--5 .hub-card__content > strong { font-size: clamp(24px, 2.5vw, 31px); }
.hub-bento--services .hub-card--3 .hub-card__content, .hub-bento--services .hub-card--4 .hub-card__content, .hub-bento--services .hub-card--5 .hub-card__content { padding-block-start: 55px; }
.child-pages { margin-block-start: 82px; padding-block-start: 58px; border-top: 1px solid var(--line); }
.child-pages > h2 { margin: 0 0 28px; font-family: var(--font-display); font-size: clamp(31px, 4vw, 43px); }
.child-pages-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.child-page-card { position: relative; min-height: 190px; padding: 27px; border: 1px solid var(--line); border-radius: 20px; background: var(--white); box-shadow: var(--shadow-sm); transition: transform .25s var(--ease), box-shadow .25s ease; }
.child-page-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.child-page-card > span { position: absolute; inset-inline-end: 22px; inset-block-start: 22px; width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; color: var(--blue-600); background: var(--sand-50); }
.child-page-card > span svg { transform: scaleX(-1); }
.child-page-card h3 { max-width: calc(100% - 45px); margin: 0 0 12px; font-family: var(--font-display); font-size: 22px; line-height: 1.2; }
.child-page-card p { margin: 0; color: var(--muted); font-size: 14px; }
.page-assurance { margin-block-start: 82px; display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border-radius: 26px; color: var(--white); background: var(--ink-950); box-shadow: var(--shadow-lg); }
.page-assurance > div { min-height: 210px; padding: 32px; border-inline-start: 1px solid rgba(255,255,255,.1); }.page-assurance > div:first-child { border-inline-start: 0; }
.page-assurance span { width: 52px; height: 52px; display: grid; place-items: center; margin-block-end: 22px; border-radius: 16px; color: var(--ink-950); background: var(--green-400); }
.page-assurance svg { width: 25px; height: 25px; }.page-assurance strong { display: block; margin-block-end: 8px; font-family: var(--font-display); font-size: 20px; }.page-assurance p { margin: 0; color: #9fb3c1; font-size: 14px; line-height: 1.7; }
.page-contact-section { position: relative; margin-block-start: 34px; padding: clamp(34px, 5vw, 62px); display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: clamp(45px, 7vw, 85px); overflow: hidden; border-radius: 30px; color: var(--white); background: linear-gradient(135deg, #0b456a, var(--blue-600)); box-shadow: 0 30px 80px rgba(8,63,97,.18); }
.page-contact-section::before { content: ""; position: absolute; width: 390px; aspect-ratio: 1; inset-inline-end: -190px; inset-block-start: -210px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; box-shadow: 0 0 0 50px rgba(255,255,255,.035), 0 0 0 100px rgba(255,255,255,.025); }
.page-contact-section > * { position: relative; z-index: 1; }
.page-contact-section h2 { margin: 0; font-family: var(--font-display); font-size: clamp(34px, 4.4vw, 52px); line-height: 1.08; }
.page-contact-section__copy > p { max-width: 440px; margin: 18px 0 28px; color: #d3e8f3; line-height: 1.75; }
.page-contact-section__phone { display: flex; align-items: center; gap: 13px; width: fit-content; }
.page-contact-section__phone > span { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 15px; color: var(--ink-950); background: var(--green-400); }
.page-contact-section__phone svg { width: 24px; height: 24px; }.page-contact-section__phone div { display: grid; }.page-contact-section__phone small { color: #c1dce9; font-size: 11px; }.page-contact-section__phone strong { direction: ltr; font-family: var(--font-display); font-size: 24px; }
.error-page { min-height: 64vh; display: grid; place-items: center; text-align: center; padding-block: 80px; }
.error-page span { color: var(--green-500); font-family: var(--font-display); font-size: 72px; font-weight: 800; }.error-page h1 { margin: 0; font-family: var(--font-display); font-size: 44px; }.error-page p { color: var(--muted); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s var(--ease), transform .75s var(--ease); }
.reveal[data-reveal-delay="1"] { transition-delay: .12s; }.reveal[data-reveal-delay="2"] { transition-delay: .24s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1080px) {
  .site-header__inner { gap: 20px; }
  .primary-nav__list { gap: 15px; }
  .header-cta span { display: none; }
  .hero__inner { grid-template-columns: 1fr .55fr; }
  .solution-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-cta { grid-column: 1 / -1; padding: 25px 0 0; border-inline-start: 0; border-top: 1px solid rgba(255,255,255,.12); }
  .page-story-grid { grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr); gap: 42px; }
  .page-visual-card > img { min-height: 470px; }
  .hub-intro { grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr); gap: 45px; }
  .hub-bento--services .hub-card--3, .hub-bento--services .hub-card--4 { grid-column: span 6; }
  .hub-bento--services .hub-card--5 { grid-column: span 12; }
}

@media (max-width: 880px) {
  :root { --shell: min(100% - 32px, 720px); }
  body { padding-block-end: 64px; }
  .utility-bar p { display: none; }
  .utility-bar__inner { justify-content: center; }
  .site-header__inner { min-height: 75px; grid-template-columns: auto 1fr auto; }
  .nav-toggle { display: block; justify-self: end; }
  .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); }
  .primary-nav { position: fixed; z-index: 110; inset-inline: 16px; inset-block-start: 124px; max-height: calc(100vh - 150px); padding: 20px; overflow: auto; border: 1px solid var(--line); border-radius: 20px; background: var(--white); box-shadow: var(--shadow-lg); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity .25s ease, visibility .25s ease, transform .25s ease; }
  .primary-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .primary-nav__list { display: grid; gap: 2px; }
  .primary-nav__list > li > a { width: 100%; min-height: 52px; padding-inline: 10px; font-size: 17px; }
  .primary-nav__list > li > a::after { display: none; }
  .header-cta { justify-self: end; }
  .hero { min-height: auto; }
  .hero__inner { grid-template-columns: 1fr; padding-block: 75px 130px; }
  .hero__content { max-width: 760px; }
  .hero h1 { max-width: 700px; }
  .hero__side { display: none; }
  .section-heading--split { display: grid; gap: 18px; }
  .section-heading--split > p { margin: 0; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-card { min-height: 290px; }
  .why-us__grid, .contact-band__grid { grid-template-columns: 1fr; }
  .benefit-list { margin-block-start: 30px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand, .footer-cta { grid-column: 1 / -1; }
  .footer-bottom { padding-block: 22px; flex-direction: column; align-items: flex-start; }
  .mobile-actions { position: fixed; z-index: 120; inset-inline: 0; inset-block-end: 0; min-height: 64px; display: grid; grid-template-columns: 1fr 1fr; color: var(--white); background: var(--ink-950); box-shadow: 0 -8px 25px rgba(4,21,36,.18); }
  .mobile-actions a { min-height: 64px; display: flex; align-items: center; justify-content: center; gap: 8px; font-family: var(--font-display); font-weight: 700; }
  .mobile-actions a:last-child { color: var(--ink-950); background: var(--green-400); }
  .accessibility-fab { inset-inline-start: 12px; inset-block-end: 76px; min-width: 52px; min-height: 52px; padding: 8px; }
  .accessibility-fab span { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
  .child-pages-grid { grid-template-columns: 1fr 1fr; }
  .page-hero--media { min-height: 465px; }
  .page-story-grid { grid-template-columns: 1fr; }
  .page-visual-card { position: relative; inset-block-start: auto; }
  .page-visual-card > img { min-height: 0; aspect-ratio: 16 / 9; object-position: center; }
  .page-assurance { grid-template-columns: 1fr; }
  .page-assurance > div { min-height: 0; border-inline-start: 0; border-top: 1px solid rgba(255,255,255,.1); }.page-assurance > div:first-child { border-top: 0; }
  .page-contact-section { grid-template-columns: 1fr; }
  .hub-intro { grid-template-columns: 1fr; align-items: start; gap: 24px; }
  .hub-card, .hub-bento--products .hub-card--1, .hub-bento--products .hub-card--2, .hub-bento--products .hub-card--3, .hub-bento--products .hub-card--4, .hub-bento--services .hub-card--1, .hub-bento--services .hub-card--2, .hub-bento--services .hub-card--3, .hub-bento--services .hub-card--4 { grid-column: span 6; min-height: 330px; }
  .hub-bento--services .hub-card--5 { grid-column: span 12; }
}

@media (max-width: 580px) {
  :root { --shell: calc(100% - 28px); }
  body { font-size: 16px; }
  .utility-bar__links { width: 100%; justify-content: space-between; gap: 12px; font-size: 12px; }
  .site-header__inner { grid-template-columns: auto 1fr; }
  .brand__official-logo { width: min(48vw, 185px); }
  .custom-logo { max-width: 185px; max-height: 48px; }
  .brand__mark { width: 39px; height: 42px; }.brand__copy strong { font-size: 17px; }.brand__copy small { display: none; }
  .nav-toggle { grid-column: 2; grid-row: 1; }
  .header-cta { display: none; }
  .primary-nav { inset-block-start: 115px; }
  .hero__inner { padding-block: 65px 105px; }
  .hero h1 { font-size: clamp(42px, 11.5vw, 56px); line-height: 1.04; letter-spacing: -1.8px; }
  .hero__content > p { font-size: 17px; }
  .hero__actions { display: grid; }
  .hero__proof { justify-content: space-between; gap: 12px; }
  .hero__proof strong { font-size: 21px; }.hero__proof span { font-size: 10px; }
  .section { padding-block: 74px; }
  .section-heading { margin-block-end: 34px; }.section-heading h2, .why-us h2, .contact-band h2 { font-size: 39px; }
  .audience-card { padding: 27px; }
  .solution-grid { grid-template-columns: 1fr; }
  .solution-card { min-height: 270px; }
  .benefit { grid-template-columns: 55px 1fr; gap: 16px; }.benefit > span { width: 52px; height: 52px; }
  .industry-tags { gap: 8px; }.industry-tags span { min-height: 46px; padding: 10px 15px; font-size: 13px; }
  .salem-form { grid-template-columns: 1fr; }.salem-form__wide { grid-column: auto; }
  .contact-card { border-radius: 24px; }
  .footer-grid { grid-template-columns: 1fr; }.footer-brand, .footer-cta { grid-column: auto; }
  .page-hero { padding-block: 44px 52px; }.page-hero h1 { font-size: 40px; line-height: 1.08; }
  .page-hero--media { min-height: 520px; padding-block: 58px 64px; }
  .page-hero__veil { background: linear-gradient(0deg, rgba(4,21,36,.96) 0%, rgba(4,27,45,.74) 62%, rgba(4,27,45,.42) 100%); }
  .page-hero__image { object-position: 37% center; }
  .page-hero__actions { display: grid; }
  .prose { font-size: 17px; }
  .content-list { gap: 10px; }
  .content-note { padding: 20px 18px; }
  .content-links { display: grid; }
  .prose .content-links a { width: 100%; justify-content: center; text-align: center; }
  .content-faq summary { min-height: 60px; padding-block: 16px; }
  .content-cta { margin-inline: -5px; padding: 23px 18px; grid-template-columns: 1fr; gap: 18px; border-radius: 18px; }
  .prose .content-cta > a { width: 100%; white-space: normal; }
  .child-pages-grid { grid-template-columns: 1fr; }
  .page-visual-card { border-width: 5px; border-radius: 24px; }
  .page-visual-card > img { aspect-ratio: 4 / 3; }
  .page-visual-card__caption { inset-inline: 14px; inset-block-end: 14px; grid-template-columns: 44px 1fr; padding: 14px; }
  .page-visual-card__caption > span { width: 44px; height: 44px; }
  .page-assurance { margin-block-start: 60px; border-radius: 22px; }
  .page-assurance > div { padding: 27px; }
  .page-contact-section { margin-inline: -7px; padding: 28px 20px; border-radius: 24px; }
  .page-contact-section .contact-card { padding: 23px 18px; }
  .hub-intro { padding-block-end: 30px; }
  .hub-intro__heading h2 { font-size: 37px; }
  .hub-signals { display: grid; grid-template-columns: 1fr; }
  .hub-signals span { width: 100%; }
  .hub-bento { grid-template-columns: 1fr; gap: 14px; }
  .hub-card, .hub-bento--products .hub-card--1, .hub-bento--products .hub-card--2, .hub-bento--products .hub-card--3, .hub-bento--products .hub-card--4, .hub-bento--services .hub-card--1, .hub-bento--services .hub-card--2, .hub-bento--services .hub-card--3, .hub-bento--services .hub-card--4, .hub-bento--services .hub-card--5 { grid-column: 1; min-height: 315px; padding: 22px; }
  .hub-card__content { padding-block-start: 62px; }
  .hub-card__content > strong, .hub-bento--services .hub-card--3 .hub-card__content > strong, .hub-bento--services .hub-card--4 .hub-card__content > strong, .hub-bento--services .hub-card--5 .hub-card__content > strong { font-size: 27px; }
}

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