
:root {
  --bg: #020306;
  --panel: rgba(10, 14, 22, 0.78);
  --panel-strong: rgba(12, 17, 27, 0.94);
  --text: #f6f8fc;
  --muted: #a9b1c1;
  --line: rgba(255,255,255,.12);
  --blue: #117cff;
  --blue-soft: rgba(17,124,255,.30);
  --gold: #c7a96b;
  --max: 1220px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 74% 12%, rgba(17,124,255,.16), transparent 30rem),
    radial-gradient(circle at 12% 82%, rgba(199,169,107,.075), transparent 22rem),
    linear-gradient(180deg, #030407 0%, #010205 62%, #000 100%);
  min-height: 100vh;
}
a { color: inherit; text-decoration: none; }
.site-shell {
  width: min(100%, 1440px);
  margin: 0 auto;
  overflow: hidden;
  border-left: 1px solid rgba(255,255,255,.04);
  border-right: 1px solid rgba(255,255,255,.04);
}
.header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(230px, 330px) 1fr auto;
  align-items: center;
  gap: 22px;
  padding: 18px clamp(22px, 4.8vw, 58px);
  background: rgba(0,0,0,.74);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.brand img { display: block; width: min(310px, 100%); height: auto; }
.nav {
  display: flex;
  justify-content: flex-end;
  gap: clamp(10px, 1.25vw, 20px);
  font-size: 12px;
  color: #d8deea;
  align-items: center;
  flex-wrap: wrap;
}
.nav a { opacity: .86; }
.nav a.active, .nav a:hover, .footer a:hover { color: #fff; opacity: 1; }
.nav a.active { border-bottom: 1px solid var(--gold); padding-bottom: 4px; }
.header-cta, .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 750;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.header-cta {
  border: 1px solid rgba(255,255,255,.42);
  white-space: nowrap;
}
.btn-primary {
  border: 1px solid var(--blue);
  background: linear-gradient(180deg, rgba(17,124,255,.95), rgba(2,75,180,.92));
  box-shadow: 0 0 26px rgba(17,124,255,.20);
}
.btn-secondary {
  border: 1px solid rgba(255,255,255,.30);
  background: rgba(255,255,255,.02);
}
.btn:hover, .header-cta:hover {
  transform: translateY(-2px);
  border-color: #fff;
  box-shadow: 0 0 34px rgba(17,124,255,.16);
}
.home-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
  align-items: center;
  gap: clamp(34px, 5vw, 64px);
  min-height: 565px;
  padding: clamp(42px, 5.4vw, 66px) clamp(22px, 5vw, 64px) 38px;
}
.hero-copy { max-width: 500px; }
.eyebrow, .section-kicker {
  color: #b9d7ff;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-weight: 800;
  margin: 0 0 18px;
}
.eyebrow::after {
  content: "";
  display: block;
  width: 62px;
  height: 2px;
  margin-top: 22px;
  background: linear-gradient(90deg, var(--blue), var(--gold));
  box-shadow: 0 0 20px rgba(17,124,255,.55);
}
.home-hero h1 {
  margin: 0;
  font-size: clamp(30px, 2.8vw, 40px);
  line-height: 1.18;
  font-weight: 620;
  letter-spacing: -.044em;
}
.hero-text {
  max-width: 515px;
  color: #d1d7e2;
  font-size: clamp(14px, 1.05vw, 16px);
  line-height: 1.65;
  margin: 22px 0 26px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-visual {
  position: relative;
  min-height: 430px;
  border-radius: 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 34%, rgba(17,124,255,.42), transparent 15rem),
    radial-gradient(circle at 35% 78%, rgba(199,169,107,.10), transparent 16rem),
    linear-gradient(145deg, rgba(9,14,23,.96), rgba(1,2,5,.96) 70%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08), 0 34px 100px rgba(0,0,0,.48);
}
.hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, transparent 0 35%, rgba(68,154,255,.18) 35% 36%, transparent 36% 100%),
    repeating-linear-gradient(90deg, rgba(255,255,255,.05) 0 1px, transparent 1px 46px),
    repeating-linear-gradient(0deg, rgba(255,255,255,.04) 0 1px, transparent 1px 46px);
  opacity: .52;
}
.hero-visual::after {
  content: "";
  position: absolute;
  left: 8%; right: 8%; bottom: 42px;
  height: 90px;
  background: radial-gradient(ellipse at center, rgba(17,124,255,.42), transparent 68%);
  filter: blur(22px);
}
.visual-glow {
  position: absolute;
  inset: 12% 9% 18%;
  border-radius: 22px;
  border: 1px solid rgba(140,190,255,.16);
  background: linear-gradient(145deg, rgba(255,255,255,.05), rgba(17,124,255,.03));
}
.venue-frame {
  position: absolute;
  left: 14%; right: 14%; top: 23%; height: 180px;
  border: 1px solid rgba(121,184,255,.45);
  border-radius: 16px;
  background: linear-gradient(90deg, rgba(17,124,255,.05), rgba(17,124,255,.20), rgba(17,124,255,.05));
  box-shadow: 0 0 55px rgba(17,124,255,.15);
}
.venue-frame span {
  position: absolute;
  left: 11%; right: 11%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.86), transparent);
  box-shadow: 0 0 22px rgba(17,124,255,.85);
}
.venue-frame span:nth-child(1) { top: 34%; }
.venue-frame span:nth-child(2) { top: 52%; width: 62%; }
.venue-frame span:nth-child(3) { top: 70%; left: 25%; width: 54%; }
.system-card {
  position: absolute;
  width: 168px;
  padding: 15px 16px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 14px;
  background: rgba(3,6,12,.78);
  backdrop-filter: blur(12px);
  box-shadow: 0 24px 60px rgba(0,0,0,.30), inset 0 1px 0 rgba(255,255,255,.06);
}
.system-card strong { display: block; font-size: 14px; margin-bottom: 5px; }
.system-card small { color: #aebed5; font-size: 11px; line-height: 1.4; }
.card-a { left: 8%; bottom: 78px; }
.card-b { left: 38%; bottom: 52px; }
.card-c { right: 8%; bottom: 88px; }
.light-line {
  position: absolute;
  top: -80px;
  width: 74px;
  height: 520px;
  background: linear-gradient(180deg, rgba(81,161,255,.72), rgba(17,124,255,.08), transparent);
  filter: blur(12px);
  opacity: .48;
  transform-origin: top;
}
.line-one { left: 17%; transform: rotate(15deg); }
.line-two { left: 54%; transform: rotate(-7deg); opacity: .40; }
.line-three { right: 10%; transform: rotate(-18deg); opacity: .32; }

.services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 24px clamp(22px, 5vw, 64px) 34px;
}
.service-card, .detail-card, .quick-links a {
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(13,18,29,.78), rgba(3,5,9,.82));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 26px 70px rgba(0,0,0,.18);
}
.service-card {
  min-height: 205px;
  padding: 25px;
}
.service-card h2 { margin: 20px 0 10px; font-size: 19px; letter-spacing: -.035em; }
.service-card p, .detail-card p, .home-overview p, .page-hero p, .feature-split p, .contact-page p, .contact-panel li, .contact-panel p {
  color: #c8cfdb;
  font-size: 14.75px;
  line-height: 1.66;
}
.service-card p { margin: 0; max-width: 310px; }
.service-card a { display: inline-block; margin-top: 20px; color: var(--blue); font-size: 24px; }
.icon { position: relative; width: 48px; height: 48px; color: var(--blue); }
.audio-icon { display: flex; align-items: center; gap: 6px; }
.audio-icon i { width: 2px; background: var(--blue); box-shadow: 0 0 14px var(--blue); }
.audio-icon i:nth-child(1), .audio-icon i:nth-child(5) { height: 14px; }
.audio-icon i:nth-child(2), .audio-icon i:nth-child(4) { height: 26px; }
.audio-icon i:nth-child(3) { height: 40px; }
.venue-icon::before, .venue-icon::after, .venue-icon i { content: ""; position: absolute; border: 2px solid var(--blue); }
.venue-icon::before { left: 4px; bottom: 5px; width: 20px; height: 39px; }
.venue-icon::after { left: 25px; bottom: 5px; width: 19px; height: 25px; }
.venue-icon i { left: 12px; top: 12px; width: 8px; height: 3px; box-shadow: 0 10px 0 var(--blue), 0 20px 0 var(--blue); border: 0; background: var(--blue); }
.integration-icon i { position: absolute; left: 6px; width: 36px; height: 20px; border: 2px solid var(--blue); transform: rotate(45deg) skew(-12deg, -12deg); }
.integration-icon i:nth-child(1) { top: 6px; }
.integration-icon i:nth-child(2) { top: 17px; }
.integration-icon i:nth-child(3) { top: 28px; }

