/* ==========================================================================
   CoolTechDesk SaaS - PREMIUM Landing Page Experience
   Ultra-Modern Glassmorphism + Cinematic Animations + Micro-Interactions
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Landing-Specific Design Tokens & Keyframe Library
   -------------------------------------------------------------------------- */
:root {
  --banner-blue-gradient: linear-gradient(135deg, #0052D4 0%, #4364F7 50%, #6FB1FC 100%);
  --banner-orange-gradient: linear-gradient(135deg, #FF416C 0%, #FF4B2B 50%, #FF8C00 100%);
  --banner-ctd-glow: 0 10px 30px rgba(0, 82, 212, 0.35);
  --glass-bg: rgba(255, 255, 255, 0.65);
  --glass-border: rgba(255, 255, 255, 0.35);
  --glass-shadow: 0 8px 32px rgba(31, 38, 135, 0.12);

  /* Banner Specific Service Card Colors */
  --card-software: #0078D7;
  --card-remote: #10B981;
  --card-web: #7367F0;
  --card-maintenance: #EA580C;
  --card-zip: #D946EF;
}

[data-theme="dark"] {
  --glass-bg: rgba(37, 35, 66, 0.55);
  --glass-border: rgba(255, 255, 255, 0.08);
  --glass-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}

/* --- Master Keyframe Library --- */
@keyframes floatEmblem {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  25% { transform: translateY(-5px) rotate(1deg); }
  75% { transform: translateY(-2px) rotate(-1deg); }
}

@keyframes gradientShimmer {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes slideUp {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}

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

@keyframes scaleIn {
  from { opacity: 0; transform: scale(0.88); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

@keyframes orbFloat {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(30px, -25px) scale(1.05); }
  66% { transform: translate(-20px, 15px) scale(0.95); }
}

@keyframes orbFloat2 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(-25px, 20px) scale(1.08); }
  66% { transform: translate(35px, -15px) scale(0.92); }
}

@keyframes shimmerLine {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(300%); }
}

@keyframes pulseGlow {
  0%, 100% { box-shadow: 0 0 20px rgba(115, 103, 240, 0.3); }
  50% { box-shadow: 0 0 40px rgba(115, 103, 240, 0.6); }
}

@keyframes countUp {
  from { opacity: 0; transform: translateY(15px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes rotateIn {
  from { opacity: 0; transform: rotate(-8deg) scale(0.9); }
  to { opacity: 1; transform: rotate(0deg) scale(1); }
}

@keyframes borderGlow {
  0%, 100% { border-color: rgba(115, 103, 240, 0.2); }
  50% { border-color: rgba(115, 103, 240, 0.6); }
}

/* --------------------------------------------------------------------------
   2. Desktop Header (High-Resolution Sticky)
   -------------------------------------------------------------------------- */
@media (min-width: 769px) {
  .mobile-only-app-nav,
  .mobile-app-header,
  .mobile-only-app-search-wrapper,
  .mobile-only-stories-container,
  .mobile-only-quick-grid,
  .mobile-only-featured-slider,
  .mobile-only-stats-ticker,
  .mobile-status-ticker {
    display: none !important;
  }
}

.landing-header {
  position: sticky;
  top: 0;
  z-index: 1100;
  background: var(--glass-bg);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border-bottom: 1px solid var(--glass-border);
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  animation: slideDown 0.6s ease-out;
}

.landing-header.scrolled {
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.landing-nav {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0.65rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

/* App Brand & Clean High-Resolution Landing Logo */
.landing-brand-logo-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
  padding: 2px 0;
  overflow: hidden;
  height: 52px;
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s ease;
}

.landing-brand-logo-link:hover {
  transform: translateY(-1px) scale(1.02);
  opacity: 0.95;
}

.landing-main-logo {
  height: 62px;
  width: auto;
  object-fit: cover;
  object-position: top center;
  display: block;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.08));
  transition: filter 0.3s ease, transform 0.3s ease;
}

[data-theme="dark"] .landing-main-logo {
  filter: drop-shadow(0 2px 14px rgba(115, 103, 240, 0.28));
}

.landing-main-logo.mobile-logo {
  height: 48px;
  object-fit: cover;
  object-position: top center;
}

.landing-main-logo.footer-logo {
  height: 62px;
  object-fit: cover;
  object-position: top center;
}

.footer-logo-link {
  overflow: hidden;
  height: 52px;
  display: inline-block;
}

.app-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  flex-shrink: 0;
}

.app-brand-text {
  display: flex;
  flex-direction: column;
}

.brand-name {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.2rem;
  color: var(--text-heading);
  line-height: 1.15;
}

.brand-badge {
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: var(--text-muted);
  text-transform: uppercase;
}

/* CTD 3D Brand Emblem */
.ctd-3d-badge {
  background: linear-gradient(135deg, #0052D4 0%, #4364F7 40%, #FF512F 100%);
  color: #fff;
  font-weight: 900;
  font-size: 1.3rem;
  letter-spacing: -0.5px;
  padding: 6px 14px;
  border-radius: var(--radius-md);
  box-shadow: 0 4px 15px rgba(0, 82, 212, 0.4);
  display: inline-flex;
  align-items: center;
  gap: 4px;
  animation: floatEmblem 4s ease-in-out infinite;
  position: relative;
  overflow: hidden;
}

.ctd-3d-badge::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
  animation: shimmerLine 3s ease-in-out infinite;
}

/* Navigation Links */
.nav-links {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.nav-links a {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.5rem 1rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text-main);
  text-decoration: none;
  border-radius: var(--radius-sm);
  transition: all 0.25s ease;
  position: relative;
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 60%;
  height: 2px;
  background: var(--primary);
  border-radius: 2px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-links a:hover {
  color: var(--primary);
  background: var(--primary-light);
}

.nav-links a:hover::after {
  transform: translateX(-50%) scaleX(1);
}

/* Nav Action Buttons */
.nav-action-btn {
  width: 38px;
  height: 38px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border-color);
  background: var(--bg-card);
  color: var(--text-main);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s ease;
  font-size: 0.95rem;
}

.nav-action-btn:hover {
  background: var(--primary-light);
  border-color: var(--primary);
  color: var(--primary);
  transform: translateY(-1px);
}

/* Responsive hide helpers */
.d-none { display: none !important; }
.d-lg-flex { display: flex !important; }
.d-md-flex { display: flex !important; }
.d-md-block { display: block !important; }

@media (max-width: 991.98px) {
  .d-lg-flex { display: none !important; }
}
@media (max-width: 767.98px) {
  .d-md-flex { display: none !important; }
  .d-md-block { display: none !important; }
}

/* --------------------------------------------------------------------------
   3. HERO SECTION - Cinematic Banner
   -------------------------------------------------------------------------- */
.banner-hero-wrapper {
  position: relative;
  background: var(--bg-body);
  padding: 5rem 1.5rem 5.5rem;
  overflow: hidden;
  border-bottom: 1px solid var(--border-subtle);
}

/* Animated gradient orbs background */
.banner-hero-wrapper::before {
  content: '';
  position: absolute;
  top: -20%;
  right: -10%;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(115, 103, 240, 0.15) 0%, rgba(115, 103, 240, 0.05) 40%, transparent 70%);
  animation: orbFloat 12s ease-in-out infinite;
  pointer-events: none;
}

.banner-hero-wrapper::after {
  content: '';
  position: absolute;
  bottom: -15%;
  left: -8%;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(2, 132, 199, 0.18) 0%, rgba(2, 132, 199, 0.05) 40%, transparent 70%);
  animation: orbFloat2 15s ease-in-out infinite;
  pointer-events: none;
}

