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

/* ═══════════════════════════════════════════════════════
   Apple iOS 26 Liquid Glass — matched to homepage
   ═══════════════════════════════════════════════════════ */

.liquid-glass-filter { filter: url(#liquid-distort); }

.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; }

/* ── Navbar pill — overflow visible so nav links aren't clipped ── */
#smart-navbar .ios26-liquid-pill { overflow: visible; min-width: 0; }
#smart-navbar .nav-pill-bg {
  position: absolute; inset: 0; border-radius: inherit; overflow: hidden; pointer-events: none; z-index: 0;
}
#smart-navbar .nav-pill-bg::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%);
}
#smart-navbar .nav-pill-bg::after {
  content: ''; position: absolute; inset: 0; border-radius: inherit;
  background: radial-gradient(ellipse 70% 30% at 50% 100%, rgba(255, 255, 0.15) 0%, transparent 70%);
}

.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; }

/* ── ADD TO CART — Liquid Glass Button ── */
.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.25s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.25s ease, background 0.25s 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 {
  background: #4f46e5;
  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);
}

/* ── Layout ── */
.section-container {
  max-width: 75rem; margin-left: auto; margin-right: auto;
  padding-left: 1.5rem; padding-right: 1.5rem;
}
.hero-container-wide {
  width: 100%; max-width: 90rem; margin-left: auto; margin-right: auto;
  padding-left: 1.5rem; padding-right: 1.5rem;
}
@media (max-width: 47.9375rem) {
  .section-container, .hero-container-wide { padding-left: 0.75rem; padding-right: 0.75rem; }
}
@media (min-width: 48rem) { .hero-container-wide { padding-left: 2rem; padding-right: 2rem; } }
@media (min-width: 80rem) { .hero-container-wide { padding-left: 3rem; padding-right: 3rem; } }

.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; } }

/* ══════════════════════════════════════════════════
   BRAND GLOW SEARCH BAR
   ══════════════════════════════════════════════════ */
.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 Menu Drawer ── */
#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%); }

.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.2s; 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';
}

/* ══════════════════════════════════════════════════
   NAVBAR
   ══════════════════════════════════════════════════ */
.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.2s 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; }

/* ── Smart CTA Adaptive Color ── */
#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); }

/* ── Staggered Fade-In ── */[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); }

::-webkit-scrollbar { width: 0.25rem; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: #e2e8f0; border-radius: 6.1875rem; }

/* ── Hero Banner ── */
.contact-hero {
  position: relative; width: 100%; border-radius: 2rem; overflow: hidden;
  height: clamp(18.75rem, 48vh, 28.75rem);
}
@media (max-width: 47.9375rem) { .contact-hero { border-radius: 2rem; } }
@media (min-width: 64rem) { .contact-hero { border-radius: 2rem; } }

/* ═══════════════════════════════════════════════════════
   CONTACT FORM — Liquid Glass Input Fields (Rounded + Themed)
   Note: !important is heavily used here to stop Tailwind's
   forms plugin from reverting inputs to square corners.
   ═══════════════════════════════════════════════════════ */
.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.25s 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;
}
.form-field-glass::placeholder {
  color: #818cf8 !important;
  font-weight: 400;
}
.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;
}

/* Select field wrapper */
.select-glass-wrap { position: relative; }
.select-glass-wrap select.form-field-glass {
  cursor: pointer;
  padding-right: 2.75rem !important;
}
.select-glass-wrap .select-icon {
  position: absolute; right: 1.125rem; top: 50%; transform: translateY(-50%);
  color: #818cf8; pointer-events: none;
  font-family: 'Material Symbols Outlined'; font-size: 1.25rem;
  font-weight: 300; letter-spacing: normal; text-transform: none;
  white-space: nowrap; word-wrap: normal; font-feature-settings: 'liga';
  transition: transform 0.25s cubic-bezier(0.25, 1, 0.5, 1), color 0.2s;
}
.select-glass-wrap:focus-within .select-icon {
  transform: translateY(-50%) rotate(180deg);
  color: #4f46e5;
}

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

/* Custom select dropdown styling */
.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;
  font-weight: 500;
  color: #818cf8 !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.25s 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;
}
.custom-select-trigger.has-value { color: #0f172a !important; }
.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.2s;
}
.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.22s cubic-bezier(0.25, 1, 0.5, 1), transform 0.22s cubic-bezier(0.25, 1, 0.5, 1);
  overflow: hidden;
}
.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.15s ease, color 0.15s 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.15s;
}
.custom-select-option.selected .opt-check { opacity: 1; }

/* ── Info card on left panel ── */
.info-card {
  display: flex; align-items: flex-start; gap: 0.875rem;
  padding: 1rem; border-radius: 1.125rem;
  background: rgba(255, 255, 255, 0.60);
  border: 0.0625rem solid rgba(255, 255, 255, 0.80);
  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.5rem rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.info-card:hover {
  box-shadow: inset 0 0.0625rem 0 rgba(255, 255, 255, 0.9), 0 0.375rem 1.25rem rgba(0, 0, 0, 0.07);
  transform: translateY(-0.0625rem);
}
.info-card-icon {
  width: 2.375rem; height: 2.375rem; border-radius: 0.75rem; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  background: rgba(79, 70, 229, 0.10);
}
.info-card-icon .material-symbols-outlined { font-size: 1.125rem; color: #4f46e5; }

/* ── Submit button — matches cart-btn-glass but full-width ── */
.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.25s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.25s ease;
  outline: none;
}
.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); }

/* ── Success state ── */
.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);
}

/* ── Form label ── */
.form-label {
  display: block;
  font-family: 'Outfit', sans-serif;
  font-size: 0.625rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: #64748b;
  margin-bottom: 0.375rem;
  margin-left: 0.25rem;
}

/* ── Character counter ── */
.char-counter {
  font-family: 'Outfit', sans-serif;
  font-size: 0.625rem;
  font-weight: 600;
  color: #94a3b8;
  transition: color 0.2s;
}
.char-counter.warn { color: #f59e0b; }
.char-counter.limit { color: #ef4444; }