.home-overview {
  max-width: 860px;
  margin: 10px auto 30px;
  padding: 0 22px;
  text-align: center;
}
.home-overview h2 {
  font-size: clamp(24px, 2.5vw, 34px);
  line-height: 1.16;
  letter-spacing: -.045em;
  margin: 0 0 14px;
}
.home-overview p { margin: 0 auto; max-width: 720px; }
.quick-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  padding: 0 clamp(22px, 5vw, 64px) 36px;
}
.quick-links a { padding: 20px; }
.quick-links strong { display: block; margin-bottom: 8px; }
.quick-links span { display: block; color: #aeb6c5; font-size: 13px; line-height: 1.5; }

.page-hero {
  padding: clamp(42px, 5vw, 70px) clamp(22px, 5vw, 64px) 26px;
}
.page-hero-copy {
  max-width: 940px;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(255,255,255,.095);
  border-radius: 18px;
  background:
    radial-gradient(circle at 84% 16%, rgba(17,124,255,.16), transparent 22rem),
    radial-gradient(circle at 14% 88%, rgba(199,169,107,.07), transparent 22rem),
    linear-gradient(145deg, rgba(10,14,22,.90), rgba(2,4,8,.90));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.055), 0 26px 70px rgba(0,0,0,.22);
}
.page-hero h1 {
  margin: 0 0 16px;
  font-size: clamp(30px, 3.3vw, 48px);
  line-height: 1.12;
  letter-spacing: -.055em;
  font-weight: 620;
  max-width: 880px;
}
.page-hero p { max-width: 790px; margin: 0 0 24px; }

