/* Fluid root scaling system - matched to home/shop */
@media (min-width: 48rem) {
  html {
    font-size: clamp(0.75rem, 1.1713vw, 2.8125rem);
  }
}

/* corporate.html style block 1 */
.glass-panel {
  position: relative;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(2rem) saturate(200%) brightness(1.08);
  -webkit-backdrop-filter: blur(2rem) saturate(200%) brightness(1.08);
  border: 0.0625rem solid rgba(255, 255, 255, 0.45);
  box-shadow:
    inset 0 0.09375rem 0 rgba(255, 255, 255, 0.90),
    inset 0 -0.0625rem 0 rgba(0, 0, 0, 0.08),
    0 0.125rem 0.5rem rgba(0, 0, 0, 0.06),
    0 0.5rem 2rem rgba(0, 0, 0, 0.08),
    0 1.5rem 3rem rgba(0, 0, 0, 0.04);
  overflow: hidden;
}

.glass-panel::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(ellipse 100% 45% at 50% 0%, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0.12) 45%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}

.glass-panel::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(ellipse 70% 30% at 50% 100%, rgba(255, 255, 255, 0.15) 0%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}

.glass-panel.on-light {
  background: rgba(255, 255, 255, 0.68);
  border-color: rgba(255, 255, 255, 0.80);
}

.ios26-liquid-pill {
  position: relative;
  background: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(1.25rem) saturate(180%);
  -webkit-backdrop-filter: blur(1.25rem) saturate(180%);
  border: 0.0625rem solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0.0625rem 0 rgba(255, 255, 255, 0.1), 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.ios26-liquid-pill .ios26-liquid-pill__ring {
  position: absolute;
  top: 0.0625rem;
  left: 0.0625rem;
  right: 0.0625rem;
  bottom: 0.0625rem;
  border-radius: inherit;
  border: 0.0625rem solid rgba(255, 255, 255, 0.1);
  pointer-events: none;
  z-index: 2;
}

.ios26-liquid-pill::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(ellipse 100% 45% at 50% 0%, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0.12) 45%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}

.ios26-liquid-pill::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(ellipse 70% 30% at 50% 100%, rgba(255, 255, 255, 0.15) 0%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}

.ios26-liquid-pill>* {
  position: relative;
  z-index: 2;
}

#smart-navbar .ios26-liquid-pill {
  overflow: visible;
}

.glass-pill {
  position: relative;
  background: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(1.25rem) saturate(180%);
  -webkit-backdrop-filter: blur(1.25rem) saturate(180%);
  border: 0.0625rem solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0.0625rem 0 rgba(255, 255, 255, 0.1), 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.glass-pill::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(ellipse 100% 45% at 50% 0%, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0.12) 45%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}

.glass-pill::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(ellipse 70% 30% at 50% 100%, rgba(255, 255, 255, 0.15) 0%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}

.glass-pill>* {
  position: relative;
  z-index: 2;
}

.crystal-glass {
  position: relative;
  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(1rem) saturate(160%) brightness(1.02);
  -webkit-backdrop-filter: blur(1rem) saturate(160%) brightness(1.02);
  border: 0.0625rem solid rgba(255, 255, 255, 0.65);
  box-shadow:
    inset 0 0.0625rem 0 rgba(255, 255, 255, 0.90),
    inset 0 -0.0625rem 0 rgba(0, 0, 0, 0.04),
    0 0.125rem 0.5rem rgba(0, 0, 0, 0.05),
    0 0.5rem 1.5rem rgba(0, 0, 0, 0.07);
  overflow: hidden;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.crystal-glass::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(ellipse 100% 35% at 50% 0%, rgba(255, 255, 255, 0.40) 0%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}

/* CHANGED: hover transition 0.3s → 0.15s for instant feel */
.cart-btn-glass {
  position: relative;
  background: #4f46e5;
  backdrop-filter: blur(1.25rem) saturate(180%);
  -webkit-backdrop-filter: blur(1.25rem) saturate(180%);
  border: 0.0625rem solid rgba(255, 255, 255, 0.10);
  box-shadow:
    inset 0 0.0625rem 0 rgba(255, 255, 255, 0.10),
    inset 0 -0.0625rem 0 rgba(0, 0, 0, 0.15),
    0 0.125rem 0.25rem rgba(0, 0, 0, 0.18),
    0 0.375rem 0.875rem rgba(79, 70, 229, 0.35);
  color: #ffffff;
  overflow: hidden;
  transition: transform 0.15s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.15s ease, background 0.15s ease;
}

.cart-btn-glass::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(ellipse 100% 45% at 50% 0%, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.05) 45%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}

.cart-btn-glass::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(ellipse 70% 30% at 50% 100%, rgba(255, 255, 255, 0.18) 0%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}

.cart-btn-glass>* {
  position: relative;
  z-index: 2;
}

.cart-btn-glass:hover {
  box-shadow:
    inset 0 0.0625rem 0 rgba(255, 255, 255, 0.15),
    inset 0 -0.0625rem 0 rgba(0, 0, 0, 0.18),
    0 0.25rem 0.5rem rgba(0, 0, 0, 0.22),
    0 0.625rem 1.5rem rgba(79, 70, 229, 0.50);
  transform: translateY(-0.0625rem);
}

.glass-panel,
.crystal-glass {
  transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.section-container {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (max-width: 47.9375rem) {
  .section-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

::-webkit-scrollbar {
  width: 0.25rem;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #e2e8f0;
  border-radius: 6.1875rem;
}

.nav-offset {
  padding-top: 5rem;
}

@media (max-width: 47.9375rem) {
  .nav-offset {
    padding-top: 4.75rem;
  }
}

@media (min-width: 64rem) {
  .nav-offset {
    padding-top: 5.25rem;
  }
}

[data-staggered-item] {
  opacity: 0;
  transform: translateY(2.5rem);
  transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1), transform 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  will-change: opacity, transform;
}

[data-staggered-item].is-visible {
  opacity: 1;
  transform: translateY(0);
}

#smart-cta.text-light-mode .cta-title {
  color: #ffffff;
}

#smart-cta.text-light-mode .cta-sub {
  color: rgba(255, 255, 255, 0.85);
}

#smart-cta.text-light-mode .cta-divider {
  border-color: rgba(255, 255, 255, 0.25);
}

#smart-cta.text-dark-mode .cta-title {
  color: #000000;
}

#smart-cta.text-dark-mode .cta-sub {
  color: #334155;
}

#smart-cta.text-dark-mode .cta-divider {
  border-color: rgba(100, 116, 139, 0.20);
}

#mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 200;
  pointer-events: none;
  visibility: hidden;
  transition: visibility 0s linear 0.40s;
}

#mobile-menu.open {
  pointer-events: all;
  visibility: visible;
  transition-delay: 0s;
}

#mobile-menu.closing {
  pointer-events: none;
  visibility: visible;
  transition-delay: 0s;
}