.banner-hero-container {
  max-width: 1380px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Hero Title & Subtitle */
.hero-title {
  font-family: var(--font-heading);
  line-height: 1.15;
  animation: slideUp 0.8s ease-out;
}

.hero-subtitle {
  font-size: 1.12rem;
  color: var(--text-muted);
  max-width: 680px;
  margin: 0 auto 2rem;
  line-height: 1.7;
  animation: slideUp 0.9s ease-out;
}

.gradient-text {
  background: linear-gradient(135deg, #7367F0 0%, #0284C7 50%, #EA580C 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradientShimmer 4s linear infinite;
}

/* Smart Solutions Ribbon */
.smart-solutions-ribbon {
  background: linear-gradient(135deg, #0F172A 0%, #1E293B 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  border-radius: var(--radius-full);
  padding: 0.7rem 1.75rem;
  display: inline-flex;
  align-items: center;
  gap: 1.5rem;
  box-shadow: 0 8px 32px rgba(15, 23, 42, 0.3);
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
  animation: scaleIn 1s ease-out;
  position: relative;
  overflow: hidden;
}

.smart-solutions-ribbon::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.06), transparent);
  animation: shimmerLine 4s ease-in-out infinite;
}

.ribbon-headline {
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 1px;
  color: #60A5FA;
  text-transform: uppercase;
}

.ribbon-pillars {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  font-size: 0.88rem;
  color: #CBD5E1;
  font-weight: 600;
}
.ribbon-pillars span {
  color: #FF9F43;
}

/* --------------------------------------------------------------------------
   4. Trust Badges - Glassmorphism Cards
   -------------------------------------------------------------------------- */
.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  margin-bottom: 3rem;
  animation: slideUp 1s ease-out;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  background: var(--glass-bg);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--glass-border);
  padding: 1rem 1.25rem;
  border-radius: var(--radius-lg);
  box-shadow: var(--glass-shadow);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.trust-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(31, 38, 135, 0.18);
}