.detail-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  padding: 10px clamp(22px, 5vw, 64px) 38px;
}
.detail-card { padding: 20px; }
.detail-card h2 { font-size: 17px; margin: 0 0 10px; letter-spacing: -.025em; }
.detail-card p { margin: 0; }
.feature-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  padding: 0 clamp(22px, 5vw, 64px) 38px;
}
.feature-split > div {
  padding: clamp(24px, 3vw, 34px);
  border-radius: 16px;
  border: 1px solid rgba(199,169,107,.20);
  background: linear-gradient(145deg, rgba(15,20,29,.78), rgba(3,5,9,.82));
}
.feature-split h2 {
  font-size: clamp(22px, 2.1vw, 30px);
  margin: 0 0 12px;
  line-height: 1.16;
}
.feature-split p { margin: 0; }

.cta {
  position: relative;
  display: grid;
  grid-template-columns: minmax(210px, 280px) 1fr auto;
  align-items: center;
  gap: clamp(20px, 3vw, 34px);
  margin: 26px clamp(22px, 5vw, 64px) 30px;
  padding: 26px;
  border: 1px solid rgba(199,169,107,.30);
  border-radius: 14px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0,0,0,.90), rgba(2,5,10,.90) 58%, rgba(199,169,107,.10)),
    radial-gradient(circle at 84% 50%, rgba(17,124,255,.22), transparent 22rem);
  box-shadow: 0 0 34px rgba(17,124,255,.10), inset 0 0 0 1px rgba(255,255,255,.04);
}
.cta-brand {
  display: flex;
  align-items: center;
  min-width: 0;
  padding-right: 24px;
  border-right: 1px solid rgba(255,255,255,.22);
}
.cta-brand img { display: block; width: 100%; max-width: 235px; height: auto; object-fit: contain; }
.cta h2 { margin: 0; font-size: clamp(20px, 1.85vw, 26px); line-height: 1.16; letter-spacing: -.04em; max-width: 600px; }
.cta p { margin: 8px 0 0; color: #aeb6c5; font-size: 14px; line-height: 1.55; }
.cta .btn { white-space: nowrap; }

.contact-page {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, .55fr);
  gap: 18px;
  padding: clamp(42px, 5vw, 70px) clamp(22px, 5vw, 64px) 38px;
}
.contact-copy, .contact-panel {
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(255,255,255,.095);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(10,14,22,.90), rgba(2,4,8,.90));
}
.contact-copy h1 {
  margin: 0 0 16px;
  font-size: clamp(30px, 3.3vw, 48px);
  line-height: 1.12;
  letter-spacing: -.055em;
}
.contact-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 24px; }
.contact-panel h2 { margin: 0 0 14px; font-size: 22px; }
.contact-panel ul { margin: 0 0 20px; padding-left: 18px; }
.contact-panel li { margin-bottom: 7px; }
.contact-panel p { margin: 0; }

.footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 14px clamp(22px, 5vw, 64px) 32px;
  color: #aab1bd;
  font-size: 13px;
}
.footer p { margin: 0; }
.footer-links { display: flex; gap: 22px; }

.reveal { animation: rise .7s ease both; }
@keyframes rise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1180px) {
  .header { grid-template-columns: minmax(210px, 300px) 1fr; }
  .nav { display: none; }
  .header-cta { justify-self: end; }
  .home-hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy, .home-hero h1 { max-width: 720px; }
  .hero-visual { min-height: 380px; }
  .detail-grid, .quick-links { grid-template-columns: 1fr 1fr; }
  .contact-page { grid-template-columns: 1fr; }
}

@media (max-width: 800px) {
  .site-shell { border: 0; }
  .header {
    position: relative;
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 14px 16px;
  }
  .brand img { width: min(100%, 255px); }
  .header-cta { justify-self: start; min-height: 40px; padding: 0 14px; font-size: 12px; }
  .home-hero { padding: 22px 16px 16px; gap: 22px; }
  .hero-copy {
    max-width: none;
    padding: 20px 18px;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 18px;
    background:
      radial-gradient(circle at 85% 12%, rgba(17,124,255,.18), transparent 11rem),
      linear-gradient(145deg, rgba(12,17,27,.92), rgba(3,5,9,.88));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 22px 60px rgba(0,0,0,.24);
  }
  .hero-visual { display: none; }
  .eyebrow, .section-kicker { font-size: 10.5px; letter-spacing: .14em; line-height: 1.5; }
  .eyebrow::after { margin-top: 16px; }
  .home-hero h1 { font-size: clamp(27px, 7vw, 33px); line-height: 1.16; }
  .hero-text { font-size: 14px; line-height: 1.6; margin: 18px 0 20px; }
  .hero-actions .btn { width: 100%; min-height: 46px; }
  .services, .detail-grid, .quick-links, .feature-split, .contact-page {
    grid-template-columns: 1fr;
    padding-left: 16px;
    padding-right: 16px;
  }
  .services { padding-top: 22px; padding-bottom: 28px; gap: 14px; }
  .service-card, .detail-card, .quick-links a { padding: 20px; min-height: auto; }
  .home-overview { margin: 4px auto 24px; padding: 0 16px; text-align: left; }
  .home-overview h2 { font-size: 24px; }
  .page-hero { padding: 24px 16px 14px; }
  .page-hero-copy { padding: 22px 20px; border-radius: 16px; }
  .page-hero h1, .contact-copy h1 { font-size: 29px; line-height: 1.15; }
  .page-hero p, .service-card p, .detail-card p, .home-overview p, .feature-split p, .contact-page p, .contact-panel li, .contact-panel p {
    font-size: 14px;
    line-height: 1.62;
  }
  .detail-grid { padding-top: 8px; padding-bottom: 28px; }
  .feature-split { padding-bottom: 28px; }
  .feature-split > div, .contact-copy, .contact-panel { padding: 21px; border-radius: 16px; }
  .cta {
    grid-template-columns: 1fr;
    margin: 24px 16px;
    padding: 20px;
  }
  .cta-brand {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.20);
    padding: 0 0 18px;
  }
  .cta-brand img { max-width: 210px; }
  .cta h2 { font-size: 22px; }
  .cta .btn { width: 100%; }
  .footer {
    flex-direction: column;
    padding: 16px 16px 30px;
  }
}