#mobile-menu-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(0.25rem);
  -webkit-backdrop-filter: blur(0.25rem);
  opacity: 0;
  transition: opacity 0.40s cubic-bezier(0.25, 1, 0.3, 1);
}

#mobile-menu.open #mobile-menu-backdrop {
  opacity: 1;
}

#mobile-menu.closing #mobile-menu-backdrop {
  opacity: 0;
}

#mobile-menu-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 80%;
  max-width: 20rem;
  transform: translateX(100%);
  transition: transform 0.40s cubic-bezier(0.25, 1, 0.3, 1);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(1.25rem) saturate(180%);
  -webkit-backdrop-filter: blur(1.25rem) saturate(180%);
  border-left: 0.0625rem solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0.0625rem 0 0 rgba(255, 255, 255, 0.1), -0.25rem 0 2rem rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

#mobile-menu-panel::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 100% 45% at 50% 0%, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0.12) 45%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}

#mobile-menu-panel::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 30% at 50% 100%, rgba(255, 255, 255, 0.15) 0%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}

#mobile-menu-panel>* {
  position: relative;
  z-index: 2;
}

#mobile-menu.open #mobile-menu-panel {
  transform: translateX(0);
}

#mobile-menu.closing #mobile-menu-panel {
  transform: translateX(100%);
}

.glow-search-wrap {
  position: relative;
  border-radius: 6.1875rem;
}

.glow-search-wrap .glow-search-inner {
  position: relative;
  z-index: 1;
  border-radius: inherit;
}

.glow-search-wrap input {
  transition: box-shadow 0.35s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.35s ease;
}

.glow-search-wrap:focus-within input {
  border-color: transparent !important;
  box-shadow: 0 0 0 0.0625rem rgba(255, 255, 255, 0.5), 0 0 0.625rem 0.125rem rgba(255, 255, 255, 0.4), 0 0 1.125rem 0.25rem rgba(70, 70, 175, 0.4);
  outline: none;
}

.mobile-glow-search-wrap {
  position: relative;
  border-radius: 6.1875rem;
}

.mobile-glow-search-wrap .mobile-glow-inner {
  position: relative;
  z-index: 1;
  border-radius: inherit;
}

#mobile-menu-search {
  background: rgba(255, 255, 255, 0.12);
  border: 0.0625rem solid rgba(255, 255, 255, 0.2);
  border-radius: 6.1875rem;
  padding: 0.625rem 1rem 0.625rem 2.5rem;
  color: #fff;
  font-size: 0.875rem;
  width: 100%;
  outline: none;
  transition: box-shadow 0.35s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.35s ease;
}

#mobile-menu-search::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

#mobile-menu-search:focus {
  border-color: transparent !important;
  box-shadow: 0 0 0 0.0625rem rgba(255, 255, 255, 0.3), 0 0 0.625rem 0.1875rem rgba(255, 255, 255, 0.25), 0 0 1.375rem 0.375rem rgba(70, 70, 175, 0.5);
}

.mobile-nav-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.875rem 0;
  font-size: 1rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.08);
  transition: color 0.3s;
  text-decoration: none;
}

.mobile-nav-link:last-child {
  border-bottom: none;
}

.mobile-nav-link:active {
  color: #fff;
}

.mobile-nav-link .mat-icon {
  font-size: 1.25rem;
  opacity: 0.7;
  font-family: 'Material Symbols Outlined';
  font-weight: 300;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  font-feature-settings: 'liga';
}

.nav-links-center {
  display: none;
}

@media (min-width: 75rem) {
  .nav-links-center {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    flex: 0 1 auto;
    white-space: nowrap;
    pointer-events: auto;
    z-index: 3;
  }
}

@media (min-width: 80rem) {
  .nav-links-center {
    gap: 1rem;
  }
}

@media (min-width: 90rem) {
  .nav-links-center {
    gap: 1.5rem;
  }
}

.nav-links-center a {
  font-size: 0.6875rem;
  white-space: nowrap;
  flex-shrink: 0;
  transition: color 0.3s ease;
}

@media (min-width: 75rem) {
  .nav-links-center a {
    font-size: 0.71875rem;
  }
}

@media (min-width: 80rem) {
  .nav-links-center a {
    font-size: 0.78125rem;
  }
}

@media (min-width: 90rem) {
  .nav-links-center a {
    font-size: 0.84375rem;
  }
}

.nav-logo-wrap {
  display: flex;
  align-items: center;
  margin-top: 0.0625rem;
  justify-content: flex-start;
  flex: 1 1 0%;
  min-width: max-content;
  z-index: 3;
}

.nav-actions-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  flex: 1 1 0%;
  min-width: max-content;
  z-index: 3;
}

/* ── Corporate hero ── FIXED: reduced height for mobile to reveal stats strip */
.corp-hero {
  position: relative;
  width: 100%;
  border-radius: 1.75rem;
  overflow: hidden;
  height: calc(100vh - 11.25rem);
  max-height: 42.5rem;
  min-height: 26.25rem;
}

@media (min-width: 48rem) {
  .corp-hero {
    height: calc(100vh - 6rem);
    max-height: 50rem;
    border-radius: 1.5rem;
  }
}

@media (min-width: 64rem) {
  .corp-hero {
    height: calc(100vh - 6.25rem);
    max-height: 50rem;
    border-radius: 1.5rem;
  }
}

@media (max-width: 29.9375rem) {
  .corp-hero {
    height: calc(100vh - 7.5rem);
    max-height: 37.5rem;
    min-height: 26.25rem;
    border-radius: 1.5rem;
  }
}

/* ── Feature card (value props) — NOW USES PRODUCT CARD GLASS STYLE ── */
/* CHANGED: hover transition 0.3s → 0.12s for instant hover feel */
.feature-card {
  position: relative;
  backdrop-filter: blur(1.25rem) saturate(180%);
  -webkit-backdrop-filter: blur(1.25rem) saturate(180%);
  border: 0.0625rem solid rgba(255, 255, 255, 0.55) !important;
  box-shadow:
    inset 0 0.09375rem 0 rgba(255, 255, 255, 0.80),
    inset 0 -0.0625rem 0 rgba(0, 0, 0, 0.06),
    inset 0.0625rem 0 0 rgba(255, 255, 255, 0.40),
    inset -0.0625rem 0 0 rgba(255, 255, 255, 0.30),
    0 0.125rem 0.25rem rgba(0, 0, 0, 0.10),
    0 0.5rem 1.5rem rgba(0, 0, 0, 0.10),
    0 1.25rem 3rem rgba(0, 0, 0, 0.06);
  border-radius: 1.75rem;
  overflow: visible !important;
  transform: translateZ(0);
  will-change: transform;
}

.feature-card.hover-ready {
  transition: transform 0.12s cubic-bezier(0.15, 0, 0.2, 1), box-shadow 0.12s ease, border-color 0.12s ease;
}

.feature-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(ellipse 110% 42% at 50% 0%, rgba(255, 255, 255, 0.62) 0%, rgba(255, 255, 255, 0.18) 40%, transparent 68%);
  pointer-events: none;
  z-index: 0;
}

