/* ==========================================================================
   Prospect Digital — Main Stylesheet (Modern Glassmorphic Light SaaS)
   ========================================================================== */

/* ==========================================================================
   1. DESIGN TOKENS & VARIABLES
   ========================================================================== */
:root {
  /* Brand Vibrant Orange */
  --brand: #f37321;
  --brand-600: #e06114;
  --brand-700: #c7510c;
  --brand-dark: #a64106;
  --brand-tint: rgba(243, 115, 33, 0.08);
  --brand-tint-2: rgba(243, 115, 33, 0.15);
  --brand-border: rgba(243, 115, 33, 0.25);
  --brand-glow: rgba(243, 115, 33, 0.35);

  /* Secondary Accents */
  --accent: #f37321;
  --accent-cyan: #0284c7;
  --cyan-tint: rgba(2, 132, 199, 0.1);
  --accent-tint: rgba(243, 115, 33, 0.08);
  --teal: #059669;
  --teal-tint: rgba(5, 150, 105, 0.1);
  --teal-ink: #059669;
  --amber: #d97706;
  --rose: #e11d48;
  --rose-tint: rgba(225, 29, 72, 0.1);

  /* Light Theme Surfaces & Backgrounds */
  --bg: #f8fafc;
  --bg2: #f1f5f9;
  --bg3: #e2e8f0;
  --bg-white: #ffffff;
  --bg-soft: rgba(248, 250, 252, 0.7);
  --bg-soft-2: rgba(241, 245, 249, 0.7);

  /* Glassmorphism Design Tokens (Light-Orange Translucent Glass) */
  --glass-bg: rgba(255, 250, 245, 0.76);
  --glass-bg-hover: rgba(255, 246, 238, 0.88);
  --glass-card-grad: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.88) 0%,
    rgba(254, 245, 238, 0.8) 50%,
    rgba(255, 240, 230, 0.72) 100%
  );
  --glass-card-grad-hover: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.96) 0%,
    rgba(254, 238, 226, 0.9) 50%,
    rgba(254, 228, 205, 0.82) 100%
  );
  --glass-border: rgba(254, 228, 205, 0.65);
  --glass-border-subtle: rgba(243, 115, 33, 0.14);
  --glass-shadow:
    0 12px 36px -8px rgba(243, 115, 33, 0.09),
    0 0 0 1px rgba(255, 255, 255, 0.85) inset;
  --glass-shadow-hover:
    0 22px 50px -10px rgba(243, 115, 33, 0.2),
    0 0 0 1px rgba(255, 255, 255, 0.95) inset;
  --glass-blur: blur(16px) saturate(180%);

  /* Deep Dark Surfaces (Dark Navy Blue #0A1C3E) */
  --bg-dark: #0a1c3e;
  --bg-dark-2: #081630;
  --bg-dark-3: #061226;
  --surface-dark: #122750;
  --surface-dark-2: #183162;
  --text-dark-theme: #f8fafc;
  --muted-dark-theme: #94a3b8;

  /* Typography / Text Neutrals */
  --ink: #090d16;
  --ink-2: #1e293b;
  --ink-soft: #475569;
  --ink-muted: #64748b;
  --ink-faint: #94a3b8;
  --text: #090d16;
  --text2: #475569;
  --text3: #64748b;

  /* Borders & Dividers */
  --line: rgba(226, 232, 240, 0.8);
  --line-strong: #cbd5e1;
  --border: rgba(226, 232, 240, 0.85);
  --border2: #cbd5e1;
  --card-border: rgba(15, 23, 42, 0.07);

  /* Gradients */
  --grad-brand: linear-gradient(135deg, #f78c46 0%, #f37321 60%, #e06114 100%);
  --grad-brand-hover: linear-gradient(
    135deg,
    #f9a46b 0%,
    #f78c46 50%,
    #f37321 100%
  );
  --grad-brand-soft: linear-gradient(
    135deg,
    rgba(243, 115, 33, 0.12) 0%,
    rgba(243, 115, 33, 0.04) 100%
  );
  --grad-dark-cta: linear-gradient(
    135deg,
    #0a1c3e 0%,
    #081630 50%,
    #061226 100%
  );
  --grad-footer: linear-gradient(180deg, #081630 0%, #061226 100%);

  /* Premium Modern Typography (Outfit + Plus Jakarta Sans + Inter) */
  --font-sans:
    "Plus Jakarta Sans", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, sans-serif;
  --font-display: "Outfit", "Plus Jakarta Sans", sans-serif;
  --font-mono:
    "JetBrains Mono", "DM Mono", ui-monospace, Menlo, Consolas, monospace;

  --fs-display: clamp(2.5rem, 1.9rem + 3.4vw, 4.4rem);
  --fs-h1: clamp(2.1rem, 1.5rem + 2.5vw, 3.5rem);
  --fs-h2: clamp(1.65rem, 1.25rem + 1.8vw, 2.5rem);
  --fs-h3: clamp(1.25rem, 1.05rem + 0.7vw, 1.65rem);
  --fs-h4: clamp(1.05rem, 0.95rem + 0.35vw, 1.25rem);
  --fs-lead: clamp(1.05rem, 0.98rem + 0.5vw, 1.2rem);
  --fs-body: 1rem;
  --fs-sm: 0.92rem;
  --fs-xs: 0.8rem;

  /* Spacing */
  --gutter: clamp(1.25rem, 4vw, 2.5rem);
  --section-y: clamp(3.8rem, 6.5vw, 6.5rem);
  --section-y-lg: clamp(4.5rem, 8vw, 8rem);
  --maxw: 1260px;
  --maxw-narrow: 960px;

  /* Radii & Shadows */
  --radius: 16px;
  --radius-sm: 10px;
  --r-sm: 10px;
  --r-md: 16px;
  --r-lg: 22px;
  --r-xl: 30px;
  --r-pill: 9999px;

  --shadow-xs: 0 1px 3px rgba(0, 0, 0, 0.04);
  --shadow-sm: 0 4px 14px rgba(0, 0, 0, 0.05);
  --shadow-md:
    0 14px 34px -8px rgba(15, 23, 42, 0.09),
    0 0 0 1px rgba(255, 255, 255, 0.8) inset;
  --shadow-lg:
    0 24px 54px -12px rgba(15, 23, 42, 0.12),
    0 0 0 1px rgba(255, 255, 255, 0.9) inset;
  --shadow-brand: 0 8px 26px rgba(239, 68, 68, 0.32);
  --shadow-brand-lg: 0 14px 36px rgba(239, 68, 68, 0.42);

  /* Motion */
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --dur: 0.28s;
  --header-h: 78px;
}

/* ==========================================================================
   2. RESET & BASE
   ========================================================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 20px);
  overflow-x: clip;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: var(--fs-body);
  line-height: 1.68;
  font-weight: 400;
  letter-spacing: -0.012em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

/* Vanta Birds Animated Canvas Background */
.vanta-birds-bg {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.page {
  position: relative;
  z-index: 1;
}

::-webkit-scrollbar {
  width: 7px;
}
::-webkit-scrollbar-track {
  background: #f1f5f9;
}
::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--brand);
}

img,
svg,
video {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: var(--brand);
  text-decoration: none;
  transition: all var(--dur) var(--ease);
}
a:hover {
  color: var(--brand-600);
}
button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
}
button {
  cursor: pointer;
  border: none;
  background: none;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
address {
  font-style: normal;
}
::selection {
  background: rgba(239, 68, 68, 0.2);
  color: #0f172a;
}

:focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: 3px;
  border-radius: 6px;
}

.skip-link {
  position: absolute;
  left: 50%;
  top: -60px;
  transform: translateX(-50%);
  z-index: 200;
  background: var(--ink);
  color: #fff;
  padding: 0.6rem 1.2rem;
  border-radius: 0 0 var(--radius-sm) var(--radius-sm);
  font-size: var(--fs-sm);
  font-weight: 600;
  transition: top 0.2s var(--ease);
}
.skip-link:focus {
  top: 0;
  color: #fff;
}

.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* ==========================================================================
   3. TYPOGRAPHY & HEADINGS (OUTFIT & PLUS JAKARTA SANS)
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
.section-head__title,
.section-title,
.hero-tech__title,
.hero__title {
  font-family: var(--font-display);
  margin: 0 0 0.5em;
  color: var(--ink);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

h1 {
  font-size: var(--fs-h1);
}
h2 {
  font-size: var(--fs-h2);
}
h3 {
  font-size: var(--fs-h3);
}
h4 {
  font-size: var(--fs-h4);
  line-height: 1.3;
}
p {
  margin: 0 0 1rem;
  color: var(--ink-soft);
}
p:last-child {
  margin-bottom: 0;
}

.lead {
  font-size: var(--fs-lead);
  line-height: 1.68;
  color: var(--ink-soft);
  max-width: 62ch;
  font-weight: 400;
}
.muted {
  color: var(--ink-muted);
}
strong,
b {
  font-weight: 700;
  color: var(--ink);
}

.accent-red,
.h1-accent,
.accent {
  color: var(--brand);
}

.accent-cyan {
  color: var(--accent-cyan);
}

.section-label,
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-mono);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--brand);
  margin-bottom: 0.75rem;
}
.section-label::before,
.eyebrow::before {
  content: "/";
  font-weight: 800;
  color: var(--brand);
  margin-right: 2px;
}
.eyebrow--light {
  color: #fca5a5;
}
.eyebrow--light::before {
  color: #fca5a5;
}

/* ==========================================================================
   4. LAYOUT UTILITIES
   ========================================================================== */
.container {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--gutter);
  position: relative;
  z-index: 1;
}
.container--narrow {
  max-width: var(--maxw-narrow);
}

.section {
  padding-block: var(--section-y);
  position: relative;
}
.section--tight {
  padding-block: clamp(2rem, 4vw, 3.5rem);
}
.section--soft {
  background: rgba(241, 245, 249, 0.45);
}

.grid {
  display: grid;
  gap: clamp(1rem, 2vw, 1.5rem);
}
.grid--2 {
  grid-template-columns: 1fr;
}
.grid--3 {
  grid-template-columns: 1fr;
}
.grid--4 {
  grid-template-columns: 1fr;
}
.grid--6 {
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .grid--2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid--4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid--6 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .grid--3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid--4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid--6 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .grid--6 {
    grid-template-columns: repeat(6, 1fr);
  }
}

.flex-between {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.center {
  text-align: center;
}
.center-x {
  margin-inline: auto;
}

/* ==========================================================================
   5. BUTTONS, PILLS & ICONS
   ========================================================================== */
.icon {
  width: 1.2em;
  height: 1.2em;
  flex: 0 0 auto;
  display: inline-block;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.74rem 1.55rem;
  border: 1px solid transparent;
  border-radius: var(--r-pill);
  font-size: var(--fs-sm);
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  transition: all var(--dur) var(--ease);
  cursor: pointer;
}
.btn:hover {
  transform: translateY(-2px);
}
.btn:active {
  transform: translateY(0);
}

.btn--brand {
  background: var(--grad-brand);
  color: #ffffff !important;
  box-shadow: var(--shadow-brand);
}
.btn--brand:hover {
  background: var(--grad-brand-hover);
  box-shadow: var(--shadow-brand-lg);
  color: #ffffff !important;
}

.btn--phone-pill,
.btn--outline {
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  color: var(--ink) !important;
  border: 1px solid var(--glass-border);
  box-shadow: var(--glass-shadow);
}
.btn--phone-pill:hover,
.btn--outline:hover {
  border-color: var(--brand-border);
  color: var(--brand) !important;
  background: var(--glass-bg-hover);
  box-shadow: var(--shadow-md);
}

.btn--lg {
  padding: 0.92rem 1.85rem;
  font-size: 0.95rem;
}
.btn--sm {
  padding: 0.52rem 1.15rem;
  font-size: 0.82rem;
}

.btn__icon {
  transition: transform var(--dur) var(--ease);
}
.btn:hover .btn__icon {
  transform: translateX(4px);
}

/* ==========================================================================
   6. SITE HEADER & NAVIGATION (GLASSMORPHIC)
   ========================================================================== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(18px) saturate(180%);
  -webkit-backdrop-filter: blur(18px) saturate(180%);
  box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.03);
  transition: box-shadow var(--dur) var(--ease);
}
.site-header.is-stuck {
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.08);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: var(--header-h);
}

/* Site Logo */
.site-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--ink);
  flex-shrink: 0;
}
.site-logo__mark {
  width: 44px;
  height: 36px;
  flex: 0 0 auto;
}
.site-footer .logo-p-path,
.cta-banner .logo-p-path {
  fill: #ffffff;
}
.site-logo__text {
  display: flex;
  flex-direction: column;
}
.site-logo__name {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--ink);
  line-height: 1.1;
}
.site-logo__sub {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--brand);
}