@media (max-width: 420px) {
  .home-hero h1, .page-hero h1, .contact-copy h1 { font-size: 27px; }
  .brand img { max-width: 245px; }
}


/* v13 typography refinement: smaller, cleaner, less heavy */
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

.home-hero h1,
.page-hero h1,
.contact-copy h1 {
  font-weight: 520;
  letter-spacing: -0.045em;
}

.page-hero h1,
.contact-copy h1 {
  font-size: clamp(28px, 2.55vw, 40px);
  line-height: 1.16;
  max-width: 820px;
}

.home-hero h1 {
  font-size: clamp(28px, 2.45vw, 38px);
  line-height: 1.18;
  max-width: 640px;
}

.home-overview h2,
.feature-split h2,
.cta h2 {
  font-weight: 520;
  letter-spacing: -0.035em;
}

.service-card h2,
.detail-card h2,
.contact-panel h2 {
  font-weight: 650;
}

.page-hero-copy {
  max-width: 900px;
  padding-top: clamp(24px, 3.3vw, 36px);
  padding-bottom: clamp(24px, 3.3vw, 36px);
}

.page-hero p {
  max-width: 760px;
}

@media (max-width: 800px) {
  .home-hero h1,
  .page-hero h1,
  .contact-copy h1 {
    font-size: clamp(25px, 6.25vw, 30px);
    line-height: 1.18;
    letter-spacing: -0.04em;
    font-weight: 520;
  }

  .page-hero-copy {
    padding: 20px 18px;
  }
}

@media (max-width: 420px) {
  .home-hero h1,
  .page-hero h1,
  .contact-copy h1 {
    font-size: 25px;
  }
}


/* v14 service request page */
.service-request-page {
  padding-bottom: 20px;
}

.service-request-grid {
  padding-top: 0;
}

.service-request-page .contact-panel {
  border-color: rgba(17,124,255,.18);
}

.service-request-page .contact-copy {
  border-color: rgba(199,169,107,.18);
}

@media (max-width: 1180px) {
  .nav {
    gap: 10px;
    font-size: 11.5px;
  }
}


/* v15 client support services portal */
.portal-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(290px, .45fr);
  gap: 18px;
  padding: clamp(42px, 5vw, 70px) clamp(22px, 5vw, 64px) 22px;
}

.portal-copy,
.portal-hours,
.rates-section,
.service-form-section {
  border: 1px solid rgba(255,255,255,.095);
  border-radius: 18px;
  background:
    radial-gradient(circle at 84% 16%, rgba(17,124,255,.13), transparent 21rem),
    linear-gradient(145deg, rgba(10,14,22,.90), rgba(2,4,8,.90));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.055), 0 26px 70px rgba(0,0,0,.22);
}

.portal-copy,
.portal-hours {
  padding: clamp(24px, 3.4vw, 38px);
}

.portal-copy h1 {
  margin: 0 0 16px;
  font-size: clamp(28px, 2.55vw, 40px);
  line-height: 1.16;
  letter-spacing: -.045em;
  font-weight: 520;
  max-width: 850px;
}

.portal-copy p,
.portal-hours p,
.rates-copy p,
.legal-note,
.form-intro p,
.field-help {
  color: #c8cfdb;
  font-size: 14.75px;
  line-height: 1.66;
}

.portal-copy p,
.portal-hours p,
.rates-copy p,
.form-intro p {
  margin: 0 0 14px;
}

.portal-hours h2,
.rates-copy h2,
.form-intro h2 {
  margin: 0 0 12px;
  font-size: clamp(22px, 2.05vw, 30px);
  line-height: 1.16;
  letter-spacing: -.04em;
  font-weight: 560;
}

.portal-note {
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,.10);
}

.rates-section,
.service-form-section {
  margin: 0 clamp(22px, 5vw, 64px) 30px;
  padding: clamp(24px, 3.4vw, 38px);
}

.rates-copy {
  max-width: 820px;
  margin-bottom: 20px;
}

.rate-table {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 14px;
}

