:root {
  --ink: #0b1b2b;
  --deep: #071725;
  --deep-2: #0b314a;
  --muted: #617285;
  --soft: #edf8ff;
  --wash: #f7fcff;
  --card: #ffffff;
  --line: rgba(9, 34, 52, .13);
  --brand: #0f6fb2;
  --brand-2: #19b7e4;
  --accent: #f6b33f;
  --success: #21a66f;
  --shadow: 0 24px 70px rgba(7, 23, 37, .14);
  --soft-shadow: 0 14px 38px rgba(7, 23, 37, .09);
  --radius: 28px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { max-width: 100%; overflow-x: hidden; }
body {
  margin: 0;
  font-family: Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 6% 8%, rgba(25, 183, 228, .13), transparent 26rem),
    radial-gradient(circle at 90% 2%, rgba(246, 179, 63, .10), transparent 22rem),
    linear-gradient(180deg, #f8fcff 0%, #ffffff 42%, #f7fcff 100%);
  line-height: 1.6;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.skip-link {
  position: absolute; left: 12px; top: -80px; background: #fff; padding: 10px 14px;
  border-radius: 12px; z-index: 999; transition: top .2s ease;
}
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  padding: 12px 0;
  background: linear-gradient(180deg, rgba(247,252,255,.94), rgba(247,252,255,.70));
  backdrop-filter: blur(18px);
  overflow: visible;
}
.navbar {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 12px 10px 14px;
  border: 1px solid rgba(15, 111, 178, .14);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.94), rgba(239,249,255,.88));
  box-shadow: 0 18px 45px rgba(7, 23, 37, .10);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
  min-width: 0;
  font-weight: 900;
  letter-spacing: -.035em;
}
.brand img {
  width: 50px;
  height: 50px;
  border-radius: 17px 17px 17px 6px;
  object-fit: cover;
  box-shadow: 0 12px 26px rgba(15,111,178,.20);
  border: 2px solid rgba(255,255,255,.75);
}
.brand span { display: block; line-height: 1.05; }
.brand small {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .15em;
  margin-top: 2px;
}
nav[aria-label="Main navigation"] { flex: 0 1 auto; min-width: 0; }
.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.nav-links a {
  position: relative;
  display: inline-flex;
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 900;
  color: #25384c;
  transition: color .2s ease, background .2s ease;
}
.nav-links a::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 6px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--brand-2), transparent);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .2s ease;
}
.nav-links a:hover,
.nav-links a[aria-current="page"] { color: var(--brand); background: rgba(15, 111, 178, .07); }
.nav-links a:hover::after,
.nav-links a[aria-current="page"]::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.header-actions .btn { padding-inline: 16px; }
.header-actions .btn-facebook { padding-inline: 15px; }

.btn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 13px 20px;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  font-weight: 900;
  letter-spacing: -.01em;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 0 35%, rgba(255,255,255,.30) 45%, transparent 58% 100%);
  transform: translateX(-110%);
  transition: transform .55s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn:hover::before { transform: translateX(110%); }
.btn-primary {
  background: linear-gradient(135deg, var(--deep-2), var(--brand) 55%, var(--brand-2));
  color: #fff;
  box-shadow: 0 16px 34px rgba(15,111,178,.30);
}
.btn-primary:hover { box-shadow: 0 20px 44px rgba(15,111,178,.37); }
.btn-facebook {
  background: #1877f2;
  color: #fff;
  box-shadow: 0 16px 34px rgba(24, 119, 242, .24);
}
.btn-facebook:hover { box-shadow: 0 20px 44px rgba(24, 119, 242, .30); }
.btn-facebook-light {
  background: rgba(255,255,255,.94);
  color: #0b4c95;
  border: 1px solid rgba(255,255,255,.58);
}
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
  align-items: center;
}