/* Center Nav */
.site-nav__list {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.site-nav__item {
  position: relative;
}
.site-nav__item--has-menu {
  display: inline-flex;
  align-items: center;
  position: relative;
}

.site-nav__link {
  display: inline-flex;
  align-items: center;
  padding: 0.52rem 0.95rem;
  border-radius: var(--r-pill);
  color: var(--ink-soft);
  font-size: 0.92rem;
  font-weight: 600;
  transition: all var(--dur) var(--ease);
}
.site-nav__link:hover {
  color: var(--brand);
  background: var(--brand-tint);
}
.site-nav__link.is-active {
  color: var(--brand);
  font-weight: 700;
  background: var(--brand-tint);
}

/* Submenu Chevron Button */
.site-nav__toggle {
  background: transparent;
  border: none;
  padding: 0.52rem 0.45rem 0.52rem 0.15rem;
  margin-left: -0.35rem;
  color: var(--ink-soft);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--r-pill);
  transition:
    transform 0.25s var(--ease),
    color 0.2s var(--ease);
}
.site-nav__toggle .icon--chevron {
  width: 14px;
  height: 14px;
  transition: transform 0.25s var(--ease);
}
.site-nav__item--has-menu:hover .site-nav__link,
.site-nav__item--has-menu[data-open="true"] .site-nav__link {
  color: var(--brand);
  background: var(--brand-tint);
}
.site-nav__item--has-menu:hover .site-nav__toggle,
.site-nav__item--has-menu[data-open="true"] .site-nav__toggle {
  color: var(--brand);
}
.site-nav__item--has-menu:hover .site-nav__toggle .icon--chevron,
.site-nav__item--has-menu[data-open="true"] .site-nav__toggle .icon--chevron {
  transform: rotate(180deg);
}

/* Minimal, High-Visibility Slide Down Dropdown */
.mega-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
  background: #ffffff;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 16px;
  box-shadow:
    0 20px 45px -10px rgba(15, 23, 42, 0.16),
    0 0 0 1px rgba(15, 23, 42, 0.04);
  padding: 0.9rem 1rem;
  z-index: 200;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.22s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.22s cubic-bezier(0.16, 1, 0.3, 1),
    visibility 0.22s;
}

/* Invisible bridge between button and dropdown so hover never flickers */
.mega-menu::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  height: 12px;
}

/* Hover & Open States (Slide Down Effect) */
@media (min-width: 992px) {
  .site-nav__item--has-menu:hover .mega-menu,
  .site-nav__item--has-menu:focus-within .mega-menu,
  .site-nav__item--has-menu[data-open="true"] .mega-menu {
    display: block !important;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
  }
}

/* Dropdown Sizes */
.mega-menu--services {
  width: min(94vw, 500px);
}

.mega-menu--products {
  width: min(94vw, 290px);
}

.mega-menu__inner {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.mega-menu__header {
  padding: 0.2rem 0.5rem 0.45rem;
  border-bottom: 1px solid #f1f5f9;
}

.mega-menu__label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-muted);
  margin: 0;
}

/* Services 2-Column Grid */
.mega-menu__grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.25rem 0.4rem;
}

/* Products 1-Column List */
.mega-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

/* Item Link */
.mega-menu__item {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.55rem 0.65rem;
  border-radius: 10px;
  color: var(--ink);
  text-decoration: none;
  transition:
    background 0.18s var(--ease),
    color 0.18s var(--ease),
    transform 0.18s var(--ease);
}

.mega-menu__item:hover {
  background: #f8fafc;
  color: var(--brand);
  transform: translateX(2px);
}

/* Icon Container */
.mega-menu__icon {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: rgba(239, 68, 68, 0.08);
  color: var(--brand);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition:
    background 0.18s var(--ease),
    color 0.18s var(--ease);
}

.mega-menu__icon .icon {
  width: 15px;
  height: 15px;
}

.mega-menu__item:hover .mega-menu__icon {
  background: var(--brand);
  color: #ffffff;
}

/* Monogram Badge for Products */
.mega-menu__badge {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: rgba(239, 68, 68, 0.08);
  color: var(--brand);
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid rgba(239, 68, 68, 0.18);
  transition: all 0.18s var(--ease);
}

.mega-menu__item:hover .mega-menu__badge {
  background: var(--brand);
  color: #ffffff;
  border-color: var(--brand);
}

/* Title text */
.mega-menu__name {
  font-size: 0.88rem;
  font-weight: 600;
  color: #1e293b;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.18s var(--ease);
}

.mega-menu__item:hover .mega-menu__name {
  color: var(--brand);
}

/* Arrow */
.mega-menu__arrow {
  width: 13px;
  height: 13px;
  color: var(--ink-faint);
  opacity: 0;
  transform: translateX(-4px);
  transition: all 0.18s var(--ease);
  flex-shrink: 0;
}

.mega-menu__item:hover .mega-menu__arrow {
  opacity: 1;
  transform: translateX(0);
  color: var(--brand);
}

/* Footer Link */
.mega-menu__footer {
  margin-top: 0.35rem;
  padding-top: 0.5rem;
  border-top: 1px solid #f1f5f9;
}

.mega-menu__footer-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--brand);
  text-decoration: none;
  padding: 0.2rem 0.4rem;
  border-radius: 6px;
  transition: all 0.18s var(--ease);
}

.mega-menu__footer-link .icon {
  width: 13px;
  height: 13px;
  transition: transform 0.18s var(--ease);
}

.mega-menu__footer-link:hover .icon {
  transform: translateX(3px);
}

/* Body locked state when drawer open */
body.is-locked {
  overflow: hidden !important;
  touch-action: none;
}

/* Nav Backdrop */
.nav-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.45);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 98;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.nav-backdrop.is-visible {
  opacity: 1;
  pointer-events: auto;
}

@keyframes menuSlideDown {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Mobile Toggle */
.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(226, 232, 240, 0.9);
  cursor: pointer;
  transition: all 0.2s ease;
  z-index: 101;
}
.nav-toggle:hover {
  background: #ffffff;
  border-color: rgba(203, 213, 225, 1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}
.nav-toggle__bars {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 20px;
  pointer-events: none;
}
.nav-toggle__bars span {
  display: block;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
  transition:
    transform 0.25s var(--ease),
    opacity 0.2s var(--ease);
  transform-origin: center;
}
.nav-toggle[aria-expanded="true"] .nav-toggle__bars span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.nav-toggle[aria-expanded="true"] .nav-toggle__bars span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.nav-toggle[aria-expanded="true"] .nav-toggle__bars span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Header Actions & Auth Elements */
.site-header__actions {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  flex-shrink: 0;
}
.site-header__auth,
.site-header__user-group {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.site-header__auth-btn {
  padding: 0.5rem 1.05rem;
  font-size: 0.82rem;
  font-weight: 700;
  border-radius: var(--r-pill);
}
.site-header__logout-btn {
  padding: 0.45rem 0.9rem;
  font-size: 0.8rem;
}
.user-nav-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.85rem 0.35rem 0.4rem;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-border);
  border-radius: var(--r-pill);
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  transition: all var(--dur) var(--ease);
}
.user-nav-badge:hover {
  background: var(--brand-tint);
  border-color: var(--brand-border);
  color: var(--brand);
  transform: translateY(-1px);
}
.user-nav-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: var(--grad-brand);
  color: #ffffff;
  border-radius: 50%;
  font-size: 0.78rem;
  font-weight: 800;
  box-shadow: var(--shadow-brand);
  text-transform: uppercase;
}
.site-nav__mobile-auth {
  display: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .site-header__cta {
    padding: 0.6rem 1.1rem;
    font-size: 0.82rem;
  }
  .site-nav__link {
    padding: 0.5rem 0.65rem;
    font-size: 0.86rem;
  }
}

@media (max-width: 991px) {
  /* Prevent header from acting as a containing block for fixed drawer */
  .site-header {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    background: rgba(255, 255, 255, 0.98);
  }
  .site-header__auth,
  .site-header__user-group,
  .site-header__cta {
    display: none !important;
  }
  .nav-toggle {
    display: flex;
  }

  /* Mobile Navigation Full-Height Drawer */
  .site-nav {
    position: fixed !important;
    top: var(--header-h) !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    height: calc(100dvh - var(--header-h)) !important;
    background: #ffffff !important;
    padding: 1.25rem 1.25rem 3rem !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    transform: translateY(-100%) !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transition:
      transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
      opacity 0.25s ease !important;
    z-index: 99 !important;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12) !important;
    border-top: 1px solid rgba(226, 232, 240, 0.8);
  }
  .site-nav.is-open {
    transform: translateY(0) !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  /* Navigation Items List */
  .site-nav__list {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0.4rem !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }
  .site-nav__item {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    border-radius: 12px !important;
    background: transparent !important;
  }
  .site-nav__item--has-menu {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: space-between !important;
  }
  .site-nav__link {
    font-size: 1.05rem !important;
    font-weight: 600 !important;
    padding: 0.8rem 1rem !important;
    flex: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.65rem !important;
    color: var(--ink) !important;
    border-radius: 12px !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
  }
  .site-nav__link:hover,
  .site-nav__link:focus,
  .site-nav__link:active {
    color: var(--brand) !important;
    background: rgba(239, 68, 68, 0.08) !important;
    transform: translateX(4px) !important;
  }
  .site-nav__link.is-active {
    color: var(--brand) !important;
    font-weight: 700 !important;
    background: rgba(239, 68, 68, 0.1) !important;
  }
  .site-nav__toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    height: 44px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    background: rgba(241, 245, 249, 0.85) !important;
    border-radius: 10px !important;
    color: var(--text2) !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
  }
  .site-nav__toggle:hover,
  .site-nav__toggle:active {
    color: var(--brand) !important;
    background: rgba(239, 68, 68, 0.12) !important;
  }
  .site-nav__item--has-menu[data-open="true"] .site-nav__toggle {
    color: var(--brand) !important;
    background: rgba(239, 68, 68, 0.15) !important;
  }
  .site-nav__item--has-menu[data-open="true"] .site-nav__toggle .icon--chevron {
    transform: rotate(180deg) !important;
  }

  /* Submenus Accordion on Mobile */
  .mega-menu {
    display: none !important;
    position: static !important;
    width: 100% !important;
    transform: none !important;
    box-shadow: none !important;
    border: 1px solid rgba(226, 232, 240, 0.8) !important;
    background: rgba(248, 250, 252, 0.9) !important;
    border-radius: 14px !important;
    padding: 0.6rem 0.75rem !important;
    margin: 0.35rem 0 0.6rem !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }
  .site-nav__item--has-menu[data-open="true"] > .mega-menu {
    display: block !important;
    animation: menuSlideDown 0.22s cubic-bezier(0.16, 1, 0.3, 1) !important;
  }
  .mega-menu::before {
    display: none !important;
  }
  .mega-menu__grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0.35rem !important;
  }
  .mega-menu__list {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.35rem !important;
  }
  .mega-menu__item {
    padding: 0.65rem 0.75rem !important;
  }
  .mega-menu__footer {
    padding: 0.5rem 0.5rem 0.2rem !important;
  }

  /* Mobile CTA & Auth Area */
  .site-nav__mobile-auth {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
    margin-top: 1.75rem !important;
    padding-top: 1.5rem !important;
    border-top: 1px solid var(--line) !important;
  }
  .site-nav__mobile-user {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem 1rem;
    background: rgba(248, 250, 252, 0.95);
    border: 1px solid var(--border);
    border-radius: 12px;
  }
  .site-nav__mobile-name {
    display: block;
    font-weight: 700;
    color: var(--ink);
    font-size: 0.95rem;
  }
  .site-nav__mobile-email {
    display: block;
    font-size: 0.8rem;
    color: var(--text3);
  }
  .site-nav__mobile-auth-links {
    display: flex;
    gap: 0.75rem;
  }
}

