/* GLOBAL_SHELL_v1 z-index map:
   content: 1; sticky header: 80; mega menu: 90; mobile utility: 110; drawer backdrop: 140; drawer: 150. */

.global-shell-page {
  --shell-dark-950: #040c14;
  --shell-dark-900: #07111a;
  --shell-dark-850: #091926;
  --shell-dark-800: #0b1824;
  --shell-dark-card: rgba(255, 255, 255, .045);
  --shell-dark-card-strong: rgba(255, 255, 255, .075);
  --shell-dark-line: rgba(232, 240, 246, .15);
  --shell-dark-line-strong: rgba(232, 240, 246, .24);
  --shell-light-text: rgba(255, 255, 255, .94);
  --shell-muted-text: rgba(215, 226, 236, .74);
  --shell-muted-soft: rgba(215, 226, 236, .6);
  --shell-mega-link-text: rgba(224, 234, 242, .83);
  --shell-mega-support-text: rgba(218, 229, 238, .8);
  --shell-gradient-border: linear-gradient(100deg, var(--reference-cyan) 0%, var(--reference-teal-button) 45%, var(--reference-gold-button) 100%);
  --shell-dark-shadow: 0 32px 80px rgba(2, 8, 14, .38);
  min-height: 100%;
  overflow-x: clip;
  background: #fff;
}

.global-shell-page.shell-drawer-open {
  overflow: hidden;
}

.global-shell-container {
  width: min(var(--reference-container), calc(100% - 144px));
  margin: 0 auto;
}

.global-shell-header.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(255, 255, 255, .92);
  border-bottom: 1px solid rgba(217, 224, 230, .82);
  box-shadow: none;
  backdrop-filter: saturate(1.12) blur(14px);
  transition: background .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.global-shell-header.is-scrolled {
  background: rgba(251, 254, 255, .96);
  border-color: rgba(128, 154, 166, .36);
  box-shadow: 0 18px 42px rgba(7, 17, 26, .1);
}

.global-shell-header-inner.header-inner {
  position: relative;
  height: 84px;
  padding: 0;
}

.global-shell-brand {
  min-width: 236px;
}

.global-shell-nav {
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.shell-nav-item {
  position: static;
}

.calculator-style-page .shell-nav-link {
  color: var(--reference-navy);
  text-decoration: none;
}

.calculator-style-page .shell-mega-trigger {
  appearance: none;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-family: inherit;
}

.calculator-style-page .global-shell-header .calculator-header-cta,
.shell-button-signature,
.shell-button-primary {
  color: #fff;
  background:
    linear-gradient(155deg, var(--shell-dark-900), var(--shell-dark-850)) padding-box,
    var(--shell-gradient-border) border-box;
  border: 2px solid transparent;
  box-shadow:
    0 14px 30px rgba(7, 17, 26, .18),
    0 0 0 1px rgba(255, 255, 255, .04) inset,
    0 0 26px rgba(22, 212, 223, .12);
}

.calculator-style-page .global-shell-header .calculator-header-cta:hover,
.calculator-style-page .global-shell-header .calculator-header-cta:focus-visible,
.shell-button-signature:hover,
.shell-button-signature:focus-visible,
.shell-button-primary:hover,
.shell-button-primary:focus-visible {
  color: #fff;
  box-shadow:
    0 18px 36px rgba(7, 17, 26, .22),
    0 0 0 1px rgba(255, 255, 255, .06) inset,
    0 0 30px rgba(22, 212, 223, .18);
}

.shell-mega-menu {
  position: absolute;
  left: 50%;
  top: calc(100% + 12px);
  z-index: 90;
  width: min(1180px, calc(100vw - 72px));
  transform: translateX(-50%) translateY(-6px);
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease;
}

.shell-mega-menu.is-open {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.shell-mega-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, .95fr) minmax(0, .95fr) minmax(270px, .86fr);
  gap: 16px;
  padding: 11px 16px;
  background:
    radial-gradient(circle at 7% 0%, rgba(22, 212, 223, .13), transparent 34%) padding-box,
    radial-gradient(circle at 94% 16%, rgba(243, 193, 58, .12), transparent 32%) padding-box,
    linear-gradient(155deg, #091926 0%, #07111a 58%, #040c14 100%) padding-box,
    linear-gradient(105deg, rgba(22, 212, 223, .34), rgba(143, 216, 178, .18), rgba(243, 193, 58, .28)) border-box;
  border: 1px solid transparent;
  border-radius: 24px;
  box-shadow: var(--shell-dark-shadow);
}

.shell-mega-zone,
.shell-mega-decision {
  min-width: 0;
  border-radius: 18px;
}

.shell-mega-zone {
  display: grid;
  align-content: start;
  gap: 9px;
  padding: 12px 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .058), rgba(255, 255, 255, .032));
  border: 1px solid var(--shell-dark-line);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
}