.btn-secondary { background: #fff; color: var(--ink); border: 1px solid var(--line); }
.btn-light { background: rgba(255,255,255,.94); color: var(--ink); box-shadow: 0 12px 28px rgba(2, 8, 14, .14); }
.menu-toggle { display: none; background: transparent; border: 0; font: inherit; font-weight: 900; color: var(--ink); }

h1, h2, h3 {
  font-family: Sora, Manrope, system-ui, sans-serif;
  line-height: 1.03;
  letter-spacing: -.055em;
  margin: 0;
  text-wrap: balance;
}
h1 { font-size: clamp(38px, 5.15vw, 62px); max-width: 760px; }
h2 { font-size: clamp(34px, 5vw, 58px); }
h3 { font-size: 24px; }

.hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  background: var(--deep);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(7,23,37,.96) 0%, rgba(7,23,37,.72) 52%, rgba(7,23,37,.20) 100%),
    var(--hero-image) right center/cover no-repeat;
}
.hero::after {
  content: none;
}
.hero .container {
  position: relative;
  min-height: 560px;
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(300px, .72fr);
  align-items: center;
  gap: 42px;
  padding: 52px 0;
}
.hero .container::after {
  content: none;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.12);
  color: rgba(255,255,255,.92);
  font-weight: 900;
  font-size: 13px;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.eyebrow::before { content: "✦"; color: var(--accent); letter-spacing: 0; }
.eyebrow.dark {
  border-color: rgba(15,111,178,.14);
  background: linear-gradient(90deg, rgba(25,183,228,.13), rgba(255,255,255,.80));
  color: var(--brand);
}

.hero-copy { position: relative; z-index: 2; }
.hero-copy h1 { max-width: 700px; }
@media (min-width: 1121px) {
  .hero-copy h1 { font-size: clamp(44px, 4.65vw, 60px); }
}
@media (max-width: 1120px) {
  .hero-copy h1 { max-width: 660px; }
}

.lead {
  font-size: clamp(18px, 2.2vw, 23px);
  color: rgba(255,255,255,.84);
  margin: 24px 0 0;
  max-width: 660px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0 0; }
.trust-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px 999px 999px 14px;
  background: rgba(255,255,255,.10);
  color: rgba(255,255,255,.88);
  font-weight: 900;
}
.hero-card {
  position: relative;
  max-width: 560px;
  margin-top: 64px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.66), rgba(240,250,255,.52));
  color: var(--ink);
  border-radius: 18px 42px 18px 42px;
  padding: 32px 28px 28px;
  box-shadow: 0 18px 44px rgba(7, 23, 37, .14);
  border: 1px solid rgba(255,255,255,.28);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}