.feature-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(ellipse 72% 28% at 50% 102%, rgba(255, 255, 255, 0.30) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.feature-card>* {
  position: relative;
  z-index: 1;
}

.feature-card:hover {
  transform: translateY(-0.25rem);
  box-shadow:
    inset 0 0.09375rem 0 rgba(255, 255, 255, 0.90),
    inset 0 -0.0625rem 0 rgba(0, 0, 0, 0.06),
    inset 0.0625rem 0 0 rgba(255, 255, 255, 0.50),
    inset -0.0625rem 0 0 rgba(255, 255, 255, 0.40),
    0 0.5rem 2rem rgba(79, 70, 229, 0.12),
    0 1.25rem 3rem rgba(0, 0, 0, 0.10);
}

/* Mobile scroll active states for feature cards */
@media (max-width: 39.9375rem) {
  .feature-card.is-active {
    transform: translateY(-0.25rem);
    box-shadow:
      inset 0 0.09375rem 0 rgba(255, 255, 255, 0.90),
      inset 0 -0.0625rem 0 rgba(0, 0, 0, 0.06),
      inset 0.0625rem 0 0 rgba(255, 255, 255, 0.50),
      inset -0.0625rem 0 0 rgba(255, 255, 255, 0.40),
      0 0.5rem 2rem rgba(79, 70, 229, 0.12),
      0 1.25rem 3rem rgba(0, 0, 0, 0.10);
  }
}

/* ── Step card (Process section) — SAME CARVED GLASS STYLE ── */
.step-card {
  position: relative;
  backdrop-filter: blur(1.25rem) saturate(180%);
  -webkit-backdrop-filter: blur(1.25rem) saturate(180%);
  border: 0.0625rem solid rgba(255, 255, 255, 0.55) !important;
  box-shadow:
    inset 0 0.09375rem 0 rgba(255, 255, 255, 0.80),
    inset 0 -0.0625rem 0 rgba(0, 0, 0, 0.06),
    inset 0.0625rem 0 0 rgba(255, 255, 255, 0.40),
    inset -0.0625rem 0 0 rgba(255, 255, 255, 0.30),
    0 0.125rem 0.25rem rgba(0, 0, 0, 0.10),
    0 0.5rem 1.5rem rgba(0, 0, 0, 0.10),
    0 1.25rem 3rem rgba(0, 0, 0, 0.06);
  border-radius: 1.75rem;
  overflow: visible !important;
  transform: translateZ(0);
  will-change: transform;
}

.step-card.hover-ready {
  transition: transform 0.1s cubic-bezier(0.15, 0, 0.2, 1), box-shadow 0.1s ease;
}

.step-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(ellipse 110% 42% at 50% 0%, rgba(255, 255, 255, 0.62) 0%, rgba(255, 255, 255, 0.18) 40%, transparent 68%);
  pointer-events: none;
  z-index: 0;
}

