/* ==========================================================================
   SUBPAGE.CSS — Shared styles for services.html, work.html, contact.html
   Inherits from style.css + homepage.css (already loaded)
   ========================================================================== */

/* ── Body overrides for sub-pages — FULL SCROLL & CLICK UNLOCK ── */
html,
body.subpage-body {
  height: auto !important;
  min-height: 100vh !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  user-select: auto !important;
}

.subpage-body {
  background: #080808;
  position: relative;
}

/* ── Sub-page Navbar (must always be visible, clickable and top-layered) ── */
.subpage-body .site-navbar {
  transform: translateY(0) !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  z-index: 1000 !important;
}

.subpage-body .site-navbar * {
  pointer-events: auto !important;
}

.subpage-body .logo-img {
  width: 38px;
  height: 38px;
  border-radius: 50% !important;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease;
}

.subpage-body .nav-logo:hover .logo-img {
  transform: scale(1.06);
  border-color: rgba(255, 255, 255, 0.4);
}

.subpage-body .logo-text {
  font-family: 'Gotham Ultra', 'Montserrat', 'Outfit', sans-serif;
  font-weight: 800;
  font-size: 1.0rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0px;
  line-height: 1.1;
}

.subpage-body .logo-wordmark {
  display: block;
  font-family: 'Gotham Ultra', 'Montserrat', 'Outfit', sans-serif;
  font-weight: 800;
  font-size: 1.0rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1;
}

.subpage-body .logo-sub-tag {
  font-family: 'Gotham Ultra', 'Montserrat', 'Outfit', sans-serif;
  font-size: 0.52rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #c4ff3d;
  text-transform: uppercase;
  display: block;
  line-height: 1;
}

/* ── Sub-page canvas & overlays (must never block clicks) ── */
.subpage-body #bg-liquid-grid {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.35;
  pointer-events: none !important;
}

.subpage-body .bg-grid-overlay,
.subpage-body .noise-overlay {
  pointer-events: none !important;
  z-index: 0 !important;
}

/* ── Main content above canvas ── */
.subpage-main {
  position: relative;
  z-index: 1;
  padding-top: 90px;
}

/* ── Floating WhatsApp Button ── */
.floating-whatsapp {
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 9999;
  width: 56px;
  height: 56px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 24px rgba(37, 211, 102, 0.45);
  color: #fff;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s;
}
.floating-whatsapp:hover {
  transform: scale(1.12) translateY(-3px);
  box-shadow: 0 8px 32px rgba(37, 211, 102, 0.6);
}

/* ==========================================================================
   AOS — Animate On Scroll — Base Styles
   ========================================================================== */
.aos-fade-up {
  opacity: 0;
  transform: translateY(48px);
  transition: opacity 0.75s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
}
.aos-fade-up.aos-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Stagger delays via data-delay attribute */
[data-delay="100"].aos-fade-up { transition-delay: 0.1s; }
[data-delay="150"].aos-fade-up { transition-delay: 0.15s; }
[data-delay="200"].aos-fade-up { transition-delay: 0.2s; }
[data-delay="300"].aos-fade-up { transition-delay: 0.3s; }
[data-delay="400"].aos-fade-up { transition-delay: 0.4s; }
[data-delay="500"].aos-fade-up { transition-delay: 0.5s; }

/* ==========================================================================
   SUBPAGE HERO
   ========================================================================== */
.subpage-hero {
  padding: 80px 0 60px;
  text-align: center;
  position: relative;
}

.subpage-hero-inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 24px;
}

.subpage-h1 {
  font-family: 'Outfit', 'Gotham Ultra', 'Montserrat', 'Outfit', sans-serif;
  font-size: clamp(2.8rem, 6vw, 5.2rem);
  font-weight: 900;
  line-height: 1.0;
  letter-spacing: -0.03em;
  color: #fff;
  margin: 20px 0 24px;
}

.subpage-hero-sub {
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  color: rgba(255,255,255,0.6);
  max-width: 620px;
  margin: 0 auto;
  line-height: 1.65;
}

/* ==========================================================================
   HOMEPAGE: Testimonial / Review Section
   ========================================================================== */
.testimonial-card {
  max-width: 860px;
  margin: 40px auto 0;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.035) 0%, rgba(255, 255, 255, 0.015) 100%);
  border: 1.5px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  padding: 44px 48px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.testimonial-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at top left, rgba(196,255,61,0.05) 0%, transparent 65%);
  pointer-events: none;
}

.testimonial-quote-mark {
  display: none;
}

.testimonial-text {
  font-family: 'Outfit', 'Inter', sans-serif;
  font-size: clamp(1.1rem, 2.2vw, 1.3rem);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.94);
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.01em;
  margin: 0 0 32px;
  border: none;
  padding: 0;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.author-avatar {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 2px solid #c4ff3d;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
  box-shadow: 0 0 18px rgba(196, 255, 61, 0.3);
}

.testimonial-author-avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.author-info {
  flex: 1;
}

.author-name {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.verified-badge {
  font-family: var(--font-mono, monospace);
  font-size: 0.72rem;
  color: #040407;
  background: #c4ff3d;
  border-radius: 999px;
  padding: 2.5px 11px;
  font-weight: 700;
  letter-spacing: 0.03em;
  display: inline-block;
}

.author-role {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 4px;
}

.star-rating {
  display: flex;
  gap: 4px;
  margin-left: auto;
}
.star-rating span {
  color: #c4ff3d;
  font-size: 1.15rem;
}

/* ==========================================================================
   SUBPAGES: High-Converting Bento CTA Hub & Trust Bar
   ========================================================================== */
.contact-cta-section {
  padding: 40px 0 70px;
  position: relative;
  z-index: 10;
}

.contact-cta-bento {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 36px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.04) 0%, rgba(196, 255, 61, 0.02) 100%);
  border: 1px solid rgba(196, 255, 61, 0.22);
  border-radius: 32px;
  padding: 44px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.6), 0 0 40px rgba(196, 255, 61, 0.08);
  align-items: center;
}