.hero-card::before {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  top: 14px;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--brand), var(--brand-2), var(--accent));
}
.hero-card h2 { font-size: 28px; letter-spacing: -.035em; margin-top: 10px; }
.check-list { list-style: none; padding: 0; margin: 20px 0 0; display: grid; gap: 13px; }
.check-list li { display: grid; grid-template-columns: 30px 1fr; gap: 10px; align-items: start; color: #334155; }
.check-list li::before {
  content: "✦";
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50% 50% 50% 12px;
  background: rgba(25,183,228,.14);
  color: var(--brand);
  font-weight: 900;
}

section { padding: 92px 0; }
.section-head { max-width: 760px; margin-bottom: 38px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head p, .section-head-text { color: var(--muted); font-size: 18px; margin: 18px 0 0; }

.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(247,252,255,.96));
  border: 1px solid var(--line);
  border-top: 5px solid var(--brand-2);
  border-radius: 36px 18px 36px 18px;
  padding: 30px;
  min-height: 315px;
  box-shadow: var(--soft-shadow);
}
.service-card::before {
  content: "";
  position: absolute;
  inset: auto -34px -64px auto;
  width: 188px;
  height: 188px;
  border-radius: 52% 48% 44% 56%;
  background:
    radial-gradient(circle at 38% 34%, rgba(255,255,255,.85), transparent 12%),
    linear-gradient(135deg, rgba(15,111,178,.08), rgba(25,183,228,.15));
}
.service-card::after {
  content: "";
  position: absolute;
  left: -42px;
  top: 44px;
  width: 132px;
  height: 10px;
  border-radius: 999px;
  background: rgba(246,179,63,.34);
  transform: rotate(-28deg);
}
.icon-badge {
  position: relative;
  z-index: 1;
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  border-radius: 18px 28px 18px 28px;
  background: linear-gradient(135deg, rgba(15,111,178,.13), rgba(25,183,228,.18));
  color: var(--brand);
  font-size: 30px;
  margin-bottom: 22px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.65);
}
.service-card h3 { margin-bottom: 12px; position: relative; z-index: 1; }
.service-card p { color: var(--muted); margin: 0; position: relative; z-index: 1; }
.service-card ul { margin: 18px 0 0; padding-left: 20px; color: #344256; position: relative; z-index: 1; }

.split { display: grid; grid-template-columns: .95fr 1.05fr; gap: 52px; align-items: center; }
.band {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(237,248,255,.88), rgba(255,255,255,.96));
}
.band::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 12%, rgba(25,183,228,.11), transparent 18rem),
    radial-gradient(circle at 90% 88%, rgba(15,111,178,.08), transparent 24rem);
  pointer-events: none;
}
.band > .container { position: relative; }
.photo-stack { position: relative; min-height: 520px; }
.photo-stack::before {
  content: "";
  position: absolute;
  inset: 30px 58px 42px 24px;
  border: 2px solid rgba(25,183,228,.36);
  border-radius: 44px 18px 44px 18px;
}
.photo-stack img {
  position: absolute;
  object-fit: cover;
  border-radius: 34px 18px 34px 18px;
  box-shadow: var(--shadow);
  border: 8px solid #fff;
}
.photo-stack img:first-child { width: 75%; height: 78%; left: 0; top: 0; }
.photo-stack img:last-child { width: 55%; height: 54%; right: 0; bottom: 0; }
.feature-list { display: grid; gap: 18px; margin-top: 28px; }
.feature { display: grid; grid-template-columns: 52px 1fr; gap: 16px; align-items: start; }
.feature strong { display: block; font-size: 18px; margin-bottom: 4px; }
.feature span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 18px 26px 18px 26px;
  background: var(--soft);
  color: var(--brand);
  font-weight: 900;
  box-shadow: inset 0 0 0 1px rgba(15,111,178,.09);
}
.feature p { margin: 0; color: var(--muted); }

.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; counter-reset: step; }
.step {
  counter-increment: step;
  position: relative;
  background: rgba(255,255,255,.92);
  border: 1px solid var(--line);
  border-radius: 20px 36px 20px 36px;
  padding: 30px 28px;
  box-shadow: var(--soft-shadow);
}
.step::before {
  content: "0" counter(step);
  display: inline-flex;
  color: var(--brand);
  font-weight: 900;
  letter-spacing: .1em;
  margin-bottom: 18px;
}
.step::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50% 50% 50% 14px;
  background: rgba(25,183,228,.13);
}
.step p { color: var(--muted); margin: 12px 0 0; }

.preview-grid, .gallery-grid { columns: 3 260px; column-gap: 18px; }
.gallery-card {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0 0 18px;
  break-inside: avoid;
  border-radius: 26px 14px 26px 14px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(15,111,178,.12);
  box-shadow: 0 14px 36px rgba(7,23,37,.12);
  cursor: zoom-in;
}
.gallery-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0 46%, rgba(255,255,255,.28) 48%, transparent 52% 100%);
  opacity: 0;
  transition: opacity .25s ease;
  pointer-events: none;
}
.gallery-card img { width: 100%; height: auto; transition: transform .25s ease; }
.gallery-card:hover img { transform: scale(1.035); }
.gallery-card:hover::after { opacity: 1; }
.gallery-card figcaption { display: none; }
.gallery-tools { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px; align-items: center; margin: 28px 0; }
.gallery-tools .hint { color: var(--muted); margin: 0; }
.search-box { min-width: min(100%, 360px); border: 1px solid var(--line); border-radius: 999px; padding: 13px 18px; font: inherit; outline: none; }
.search-box:focus { border-color: rgba(15,111,178,.45); box-shadow: 0 0 0 4px rgba(15,111,178,.08); }