/* ==========================================================================
   7. HERO SECTION & 3D GLASS DASHBOARD MOCKUP
   ========================================================================== */
.hero-tech {
  position: relative;
  padding-top: clamp(2.5rem, 5vw, 4.5rem);
  padding-bottom: clamp(3rem, 6vw, 5.5rem);
  background: transparent;
  overflow: hidden;
}

.hero-circuit-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-tech__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2.5rem, 5vw, 4rem);
  align-items: center;
}
@media (min-width: 992px) {
  .hero-tech__grid {
    grid-template-columns: 1.05fr 1.15fr;
  }
}

.hero-tech__eyebrow-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
  max-width: 520px;
}
.hero-tech__tag {
  font-family: var(--font-mono);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--brand);
}
.hero-tech__counter {
  font-family: var(--font-mono);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--ink-faint);
}

.hero-tech__title {
  font-size: clamp(2.3rem, 1.9rem + 2.9vw, 3.9rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.038em;
  margin-bottom: 1.4rem;
  color: var(--ink);
}
.hero-tech__title .accent-red {
  display: block;
  color: var(--brand);
}

.hero-tech__lead {
  font-size: 1.08rem;
  line-height: 1.68;
  color: var(--ink-soft);
  margin-bottom: 2rem;
  max-width: 540px;
}

.hero-tech__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.75rem;
}

.hero-tech__badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem;
  font-size: 0.84rem;
  color: var(--ink-soft);
}
.hero-tech__badge-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
}
.hero-tech__badge-item::before {
  content: "+";
  color: var(--brand);
  font-weight: 800;
}

/* --- 3D Glass Dashboard Showcase --- */
.dashboard-showcase {
  position: relative;
  perspective: 1200px;
}
.dashboard-window {
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border-radius: var(--r-md);
  border: 1px solid var(--glass-border);
  box-shadow:
    0 25px 60px -15px rgba(15, 23, 42, 0.16),
    0 0 0 1px rgba(255, 255, 255, 0.9) inset;
  overflow: hidden;
  display: grid;
  grid-template-columns: 140px 1fr;
  min-height: 380px;
  transform: rotateY(-4deg) rotateX(2deg);
  transition:
    transform 0.4s var(--ease),
    box-shadow 0.4s var(--ease);
}
.dashboard-showcase:hover .dashboard-window {
  transform: rotateY(0) rotateX(0);
  box-shadow:
    0 35px 75px -12px rgba(15, 23, 42, 0.2),
    0 0 0 1px rgba(255, 255, 255, 0.95) inset;
}

/* Sidebar */
.dash-sidebar {
  background: rgba(11, 19, 43, 0.92);
  backdrop-filter: blur(10px);
  color: #94a3b8;
  padding: 1.2rem 0.8rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.dash-sidebar__logo {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 700;
  padding-left: 0.4rem;
}
.dash-sidebar__logo-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--brand);
}
.dash-sidebar__menu {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.dash-sidebar__item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0.45rem 0.6rem;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #94a3b8;
}
.dash-sidebar__item.is-active {
  background: var(--brand);
  color: #ffffff;
}

/* Dashboard Main Content */
.dash-main {
  background: rgba(248, 250, 252, 0.7);
  backdrop-filter: blur(8px);
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.dash-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dash-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--ink);
}

/* Stat Cards Row */
.dash-stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.65rem;
}
.dash-stat-card {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: 10px;
  padding: 0.65rem 0.75rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}
.dash-stat-card__label {
  font-size: 0.65rem;
  color: var(--ink-faint);
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.dash-stat-card__val {
  font-size: 0.92rem;
  font-weight: 800;
  color: var(--ink);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dash-stat-card__growth {
  font-size: 0.62rem;
  color: #10b981;
  font-weight: 700;
}

/* Charts Row */
.dash-charts-row {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 0.75rem;
}
.dash-chart-card {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: 10px;
  padding: 0.75rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}
.dash-chart-card__title {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 0.5rem;
}

/* Floating Workflow Tag Glass */
.floating-workflow-tag {
  position: absolute;
  bottom: -15px;
  right: -15px;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-sm);
  padding: 0.85rem 1.15rem;
  box-shadow:
    0 20px 40px -8px rgba(15, 23, 42, 0.16),
    0 0 0 1px rgba(255, 255, 255, 0.9) inset;
  z-index: 10;
  max-width: 220px;
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  animation: floatSlow 4s ease-in-out infinite alternate;
}
@keyframes floatSlow {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-8px);
  }
}
.floating-workflow-tag__icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--brand-tint);
  color: var(--brand);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  font-size: 0.85rem;
}
.floating-workflow-tag__title {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--ink);
  margin: 0 0 2px;
}
.floating-workflow-tag__text {
  font-size: 0.7rem;
  color: var(--ink-soft);
  margin: 0;
  line-height: 1.35;
}

/* ==========================================================================
   8. FLOATING "OUR SERVICES" TAB BAR (GLASSMORPHIC)
   ========================================================================== */
.services-bar-wrap {
  margin-top: -1.5rem;
  margin-bottom: 3.5rem;
  position: relative;
  z-index: 20;
}
.services-bar {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-border);
  border-radius: var(--r-pill);
  box-shadow:
    0 15px 35px -5px rgba(15, 23, 42, 0.08),
    0 0 0 1px rgba(255, 255, 255, 0.9) inset;
  padding: 0.5rem 0.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.4rem;
  overflow-x: auto;
  scrollbar-width: none;
}
.services-bar::-webkit-scrollbar {
  display: none;
}

.services-bar__label {
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--ink);
  padding: 0.4rem 0.8rem 0.4rem 0.6rem;
  white-space: nowrap;
  flex-shrink: 0;
}
.services-bar__tab {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.52rem 0.95rem;
  border-radius: var(--r-pill);
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--ink-soft);
  white-space: nowrap;
  transition: all var(--dur) var(--ease);
}
.services-bar__tab:hover {
  color: var(--brand);
  background: var(--brand-tint);
}
.services-bar__tab.is-active {
  background: var(--brand-tint);
  color: var(--brand);
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(239, 68, 68, 0.15);
}
.services-bar__tab .icon {
  font-size: 0.95rem;
}

/* ==========================================================================
   9. OUTCOME & QUICK ANSWER SHOWCASE (GLASS CARDS)
   ========================================================================== */
.showcase-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 992px) {
  .showcase-grid {
    grid-template-columns: 1fr 1.3fr;
  }
}

.showcase-card {
  background: var(--glass-card-grad);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-border);
  border-radius: var(--r-md);
  padding: clamp(1.5rem, 3vw, 2.5rem);
  box-shadow: var(--glass-shadow);
  position: relative;
  overflow: hidden;
  transition:
    transform var(--dur) var(--ease),
    box-shadow var(--dur) var(--ease),
    background var(--dur) var(--ease),
    border-color var(--dur) var(--ease);
}
.showcase-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--glass-shadow-hover);
  border-color: rgba(239, 68, 68, 0.45);
  background: var(--glass-card-grad-hover);
}

.code-orb-badge {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #0f172a;
  color: #ffffff;
  display: grid;
  place-items: center;
  font-family: var(--font-mono);
  font-size: 1.25rem;
  font-weight: 700;
  box-shadow:
    0 0 0 8px rgba(15, 23, 42, 0.05),
    0 0 0 16px rgba(15, 23, 42, 0.02);
  margin-bottom: 1.5rem;
}

.showcase-card__title {
  font-size: clamp(1.2rem, 1rem + 0.8vw, 1.45rem);
  font-weight: 700;
  color: var(--ink);
  line-height: 1.35;
  margin-bottom: 0.85rem;
}
.showcase-card__text {
  font-size: 0.95rem;
  line-height: 1.68;
  color: var(--ink-soft);
  margin: 0;
}

.outcome-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem 1rem;
  margin: 1.25rem 0 1.5rem;
}
.outcome-feature-item {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--ink);
}
.outcome-feature-item .icon {
  color: var(--brand);
  font-size: 1rem;
}

.outcome-preview-wrap {
  border-radius: 12px;
  border: 1px solid var(--glass-border);
  box-shadow: 0 10px 25px -8px rgba(15, 23, 42, 0.1);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(8px);
}

/* ==========================================================================
   10. BEFORE VS AFTER (GLASS COMPARISON BOXES)
   ========================================================================== */
.compare-wrapper {
  margin-top: 1.5rem;
}
.compare-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: center;
  position: relative;
}
@media (min-width: 992px) {
  .compare-container {
    grid-template-columns: 1fr auto 1fr;
  }
}

.compare-box {
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border-radius: var(--r-md);
  border: 1px solid var(--glass-border);
  padding: clamp(1.5rem, 2.5vw, 2.2rem);
  box-shadow: var(--glass-shadow);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 300px;
  transition:
    transform var(--dur) var(--ease),
    box-shadow var(--dur) var(--ease);
}
.compare-box:hover {
  transform: translateY(-3px);
  box-shadow: var(--glass-shadow-hover);
}
.compare-box--without {
  border-color: rgba(239, 68, 68, 0.28);
  background: rgba(255, 255, 255, 0.75);
}
.compare-box--with {
  border-color: rgba(16, 185, 129, 0.3);
  background: rgba(255, 255, 255, 0.75);
}

.compare-box__head {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
.compare-box--without .compare-box__head {
  color: #dc2626;
}
.compare-box--with .compare-box__head {
  color: #059669;
}

.compare-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}
.compare-list__item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--ink);
}
.compare-list__item--bad {
  color: #475569;
}
.compare-list__item--bad .icon {
  color: #ef4444;
}
.compare-list__item--good {
  color: var(--ink);
}
.compare-list__item--good .icon {
  color: #10b981;
}

.compare-arrow-btn {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--grad-brand);
  color: #ffffff;
  display: grid;
  place-items: center;
  box-shadow: var(--shadow-brand);
  font-size: 1.15rem;
  margin: 0 auto;
  flex-shrink: 0;
}

/* ==========================================================================
   11. WHAT WE DELIVER & INTERACTIVE HOVER CARDS
   ========================================================================== */
.interactive-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 360px), 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.card.interactive-card,
.interactive-card {
  position: relative;
  background: var(--glass-card-grad);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-border);
  border-radius: var(--r-md);
  box-shadow: var(--glass-shadow);
  overflow: hidden;
  -webkit-transition:
    box-shadow 0.5s var(--ease),
    transform 0.4s var(--ease),
    border-color 0.4s var(--ease),
    background 0.4s var(--ease);
  transition:
    box-shadow 0.5s var(--ease),
    transform 0.4s var(--ease),
    border-color 0.4s var(--ease),
    background 0.4s var(--ease);
  display: flex;
  flex-direction: column;
}

.card.interactive-card:hover,
.interactive-card:hover {
  box-shadow: var(--glass-shadow-hover);
  transform: translateY(-6px);
  border-color: rgba(239, 68, 68, 0.45);
  background: var(--glass-card-grad-hover);
}

.interactive-card a,
.card.interactive-card a {
  color: inherit;
  text-decoration: none;
}

/* ================= THUMBNAIL (CONTRACTS ON HOVER) ================= */
.interactive-card .card__thumb,
.interactive-card__thumb {
  position: relative;
  height: 245px;
  overflow: hidden;
  background-color: #0b132b;
  -webkit-transition: height 0.5s var(--ease);
  transition: height 0.5s var(--ease);
}

.interactive-card:hover .card__thumb,
.interactive-card:hover .interactive-card__thumb {
  height: 130px;
}

.interactive-card .card__thumb img,
.interactive-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition:
    opacity 0.5s var(--ease),
    -webkit-transform 0.5s var(--ease);
  transition:
    opacity 0.5s var(--ease),
    transform 0.5s var(--ease);
}

