/* Huff Data Systems v8 visual experience layer
   Premium, performance-conscious styling applied across all pages. */

:root {
  --hd-navy-950: #020b18;
  --hd-navy-900: #041427;
  --hd-navy-850: #071c35;
  --hd-navy-800: #0a2545;
  --hd-blue-700: #0758c9;
  --hd-blue-600: #0874e8;
  --hd-blue-500: #1495ff;
  --hd-cyan-400: #3ac8ff;
  --hd-surface: #ffffff;
  --hd-surface-soft: #f5f9fd;
  --hd-surface-blue: #eef7ff;
  --hd-ink: #081a31;
  --hd-muted: #536b83;
  --hd-border: rgba(19, 63, 105, .13);
  --hd-radius-sm: 12px;
  --hd-radius: 20px;
  --hd-radius-lg: 30px;
  --hd-shadow-sm: 0 10px 32px rgba(5, 31, 60, .08);
  --hd-shadow: 0 22px 60px rgba(4, 28, 55, .13);
  --hd-shadow-strong: 0 34px 90px rgba(2, 18, 38, .23);
  --hd-max: 1280px;
}

html { scroll-padding-top: 112px; }
body {
  color: var(--hd-ink);
  background:
    radial-gradient(circle at 5% 15%, rgba(32, 154, 255, .055), transparent 28rem),
    #fff;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
::selection { background: #c8e9ff; color: #04203d; }
.wrap { width: min(var(--hd-max), calc(100% - 48px)); }

/* Utility and navigation */
.utility {
  background: linear-gradient(90deg, var(--hd-navy-950), #062348 52%, var(--hd-navy-950));
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.utility-inner { min-height: 40px; }
.utility a { transition: color .2s ease; }
.header {
  background: rgba(255, 255, 255, .9);
  backdrop-filter: blur(18px) saturate(145%);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
  box-shadow: 0 1px 0 rgba(4, 33, 65, .08), 0 8px 30px rgba(4, 26, 51, .045);
}
.nav-wrap { height: 88px; }
.brand img { width: min(296px, 28vw); }
.main-nav { gap: 25px; }
.main-nav > a, .nav-group > a {
  position: relative;
  letter-spacing: -.01em;
}
.main-nav > a::after, .nav-group > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 22px;
  height: 3px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--hd-blue-600), var(--hd-cyan-400));
  transition: right .22s ease;
}
.main-nav > a:hover::after, .nav-group > a:hover::after,
.main-nav > a[aria-current="page"]::after { right: 0; }
.dropdown {
  top: 76px;
  min-width: 278px;
  border-radius: 18px;
  border: 1px solid rgba(9, 55, 99, .11);
  padding: 12px;
  box-shadow: 0 24px 70px rgba(2, 24, 47, .17);
}
.dropdown::before {
  content: "";
  position: absolute;
  left: 28px;
  top: -7px;
  width: 14px;
  height: 14px;
  background: #fff;
  transform: rotate(45deg);
  border-left: 1px solid rgba(9, 55, 99, .11);
  border-top: 1px solid rgba(9, 55, 99, .11);
}
.dropdown a { padding: 12px 14px; border-radius: 11px; }
.dropdown a:hover { background: linear-gradient(90deg, #edf7ff, #f8fbff); transform: translateX(2px); }

/* Buttons and reusable micro-interactions */
.button {
  min-height: 52px;
  padding: 0 27px;
  border-radius: 12px;
  background: linear-gradient(135deg, #0a6de0, #0588f0 62%, #23aaff);
  box-shadow: 0 14px 34px rgba(5, 107, 218, .28), inset 0 1px 0 rgba(255,255,255,.25);
  letter-spacing: -.01em;
  position: relative;
  overflow: hidden;
}
.button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 25%, rgba(255,255,255,.25) 48%, transparent 70%);
  transform: translateX(-130%);
  transition: transform .55s ease;
}
.button:hover { transform: translateY(-3px); box-shadow: 0 19px 42px rgba(5, 107, 218, .34); }
.button:hover::before { transform: translateX(130%); }
.button:focus-visible, a:focus-visible, summary:focus-visible, button:focus-visible {
  outline: 3px solid rgba(25, 159, 255, .42);
  outline-offset: 4px;
}
.button-small { min-height: 46px; border-radius: 11px; }
.button-outline { border-color: rgba(255,255,255,.58); background: rgba(4, 24, 46, .25); backdrop-filter: blur(10px); }
.button-outline:hover { background: rgba(255,255,255,.1); }
.button-light { background: #fff; color: #075fc9; box-shadow: 0 14px 34px rgba(0,0,0,.12); }
.text-link { position: relative; margin-top: 24px; }
.text-link::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -4px; height: 2px; background: currentColor; transition: right .2s; }
.text-link:hover::after { right: 0; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  letter-spacing: .15em;
}
.eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--hd-blue-600), var(--hd-cyan-400));
}
.center .eyebrow, .section-heading .eyebrow { justify-content: center; }