.rate-row {
  display: grid;
  grid-template-columns: .8fr 1.55fr .55fr;
  gap: 18px;
  padding: 16px 18px;
  border-top: 1px solid rgba(255,255,255,.08);
  color: #d5dbe6;
  font-size: 14px;
  line-height: 1.5;
}

.rate-row:first-child {
  border-top: 0;
}

.rate-head {
  color: #fff;
  font-weight: 700;
  background: rgba(17,124,255,.11);
}

.legal-note {
  margin: 16px 0 0;
  font-size: 13.5px;
}

.form-intro {
  max-width: 840px;
  margin-bottom: 24px;
}

.service-form fieldset {
  margin: 0 0 18px;
  padding: 20px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 14px;
  background: rgba(255,255,255,.025);
}

.service-form legend {
  padding: 0 8px;
  font-weight: 700;
  color: #fff;
}

.service-form label {
  display: grid;
  gap: 8px;
  color: #edf2fa;
  font-size: 13.5px;
  font-weight: 650;
}

.service-form input,
.service-form select,
.service-form textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 9px;
  background: rgba(0,0,0,.32);
  color: #fff;
  padding: 11px 12px;
  font: inherit;
  font-size: 14px;
  outline: none;
}

.service-form textarea {
  resize: vertical;
}

.service-form input:focus,
.service-form select:focus,
.service-form textarea:focus {
  border-color: rgba(17,124,255,.72);
  box-shadow: 0 0 0 3px rgba(17,124,255,.16);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.check-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 16px;
}

.check-grid label {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #cfd6e2;
  font-weight: 560;
}

.check-grid input {
  width: auto;
  min-height: auto;
}

.field-help {
  margin: 0 0 12px;
}

.form-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.form-actions .btn {
  border: 0;
  cursor: pointer;
}

@media (max-width: 900px) {
  .portal-hero {
    grid-template-columns: 1fr;
  }
  .rate-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

@media (max-width: 800px) {
  .portal-hero {
    padding: 24px 16px 16px;
  }

  .portal-copy,
  .portal-hours,
  .rates-section,
  .service-form-section {
    border-radius: 16px;
  }

  .portal-copy,
  .portal-hours,
  .rates-section,
  .service-form-section {
    padding: 21px;
  }

  .rates-section,
  .service-form-section {
    margin: 0 16px 24px;
  }

  .portal-copy h1 {
    font-size: 25px;
    line-height: 1.18;
  }

  .portal-copy p,
  .portal-hours p,
  .rates-copy p,
  .legal-note,
  .form-intro p,
  .field-help {
    font-size: 14px;
    line-height: 1.62;
  }

  .form-grid,
  .check-grid {
    grid-template-columns: 1fr;
  }

  .service-form fieldset {
    padding: 17px;
  }

  .form-actions .btn {
    width: 100%;
  }
}


/* v18: service portal without embedded form */
.support-options-section {
  margin-bottom: 32px;
}

.support-options-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 18px 0 20px;
}

.support-options-grid .detail-card {
  padding: 18px;
}

.support-options-grid .detail-card h2 {
  font-size: 16px;
  margin: 0 0 9px;
}

.support-options-grid .detail-card p {
  margin: 0;
  color: #c8cfdb;
  font-size: 14px;
  line-height: 1.62;
}

@media (max-width: 800px) {
  .support-options-grid {
    grid-template-columns: 1fr;
  }
}