.interactive-card:hover .card__thumb img,
.interactive-card:hover .interactive-card__thumb img {
  opacity: 0.7;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/* ================= DATE / BADGE CIRCLE ================= */
.interactive-card .card__date,
.interactive-card__badge {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 46px;
  height: 46px;
  padding-top: 8px;
  background: var(--grad-brand);
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 14px;
  box-shadow: 0 4px 14px rgba(239, 68, 68, 0.45);
  z-index: 3;
}

.card__date__day {
  font-size: 14px;
  font-family: var(--font-display);
  font-weight: 800;
  display: block;
}

.card__date__month {
  text-transform: uppercase;
  font-size: 9px;
  font-family: var(--font-mono);
  letter-spacing: 0.05em;
  opacity: 0.9;
}

/* ================= BODY (EXPANDS ON HOVER) ================= */
.interactive-card .card__body,
.interactive-card__body {
  position: relative;
  height: 190px;
  padding: 24px 20px 20px;
  background: linear-gradient(
    180deg,
    rgba(255, 245, 245, 0.25) 0%,
    rgba(254, 226, 226, 0.5) 100%
  );
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  -webkit-transition:
    height 0.5s var(--ease),
    background 0.5s var(--ease);
  transition:
    height 0.5s var(--ease),
    background 0.5s var(--ease);
  display: flex;
  flex-direction: column;
}

.interactive-card:hover .card__body,
.interactive-card:hover .interactive-card__body {
  height: 305px;
  background: linear-gradient(
    180deg,
    rgba(255, 245, 245, 0.4) 0%,
    rgba(254, 226, 226, 0.7) 100%
  );
}

/* ================= CATEGORY TAB ================= */
.interactive-card .card__category,
.interactive-card__category {
  position: absolute;
  top: -25px;
  left: 0;
  height: 25px;
  padding: 0 16px;
  background: var(--brand);
  color: #fff;
  text-transform: uppercase;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 25px;
  border-top-right-radius: 4px;
  box-shadow: 0 2px 8px rgba(239, 68, 68, 0.25);
  z-index: 3;
}

.interactive-card .card__category a,
.interactive-card__category a {
  color: #fff;
}

/* ================= TITLE & SUBTITLE ================= */
.interactive-card .card__title,
.interactive-card__title {
  margin: 0;
  padding: 0 0 6px 0;
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--ink);
  line-height: 1.25;
  text-transform: none;
}

.interactive-card .card__title a,
.interactive-card__title a {
  color: var(--ink);
  transition: color 0.2s var(--ease);
}
.interactive-card .card__title a:hover,
.interactive-card__title a:hover {
  color: var(--brand);
}

.interactive-card .card__subtitle,
.interactive-card__subtitle {
  margin: 0;
  padding: 0 0 8px 0;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--brand);
}

/* ================= DESCRIPTION (SLIDES UP ON HOVER) ================= */
.interactive-card .card__description,
.interactive-card__description {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 56px;
  margin: 0;
  padding: 0;
  color: var(--ink-soft);
  font-size: 0.88rem;
  line-height: 1.55;
  opacity: 0;
  -webkit-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition:
    opacity 0.35s var(--ease),
    -webkit-transform 0.35s var(--ease);
  transition:
    opacity 0.35s var(--ease),
    transform 0.35s var(--ease);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  pointer-events: none;
}

.interactive-card:hover .card__description,
.interactive-card:hover .interactive-card__description {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.18s;
  transition-delay: 0.18s;
  pointer-events: auto;
}

/* ================= FOOTER ================= */
.interactive-card .card__footer,
.interactive-card__footer {
  position: absolute;
  bottom: 14px;
  left: 20px;
  right: 20px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--ink-muted);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--border);
  padding-top: 10px;
}

.interactive-card .card__footer a,
.interactive-card__footer-link {
  color: var(--brand);
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-weight: 700;
  transition: transform var(--dur) var(--ease);
}
.interactive-card:hover .card__footer a,
.interactive-card:hover .interactive-card__footer-link {
  transform: translateX(4px);
}

.deliverable-card {
  background: var(--glass-card-grad);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-border);
  border-radius: var(--r-md);
  padding: 1.5rem 1.4rem;
  box-shadow: var(--glass-shadow);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition:
    transform var(--dur) var(--ease),
    box-shadow var(--dur) var(--ease),
    border-color var(--dur) var(--ease),
    background var(--dur) var(--ease);
}
.deliverable-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--glass-shadow-hover);
  border-color: rgba(239, 68, 68, 0.45);
  background: var(--glass-card-grad-hover);
}

.deliverable-card__icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: var(--brand-tint);
  color: var(--brand);
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
  font-size: 1.15rem;
}
.deliverable-card__title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 0.4rem;
}
.deliverable-card__text {
  font-size: 0.84rem;
  color: var(--ink-soft);
  line-height: 1.55;
  margin-bottom: 1rem;
  flex-grow: 1;
}
.deliverable-card__arrow {
  display: inline-flex;
  align-items: center;
  color: var(--brand);
  font-size: 0.9rem;
  font-weight: 700;
  transition: transform var(--dur) var(--ease);
}
.deliverable-card:hover .deliverable-card__arrow {
  transform: translateX(5px);
}

/* ==========================================================================
   12. OUR PROCESS (GLASS PROCESS STEPS)
   ========================================================================== */
.process-timeline {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  position: relative;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .process-timeline {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
  }
  .process-timeline::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 40px;
    right: 40px;
    height: 2px;
    background: var(--border);
    z-index: 0;
  }
}

.process-step {
  position: relative;
  z-index: 1;
  background: var(--glass-card-grad);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-border);
  border-radius: var(--r-md);
  padding: 1.6rem 1.3rem;
  box-shadow: var(--glass-shadow);
  transition:
    transform var(--dur) var(--ease),
    box-shadow var(--dur) var(--ease),
    border-color var(--dur) var(--ease),
    background var(--dur) var(--ease);
}
.process-step:hover {
  transform: translateY(-4px);
  box-shadow: var(--glass-shadow-hover);
  border-color: rgba(239, 68, 68, 0.45);
  background: var(--glass-card-grad-hover);
}

.process-step__node {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #0f172a;
  color: #ffffff;
  font-family: var(--font-mono);
  font-size: 0.82rem;
  font-weight: 700;
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
  box-shadow:
    0 0 0 4px #ffffff,
    0 0 0 6px var(--border);
}
.process-step:last-child .process-step__node {
  background: var(--brand);
}

.process-step__title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 0.4rem;
}
.process-step__text {
  font-size: 0.84rem;
  color: var(--ink-soft);
  line-height: 1.55;
  margin: 0;
}

/* ==========================================================================
   13. PRE-FOOTER DARK CTA BANNER
   ========================================================================== */
.cta-banner-section {
  padding-block: 2.5rem;
}
.cta-banner {
  background: var(--grad-dark-cta);
  border-radius: var(--r-lg);
  padding: clamp(1.8rem, 4vw, 3rem);
  box-shadow: 0 25px 60px -10px rgba(11, 19, 43, 0.45);
  position: relative;
  overflow: hidden;
  color: #ffffff;
}
.cta-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    rgba(239, 68, 68, 0.15) 1px,
    transparent 1px
  );
  background-size: 24px 24px;
  opacity: 0.5;
  pointer-events: none;
}

.cta-banner__grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  position: relative;
  z-index: 1;
}

.cta-banner__left {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  max-width: 600px;
}
.cta-banner__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(239, 68, 68, 0.15);
  border: 1px solid rgba(239, 68, 68, 0.3);
  color: var(--brand);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.cta-banner__title {
  font-size: clamp(1.25rem, 1.1rem + 0.8vw, 1.65rem);
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 0.25rem;
}
.cta-banner__text {
  font-size: 0.88rem;
  color: #94a3b8;
  margin: 0;
  line-height: 1.5;
}

.cta-banner__right {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  flex-wrap: wrap;
}

.scroll-top-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffffff;
  display: grid;
  place-items: center;
  transition: all var(--dur) var(--ease);
  cursor: pointer;
  font-size: 1.1rem;
}
.scroll-top-btn:hover {
  background: var(--brand);
  border-color: var(--brand);
  transform: translateY(-2px);
}

/* ==========================================================================
   14. SITE FOOTER
   ========================================================================== */
.site-footer {
  background: var(--grad-footer);
  color: #94a3b8;
  padding-top: 3.5rem;
  padding-bottom: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
@media (min-width: 768px) {
  .site-footer__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .site-footer__grid {
    grid-template-columns: 1.8fr 1fr 1fr 1.2fr 1.5fr;
    gap: 2rem;
  }
}

.site-footer__desc {
  color: #94a3b8;
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  max-width: 320px;
}

.site-footer__socials-grid {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.site-footer__social-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #94a3b8;
  transition: all 0.2s ease;
}
.site-footer__social-circle .icon {
  width: 16px;
  height: 16px;
}
.site-footer__social-circle:hover {
  background: var(--brand);
  border-color: var(--brand);
  color: #ffffff;
  transform: translateY(-2px);
}

.site-footer__heading {
  color: var(--brand);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
}

.site-footer__list {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-footer__link {
  color: #94a3b8;
  font-size: 0.9rem;
  font-weight: 500;
  transition: color var(--dur) var(--ease);
  text-decoration: none;
}
.site-footer__link:hover {
  color: #ffffff;
}

.site-footer__address {
  font-style: normal;
  color: #94a3b8;
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.site-footer__contact-info {
  color: #94a3b8;
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.newsletter-form {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 320px;
  margin-bottom: 1rem;
}
.newsletter-form__input {
  width: 100%;
  padding: 0.8rem 3rem 0.8rem 1.25rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.03);
  color: #ffffff;
  font-size: 0.9rem;
  outline: none;
  transition:
    border-color 0.2s ease,
    background 0.2s ease;
}
.newsletter-form__input::placeholder {
  color: #64748b;
}
.newsletter-form__input:focus {
  border-color: var(--brand);
  background: rgba(255, 255, 255, 0.08);
}
.newsletter-form__submit {
  position: absolute;
  right: 5px;
  top: 5px;
  bottom: 5px;
  width: 36px;
  background: var(--brand);
  color: #ffffff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}
.newsletter-form__submit .icon {
  width: 16px;
  height: 16px;
}
.newsletter-form__submit:hover {
  transform: scale(1.05);
}

.site-footer__spam-note {
  font-size: 0.8rem;
  color: #64748b;
  line-height: 1.5;
  margin: 0;
}

.site-footer__nav-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.5rem;
  font-size: 0.82rem;
  color: #64748b;
}

/* ==========================================================================
   15. FAQ & FORM GLASS STYLING
   ========================================================================== */
.faq {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.faq__item {
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-sm);
  padding: 1.15rem 1.45rem;
  box-shadow: var(--glass-shadow);
  transition: all var(--dur) var(--ease);
}
.faq__item[open] {
  border-color: var(--brand-border);
  background: var(--glass-bg-hover);
  box-shadow: var(--glass-shadow-hover);
}
.faq__q {
  font-size: 1rem;
  font-weight: 700;
  color: var(--ink);
  cursor: pointer;
  list-style: none;
}
.faq__q::-webkit-details-marker {
  display: none;
}
.faq__a {
  margin-top: 0.75rem;
  font-size: 0.92rem;
  color: var(--ink-soft);
  line-height: 1.6;
}

.form-group {
  margin-bottom: 1.25rem;
}
.form-label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 0.4rem;
}
.form-input,
.form-textarea,
.form-select {
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--glass-border);
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  color: var(--ink);
  font-size: 0.95rem;
  transition: all var(--dur) var(--ease);
}
.form-input:focus,
.form-textarea:focus,
.form-select:focus {
  outline: none;
  border-color: var(--brand);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 0 3px var(--brand-tint);
}

/* Float Quick Action Buttons */
.float-cta {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 80;
  background: var(--grad-brand);
  color: #ffffff;
  padding: 0.65rem 1.25rem;
  border-radius: var(--r-pill);
  font-size: 0.85rem;
  font-weight: 700;
  box-shadow: var(--shadow-brand);
  transition: transform var(--dur) var(--ease);
}
.float-cta:hover {
  transform: translateY(-3px);
  color: #ffffff;
}

@media (max-width: 640px) {
  .float-cta {
    display: none;
  }
  .dashboard-window {
    grid-template-columns: 1fr;
  }
  .dash-sidebar {
    display: none;
  }
}

/* ==========================================================================
   16. STICKY BENTO ARCHITECTURE & MICRO-INTERACTIONS
   ========================================================================== */
.bento-showcase-stack {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-top: 2rem;
}

.bento-card {
  position: relative;
  background: var(--glass-card-grad);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-border);
  border-radius: 1.75rem;
  box-shadow: var(--glass-shadow);
  padding: clamp(1.5rem, 3vw, 2.5rem);
  overflow: hidden;
  transition:
    box-shadow 0.45s var(--ease),
    border-color 0.45s var(--ease),
    transform 0.45s var(--ease),
    background 0.45s var(--ease);
}