.shell-menu-eyebrow,
.shell-demo-eyebrow {
  margin: 0;
  color: var(--reference-teal);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.shell-mega-primary {
  display: grid;
  gap: 6px;
  padding: 10px 12px;
  color: var(--shell-light-text);
  text-decoration: none;
  background:
    linear-gradient(155deg, #142632, #0c1924) padding-box,
    linear-gradient(100deg, rgba(22, 212, 223, .42), rgba(143, 216, 178, .18), rgba(243, 193, 58, .34)) border-box;
  border: 1px solid transparent;
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(2, 8, 14, .16);
  transition: border-color .18s ease, transform .18s ease, background .18s ease, box-shadow .18s ease;
}

.shell-mega-primary:hover,
.shell-mega-primary:focus-visible {
  color: #fff;
  background:
    linear-gradient(155deg, #162b38, #0e1d29) padding-box,
    var(--shell-gradient-border) border-box;
  box-shadow: 0 16px 34px rgba(2, 8, 14, .22), 0 0 24px rgba(22, 212, 223, .12);
  transform: translateY(-1px);
}

.shell-mega-primary span {
  color: var(--shell-light-text);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.22;
}

.shell-mega-primary small {
  color: var(--shell-mega-support-text);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.42;
}

.shell-mega-links {
  display: grid;
  gap: 1px;
}

.shell-mega-links a,
.shell-drawer-site-links a,
.shell-accordion-panel a {
  color: var(--shell-muted-text);
  text-decoration: none;
}

.shell-mega-links a {
  display: flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 8px;
  border-radius: 10px;
  color: var(--shell-mega-link-text);
  font-size: 13px;
  font-weight: 720;
  line-height: 1.25;
}

.shell-mega-links a:hover,
.shell-mega-links a:focus-visible {
  color: var(--reference-cyan);
  background: rgba(255, 255, 255, .045);
}

.shell-mega-decision {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 16px 18px;
  color: rgba(247, 251, 255, .9);
  background:
    radial-gradient(circle at 12% 2%, rgba(22, 212, 223, .18), transparent 36%) padding-box,
    radial-gradient(circle at 92% 20%, rgba(243, 193, 58, .13), transparent 34%) padding-box,
    linear-gradient(155deg, #07111a 0%, #040c14 68%, #0b1824 100%) padding-box,
    linear-gradient(115deg, rgba(22, 212, 223, .28), rgba(243, 193, 58, .24)) border-box;
  border: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .07), 0 20px 42px rgba(2, 8, 14, .26);
}

.shell-mega-decision .shell-menu-eyebrow {
  color: var(--reference-gold-text);
}

.shell-mega-decision strong {
  color: #fff;
  font-size: 20px;
  font-weight: 850;
  line-height: 1.18;
}

.shell-mega-decision p {
  margin: 0;
  color: rgba(232, 240, 246, .8);
  font-size: 13px;
  font-weight: 560;
  line-height: 1.5;
}

.shell-mega-decision-actions {
  display: grid;
  gap: 9px;
}

.shell-mega-phone {
  color: var(--reference-gold-text);
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
}

.shell-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: var(--reference-button-radius);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

.shell-button:hover,
.shell-button:focus-visible {
  transform: translateY(-1px);
}

.shell-mega-menu a:focus-visible,
.shell-mega-menu button:focus-visible,
.shell-mobile-drawer a:focus-visible,
.shell-mobile-drawer button:focus-visible,
.shell-utility-action:focus-visible {
  outline: 2px solid rgba(22, 212, 223, .72);
  outline-offset: 3px;
}

.shell-button-secondary {
  color: #fff;
  background: linear-gradient(155deg, rgba(7, 17, 26, .92), rgba(9, 25, 38, .9));
  border: 1px solid rgba(232, 240, 246, .2);
  box-shadow: 0 12px 26px rgba(7, 17, 26, .14);
}

.shell-button-outline-dark {
  color: #fff;
  background: rgba(255, 255, 255, .055);
  border: 1px solid rgba(232, 240, 246, .2);
}

.shell-button-secondary:hover,
.shell-button-secondary:focus-visible,
.shell-button-outline-dark:hover,
.shell-button-outline-dark:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, .085);
  border-color: rgba(232, 240, 246, .3);
}

.shell-drawer-open.icon-btn {
  display: none;
}

.shell-drawer-backdrop {
  position: fixed;
  inset: 0;
  z-index: 140;
  background: rgba(2, 8, 14, .68);
  opacity: 0;
  pointer-events: none;
  transition: opacity .22s ease;
}

.shell-drawer-backdrop.is-open {
  opacity: 1;
  pointer-events: auto;
}

.shell-mobile-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 150;
  display: grid;
  grid-template-rows: auto 1fr auto;
  width: min(94vw, 620px);
  height: 100dvh;
  color: var(--shell-light-text);
  background:
    radial-gradient(circle at 4% 1%, rgba(22, 212, 223, .16), transparent 32%),
    radial-gradient(circle at 90% 72%, rgba(243, 193, 58, .09), transparent 34%),
    linear-gradient(165deg, var(--shell-dark-850) 0%, var(--shell-dark-900) 58%, var(--shell-dark-950) 100%);
  border-left: 1px solid var(--shell-dark-line);
  box-shadow: -30px 0 76px rgba(2, 8, 14, .42);
  transform: translateX(102%);
  transition: transform .25s ease;
}