.step-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(ellipse 72% 28% at 50% 102%, rgba(255, 255, 255, 0.30) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.step-card>* {
  position: relative;
  z-index: 1;
}

.step-card:hover {
  transform: translateY(-0.1875rem);
  box-shadow:
    inset 0 0.09375rem 0 rgba(255, 255, 255, 0.90),
    inset 0 -0.0625rem 0 rgba(0, 0, 0, 0.06),
    inset 0.0625rem 0 0 rgba(255, 255, 255, 0.50),
    inset -0.0625rem 0 0 rgba(255, 255, 255, 0.40),
    0 0.5rem 2rem rgba(79, 70, 229, 0.10),
    0 1.25rem 3rem rgba(0, 0, 0, 0.08);
}

/* Mobile scroll active states for step cards */
@media (max-width: 39.9375rem) {
  .step-card.is-active {
    transform: translateY(-0.1875rem);
    box-shadow:
      inset 0 0.09375rem 0 rgba(255, 255, 255, 0.90),
      inset 0 -0.0625rem 0 rgba(0, 0, 0, 0.06),
      inset 0.0625rem 0 0 rgba(255, 255, 255, 0.50),
      inset -0.0625rem 0 0 rgba(255, 255, 255, 0.40),
      0 0.5rem 2rem rgba(79, 70, 229, 0.10),
      0 1.25rem 3rem rgba(0, 0, 0, 0.08);
  }
}

/* ── Step badge ── */
.step-badge {
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  border-radius: 0.75rem;
  background: rgba(79, 70, 229, 0.08);
  border: 0.0625rem solid rgba(79, 70, 229, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Outfit', sans-serif;
  font-size: 0.875rem;
  font-weight: 800;
  color: #4f46e5;
}

/* ── Benefit check ── */
.benefit-row {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  padding: 0.5rem 0;
}

.benefit-check {
  width: 1.125rem;
  height: 1.125rem;
  flex-shrink: 0;
  margin-top: 0.0625rem;
  border-radius: 50%;
  background: rgba(79, 70, 229, 0.10);
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefit-check .material-symbols-outlined {
  font-size: 0.6875rem;
  color: #4f46e5;
  font-variation-settings: 'FILL' 1;
}

/* ══════════════════════════════════════════════════
   INQUIRY FORM — Liquid Glass Input Fields
   ══════════════════════════════════════════════════ */
.form-field-glass {
  position: relative;
  background: rgba(255, 255, 255, 0.75) !important;
  border: 0.0625rem solid rgba(79, 70, 229, 0.2) !important;
  border-radius: 1.75rem !important;
  width: 100%;
  padding: 0.875rem 1.25rem !important;
  font-family: 'Outfit', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: #0f172a !important;
  outline: none !important;
  transition:
    box-shadow 0.35s cubic-bezier(0.25, 1, 0.5, 1),
    border-color 0.35s ease,
    background 0.3s ease;
  backdrop-filter: blur(0.75rem);
  -webkit-backdrop-filter: blur(0.75rem);
  box-shadow:
    inset 0 0.0625rem 0 rgba(255, 255, 255, 0.9),
    0 0.125rem 0.25rem rgba(79, 70, 229, 0.04),
    0 0.5rem 1rem rgba(79, 70, 229, 0.03) !important;
  -webkit-appearance: none;
  appearance: none;
}

/* Find this block and update the color */
.form-field-glass::placeholder {
  color: #64748b !important;
  /* This is Tailwind's Slate-500 */
  font-weight: 400;
  opacity: 0.8;
  /* Added for a more "muted" look */
}

.form-field-glass:focus {
  border-color: rgba(79, 70, 229, 0.6) !important;
  background: rgba(255, 255, 255, 0.95) !important;
  box-shadow:
    inset 0 0.0625rem 0 rgba(255, 255, 255, 0.9),
    0 0 0 0.0625rem rgba(79, 70, 229, 0.15),
    0 0 0.875rem 0.1875rem rgba(79, 70, 229, 0.15),
    0 0.25rem 0.75rem rgba(79, 70, 229, 0.08) !important;
}

.form-field-glass:hover:not(:focus) {
  border-color: rgba(79, 70, 229, 0.4) !important;
  box-shadow:
    inset 0 0.0625rem 0 rgba(255, 255, 255, 0.9),
    0 0.125rem 0.375rem rgba(79, 70, 229, 0.06),
    0 0.5rem 1.25rem rgba(79, 70, 229, 0.05) !important;
}

/* Textarea */
textarea.form-field-glass {
  resize: none;
  line-height: 1.6;
}

/* ── Custom Select Dropdown ── */
.custom-select-wrapper {
  position: relative;
}

.custom-select-trigger {
  position: relative;
  width: 100%;
  background: rgba(255, 255, 255, 0.75) !important;
  border: 0.0625rem solid rgba(79, 70, 229, 0.2) !important;
  border-radius: 1.75rem !important;
  padding: 0.875rem 2.75rem 0.875rem 1.25rem !important;
  font-family: 'Outfit', sans-serif;
  font-size: 0.875rem;
  /* CHANGED: Made thinner and slightly transparent to match standard placeholders */
  font-weight: 400;
  color: rgba(100, 116, 139, 0.8) !important;
  cursor: pointer;
  outline: none !important;
  text-align: left;
  transition:
    box-shadow 0.35s cubic-bezier(0.25, 1, 0.5, 1),
    border-color 0.35s ease,
    background 0.3s ease;
  backdrop-filter: blur(0.75rem);
  -webkit-backdrop-filter: blur(0.75rem);
  box-shadow:
    inset 0 0.0625rem 0 rgba(255, 255, 255, 0.9),
    0 0.125rem 0.25rem rgba(79, 70, 229, 0.04),
    0 0.5rem 1rem rgba(79, 70, 229, 0.03) !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  user-select: none;
  height: 3.125rem;
}

.custom-select-trigger.has-value {
  color: #0f172a !important;
  font-weight: 500;
  /* ADDED: Returns to bold when user makes a selection */
}

.custom-select-trigger.open,
.custom-select-trigger:focus {
  border-color: rgba(79, 70, 229, 0.6) !important;
  background: rgba(255, 255, 255, 0.95) !important;
  box-shadow:
    inset 0 0.0625rem 0 rgba(255, 255, 255, 0.9),
    0 0 0 0.0625rem rgba(79, 70, 229, 0.15),
    0 0 0.875rem 0.1875rem rgba(79, 70, 229, 0.15),
    0 0.25rem 0.75rem rgba(79, 70, 229, 0.08) !important;
}

.custom-select-trigger:hover:not(.open) {
  border-color: rgba(79, 70, 229, 0.4) !important;
  box-shadow:
    inset 0 0.0625rem 0 rgba(255, 255, 255, 0.9),
    0 0.125rem 0.375rem rgba(79, 70, 229, 0.06),
    0 0.5rem 1.25rem rgba(79, 70, 229, 0.05) !important;
}

.custom-select-icon {
  font-family: 'Material Symbols Outlined';
  font-size: 1.25rem;
  font-weight: 300;
  color: #818cf8;
  flex-shrink: 0;
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), color 0.3s;
}

.custom-select-trigger.open .custom-select-icon {
  transform: rotate(180deg);
  color: #4f46e5;
}

.custom-select-dropdown {
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(2rem) saturate(200%);
  -webkit-backdrop-filter: blur(2rem) saturate(200%);
  border: 0.0625rem solid rgba(255, 255, 255, 0.80);
  box-shadow:
    inset 0 0.0625rem 0 rgba(255, 255, 255, 0.90),
    0 0.25rem 1rem rgba(0, 0, 0, 0.08),
    0 1rem 2.5rem rgba(0, 0, 0, 0.10),
    0 2rem 4rem rgba(0, 0, 0, 0.06);
  border-radius: 1.25rem;
  padding: 0.375rem;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transform: translateY(0.375rem) scale(0.98);
  transform-origin: top center;
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1), transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  max-height: 17.5rem;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.custom-select-dropdown::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(ellipse 100% 40% at 50% 0%, rgba(255, 255, 255, 0.5) 0%, transparent 70%);
  pointer-events: none;
}

.custom-select-dropdown.open {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0) scale(1);
}

.custom-select-option {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.625rem 0.875rem;
  border-radius: 0.875rem;
  font-family: 'Outfit', sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #334155;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
  position: relative;
}

.custom-select-option:hover {
  background: rgba(79, 70, 229, 0.07);
  color: #4f46e5;
}

.custom-select-option.selected {
  background: rgba(79, 70, 229, 0.10);
  color: #4f46e5;
}

.custom-select-option .opt-icon {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 0.625rem;
  background: rgba(79, 70, 229, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.custom-select-option.selected .opt-icon {
  background: rgba(79, 70, 229, 0.15);
}

.custom-select-option .opt-icon .material-symbols-outlined {
  font-size: 0.9375rem;
  color: #4f46e5;
}

.custom-select-option .opt-check {
  margin-left: auto;
  font-family: 'Material Symbols Outlined';
  font-size: 1rem;
  color: #4f46e5;
  opacity: 0;
  transition: opacity 0.3s;
}

.custom-select-option.selected .opt-check {
  opacity: 1;
}

/* ══════════════════════════════════════════════════
   MOBILE OVERRIDES FOR DROPDOWN TEXT
   ══════════════════════════════════════════════════ */
@media (max-width: 47.9375rem) {

  .custom-select-trigger,
  .form-field-glass {
    font-size: 0.75rem !important;
  }

  .custom-select-trigger>span:first-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 1.5rem);
    display: inline-block;
  }
}

/* ── Submit button ── */
/* CHANGED: hover transition 0.3s → 0.15s for instant feel */
.submit-btn-glass {
  position: relative;
  background: #4f46e5;
  width: 100%;
  backdrop-filter: blur(1.25rem) saturate(180%);
  -webkit-backdrop-filter: blur(1.25rem) saturate(180%);
  border: 0.0625rem solid rgba(255, 255, 255, 0.10);
  box-shadow:
    inset 0 0.0625rem 0 rgba(255, 255, 255, 0.10),
    inset 0 -0.0625rem 0 rgba(0, 0, 0, 0.15),
    0 0.125rem 0.25rem rgba(0, 0, 0, 0.18),
    0 0.375rem 0.875rem rgba(79, 70, 229, 0.35);
  color: #ffffff;
  overflow: hidden;
  height: 3.375rem;
  border-radius: 1.75rem;
  font-family: 'Outfit', sans-serif;
  font-size: 0.9375rem;
  font-weight: 800;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition: transform 0.15s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.15s ease;
  outline: none;
  margin-top: 1rem;
}

.submit-btn-glass::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(ellipse 100% 45% at 50% 0%, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.05) 45%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}

.submit-btn-glass::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(ellipse 70% 30% at 50% 100%, rgba(255, 255, 255, 0.18) 0%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}