.trust-icon-box {
  width: 48px;
  height: 48px;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.trust-item:hover .trust-icon-box {
  transform: scale(1.1) rotate(3deg);
}

.trust-icon-box.green { background: rgba(16, 185, 129, 0.15); color: #10B981; }
.trust-icon-box.orange { background: rgba(234, 88, 12, 0.15); color: #EA580C; }
.trust-icon-box.purple { background: rgba(115, 103, 240, 0.15); color: #7367F0; }
.trust-icon-box.yellow { background: rgba(245, 158, 11, 0.15); color: #F59E0B; }

.trust-text h4 {
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--text-heading);
  margin-bottom: 2px;
}

.trust-text p {
  font-size: 0.78rem;
  color: var(--text-muted);
  line-height: 1.35;
}

@media (max-width: 991.98px) {
  .trust-strip {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* --------------------------------------------------------------------------
   5. Services Grid - Premium Cards with Gradient Accents
   -------------------------------------------------------------------------- */
.banner-services-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.25rem;
  margin: 3rem 0;
}

.banner-service-box {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 1.75rem 1.25rem;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: var(--shadow-sm);
  animation: slideUp 1s ease-out both;
}

.banner-service-box:nth-child(1) { animation-delay: 0.1s; }
.banner-service-box:nth-child(2) { animation-delay: 0.2s; }
.banner-service-box:nth-child(3) { animation-delay: 0.3s; }
.banner-service-box:nth-child(4) { animation-delay: 0.4s; }
.banner-service-box:nth-child(5) { animation-delay: 0.5s; }

/* Top gradient accent line */
.banner-service-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--border-subtle);
  transition: all 0.4s ease;
}

.banner-service-box.srv-software::before { background: linear-gradient(90deg, #0078D7, #38BDF8); }
.banner-service-box.srv-remote::before { background: linear-gradient(90deg, #10B981, #6EE7B7); }
.banner-service-box.srv-web::before { background: linear-gradient(90deg, #7367F0, #A78BFA); }
.banner-service-box.srv-maintenance::before { background: linear-gradient(90deg, #EA580C, #FB923C); }
.banner-service-box.srv-zip::before { background: linear-gradient(90deg, #D946EF, #F0ABFC); }

/* Hover glow backdrop */
.banner-service-box::after {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 200%;
  height: 100%;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.banner-service-box.srv-software::after { background: radial-gradient(circle, rgba(0, 120, 215, 0.08) 0%, transparent 70%); }
.banner-service-box.srv-remote::after { background: radial-gradient(circle, rgba(16, 185, 129, 0.08) 0%, transparent 70%); }
.banner-service-box.srv-web::after { background: radial-gradient(circle, rgba(115, 103, 240, 0.08) 0%, transparent 70%); }
.banner-service-box.srv-maintenance::after { background: radial-gradient(circle, rgba(234, 88, 12, 0.08) 0%, transparent 70%); }
.banner-service-box.srv-zip::after { background: radial-gradient(circle, rgba(217, 70, 239, 0.08) 0%, transparent 70%); }

.banner-service-box:hover::after {
  opacity: 1;
}

.banner-service-box:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(115, 103, 240, 0.2);
}

.banner-service-box.srv-software:hover { border-color: rgba(0, 120, 215, 0.35); }
.banner-service-box.srv-remote:hover { border-color: rgba(16, 185, 129, 0.35); }
.banner-service-box.srv-web:hover { border-color: rgba(115, 103, 240, 0.35); }
.banner-service-box.srv-maintenance:hover { border-color: rgba(234, 88, 12, 0.35); }
.banner-service-box.srv-zip:hover { border-color: rgba(217, 70, 239, 0.35); }

.banner-srv-icon-bubble {
  width: 68px;
  height: 68px;
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  margin-bottom: 1.15rem;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
}

.banner-service-box:hover .banner-srv-icon-bubble {
  transform: scale(1.15) rotate(5deg);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.srv-software .banner-srv-icon-bubble { background: rgba(0, 120, 215, 0.12); color: #0078D7; }
.srv-remote .banner-srv-icon-bubble { background: rgba(16, 185, 129, 0.12); color: #10B981; }
.srv-web .banner-srv-icon-bubble { background: rgba(115, 103, 240, 0.12); color: #7367F0; }
.srv-maintenance .banner-srv-icon-bubble { background: rgba(234, 88, 12, 0.12); color: #EA580C; }
.srv-zip .banner-srv-icon-bubble { background: rgba(217, 70, 239, 0.12); color: #D946EF; }

.banner-srv-title {
  font-size: 0.88rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin-bottom: 0.55rem;
  color: var(--text-heading);
  line-height: 1.3;
}

.banner-srv-desc {
  font-size: 0.8rem;
  color: var(--text-muted);
  line-height: 1.5;
  margin-bottom: 1.25rem;
  flex: 1 1 auto;
}

/* --------------------------------------------------------------------------
   6. Devices Showcase - Laptop & Mobile Mockup
   -------------------------------------------------------------------------- */
.banner-devices-showcase {
  position: relative;
  max-width: 1000px;
  margin: 3.5rem auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: slideUp 1.2s ease-out;
}

.desktop-mockup-frame {
  background: #1E293B;
  border-radius: 18px;
  border: 10px solid #0F172A;
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(255,255,255,0.05);
  width: 85%;
  overflow: hidden;
  position: relative;
  transition: transform 0.4s ease;
}

.desktop-mockup-frame:hover {
  transform: perspective(800px) rotateY(-2deg) scale(1.01);
}

.preview-browser-header {
  background: #0F172A;
  padding: 0.6rem 1rem;
  display: flex;
  align-items: center;
  gap: 6px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.browser-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.browser-dot.red { background: #FF5F56; }
.browser-dot.yellow { background: #FFBD2E; }
.browser-dot.green { background: #27C93F; }

.desktop-mockup-screen {
  background: var(--bg-card);
  min-height: 380px;
  padding: 2rem;
}

.mobile-mockup-frame {
  position: absolute;
  left: 3%;
  bottom: -25px;
  width: 220px;
  background: #0F172A;
  border-radius: 32px;
  border: 8px solid #334155;
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  z-index: 10;
  animation: float 4s ease-in-out infinite;
}

.mobile-mockup-screen {
  background: var(--bg-card);
  min-height: 380px;
  padding: 1rem;
}

/* --------------------------------------------------------------------------
   7. Contact Ribbon - Premium Gradient Bar
   -------------------------------------------------------------------------- */
.banner-contact-ribbon {
  background: linear-gradient(135deg, #0284C7 0%, #0F172A 30%, #0B132B 70%, #EA580C 100%);
  color: #fff;
  border-radius: var(--radius-xl);
  padding: 1.5rem 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.25);
  margin-top: 3rem;
  flex-wrap: wrap;
  gap: 1.5rem;
  position: relative;
  overflow: hidden;
  animation: slideUp 1.3s ease-out;
}

.banner-contact-ribbon::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.04), transparent);
  animation: shimmerLine 5s ease-in-out infinite;
}

.banner-contact-col {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.banner-contact-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  color: #fff;
  flex-shrink: 0;
  transition: transform 0.3s ease, background 0.3s ease;
  backdrop-filter: blur(8px);
}

.banner-contact-col:hover .banner-contact-icon {
  transform: scale(1.1);
  background: rgba(255, 255, 255, 0.2);
}

.banner-contact-icon.green { background: #25D366; }
.banner-contact-icon.blue { background: rgba(2, 132, 199, 0.7); }

.banner-grow-btn {
  background: linear-gradient(135deg, #FF6B00 0%, #FF8C00 50%, #FFB347 100%);
  color: #fff;
  font-weight: 800;
  font-size: 0.92rem;
  text-transform: uppercase;
  padding: 0.9rem 2rem;
  border-radius: var(--radius-full);
  box-shadow: 0 6px 25px rgba(255, 107, 0, 0.4);
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
}

.banner-grow-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  transition: left 0.5s ease;
}

.banner-grow-btn:hover::before {
  left: 100%;
}

.banner-grow-btn:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 10px 35px rgba(255, 107, 0, 0.5);
  color: #fff;
}

/* --------------------------------------------------------------------------
   8. HOW IT WORKS Section
   -------------------------------------------------------------------------- */
.how-it-works-section {
  padding: 5rem 1.5rem;
  background: var(--bg-body);
  position: relative;
  overflow: hidden;
}

.how-it-works-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--primary), transparent);
  opacity: 0.3;
}

.section-header {
  text-align: center;
  margin-bottom: 3.5rem;
}

.section-header h2 {
  font-size: 2rem;
  font-weight: 800;
  color: var(--text-heading);
  margin-bottom: 0.75rem;
}

.section-header p {
  font-size: 1rem;
  color: var(--text-muted);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.65;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

/* Connecting line */
.steps-grid::before {
  content: '';
  position: absolute;
  top: 40px;
  left: 12%;
  right: 12%;
  height: 2px;
  background: linear-gradient(90deg, var(--primary), var(--brand-orange));
  opacity: 0.2;
  z-index: 0;
}

.step-card {
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0 0.5rem;
}

.step-number {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem;
  font-size: 1.5rem;
  font-weight: 900;
  color: #fff;
  background: linear-gradient(135deg, var(--primary) 0%, #0284C7 100%);
  box-shadow: 0 8px 25px rgba(115, 103, 240, 0.3);
  position: relative;
  transition: transform 0.3s ease;
}

.step-card:nth-child(2) .step-number { background: linear-gradient(135deg, #10B981 0%, #06D6A0 100%); box-shadow: 0 8px 25px rgba(16, 185, 129, 0.3); }
.step-card:nth-child(3) .step-number { background: linear-gradient(135deg, #0284C7 0%, #38BDF8 100%); box-shadow: 0 8px 25px rgba(2, 132, 199, 0.3); }
.step-card:nth-child(4) .step-number { background: linear-gradient(135deg, #EA580C 0%, #FB923C 100%); box-shadow: 0 8px 25px rgba(234, 88, 12, 0.3); }

.step-card:hover .step-number {
  transform: scale(1.12) rotate(5deg);
}

.step-card h4 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--text-heading);
  margin-bottom: 0.5rem;
}

.step-card p {
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.55;
}

/* --------------------------------------------------------------------------
   9. STATS Counter Section
   -------------------------------------------------------------------------- */
.stats-banner {
  background: linear-gradient(135deg, #0F172A 0%, #1E293B 50%, #0F172A 100%);
  padding: 3.5rem 1.5rem;
  position: relative;
  overflow: hidden;
}

.stats-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 50%, rgba(115, 103, 240, 0.1) 0%, transparent 50%),
              radial-gradient(circle at 80% 50%, rgba(234, 88, 12, 0.08) 0%, transparent 50%);
  pointer-events: none;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.stat-block {
  text-align: center;
  color: #fff;
}

.stat-block-number {
  font-size: 2.8rem;
  font-weight: 900;
  font-family: var(--font-heading);
  line-height: 1;
  margin-bottom: 0.5rem;
  background: linear-gradient(135deg, #fff 0%, #CBD5E1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.stat-block-label {
  font-size: 0.88rem;
  font-weight: 600;
  color: #94A3B8;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.stat-block-icon {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
  opacity: 0.6;
}

/* --------------------------------------------------------------------------
   10. PRICING Section - Premium Cards with Highlights
   -------------------------------------------------------------------------- */
.services-section {
  padding: 5rem 1.5rem;
  position: relative;
}

.services-section .section-header {
  text-align: center;
  margin-bottom: 3rem;
}

.service-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-features li {
  padding: 0.5rem 0;
  font-size: 0.88rem;
  color: var(--text-main);
  display: flex;
  align-items: center;
  gap: 0.6rem;
  border-bottom: 1px solid var(--border-subtle);
}

.service-features li:last-child {
  border-bottom: none;
}

.service-features li::before {
  content: '✓';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--success-light);
  color: var(--success);
  font-size: 0.7rem;
  font-weight: 700;
  flex-shrink: 0;
}

/* Pricing card hover micro-animation */
.services-section .card {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.services-section .card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: transparent;
  transition: background 0.3s ease;
}

.services-section .card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
}

.services-section .col-4:nth-child(2) .card::before {
  background: linear-gradient(90deg, var(--primary), #38BDF8);
}

/* --------------------------------------------------------------------------
   11. TESTIMONIALS Section
   -------------------------------------------------------------------------- */
.testimonials-section {
  padding: 5rem 1.5rem;
  background: var(--bg-body);
  position: relative;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

.testimonial-card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 2rem;
  position: relative;
  transition: all 0.35s ease;
  display: flex;
  flex-direction: column;
}

.testimonial-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
  border-color: rgba(115, 103, 240, 0.2);
}

.testimonial-stars {
  color: #F59E0B;
  font-size: 0.85rem;
  margin-bottom: 1rem;
  letter-spacing: 2px;
}

.testimonial-text {
  font-size: 0.92rem;
  color: var(--text-main);
  line-height: 1.7;
  margin-bottom: 1.25rem;
  flex: 1;
  font-style: italic;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-top: 1rem;
  border-top: 1px solid var(--border-subtle);
}

.testimonial-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #fff;
  font-size: 0.85rem;
  flex-shrink: 0;
}

.testimonial-meta strong {
  display: block;
  font-size: 0.88rem;
  color: var(--text-heading);
}

.testimonial-meta span {
  font-size: 0.78rem;
  color: var(--text-muted);
}

/* --------------------------------------------------------------------------
   12. FAQ Section
   -------------------------------------------------------------------------- */
.faq-section {
  padding: 5rem 1.5rem;
  background: var(--bg-card);
  border-top: 1px solid var(--border-subtle);
}

.faq-grid {
  max-width: 820px;
  margin: 0 auto;
}

.faq-item {
  background: var(--bg-body);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  margin-bottom: 0.85rem;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item:hover {
  border-color: rgba(115, 103, 240, 0.2);
}

.faq-question {
  padding: 1.15rem 1.35rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text-heading);
  transition: all 0.25s ease;
  gap: 1rem;
}

.faq-question:hover {
  color: var(--primary);
}

.faq-question i {
  transition: transform 0.3s ease;
  color: var(--primary);
  font-size: 0.85rem;
  flex-shrink: 0;
}

.faq-item.active .faq-question i {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease;
  padding: 0 1.35rem;
}

.faq-item.active .faq-answer {
  max-height: 300px;
  padding: 0 1.35rem 1.25rem;
}

.faq-answer p {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.7;
}

/* --------------------------------------------------------------------------
   13. CTA Banner Section
   -------------------------------------------------------------------------- */
.cta-banner-section {
  padding: 5rem 1.5rem;
  background: linear-gradient(135deg, #0F172A 0%, #1E293B 50%, #0B132B 100%);
  position: relative;
  overflow: hidden;
  text-align: center;
}

.cta-banner-section::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -20%;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(115, 103, 240, 0.12) 0%, transparent 70%);
  animation: orbFloat 10s ease-in-out infinite;
}

.cta-banner-section::after {
  content: '';
  position: absolute;
  bottom: -30%;
  right: -15%;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(234, 88, 12, 0.1) 0%, transparent 70%);
  animation: orbFloat2 12s ease-in-out infinite;
}

.cta-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin: 0 auto;
}

.cta-content h2 {
  font-size: 2.2rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.cta-content p {
  font-size: 1.05rem;
  color: #94A3B8;
  margin-bottom: 2rem;
  line-height: 1.7;
}

.cta-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

/* --------------------------------------------------------------------------
   14. FLOATING SUPPORT BUTTON
   -------------------------------------------------------------------------- */
.whatsapp-float-btn {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 999;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.85rem 1.35rem;
  border-radius: var(--radius-full);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.88rem;
  box-shadow: 0 8px 30px rgba(115, 103, 240, 0.4);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  animation: slideUp 1s ease-out;
}

.whatsapp-float-btn:hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 12px 40px rgba(115, 103, 240, 0.55);
  color: #fff;
}

/* --------------------------------------------------------------------------
   14b. SCROLL-TO-TOP - Animated Orbital Ring Button
   -------------------------------------------------------------------------- */
.scroll-top-btn {
  position: fixed;
  bottom: 92px;
  right: 28px;
  z-index: 1000;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7367F0 0%, #0284C7 100%);
  color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  box-shadow: 0 6px 24px rgba(115, 103, 240, 0.45);
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px) scale(0.7);
  transition: all 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.scroll-top-btn.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.scroll-top-btn:hover {
  transform: translateY(-5px) scale(1.12);
  box-shadow: 0 12px 40px rgba(115, 103, 240, 0.6);
}

.scroll-top-btn:active {
  transform: translateY(-2px) scale(0.95);
}

/* Orbital ring pulse */
.scroll-top-btn::before {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px solid rgba(115, 103, 240, 0.5);
  animation: scrollRingPulse 2.5s ease-in-out infinite;
}

.scroll-top-btn::after {
  content: '';
  position: absolute;
  inset: -12px;
  border-radius: 50%;
  border: 1.5px solid rgba(2, 132, 199, 0.3);
  animation: scrollRingPulse 2.5s ease-in-out 0.6s infinite;
}

@keyframes scrollRingPulse {
  0%, 100% { transform: scale(1); opacity: 0.6; }
  50% { transform: scale(1.18); opacity: 0; }
}

/* Arrow icon bounce inside */
.scroll-top-btn .scroll-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  animation: arrowBounce 2s ease-in-out infinite;
  transition: transform 0.3s ease;
}

.scroll-top-btn:hover .scroll-arrow {
  animation: none;
  transform: translateY(-3px);
}

@keyframes arrowBounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

/* Gradient border glow on hover */
.scroll-top-btn:hover::before {
  border-color: rgba(115, 103, 240, 0.8);
  animation: scrollRingPulse 1.2s ease-in-out infinite;
}

.scroll-top-btn:hover::after {
  border-color: rgba(2, 132, 199, 0.6);
  animation: scrollRingPulse 1.2s ease-in-out 0.3s infinite;
}

/* --------------------------------------------------------------------------
   15. PREMIUM FOOTER
   -------------------------------------------------------------------------- */
.landing-footer {
  position: relative;
}

.landing-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.landing-footer a {
  text-decoration: none;
  transition: all 0.25s ease;
}

.landing-footer a:hover {
  color: #38BDF8 !important;
  padding-left: 4px;
}

/* Avatar */
.avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-light);
  color: var(--primary);
  font-weight: 700;
  font-size: 0.88rem;
}

/* Responsive text helpers */
.text-left { text-align: left; }
.mb-5 { margin-bottom: 3rem !important; }

/* --------------------------------------------------------------------------
   16. MOBILE MODE (< 768px) - Native App Experience
   -------------------------------------------------------------------------- */
@media (max-width: 768px) {
  /* Hide Desktop Header */
  .landing-header {
    display: none !important;
  }

  /* App Mobile Header Bar */
  .mobile-app-header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    background: var(--glass-bg);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border-bottom: 1px solid var(--glass-border);
    padding: 0.75rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1100;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
  }

  .mobile-app-brand {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    overflow: hidden;
    height: 42px;
  }

  .mobile-app-actions {
    display: flex;
    align-items: center;
    gap: 0.6rem;
  }

  .mobile-quick-tile .quick-tile-label {
    font-size: 0.86rem;
    font-weight: 700;
    color: var(--text-heading);
  }

  /* Mobile App Content */
  .banner-hero-wrapper {
    padding: 1.25rem 1rem 7rem;
  }

  /* Mobile Search Pill */
  .mobile-only-app-search-wrapper {
    padding: 0.75rem 1rem 0.25rem;
    background: var(--bg-body);
  }

  .mobile-app-search-pill {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-full);
    padding: 0.65rem 1.15rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--text-muted);
    font-size: 0.85rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    cursor: pointer;
    transition: var(--transition);
  }

  .mobile-app-search-pill span {
    flex: 1;
  }

  .mobile-search-shortcut {
    background: var(--bg-subtle);
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 0.75rem;
    color: var(--primary);
  }

  /* Mobile Stories */
  .mobile-only-stories-container {
    padding: 0.75rem 1rem;
    background: var(--bg-body);
    overflow: hidden;
  }

  .mobile-stories-track {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    padding-bottom: 0.35rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .mobile-stories-track::-webkit-scrollbar {
    display: none;
  }

  .mobile-story-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    text-decoration: none;
    flex-shrink: 0;
  }

  .mobile-story-item span {
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--text-heading);
  }

  .mobile-story-ring {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    padding: 2.5px;
    background: var(--border-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }

  .mobile-story-item.active .mobile-story-ring,
  .mobile-story-item:hover .mobile-story-ring {
    background: linear-gradient(135deg, var(--primary) 0%, var(--brand-orange) 100%);
    box-shadow: 0 4px 15px var(--primary-glow);
  }

  .mobile-story-avatar {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--bg-card);
    border: 2.5px solid var(--bg-card);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.1rem;
  }

  /* Mobile Quick Grid */
  .mobile-only-quick-grid {
    padding: 0.5rem 1rem 1rem;
    background: var(--bg-body);
  }

  .mobile-quick-grid-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }

  .mobile-quick-tile {
    background: var(--bg-card);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-lg);
    padding: 1rem 0.85rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
    text-decoration: none;
    box-shadow: var(--shadow-sm);
    transition: all 0.25s ease;
  }

  .mobile-quick-tile:active {
    transform: scale(0.97);
  }

  .quick-tile-icon {
    width: 42px;
    height: 42px;
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
  }

  .quick-tile-title {
    font-size: 0.86rem;
    font-weight: 700;
    color: var(--text-heading);
  }

  .quick-tile-badge {
    font-size: 0.65rem;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: var(--radius-sm);
    background: var(--bg-subtle);
    color: var(--primary);
  }

  .quick-tile-badge.green { background: rgba(16,185,129,0.12); color: #10B981; }
  .quick-tile-badge.purple { background: rgba(115,103,240,0.12); color: #7367F0; }
  .quick-tile-badge.pink { background: rgba(217,70,239,0.12); color: #D946EF; }

  /* Mobile Stats Ticker */
  .mobile-only-stats-ticker {
    padding: 0 1rem 1rem;
    background: var(--bg-body);
  }

  .ticker-pill {
    background: var(--bg-card);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-full);
    padding: 0.5rem 0.85rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--text-heading);
    box-shadow: var(--shadow-sm);
  }

  .ticker-item {
    display: flex;
    align-items: center;
    gap: 4px;
  }

  .ticker-dot {
    color: var(--border-color);
  }

  /* Hero Mobile Adjustments */
  .hero-title {
    font-size: 1.85rem !important;
    text-align: left;
  }

  .hero-subtitle {
    font-size: 0.95rem;
    text-align: left;
    margin-left: 0;
  }

  .smart-solutions-ribbon {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    border-radius: var(--radius-md);
    padding: 1rem;
    width: 100%;
  }

  /* Mobile Services horizontal scroll */
  .banner-services-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 1rem;
    padding-bottom: 1rem;
    -webkit-overflow-scrolling: touch;
    margin: 2rem 0;
  }

  .banner-service-box {
    flex: 0 0 260px;
    scroll-snap-align: start;
    padding: 1.35rem 1.15rem;
    border-radius: var(--radius-lg);
  }

  /* Hide desktop elements */
  .banner-devices-showcase {
    display: none !important;
  }

  .banner-contact-ribbon {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
    padding: 1.25rem;
    border-radius: var(--radius-lg);
  }

  .banner-grow-btn {
    width: 100%;
    justify-content: center;
  }

  .trust-strip {
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
  }

  .trust-item {
    padding: 0.75rem;
    gap: 0.6rem;
  }

  .trust-icon-box {
    width: 38px;
    height: 38px;
    font-size: 1rem;
  }

  .trust-text h4 {
    font-size: 0.7rem;
  }

  .trust-text p {
    display: none;
  }

  /* Sections mobile */
  .how-it-works-section,
  .testimonials-section,
  .faq-section,
  .services-section,
  .cta-banner-section {
    padding: 3rem 1rem;
  }

  .steps-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .steps-grid::before {
    display: none;
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .stat-block-number {
    font-size: 2rem;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .section-header h2 {
    font-size: 1.5rem;
  }

  /* Mobile Featured Slider */
  .mobile-only-featured-slider {
    padding: 0.5rem 1rem 1rem;
    background: var(--bg-body);
    overflow: hidden;
  }

  .mobile-featured-scroll {
    display: flex;
    gap: 0.85rem;
    overflow-x: auto;
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .mobile-featured-scroll::-webkit-scrollbar {
    display: none;
  }

  .mobile-feature-card {
    flex: 0 0 240px;
    background: var(--bg-card);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-lg);
    padding: 1rem;
    box-shadow: var(--shadow-sm);
    transition: all 0.25s ease;
  }

  .mobile-feat-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.65rem;
  }

  .mobile-feat-badge {
    width: 34px;
    height: 34px;
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.95rem;
    flex-shrink: 0;
  }

  .mobile-feat-tag {
    font-size: 0.6rem;
    font-weight: 800;
    letter-spacing: 0.8px;
    color: var(--text-muted);
    background: var(--bg-subtle);
    padding: 3px 8px;
    border-radius: var(--radius-full);
  }

  .mobile-feat-title {
    font-size: 0.82rem;
    font-weight: 800;
    color: var(--text-heading);
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-bottom: 0.35rem;
  }

  .mobile-feat-desc {
    font-size: 0.75rem;
    color: var(--text-muted);
    line-height: 1.5;
    margin-bottom: 0.75rem;
  }

  .mobile-feat-link {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--primary);
    text-decoration: none;
    transition: all 0.2s ease;
  }

  .mobile-feat-link:hover {
    opacity: 0.8;
  }

  /* Mobile Status Ticker */
  .mobile-status-ticker {
    padding: 0 1rem 1rem;
    background: var(--bg-body);
  }

  .ticker-content {
    background: var(--bg-card);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-full);
    padding: 0.55rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--text-heading);
    box-shadow: var(--shadow-sm);
  }

  .ticker-content .ticker-item {
    display: flex;
    align-items: center;
    gap: 4px;
  }

  .ticker-content .ticker-dot {
    color: var(--border-color);
  }

  /* =========================================================================
     FLOATING CAPSULE MOBILE BOTTOM DOCK
     ========================================================================= */
  .mobile-only-app-nav {
    position: fixed;
    bottom: 14px;
    left: 14px;
    right: 14px;
    background: rgba(15, 23, 42, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.45rem 0.65rem;
    z-index: 1200;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45), 0 0 25px rgba(115, 103, 240, 0.2);
    backdrop-filter: blur(28px) saturate(190%);
    -webkit-backdrop-filter: blur(28px) saturate(190%);
    animation: slideUpDock 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  }

  @keyframes slideUpDock {
    0% { transform: translateY(100px); opacity: 0; }
    100% { transform: translateY(0); opacity: 1; }
  }

  .mobile-nav-tab {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #94A3B8;
    font-size: 0.72rem;
    font-weight: 600;
    gap: 3px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    padding: 6px 12px;
    border-radius: 24px;
    flex: 1;
    text-align: center;
  }

  .mobile-nav-tab i {
    font-size: 1.25rem;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  }

  .mobile-nav-tab:active {
    transform: scale(0.88);
  }

  /* Active Tab */
  .mobile-nav-tab.active {
    color: #28C76F !important;
    background: linear-gradient(135deg, rgba(40, 199, 111, 0.18) 0%, rgba(2, 132, 199, 0.12) 100%);
    border: 1px solid rgba(40, 199, 111, 0.3);
    box-shadow: 0 4px 15px rgba(40, 199, 111, 0.2);
    font-weight: 700;
  }

  .mobile-nav-tab.active i {
    transform: translateY(-2px) scale(1.12);
    filter: drop-shadow(0 0 8px rgba(40, 199, 111, 0.6));
  }

  .mobile-nav-tab.active::after {
    content: '';
    position: absolute;
    bottom: 2px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #28C76F;
    box-shadow: 0 0 8px #28C76F;
  }

  .mobile-nav-tab:hover:not(.active) {
    color: #E2E8F0;
    background: rgba(255, 255, 255, 0.05);
  }

  /* Center WhatsApp Button */
  .mobile-nav-center-btn {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    margin-top: -26px;
    box-shadow: 0 8px 28px rgba(37, 211, 102, 0.45);
    border: 3px solid rgba(15, 23, 42, 0.9);
    position: relative;
    text-decoration: none;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    flex-shrink: 0;
  }

  .mobile-nav-center-btn:active {
    transform: scale(0.9);
  }

  .center-btn-pulse {
    position: absolute;
    inset: -5px;
    border-radius: 50%;
    border: 2px solid rgba(37, 211, 102, 0.5);
    animation: centerPulse 2s infinite;
  }

  @keyframes centerPulse {
    0% { transform: scale(1); opacity: 0.8; }
    100% { transform: scale(1.4); opacity: 0; }
  }

  /* Notification Badge */
  .mobile-nav-badge {
    position: absolute;
    top: 2px;
    right: 14px;
    background: linear-gradient(135deg, #FF416C 0%, #FF4B2B 100%);
    color: #fff;
    font-size: 0.6rem;
    font-weight: 900;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #0F172A;
    box-shadow: 0 2px 8px rgba(255, 75, 43, 0.6);
    animation: badgePulse 2s infinite;
  }

  @keyframes badgePulse {
    0%, 100% { transform: scale(1); box-shadow: 0 2px 8px rgba(255, 75, 43, 0.5); }
    50% { transform: scale(1.2); box-shadow: 0 2px 14px rgba(255, 75, 43, 0.9); }
  }

  .whatsapp-float-btn {
    bottom: 85px !important;
    left: auto !important;
    right: 16px !important;
    padding: 0.65rem 1.1rem !important;
    font-size: 0.85rem !important;
    border-radius: 30px !important;
    box-shadow: 0 8px 25px rgba(115, 103, 240, 0.4) !important;
  }

  .scroll-top-btn {
    bottom: 140px !important;
    right: 16px !important;
    width: 46px !important;
    height: 46px !important;
    font-size: 1rem !important;
  }
}

/* --------------------------------------------------------------------------
   17. Scroll-Triggered Reveal Animation Utility
   -------------------------------------------------------------------------- */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Staggered children animation */
.stagger-children > * {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.stagger-children.visible > *:nth-child(1) { transition-delay: 0.1s; opacity: 1; transform: translateY(0); }
.stagger-children.visible > *:nth-child(2) { transition-delay: 0.2s; opacity: 1; transform: translateY(0); }
.stagger-children.visible > *:nth-child(3) { transition-delay: 0.3s; opacity: 1; transform: translateY(0); }
.stagger-children.visible > *:nth-child(4) { transition-delay: 0.4s; opacity: 1; transform: translateY(0); }
.stagger-children.visible > *:nth-child(5) { transition-delay: 0.5s; opacity: 1; transform: translateY(0); }

/* Smooth scroll offset for anchored sections */
[id] {
  scroll-margin-top: 80px;
}