.cta-glow-orb {
  position: absolute;
  top: -100px;
  left: 30%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(196,255,61,0.1) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.cta-bento-left {
  position: relative;
  z-index: 2;
}

.cta-trust-pills-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.cta-trust-pill {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  color: var(--accent-lime);
  background: rgba(196, 255, 61, 0.08);
  border: 1px solid rgba(196, 255, 61, 0.25);
  border-radius: 999px;
  padding: 5px 12px;
  letter-spacing: 0.04em;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.cta-bento-heading {
  font-family: 'Outfit', 'Gotham Ultra', 'Montserrat', 'Outfit', sans-serif;
  font-size: clamp(2rem, 3.4vw, 2.9rem);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -0.025em;
  color: #fff;
  margin-bottom: 14px;
}

.cta-bento-desc {
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  font-size: 0.98rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.65;
  margin-bottom: 24px;
  max-width: 540px;
}

.cta-quick-chips-title {
  font-family: 'Space Mono', monospace;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.cta-quick-chips-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 26px;
}

.cta-service-chip {
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.cta-service-chip:hover {
  background: rgba(196, 255, 61, 0.15);
  border-color: var(--accent-lime);
  color: #fff;
  transform: translateY(-2px);
}

.cta-action-row {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.cta-bento-right {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.6);
  height: 100%;
  min-height: 320px;
  max-height: 380px;
}

.cta-bento-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.cta-bento-right:hover .cta-bento-img {
  transform: scale(1.05);
}

.cta-bento-floating-card {
  position: absolute;
  bottom: 14px;
  left: 14px;
  right: 14px;
  background: rgba(7, 7, 10, 0.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(196, 255, 61, 0.3);
  border-radius: 14px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.7);
}

.cta-floating-meta {
  display: flex;
  flex-direction: column;
}

.cta-floating-title {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  color: #fff;
}

.cta-floating-sub {
  font-size: 0.72rem;
  color: var(--accent-lime);
  font-family: var(--font-mono);
}

.cta-floating-badge {
  font-size: 0.75rem;
  font-weight: 800;
  color: #c4ff3d;
  background: rgba(196, 255, 61, 0.12);
  padding: 4px 8px;
  border-radius: 6px;
}

@media (max-width: 960px) {
  .contact-cta-bento {
    grid-template-columns: 1fr;
    padding: 32px 24px;
  }
  .cta-bento-right {
    min-height: 240px;
  }
  .service-detail-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

.whatsapp-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background: #25d366;
  color: #fff;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  border-radius: 999px;
  text-decoration: none;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s;
  box-shadow: 0 4px 20px rgba(37,211,102,0.3);
}
.whatsapp-cta-btn:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 8px 32px rgba(37,211,102,0.5);
}

.cta-trust-badges {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.trust-badge {
  font-family: 'Space Mono', monospace;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.02em;
}

/* Section CTA Row */
.section-cta-row {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

/* ==========================================================================
   WORK CARD OVERLAYS (Homepage)
   ========================================================================== */
.work-preview {
  position: relative;
  overflow: hidden;
}

.work-preview-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.work-card:hover .work-preview-overlay {
  opacity: 1;
}

.preview-view-btn {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  color: #c4ff3d;
  background: rgba(0,0,0,0.6);
  border: 1px solid rgba(196,255,61,0.4);
  padding: 10px 20px;
  border-radius: 999px;
  letter-spacing: 0.02em;
}

/* ==========================================================================
   SERVICES PAGE: Service Detail Sections (Balanced Heights & Clean Baseline)
   ========================================================================== */
.service-detail-section {
  padding: 60px 0;
  position: relative;
}

.service-detail-section::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.08), transparent);
}

.service-detail-alt {
  background: rgba(255,255,255,0.015);
}

.service-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  gap: 56px;
  align-items: center;
}

.service-detail-grid-reverse {
  direction: rtl;
}
.service-detail-grid-reverse > * { direction: ltr; }

.service-detail-left {
  position: relative;
  display: flex;
  flex-direction: column;
}

.service-detail-num {
  font-family: 'Space Mono', monospace;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.3);
  letter-spacing: 0.12em;
  margin-bottom: 12px;
}

.service-icon-lg {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.4);
}

.service-icon-lg svg {
  width: 32px;
  height: 32px;
  stroke: currentColor;
}

.service-detail-title {
  font-family: 'Outfit', 'Gotham Ultra', 'Montserrat', 'Outfit', sans-serif;
  font-size: clamp(2rem, 3.2vw, 2.65rem);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -0.025em;
  color: #fff;
  margin-bottom: 16px;
}

.service-detail-desc {
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  font-size: 1rem;
  color: rgba(255,255,255,0.68);
  line-height: 1.65;
  margin-bottom: 22px;
}

.service-guarantee-badge {
  background: rgba(196,255,61,0.08);
  border: 1px solid rgba(196,255,61,0.25);
  border-radius: 10px;
  padding: 10px 16px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.86rem;
  color: #c4ff3d;
  font-weight: 600;
  margin-bottom: 20px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
}

.service-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
}

/* Service Features Grid (2x2) */
.service-features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 20px;
}

.svc-feat-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  padding: 18px 20px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}
.svc-feat-card:hover {
  border-color: rgba(196,255,61,0.35);
  background: rgba(196,255,61,0.04);
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.4), 0 0 16px rgba(196,255,61,0.12);
}
.svc-feat-card:hover {
  border-color: rgba(196,255,61,0.2);
  background: rgba(196,255,61,0.04);
  transform: translateY(-3px);
}

.svc-feat-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(196, 255, 61, 0.08);
  border: 1px solid rgba(196, 255, 61, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-lime);
  margin-bottom: 14px;
  transition: all 0.3s ease;
}