.submit-btn-glass>* {
  position: relative;
  z-index: 2;
}

.submit-btn-glass:hover {
  box-shadow:
    inset 0 0.0625rem 0 rgba(255, 255, 255, 0.15),
    inset 0 -0.0625rem 0 rgba(0, 0, 0, 0.18),
    0 0.25rem 0.5rem rgba(0, 0, 0, 0.22),
    0 0.75rem 1.75rem rgba(79, 70, 229, 0.50);
  transform: translateY(-0.125rem);
}

.submit-btn-glass:active {
  transform: scale(0.98);
}

.submit-btn-glass.success {
  background: #10b981;
  box-shadow:
    inset 0 0.0625rem 0 rgba(255, 255, 255, 0.15),
    0 0.375rem 1.25rem rgba(16, 185, 129, 0.40);
}

/* ── Product card ── */
.product-card-glass {
  position: relative;
  backdrop-filter: blur(1.25rem) saturate(180%);
  -webkit-backdrop-filter: blur(1.25rem) saturate(180%);
  border: 0.0625rem solid rgba(255, 255, 255, 0.55) !important;
  box-shadow:
    inset 0 0.09375rem 0 rgba(255, 255, 255, 0.80),
    inset 0 -0.0625rem 0 rgba(0, 0, 0, 0.06),
    inset 0.0625rem 0 0 rgba(255, 255, 255, 0.40),
    inset -0.0625rem 0 0 rgba(255, 255, 255, 0.30),
    0 0.125rem 0.25rem rgba(0, 0, 0, 0.10),
    0 0.5rem 1.5rem rgba(0, 0, 0, 0.10),
    0 1.25rem 3rem rgba(0, 0, 0, 0.06);
  overflow: visible !important;
  transform: translateZ(0);
  will-change: transform;
}

.product-card-glass::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(ellipse 110% 42% at 50% 0%, rgba(255, 255, 255, 0.62) 0%, rgba(255, 255, 255, 0.18) 40%, transparent 68%);
  pointer-events: none;
  z-index: 0;
}

.product-card-glass::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(ellipse 72% 28% at 50% 102%, rgba(255, 255, 255, 0.30) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.product-card-glass>* {
  position: relative;
  z-index: 1;
}

/* ── Stat counter pill ── */
.stat-pill {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* ── Toast ── */
#form-toast {
  position: fixed;
  top: 4;
  left: 50%;
  z-index: 300;
  transform: translateX(-50%) translateY(-1.25rem);
  opacity: 0;
  pointer-events: none;
  transition: all 0.35s cubic-bezier(0.25, 1, 0.3, 1);
  min-width: 16.25rem;
}

#form-toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(1rem);
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(1.25rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ══════════════════════════════════════════════════
   PRICING ESTIMATOR
   ══════════════════════════════════════════════════ */
.estimator-slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 0.375rem;
  border-radius: 6.1875rem;
  outline: none;
  cursor: pointer;
  background: linear-gradient(to right, #4f46e5 45%, rgba(79, 70, 229, 0.15) 45%);
  transition: background 0s;
}

.estimator-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #ffffff;
  border: 0.15625rem solid #4f46e5;
  box-shadow: 0 0.125rem 0.75rem rgba(79, 70, 229, 0.40), 0 0 0 0.25rem rgba(79, 70, 229, 0.10);
  cursor: pointer;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.estimator-slider::-webkit-slider-thumb:hover {
  box-shadow: 0 0.125rem 1rem rgba(79, 70, 229, 0.55), 0 0 0 0.375rem rgba(79, 70, 229, 0.15);
  transform: scale(1.1);
}

.estimator-slider::-moz-range-thumb {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #ffffff;
  border: 0.15625rem solid #4f46e5;
  box-shadow: 0 0.125rem 0.75rem rgba(79, 70, 229, 0.40);
  cursor: pointer;
}

/* Dark result panel */
.estimator-result-panel {
  position: relative;
  border-radius: 1.75rem;
  overflow: hidden;
  background: linear-gradient(145deg, #818cf8 0%, #4f46e5 45%, #2e1065 100%);
  background-clip: padding-box;
  border: 0.0625rem solid rgba(255, 255, 255, 0.25);
  box-shadow:
    inset 0 0.09375rem 0 rgba(255, 255, 255, 0.35),
    inset 0 -0.0625rem 0 rgba(0, 0, 0, 0.10),
    0 0.5rem 2rem rgba(79, 70, 229, 0.30),
    0 1.5rem 4rem rgba(79, 70, 229, 0.15);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}

.estimator-result-panel::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(ellipse 100% 40% at 50% 0%, rgba(255, 255, 255, 0.12) 0%, transparent 65%);
  pointer-events: none;
  z-index: 1;
}

.estimator-result-panel::after {
  content: '';
  position: absolute;
  bottom: -2.5rem;
  right: -2.5rem;
  width: 12.5rem;
  height: 12.5rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.25) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.estimator-result-panel>* {
  position: relative;
  z-index: 2;
}

.estimator-check-row {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.4375rem 0;
}

.estimator-check-dot {
  width: 1.125rem;
  height: 1.125rem;
  flex-shrink: 0;
  border-radius: 50%;
  background: rgba(99, 102, 241, 0.25);
  border: 0.0625rem solid rgba(99, 102, 241, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
}

.estimator-check-dot .material-symbols-outlined {
  font-size: 0.625rem;
  color: #a5b4fc;
  font-variation-settings: 'FILL' 1;
}

/* CHANGED: hover transition 0.3s → 0.15s for instant feel */
.estimator-quote-btn {
  position: relative;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(1rem);
  -webkit-backdrop-filter: blur(1rem);
  border: 0.0625rem solid rgba(255, 255, 255, 0.20);
  box-shadow:
    inset 0 0.0625rem 0 rgba(255, 255, 255, 0.25),
    0 0.25rem 1rem rgba(0, 0, 0, 0.20);
  color: #ffffff;
  overflow: hidden;
  border-radius: 6.1875rem;
  font-family: 'Outfit', sans-serif;
  font-size: 0.8125rem;
  font-weight: 800;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  height: 2.875rem;
  padding: 0 1.5rem;
  width: 100%;
  transition: background 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.estimator-quote-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(ellipse 100% 45% at 50% 0%, rgba(255, 255, 255, 0.20) 0%, transparent 65%);
  pointer-events: none;
}

.estimator-quote-btn>* {
  position: relative;
}

.estimator-quote-btn:hover {
  background: rgba(255, 255, 255, 0.20);
  transform: translateY(-0.125rem);
  box-shadow:
    inset 0 0.0625rem 0 rgba(255, 255, 255, 0.30),
    0 0.5rem 1.5rem rgba(0, 0, 0, 0.30);
}

.estimator-quote-btn:active {
  transform: scale(0.97);
}

/* Tier badge on result panel */
.tier-badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.3125rem;
  background: rgba(99, 102, 241, 0.20);
  border: 0.0625rem solid rgba(99, 102, 241, 0.30);
  border-radius: 6.1875rem;
  padding: 0.25rem 0.625rem;
  font-size: 0.625rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: #a5b4fc;
}

/* ══════════════════════════════════════════════════
   HERO FLOATING CARD
   ══════════════════════════════════════════════════ */
.hero-float-card {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 18.75rem;
  z-index: 20;
  animation: heroCardFloat 4.5s ease-in-out infinite;
}

.hero-float-card[data-staggered-item].is-visible {
  transform: translateY(-50%);
}

@media (min-width: 48rem) {
  .hero-float-card {
    right: 3rem;
    width: 21.875rem;
  }
}

@media (min-width: 64rem) {
  .hero-float-card {
    right: 4.5rem;
    width: 25rem;
  }
}

/* Hide the card on mobile/tablets to avoid content overlap and show Stats Strip instead */
@media (max-width: 63.9375rem) {
  .hero-float-card {
    display: none;
  }
}

@keyframes heroCardFloat {

  0%,
  100% {
    transform: translateY(-50%);
  }

  50% {
    transform: translateY(-50%);
  }
}

/* Update this block (around line 500) */
/* CHANGED: hover transition 0.4s → 0.15s for instant feel */
.hero-float-card-inner {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(2.5rem) saturate(220%) brightness(1.15);
  -webkit-backdrop-filter: blur(2.5rem) saturate(220%) brightness(1.15);
  border: 0.0625rem solid rgba(255, 255, 255, 0.30);
  box-shadow:
    inset 0 0.09375rem 0 rgba(255, 255, 255, 0.55),
    inset 0 -0.0625rem 0 rgba(0, 0, 0, 0.10),
    0 0.25rem 1.25rem rgba(0, 0, 0, 0.28),
    0 1.25rem 3.75rem rgba(0, 0, 0, 0.38);
  border-radius: 1.5rem;
  overflow: hidden;

  /* CHANGED: 0.4s → 0.15s for smooth animation */
  transition: transform 0.15s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.15s ease, border-color 0.15s ease;
}

/* Replace the existing hover block (around line 506) */
.hero-float-card:hover .hero-float-card-inner {
  /* This makes the card "pop" towards the user */
  transform: scale(1.03);

  /* Makes the border brighter on hover */
  border-color: rgba(255, 255, 255, 0.60);

  /* Enhanced shadow to make it look like it's lifting higher */
  box-shadow:
    inset 0 0.09375rem 0 rgba(255, 255, 255, 0.70),
    inset 0 -0.0625rem 0 rgba(0, 0, 0, 0.20),
    0 0.75rem 2.5rem rgba(0, 0, 0, 0.35),
    0 2.5rem 5rem rgba(0, 0, 0, 0.45),
    0 0 1.25rem rgba(79, 70, 229, 0.2);
  /* Subtle primary color glow */
}

.hero-float-card-inner::before {
  background: radial-gradient(ellipse 110% 40% at 50% 0%,
      rgba(255, 255, 255, 0.50) 0%,
      rgba(255, 255, 255, 0.12) 40%,
      transparent 68%);
}

.hero-float-card-inner>* {
  position: relative;
  z-index: 2;
}

/* UPDATED CODE */
/* Update this block (around line 520) */
.hero-float-img-wrap {
  /* Increase this value to make the image smaller. 
     1.25rem or 1.5rem creates a elegant 'floating tile' look. */
  margin: 0.9375rem 0.9375rem 0.75rem 0.9375rem;

  /* Keep or slightly increase radius to match the smaller size */
  border-radius: 1rem;

  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 1.25rem rgba(0, 0, 0, 0.1);
  /* Optional: adds a very fine border around the image itself */
  border: 0.0625rem solid rgba(255, 255, 255, 0.1);
}

.hero-float-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  transition: transform 0.55s cubic-bezier(0.25, 1, 0.5, 1);
}

/*.hero-float-card:hover .hero-float-img { transform: scale(1.05); }*/

.hero-float-img-label {
  position: absolute;
  bottom: 0.625rem;
  left: 0.625rem;
  display: flex;
  align-items: center;
  gap: 0.3125rem;
  background: rgba(0, 0, 0, 0.50);
  backdrop-filter: blur(0.875rem);
  border: 0.0625rem solid rgba(255, 255, 255, 0.14);
  border-radius: 6.1875rem;
  padding: 0.25rem 0.6875rem 0.25rem 0.5rem;
  font-family: 'Outfit', sans-serif;
  font-size: 0.625rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.88);
  letter-spacing: 0.04em;
}