.page-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: var(--deep);
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(7,23,37,.94) 0%, rgba(7,23,37,.64) 54%, rgba(7,23,37,.22) 100%),
    var(--hero-image, url('../../images/hero-img-1-min.jpg')) center/cover no-repeat;
}
.page-hero::after {
  content: none;
}
.page-hero .container { position: relative; z-index: 2; padding: 92px 0 70px; }
.page-hero h1 { max-width: 840px; }
.page-hero .lead { max-width: 760px; }
.gallery-only { padding-top: 70px; }
.gallery-status { color: var(--muted); margin: 0 0 24px; font-weight: 900; }


.review-callout {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(237,248,255,.92));
  border: 1px solid var(--line);
  border-radius: 28px 16px 28px 16px;
  padding: 34px;
  box-shadow: var(--soft-shadow);
}
.review-callout p { color: var(--muted); font-size: 18px; margin: 18px 0 0; max-width: 720px; }
.callout-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-end; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.review-link-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,.99), rgba(247,252,255,.96));
  border: 1px solid var(--line);
  border-radius: 34px 18px 34px 18px;
  padding: 30px;
  box-shadow: var(--soft-shadow);
}
.review-link-card::after {
  content: "";
  position: absolute;
  right: -50px;
  bottom: -70px;
  width: 170px;
  height: 170px;
  border-radius: 50% 50% 50% 18px;
  background: linear-gradient(135deg, rgba(15,111,178,.08), rgba(25,183,228,.14));
}
.review-link-card h3, .review-link-card p, .review-link-card a, .review-icon { position: relative; z-index: 1; }
.review-link-card p { color: var(--muted); margin: 12px 0 24px; }
.review-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 18px 26px 18px 26px;
  background: var(--soft);
  color: var(--brand);
  font-weight: 900;
  font-size: 24px;
  box-shadow: inset 0 0 0 1px rgba(15,111,178,.09);
}