.svc-feat-icon svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
}

.svc-feat-card:hover .svc-feat-icon {
  background: rgba(196, 255, 61, 0.18);
  border-color: var(--accent-lime);
  transform: scale(1.08);
  box-shadow: 0 0 15px rgba(196, 255, 61, 0.25);
}

.svc-feat-card h3 {
  font-family: 'Outfit', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
}

.svc-feat-card p {
  font-size: 0.84rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.55;
  margin: 0;
}

/* Tech stack badges */
.tech-stack-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tech-badge {
  font-family: 'Space Mono', monospace;
  font-size: 0.72rem;
  color: #c4ff3d;
  background: rgba(196,255,61,0.08);
  border: 1px solid rgba(196,255,61,0.2);
  border-radius: 6px;
  padding: 5px 12px;
  letter-spacing: 0.04em;
}

.tech-badge.badge-coral { color: #ff7b6b; background: rgba(255,123,107,0.08); border-color: rgba(255,123,107,0.2); }
.tech-badge.badge-magenta { color: #e879f9; background: rgba(232,121,249,0.08); border-color: rgba(232,121,249,0.2); }
.tech-badge.badge-teal { color: #2dd4bf; background: rgba(45,212,191,0.08); border-color: rgba(45,212,191,0.2); }

/* Service proof stat */
.service-proof-stat {
  background: linear-gradient(135deg, rgba(196,255,61,0.08), rgba(196,255,61,0.02));
  border: 1px solid rgba(196,255,61,0.2);
  border-radius: 16px;
  padding: 24px 28px;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 28px;
}

.proof-num {
  font-family: 'Outfit', sans-serif;
  font-size: 2.2rem;
  font-weight: 900;
  color: #c4ff3d;
  white-space: nowrap;
  line-height: 1;
}

.proof-label {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.5;
}

/* Button color variants for services */
.btn-coral { background: linear-gradient(135deg, #ff7b6b, #ff4d4d); border-color: rgba(255,123,107,0.4); }
.btn-magenta { background: linear-gradient(135deg, #e879f9, #c026d3); border-color: rgba(232,121,249,0.4); }
.btn-teal { background: linear-gradient(135deg, #2dd4bf, #0d9488); border-color: rgba(45,212,191,0.4); }
.btn-coral, .btn-magenta, .btn-teal { color: #000; }

/* ==========================================================================
   WORK PAGE: Case Studies Grid
   ========================================================================== */
.work-filter-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 36px;
}

.filter-tab {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.6);
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  padding: 9px 20px;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.25s ease;
}

.filter-tab:hover {
  border-color: rgba(196,255,61,0.3);
  color: #fff;
}

.filter-tab.active {
  background: #c4ff3d;
  border-color: #c4ff3d;
  color: #000;
}

.work-grid-section {
  padding: 60px 0 100px;
}

.case-studies-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  max-width: 960px;
  margin: 0 auto;
}

.case-study-card {
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 24px;
  overflow: hidden;
  transition: border-color 0.35s, transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s;
  display: grid;
  grid-template-columns: 420px 1fr;
  position: relative;
}

@media (max-width: 900px) {
  .case-study-card {
    grid-template-columns: 1fr;
  }
}

.case-study-card:hover {
  border-color: rgba(196,255,61,0.35);
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(0,0,0,0.6), 0 0 30px rgba(196, 255, 61, 0.1);
}

.case-study-card.hidden {
  display: none !important;
}

.cs-preview {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  background: #090a0f;
}

.cs-preview-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 1;
}

.case-study-card:hover .cs-preview-img {
  transform: scale(1.06);
}

.cs-preview::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 7, 10, 0.15) 0%, rgba(7, 7, 10, 0.85) 100%);
  z-index: 2;
  pointer-events: none;
}

.cs-category-tag {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 3;
  font-family: 'Space Mono', monospace;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(4, 4, 7, 0.8);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(196, 255, 61, 0.35);
  color: #c4ff3d;
}

.cs-metrics-overlay {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 3;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.cs-metric {
  background: rgba(4, 4, 7, 0.82);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  padding: 8px 14px;
  display: flex;
  flex-direction: column;
}

.cs-metric-num {
  font-family: 'Outfit', sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  color: #c4ff3d;
  line-height: 1;
}

.cs-metric-label {
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 3px;
  font-family: 'Inter', sans-serif;
}
  color: rgba(232,121,249,0.15);
  letter-spacing: -0.02em;
  line-height: 1;
}

.cs-preview-3 {
  background: linear-gradient(135deg, #0a2018 0%, #1a4a30 60%, #051008 100%);
}
.cs-preview-3::after {
  content: 'REAL ESTATE';
  position: absolute;
  bottom: 24px;
  left: 24px;
  font-family: 'Space Mono', monospace;
  font-size: 2rem;
  font-weight: 700;
  color: rgba(45,212,191,0.15);
  letter-spacing: -0.02em;
  line-height: 1;
}

.cs-category-tag {
  position: absolute;
  top: 20px;
  left: 20px;
  font-family: 'Space Mono', monospace;
  font-size: 0.72rem;
  color: #fff;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.15);
  padding: 5px 12px;
  border-radius: 999px;
  letter-spacing: 0.05em;
}

.cs-metrics-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
  padding: 20px 20px 20px;
  display: flex;
  gap: 16px;
}

.cs-metric {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.cs-metric-num {
  font-family: 'Outfit', sans-serif;
  font-weight: 900;
  font-size: 1.1rem;
  color: #c4ff3d;
  line-height: 1;
}

.cs-metric-label {
  font-family: 'Space Mono', monospace;
  font-size: 0.62rem;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.04em;
}

.cs-content {
  padding: 36px 36px 36px 40px;
  display: flex;
  flex-direction: column;
}

.cs-title {
  font-family: 'Outfit', 'Gotham Ultra', 'Montserrat', 'Outfit', sans-serif;
  font-size: 1.9rem;
  font-weight: 900;
  color: #fff;
  margin-bottom: 6px;
  letter-spacing: -0.02em;
}

.cs-tagline {
  font-family: 'Space Mono', monospace;
  font-size: 0.77rem;
  color: rgba(196,255,61,0.7);
  letter-spacing: 0.04em;
  margin-bottom: 16px;
}

.cs-desc {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.62);
  line-height: 1.65;
  margin-bottom: 20px;
  flex: 1;
}

.cs-deliverables {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.cs-tag {
  font-family: 'Space Mono', monospace;
  font-size: 0.7rem;
  color: rgba(255,255,255,0.5);
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 6px;
  padding: 4px 10px;
  letter-spacing: 0.03em;
}

.cs-cta-link {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  color: #c4ff3d;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: gap 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
}

.cs-cta-link:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.work-coming-soon {
  text-align: center;
  margin-top: 48px;
  font-size: 0.95rem;
  color: rgba(255,255,255,0.35);
}

.work-coming-soon a {
  color: #c4ff3d;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ==========================================================================
   CONTACT PAGE
   ========================================================================== */
.contact-hero {
  padding-bottom: 40px;
}

.quick-contact-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.quick-contact-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 999px;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  font-size: 0.88rem;
  text-decoration: none;
  transition: transform 0.25s, box-shadow 0.25s;
}

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

.badge-email {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.7);
}

.quick-contact-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(0,0,0,0.3);
}

.contact-page-section {
  padding: 40px 0 100px;
}

.contact-page-grid {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 60px;
  align-items: start;
}

.contact-form-panel {
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 24px;
  padding: 48px 44px;
}

.contact-form-heading {
  font-family: 'Outfit', sans-serif;
  font-size: 1.7rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 8px;
}

.contact-form-sub {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.5);
  margin-bottom: 32px;
  line-height: 1.55;
}

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

/* Service checkboxes */
.service-checkboxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 8px;
}