/* v20 larger header logo */
.header {
  grid-template-columns: minmax(360px, 460px) 1fr auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.brand img {
  width: min(430px, 100%);
}

@media (max-width: 1280px) {
  .header {
    grid-template-columns: minmax(330px, 410px) 1fr auto;
  }

  .brand img {
    width: min(390px, 100%);
  }
}

@media (max-width: 1180px) {
  .header {
    grid-template-columns: minmax(310px, 390px) 1fr;
  }

  .brand img {
    width: min(370px, 100%);
  }
}

@media (max-width: 800px) {
  .brand img {
    width: min(100%, 315px);
    max-width: 315px;
  }
}

@media (max-width: 420px) {
  .brand img {
    max-width: 295px;
  }
}


/* v21 larger navigation tabs */
.nav {
  font-size: 14px;
  gap: clamp(14px, 1.55vw, 26px);
  font-weight: 650;
}

.nav a {
  padding: 8px 0;
}

.nav a.active {
  padding-bottom: 6px;
  border-bottom-width: 2px;
}

.header-cta {
  min-height: 48px;
  padding: 0 24px;
  font-size: 14px;
  font-weight: 800;
}

@media (max-width: 1280px) {
  .nav {
    font-size: 13px;
    gap: clamp(11px, 1.15vw, 18px);
  }

  .header-cta {
    font-size: 13px;
    padding: 0 20px;
  }
}

@media (max-width: 1180px) {
  .nav {
    display: none;
  }
}


/* v22 mobile redesign */
@media (max-width: 800px) {
  body {
    background:
      radial-gradient(circle at 50% 0%, rgba(17,124,255,.16), transparent 18rem),
      linear-gradient(180deg, #030407 0%, #010205 70%, #000 100%);
  }

  .site-shell {
    width: 100%;
    overflow: visible;
  }

  .header {
    position: relative;
    display: block;
    padding: 18px 16px 16px;
    background: rgba(0,0,0,.88);
    border-bottom: 1px solid rgba(255,255,255,.10);
  }

  .brand {
    display: block;
    text-align: center;
    margin: 0 auto 14px;
  }

  .brand img {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }

  .nav {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin: 12px 0 12px;
    font-size: 12px;
    line-height: 1.1;
  }

  .nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 10px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 999px;
    background: rgba(255,255,255,.035);
    color: #dce4f2;
    text-align: center;
  }

  .nav a.active {
    border: 1px solid rgba(199,169,107,.58);
    background: rgba(199,169,107,.10);
    color: #fff;
    padding-bottom: 8px;
  }

  .header-cta {
    width: 100%;
    min-height: 46px;
    margin-top: 4px;
    font-size: 13px;
    border-color: rgba(17,124,255,.65);
    background: linear-gradient(180deg, rgba(17,124,255,.92), rgba(2,75,180,.88));
  }

  .home-hero {
    display: block;
    padding: 20px 14px 12px;
  }

  .hero-copy,
  .page-hero-copy,
  .contact-copy,
  .contact-panel {
    padding: 20px 18px;
    border-radius: 18px;
    background:
      radial-gradient(circle at 85% 12%, rgba(17,124,255,.16), transparent 12rem),
      linear-gradient(145deg, rgba(12,17,27,.92), rgba(3,5,9,.90));
  }

  .hero-visual {
    display: none !important;
  }

  .eyebrow,
  .section-kicker {
    font-size: 10px;
    letter-spacing: .13em;
    line-height: 1.55;
    margin-bottom: 14px;
  }

  .eyebrow::after {
    width: 52px;
    margin-top: 14px;
  }

  .home-hero h1,
  .page-hero h1,
  .contact-copy h1,
  .portal-copy h1 {
    font-size: 26px !important;
    line-height: 1.17 !important;
    letter-spacing: -.038em !important;
    font-weight: 560 !important;
  }

  .hero-text,
  .page-hero p,
  .contact-page p,
  .portal-copy p,
  .portal-hours p,
  .rates-copy p,
  .form-intro p,
  .legal-note,
  .field-help {
    font-size: 14px !important;
    line-height: 1.62 !important;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 18px;
  }

  .hero-actions .btn,
  .contact-actions .btn,
  .form-actions .btn {
    width: 100%;
    min-height: 46px;
  }

  .services,
  .detail-grid,
  .quick-links,
  .feature-split,
  .contact-page,
  .portal-hero {
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 12px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .services {
    padding-top: 14px;
    padding-bottom: 22px;
  }

  .service-card,
  .detail-card,
  .quick-links a,
  .feature-split > div,
  .portal-copy,
  .portal-hours,
  .rates-section,
  .service-form-section {
    border-radius: 16px;
  }

  .service-card {
    padding: 18px;
    min-height: 0;
  }

  .service-card h2,
  .detail-card h2,
  .quick-links strong {
    font-size: 17px;
  }

  .service-card p,
  .detail-card p,
  .quick-links span,
  .feature-split p,
  .contact-panel li,
  .contact-panel p,
  .support-options-grid .detail-card p {
    font-size: 13.75px !important;
    line-height: 1.55 !important;
  }

  .icon {
    transform: scale(.82);
    transform-origin: left center;
  }

  .home-overview {
    padding: 0 16px;
    margin: 10px 0 20px;
    text-align: left;
  }

  .home-overview h2,
  .feature-split h2,
  .portal-hours h2,
  .rates-copy h2,
  .form-intro h2 {
    font-size: 22px;
    line-height: 1.17;
  }

  .page-hero {
    padding: 20px 14px 12px;
  }

  .detail-grid {
    padding-top: 8px;
    padding-bottom: 24px;
  }

  .feature-split {
    padding-bottom: 24px;
  }

  .quick-links {
    padding-bottom: 24px;
  }

  .quick-links a {
    padding: 18px;
  }

  .cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin: 20px 14px 22px;
    padding: 18px;
    border-radius: 16px;
  }

  .cta-brand {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.20);
    padding: 0 0 16px;
  }

  .cta-brand img {
    max-width: 260px;
  }

  .cta h2 {
    font-size: 21px;
    line-height: 1.17;
  }

  .cta .btn {
    width: 100%;
  }

  .contact-page,
  .portal-hero {
    padding-top: 20px;
    padding-bottom: 14px;
  }

  .rates-section,
  .service-form-section {
    margin: 0 14px 22px;
    padding: 18px;
  }

  .rate-row {
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 14px;
    font-size: 13.5px;
  }

  .support-options-grid {
    grid-template-columns: 1fr !important;
    gap: 12px;
  }

  .footer {
    padding: 18px 16px 30px;
    font-size: 12.5px;
  }
}