.hero-float-img-label .material-symbols-outlined {
  font-size: 0.75rem;
}

.hero-float-info {
  padding: 0.875rem 1rem 1rem;
}

.hero-float-row {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.hero-float-icon {
  font-family: 'Material Symbols Outlined';
  font-size: 1.125rem;
  color: #a5b4fc;
  font-variation-settings: 'FILL' 0, 'wght' 300;
  flex-shrink: 0;
}

.hero-float-label {
  font-family: 'Outfit', sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.25;
}

.hero-float-sub {
  font-family: 'Outfit', sans-serif;
  font-size: 0.625rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.42);
  margin-top: 0.0625rem;
}

.hero-float-badge {
  margin-left: auto;
  background: rgba(79, 70, 229, 0.28);
  border: 0.0625rem solid rgba(99, 102, 241, 0.38);
  color: #a5b4fc;
  font-family: 'Outfit', sans-serif;
  font-size: 0.5625rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-radius: 6.1875rem;
  padding: 0.1875rem 0.5625rem;
  flex-shrink: 0;
}

.hero-float-divider {
  height: 0.0625rem;
  background: rgba(255, 255, 255, 0.08);
  margin: 0.6875rem 0;
}

/* ══════════════════════════════════════════════════
   HERO GLASS PILLS ROW — UPDATED to match .glass-pill style
   ══════════════════════════════════════════════════ */
.hero-pills-row {
  position: absolute;
  bottom: 1.25rem;
  left: 1.5rem;
  right: 1.5rem;
  z-index: 20;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4375rem;
  align-items: center;
}

@media (min-width: 48rem) {
  .hero-pills-row {
    left: 2.5rem;
    bottom: 1.5rem;
    gap: 0.5rem;
  }
}

@media (min-width: 64rem) {
  .hero-pills-row {
    left: 3.5rem;
    bottom: 1.75rem;
  }
}

/* FIXED: On mobile, pills row becomes static (in-flow) inside the copy block,
   not absolute-positioned, so it can never overlap anything */
@media (max-width: 63.9375rem) {
  .hero-pills-row {
    position: static;
    margin-top: 1rem;
    left: auto;
    right: auto;
    bottom: auto;
  }
}