.checkbox-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.88rem;
  color: rgba(255,255,255,0.7);
  cursor: pointer;
  padding: 10px 14px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 10px;
  transition: border-color 0.25s, background 0.25s;
}

.checkbox-label:hover {
  border-color: rgba(196,255,61,0.25);
  background: rgba(196,255,61,0.04);
}

.checkbox-label input[type="checkbox"] {
  accent-color: #c4ff3d;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.form-success-msg {
  margin-top: 16px;
  padding: 14px 18px;
  background: rgba(196,255,61,0.08);
  border: 1px solid rgba(196,255,61,0.3);
  border-radius: 12px;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  color: #c4ff3d;
}

/* Contact Info Panel */
.contact-info-panel {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: sticky;
  top: 120px;
}

.contact-info-card {
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 18px;
  padding: 24px 24px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  transition: border-color 0.3s, background 0.3s;
}

.contact-info-card:hover {
  border-color: rgba(196,255,61,0.15);
  background: rgba(255,255,255,0.04);
}

.contact-info-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(196, 255, 61, 0.08);
  border: 1px solid rgba(196, 255, 61, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-lime);
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.contact-info-icon svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
}

.contact-info-card:hover .contact-info-icon {
  background: rgba(196, 255, 61, 0.18);
  transform: scale(1.08);
  box-shadow: 0 0 15px rgba(196, 255, 61, 0.25);
}

.contact-info-card h3 {
  font-family: 'Outfit', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}

.contact-info-card p {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.55;
  margin: 0;
}

.info-note {
  font-size: 0.78rem !important;
  color: rgba(255,255,255,0.38) !important;
  margin-top: 4px !important;
}

.contact-info-link {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  font-size: 0.92rem;
  color: #c4ff3d;
  text-decoration: none;
  display: block;
  margin-bottom: 2px;
  transition: opacity 0.2s;
}
.contact-info-link:hover { opacity: 0.75; }

.legal-details {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.legal-details span {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.55);
}

/* WhatsApp large CTA */
.contact-whatsapp-cta {
  display: flex;
  align-items: center;
  gap: 16px;
  background: linear-gradient(135deg, rgba(37,211,102,0.1), rgba(37,211,102,0.04));
  border: 1px solid rgba(37,211,102,0.3);
  border-radius: 18px;
  padding: 22px 24px;
  text-decoration: none;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s;
  color: #25d366;
}

.contact-whatsapp-cta:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(37,211,102,0.2);
}

.wa-cta-title {
  display: block;
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  color: #fff;
  margin-bottom: 3px;
}

.wa-cta-sub {
  display: block;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.5);
}

/* Active page CTA variant */
.active-page-btn {
  background: rgba(196,255,61,0.08) !important;
  border: 1px solid rgba(196,255,61,0.3) !important;
  color: #c4ff3d !important;
}

/* Footer WhatsApp Link */
.footer-whatsapp {
  color: #25d366 !important;
  text-decoration: none;
  font-weight: 600;
  margin-top: 8px;
  display: inline-block;
  transition: opacity 0.2s;
}
.footer-whatsapp:hover { opacity: 0.75; }

/* ==========================================================================
   ABOUT PAGE: BENTO GRID, FOUNDER STORY & FRAMEWORK
   ========================================================================== */
.about-bento-section {
  padding: 40px 0 90px;
}

.about-bento-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
}

.bento-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 44px 40px;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition: border-color 0.3s ease, transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
}

.bento-card:hover {
  border-color: rgba(196, 255, 61, 0.25);
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), 0 0 30px rgba(196, 255, 61, 0.08);
}

.bento-span-8 { grid-column: span 8; }
.bento-span-4 { grid-column: span 4; }
.bento-span-6 { grid-column: span 6; }
.bento-span-12 { grid-column: span 12; }