.bento-card:hover {
  box-shadow: var(--glass-shadow-hover);
  border-color: rgba(239, 68, 68, 0.45);
  background: var(--glass-card-grad-hover);
}

.bento-card__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}

@media (min-width: 992px) {
  .bento-card__grid {
    grid-template-columns: 1.15fr 0.85fr;
  }
}

.bento-card__main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}

.bento-gradient-title {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 800;
  line-height: 1.2;
  margin: 0;
  background: linear-gradient(135deg, var(--ink) 20%, #ef4444 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bento-card__visual-wrap {
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
  border: 1px solid var(--glass-border);
  box-shadow: 0 16px 36px -10px rgba(15, 23, 42, 0.15);
  background: #0b132b;
}

.bento-card__visual-wrap img {
  width: 100%;
  height: 100%;
  max-height: 340px;
  object-fit: cover;
  display: block;
  transition:
    transform 0.6s var(--ease),
    opacity 0.6s var(--ease);
}

.bento-card:hover .bento-card__visual-wrap img {
  transform: scale(1.06);
}

.bento-floating-pill {
  position: absolute;
  top: 14px;
  right: 14px;
  background: rgba(15, 23, 42, 0.75);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  padding: 0.35rem 0.85rem;
  border-radius: var(--r-pill);
  font-size: 0.75rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 6px;
  z-index: 2;
}

.bento-mini-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 1.25rem;
}

@media (max-width: 600px) {
  .bento-mini-grid {
    grid-template-columns: 1fr;
  }
}

.bento--mini {
  background: rgba(255, 241, 242, 0.74);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(254, 205, 211, 0.65);
  border-radius: 1.15rem;
  padding: 1rem 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  position: relative;
  overflow: hidden;
  transition:
    transform var(--dur) var(--ease),
    box-shadow var(--dur) var(--ease),
    border-color var(--dur) var(--ease),
    background var(--dur) var(--ease);
  text-decoration: none;
}

.bento--mini:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 22px -6px rgba(239, 68, 68, 0.16);
  border-color: var(--brand-border);
  background: rgba(254, 226, 226, 0.92);
}

.bento--mini__icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: var(--brand-tint);
  color: var(--brand);
  display: grid;
  place-items: center;
  font-size: 1.1rem;
  flex-shrink: 0;
  transition: transform 0.3s var(--ease);
}

.bento--mini:hover .bento--mini__icon {
  transform: scale(1.15) rotate(-5deg);
}

.bento--mini__info {
  flex-grow: 1;
}

.bento--mini__title {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--ink);
  margin: 0;
  line-height: 1.3;
}

.bento--mini__sub {
  font-size: 0.75rem;
  color: var(--ink-soft);
  margin: 0;
}

.bento--mini__arrow {
  color: var(--brand);
  font-size: 1rem;
  font-weight: 700;
  transition: transform var(--dur) var(--ease);
}

.bento--mini:hover .bento--mini__arrow {
  transform: translateX(4px);
}

/* Scroll-driven enhancement */
@supports (animation-timeline: view()) {
  .bento-card__visual-wrap img {
    animation: bentoParallax linear both;
    animation-timeline: view();
    animation-range: entry 10% exit 90%;
  }

  @keyframes bentoParallax {
    from {
      transform: translateY(15px) scale(1);
    }
    to {
      transform: translateY(-15px) scale(1.05);
    }
  }
}

/* ==========================================================================
   17. RECREATED CONTACT PAGE — MODERN GLASSMORPHIC SAAS & ANIMATIONS
   ========================================================================== */

/* Ambient Animated Background Canvas */
.contact-ambient-wrap {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #fdf6f6 35%, #f8fafc 100%);
}

.contact-tech-grid {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    rgba(239, 68, 68, 0.12) 1.25px,
    transparent 1.25px
  );
  background-size: 28px 28px;
  mask-image: radial-gradient(
    ellipse 70% 60% at 50% 30%,
    #000 30%,
    transparent 100%
  );
  -webkit-mask-image: radial-gradient(
    ellipse 70% 60% at 50% 30%,
    #000 30%,
    transparent 100%
  );
  pointer-events: none;
  z-index: 1;
}

/* Ambient Glowing Orbs with Smooth Floating Animations */
.contact-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(65px);
  opacity: 0.6;
  pointer-events: none;
  z-index: 1;
}

.contact-orb--1 {
  width: 440px;
  height: 440px;
  top: -80px;
  right: -60px;
  background: radial-gradient(
    circle,
    rgba(239, 68, 68, 0.28) 0%,
    rgba(244, 63, 94, 0.14) 50%,
    transparent 70%
  );
  animation: contactOrbFloat1 12s ease-in-out infinite alternate;
}

.contact-orb--2 {
  width: 520px;
  height: 520px;
  top: 38%;
  left: -120px;
  background: radial-gradient(
    circle,
    rgba(254, 205, 211, 0.5) 0%,
    rgba(239, 68, 68, 0.15) 50%,
    transparent 70%
  );
  animation: contactOrbFloat2 15s ease-in-out infinite alternate;
}

.contact-orb--3 {
  width: 380px;
  height: 380px;
  bottom: 8%;
  right: 10%;
  background: radial-gradient(
    circle,
    rgba(239, 68, 68, 0.2) 0%,
    rgba(2, 132, 199, 0.08) 50%,
    transparent 70%
  );
  animation: contactOrbFloat1 18s ease-in-out infinite alternate-reverse;
}

@keyframes contactOrbFloat1 {
  0% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(-30px, 40px) scale(1.08);
  }
  100% {
    transform: translate(25px, -20px) scale(0.95);
  }
}

@keyframes contactOrbFloat2 {
  0% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(45px, -35px) scale(1.12);
  }
  100% {
    transform: translate(-20px, 30px) scale(0.92);
  }
}

/* Contact Hero Section */
.contact-hero-modern {
  position: relative;
  z-index: 2;
  padding-top: clamp(2.5rem, 5vw, 4.5rem);
  padding-bottom: clamp(2.5rem, 4vw, 3.5rem);
}

.contact-badge-live {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.95rem;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--glass-border);
  border-radius: var(--r-pill);
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--ink);
  box-shadow: 0 4px 14px rgba(225, 29, 72, 0.07);
  margin-bottom: 1.25rem;
}

.pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #10b981;
  position: relative;
  display: inline-block;
}

.pulse-dot::after {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  background: rgba(16, 185, 129, 0.4);
  animation: pulseRing 1.8s cubic-bezier(0.24, 0, 0.38, 1) infinite;
}

@keyframes pulseRing {
  0% {
    transform: scale(0.9);
    opacity: 0.9;
  }
  100% {
    transform: scale(2.4);
    opacity: 0;
  }
}

.contact-hero__title {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 1.8rem + 2.8vw, 3.8rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.035em;
  color: var(--ink);
  margin-bottom: 1.15rem;
  max-width: 840px;
}

.contact-title-accent {
  background: linear-gradient(135deg, #ef4444 0%, #dc2626 50%, #b91c1c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.contact-hero__lead {
  font-size: clamp(1.05rem, 0.98rem + 0.4vw, 1.22rem);
  color: var(--ink-soft);
  max-width: 680px;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.contact-stat-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1rem;
}

.contact-stat-chip {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.9rem;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(226, 232, 240, 0.9);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--ink-2);
}

.contact-stat-chip .icon {
  color: var(--brand);
}

/* Two-Column Bento Layout */
.contact-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.75rem, 3vw, 2.5rem);
  position: relative;
  z-index: 3;
}

@media (min-width: 1024px) {
  .contact-layout {
    grid-template-columns: 1.22fr 0.78fr;
    align-items: start;
  }
}

/* Glassmorphic Form Container */
.contact-glass-card {
  position: relative;
  background: var(--glass-card-grad);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-border);
  border-radius: 1.75rem;
  box-shadow: var(--glass-shadow);
  padding: clamp(1.75rem, 3.5vw, 2.75rem);
  transition:
    box-shadow 0.4s var(--ease),
    border-color 0.4s var(--ease);
}

.contact-glass-card:hover {
  box-shadow: var(--glass-shadow-hover);
  border-color: rgba(239, 68, 68, 0.38);
}

.form-header-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid rgba(239, 68, 68, 0.12);
  padding-bottom: 1.25rem;
}

.form-header-title {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 1.2rem + 0.8vw, 1.85rem);
  font-weight: 800;
  color: var(--ink);
  margin: 0 0 0.35rem;
}

.form-header-sub {
  font-size: 0.88rem;
  color: var(--ink-soft);
  margin: 0;
}

.form-security-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.75rem;
  background: rgba(16, 185, 129, 0.08);
  border: 1px solid rgba(16, 185, 129, 0.25);
  border-radius: var(--r-pill);
  font-size: 0.75rem;
  font-weight: 700;
  color: #047857;
  white-space: nowrap;
}

/* Service & Budget Interactive Chips */
.chips-group {
  margin-bottom: 1.5rem;
}

.chips-label {
  display: block;
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 0.65rem;
}

.chips-label .req {
  color: var(--brand);
}

.chips-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.chip-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.5rem 0.95rem;
  border-radius: var(--r-pill);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--border);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--ink-2);
  cursor: pointer;
  transition: all 0.25s var(--ease);
  user-select: none;
}

.chip-btn:hover {
  background: rgba(254, 242, 242, 0.9);
  border-color: var(--brand-border);
  color: var(--brand-dark);
  transform: translateY(-2px);
}

.chip-btn.is-active {
  background: var(--brand-tint-2);
  border-color: var(--brand);
  color: var(--brand-dark);
  font-weight: 700;
  box-shadow: 0 4px 14px rgba(239, 68, 68, 0.18);
  transform: translateY(-2px);
}

.chip-btn .chip-icon {
  width: 15px;
  height: 15px;
  stroke-width: 2.2;
}

/* Modern Form Fields */
.modern-field-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.15rem;
  margin-bottom: 1.15rem;
}

@media (min-width: 640px) {
  .modern-field-row--2 {
    grid-template-columns: 1fr 1fr;
  }
}

.modern-field {
  position: relative;
  display: flex;
  flex-direction: column;
}

.modern-field__label {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 0.4rem;
}

.modern-field__label .req {
  color: var(--brand);
}

.modern-input-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.modern-input-icon {
  position: absolute;
  left: 14px;
  width: 17px;
  height: 17px;
  color: var(--ink-muted);
  pointer-events: none;
  transition: color 0.25s var(--ease);
}

.modern-input {
  width: 100%;
  padding: 0.8rem 1rem 0.8rem 2.6rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--glass-border);
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink);
  font-size: 0.92rem;
  font-family: inherit;
  transition: all 0.25s var(--ease);
}

.modern-input:focus {
  outline: none;
  border-color: var(--brand);
  background: #ffffff;
  box-shadow: 0 0 0 3.5px var(--brand-tint);
}

.modern-input:focus + .modern-input-icon,
.modern-input-wrap:focus-within .modern-input-icon {
  color: var(--brand);
}

.modern-textarea {
  width: 100%;
  padding: 0.85rem 1rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--glass-border);
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink);
  font-size: 0.92rem;
  font-family: inherit;
  resize: vertical;
  min-height: 115px;
  transition: all 0.25s var(--ease);
}

.modern-textarea:focus {
  outline: none;
  border-color: var(--brand);
  background: #ffffff;
  box-shadow: 0 0 0 3.5px var(--brand-tint);
}