/* Homepage hero */
.hero { min-height: 690px; isolation: isolate; }
.hero-bg { transform: scale(1.03); filter: saturate(.86) contrast(1.04); }
.hero-shade {
  background:
    linear-gradient(90deg, rgba(1, 12, 27, .98) 0%, rgba(3, 22, 43, .92) 46%, rgba(3, 26, 51, .37) 100%),
    linear-gradient(0deg, rgba(1, 10, 23, .82), rgba(1, 10, 23, .03) 70%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(57, 177, 255, .06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(57, 177, 255, .06) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(90deg, #000 0%, transparent 68%);
}
.hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 520px;
  height: 520px;
  right: -165px;
  top: 30px;
  border: 1px solid rgba(54, 181, 255, .23);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(37, 154, 245, .045), 0 0 0 145px rgba(37, 154, 245, .028);
}
.hero-grid { min-height: 690px; grid-template-columns: 1.08fr .76fr; gap: 78px; padding: 86px 0 98px; }
.hero-copy h1 { font-size: clamp(54px, 6.2vw, 84px); max-width: 820px; text-wrap: balance; }
.hero-copy h1 em {
  color: transparent;
  background: linear-gradient(90deg, #28a1ff, #67d7ff);
  background-clip: text;
  -webkit-background-clip: text;
}
.hero-copy p { max-width: 700px; color: #dcebf8; line-height: 1.62; }
.hero-copy .button-row { margin-top: 34px; }
.hero-benefits {
  border-radius: 24px;
  padding: 16px 28px;
  background: linear-gradient(145deg, rgba(7, 32, 61, .88), rgba(3, 19, 39, .7));
  border: 1px solid rgba(69, 186, 255, .48);
  box-shadow: var(--hd-shadow-strong), inset 0 1px 0 rgba(255,255,255,.08);
}
.hero-benefits::before {
  content: "BUSINESS TECHNOLOGY OUTCOMES";
  display: block;
  font-size: 10px;
  letter-spacing: .16em;
  color: #57bdff;
  font-weight: 900;
  padding: 7px 0 8px;
}
.hero-benefits > div { padding: 18px 0; }
.benefit-icon {
  width: 54px;
  height: 54px;
  background: radial-gradient(circle, rgba(31, 163, 255, .18), rgba(31, 163, 255, .03));
  border: 1px solid rgba(62, 182, 255, .65);
  box-shadow: inset 0 0 25px rgba(40, 162, 245, .11);
}

/* Partner and proof bands */
.partner-band {
  padding: 25px 0 28px;
  background: linear-gradient(90deg, #031428, #072548 50%, #031428);
  border-top: 1px solid rgba(73, 185, 255, .18);
}
.partner-list { max-width: 900px; gap: 62px; }
.partner-list span { opacity: 1; }
.partner-logos .dell-word, .partner-logos .ms-word, .partner-logos .cisco-word {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.025);
  border-radius: 15px;
  transition: .22s ease;
}
.partner-logos .dell-word:hover, .partner-logos .ms-word:hover, .partner-logos .cisco-word:hover {
  background: rgba(255,255,255,.055);
  border-color: rgba(74, 183, 255, .28);
  transform: translateY(-3px);
}
.proof-band { background: #fff; position: relative; z-index: 3; box-shadow: 0 18px 55px rgba(3, 25, 50, .08); }
.proof-grid > div { padding: 28px 30px; transition: background .2s ease; }
.proof-grid > div:hover { background: #f7fbff; }
.proof-grid span { color: var(--hd-blue-600); filter: drop-shadow(0 6px 8px rgba(9, 109, 216, .14)); }
.proof-grid strong { font-size: 22px; letter-spacing: -.02em; }

/* General section rhythm */
.section { padding: 96px 0; position: relative; }
.section-heading { max-width: 860px; margin-bottom: 46px; }
.section-heading h2 { font-size: clamp(36px, 4.1vw, 54px); text-wrap: balance; }
.section-heading p { line-height: 1.7; max-width: 760px; margin-inline: auto; }

/* Homepage services */
.services-section {
  background:
    radial-gradient(circle at 85% 10%, rgba(21, 143, 245, .08), transparent 26rem),
    linear-gradient(180deg, #fff, #f3f8fd);
}
.visual-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.visual-card {
  height: 380px;
  border-radius: 22px;
  border: 1px solid rgba(14, 68, 116, .12);
  box-shadow: var(--hd-shadow-sm);
}
.visual-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
  pointer-events: none;
}
.visual-card:hover { transform: translateY(-9px); box-shadow: var(--hd-shadow); }
.visual-card img { transition: transform .55s ease, filter .4s ease; }
.visual-card:hover img { transform: scale(1.055); filter: saturate(1.08); }
.visual-overlay { z-index: 1; background: linear-gradient(0deg, rgba(1, 13, 28, .98) 2%, rgba(2, 20, 39, .74) 46%, rgba(3, 20, 38, .04) 82%); }
.visual-content { z-index: 2; inset: auto 23px 23px; }
.visual-content strong { font-size: 21px; margin-bottom: 9px; }
.visual-content small { font-size: 14px; min-height: 62px; color: #dbeafa; }
.visual-content b { font-size: 14px; color: #66c7ff; }

/* Assessment */
.assessment {
  padding: 88px 0;
  background:
    radial-gradient(circle at 14% 15%, rgba(42, 167, 255, .17), transparent 25rem),
    radial-gradient(circle at 90% 80%, rgba(9, 101, 216, .17), transparent 28rem),
    linear-gradient(135deg, #031326, #05284a 58%, #03172d);
}
.assessment::before, .assessment::after { border-color: rgba(55, 184, 255, .18); }
.assessment-grid { gap: 55px; }
.assessment-image {
  padding: 20px;
  background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.015));
  border: 1px solid rgba(92, 193, 255, .2);
  border-radius: 24px;
  box-shadow: 0 30px 75px rgba(0,0,0,.25);
}
.assessment-copy h2 { font-size: clamp(38px, 4vw, 52px); }
.assessment-list { gap: 14px 24px; }
.assessment-list span { color: #e0effc; }
.assessment-action { padding-left: 44px; }

/* Industry tiles */
.industries { background: #fff; }
.industry-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.industry-card, .industry-tile {
  height: 220px;
  border-radius: 20px;
  box-shadow: var(--hd-shadow-sm);
  border: 1px solid rgba(12, 67, 115, .1);
}
.industry-card::before, .industry-tile::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.09);
  pointer-events: none;
}
.industry-card span, .industry-tile span { left: 20px; bottom: 18px; font-size: 18px; letter-spacing: -.015em; }
.industry-card:hover, .industry-tile:hover { transform: translateY(-6px); box-shadow: var(--hd-shadow); }

/* Locations and outcome cards */
.locations {
  background:
    radial-gradient(circle at 10% 0%, rgba(20, 147, 249, .07), transparent 25rem),
    #f3f8fc;
}
.location-grid { gap: 28px; }
.location-card {
  border-radius: 24px;
  border-color: rgba(13, 72, 123, .12);
  box-shadow: var(--hd-shadow-sm);
}
.location-card:hover { transform: translateY(-7px); box-shadow: var(--hd-shadow); }
.location-card img { min-height: 355px; }
.location-card > div { padding: 38px; }
.location-card h3 { font-size: 30px; }
.location-card address, .location-card p { line-height: 1.7; }
.outcome-grid { gap: 24px; }
.outcome-grid article, .process-grid article {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border: 1px solid var(--hd-border);
  border-radius: 20px;
  box-shadow: var(--hd-shadow-sm);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.outcome-grid article::after, .process-grid article::after {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  right: -55px;
  top: -65px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(24, 151, 249, .13), transparent 70%);
}
.outcome-grid article:hover, .process-grid article:hover {
  transform: translateY(-6px);
  box-shadow: var(--hd-shadow);
  border-color: rgba(19, 134, 230, .28);
}
.outcome-grid article > span, .process-grid article > span {
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, #e3f3ff, #f3f9ff);
  color: #086bd7;
  border: 1px solid #c9e7fb;
}
.outcome-grid h3 { font-size: 26px; }
.approach-section { background: linear-gradient(180deg, #fff, #f8fbfe); }

/* Resource cards and FAQs */
.featured-resources { background: linear-gradient(180deg, #f4f9fd, #fff); }
.resource-grid { gap: 24px; }
.resource-grid article {
  background: #fff;
  border: 1px solid var(--hd-border);
  border-radius: 20px;
  padding: 31px;
  box-shadow: var(--hd-shadow-sm);
  transition: transform .25s ease, box-shadow .25s ease;
}
.resource-grid article:hover { transform: translateY(-6px); box-shadow: var(--hd-shadow); }
.resource-grid article > span {
  display: inline-flex;
  padding: 7px 11px;
  border-radius: 999px;
  background: #eaf6ff;
  color: #0769d3;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.resource-grid h3 { font-size: 24px; margin: 18px 0 10px; }
.resource-grid p { color: var(--hd-muted); line-height: 1.7; }
.resource-grid a { color: var(--hd-blue-700); font-weight: 850; }
.faq-section { background: #f3f8fc; }
.faq-list { gap: 14px; }
.faq-list details {
  border-radius: 16px;
  border-color: rgba(13, 71, 120, .13);
  box-shadow: 0 8px 26px rgba(4, 30, 57, .045);
  transition: box-shadow .2s ease, border-color .2s ease;
}
.faq-list details[open] { border-color: rgba(14, 126, 220, .28); box-shadow: var(--hd-shadow-sm); }
.faq-list summary { padding: 23px 48px 23px 2px; }

/* Inner page heroes */
.subhero {
  padding: 86px 0;
  background:
    radial-gradient(circle at 85% 20%, rgba(38, 164, 255, .18), transparent 22rem),
    linear-gradient(135deg, var(--hd-navy-950), #062847 58%, #083661);
  position: relative;
  overflow: hidden;
}
.subhero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(80, 190, 255, .06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(80, 190, 255, .06) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: linear-gradient(90deg, #000, transparent 80%);
}
.subhero-grid { position: relative; gap: 62px; align-items: center; }
.subhero h1 { font-size: clamp(45px, 5.3vw, 70px); text-wrap: balance; line-height: 1.03; }
.subhero p { font-size: 19px; color: #d9e9f8; line-height: 1.68; }
.subhero-grid > img {
  max-height: 410px;
  border-radius: 24px;
  border: 1px solid rgba(98, 194, 255, .26);
  box-shadow: 0 30px 80px rgba(0,0,0,.3);
}
.breadcrumbs { background: #fff; border-bottom: 1px solid rgba(15, 63, 108, .08); }

/* Inner content and sidebars */
.content-grid, .article-layout, .contact-grid { gap: 54px; }
.article-body > p, .content-grid main > p, .article-section p, .legal p { line-height: 1.78; }
.article-body h2, .content-grid main h2, .article-section h2 { font-size: clamp(28px, 3vw, 38px); letter-spacing: -.025em; }
.article-body h3, .content-grid main h3 { font-size: 23px; }
.side-card, .contact-card {
  border-radius: 20px;
  border: 1px solid var(--hd-border);
  box-shadow: var(--hd-shadow-sm);
  background: linear-gradient(145deg, #fff, #f4f9fd);
  padding: 32px;
}
.side-card { top: 126px; }
.side-card h2, .side-card h3 { letter-spacing: -.02em; }
.feature-list, .check-list { gap: 14px; }
.feature-list li, .check-list li {
  border-radius: 13px;
  background: linear-gradient(145deg, #f5faff, #fff);
  border-color: rgba(15, 82, 137, .12);
}
.related-links a, .inline-links a {
  border-radius: 13px;
  background: linear-gradient(145deg, #fff, #f4f9fd);
  border-color: var(--hd-border);
  box-shadow: 0 7px 20px rgba(4, 30, 57, .04);
  transition: .2s ease;
}
.related-links a:hover, .inline-links a:hover { transform: translateY(-3px); box-shadow: var(--hd-shadow-sm); border-color: rgba(8, 111, 214, .3); }
.process-section { background: linear-gradient(180deg, #f3f8fc, #fff); }
.notice, .address-block { border-radius: 14px; }
.author-box { border-radius: 20px; box-shadow: var(--hd-shadow-sm); }
.author-monogram { background: linear-gradient(145deg, #086bd7, #18a0f5); box-shadow: 0 10px 26px rgba(7, 104, 211, .27); }
.area-chips span { box-shadow: 0 5px 16px rgba(4, 30, 57, .04); }

/* Forms */
.contact-form {
  background: #fff;
  border: 1px solid var(--hd-border);
  border-radius: 24px;
  box-shadow: var(--hd-shadow);
  padding: 36px;
}
.contact-form input, .contact-form textarea, .contact-form select {
  min-height: 52px;
  border-radius: 11px;
  background: #f9fbfd;
  border-color: rgba(15, 74, 125, .18);
  transition: background .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.contact-form textarea { min-height: 150px; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus {
  background: #fff;
  outline: none;
  border-color: #1685e7;
  box-shadow: 0 0 0 4px rgba(22, 133, 231, .12);
}

/* Final CTA and footer */
.final-cta {
  padding: 40px 0;
  background:
    radial-gradient(circle at 80% 20%, rgba(94, 212, 255, .25), transparent 22rem),
    linear-gradient(100deg, #0757c8, #087de9 58%, #0a64d4);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.15);
}
.final-cta h2 { font-size: clamp(27px, 3vw, 38px); text-wrap: balance; }
.footer {
  padding-top: 68px;
  background:
    radial-gradient(circle at 15% 0%, rgba(25, 139, 232, .11), transparent 25rem),
    linear-gradient(145deg, #010b17, #031a31 62%, #01101f);
}
.footer-grid { gap: 52px; }
.footer-brand img { width: 285px; }
.footer h3 { color: #6ec8ff; }
.footer a { transition: color .18s ease, transform .18s ease; }
.footer a:hover { transform: translateX(3px); }
.footer-bottom { padding-top: 23px; margin-top: 44px; }

/* Scroll reveal, added progressively by site.js */
.reveal-ready [data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.75,.25,1); }
.reveal-ready [data-reveal].is-visible { opacity: 1; transform: none; }
.reveal-ready [data-reveal-delay="1"] { transition-delay: .08s; }
.reveal-ready [data-reveal-delay="2"] { transition-delay: .16s; }
.reveal-ready [data-reveal-delay="3"] { transition-delay: .24s; }

@media (max-width: 1150px) {
  .visual-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .industry-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .hero-grid { gap: 45px; }
  .main-nav { gap: 17px; }
}

@media (max-width: 900px) {
  .wrap { width: min(var(--hd-max), calc(100% - 36px)); }
  .nav-wrap { height: 76px; }
  .main-nav { top: 76px; border-radius: 0 0 22px 22px; }
  .main-nav > a::after, .nav-group > a::after { display: none; }
  .dropdown::before { display: none; }
  .hero-grid { grid-template-columns: 1fr; padding: 75px 0 82px; }
  .hero-copy { max-width: 760px; }
  .hero-benefits { max-width: 720px; }
  .partner-list { gap: 20px; }
  .assessment-grid { gap: 36px; }
  .industry-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .location-card img { min-height: 270px; }
  .subhero { padding: 70px 0; }
  .content-grid, .article-layout, .contact-grid { gap: 36px; }
}

@media (max-width: 620px) {
  .wrap { width: min(100% - 28px, var(--hd-max)); }
  .brand img { width: 218px; max-width: 65vw; }
  .section { padding: 72px 0; }
  .section-heading { margin-bottom: 34px; }
  .hero { min-height: auto; }
  .hero-grid { padding: 64px 0 68px; }
  .hero-copy h1 { font-size: clamp(43px, 13vw, 58px); }
  .hero-benefits { border-radius: 18px; padding: 12px 18px; }
  .partner-list { grid-template-columns: 1fr; }
  .partner-logos .dell-word, .partner-logos .ms-word, .partner-logos .cisco-word { min-height: 50px; }
  .visual-grid { grid-template-columns: 1fr; }
  .visual-card { height: 355px; }
  .industry-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .industry-card, .industry-tile { height: 170px; border-radius: 15px; }
  .industry-card span, .industry-tile span { font-size: 15px; left: 14px; bottom: 13px; }
  .location-card > div { padding: 28px; }
  .assessment { padding: 72px 0; }
  .assessment-image { padding: 12px; }
  .contact-form { padding: 24px; border-radius: 18px; }
  .final-cta { padding: 34px 0; }
  .footer { padding-top: 54px; }
}

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

/* v8 finishing refinements */
.industry-tile {
  position: relative;
  display: block;
  overflow: hidden;
  background: #06172c;
  transition: transform .25s ease, box-shadow .25s ease;
}
.industry-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease, filter .35s ease;
}
.industry-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgba(1,13,28,.93), rgba(1,13,28,.05) 70%);
}
.industry-tile span { position: absolute; z-index: 3; color: #fff; font-weight: 850; }
.industry-tile:hover img { transform: scale(1.06); filter: saturate(1.08); }

.side-card {
  color: #fff;
  background:
    radial-gradient(circle at 90% 0%, rgba(42, 168, 255, .2), transparent 13rem),
    linear-gradient(145deg, #05182e, #082e53);
  border-color: rgba(83, 188, 255, .25);
  box-shadow: 0 24px 65px rgba(3, 24, 47, .22);
}
.side-card p { color: #cfe0ef; }
.side-card .text-link { color: #67c5ff; }
.side-card hr { border-top-color: rgba(255,255,255,.16); }
.side-card .eyebrow { color: #68c7ff; }

.location-hero {
  min-height: 590px;
  isolation: isolate;
}
.location-hero > img { filter: saturate(.92) contrast(1.04); transform: scale(1.015); }
.location-hero-shade {
  background:
    linear-gradient(90deg, rgba(1, 12, 26, .98), rgba(3, 23, 44, .78) 58%, rgba(3, 23, 44, .2)),
    linear-gradient(0deg, rgba(1, 12, 26, .55), transparent 55%);
}
.location-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: linear-gradient(rgba(77, 187, 255, .055) 1px, transparent 1px), linear-gradient(90deg, rgba(77, 187, 255, .055) 1px, transparent 1px);
  background-size: 62px 62px;
  mask-image: linear-gradient(90deg, #000, transparent 75%);
  pointer-events: none;
}
.location-hero .wrap { z-index: 1; padding-block: 80px; }
.location-hero h1 { font-size: clamp(48px, 6vw, 78px); letter-spacing: -.045em; text-wrap: balance; }
.location-hero p { color: #deecf8; line-height: 1.65; }

.industry-list { gap: 26px; }
.industry-list-card {
  border-radius: 20px;
  border-color: var(--hd-border);
  box-shadow: var(--hd-shadow-sm);
  transition: transform .25s ease, box-shadow .25s ease;
}
.industry-list-card:hover { transform: translateY(-6px); box-shadow: var(--hd-shadow); }
.industry-list-card img { min-height: 260px; transition: transform .45s ease; }
.industry-list-card:hover img { transform: scale(1.035); }
.industry-list-card > div { padding: 34px; }
.industry-list-card h2 { font-size: 28px; letter-spacing: -.025em; }
.industry-list-card p { line-height: 1.7; }

.form-note{font-size:.9rem;color:#53657b;margin:.2rem 0 .4rem}.form-note a{font-weight:700}