/* ── UPDATED: hero pills now match .glass-pill style (same as "Trusted by 200+ Teams") ── */
.hero-glass-pill {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.375rem 0.75rem 0.375rem 0.5rem;
  border-radius: 6.1875rem;
  background: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(1.25rem) saturate(180%);
  -webkit-backdrop-filter: blur(1.25rem) saturate(180%);
  border: 0.0625rem solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0.0625rem 0 rgba(255, 255, 255, 0.1), 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
  overflow: hidden;
  font-family: 'Outfit', sans-serif;
  font-size: 0.71875rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.86);
  white-space: nowrap;
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  cursor: default;
}

.hero-glass-pill::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(ellipse 100% 45% at 50% 0%, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0.12) 45%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}

.hero-glass-pill::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(ellipse 70% 30% at 50% 100%, rgba(255, 255, 255, 0.15) 0%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}

.hero-glass-pill>* {
  position: relative;
  z-index: 2;
}

.hero-glass-pill:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.28);
  transform: translateY(-0.125rem);
}

.hero-pill-icon-wrap {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: rgba(99, 102, 241, 0.28);
  border: 0.0625rem solid rgba(99, 102, 241, 0.32);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hero-pill-icon-wrap .material-symbols-outlined {
  font-size: 0.6875rem;
  color: #a5b4fc;
  font-variation-settings: 'FILL' 1, 'wght' 500;
}

/* ══════════════════════════════════════════════════
   MOBILE OVERRIDES FOR PRICING ESTIMATOR (Side-by-Side)
   ══════════════════════════════════════════════════ */
@media (max-width: 47.9375rem) {
  .estimator-slider::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    border-width: 0.125rem;
  }

  .estimator-slider::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    border-width: 0.125rem;
  }

  .estimator-check-row {
    padding: 0.25rem 0;
    gap: 0.375rem;
  }

  .estimator-check-dot {
    width: 0.875rem;
    height: 0.875rem;
  }

  .estimator-check-dot .material-symbols-outlined {
    font-size: 0.5625rem;
  }

  .estimator-quote-btn {
    height: 2.25rem;
    padding: 0 0.75rem;
    font-size: 0.6875rem;
  }

  .estimator-quote-btn .material-symbols-outlined {
    font-size: 0.875rem;
  }

  .tier-badge-pill {
    padding: 0.1875rem 0.375rem;
    font-size: 0.5rem;
  }

  .tier-badge-pill .material-symbols-outlined {
    font-size: 0.625rem !important;
  }

  #est-price {
    font-size: clamp(1.125rem, 8vw, 2.5rem) !important;
  }
}

/* ══════════════════════════════════════════════════
   MARQUEE BELT
   ══════════════════════════════════════════════════ */
.marquee-section {
  overflow: hidden;
  border-top: 0.0625rem solid rgba(226, 232, 240, 0.6);
  border-bottom: 0.0625rem solid rgba(226, 232, 240, 0.6);
  background: #ffffff;
}

.marquee-label {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #94a3b8;
  text-align: center;
}

/* Desktop size */
@media (min-width: 48rem) {
  .marquee-label {
    font-size: 0.625rem;
    letter-spacing: 0.18em;
    white-space: nowrap;
  }
}

/* Mobile size - smaller font, less spacing, allows wrapping */
@media (max-width: 47.9375rem) {
  .marquee-label {
    font-size: 0.53125rem;
    letter-spacing: 0.1em;
    line-height: 1.4;
  }
}

.marquee-track-wrapper {
  overflow: hidden;
  position: relative;
  /* fade edges */
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 6%, black 94%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 6%, black 94%, transparent 100%);
}

.marquee-track {
  display: flex;
  align-items: center;
  gap: 0;
  width: max-content;
  animation: marqueeScroll 30s linear infinite;
  will-change: transform;
}

.marquee-track:hover {
  animation-play-state: paused;
}

@keyframes marqueeScroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.marquee-item {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0 1.75rem;
  white-space: nowrap;
  flex-shrink: 0;
  cursor: default;
  transition: opacity 0.25s ease;
}

.marquee-item:hover {
  opacity: 0.75;
}

.marquee-item-icon {
  width: 2.125rem;
  height: 2.125rem;
  border-radius: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1rem;
}

.marquee-item-name {
  font-family: 'Outfit', sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #334155;
  white-space: nowrap;
}

.marquee-item-type {
  font-family: 'Outfit', sans-serif;
  font-size: 0.625rem;
  font-weight: 600;
  color: #94a3b8;
  white-space: nowrap;
}

.marquee-dot-sep {
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: #e2e8f0;
  flex-shrink: 0;
  margin: 0 0.25rem;
}

/* ══════════════════════════════════════════════════
   USE CASE CARDS
   ══════════════════════════════════════════════════ */
/* CHANGED: hover transition 0.4s → 0.12s for instant hover feel */
.use-case-card {
  position: relative;
  border-radius: 1.75rem;
  overflow: hidden;
  cursor: pointer;
  backdrop-filter: blur(1.25rem) saturate(180%);
  -webkit-backdrop-filter: blur(1.25rem) saturate(180%);
  border: 0.0625rem solid rgba(255, 255, 255, 0.55);
  box-shadow:
    inset 0 0.09375rem 0 rgba(255, 255, 255, 0.80),
    inset 0 -0.0625rem 0 rgba(0, 0, 0, 0.06),
    0 0.125rem 0.25rem rgba(0, 0, 0, 0.10),
    0 0.5rem 1.5rem rgba(0, 0, 0, 0.10);
  transform: translateZ(0);
  transition: transform 0.12s cubic-bezier(0.15, 0, 0.2, 1),
    box-shadow 0.12s ease,
    border-color 0.12s ease;
  display: flex;
  flex-direction: column;
}

.use-case-card:hover {
  transform: translateY(-0.375rem) scale(1.01);
  border-color: rgba(255, 255, 255, 0.5) !important;
  box-shadow:
    inset 0 0.09375rem 0 rgba(255, 255, 255, 0.90),
    0 0 0 0.0625rem rgba(255, 255, 255, 0.5),
    0 0 0.625rem 0.125rem rgba(255, 255, 255, 0.4),
    0 0 1.25rem 0.375rem color-mix(in srgb, var(--accent) 60%, transparent);
}

/* ── Image block ── */
.use-case-img-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 1.375rem 1.375rem 0 0;
  flex-shrink: 0;
}

/* CHANGED: image zoom transition 0.6s → 0.3s for snappier feel */
.use-case-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.use-case-card:hover .use-case-img {
  transform: scale(1.06);
}

/* CHANGED: overlay opacity transition 0.4s → 0.12s */
.use-case-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.10) 55%, transparent 100%);
  transition: opacity 0.12s ease;
}

.use-case-card:hover .use-case-img-overlay {
  opacity: 0.7;
}