.modern-field__error {
  margin-top: 0.4rem;
  font-size: 0.78rem;
  color: var(--brand-700);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

/* Submit Button Enhancement */
.btn--contact-submit {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 1rem 1.75rem;
  background: var(--grad-brand);
  color: #ffffff;
  border: none;
  border-radius: var(--radius-sm);
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: var(--shadow-brand);
  position: relative;
  overflow: hidden;
  transition: all 0.3s var(--ease);
}

.btn--contact-submit:hover:not(:disabled) {
  background: var(--grad-brand-hover);
  transform: translateY(-2px);
  box-shadow: var(--shadow-brand-lg);
  color: #ffffff;
}

.btn--contact-submit:active:not(:disabled) {
  transform: translateY(0);
}

.btn--contact-submit:disabled {
  opacity: 0.75;
  cursor: not-allowed;
}

.btn--contact-submit .btn-arrow {
  transition: transform 0.25s var(--ease);
}

.btn--contact-submit:hover:not(:disabled) .btn-arrow {
  transform: translateX(4px);
}

/* Success Card Modal / Replacement */
.enquiry-success-glass {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.98) 0%,
    rgba(240, 253, 244, 0.94) 100%
  );
  border: 1px solid rgba(16, 185, 129, 0.4);
  border-radius: 1.75rem;
  box-shadow:
    0 20px 48px -10px rgba(16, 185, 129, 0.18),
    0 0 0 1px rgba(255, 255, 255, 0.9) inset;
  padding: clamp(2rem, 4vw, 3rem);
  text-align: center;
  animation: successFadeIn 0.5s var(--ease) forwards;
}

@keyframes successFadeIn {
  0% {
    opacity: 0;
    transform: scale(0.96) translateY(12px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

.enquiry-success__icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(16, 185, 129, 0.14);
  color: #059669;
  display: grid;
  place-items: center;
  margin: 0 auto 1.25rem;
  font-size: 1.8rem;
  box-shadow: 0 8px 24px rgba(16, 185, 129, 0.25);
  animation: successBadgePop 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275)
    forwards;
}

@keyframes successBadgePop {
  0% {
    transform: scale(0.4);
  }
  70% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}

.enquiry-success__title {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 1.3rem + 0.8vw, 2.1rem);
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 0.65rem;
}

.enquiry-success__lead {
  font-size: 0.95rem;
  color: var(--ink-soft);
  max-width: 480px;
  margin: 0 auto 1.5rem;
  line-height: 1.6;
}

.enquiry-ref-box {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.65rem 1.25rem;
  background: #ffffff;
  border: 1px dashed rgba(16, 185, 129, 0.5);
  border-radius: var(--radius-sm);
  margin-bottom: 1.75rem;
}

.enquiry-ref-code {
  font-family: var(--font-mono);
  font-size: 1.05rem;
  font-weight: 700;
  color: #047857;
  letter-spacing: 0.05em;
}

.btn-copy-ref {
  background: rgba(16, 185, 129, 0.1);
  border: 1px solid rgba(16, 185, 129, 0.25);
  border-radius: var(--r-pill);
  padding: 0.3rem 0.7rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #047857;
  cursor: pointer;
  transition: all 0.2s;
}

.btn-copy-ref:hover {
  background: #059669;
  color: #ffffff;
}

/* Contact Bento Channel Cards */
.contact-channels-stack {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
}

.channel-card {
  position: relative;
  background: var(--glass-card-grad);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-border);
  border-radius: 1.35rem;
  box-shadow: var(--glass-shadow);
  padding: 1.35rem 1.5rem;
  text-decoration: none;
  display: block;
  overflow: hidden;
  transition:
    transform 0.35s var(--ease),
    box-shadow 0.35s var(--ease),
    border-color 0.35s var(--ease),
    background 0.35s var(--ease);
}

.channel-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--glass-shadow-hover);
  border-color: rgba(239, 68, 68, 0.45);
  background: var(--glass-card-grad-hover);
}

.channel-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.65rem;
}

.channel-card__icon-wrap {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-size: 1.25rem;
  transition: transform 0.3s var(--ease);
}

.channel-card:hover .channel-card__icon-wrap {
  transform: scale(1.1) rotate(-4deg);
}

.channel-card--whatsapp .channel-card__icon-wrap {
  background: rgba(37, 211, 102, 0.12);
  color: #25d366;
}

.channel-card--phone .channel-card__icon-wrap {
  background: var(--brand-tint);
  color: var(--brand);
}

.channel-card--email .channel-card__icon-wrap {
  background: rgba(2, 132, 199, 0.1);
  color: #0284c7;
}

.channel-card--office .channel-card__icon-wrap {
  background: rgba(217, 119, 6, 0.1);
  color: #d97706;
}

.channel-card__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.3rem 0.75rem;
  border-radius: var(--r-pill);
  font-size: 0.73rem;
  font-weight: 700;
}

.badge-whatsapp-online {
  background: rgba(37, 211, 102, 0.1);
  border: 1px solid rgba(37, 211, 102, 0.3);
  color: #166534;
}

.badge-phone-hours {
  background: rgba(239, 68, 68, 0.08);
  border: 1px solid var(--brand-border);
  color: var(--brand-dark);
}

.channel-card__title {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--ink);
  margin: 0 0 0.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.channel-card__arrow {
  color: var(--brand);
  transition: transform 0.25s var(--ease);
}

.channel-card:hover .channel-card__arrow {
  transform: translateX(4px);
}

.channel-card__desc {
  font-size: 0.85rem;
  color: var(--ink-soft);
  margin: 0 0 0.75rem;
  line-height: 1.5;
}

.channel-card__action {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--brand);
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

/* Map Preview Card */
.map-embed-container {
  margin-top: 1rem;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid var(--glass-border);
  box-shadow: 0 8px 24px -6px rgba(15, 23, 42, 0.12);
  height: 180px;
}

.map-embed-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* 4-Step Process Timeline */
.process-section {
  padding-top: clamp(3rem, 6vw, 5rem);
  padding-bottom: clamp(3rem, 6vw, 5rem);
  position: relative;
  z-index: 2;
}

.process-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin-top: 2.5rem;
}

@media (min-width: 640px) {
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .process-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.process-card {
  position: relative;
  background: var(--glass-card-grad);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-border);
  border-radius: 1.4rem;
  box-shadow: var(--glass-shadow);
  padding: 1.75rem 1.5rem;
  transition:
    transform 0.35s var(--ease),
    box-shadow 0.35s var(--ease),
    border-color 0.35s var(--ease);
}

.process-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--glass-shadow-hover);
  border-color: rgba(239, 68, 68, 0.4);
}

.process-card__number {
  font-family: var(--font-mono);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--brand);
  margin-bottom: 0.85rem;
  display: inline-block;
}

.process-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--brand-tint);
  color: var(--brand);
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.process-card__title {
  font-family: var(--font-display);
  font-size: 1.12rem;
  font-weight: 800;
  color: var(--ink);
  margin: 0 0 0.45rem;
}

.process-card__desc {
  font-size: 0.86rem;
  color: var(--ink-soft);
  margin: 0;
  line-height: 1.55;
}

/* ==========================================================================
   PROSPECT DIGITAL — STORE & E-COMMERCE SUITE
   ========================================================================== */

/* Navbar Cart Button & Badge */
.nav-cart-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(226, 232, 240, 0.8);
  color: var(--ink-2);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
  text-decoration: none;
  box-shadow:
    0 4px 14px rgba(0, 0, 0, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.nav-cart-btn:hover {
  background: rgba(254, 242, 242, 0.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-color: rgba(239, 68, 68, 0.35);
  color: var(--brand);
  transform: translateY(-2px) scale(1.05);
  box-shadow:
    0 6px 20px rgba(239, 68, 68, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.nav-cart-btn svg {
  width: 19px;
  height: 19px;
  transition:
    transform 0.25s cubic-bezier(0.16, 1, 0.3, 1),
    stroke 0.2s ease;
}

.nav-cart-btn:hover svg {
  transform: scale(1.15) rotate(-3deg);
  stroke: var(--brand);
}

.nav-cart-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 800;
  font-family: var(--font-mono);
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(239, 68, 68, 0.5);
  line-height: 1;
  border: 1.5px solid #ffffff;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.nav-cart-btn:hover .nav-cart-badge {
  transform: scale(1.12);
}

.nav-cart-badge.is-hidden {
  display: none !important;
}

/* Glassmorphic Store Nav Link */
.site-nav__link--store {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.site-nav__store-icon {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  transition:
    transform 0.25s ease,
    stroke 0.2s ease;
  vertical-align: middle;
}

.site-nav__link--store:hover .site-nav__store-icon {
  transform: scale(1.2) translateY(-1px);
  stroke: var(--brand);
}

.site-nav__mobile-store {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  background: var(--bg2);
  margin: 0.5rem 0;
}

.site-nav__mobile-store-link {
  font-weight: 700;
  color: var(--ink);
  text-decoration: none;
  font-size: 1.05rem;
}

.site-nav__mobile-store-cart {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--brand);
  text-decoration: none;
  background: var(--bg-white);
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  border: 1px solid var(--brand-border);
}

/* Store Background & Ambient Wrap */
.store-ambient-wrap {
  position: relative;
  min-height: 100vh;
  background: linear-gradient(180deg, #fafbfc 0%, #f1f5f9 100%);
  overflow-x: hidden;
}

.store-ambient-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20%;
  width: 600px;
  height: 400px;
  background: radial-gradient(
    circle,
    rgba(239, 68, 68, 0.08) 0%,
    rgba(239, 68, 68, 0) 70%
  );
  pointer-events: none;
  z-index: 0;
}

/* Store Hero */
.store-hero {
  position: relative;
  padding: 4.5rem 0 2.5rem;
  text-align: center;
  z-index: 1;
}

.store-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 1.1rem;
  border-radius: 999px;
  background: var(--brand-tint);
  border: 1px solid var(--brand-border);
  color: var(--brand);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}

.store-hero__badge svg {
  width: 15px;
  height: 15px;
}

.store-hero__title {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  font-weight: 900;
  color: var(--ink);
  line-height: 1.15;
  margin: 0 auto 1.1rem;
  max-width: 820px;
  letter-spacing: -0.02em;
}

.store-hero__title span {
  background: linear-gradient(135deg, var(--brand) 0%, #b91c1c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.store-hero__desc {
  font-size: 1.1rem;
  color: var(--ink-soft);
  max-width: 680px;
  margin: 0 auto 2rem;
  line-height: 1.65;
}

.store-hero__pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.store-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 1rem;
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--ink-2);
  box-shadow: var(--shadow-xs);
}

.store-pill svg {
  color: var(--brand);
  width: 15px;
  height: 15px;
}

/* Store Controls Bar (Search + Categories + Sort) */
.store-controls {
  position: relative;
  z-index: 2;
  margin-bottom: 2.5rem;
}

.store-controls__card {
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-border);
  border-radius: 20px;
  padding: 1.5rem;
  box-shadow: var(--glass-shadow);
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.store-controls__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.store-search-form {
  flex: 1;
  min-width: 260px;
  max-width: 520px;
}

.store-search-box {
  display: flex;
  align-items: center;
  background: var(--bg-white);
  border: 1.5px solid var(--border);
  border-radius: 12px;
  padding: 0.35rem 0.6rem 0.35rem 1rem;
  transition: all 0.2s ease;
}

.store-search-box:focus-within {
  border-color: var(--brand);
  box-shadow: 0 0 0 4px var(--brand-tint);
}

.store-search-box svg {
  color: var(--ink-muted);
  width: 18px;
  height: 18px;
  margin-right: 0.65rem;
  flex-shrink: 0;
}

.store-search-input {
  border: none;
  background: transparent;
  width: 100%;
  font-size: 0.95rem;
  color: var(--ink);
  outline: none;
}

.store-search-input::placeholder {
  color: var(--ink-muted);
}

.store-search-submit {
  background: var(--brand);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 0.45rem 0.95rem;
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.15s ease;
}

.store-search-submit:hover {
  background: var(--brand-600);
}

/* Category Filter Chips */
.store-categories-scroll {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  overflow-x: auto;
  padding-bottom: 0.3rem;
  scrollbar-width: thin;
}

.store-categories-scroll::-webkit-scrollbar {
  height: 4px;
}

.store-categories-scroll::-webkit-scrollbar-thumb {
  background: var(--border);
  border-radius: 4px;
}

.store-cat-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 1.1rem;
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--ink-2);
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.18s ease;
  box-shadow: var(--shadow-xs);
}

.store-cat-chip:hover {
  border-color: var(--brand-border);
  color: var(--brand);
  background: var(--brand-tint);
}