.cta {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 20%, rgba(25,183,228,.25), transparent 22rem),
    linear-gradient(135deg, #071725, #0b314a);
  color: #fff;
}
.cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(118deg, transparent 0 62%, rgba(255,255,255,.10) 62.2% 62.8%, transparent 63% 100%);
}
.cta-card { position: relative; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 28px; }
.cta p { color: rgba(255,255,255,.74); font-size: 18px; margin: 18px 0 0; }
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
details { background: #fff; border: 1px solid var(--line); border-radius: 18px 28px 18px 28px; padding: 20px 22px; box-shadow: 0 10px 26px rgba(7,23,37,.05); }
summary { cursor: pointer; font-weight: 900; }
details p { margin: 12px 0 0; color: var(--muted); }

.site-footer {
  position: relative;
  background:
    radial-gradient(circle at 12% 0%, rgba(25,183,228,.16), transparent 22rem),
    linear-gradient(135deg, #06111d, #082338);
  color: rgba(255,255,255,.76);
  padding: 62px 0 28px;
}
.footer-grid { display: grid; grid-template-columns: 1.15fr .72fr .86fr .86fr; gap: 34px; align-items: start; }
.site-footer h3 { color: #fff; font-size: 18px; margin-bottom: 14px; }
.site-footer a { color: rgba(255,255,255,.86); }
.site-footer a:hover { color: #fff; }
.footer-links { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.footer-bottom { margin-top: 44px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; font-size: 14px; }

.lightbox { position: fixed; inset: 0; z-index: 100; background: rgba(3, 8, 14, .88); display: none; align-items: center; justify-content: center; padding: 28px; }
.lightbox.is-open { display: flex; }
.lightbox img { max-width: min(1100px, 100%); max-height: 84vh; border-radius: 18px; box-shadow: 0 20px 80px rgba(0,0,0,.45); }
.lightbox button { position: absolute; top: 18px; right: 18px; width: 46px; height: 46px; border: 0; border-radius: 999px; background: #fff; font-size: 28px; line-height: 1; cursor: pointer; }
.loading-state, .empty-state { padding: 36px; text-align: center; color: var(--muted); background: var(--soft); border-radius: 24px; border: 1px solid var(--line); }

@media (max-width: 1120px) {
  .navbar { min-height: 72px; }
  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 16px;
    border-radius: 999px;
    background: var(--soft);
  }
  .nav-links {
    position: absolute;
    inset: 88px 20px auto 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    background: #fff;
    padding: 14px;
    border-radius: 22px 32px 22px 32px;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    white-space: normal;
  }
  .nav-links.is-open { display: flex; }
  .nav-links a { justify-content: center; }
  .header-actions .btn { display: none; }
  .hero .container, .split, .cta-card, .review-callout { grid-template-columns: 1fr; }
  .hero .container { min-height: auto; padding: 46px 0 54px; }
  .hero::before { background: linear-gradient(135deg, rgba(7,23,37,.95), rgba(7,23,37,.78)), var(--hero-image) center/cover no-repeat; }
  .hero-card { max-width: 720px; margin-top: 32px; }
  h1 { font-size: clamp(34px, 6.2vw, 54px); max-width: 720px; }
  .services-grid, .steps, .faq-grid, .reviews-grid, .footer-grid { grid-template-columns: 1fr; }
  .photo-stack { min-height: 400px; }
  .callout-actions { justify-content: flex-start; }
}

@media (max-width: 720px) {
  .cta-actions { width: 100%; justify-content: stretch; }
  .cta-actions .btn { width: 100%; }
  .container { width: min(var(--max), calc(100% - 28px)); }
  .site-header { padding: 8px 0; }
  .navbar { border-radius: 26px; }
  section { padding: 68px 0; }
  .brand img { width: 44px; height: 44px; border-radius: 14px 14px 14px 5px; }
  .brand span { font-size: 15px; }
  .brand small { font-size: 9px; letter-spacing: .1em; }
  .hero .container { padding: 42px 0 50px; }
  h1 { font-size: clamp(32px, 9.2vw, 44px); letter-spacing: -.055em; }
  .lead { font-size: 18px; }
  .hero-actions { flex-direction: column; }
  .btn { width: 100%; }
  .hero-card { padding: 28px 22px 22px; margin-top: 24px; }
  .page-hero .container { padding: 70px 0 54px; }
  .preview-grid, .gallery-grid { columns: 1 240px; }
  .gallery-tools { display: block; }
  .search-box { width: 100%; margin-top: 12px; }
}

@media (max-width: 900px) {
  .eyebrow { font-size: 12px; letter-spacing: .10em; }
  .hero-copy h1 { font-size: clamp(34px, 5.8vw, 48px); }
  .lead { font-size: clamp(17px, 2.1vw, 20px); }
}

/* Custom Background / Video Background Support */
.hero.has-video-bg,
.page-hero.has-video-bg {
  background: var(--deep) var(--hero-image, url('../../Background/background.jpg')) center/cover no-repeat;
}
.hero.has-video-bg .site-background-video,
.page-hero.has-video-bg .site-background-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}
.hero.has-video-bg::before {
  z-index: 1;
  background: linear-gradient(90deg, rgba(7,23,37,.92) 0%, rgba(7,23,37,.70) 45%, rgba(7,23,37,.28) 100%);
}
.page-hero.has-video-bg::before {
  z-index: 1;
  background: linear-gradient(90deg, rgba(7,23,37,.92) 0%, rgba(7,23,37,.66) 50%, rgba(7,23,37,.24) 100%);
}
.hero.has-video-bg::after,
.page-hero.has-video-bg::after {
  content: none;
}
.hero.has-video-bg > .container,
.page-hero.has-video-bg > .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 1120px) {
  .hero.has-video-bg::before {
    background: linear-gradient(90deg, rgba(7,23,37,.94), rgba(7,23,37,.76));
  }
}


/* Direct static background video fallback */
.site-background-video::-webkit-media-controls { display: none !important; }
.site-background-video { background: var(--deep); }


/* Homepage hero card: extra transparent and lower so more of the background video shows. */
.hero-card.hero-card-home {
  margin-top: 168px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.50), rgba(240,250,255,.34));
  border-color: rgba(255,255,255,.22);
  box-shadow: 0 14px 34px rgba(7, 23, 37, .11);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

@media (max-width: 900px) {
  .hero-card.hero-card-home {
    margin-top: 60px;
  }
}

@media (max-width: 640px) {
  .hero-card.hero-card-home {
    margin-top: 36px;
    background:
      linear-gradient(180deg, rgba(255,255,255,.58), rgba(240,250,255,.44));
  }
}