/* ── Pill label on image ── */
/* CHANGED: pill transition 0.3s → 0.12s */
.use-case-pill {
  position: absolute;
  bottom: 0.625rem;
  left: 0.625rem;
  display: flex;
  align-items: center;
  gap: 0.3125rem;
  background: rgba(0, 0, 0, 0.50);
  backdrop-filter: blur(0.875rem);
  border: 0.0625rem solid rgba(255, 255, 255, 0.14);
  border-radius: 6.1875rem;
  padding: 0.25rem 0.6875rem 0.25rem 0.5rem;
  font-family: 'Outfit', sans-serif;
  font-size: 0.625rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.90);
  letter-spacing: 0.04em;
  z-index: 2;
  transition: background 0.12s ease, transform 0.12s ease;
}

.use-case-card:hover .use-case-pill {
  background: rgba(0, 0, 0, 0.70);
  transform: translateY(-0.125rem);
}

/* ── Body ── */
.use-case-body {
  padding: 1.125rem 1.25rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex-grow: 1;
  background: rgba(255, 255, 255, 0.85);
  position: relative;
}

.use-case-body::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 110% 42% at 50% 0%, rgba(255, 255, 255, 0.55) 0%, transparent 65%);
  pointer-events: none;
}

.use-case-body>* {
  position: relative;
  z-index: 1;
}

/* Icon */
/* CHANGED: icon transition 0.3s → 0.12s */
.use-case-icon-wrap {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.625rem;
  background: var(--accent-bg);
  border: 0.0625rem solid color-mix(in srgb, var(--accent) 20%, transparent);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  flex-shrink: 0;
  transition: background 0.12s ease, transform 0.12s cubic-bezier(0.25, 1, 0.5, 1);
}

.use-case-card:hover .use-case-icon-wrap {
  background: color-mix(in srgb, var(--accent) 18%, transparent);
  transform: rotate(-6deg) scale(1.08);
}

.use-case-title {
  font-family: 'Outfit', sans-serif;
  font-size: 1rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.25;
  margin: 0;
}

.use-case-desc {
  font-family: 'Outfit', sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
  flex-grow: 1;
}

/* CTA link */
/* CHANGED: cta transition 0.3s → 0.12s */
.use-case-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.3125rem;
  font-family: 'Outfit', sans-serif;
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  cursor: pointer;
  margin-top: 0.25rem;
  opacity: 0;
  transform: translateY(0.25rem);
  transition: opacity 0.12s ease, transform 0.12s cubic-bezier(0.25, 1, 0.5, 1), gap 0.12s ease;
}

.use-case-card:hover .use-case-cta {
  opacity: 1;
  transform: translateY(0);
}

.use-case-cta:hover {
  gap: 0.5rem;
}

/* Mobile scroll active states for use case cards */
@media (max-width: 39.9375rem) {
  .use-case-card.is-active {
    transform: translateY(-0.375rem) scale(1.01);
    border-color: rgba(255, 255, 255, 0.5) !important;
    box-shadow:
      inset 0 0.09375rem 0 rgba(255, 255, 255, 0.90),
      0 0 0 0.0625rem rgba(255, 255, 255, 0.5),
      0 0 0.625rem 0.125rem rgba(255, 255, 255, 0.4),
      0 0 1.25rem 0.375rem color-mix(in srgb, var(--accent) 60%, transparent);
  }

  .use-case-card.is-active .use-case-img {
    transform: scale(1.06);
  }

  .use-case-card.is-active .use-case-img-overlay {
    opacity: 0.7;
  }

  .use-case-card.is-active .use-case-pill {
    background: rgba(0, 0, 0, 0.70);
    transform: translateY(-0.125rem);
  }

  /*.use-case-card.is-active .use-case-icon-wrap { background: color-mix(in srgb, var(--accent) 18%, transparent); transform: rotate(-6deg) scale(1.08); }*/
  .use-case-card.is-active .use-case-icon-wrap {
    background: color-mix(in srgb, var(--accent) 18%, transparent);
    transform: scale(1.08);
  }

  .use-case-card.is-active .use-case-cta {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ══════════════════════════════════════════════════
   MOBILE HORIZONTAL SCROLL — Smooth swipe, no slipping
   ADDED: scroll-snap-stop:always prevents cards from
   sliding past multiple items in one swipe gesture.
   overscroll-behavior-x:contain keeps scroll contained.
   ══════════════════════════════════════════════════ */
@media (max-width: 39.9375rem) {
  .snap-x {
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
  }

  .use-case-card,
  .feature-card,
  .step-card {
    scroll-snap-stop: always;
  }
}

/* corporate.html style block 2 */
.faq-item {
  border-bottom: 0.0625rem solid rgba(226, 232, 240, 0.7);
  overflow: visible;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 0;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  font-family: 'Outfit', sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #0f172a;
  text-align: left;
  gap: 1rem;
  transition: color 0.3s ease;
}

.faq-trigger:hover {
  color: #4f46e5;
}

/* ── FAQ icon — carved frosted glass matching Customize/Preview buttons ── */
.faq-trigger .faq-icon {
  position: relative;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 0.5rem;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(1.25rem) saturate(180%);
  -webkit-backdrop-filter: blur(1.25rem) saturate(180%);
  border: 0.0625rem solid rgba(255, 255, 255, 0.18);
  box-shadow:
    inset 0 0.0625rem 0 rgba(255, 255, 255, 0.25),
    0 0.125rem 0.25rem rgba(0, 0, 0, 0.18),
    0 0.25rem 0.75rem rgba(0, 0, 0, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: background 0.3s cubic-bezier(0.25, 1, 0.5, 1),
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.faq-trigger .faq-icon::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(ellipse 100% 45% at 50% 0%,
      rgba(255, 255, 255, 0.45) 0%,
      rgba(255, 255, 255, 0.12) 45%,
      transparent 70%);
  pointer-events: none;
  z-index: 1;
}

.faq-trigger .faq-icon::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(ellipse 70% 30% at 50% 100%,
      rgba(255, 255, 255, 0.15) 0%,
      transparent 70%);
  pointer-events: none;
  z-index: 1;
}

.faq-trigger .faq-icon .material-symbols-outlined {
  font-size: 1rem;
  color: #4f46e5;
  position: relative;
  z-index: 2;
}

.faq-trigger:hover .faq-icon {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.30);
  box-shadow:
    inset 0 0.0625rem 0 rgba(255, 255, 255, 0.35),
    0 0.25rem 0.5rem rgba(0, 0, 0, 0.20),
    0 0.5rem 1.25rem rgba(79, 70, 229, 0.18);
}

.faq-item.open .faq-trigger .faq-icon {
  background: rgba(255, 255, 255, 0.16);
  border: 0.15625rem solid rgba(79, 70, 229, 0.70);
  box-shadow:
    inset 0 0.0625rem 0 rgba(255, 255, 255, 0.30),
    0 0.125rem 0.375rem rgba(0, 0, 0, 0.16),
    0 0.375rem 1rem rgba(79, 70, 229, 0.28);
  transform: rotate(45deg);
}

.faq-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}

.faq-item.open .faq-body {
  max-height: 18.75rem;
}

.faq-body p {
  font-family: 'Outfit', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: #64748b;
  line-height: 1.65;
  padding-bottom: 1.25rem;
}