.store-cat-chip.is-active {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
  box-shadow: 0 4px 14px rgba(239, 68, 68, 0.35);
}

.store-cat-chip.is-active .store-cat-count {
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
}

.store-cat-count {
  font-size: 0.72rem;
  font-family: var(--font-mono);
  background: var(--bg2);
  color: var(--ink-muted);
  padding: 0.15rem 0.5rem;
  border-radius: 999px;
  font-weight: 700;
}

/* Sort Selector */
.store-sort-wrap {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.store-sort-label {
  font-size: 0.85rem;
  color: var(--ink-muted);
  font-weight: 600;
  white-space: nowrap;
}

.store-sort-select {
  padding: 0.45rem 1rem;
  background: var(--bg-white);
  border: 1.5px solid var(--border);
  border-radius: 10px;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--ink-2);
  cursor: pointer;
  outline: none;
  transition: border-color 0.2s ease;
}

.store-sort-select:focus {
  border-color: var(--brand);
}

/* Store Product Grid & Cards */
.store-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.75rem;
  margin-bottom: 3.5rem;
}

.store-card {
  position: relative;
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow-xs);
  display: flex;
  flex-direction: column;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.store-card:hover {
  transform: translateY(-5px);
  border-color: var(--brand-border);
  box-shadow: 0 16px 36px -10px rgba(239, 68, 68, 0.15);
}

.store-card__media {
  position: relative;
  height: 220px;
  background: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.store-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.store-card:hover .store-card__img {
  transform: scale(1.05);
}

.store-card__badges {
  position: absolute;
  top: 12px;
  left: 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  z-index: 2;
}

.store-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.65rem;
  border-radius: 6px;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.store-badge--sale {
  background: #ef4444;
  color: #fff;
}

.store-badge--featured {
  background: #0284c7;
  color: #fff;
}

.store-badge--out {
  background: #64748b;
  color: #fff;
}

.store-badge--preorder {
  background: #d97706;
  color: #fff;
}

.store-wishlist-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
  border: 1px solid var(--border);
  color: var(--ink-muted);
  display: grid;
  place-items: center;
  cursor: pointer;
  z-index: 2;
  transition: all 0.2s ease;
}

.store-wishlist-btn:hover,
.store-wishlist-btn.is-active {
  background: #fff;
  color: var(--brand);
  border-color: var(--brand-border);
  transform: scale(1.1);
}

.store-card__body {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.store-card__cat {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--brand);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.35rem;
}

.store-card__title {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--ink);
  margin: 0 0 0.5rem;
  line-height: 1.35;
}

.store-card__title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.15s ease;
}

.store-card__title a:hover {
  color: var(--brand);
}

.store-card__desc {
  font-size: 0.85rem;
  color: var(--ink-soft);
  line-height: 1.5;
  margin: 0 0 1rem;
  flex: 1;
}

.store-card__price-row {
  display: flex;
  align-items: baseline;
  gap: 0.65rem;
  margin-bottom: 1.1rem;
}

.store-card__price {
  font-size: 1.35rem;
  font-weight: 900;
  font-family: var(--font-display);
  color: var(--ink);
}

.store-card__orig-price {
  font-size: 0.9rem;
  color: var(--ink-muted);
  text-decoration: line-through;
}

.store-card__footer {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-top: 0.9rem;
  border-top: 1px solid var(--border);
}

/* ==========================================================================
   PROFESSIONAL EMPTY-STORE STATE
   ========================================================================== */
.store-empty-panel {
  position: relative;
  margin: 1.5rem auto 4.5rem;
  max-width: 1040px;
}

.store-empty-hero {
  background: var(--glass-card-grad);
  border: 1.5px solid var(--glass-border);
  border-radius: 28px;
  padding: 3.5rem 2.5rem;
  text-align: center;
  box-shadow: var(--glass-shadow);
  position: relative;
  overflow: hidden;
  margin-bottom: 3rem;
}

.store-empty-hero::after {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    rgba(239, 68, 68, 0.08) 0%,
    transparent 70%
  );
  pointer-events: none;
}

.store-empty-icon-wrap {
  width: 80px;
  height: 80px;
  border-radius: 24px;
  background: linear-gradient(
    135deg,
    var(--brand-tint) 0%,
    rgba(239, 68, 68, 0.18) 100%
  );
  border: 1px solid var(--brand-border);
  color: var(--brand);
  display: grid;
  place-items: center;
  margin: 0 auto 1.5rem;
  box-shadow: 0 12px 28px -6px rgba(239, 68, 68, 0.25);
}

.store-empty-icon-wrap svg {
  width: 40px;
  height: 40px;
}

.store-empty-title {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 900;
  color: var(--ink);
  margin: 0 auto 0.85rem;
  letter-spacing: -0.02em;
}

.store-empty-desc {
  font-size: 1.05rem;
  color: var(--ink-soft);
  max-width: 620px;
  margin: 0 auto 2rem;
  line-height: 1.65;
}

/* Notify Me Box */
.store-empty-notify-box {
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 1.75rem 2rem;
  max-width: 580px;
  margin: 0 auto;
  box-shadow: var(--shadow-sm);
}

.store-notify-label {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 0.85rem;
  display: block;
}

.store-notify-form {
  display: flex;
  gap: 0.65rem;
}

.store-notify-input {
  flex: 1;
  border: 1.5px solid var(--border);
  border-radius: 10px;
  padding: 0.65rem 1rem;
  font-size: 0.95rem;
  color: var(--ink);
  outline: none;
  transition: border-color 0.2s ease;
}

.store-notify-input:focus {
  border-color: var(--brand);
}

.store-notify-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: var(--brand);
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 0.65rem 1.35rem;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.18s ease;
  white-space: nowrap;
}

.store-notify-btn:hover {
  background: var(--brand-600);
  transform: translateY(-1px);
}

.store-notify-msg {
  margin-top: 0.75rem;
  font-size: 0.82rem;
  color: var(--teal-ink);
  font-weight: 600;
  display: none;
}

/* Category Roadmap Grid */
.store-empty-roadmap {
  margin-bottom: 3rem;
}

.store-roadmap-header {
  text-align: center;
  margin-bottom: 2rem;
}

.store-roadmap-title {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 0.4rem;
}

.store-roadmap-subtitle {
  font-size: 0.95rem;
  color: var(--ink-soft);
}

.store-roadmap-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.25rem;
}

.store-cat-card {
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 1.5rem;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
}

.store-cat-card:hover {
  border-color: var(--brand-border);
  transform: translateY(-3px);
  box-shadow: 0 10px 24px -6px rgba(0, 0, 0, 0.06);
}

.store-cat-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--brand-tint);
  color: var(--brand);
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
}

.store-cat-card__icon svg {
  width: 22px;
  height: 22px;
}

.store-cat-card__title {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--ink);
  margin: 0 0 0.4rem;
}

.store-cat-card__desc {
  font-size: 0.85rem;
  color: var(--ink-soft);
  line-height: 1.5;
  margin: 0 0 1rem;
  flex: 1;
}

.store-cat-card__pill {
  display: inline-flex;
  align-items: center;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--brand);
  background: var(--brand-tint);
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  width: fit-content;
}

/* Engineering Consultation CTA Banner */
.store-consult-banner {
  background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 100%);
  border-radius: 24px;
  padding: 2.75rem;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  position: relative;
  overflow: hidden;
}

.store-consult-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    circle at right center,
    rgba(239, 68, 68, 0.25) 0%,
    transparent 60%
  );
  pointer-events: none;
}

.store-consult-text {
  max-width: 600px;
  position: relative;
  z-index: 1;
}

.store-consult-title {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 800;
  color: #fff;
  margin: 0 0 0.65rem;
}

.store-consult-desc {
  font-size: 0.95rem;
  color: #cbd5e1;
  margin: 0;
  line-height: 1.6;
}

.store-consult-actions {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

/* ==========================================================================
   PRODUCT DETAIL PAGE
   ========================================================================== */
.product-detail-layout {
  padding: 3rem 0 5rem;
}

.store-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
  font-size: 0.85rem;
  color: var(--ink-muted);
}

.breadcrumb-link {
  color: var(--ink-soft);
  text-decoration: none;
  transition: color 0.15s ease;
}

.breadcrumb-link:hover {
  color: var(--brand);
}

.breadcrumb-sep {
  color: var(--ink-faint);
}

.product-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  margin-bottom: 4rem;
}

/* Product Gallery */
.product-gallery-card {
  position: sticky;
  top: 90px;
}

.product-gallery-main {
  position: relative;
  background: #f8fafc;
  border: 1px solid var(--border);
  border-radius: 20px;
  overflow: hidden;
  height: 440px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.product-main-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.product-thumbs-list {
  display: flex;
  gap: 0.75rem;
  overflow-x: auto;
  padding-bottom: 0.4rem;
}

.product-thumb-btn {
  width: 76px;
  height: 76px;
  border-radius: 12px;
  border: 2px solid var(--border);
  background: #fff;
  padding: 4px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.product-thumb-btn:hover,
.product-thumb-btn.is-active {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px var(--brand-tint);
}

.product-thumb-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

/* Product Info */
.product-info-panel {
  display: flex;
  flex-direction: column;
}

.product-cat-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 0.85rem;
  border-radius: 999px;
  background: var(--brand-tint);
  border: 1px solid var(--brand-border);
  color: var(--brand);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.85rem;
  width: fit-content;
}

.product-title {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 900;
  color: var(--ink);
  margin: 0 0 0.5rem;
  line-height: 1.25;
}

.product-sku {
  font-family: var(--font-mono);
  font-size: 0.8rem;
  color: var(--ink-muted);
  margin-bottom: 1.25rem;
}

.product-price-bar {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  padding: 1.25rem 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  margin-bottom: 1.5rem;
}

.product-main-price {
  font-size: 2.2rem;
  font-weight: 900;
  font-family: var(--font-display);
  color: var(--ink);
}

.product-orig-price {
  font-size: 1.2rem;
  color: var(--ink-muted);
  text-decoration: line-through;
}

.product-discount-pill {
  background: #ef4444;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  padding: 0.25rem 0.65rem;
  border-radius: 6px;
}

.product-tax-note {
  font-size: 0.8rem;
  color: var(--ink-muted);
  margin-left: auto;
}

.product-stock-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.85rem;
  border-radius: 8px;
  font-size: 0.82rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  width: fit-content;
}

.product-stock-pill--in {
  background: var(--teal-tint);
  color: var(--teal-ink);
  border: 1px solid rgba(5, 150, 105, 0.2);
}

.product-stock-pill--out {
  background: var(--rose-tint);
  color: var(--rose);
  border: 1px solid rgba(225, 29, 72, 0.2);
}

.product-highlights-list {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.product-highlights-list li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.92rem;
  color: var(--ink-2);
}

.product-highlights-list li svg {
  color: var(--teal-ink);
  width: 17px;
  height: 17px;
  flex-shrink: 0;
}

/* Product Action Bar (Qty + Add to Cart + Wishlist) */
.product-action-bar {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

.product-qty-stepper {
  display: inline-flex;
  align-items: center;
  border: 1.5px solid var(--border);
  border-radius: 12px;
  background: var(--bg-white);
  overflow: hidden;
  height: 48px;
}

.qty-btn {
  width: 40px;
  height: 100%;
  border: none;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: background 0.15s ease;
}

.qty-btn:hover {
  background: var(--bg2);
}

.qty-input {
  width: 48px;
  height: 100%;
  border: none;
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
  color: var(--ink);
  outline: none;
  -moz-appearance: textfield;
}

.qty-input::-webkit-outer-spin-button,
.qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.btn-add-to-cart {
  flex: 1;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  background: var(--brand);
  color: #fff;
  border: none;
  border-radius: 12px;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 4px 14px rgba(239, 68, 68, 0.35);
}

.btn-add-to-cart:hover {
  background: var(--brand-600);
  transform: translateY(-1px);
}

.btn-wishlist-toggle {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  border: 1.5px solid var(--border);
  background: var(--bg-white);
  color: var(--ink-soft);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-wishlist-toggle:hover,
.btn-wishlist-toggle.is-active {
  border-color: var(--brand-border);
  color: var(--brand);
  background: var(--brand-tint);
}

/* Trust Badges */
.product-trust-badges {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border);
}

.trust-badge-item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--ink-soft);
}