/* Magic UI: Border Beam Animation */
.border-beam-card {
  position: relative;
}

.border-beam-card::after {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: 24px;
  padding: 1px;
  background: linear-gradient(90deg, transparent 30%, rgba(196, 255, 61, 0.8) 50%, rgba(56, 232, 198, 0.8) 70%, transparent 90%);
  background-size: 200% 100%;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  animation: borderBeam 6s linear infinite;
  opacity: 0.75;
}

@keyframes borderBeam {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

.bento-tag {
  display: inline-block;
  font-family: 'Space Mono', monospace;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  color: #c4ff3d;
  margin-bottom: 16px;
  font-weight: 700;
}

.bento-title {
  font-family: 'Outfit', 'Gotham Ultra', 'Montserrat', 'Outfit', sans-serif;
  font-size: clamp(1.4rem, 2.4vw, 1.85rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.25;
  margin-bottom: 14px;
}

.bento-desc {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.65;
}

.bento-stat-mini {
  margin-top: 24px;
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.bento-stat-num {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
  color: #c4ff3d;
}

.bento-stat-lbl {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
}

.legal-badge-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 28px;

/* ============================================================
   LOCATION & HERITAGE SECTION
   ============================================================ */
.location-heritage-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
}

.location-map-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 28px;
  transition: border-color 0.3s ease;
}

.location-map-card:hover {
  border-color: rgba(56, 232, 198, 0.25);
}

.location-map-embed {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.location-identity-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.heritage-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 24px;
  transition: border-color 0.3s ease;
}

.heritage-card:hover {
  border-color: rgba(196, 255, 61, 0.2);
}

.heritage-year-display {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin: 16px 0 14px;
}

.heritage-year-num {
  font-family: 'Outfit', 'Gotham Ultra', 'Montserrat', 'Outfit', sans-serif;
  font-size: clamp(3rem, 6vw, 5rem);
  font-weight: 900;
  color: #ffffff;
  letter-spacing: -0.04em;
  line-height: 1;
}

.heritage-year-label {
  font-family: 'Space Mono', monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--accent-teal);
  text-transform: uppercase;
  padding-bottom: 4px;
}

.timezone-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 14px 0 0;
}

.tz-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
}

.tz-code {
  font-family: 'Space Mono', monospace;
  font-size: 0.78rem;
  font-weight: 700;
  color: #c4ff3d;
  letter-spacing: 0.06em;
  min-width: 36px;
}

.tz-label {
  font-family: 'Inter', sans-serif;
  font-size: 0.77rem;
  color: rgba(255, 255, 255, 0.6);
}

.live-pulse-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent-lime);
  box-shadow: 0 0 8px var(--accent-lime);
  animation: ping 1.5s cubic-bezier(0, 0, 0.2, 1) infinite;
  margin-left: auto;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .location-heritage-grid {
    grid-template-columns: 1fr;
  }
  .heritage-year-num {
    font-size: 3.5rem;
  }
  .timezone-row {
    grid-template-columns: 1fr 1fr;
  }
}
}

.legal-badge-item {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 16px 20px;
}

.badge-label {
  display: block;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 4px;
}

.badge-value {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
}

/* Founder Section */
.about-founder-section {
  padding: 90px 0;
  background: linear-gradient(180deg, transparent 0%, rgba(196, 255, 61, 0.02) 50%, transparent 100%);
}

.founder-card-grid {
  display: grid;
  grid-template-columns: 440px 1fr;
  gap: 64px;
  align-items: center;
}

.founder-photo-frame {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.7), 0 0 40px rgba(196, 255, 61, 0.12);
}

.founder-img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.founder-photo-frame:hover .founder-img {
  transform: scale(1.04);
}

.founder-badge-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 32px 24px 20px;
  background: linear-gradient(to top, rgba(7, 7, 10, 0.95) 0%, rgba(7, 7, 10, 0.7) 60%, transparent 100%);
  display: flex;
  flex-direction: column;
}

.founder-name {
  font-family: 'Outfit', 'Gotham Ultra', 'Montserrat', 'Outfit', sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
}

.founder-title {
  font-size: 0.85rem;
  color: #c4ff3d;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  margin-top: 2px;
}

.founder-heading {
  font-family: 'Outfit', 'Gotham Ultra', 'Montserrat', 'Outfit', sans-serif;
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.2;
  margin: 20px 0 24px;
  letter-spacing: -0.02em;
}

.founder-p {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.75;
  margin-bottom: 20px;
}

.founder-quote-box {
  background: rgba(196, 255, 61, 0.05);
  border-left: 3px solid #c4ff3d;
  padding: 24px 28px;
  border-radius: 0 16px 16px 0;
  margin: 32px 0 36px;
  position: relative;
}

.founder-quote-box .quote-mark {
  font-size: 60px;
  font-family: 'Georgia', serif;
  color: #c4ff3d;
  position: absolute;
  top: -15px;
  left: 15px;
  opacity: 0.3;
}

.founder-quote-box p {
  font-size: 1rem;
  font-style: italic;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  position: relative;
  z-index: 1;
}

.founder-action-row {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* Studio Section */
.about-studio-section {
  padding: 60px 0 100px;
}

.studio-card {
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.6);
  position: relative;
}

.studio-img-wrapper {
  position: relative;
  width: 100%;
  height: 520px;
}

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

.studio-overlay-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 7, 10, 0.2) 0%, rgba(7, 7, 10, 0.85) 80%, rgba(7, 7, 10, 0.98) 100%);
}

.studio-info-banner {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 48px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}

.studio-pill {
  font-family: 'Space Mono', monospace;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  color: #c4ff3d;
  font-weight: 700;
  display: block;
  margin-bottom: 12px;
}

.studio-h3 {
  font-family: 'Outfit', 'Gotham Ultra', 'Montserrat', 'Outfit', sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 8px;
}

.studio-desc {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
}