.shell-mobile-drawer.is-open {
  transform: translateX(0);
}

.shell-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 76px;
  padding: 16px 22px;
  background: rgba(255, 255, 255, .018);
  border-bottom: 1px solid var(--shell-dark-line);
}

.shell-drawer-brand .brand-mark {
  width: 40px;
  height: 40px;
}

.shell-drawer-brand .brand-name {
  color: var(--shell-light-text);
}

.shell-drawer-close {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: #fff;
  background: rgba(255, 255, 255, .06);
  border: 1px solid var(--shell-dark-line-strong);
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(2, 8, 14, .22);
  cursor: pointer;
  font: inherit;
  font-size: 25px;
  line-height: 1;
}

.shell-drawer-body {
  display: grid;
  align-content: start;
  gap: 20px;
  min-height: 0;
  padding: 22px;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.shell-drawer-intro {
  display: grid;
  gap: 8px;
}

.shell-drawer-intro h2 {
  margin: 0;
  color: var(--shell-light-text);
  font-size: clamp(28px, 7vw, 42px);
  font-weight: 850;
  line-height: 1.04;
}

.shell-drawer-intro p:last-child {
  margin: 0;
  color: var(--shell-muted-text);
  font-size: 15px;
  font-weight: 560;
  line-height: 1.55;
}

.shell-drawer-popular {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.shell-drawer-card {
  display: grid;
  gap: 5px;
  min-height: 104px;
  padding: 14px;
  color: var(--shell-light-text);
  text-decoration: none;
  background:
    linear-gradient(155deg, #142431, #101d28) padding-box,
    linear-gradient(100deg, rgba(232, 240, 246, .12), rgba(232, 240, 246, .08)) border-box;
  border: 1px solid transparent;
  border-radius: 16px;
  box-shadow: 0 14px 30px rgba(2, 8, 14, .18);
  transition: background .18s ease, box-shadow .18s ease, transform .18s ease;
}

.shell-drawer-card:hover,
.shell-drawer-card:focus-visible {
  color: #fff;
  background:
    linear-gradient(155deg, #172b38, #10202b) padding-box,
    var(--shell-gradient-border) border-box;
  box-shadow: 0 16px 34px rgba(2, 8, 14, .24), 0 0 24px rgba(22, 212, 223, .1);
  transform: translateY(-1px);
}

.shell-drawer-card span {
  font-size: 14px;
  font-weight: 850;
  line-height: 1.22;
}

.shell-drawer-card small {
  color: var(--shell-muted-text);
  font-size: 12px;
  font-weight: 620;
  line-height: 1.35;
}

.shell-drawer-section {
  display: grid;
  gap: 8px;
}

.shell-accordion-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  color: var(--shell-light-text);
  background: rgba(255, 255, 255, .05);
  border: 1px solid var(--shell-dark-line);
  border-radius: 14px;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 850;
  text-align: left;
}

.shell-accordion-trigger::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform .18s ease;
}

.shell-accordion-trigger:hover,
.shell-accordion-trigger:focus-visible,
.shell-accordion-trigger[aria-expanded="true"] {
  color: #fff;
  background: rgba(12, 122, 138, .12);
  border-color: rgba(22, 212, 223, .28);
}

.shell-accordion-trigger[aria-expanded="true"]::after {
  color: var(--reference-gold-text);
}

.shell-accordion-trigger[aria-expanded="true"]::after {
  transform: rotate(225deg);
}

.shell-accordion-panel {
  display: grid;
  gap: 2px;
  padding: 6px 5px 10px;
}

.shell-accordion-panel a,
.shell-drawer-site-links a {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 12px;
  border-radius: 12px;
  color: var(--shell-muted-text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}

.shell-accordion-panel a:hover,
.shell-accordion-panel a:focus-visible,
.shell-drawer-site-links a:hover,
.shell-drawer-site-links a:focus-visible {
  color: var(--reference-cyan);
  background: rgba(255, 255, 255, .04);
}

.shell-drawer-site-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}

.shell-drawer-decision {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  padding: 18px 22px calc(18px + env(safe-area-inset-bottom));
  color: rgba(247, 251, 255, .9);
  background:
    radial-gradient(circle at 15% 0%, rgba(22, 212, 223, .14), transparent 35%),
    radial-gradient(circle at 85% 24%, rgba(243, 193, 58, .08), transparent 32%),
    linear-gradient(155deg, #07111a 0%, #040c14 66%, #091926 100%);
  border-top: 1px solid var(--shell-dark-line);
}

.shell-drawer-decision p {
  margin: 0 0 2px;
  color: rgba(232, 240, 246, .78);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.shell-drawer-phone {
  justify-self: center;
  color: var(--reference-gold-text);
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
}

.global-shell-main {
  background:
    linear-gradient(180deg, #fff 0%, #f7fafb 43%, #fff 100%);
}

.shell-demo-hero {
  padding: 98px 0 88px;
}

.shell-demo-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, .58fr);
  gap: 58px;
  align-items: center;
  min-height: 520px;
}

.shell-demo-copy {
  display: grid;
  gap: 22px;
  max-width: 780px;
}

.shell-demo-copy h1 {
  margin: 0;
  color: var(--reference-navy);
  font-size: clamp(44px, 4.9vw, 72px);
  font-weight: 850;
  line-height: .98;
}

.shell-demo-copy p:not(.shell-demo-eyebrow) {
  margin: 0;
  max-width: 690px;
  color: var(--reference-muted);
  font-size: 18px;
  font-weight: 560;
  line-height: 1.65;
}

.shell-demo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.shell-demo-panel {
  display: grid;
  gap: 16px;
  padding: 28px;
  color: rgba(247, 251, 255, .86);
  background:
    radial-gradient(circle at 18% 0%, rgba(22, 212, 223, .18), transparent 35%),
    linear-gradient(155deg, #091926 0%, #07111a 64%, #101d24 100%);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--reference-radius);
  box-shadow: var(--reference-shadow);
}

.shell-demo-panel p {
  margin: 0;
  color: var(--reference-gold-text);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.shell-demo-panel ul {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.shell-demo-panel li {
  position: relative;
  padding-left: 20px;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.45;
}

.shell-demo-panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--reference-gold-button);
}

.shell-demo-band {
  padding: 86px 0;
  background: #f5f9fa;
  border-block: 1px solid rgba(217, 224, 230, .78);
}

.shell-demo-band-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.shell-demo-band article {
  display: grid;
  gap: 12px;
  min-height: 218px;
  padding: 24px;
  background: #fff;
  border: 1px solid rgba(217, 224, 230, .86);
  border-radius: 20px;
  box-shadow: 0 18px 42px rgba(7, 17, 26, .06);
}

.shell-demo-band span {
  color: var(--reference-teal);
  font-size: 13px;
  font-weight: 850;
}

.shell-demo-band h2,
.shell-talk-target h2 {
  margin: 0;
  color: var(--reference-navy);
  font-weight: 850;
  line-height: 1.08;
}

.shell-demo-band h2 {
  font-size: 27px;
}

.shell-demo-band p,
.shell-talk-target p {
  margin: 0;
  color: var(--reference-muted);
  font-size: 15px;
  font-weight: 560;
  line-height: 1.62;
}

.shell-talk-target {
  padding: 94px 0;
  background: #fff;
}

.shell-talk-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(330px, .58fr);
  gap: 58px;
  align-items: center;
}

.shell-talk-target h2 {
  max-width: 640px;
  font-size: clamp(34px, 4vw, 54px);
}

.shell-talk-target p:not(.shell-demo-eyebrow) {
  max-width: 650px;
  margin-top: 18px;
  font-size: 17px;
}

.shell-demo-contact {
  display: grid;
  gap: 14px;
  padding: 24px;
  background: #f8fbfc;
  border: 1px solid rgba(217, 224, 230, .9);
  border-radius: 22px;
  box-shadow: 0 18px 42px rgba(7, 17, 26, .06);
}

.shell-demo-contact label {
  display: grid;
  gap: 8px;
}

.shell-demo-contact span {
  color: var(--reference-navy);
  font-size: 13px;
  font-weight: 850;
}

.shell-demo-contact input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  color: var(--reference-navy);
  background: #fff;
  border: 1px solid rgba(217, 224, 230, .95);
  border-radius: 14px;
  font: inherit;
  font-size: 15px;
}

.shell-scroll-lab {
  display: grid;
  place-items: center;
  min-height: 68vh;
  padding: 96px 0;
  color: rgba(247, 251, 255, .8);
  background:
    linear-gradient(155deg, #091926 0%, #07111a 62%, #101d24 100%);
}

.shell-scroll-lab p {
  max-width: 720px;
  margin: 0;
  color: rgba(232, 240, 246, .78);
  font-size: 18px;
  font-weight: 650;
  line-height: 1.6;
}

.shell-footer {
  position: relative;
  z-index: 1;
}

.shell-utility-bar {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: calc(10px + env(safe-area-inset-bottom));
  z-index: 110;
  display: grid;
  grid-template-columns: .82fr 1.18fr .82fr;
  gap: 8px;
  max-width: 440px;
  margin: 0 auto;
  padding: 8px;
  background:
    radial-gradient(circle at 18% 0%, rgba(22, 212, 223, .12), transparent 32%) padding-box,
    radial-gradient(circle at 86% 16%, rgba(243, 193, 58, .09), transparent 34%) padding-box,
    linear-gradient(155deg, rgba(9, 25, 38, .94), rgba(4, 12, 20, .96)) padding-box,
    linear-gradient(100deg, rgba(22, 212, 223, .24), rgba(243, 193, 58, .2)) border-box;
  border: 1px solid transparent;
  border-radius: 22px;
  box-shadow: 0 22px 58px rgba(2, 8, 14, .38);
  transform: translateY(calc(100% + 26px));
  opacity: 0;
  pointer-events: none;
  transition: opacity .22s ease, transform .22s ease;
  backdrop-filter: blur(16px);
}

.shell-utility-bar.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.shell-utility-action {
  display: grid;
  place-items: center;
  gap: 3px;
  min-width: 0;
  min-height: 54px;
  padding: 7px 6px;
  color: var(--shell-light-text);
  text-decoration: none;
  border-radius: 16px;
  font-size: 11px;
  font-weight: 850;
  line-height: 1.1;
}

.shell-utility-action svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.shell-utility-action-primary {
  color: #fff;
  background:
    linear-gradient(155deg, var(--shell-dark-900), var(--shell-dark-850)) padding-box,
    var(--shell-gradient-border) border-box;
  border: 2px solid transparent;
  box-shadow: 0 12px 28px rgba(2, 8, 14, .24), 0 0 22px rgba(22, 212, 223, .14);
}

.shell-utility-action:not(.shell-utility-action-primary) {
  background: rgba(255, 255, 255, .055);
  border: 1px solid rgba(232, 240, 246, .14);
}

.shell-utility-action:hover,
.shell-utility-action:focus-visible {
  color: #fff;
}

.shell-utility-action:not(.shell-utility-action-primary):hover,
.shell-utility-action:not(.shell-utility-action-primary):focus-visible {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(232, 240, 246, .22);
}

.global-shell-page.has-shell-utility {
  padding-bottom: calc(84px + env(safe-area-inset-bottom));
}

@media (max-width: 1240px) {
  .global-shell-container {
    width: min(var(--reference-container), calc(100% - 56px));
  }

  .global-shell-brand {
    min-width: 222px;
  }

  .calculator-style-page .shell-nav-link,
  .calculator-style-page .phone-link {
    font-size: 13px;
  }

  .calculator-style-page .shell-nav-link {
    padding-inline: 9px;
  }

  .calculator-style-page .global-shell-actions {
    gap: 10px;
  }

  .calculator-style-page .global-shell-actions .calculator-header-cta {
    min-height: 44px;
    padding-inline: 16px;
    font-size: 12px;
  }
}

@media (max-width: 1080px) {
  .global-shell-brand {
    min-width: 196px;
  }

  .calculator-style-page .brand-note {
    display: none;
  }

  .calculator-style-page .global-shell-actions {
    gap: 8px;
  }

  .calculator-style-page .global-shell-actions .calculator-header-cta {
    max-width: 174px;
    white-space: normal;
    text-align: center;
  }

  .shell-mega-panel {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .shell-mega-decision {
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }

  .shell-mega-decision .shell-menu-eyebrow,
  .shell-mega-decision p,
  .shell-mega-phone {
    grid-column: 1;
  }

  .shell-mega-decision-actions {
    grid-column: 2;
    grid-row: 1 / span 4;
    min-width: 210px;
  }
}

@media (min-width: 1024px) {
  .global-shell-nav.desktop-nav {
    display: flex;
  }

  .calculator-style-page .global-shell-actions .phone-link,
  .calculator-style-page .global-shell-actions .calculator-header-cta {
    display: inline-flex;
  }
}

@media (max-width: 1023px) {
  .global-shell-header-inner.header-inner {
    height: 72px;
  }

  .global-shell-container {
    width: min(var(--reference-container), calc(100% - 48px));
  }

  .global-shell-nav,
  .calculator-style-page .global-shell-actions .phone-link,
  .calculator-style-page .global-shell-actions .calculator-header-cta {
    display: none;
  }

  .shell-drawer-open.icon-btn {
    display: inline-grid;
  }

  .global-shell-brand {
    min-width: 0;
  }

  .shell-demo-hero {
    padding: 74px 0 68px;
  }

  .shell-demo-hero-grid,
  .shell-talk-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .shell-demo-hero-grid {
    min-height: auto;
  }

  .shell-demo-panel {
    max-width: 560px;
  }

  .shell-demo-band-grid {
    grid-template-columns: 1fr;
  }

  .shell-demo-band article {
    min-height: 0;
  }
}

@media (min-width: 768px) {
  .shell-utility-bar {
    display: none;
  }
}

@media (max-width: 767px) {
  .global-shell-container {
    width: min(var(--reference-container), calc(100% - 40px));
  }

  .calculator-style-page .global-shell-header .brand-mark {
    width: 40px;
    height: 40px;
  }

  .calculator-style-page .global-shell-header .brand-name {
    font-size: 14px;
  }

  .shell-mobile-drawer {
    width: min(94vw, 620px);
  }

  .shell-drawer-head,
  .shell-drawer-body,
  .shell-drawer-decision {
    padding-inline: 18px;
  }

  .shell-drawer-popular,
  .shell-drawer-site-links {
    grid-template-columns: 1fr;
  }

  .shell-drawer-card {
    min-height: 86px;
  }

  .shell-demo-hero {
    padding: 58px 0 60px;
  }

  .shell-demo-copy {
    gap: 18px;
  }

  .shell-demo-copy h1 {
    font-size: clamp(36px, 11vw, 46px);
    line-height: 1.02;
  }

  .shell-demo-copy p:not(.shell-demo-eyebrow) {
    font-size: 16px;
    line-height: 1.58;
  }

  .shell-demo-actions,
  .shell-mega-decision-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .shell-button {
    width: 100%;
    min-height: 48px;
  }

  .shell-demo-panel,
  .shell-demo-contact {
    border-radius: var(--reference-radius-mobile);
  }

  .shell-demo-panel {
    padding: 22px;
  }

  .shell-demo-band,
  .shell-talk-target {
    padding: 68px 0;
  }

  .shell-talk-target h2 {
    font-size: clamp(30px, 9vw, 40px);
  }

  .shell-scroll-lab {
    min-height: 76vh;
    padding: 78px 0;
  }
}

@media (max-width: 390px) {
  .global-shell-container {
    width: min(var(--reference-container), calc(100% - 32px));
  }

  .calculator-style-page .global-shell-header .brand-name {
    font-size: 13px;
  }

  .shell-drawer-head,
  .shell-drawer-body,
  .shell-drawer-decision {
    padding-inline: 16px;
  }

  .shell-utility-bar {
    left: 8px;
    right: 8px;
    gap: 6px;
    padding: 7px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
    animation-duration: .001ms !important;
  }
}