.trust-badge-item svg {
  color: var(--brand);
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

/* Product Tabs Container (Specs, Overview, Warranty) */
.product-tabs-container {
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.product-tab-nav {
  display: flex;
  border-bottom: 1px solid var(--border);
  background: var(--bg2);
}

.product-tab-btn {
  padding: 1rem 1.75rem;
  border: none;
  background: transparent;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--ink-muted);
  cursor: pointer;
  transition: all 0.18s ease;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
}

.product-tab-btn:hover {
  color: var(--ink);
}

.product-tab-btn.is-active {
  color: var(--brand);
  background: var(--bg-white);
  border-bottom-color: var(--brand);
}

.product-tab-panel {
  padding: 2.25rem;
  display: none;
}

.product-tab-panel.is-active {
  display: block;
}

.specs-table {
  width: 100%;
  border-collapse: collapse;
}

.specs-table tr:nth-child(even) {
  background: var(--bg);
}

.specs-table th,
.specs-table td {
  padding: 0.85rem 1.25rem;
  text-align: left;
  border-bottom: 1px solid var(--border);
  font-size: 0.9rem;
}

.specs-table th {
  font-weight: 700;
  color: var(--ink-soft);
  width: 35%;
}

.specs-table td {
  color: var(--ink);
  font-weight: 600;
}

/* ==========================================================================
   SHOPPING CART PAGE
   ========================================================================== */
.cart-page-layout {
  padding: 3.5rem 0 5rem;
}

.cart-page-grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 2.5rem;
  align-items: start;
}

.cart-items-card {
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 1.75rem;
  box-shadow: var(--shadow-sm);
}

.cart-table-header {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 40px;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1.5px solid var(--border);
  font-size: 0.8rem;
  font-weight: 800;
  color: var(--ink-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.cart-item-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 40px;
  gap: 1rem;
  align-items: center;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--border);
}

.cart-item-product {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.cart-item-thumb {
  width: 64px;
  height: 64px;
  border-radius: 10px;
  object-fit: cover;
  background: var(--bg2);
  border: 1px solid var(--border);
}

.cart-item-title {
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--ink);
  text-decoration: none;
  line-height: 1.35;
  display: block;
}

.cart-item-title:hover {
  color: var(--brand);
}

.cart-item-sku {
  font-size: 0.75rem;
  font-family: var(--font-mono);
  color: var(--ink-muted);
}

.cart-item-price {
  font-weight: 700;
  color: var(--ink);
  font-size: 0.95rem;
}

.cart-item-total {
  font-weight: 800;
  font-size: 1.05rem;
  color: var(--ink);
  font-family: var(--font-display);
}

.cart-item-remove-btn {
  background: transparent;
  border: none;
  color: var(--ink-muted);
  cursor: pointer;
  display: grid;
  place-items: center;
  padding: 0.4rem;
  border-radius: 8px;
  transition: all 0.15s ease;
}

.cart-item-remove-btn:hover {
  color: var(--rose);
  background: var(--rose-tint);
}

.cart-item-remove-btn svg {
  width: 17px;
  height: 17px;
}

/* Cart Summary Card */
.cart-summary-card {
  background: var(--bg-white);
  border: 1.5px solid var(--glass-border);
  border-radius: 20px;
  padding: 1.75rem;
  box-shadow: var(--shadow-sm);
  position: sticky;
  top: 90px;
}

.cart-summary-title {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--ink);
  margin: 0 0 1.25rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid var(--border);
}

.cart-summary-rows {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin-bottom: 1.25rem;
}

.cart-summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.92rem;
  color: var(--ink-soft);
}

.cart-summary-row.is-total {
  padding-top: 1rem;
  border-top: 1.5px dashed var(--border);
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--ink);
  font-family: var(--font-display);
}

.cart-checkout-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.9rem 1.5rem;
  border-radius: 12px;
  background: var(--brand);
  color: #fff;
  border: none;
  font-weight: 800;
  font-size: 1rem;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 6px 18px rgba(239, 68, 68, 0.35);
  margin-bottom: 1rem;
}

.cart-checkout-btn:hover {
  background: var(--brand-600);
  transform: translateY(-1px);
}

.cart-continue-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--ink-soft);
  text-decoration: none;
  transition: color 0.15s ease;
}

.cart-continue-link:hover {
  color: var(--brand);
}

/* Empty Cart View */
.cart-empty-view {
  text-align: center;
  padding: 4.5rem 1.5rem;
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-radius: 24px;
  max-width: 580px;
  margin: 0 auto;
}

.cart-empty-icon {
  width: 72px;
  height: 72px;
  border-radius: 20px;
  background: var(--brand-tint);
  color: var(--brand);
  display: grid;
  place-items: center;
  margin: 0 auto 1.5rem;
}

.cart-empty-icon svg {
  width: 36px;
  height: 36px;
}

/* ==========================================================================
   CHECKOUT PAGE
   ========================================================================== */
.checkout-page-layout {
  padding: 3.5rem 0 5rem;
}

.checkout-grid {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 2.5rem;
  align-items: start;
}

.checkout-section-card {
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 2rem;
  box-shadow: var(--shadow-sm);
  margin-bottom: 2rem;
}

.checkout-section-title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--ink);
  margin: 0 0 1.5rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid var(--border);
}

.checkout-step-badge {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--brand);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 800;
  display: grid;
  place-items: center;
}

.checkout-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

.checkout-form-grid .full-span {
  grid-column: 1 / -1;
}

.checkout-field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.checkout-label {
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--ink);
}

.checkout-input,
.checkout-select {
  border: 1.5px solid var(--border);
  border-radius: 10px;
  padding: 0.65rem 0.95rem;
  font-size: 0.92rem;
  color: var(--ink);
  outline: none;
  transition: border-color 0.2s ease;
}

.checkout-input:focus,
.checkout-select:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px var(--brand-tint);
}

/* Payment Method Cards */
.payment-methods-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}

.payment-method-card {
  border: 2px solid var(--border);
  border-radius: 14px;
  padding: 1.25rem;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  transition: all 0.2s ease;
  position: relative;
}

.payment-method-card:hover {
  border-color: var(--brand-border);
}

.payment-method-card.is-selected {
  border-color: var(--brand);
  background: var(--brand-tint);
}

.payment-method-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.payment-radio-circle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid var(--ink-muted);
  display: grid;
  place-items: center;
}

.payment-method-card.is-selected .payment-radio-circle {
  border-color: var(--brand);
}

.payment-method-card.is-selected .payment-radio-circle::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--brand);
}

.payment-method-icon {
  color: var(--brand);
}

.payment-method-title {
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--ink);
}

.payment-method-desc {
  font-size: 0.78rem;
  color: var(--ink-soft);
  line-height: 1.4;
}

/* ==========================================================================
   ORDER CONFIRMATION RECEIPT PAGE
   ========================================================================== */
.order-confirm-layout {
  padding: 4rem 0 6rem;
}

.order-confirm-card {
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-radius: 28px;
  padding: 3.5rem 3rem;
  box-shadow: var(--shadow-md);
  max-width: 840px;
  margin: 0 auto;
}

.order-confirm-hero {
  text-align: center;
  padding-bottom: 2.5rem;
  border-bottom: 1.5px solid var(--border);
  margin-bottom: 2.5rem;
}

.order-success-icon {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: var(--teal-tint);
  color: var(--teal-ink);
  display: grid;
  place-items: center;
  margin: 0 auto 1.5rem;
}

.order-success-icon svg {
  width: 44px;
  height: 44px;
}

.order-confirm-title {
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--ink);
  margin: 0 0 0.5rem;
}

.order-id-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 1.1rem;
  background: var(--bg2);
  border-radius: 999px;
  font-family: var(--font-mono);
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--ink);
}

.order-details-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2.5rem;
}

.order-detail-box {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 1.25rem;
}

.order-detail-title {
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--ink-muted);
  margin-bottom: 0.65rem;
}

.order-timeline-box {
  margin-bottom: 2.5rem;
  padding: 1.5rem;
  background: var(--bg);
  border-radius: 16px;
}

.order-timeline-steps {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.order-timeline-steps::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 30px;
  right: 30px;
  height: 2px;
  background: var(--border);
  z-index: 0;
}

.timeline-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  position: relative;
  z-index: 1;
}

.timeline-dot {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--bg-white);
  border: 2px solid var(--border);
  display: grid;
  place-items: center;
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--ink-muted);
}

.timeline-step.is-complete .timeline-dot {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
}

.timeline-label {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--ink-soft);
}

/* Responsive Breakpoints */
@media (max-width: 991px) {
  .product-detail-grid,
  .cart-page-grid,
  .checkout-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .product-gallery-card,
  .cart-summary-card {
    position: static;
  }
}

@media (max-width: 768px) {
  .store-hero {
    padding: 3rem 0 1.5rem;
  }

  .store-controls__card {
    padding: 1.1rem;
  }

  .store-empty-hero {
    padding: 2.5rem 1.25rem;
  }

  .store-notify-form {
    flex-direction: column;
  }

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

  .order-details-grid {
    grid-template-columns: 1fr;
  }

  .cart-table-header {
    display: none;
  }

  .cart-item-row {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    position: relative;
  }

  .cart-item-remove-btn {
    position: absolute;
    top: 1rem;
    right: 0;
  }
}

/* ==========================================================================
   Service Hero Meta
   ========================================================================== */
.service-hero__meta {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border);
  font-size: 0.95rem;
  color: var(--ink-soft);
}
.service-hero__meta span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.service-hero__meta .icon {
  color: var(--brand);
}
@media (min-width: 768px) {
  .service-hero__meta {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.5rem;
  }
}

.our-team__grid {
  align-items: stretch;
}

.our-team__card {
  text-align: center;
  padding: 2.1rem 1.75rem 2.4rem;
  display: flex;
  flex-direction: column;
}

/* Reuse the same glass-card recipe as .bento-card / .showcase-card
   so team cards sit visually consistent with the rest of the page. */
.card.our-team__card {
  background: var(--glass-card-grad);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-border);
  border-radius: var(--r-md);
  box-shadow: var(--glass-shadow);
  transition:
    transform var(--dur) var(--ease),
    box-shadow var(--dur) var(--ease),
    border-color var(--dur) var(--ease),
    background var(--dur) var(--ease);
}

.card.our-team__card:hover {
  transform: translateY(-6px);
  box-shadow: var(--glass-shadow-hover);
  border-color: var(--brand-border);
  background: var(--glass-card-grad-hover);
}

.our-team__photo {
  width: 104px;
  height: 104px;
  margin: 0 auto 1.35rem;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #ffffff;
  box-shadow: var(--shadow-brand);
  transition:
    transform var(--dur) var(--ease),
    box-shadow var(--dur) var(--ease);
}

.our-team__card:hover .our-team__photo {
  transform: translateY(-2px) scale(1.03);
  box-shadow: var(--shadow-brand-lg);
}

.our-team__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.our-team__photo--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--grad-brand);
  color: #ffffff;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 2.1rem;
  border: 3px solid #ffffff;
}

.our-team__card .eyebrow {
  justify-content: center;
  margin-top: 0.15rem;
}

.our-team__card .card__title {
  font-family: var(--font-display);
  font-weight: 800;
  color: var(--ink);
  margin: 0.2rem 0 0.65rem;
}

.our-team__card .card__text {
  color: var(--ink-soft);
  font-size: 0.92rem;
  line-height: 1.6;
  flex-grow: 1;
}

.our-team__card .arrow-link {
  margin-top: 1.1rem;
  align-self: center;
  color: var(--brand);
  font-weight: 700;
  font-size: 0.88rem;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  transition: transform var(--dur) var(--ease);
}

.our-team__card .arrow-link:hover {
  color: var(--brand-600);
  transform: translateX(3px);
}

/* Mobile: tighten padding and shrink the avatar a touch */
@media (max-width: 640px) {
  .our-team__card {
    padding: 1.6rem 1.25rem 1.9rem;
  }
  .our-team__photo,
  .our-team__photo--placeholder {
    width: 84px;
    height: 84px;
  }
  .our-team__photo--placeholder {
    font-size: 1.7rem;
  }
}