@media (max-width: 420px) {
  .brand img {
    max-width: 330px;
  }

  .nav {
    font-size: 11.5px;
    gap: 7px;
  }

  .nav a {
    min-height: 36px;
    padding: 7px 8px;
  }

  .home-hero h1,
  .page-hero h1,
  .contact-copy h1,
  .portal-copy h1 {
    font-size: 25px !important;
  }
}


/* v23 mobile hamburger menu */
.menu-toggle {
  display: none;
}

@media (max-width: 800px) {
  .header {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    align-items: center;
    gap: 14px;
    padding: 16px 16px 14px !important;
  }

  .brand {
    text-align: left !important;
    margin: 0 !important;
  }

  .brand img {
    width: min(100%, 285px) !important;
    max-width: 285px !important;
    margin: 0 !important;
  }

  .menu-toggle {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 48px;
    height: 44px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 12px;
    background: rgba(255,255,255,.045);
    color: #fff;
    cursor: pointer;
  }

  .menu-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 99px;
    background: #fff;
    transition: transform .2s ease, opacity .2s ease;
  }

  body.menu-open .menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  body.menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  body.menu-open .menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .nav {
    display: none !important;
    grid-column: 1 / -1;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    margin: 4px 0 0 !important;
    padding: 12px 0 0;
    border-top: 1px solid rgba(255,255,255,.10);
    font-size: 14px !important;
  }

  body.menu-open .nav {
    display: grid !important;
  }

  .nav a {
    min-height: 44px !important;
    justify-content: flex-start !important;
    padding: 0 16px !important;
    border-radius: 12px !important;
    background: rgba(255,255,255,.04) !important;
    border: 1px solid rgba(255,255,255,.11) !important;
    text-align: left !important;
  }

  .nav a.active {
    background: rgba(199,169,107,.11) !important;
    border-color: rgba(199,169,107,.55) !important;
    color: #fff !important;
  }

  .header-cta {
    grid-column: 1 / -1;
    display: none !important;
    margin-top: 4px !important;
  }

  body.menu-open .header-cta {
    display: inline-flex !important;
  }

  .home-hero,
  .page-hero,
  .contact-page,
  .portal-hero {
    padding-top: 18px !important;
  }
}

@media (max-width: 420px) {
  .brand img {
    width: min(100%, 265px) !important;
    max-width: 265px !important;
  }

  .menu-toggle {
    width: 46px;
    height: 42px;
  }
}