.studio-info-right {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.studio-chip {
  background: rgba(7, 7, 10, 0.7);
  border: 1px solid rgba(196, 255, 61, 0.3);
  color: #fff;
  padding: 10px 20px;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

/* Framework Grid */
.about-framework-section {
  padding: 90px 0;
}

.framework-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.framework-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.01) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 34px 28px;
  position: relative;
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.4s ease, box-shadow 0.4s ease;
  display: flex;
  flex-direction: column;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.6);
}

.framework-card-glow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(196, 255, 61, 0.8), transparent);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.framework-card:hover {
  border-color: rgba(196, 255, 61, 0.4);
  transform: translateY(-8px);
  box-shadow: 0 24px 50px -12px rgba(0, 0, 0, 0.8), 0 0 30px -5px rgba(196, 255, 61, 0.15);
}

.framework-card:hover .framework-card-glow {
  opacity: 1;
}

.framework-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.framework-phase-pill {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #c4ff3d;
  background: rgba(196, 255, 61, 0.08);
  border: 1px solid rgba(196, 255, 61, 0.22);
  padding: 3px 10px;
  border-radius: 9999px;
  text-transform: uppercase;
}

.framework-step-num {
  font-family: 'Space Mono', monospace;
  font-size: 0.95rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.35);
  transition: color 0.3s ease;
}

.framework-card:hover .framework-step-num {
  color: #c4ff3d;
}

.framework-icon-box {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: rgba(196, 255, 61, 0.06);
  border: 1px solid rgba(196, 255, 61, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #c4ff3d;
  margin-bottom: 20px;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.framework-icon-box svg {
  width: 26px;
  height: 26px;
  stroke: currentColor;
}

.framework-card:hover .framework-icon-box {
  background: rgba(196, 255, 61, 0.18);
  border-color: #c4ff3d;
  transform: scale(1.1) rotate(4deg);
  box-shadow: 0 0 24px rgba(196, 255, 61, 0.3);
}

.framework-title {
  font-family: 'Outfit', 'Gotham Ultra', 'Montserrat', 'Outfit', sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}

.framework-desc {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.65;
  margin-bottom: 20px;
}

.framework-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 20px;
  margin-top: auto;
}

.f-tag {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 3px 8px;
  border-radius: 6px;
  transition: all 0.25s ease;
}

.framework-card:hover .f-tag {
  border-color: rgba(196, 255, 61, 0.2);
  color: #fff;
}

.framework-output {
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.output-label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
}

.output-val {
  font-size: 0.82rem;
  color: #38e8c6;
  font-weight: 700;
  font-family: 'Space Grotesk', sans-serif;
}

/* Stats Counter Strip */
.about-stats-section {
  padding: 40px 0 90px;
}

.stats-counter-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.015) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  padding: 48px 36px;
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  box-shadow: 0 20px 50px -15px rgba(0, 0, 0, 0.7);
}

.stat-cell {
  text-align: center;
  padding: 0 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.stat-cell:last-child {
  border-right: none;
}

.stat-icon-wrapper {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(196, 255, 61, 0.07);
  border: 1px solid rgba(196, 255, 61, 0.18);
  color: #c4ff3d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.stat-number {
  font-family: 'Outfit', 'Gotham Ultra', 'Montserrat', 'Outfit', sans-serif;
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  font-weight: 900;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.03em;
  margin-bottom: 8px;
}

.stat-accent {
  color: #c4ff3d;
}

.stat-label {
  font-size: 0.92rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 8px;
}

.stat-sub-badge {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #38e8c6;
  background: rgba(56, 232, 198, 0.08);
  border: 1px solid rgba(56, 232, 198, 0.2);
  padding: 2px 8px;
  border-radius: 5px;
  text-transform: uppercase;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1024px) {
  .service-detail-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .service-detail-left { position: static; }
  .service-detail-grid-reverse { direction: ltr; }

  .contact-page-grid {
    grid-template-columns: 1fr;
  }
  .contact-info-panel { position: static; }

  .case-study-card {
    grid-template-columns: 1fr;
  }
  .cs-preview {
    min-height: 200px;
  }

  /* About responsive */
  .about-bento-grid {
    grid-template-columns: 1fr;
  }
  .bento-span-8, .bento-span-4, .bento-span-6 {
    grid-column: span 1;
  }
  .founder-card-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .founder-photo-frame {
    max-width: 440px;
    margin: 0 auto;
  }
  .framework-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .stats-counter-strip {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }
  .stat-cell {
    border-right: none;
  }
}

@media (max-width: 768px) {
  .subpage-h1 { font-size: 2.4rem; }
  .testimonial-card { padding: 32px 24px; }
  .contact-cta-box { padding: 44px 24px; }
  .contact-form-panel { padding: 32px 24px; }
  .contact-form-full .form-row { grid-template-columns: 1fr; }
  .service-checkboxes { grid-template-columns: 1fr; }
  .service-features-grid { grid-template-columns: 1fr; }
  .service-proof-stat { flex-direction: column; }

  /* About mobile */
  .legal-badge-strip {
    grid-template-columns: 1fr;
  }
  .framework-grid {
    grid-template-columns: 1fr;
  }
  .stats-counter-strip {
    grid-template-columns: 1fr;
  }
  .studio-img-wrapper {
    height: 380px;
  }
  .studio-info-banner {
    padding: 24px;
    position: static;
    background: #0d0d12;
  }
  .studio-h3 {
    font-size: 1.6rem;
  }
}




/* ==========================================================================
   CASE STUDY ACTION BUTTONS & LIVE SITE LINKS
   ========================================================================== */
.cs-action-row {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.cs-live-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 12px;
  background: rgba(196, 255, 61, 0.12);
  border: 1px solid rgba(196, 255, 61, 0.35);
  color: #c4ff3d;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 0.88rem;
  text-decoration: none;
  transition: all 0.25s ease;
}

.cs-live-btn:hover {
  background: #c4ff3d;
  color: #050508;
  border-color: #c4ff3d;
  box-shadow: 0 6px 20px rgba(196, 255, 61, 0.35);
  transform: translateY(-2px);
}

.cs-live-btn .btn-arrow {
  width: 14px;
  height: 14px;
  transition: transform 0.2s ease;
}

.cs-live-btn:hover .btn-arrow {
  transform: translate(2px, -2px);
}

@media (max-width: 1024px) {
  .dev-card-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .dev-photo-frame {
    max-width: 440px;
    margin: 0 auto;
  }
}

/* ==========================================================================
   MOBILE NAVIGATION DRAWER & MOBILE RESPONSIVE ENGINE (Strictly <= 768px)
   ========================================================================== */
.mobile-hamburger-btn {
  display: none;
}

.mobile-nav-drawer {
  display: none;
}

@media (hover: none), (pointer: coarse), (max-width: 768px) {
  .cursor-dot, .cursor-ring, #cursor, #cursor-glow {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}

@media (max-width: 768px) {
  /* 0. Universal Safety Constraints */
  html, body.subpage-body {
    overflow-x: hidden !important;
    max-width: 100vw !important;
    width: 100% !important;
  }

  *, *::before, *::after {
    box-sizing: border-box !important;
  }

  .section-container,
  .subpage-hero-inner,
  .subpage-main,
  .contact-page-section,
  .services-section,
  .work-section,
  .about-founder-section,
  .footer-container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
  }

  .site-navbar {
    top: 8px !important;
    padding: 0 10px !important;
  }
  
  .nav-container {
    padding: 6px 12px !important;
    border-radius: 18px !important;
    gap: 6px !important;
  }

  .logo-img {
    width: 28px !important;
    height: 28px !important;
  }

  .logo-text {
    font-size: 0.82rem !important;
    gap: 0px !important;
  }

  .logo-wordmark {
    font-size: 0.82rem !important;
  }

  .logo-sub-tag {
    font-size: 0.50rem !important;
    letter-spacing: 0.12em !important;
    color: rgba(255, 255, 255, 0.4) !important;
  }

  .nav-pill-menu {
    display: none !important;
  }

  .nav-actions .cta-lime-btn {
    display: none !important;
  }

  .nav-actions {
    gap: 6px !important;
    margin-left: auto;
  }

  .mobile-hamburger-btn {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    width: 36px;
    height: 36px;
    padding: 0;
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
    cursor: pointer;
    transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
    z-index: 1000;
  }

  .mobile-hamburger-btn:active {
    transform: scale(0.92);
  }

  .hamburger-line {
    width: 16px;
    height: 2px;
    background: #ffffff;
    border-radius: 2px;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .mobile-hamburger-btn.active .hamburger-line:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
    background: #c4ff3d;
  }
  .mobile-hamburger-btn.active .hamburger-line:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
  }
  .mobile-hamburger-btn.active .hamburger-line:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
    background: #c4ff3d;
  }

  /* Mobile Nav Drawer */
  .mobile-nav-drawer {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 99999;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.35s ease, visibility 0.35s ease;
  }

  .mobile-nav-drawer.open {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
  }

  .mobile-drawer-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .mobile-drawer-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 88%;
    max-width: 340px;
    background: #09090e;
    border-left: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: -15px 0 50px rgba(0, 0, 0, 0.9);
    display: flex;
    flex-direction: column;
    padding: 22px 18px 24px;
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    overflow-y: auto;
  }

  .mobile-nav-drawer.open .mobile-drawer-content {
    transform: translateX(0);
  }

  .mobile-drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 20px;
  }

  .mobile-drawer-brand {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .mobile-drawer-logo {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, 0.2);
  }

  .mobile-drawer-name {
    font-family: 'Anton', 'Gotham Ultra', 'Montserrat', 'Outfit', sans-serif;
    font-size: 0.98rem;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .mobile-drawer-badge {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.54rem;
    font-weight: 700;
    color: #c4ff3d;
    background: transparent;
    border: none;
    padding: 0;
    text-transform: uppercase;
  }

  .mobile-drawer-close {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
  }

  .mobile-drawer-close:active {
    background: rgba(255, 255, 255, 0.15);
    color: #c4ff3d;
  }

  .mobile-drawer-nav {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex-grow: 1;
    margin-bottom: 20px;
  }

  .mobile-nav-item {
    display: flex;
    align-items: center;
    padding: 10px 12px;
    border-radius: 10px;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid transparent;
    transition: all 0.25s ease;
  }

  .mobile-nav-item:active,
  .mobile-nav-item:hover {
    background: rgba(196, 255, 61, 0.08);
    border-color: rgba(196, 255, 61, 0.25);
  }

  .m-num {
    font-family: 'Space Mono', monospace;
    font-size: 0.68rem;
    color: #c4ff3d;
    font-weight: 700;
    margin-right: 10px;
    opacity: 0.8;
  }

  .m-title {
    font-family: 'Outfit', 'Gotham Ultra', 'Montserrat', 'Outfit', sans-serif;
    font-size: 0.98rem;
    font-weight: 700;
    color: #ffffff;
    flex-grow: 1;
  }

  .m-arrow {
    color: rgba(255, 255, 255, 0.3);
    font-size: 0.88rem;
    transition: transform 0.2s ease;
  }

  .mobile-drawer-footer {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .mobile-drawer-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    height: 40px;
    background: #c4ff3d;
    color: #000;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border-radius: 9999px;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(196, 255, 61, 0.3);
  }

  .mobile-drawer-wa {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    height: 38px;
    background: rgba(37, 211, 102, 0.12);
    border: 1px solid rgba(37, 211, 102, 0.3);
    color: #25d366;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.76rem;
    font-weight: 700;
    border-radius: 9999px;
    text-decoration: none;
  }

  .subpage-h1 {
    font-size: clamp(1.95rem, 6.8vw, 2.75rem) !important;
    line-height: 1.12 !important;
  }

  .subpage-hero-sub {
    font-size: 0.80rem !important;
    line-height: 1.45 !important;
    max-width: 95% !important;
  }

  .section-pill {
    font-size: 0.60rem !important;
    padding: 3px 8px !important;
  }

  .hero-primary-btn,
  .hero-secondary-btn,
  .cta-lime-btn,
  .cs-live-btn,
  .form-submit-btn,
  .whatsapp-cta-btn {
    height: 38px !important;
    padding: 0 16px !important;
    font-size: 0.74rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.02em !important;
    border-radius: 9999px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
  }

  .contact-page-grid {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 20px !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .founder-card-grid,
  .dev-card-grid,
  .service-detail-grid,
  .case-study-card {
    grid-template-columns: 1fr !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 20px !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .cs-title {
    font-size: 1.1rem !important;
  }

  .cs-tagline {
    font-size: 0.78rem !important;
  }

  .cs-desc {
    font-size: 0.76rem !important;
    line-height: 1.45 !important;
  }

  .cs-tag {
    font-size: 0.64rem !important;
    padding: 3px 8px !important;
  }

  .contact-form-panel {
    padding: 20px 14px !important;
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 18px !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .contact-info-panel {
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
  }

  .contact-info-card {
    padding: 16px 14px !important;
    border-radius: 16px !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    align-items: flex-start !important;
  }

  .contact-info-icon {
    width: 36px !important;
    height: 36px !important;
    border-radius: 10px !important;
    flex-shrink: 0 !important;
  }

  .contact-info-icon svg {
    width: 17px !important;
    height: 17px !important;
  }

  .contact-info-card h3 {
    font-size: 0.88rem !important;
    margin-bottom: 2px !important;
  }

  .contact-info-card p {
    font-size: 0.76rem !important;
    line-height: 1.45 !important;
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
    max-width: 100% !important;
  }

  .contact-info-link {
    font-size: 0.74rem !important;
    word-break: break-all !important;
    overflow-wrap: anywhere !important;
    max-width: 100% !important;
    display: block !important;
    line-height: 1.35 !important;
  }

  .legal-details {
    display: flex !important;
    flex-direction: column !important;
    gap: 2px !important;
    max-width: 100% !important;
  }

  .legal-details span {
    font-size: 0.72rem !important;
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
    line-height: 1.35 !important;
  }

  .contact-whatsapp-cta {
    padding: 16px 14px !important;
    border-radius: 16px !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .wa-cta-title {
    font-size: 0.86rem !important;
    margin-bottom: 2px !important;
  }

  .wa-cta-sub {
    font-size: 0.74rem !important;
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
  }

  .contact-form-heading {
    font-size: 1.35rem !important;
  }

  .contact-form-sub {
    font-size: 0.76rem !important;
    line-height: 1.45 !important;
  }

  .contact-form-full .form-row {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .service-checkboxes {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  .checkbox-label {
    font-size: 0.76rem !important;
    padding: 8px 10px !important;
  }

  .form-input, .form-textarea, .form-select {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    font-size: 0.78rem !important;
    padding: 9px 11px !important;
  }

  .quick-contact-row {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    gap: 8px !important;
  }

  .quick-contact-badge {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    justify-content: center !important;
    font-size: 0.74rem !important;
    padding: 8px 12px !important;
    word-break: break-word !important;
  }

  .founder-photo-frame, .dev-photo-frame {
    max-width: 100% !important;
    margin: 0 auto !important;
  }

  .founder-img, .dev-img {
    height: 340px !important;
    width: 100% !important;
    object-fit: cover !important;
  }

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

  .stats-counter-strip {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    padding: 20px 14px !important;
  }

  .stat-cell {
    border-right: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 12px !important;
  }

  .stat-cell:last-child {
    border-bottom: none !important;
    padding-bottom: 0 !important;
  }

  .site-footer {
    padding: 38px 16px 20px !important;
  }

  .footer-top {
    display: flex !important;
    flex-direction: column !important;
    gap: 18px !important;
    margin-bottom: 24px !important;
  }

  .footer-brand-name {
    font-size: 0.82rem !important;
    font-family: 'Outfit', 'Space Grotesk', sans-serif !important;
    font-weight: 800 !important;
  }

  .footer-links-col a, .footer-links-col span {
    font-size: 0.74rem !important;
  }

  .footer-bottom {
    justify-content: center !important;
    text-align: center !important;
    padding-top: 12px !important;
  }

  .back-to-top-btn {
    display: none !important;
  }
}

/* ==========================================================================
   SERVICE KNOWLEDGE HUB ACTION BUTTONS
   ========================================================================== */
.service-hub-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  font-family: 'Outfit', sans-serif;
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  backdrop-filter: blur(8px);
}

.service-hub-btn:hover {
  background: rgba(34, 197, 94, 0.15);
  border-color: #22c55e;
  color: #22c55e;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(34, 197, 94, 0.25);
}

.service-hub-btn.btn-coral-sub:hover {
  background: rgba(255, 123, 107, 0.15);
  border-color: #ff7b6b;
  color: #ff7b6b;
  box-shadow: 0 8px 24px rgba(255, 123, 107, 0.25);
}

.service-hub-btn.btn-magenta-sub:hover {
  background: rgba(232, 121, 249, 0.15);
  border-color: #e879f9;
  color: #e879f9;
  box-shadow: 0 8px 24px rgba(232, 121, 249, 0.25);
}

.service-hub-btn.btn-teal-sub:hover {
  background: rgba(45, 212, 191, 0.15);
  border-color: #2dd4bf;
  color: #2dd4bf;
  box-shadow: 0 8px 24px rgba(45, 212, 191, 0.25);
}

