/* ==========================================================================
   Sheikh IT - Agora Video SDK Landing Page Stylesheet
   Designed to match the reference landing page 100%
   ========================================================================== */

:root {
  --bg-dark-0: #040714;
  --bg-dark-1: #070b1d;
  --bg-dark-2: #0c122e;
  --bg-card: rgba(13, 20, 44, 0.78);
  --bg-card-hover: rgba(20, 31, 68, 0.9);
  --border-subtle: rgba(79, 110, 247, 0.18);
  --border-glow: rgba(99, 138, 255, 0.4);
  
  --cyan: #00d2ff;
  --blue: #3b82f6;
  --blue-dark: #1d4ed8;
  --pink: #ff2d87;
  --magenta: #ec4899;
  --purple: #8b5cf6;
  --indigo: #6366f1;
  --emerald: #10b981;
  --green: #22c55e;
  --amber: #f59e0b;
  --orange: #f97316;

  --text-white: #ffffff;
  --text-light: #f8fafc;
  --text-muted: #cbd5e1;
  --text-dim: #94a3b8;

  --font-heading: 'Plus Jakarta Sans', sans-serif;
  --font-body: 'Inter', sans-serif;

  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-xl: 28px;
  --radius-pill: 9999px;
}

/* Reset & Base */
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  background-color: var(--bg-dark-1);
  color: var(--text-light);
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.6;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

/* Strict Container and Section Containment */
#mainContent,
main,
section,
.page-fade-in,
.hero-section,
.section-use-cases,
.section-features-pricing,
.section-process-order,
.section-trusted-by,
.site-footer {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: clip !important;
  box-sizing: border-box !important;
}

.container-fluid {
  width: 100% !important;
  box-sizing: border-box !important;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

/* ==========================================================================
   LARGE SCREEN FIXED 1250px WIDTH CONTROL SYSTEM
   Works strictly for large screens (>= 1250px) to lock layout at fixed 1250px
   ========================================================================== */
@media (min-width: 1250px) {
  .container {
    width: 1250px !important;
    max-width: 1250px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* Header Container Alignment (1250px Fixed on Large Screens) */
  .site-header .container,
  .site-header .container-fluid {
    width: 1250px !important;
    max-width: 1250px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  /* Footer Container Alignment (1250px Fixed on Large Screens) */
  .site-footer .container,
  .site-footer .container-fluid {
    width: 1250px !important;
    max-width: 1250px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* Core Landing Sections (1250px Fixed on Large Screens) */
  .hero-section .container,
  .section-use-cases .container,
  .section-features-pricing .container,
  .section-process-order .container,
  .section-trusted-by .container {
    width: 1250px !important;
    max-width: 1250px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  color: var(--text-white);
  font-weight: 700;
  margin-top: 0;
}

/* ==========================================================================
   HIGH-CONTRAST LEGIBILITY OVERRIDES (Dark Theme Visibility Fixes)
   ========================================================================== */
p {
  color: #cbd5e1;
}

p strong, span strong, li strong, div strong, td strong {
  color: #ffffff;
}

.text-muted {
  color: #cbd5e1 !important;
}

.text-secondary {
  color: #cbd5e1 !important;
}

.text-light {
  color: #f8fafc !important;
}

.text-dim {
  color: #94a3b8 !important;
}

.opacity-75 {
  opacity: 0.95 !important;
}

.opacity-50 {
  opacity: 0.85 !important;
}

small, .small {
  color: #cbd5e1;
}

.input-group-text {
  background-color: rgba(12, 19, 44, 0.95) !important;
  border-color: rgba(79, 110, 247, 0.35) !important;
  color: #00d2ff !important;
}

.cyber-table th {
  color: #cbd5e1 !important;
}

.cyber-table td {
  color: #e2e8f0 !important;
}

.cyber-table td.text-muted,
.cyber-table td .text-muted {
  color: #cbd5e1 !important;
}

/* Background Ambient Glow Layer */
.glow-bg-layer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  max-width: 100% !important;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden !important;
}

.ambient-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(140px);
  opacity: 0.28;
}

.glow-top-center {
  top: -150px;
  left: 30%;
  width: 700px;
  height: 500px;
  background: radial-gradient(circle, #3b82f6 0%, #1d4ed8 70%);
}

.glow-top-right {
  top: 80px;
  right: -100px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, #ec4899 0%, #8b5cf6 60%);
  opacity: 0.22;
}

.glow-middle-left {
  top: 45%;
  left: -150px;
  width: 550px;
  height: 550px;
  background: radial-gradient(circle, #00d2ff 0%, #3b82f6 70%);
  opacity: 0.16;
}

.glow-middle-right {
  top: 60%;
  right: -100px;
  width: 650px;
  height: 650px;
  background: radial-gradient(circle, #8b5cf6 0%, #ec4899 60%);
  opacity: 0.2;
}

.glow-bottom-left {
  bottom: -150px;
  left: 20%;
  width: 600px;
  height: 500px;
  background: radial-gradient(circle, #2563eb 0%, #4f46e5 70%);
  opacity: 0.18;
}

/* Header / Navbar */
.site-header {
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 11px 0;
  transition: all 0.3s ease;
  background: rgba(6, 10, 26, 0.72);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(79, 110, 247, 0.18);
}

.site-header.scrolled {
  padding: 8px 0;
  background: rgba(5, 8, 22, 0.94);
  border-bottom: 1px solid rgba(0, 210, 255, 0.25);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.6);
}

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

.brand-name {
  font-family: var(--font-heading);
  font-size: 17px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.2px;
  line-height: 1.2;
}

.brand-tagline {
  font-size: 10px;
  color: #cbd5e1;
  font-weight: 500;
  letter-spacing: 0.3px;
}

.main-nav .nav-item {
  color: #cbd5e1;
  text-decoration: none;
  font-size: 13.5px;
  font-weight: 500;
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  transition: all 0.25s ease;
}

.main-nav .nav-item:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

.main-nav .nav-item.active {
  color: #38bdf8;
  background: rgba(0, 210, 255, 0.1);
  border: 1px solid rgba(0, 210, 255, 0.25);
  font-weight: 600;
}

.btn-contact-sales {
  background: linear-gradient(135deg, #f43f5e 0%, #e11d48 50%, #c026d3 100%);
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 600;
  padding: 7px 18px;
  border-radius: var(--radius-pill);
  box-shadow: 0 4px 18px rgba(244, 63, 94, 0.35);
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.btn-contact-sales:hover {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(244, 63, 94, 0.55);
}

.btn-signin-nav {
  color: #cbd5e1;
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  transition: all 0.25s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
}

.btn-signin-nav:hover {
  color: var(--cyan);
  background: rgba(0, 210, 255, 0.08);
}

.btn-register-header {
  background: linear-gradient(135deg, #2563eb 0%, #3b82f6 50%, #00d2ff 100%);
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 600;
  padding: 7px 16px;
  border-radius: var(--radius-pill);
  box-shadow: 0 4px 16px rgba(37, 99, 235, 0.35);
  transition: all 0.25s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
}

.btn-register-header:hover {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 210, 255, 0.5);
}

.btn-user-dash-pill {
  background: rgba(14, 21, 50, 0.85);
  border: 1px solid rgba(0, 210, 255, 0.35);
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 600;
  padding: 4px 14px 4px 6px;
  border-radius: var(--radius-pill);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: all 0.25s ease;
}

.btn-user-dash-pill:hover {
  background: rgba(20, 32, 75, 0.95);
  border-color: var(--cyan);
  color: #ffffff;
  box-shadow: 0 0 16px rgba(0, 210, 255, 0.3);
}

.user-pill-avatar {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2563eb, #00d2ff);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 800;
  color: #ffffff;
}

/* Mobile Nav base styles handled in right offcanvas sidebar */

/* ==========================================================================
   HERO SECTION
   ========================================================================== */
.hero-section {
  position: relative;
  z-index: 1;
  padding-top: 105px;
  padding-bottom: 50px;
  overflow: visible;
}

/* Badges on top */
.badge-powered {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-pill);
  padding: 4px 13px;
  font-size: 12px;
  font-weight: 500;
  color: #e2e8f0;
  backdrop-filter: blur(8px);
}

.badge-flutter {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #38bdf8;
  letter-spacing: -0.2px;
}

.hero-title {
  font-size: 42px;
  line-height: 1.18;
  letter-spacing: -0.8px;
  margin: 14px 0 16px 0;
}

.hero-title .highlight-agora {
  color: #00d2ff;
  text-shadow: 0 0 25px rgba(0, 210, 255, 0.4);
}

.hero-title .highlight-minutes {
  background: linear-gradient(135deg, #ff2d87 0%, #ec4899 50%, #c026d3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.hero-desc {
  font-size: 14.5px;
  color: #cbd5e1;
  line-height: 1.6;
  max-width: 540px;
  margin-bottom: 22px;
}

.hero-desc strong {
  color: #ffffff;
  font-weight: 600;
}

/* Hero Pill Badges */
.hero-badges-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px;
}

.hero-feature-pill {
  display: flex;
  align-items: center;
  background: rgba(15, 23, 55, 0.75);
  border: 1px solid rgba(79, 110, 247, 0.28);
  border-radius: var(--radius-pill);
  padding: 5px 12px;
  backdrop-filter: blur(8px);
  transition: all 0.25s ease;
}

.hero-feature-pill:hover {
  border-color: rgba(79, 110, 247, 0.55);
  background: rgba(20, 31, 72, 0.9);
  transform: translateY(-2px);
}

.hero-feature-pill .pill-icon {
  font-size: 12.5px;
  margin-right: 6px;
}

.hero-feature-pill .pill-content {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.hero-feature-pill .pill-text {
  font-size: 11.5px;
  font-weight: 600;
  color: #ffffff;
}

.hero-feature-pill .pill-sub {
  font-size: 11px;
  color: #cbd5e1;
  margin-left: 0;
}

/* Hero CTA Buttons */
.hero-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.hero-cta-row-duo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.btn-hero-action {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border-radius: 12px;
  text-decoration: none;
  font-family: var(--font-heading);
  transition: all 0.25s ease;
  position: relative;
  overflow: hidden;
}

.btn-hero-action .btn-icon-box {
  width: 32px;
  height: 32px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-size: 14px;
  flex-shrink: 0;
}

.btn-hero-action .btn-text-content {
  min-width: 0;
  overflow: hidden;
}

.btn-hero-action .btn-label {
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.2;
}

.btn-hero-action .btn-sublabel {
  font-size: 10.5px;
  opacity: 0.85;
  font-weight: 500;
}

/* Button 1: Download Rate Card (Blue) */
.btn-ratecard {
  background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 100%);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 4px 20px rgba(37, 99, 235, 0.35);
}

.btn-ratecard .btn-icon-box {
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

.btn-ratecard:hover {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(37, 99, 235, 0.55);
}

/* Button 2: WhatsApp Support (Green) */
.btn-whatsapp {
  background: linear-gradient(135deg, #059669 0%, #10b981 100%);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 4px 20px rgba(16, 185, 129, 0.35);
}

.btn-whatsapp .btn-icon-box {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.btn-whatsapp:hover {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(16, 185, 129, 0.55);
}

/* Button 3: Call Sales (Pink/Crimson) */
.btn-callsales {
  background: linear-gradient(135deg, #e11d48 0%, #ec4899 100%);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 4px 20px rgba(236, 72, 153, 0.35);
}

.btn-callsales .btn-icon-box {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.btn-callsales:hover {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(236, 72, 153, 0.55);
}

/* ==========================================================================
   PHONE MOCKUP & FLOATING STATS
   ========================================================================== */
.hero-mockup-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 480px;
}

/* Floating Stats Cards */
.floating-stat-card {
  position: absolute;
  background: rgba(12, 19, 44, 0.88);
  border: 1px solid rgba(99, 138, 255, 0.35);
  border-radius: var(--radius-md);
  padding: 10px 14px;
  backdrop-filter: blur(14px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5);
  z-index: 10;
  transition: all 0.3s ease;
}

.floating-stat-card:hover {
  transform: translateY(-3px);
  border-color: rgba(99, 138, 255, 0.6);
}

.stat-card-1 {
  top: 15px;
  left: -20px;
  width: 175px;
}

.stat-card-2 {
  top: 175px;
  left: -30px;
  width: 170px;
}

.stat-card-3 {
  bottom: 25px;
  left: -15px;
  width: 175px;
}

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

.stat-title {
  font-size: 10px;
  color: #cbd5e1;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.stat-badge-percent {
  font-size: 10.5px;
  font-weight: 700;
  color: #10b981;
  background: rgba(16, 185, 129, 0.14);
  padding: 2px 6px;
  border-radius: var(--radius-pill);
}

.stat-number-row {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.stat-number {
  font-family: var(--font-heading);
  font-size: 19px;
  font-weight: 800;
  color: #ffffff;
}

.stat-total {
  font-size: 10.5px;
  color: #94a3b8;
  font-weight: 600;
}

/* Wave Chart SVG */
.mini-wave-chart {
  width: 100%;
  height: 32px;
  margin-top: 4px;
}

/* Bar Chart */
.mini-bar-chart {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  height: 32px;
  margin-top: 6px;
  padding: 2px 0;
}

.bar-col {
  flex: 1;
  background: linear-gradient(180deg, #60a5fa 0%, #2563eb 100%);
  border-radius: 3px;
  transition: height 0.3s ease;
}

/* Avatar Stack */
.avatar-stack {
  display: flex;
  align-items: center;
  margin-top: 8px;
}

.avatar-circle {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid #0d142c;
  margin-left: -7px;
  object-fit: cover;
  background-color: #3b82f6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #fff;
  font-weight: 600;
}

.avatar-circle:first-child {
  margin-left: 0;
}

.avatar-plus {
  background: #1e293b;
  font-size: 10.5px;
  color: #94a3b8;
  font-weight: 700;
}

/* Phone Mockup Frame */
.smartphone-mockup {
  position: relative;
  width: 245px;
  height: 490px;
  background: #02040a;
  border: 7px solid #1a223e;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.75), 0 0 40px rgba(37, 99, 235, 0.2);
  z-index: 5;
  margin-left: 45px;
}

.phone-screen {
  position: relative;
  width: 100%;
  height: 100%;
  background: #000;
  overflow: hidden;
}

.phone-host-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Top Notch / Status Bar */
.phone-top-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 20;
  font-size: 11px;
  color: #ffffff;
  font-weight: 600;
}

.phone-dynamic-island {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 75px;
  height: 18px;
  background: #000000;
  border-radius: 20px;
  z-index: 21;
}

/* Stream Header */
.stream-header {
  position: absolute;
  top: 36px;
  left: 12px;
  right: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 20;
}

.live-pill {
  display: inline-flex;
  align-items: center;
  background: #dc2626;
  color: #ffffff;
  font-size: 10px;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: var(--radius-pill);
  letter-spacing: 0.5px;
}

.live-pill .live-dot {
  width: 6px;
  height: 6px;
  background: #ffffff;
  border-radius: 50%;
  margin-right: 5px;
  animation: pulse-dot 1.5s infinite;
}

@keyframes pulse-dot {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}

.stream-viewer-count {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.9);
  margin-left: 6px;
  font-weight: 600;
}

.stream-close-btn {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  text-decoration: none;
}

/* Stream Floating Comments */
.stream-comments-layer {
  position: absolute;
  bottom: 60px;
  left: 12px;
  right: 60px;
  z-index: 20;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.stream-comment-bubble {
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(8px);
  padding: 4px 10px;
  border-radius: var(--radius-pill);
  font-size: 11px;
  line-height: 1.3;
  width: fit-content;
  max-width: 100%;
  animation: fade-in-up 0.4s ease-out;
}

.comment-user {
  font-weight: 700;
  color: #facc15;
  margin-right: 4px;
}

.comment-msg {
  color: #f8fafc;
}

/* Floating Hearts Reactions */
.stream-reactions-column {
  position: absolute;
  right: 12px;
  bottom: 65px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 20;
}

.heart-bubble {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}

.heart-pink { background: rgba(236, 72, 153, 0.8); color: #fff; }
.heart-red { background: rgba(239, 68, 68, 0.85); color: #fff; }
.heart-blue { background: rgba(59, 130, 246, 0.85); color: #fff; }

/* Stream Bottom Action Bar */
.stream-bottom-bar {
  position: absolute;
  bottom: 10px;
  left: 12px;
  right: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 20;
}

.stream-action-btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.stream-action-btn:hover {
  background: rgba(255, 255, 255, 0.35);
  color: #fff;
}

.stream-end-btn {
  background: #dc2626 !important;
  box-shadow: 0 0 12px rgba(220, 38, 38, 0.5);
}

/* ==========================================================================
   CORE USE CASES SECTION
   ========================================================================== */
.section-use-cases {
  position: relative;
  z-index: 1;
  padding: 60px 0;
}

.section-divider-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 40px;
}

.section-divider-title .line-glow {
  height: 2px;
  width: 70px;
  background: linear-gradient(90deg, transparent, rgba(236, 72, 153, 0.8));
}

.section-divider-title .line-glow.right {
  background: linear-gradient(90deg, rgba(236, 72, 153, 0.8), transparent);
}

.section-divider-title h2 {
  font-size: 22px;
  font-weight: 800;
  margin: 0;
  letter-spacing: -0.3px;
}

/* 5 Cards Row */
.use-cases-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.use-case-card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  position: relative;
}

.use-case-card:hover {
  transform: translateY(-6px);
  border-color: var(--border-glow);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.6), 0 0 25px rgba(59, 130, 246, 0.2);
}

.use-case-img-wrap {
  position: relative;
  height: 130px;
  overflow: hidden;
  background: #02040a;
}

.use-case-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

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

.use-case-live-tag {
  position: absolute;
  top: 8px;
  left: 8px;
  background: #dc2626;
  color: #ffffff;
  font-size: 9.5px;
  font-weight: 800;
  padding: 2px 6px;
  border-radius: var(--radius-pill);
}

.use-case-icon-badge {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 32px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #fff;
  border: 2px solid #0f1737;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.badge-blue { background: linear-gradient(135deg, #2563eb, #3b82f6); }
.badge-pink { background: linear-gradient(135deg, #db2777, #ec4899); }
.badge-purple { background: linear-gradient(135deg, #7c3aed, #8b5cf6); }
.badge-indigo { background: linear-gradient(135deg, #4f46e5, #6366f1); }
.badge-cyan { background: linear-gradient(135deg, #0284c7, #00d2ff); }

.use-case-body {
  position: relative;
  padding: 20px 10px 14px;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.use-case-title {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 4px;
}

.use-case-desc {
  font-size: 11px;
  color: #cbd5e1;
  line-height: 1.45;
  margin: 0;
}

/* ==========================================================================
   FEATURES & PRICING SECTION
   ========================================================================== */
.section-features-pricing {
  position: relative;
  z-index: 1;
  padding: 50px 0;
}

/* Key Features Column */
.features-sidebar {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 20px 16px;
  height: 100%;
}

.features-header-title {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 16px;
  color: #ffffff;
}

.features-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.feature-item-row {
  display: flex;
  align-items: center;
  padding: 4px 0;
}

.feature-icon-circle {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13.5px;
  flex-shrink: 0;
  margin-right: 12px;
}

.f-icon-blue { background: rgba(59, 130, 246, 0.15); color: #60a5fa; border: 1px solid rgba(59, 130, 246, 0.3); }
.f-icon-cyan { background: rgba(6, 182, 212, 0.15); color: #22d3ee; border: 1px solid rgba(6, 182, 212, 0.3); }
.f-icon-purple { background: rgba(139, 92, 246, 0.15); color: #c084fc; border: 1px solid rgba(139, 92, 246, 0.3); }
.f-icon-pink { background: rgba(236, 72, 153, 0.15); color: #f472b6; border: 1px solid rgba(236, 72, 153, 0.3); }
.f-icon-green { background: rgba(16, 185, 129, 0.15); color: #34d399; border: 1px solid rgba(16, 185, 129, 0.3); }
.f-icon-amber { background: rgba(245, 158, 11, 0.15); color: #fbbf24; border: 1px solid rgba(245, 158, 11, 0.3); }

.feature-info h4 {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 1px;
  color: #ffffff;
}

.feature-info p {
  font-size: 11px;
  color: #cbd5e1;
  margin: 0;
  line-height: 1.35;
}

/* Pricing Grid */
.pricing-header-title {
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 18px;
}

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

.pricing-card {
  border-radius: var(--radius-md);
  padding: 18px 13px 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: all 0.3s ease;
}

.pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.5);
}

/* Card Themes (8 Supported Themes) */
.card-blue, .card-mini {
  background: linear-gradient(180deg, #102a6b 0%, #0d1e4e 100%);
  border-color: rgba(59, 130, 246, 0.4);
}

.card-pink, .card-starter {
  background: linear-gradient(180deg, #6c1236 0%, #470c23 100%);
  border-color: rgba(244, 63, 94, 0.5);
  box-shadow: 0 8px 25px rgba(244, 63, 94, 0.22);
}

.card-cyan, .card-basic {
  background: linear-gradient(180deg, #083344 0%, #06222e 100%);
  border-color: rgba(6, 182, 212, 0.45);
}

.card-green, .card-growth {
  background: linear-gradient(180deg, #0b4331 0%, #082d22 100%);
  border-color: rgba(16, 185, 129, 0.4);
}

.card-indigo, .card-pro {
  background: linear-gradient(180deg, #1e1b4b 0%, #151336 100%);
  border-color: rgba(99, 102, 241, 0.45);
}

.card-purple, .card-scale {
  background: linear-gradient(180deg, #2b1f63 0%, #1e1546 100%);
  border-color: rgba(139, 92, 246, 0.45);
}

.card-rose, .card-ultra {
  background: linear-gradient(180deg, #581226 0%, #3e0b19 100%);
  border-color: rgba(244, 63, 94, 0.5);
}

.card-gold, .card-enterprise {
  background: linear-gradient(180deg, #533008 0%, #382006 100%);
  border-color: rgba(245, 158, 11, 0.45);
}

/* Wide Enterprise Card Layout (Spanning 4 columns) */
.card-enterprise-wide {
  grid-column: 1 / -1;
  background: linear-gradient(135deg, rgba(83, 48, 8, 0.88) 0%, rgba(46, 26, 4, 0.96) 100%) !important;
  border: 1px solid rgba(245, 158, 11, 0.45) !important;
  box-shadow: 0 8px 25px rgba(245, 158, 11, 0.15) !important;
  padding: 16px 20px !important;
}

.enterprise-content-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}

.enterprise-identity {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 230px;
}

.enterprise-icon-box {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(245, 158, 11, 0.2);
  border: 1px solid rgba(245, 158, 11, 0.4);
  color: #fbbf24;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.enterprise-features-grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  column-gap: 24px !important;
  row-gap: 6px !important;
  margin: 0 !important;
}

.enterprise-features-grid li {
  margin-bottom: 0 !important;
  font-size: 12px !important;
  color: #f1f5f9 !important;
  white-space: nowrap;
}

.enterprise-cta-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}

@media (max-width: 991px) {
  .enterprise-content-wrap {
    flex-direction: column;
    text-align: center;
    gap: 16px;
  }
  .enterprise-identity {
    flex-direction: column;
    align-items: center;
    min-width: auto;
  }
  .enterprise-features-grid {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 6px !important;
  }
  .enterprise-cta-wrap {
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  .enterprise-cta-wrap .btn-pricing {
    width: 100%;
  }
}

/* Top Popular Badge */
.popular-floating-tag {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #f43f5e, #ec4899);
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  padding: 3px 14px;
  border-radius: var(--radius-pill);
  box-shadow: 0 4px 12px rgba(244, 63, 94, 0.4);
}

.pricing-title {
  font-size: 15px;
  font-weight: 800;
  text-align: center;
  color: #ffffff;
  margin-bottom: 4px;
}

.pricing-minutes-main {
  text-align: center;
  margin-bottom: 6px;
}

.pricing-minutes-val {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.1;
  color: #ffffff;
}

.pricing-minutes-label {
  font-size: 11px;
  color: #f1f5f9;
  font-weight: 600;
}

.pricing-pill-sub {
  text-align: center;
  margin-bottom: 10px;
}

.pricing-pill-sub span {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  padding: 2px 7px;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.2);
  color: #f8fafc;
}

.pricing-price-box {
  text-align: center;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.pricing-amount {
  font-size: 22px;
  font-weight: 800;
  color: #ffffff;
}

.pricing-period {
  font-size: 10.5px;
  color: #cbd5e1;
  display: block;
}

/* Pricing Term Switcher Tabs */
.pricing-term-switcher {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(8, 14, 40, 0.92);
  border: 1px solid rgba(79, 110, 247, 0.35);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.45);
  padding: 6px;
  border-radius: 9999px;
}

.term-switch-btn {
  background: transparent;
  color: #cbd5e1;
  border: none;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 13.5px;
  padding: 8px 22px;
  border-radius: 9999px;
  transition: all 0.25s ease;
  cursor: pointer;
}

.term-switch-btn:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

.term-switch-btn.active {
  background: linear-gradient(135deg, #00d2ff 0%, #2563eb 100%);
  color: #ffffff;
  font-weight: 700;
  box-shadow: 0 4px 18px rgba(0, 210, 255, 0.4);
}

/* Pricing Card Validity & Monthly Quota Badges */
.pricing-validity-tag {
  display: inline-flex;
  align-items: center;
  font-size: 10.5px;
  font-weight: 700;
  padding: 2px 10px;
  border-radius: 9999px;
  background: rgba(0, 210, 255, 0.15);
  border: 1px solid rgba(0, 210, 255, 0.35);
  color: #38bdf8;
  letter-spacing: 0.3px;
  margin-bottom: 6px;
}

.pricing-monthly-quota-badge {
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 8px;
  background: rgba(245, 158, 11, 0.18);
  border: 1px solid rgba(245, 158, 11, 0.4);
  color: #fbbf24;
  margin: 6px auto 8px auto;
  letter-spacing: 0.2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.pricing-monthly-quota-badge.unrestricted {
  background: rgba(16, 185, 129, 0.15);
  border-color: rgba(16, 185, 129, 0.35);
  color: #34d399;
}

.pricing-features-list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px 0;
  font-size: 11px;
  color: #e2e8f0;
}

.pricing-features-list li {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

.pricing-features-list li i {
  font-size: 10.5px;
  margin-right: 5px;
  color: #38bdf8;
}

.card-blue .pricing-features-list li i, .card-mini .pricing-features-list li i { color: #38bdf8; }
.card-pink .pricing-features-list li i, .card-starter .pricing-features-list li i { color: #f472b6; }
.card-cyan .pricing-features-list li i, .card-basic .pricing-features-list li i { color: #22d3ee; }
.card-green .pricing-features-list li i, .card-growth .pricing-features-list li i { color: #34d399; }
.card-indigo .pricing-features-list li i, .card-pro .pricing-features-list li i { color: #818cf8; }
.card-purple .pricing-features-list li i, .card-scale .pricing-features-list li i { color: #c084fc; }
.card-rose .pricing-features-list li i, .card-ultra .pricing-features-list li i { color: #fb7185; }
.card-gold .pricing-features-list li i, .card-enterprise .pricing-features-list li i { color: #fbbf24; }

.btn-pricing {
  display: block;
  text-align: center;
  padding: 7px 10px;
  border-radius: var(--radius-sm);
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  color: #ffffff;
  transition: all 0.25s ease;
}

.btn-pricing-blue { background: #2563eb; }
.btn-pricing-blue:hover { background: #1d4ed8; color: #fff; }

.btn-pricing-pink { background: #e11d48; }
.btn-pricing-pink:hover { background: #be185d; color: #fff; }

.btn-pricing-cyan { background: #0891b2; }
.btn-pricing-cyan:hover { background: #0e7490; color: #fff; }

.btn-pricing-green { background: #059669; }
.btn-pricing-green:hover { background: #047857; color: #fff; }

.btn-pricing-indigo { background: #4f46e5; }
.btn-pricing-indigo:hover { background: #4338ca; color: #fff; }

.btn-pricing-purple { background: #7c3aed; }
.btn-pricing-purple:hover { background: #6d28d9; color: #fff; }

.btn-pricing-rose { background: #e11d48; }
.btn-pricing-rose:hover { background: #be123c; color: #fff; }

.btn-pricing-gold { background: #d97706; }
.btn-pricing-gold:hover { background: #b45309; color: #fff; }

/* Pricing Page Specific Hero */
.pricing-hero-section {
  position: relative;
  z-index: 1;
  padding-top: 105px;
  padding-bottom: 35px;
  background: radial-gradient(circle at 50% 20%, rgba(37, 99, 235, 0.15) 0%, transparent 60%);
}

.pricing-hero-title {
  font-size: 38px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.6px;
  color: #ffffff;
}

.pricing-hero-desc {
  font-size: 14.5px;
  color: #cbd5e1;
  max-width: 680px;
  line-height: 1.6;
}

.cyber-accordion .accordion-item {
  background: rgba(13, 20, 44, 0.75);
  border: 1px solid rgba(79, 110, 247, 0.22);
  border-radius: 10px !important;
  overflow: hidden;
}

.cyber-accordion .accordion-button {
  background: transparent;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  box-shadow: none;
  padding: 14px 18px;
}

.cyber-accordion .accordion-button:not(.collapsed) {
  background: rgba(37, 99, 235, 0.12);
  color: #38bdf8;
}

.cyber-accordion .accordion-button::after {
  filter: invert(1);
}

.cyber-accordion .accordion-body {
  font-size: 12.5px;
  color: #cbd5e1;
  line-height: 1.6;
  padding: 14px 18px;
  border-top: 1px solid rgba(79, 110, 247, 0.15);
}

/* Pricing Bottom Strip */
.pricing-bottom-strip {
  margin-top: 14px;
  background: rgba(13, 20, 44, 0.85);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-pill);
  padding: 9px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  transition: all 0.25s ease;
}

.pricing-bottom-strip:hover {
  border-color: rgba(79, 110, 247, 0.45);
  background: rgba(17, 26, 58, 0.92);
}

.strip-label {
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 6px;
}

.strip-item {
  display: flex;
  align-items: center;
  font-size: 11.5px;
  color: #cbd5e1;
  transition: color 0.2s ease;
}

.strip-item i {
  margin-right: 6px;
  font-size: 12.5px;
}

/* ==========================================================================
   4-STEP PROCESS & CONTACT FORM
   ========================================================================== */
.section-process-order {
  position: relative;
  z-index: 1;
  padding: 48px 0;
}

.section-box-panel {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: 14px;
  padding: 24px 20px;
  height: 100%;
}

.panel-title {
  font-size: 17px;
  font-weight: 800;
  margin-bottom: 16px;
  text-align: center;
  letter-spacing: -0.2px;
}

/* ==========================================================================
   SIMPLE 4-STEP ORDER PROCESS & EXPERT BANNER
   ========================================================================== */
.panel-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.panel-header-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.panel-micro-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #00d2ff;
  background: rgba(0, 210, 255, 0.1);
  border: 1px solid rgba(0, 210, 255, 0.25);
  border-radius: 9999px;
  padding: 2px 8px;
  width: fit-content;
}

.btn-guide-calc {
  font-size: 11.5px;
  font-weight: 600;
  border-radius: var(--radius-pill);
  background: rgba(0, 210, 255, 0.12);
  border: 1px solid rgba(0, 210, 255, 0.35);
  color: #00d2ff;
  text-decoration: none;
  padding: 5px 12px;
  display: inline-flex;
  align-items: center;
  transition: all 0.25s ease;
}

.btn-guide-calc:hover {
  background: rgba(0, 210, 255, 0.22);
  border-color: rgba(0, 210, 255, 0.6);
  color: #ffffff;
  transform: translateX(2px);
}

/* 4 Steps 2x2 Grid */
.steps-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  position: relative;
  margin-bottom: 20px;
}

.step-card {
  background: linear-gradient(145deg, rgba(17, 26, 62, 0.85), rgba(11, 18, 44, 0.92));
  border: 1px solid rgba(79, 110, 247, 0.22);
  border-radius: 12px;
  padding: 14px 12px 12px;
  text-align: left;
  position: relative;
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  backdrop-filter: blur(8px);
}

.step-card:hover {
  transform: translateY(-3px);
  border-color: rgba(79, 110, 247, 0.55);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}

/* Step Card Themed Glows */
.step-card.step-theme-blue:hover,
.step-card.step-theme-cyan:hover {
  border-color: rgba(6, 182, 212, 0.6);
  box-shadow: 0 10px 24px rgba(6, 182, 212, 0.18);
}
.step-card.step-theme-pink:hover {
  border-color: rgba(236, 72, 153, 0.6);
  box-shadow: 0 10px 24px rgba(236, 72, 153, 0.18);
}
.step-card.step-theme-purple:hover {
  border-color: rgba(168, 85, 247, 0.6);
  box-shadow: 0 10px 24px rgba(168, 85, 247, 0.18);
}
.step-card.step-theme-green:hover {
  border-color: rgba(16, 185, 129, 0.6);
  box-shadow: 0 10px 24px rgba(16, 185, 129, 0.18);
}

.step-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.step-pill-badge {
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
}

.pill-step-blue, .pill-step-cyan {
  background: rgba(6, 182, 212, 0.14);
  color: #00d2ff;
  border: 1px solid rgba(6, 182, 212, 0.32);
}
.pill-step-pink {
  background: rgba(236, 72, 153, 0.14);
  color: #f472b6;
  border: 1px solid rgba(236, 72, 153, 0.32);
}
.pill-step-purple {
  background: rgba(168, 85, 247, 0.14);
  color: #c084fc;
  border: 1px solid rgba(168, 85, 247, 0.32);
}
.pill-step-green {
  background: rgba(16, 185, 129, 0.14);
  color: #34d399;
  border: 1px solid rgba(16, 185, 129, 0.32);
}
.pill-step-amber {
  background: rgba(245, 158, 11, 0.14);
  color: #fbbf24;
  border: 1px solid rgba(245, 158, 11, 0.32);
}

.step-icon-box {
  width: 34px;
  height: 34px;
  margin: 0;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: transform 0.25s ease;
}

.step-card:hover .step-icon-box {
  transform: scale(1.08);
}

.icon-step-blue, .icon-step-cyan {
  background: rgba(6, 182, 212, 0.16);
  color: #00d2ff;
  border: 1px solid rgba(6, 182, 212, 0.3);
}
.icon-step-pink {
  background: rgba(236, 72, 153, 0.16);
  color: #f472b6;
  border: 1px solid rgba(236, 72, 153, 0.3);
}
.icon-step-purple {
  background: rgba(168, 85, 247, 0.16);
  color: #c084fc;
  border: 1px solid rgba(168, 85, 247, 0.3);
}
.icon-step-green {
  background: rgba(16, 185, 129, 0.16);
  color: #34d399;
  border: 1px solid rgba(16, 185, 129, 0.3);
}
.icon-step-amber {
  background: rgba(245, 158, 11, 0.16);
  color: #fbbf24;
  border: 1px solid rgba(245, 158, 11, 0.3);
}

.step-title {
  font-size: 12.5px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 4px;
  line-height: 1.35;
}

.step-desc {
  font-size: 10.5px;
  color: #94a3b8;
  line-height: 1.4;
  margin: 0;
}

/* Bottom Expert Banner */
.help-expert-banner {
  background: linear-gradient(135deg, rgba(16, 37, 90, 0.85) 0%, rgba(13, 25, 66, 0.95) 100%);
  border: 1px solid rgba(56, 189, 248, 0.32);
  border-radius: 12px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.3);
}

.help-text-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.help-icon-bubble {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(56, 189, 248, 0.15);
  border: 1px solid rgba(56, 189, 248, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #38bdf8;
  font-size: 15px;
  flex-shrink: 0;
}

.help-heading {
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 2px;
  line-height: 1.25;
}

.help-sub {
  font-size: 10px;
  color: #cbd5e1;
  margin: 0;
  line-height: 1.3;
}

.btn-talk-expert {
  background: linear-gradient(135deg, #0284c7 0%, #2563eb 100%);
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: 11.5px;
  font-weight: 700;
  padding: 7px 14px;
  border-radius: var(--radius-pill);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.35);
  transition: all 0.25s ease;
}

.btn-talk-expert:hover {
  background: linear-gradient(135deg, #0ea5e9 0%, #1d4ed8 100%);
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.5);
}

/* Order / Contact Us Form */
.form-subtitle {
  font-size: 11.5px;
  color: #cbd5e1;
  text-align: center;
  margin-top: -10px;
  margin-bottom: 18px;
}

.form-label-custom {
  font-size: 11px;
  font-weight: 600;
  color: #f8fafc;
  margin-bottom: 4px;
}

.form-control-custom {
  width: 100%;
  background: rgba(10, 15, 36, 0.85);
  border: 1px solid rgba(79, 110, 247, 0.28);
  border-radius: 6px;
  padding: 7px 11px;
  font-size: 12px;
  color: #ffffff;
  transition: all 0.25s ease;
}

.form-control-custom:focus {
  outline: none;
  background: rgba(13, 20, 48, 0.95);
  border-color: #38bdf8;
  box-shadow: 0 0 10px rgba(56, 189, 248, 0.25);
  color: #ffffff;
}

.form-control-custom::placeholder {
  color: #94a3b8;
  font-size: 11.5px;
}

.form-select-custom {
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2394a3b8' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 11px 9px;
}

.btn-submit-order {
  width: 100%;
  background: linear-gradient(135deg, #e11d48 0%, #ec4899 50%, #8b5cf6 100%);
  color: #ffffff;
  border: none;
  padding: 10px 18px;
  border-radius: 6px;
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(236, 72, 153, 0.35);
  transition: all 0.3s ease;
  cursor: pointer;
}

.btn-submit-order:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(236, 72, 153, 0.55);
}

/* ==========================================================================
   TRUSTED BY DEVELOPERS SECTION
   ========================================================================== */
.section-trusted-by {
  position: relative;
  z-index: 1;
  padding: 28px 0 45px;
}

.trusted-logos-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 28px;
  opacity: 0.85;
}

.trusted-brand {
  font-family: var(--font-heading);
  font-size: 14.5px;
  font-weight: 700;
  color: #cbd5e1;
  display: flex;
  align-items: center;
  gap: 7px;
  transition: all 0.25s ease;
}

.trusted-brand:hover {
  color: #ffffff;
  transform: scale(1.05);
}

.trusted-brand i, .trusted-brand svg {
  font-size: 15px;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer {
  position: relative;
  z-index: 1;
  background: #030611;
  border-top: 1px solid rgba(79, 110, 247, 0.16);
  overflow: hidden;
}

.site-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  max-width: 1000px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 210, 255, 0.7), rgba(99, 102, 241, 0.7), transparent);
}

.footer-col-title {
  font-size: 13.5px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-col-title .title-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(79, 110, 247, 0.3), transparent);
}

.footer-desc {
  font-size: 12px;
  line-height: 1.6;
  color: #94a3b8 !important;
}

.footer-link {
  color: #cbd5e1 !important;
  font-size: 12px;
  transition: all 0.2s ease;
}

.footer-quick-links li {
  margin-bottom: 7px;
}

.footer-quick-links .footer-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.footer-quick-links .link-arrow {
  font-size: 8px;
  color: #00d2ff;
  transition: transform 0.2s ease;
}

.footer-quick-links .footer-link:hover {
  color: #ffffff !important;
  transform: translateX(3px);
}

.footer-quick-links .footer-link:hover .link-arrow {
  transform: translateX(2px);
}

.footer-contact-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #cbd5e1 !important;
  font-size: 12px;
  transition: all 0.2s ease;
  padding: 3px 0;
}

.footer-contact-link:hover {
  color: #38bdf8 !important;
  transform: translateX(2px);
}

.footer-address-box {
  align-items: flex-start;
}

.contact-icon-bubble {
  width: 26px;
  height: 26px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  flex-shrink: 0;
  transition: all 0.2s ease;
}

.bubble-cyan {
  background: rgba(0, 210, 255, 0.1);
  border: 1px solid rgba(0, 210, 255, 0.25);
  color: #00d2ff;
}

.bubble-green {
  background: rgba(16, 185, 129, 0.1);
  border: 1px solid rgba(16, 185, 129, 0.25);
  color: #10b981;
}

.footer-contact-link:hover .contact-icon-bubble {
  transform: scale(1.08);
  box-shadow: 0 0 10px rgba(0, 210, 255, 0.35);
}

.social-icon-link {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #cbd5e1;
  font-size: 12px;
  text-decoration: none;
  transition: all 0.25s ease;
}

.social-icon-link:hover {
  background: #2563eb;
  color: #ffffff;
  border-color: #3b82f6;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.4);
}

/* Solution Highlight Card */
.footer-solution-card {
  background: linear-gradient(145deg, rgba(16, 26, 62, 0.75), rgba(11, 18, 44, 0.85));
  border: 1px solid rgba(79, 110, 247, 0.24);
  border-radius: 12px;
  padding: 16px 14px;
  backdrop-filter: blur(8px);
  transition: all 0.25s ease;
}

.footer-solution-card:hover {
  border-color: rgba(79, 110, 247, 0.5);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.solution-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 9.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #00d2ff;
  background: rgba(0, 210, 255, 0.1);
  border: 1px solid rgba(0, 210, 255, 0.25);
  border-radius: 9999px;
  padding: 2px 8px;
}

.btn-build-together {
  background: linear-gradient(135deg, #0284c7 0%, #2563eb 100%);
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: 11.5px;
  font-weight: 700;
  padding: 8px 14px;
  border-radius: 8px;
  transition: all 0.25s ease;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.btn-build-together:hover {
  background: linear-gradient(135deg, #0ea5e9 0%, #1d4ed8 100%);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.45);
}

.text-cyan {
  color: #00d2ff !important;
}

.partner-badge {
  background: rgba(16, 24, 54, 0.7);
  border: 1px solid rgba(79, 110, 247, 0.25);
  border-radius: 9999px;
  padding: 4px 12px;
  font-size: 11px;
  color: #cbd5e1;
}

.partner-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 8px #10b981;
  display: inline-block;
  animation: pulse-dot 2s infinite;
}

@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.2); }
}

/* ==========================================================================
   RESPONSIVE STYLES
   ========================================================================== */
@media (min-width: 992px) {
  .pricing-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 1200px) {
  .hero-title {
    font-size: 38px;
  }
  .use-cases-grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
  }
  .smartphone-mockup {
    margin-left: 15px;
  }
}

@media (max-width: 991px) {
  .hero-section {
    padding-top: 95px;
    text-align: center;
  }
  .hero-desc {
    margin-left: auto;
    margin-right: auto;
  }
  .hero-badges-row, .hero-cta-buttons {
    justify-content: center;
  }
  .hero-mockup-wrapper {
    margin-top: 36px;
  }
  .smartphone-mockup {
    margin-left: auto;
    margin-right: auto;
  }
  .use-cases-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
  .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  .card-enterprise-wide {
    grid-column: span 2;
  }
  .steps-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .hero-title {
    font-size: 29px;
  }
  .hero-desc {
    font-size: 13px;
  }
  .hero-badges-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 8px;
    margin-bottom: 20px;
    width: 100%;
  }
  .hero-feature-pill {
    width: calc(50% - 4px);
    max-width: calc(50% - 4px);
    flex: 0 0 calc(50% - 4px);
    box-sizing: border-box;
    padding: 7px 9px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .hero-cta-buttons {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
  .btn-hero-action {
    width: 100%;
    justify-content: center;
  }
  .use-cases-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 8px;
  }
  .use-case-img-wrap {
    height: 105px;
  }
  .use-case-body {
    padding: 16px 8px 12px;
  }
  .use-case-title {
    font-size: 13px;
    margin-bottom: 3px;
  }
  .use-case-desc {
    font-size: 10.5px;
    line-height: 1.35;
  }
  .use-case-icon-badge {
    width: 28px;
    height: 28px;
    font-size: 11px;
    top: -14px;
  }
  .use-case-live-tag {
    font-size: 8.5px;
    padding: 1px 5px;
    top: 5px;
    left: 5px;
  }

  .pricing-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 8px;
  }
  .pricing-card {
    padding: 14px 8px 12px;
  }
  .pricing-title {
    font-size: 13px;
    margin-bottom: 2px;
  }
  .pricing-minutes-main {
    margin-bottom: 4px;
  }
  .pricing-minutes-val {
    font-size: 16px;
  }
  .pricing-minutes-label {
    font-size: 9.5px;
  }
  .pricing-pill-sub {
    margin-bottom: 6px;
  }
  .pricing-pill-sub span {
    font-size: 8.5px;
    padding: 1px 5px;
  }
  .pricing-price-box {
    margin-bottom: 8px;
    padding-bottom: 6px;
  }
  .pricing-amount {
    font-size: 17px;
  }
  .pricing-period {
    font-size: 9.5px;
  }
  .pricing-features-list {
    margin: 0 0 10px 0;
    font-size: 9.5px;
  }
  .pricing-features-list li {
    margin-bottom: 3px;
    font-size: 9.5px;
    line-height: 1.25;
  }
  .pricing-features-list li i {
    font-size: 9px;
    margin-right: 4px;
  }
  .popular-floating-tag {
    font-size: 9px;
    padding: 2px 7px;
    top: -9px;
  }
  .btn-pricing {
    padding: 6px 4px;
    font-size: 11px;
  }
  .card-enterprise-wide {
    grid-column: span 2;
  }
  .enterprise-content-wrap {
    flex-direction: column;
    text-align: center;
    align-items: stretch;
  }
  .enterprise-identity {
    flex-direction: column;
    text-align: center;
  }
  .enterprise-features-grid {
    grid-template-columns: 1fr;
    text-align: left;
  }
  .enterprise-cta-wrap {
    align-items: center;
    text-align: center;
  }
  .steps-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .floating-stat-card {
    display: none !important;
  }
  .hero-mockup-wrapper {
    flex-direction: column;
  }
  .trusted-logos-row {
    gap: 18px;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 24px;
  }
  .use-cases-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 6px;
  }
  .use-case-img-wrap {
    height: 85px;
  }
  .use-case-body {
    padding: 13px 5px 8px;
  }
  .use-case-title {
    font-size: 11.5px;
  }
  .use-case-desc {
    font-size: 9px;
    line-height: 1.3;
  }
  .use-case-icon-badge {
    width: 24px;
    height: 24px;
    font-size: 10px;
    top: -12px;
  }
  .pricing-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 6px;
  }
  .pricing-card {
    padding: 12px 6px 10px;
  }
  .pricing-title {
    font-size: 12px;
  }
  .pricing-minutes-val {
    font-size: 14.5px;
  }
  .pricing-minutes-label {
    font-size: 9px;
  }
  .pricing-amount {
    font-size: 15px;
  }
  .pricing-period {
    font-size: 9px;
  }
  .pricing-features-list li {
    font-size: 9px;
  }
  .btn-pricing {
    font-size: 10px;
    padding: 5px 3px;
  }
  .steps-wrapper {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 8px !important;
  }
}

/* ==========================================================================
   FLOATING WHATSAPP BUTTON (FIXED BOTTOM RIGHT)
   ========================================================================== */
.floating-whatsapp-btn {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.45), 0 0 12px rgba(37, 211, 102, 0.25);
  z-index: 99999;
  text-decoration: none;
  transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.floating-whatsapp-btn:hover {
  color: #ffffff;
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 10px 30px rgba(37, 211, 102, 0.65), 0 0 20px rgba(37, 211, 102, 0.45);
}

/* Pulse Animation Rings */
.whatsapp-pulse-ring {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #25d366;
  opacity: 0.8;
  animation: wa-pulse 2.2s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  pointer-events: none;
}

.whatsapp-pulse-ring.delay {
  animation-delay: 1.1s;
}

@keyframes wa-pulse {
  0% {
    transform: scale(0.95);
    opacity: 0.9;
  }
  50% {
    opacity: 0.45;
  }
  100% {
    transform: scale(1.65);
    opacity: 0;
  }
}

/* Tooltip Badge */
.whatsapp-badge-tooltip {
  position: absolute;
  right: 64px;
  background: rgba(10, 15, 36, 0.92);
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: 11.5px;
  font-weight: 700;
  white-space: nowrap;
  padding: 5px 12px;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(37, 211, 102, 0.4);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.5);
  pointer-events: none;
  opacity: 0;
  transform: translateX(10px);
  transition: all 0.3s ease;
}

.floating-whatsapp-btn:hover .whatsapp-badge-tooltip {
  opacity: 1;
  transform: translateX(0);
}

/* Mobile adjustments */
@media (max-width: 767px) {
  .floating-whatsapp-btn {
    bottom: 18px;
    right: 18px;
    width: 46px;
    height: 46px;
    font-size: 24px;
  }
  .whatsapp-badge-tooltip {
    display: none;
  }
}

/* FAQ Filter Pills */
.btn-faq-filter {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #cbd5e1;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 15px;
  border-radius: var(--radius-pill);
  transition: all 0.25s ease;
  cursor: pointer;
}

.btn-faq-filter:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border-color: rgba(0, 210, 255, 0.35);
}

.btn-faq-filter.active {
  background: linear-gradient(135deg, #2563eb 0%, #38bdf8 100%);
  color: #ffffff;
  border-color: #38bdf8;
  box-shadow: 0 4px 14px rgba(56, 189, 248, 0.35);
}

/* ==========================================================================
   FORM CONTROLS & PANELS (High Contrast Fixes)
   ========================================================================== */
.section-box-panel {
  background: rgba(12, 19, 44, 0.85);
  border: 1px solid rgba(79, 110, 247, 0.32);
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.45);
}

.panel-title {
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.2px;
}

.form-subtitle {
  color: #cbd5e1;
  font-size: 14px;
  margin-bottom: 24px;
}

.form-label-custom {
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 600;
  color: #f1f5f9;
  margin-bottom: 8px;
  display: block;
}

.form-control-custom {
  width: 100%;
  background: rgba(6, 10, 28, 0.9) !important;
  border: 1px solid rgba(79, 110, 247, 0.35) !important;
  border-radius: 12px !important;
  color: #ffffff !important;
  padding: 12px 16px !important;
  font-size: 14px !important;
  font-family: var(--font-body);
  outline: none;
  transition: all 0.25s ease;
}

.form-control-custom:focus {
  background: rgba(10, 16, 42, 0.98) !important;
  border-color: var(--cyan) !important;
  box-shadow: 0 0 16px rgba(0, 210, 255, 0.28) !important;
  color: #ffffff !important;
}

.form-control-custom::placeholder {
  color: #94a3b8 !important;
  opacity: 0.9 !important;
}

.form-select-custom {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%2300d2ff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 14px 10px;
  padding-right: 40px !important;
  cursor: pointer;
}

select option,
.form-select option,
.form-control-custom option {
  background-color: #0c122e !important;
  color: #ffffff !important;
  padding: 10px;
}

.btn-submit-order {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #2563eb 0%, #3b82f6 50%, #00d2ff 100%);
  color: #ffffff !important;
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 700;
  padding: 13px 28px;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 18px rgba(37, 99, 235, 0.4);
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn-submit-order:hover {
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 210, 255, 0.55);
}

.btn-talk-expert {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 210, 255, 0.12);
  border: 1px solid rgba(0, 210, 255, 0.4);
  color: #00d2ff !important;
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: var(--radius-pill);
  text-decoration: none;
  transition: all 0.25s ease;
}

.btn-talk-expert:hover {
  background: #00d2ff;
  color: #040714 !important;
  box-shadow: 0 4px 16px rgba(0, 210, 255, 0.4);
}

/* ==========================================================================
   CYBER ACCORDION (Bootstrap Override - Crisp High Contrast)
   ========================================================================== */
.cyber-accordion,
.accordion {
  --bs-accordion-bg: transparent;
  --bs-accordion-border-color: transparent;
}

.cyber-accordion .accordion-item,
.accordion .accordion-item {
  background: rgba(12, 19, 44, 0.85) !important;
  border: 1px solid rgba(79, 110, 247, 0.3) !important;
  border-radius: 14px !important;
  overflow: hidden;
  margin-bottom: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  transition: all 0.25s ease;
}

.cyber-accordion .accordion-item:hover,
.accordion .accordion-item:hover {
  border-color: rgba(0, 210, 255, 0.45) !important;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.cyber-accordion .accordion-header,
.accordion .accordion-header {
  margin: 0;
}

.cyber-accordion .accordion-button,
.accordion .accordion-button {
  background: rgba(12, 19, 44, 0.85) !important;
  color: #ffffff !important;
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 700;
  padding: 16px 20px;
  box-shadow: none !important;
  border: none !important;
  transition: all 0.25s ease;
}

.cyber-accordion .accordion-button:not(.collapsed),
.accordion .accordion-button:not(.collapsed) {
  background: rgba(18, 28, 64, 0.95) !important;
  color: #00d2ff !important;
  border-bottom: 1px solid rgba(79, 110, 247, 0.28) !important;
}

.cyber-accordion .accordion-button::after,
.accordion .accordion-button::after {
  filter: invert(1) brightness(200%);
  transition: transform 0.25s ease, filter 0.25s ease;
}

.cyber-accordion .accordion-button:not(.collapsed)::after,
.accordion .accordion-button:not(.collapsed)::after {
  filter: invert(68%) sepia(85%) saturate(1200%) hue-rotate(155deg) brightness(115%);
}

.cyber-accordion .accordion-body,
.accordion .accordion-body {
  background: rgba(8, 14, 36, 0.88) !important;
  color: #cbd5e1 !important;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.7;
  padding: 20px 22px;
}

.cyber-accordion .accordion-body p,
.accordion .accordion-body p {
  color: #cbd5e1 !important;
  margin-bottom: 0;
}

/* ==========================================================================
   MODAL & PAGINATION OVERRIDES (Universal Dark Theme)
   ========================================================================== */
.modal-content {
  background-color: #080d26 !important;
  color: #ffffff !important;
  border: 1px solid rgba(79, 110, 247, 0.35) !important;
  border-radius: 18px !important;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.8) !important;
}

.modal-header {
  border-bottom: 1px solid rgba(79, 110, 247, 0.2) !important;
  color: #ffffff !important;
}

.modal-footer {
  border-top: 1px solid rgba(79, 110, 247, 0.2) !important;
}

.modal-title {
  color: #ffffff !important;
  font-weight: 700 !important;
}

.modal .btn-close {
  filter: invert(1) grayscale(100%) brightness(200%) !important;
}

.pagination {
  gap: 6px;
  margin-bottom: 0;
}

.pagination .page-item .page-link {
  background-color: rgba(12, 19, 44, 0.85) !important;
  border: 1px solid rgba(79, 110, 247, 0.3) !important;
  color: #cbd5e1 !important;
  border-radius: 10px !important;
  padding: 8px 15px !important;
  font-size: 13.5px !important;
  font-weight: 600 !important;
  transition: all 0.2s ease !important;
}

.pagination .page-item .page-link:hover {
  background-color: rgba(37, 99, 235, 0.35) !important;
  border-color: #00d2ff !important;
  color: #ffffff !important;
}

.pagination .page-item.active .page-link {
  background: linear-gradient(135deg, #00d2ff 0%, #2563eb 100%) !important;
  border-color: #00d2ff !important;
  color: #040714 !important;
  font-weight: 700 !important;
  box-shadow: 0 4px 15px rgba(0, 210, 255, 0.4) !important;
}

.pagination .page-item.disabled .page-link {
  background-color: rgba(8, 13, 33, 0.5) !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
  color: #64748b !important;
  opacity: 0.6 !important;
}

/* ==========================================================================
   MOBILE RIGHT-SIDE OFFCANVAS SIDEBAR & OVERLAY
   ========================================================================== */
.mobile-nav-overlay {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 100vh !important;
  height: 100dvh !important;
  background: rgba(2, 6, 18, 0.82) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  z-index: 999998 !important; /* Extremely high above all banners and content */
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transition: opacity 0.35s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.mobile-nav-overlay.show {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.mobile-nav-sidebar {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 320px !important;
  max-width: 86vw !important;
  height: 100vh !important;
  height: 100dvh !important;
  background: linear-gradient(180deg, #090f26 0%, #040716 100%) !important;
  border-left: 1px solid rgba(0, 210, 255, 0.35) !important;
  box-shadow: -15px 0 50px rgba(0, 0, 0, 0.95), 0 0 30px rgba(0, 210, 255, 0.18) !important;
  backdrop-filter: blur(30px) !important;
  -webkit-backdrop-filter: blur(30px) !important;
  z-index: 999999 !important; /* Topmost layer in the entire document */
  transform: translateX(100%) !important;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
  pointer-events: none;
}

.mobile-nav-sidebar.show {
  transform: translateX(0) !important;
  pointer-events: auto !important;
}

/* Hide floating WhatsApp button when sidebar is active */
body.mobile-nav-open .floating-whatsapp-btn {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.mobile-nav-header {
  flex-shrink: 0;
  background: rgba(12, 19, 48, 0.7);
}

.mobile-nav-close-btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.25s ease;
}

.mobile-nav-close-btn:hover,
.mobile-nav-close-btn:active {
  background: rgba(239, 68, 68, 0.25);
  border-color: rgba(239, 68, 68, 0.6);
  color: #ef4444;
  transform: rotate(90deg);
}

.mobile-nav-body {
  flex: 1 1 auto;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 210, 255, 0.3) transparent;
}

.mobile-nav-item {
  display: flex;
  align-items: center;
  padding: 11px 14px;
  color: #e2e8f0;
  text-decoration: none;
  font-family: var(--font-heading);
  font-size: 13.5px;
  font-weight: 600;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid transparent;
  transition: all 0.2s ease;
  margin-bottom: 5px;
}

.mobile-nav-item:hover,
.mobile-nav-item:focus {
  color: #00d2ff;
  background: rgba(0, 210, 255, 0.1);
  border-color: rgba(0, 210, 255, 0.25);
  transform: translateX(4px);
}

.mobile-nav-item.active {
  color: #ffffff;
  background: linear-gradient(90deg, rgba(37, 99, 235, 0.3) 0%, rgba(0, 210, 255, 0.15) 100%);
  border-color: rgba(0, 210, 255, 0.35);
  font-weight: 700;
}

.mobile-nav-item i {
  width: 22px;
  text-align: center;
  font-size: 15px;
}

.mobile-nav-toggle {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  border: 1px solid rgba(0, 210, 255, 0.3) !important;
  background: rgba(0, 210, 255, 0.08) !important;
  color: #00d2ff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
  cursor: pointer;
}

.mobile-nav-toggle:hover,
.mobile-nav-toggle:active {
  background: rgba(0, 210, 255, 0.2) !important;
  border-color: rgba(0, 210, 255, 0.6) !important;
  box-shadow: 0 0 15px rgba(0, 210, 255, 0.35);
  transform: scale(1.05);
}

/* ==========================================================================
   DYNAMIC PAGE ANIMATIONS & HOVER MICRO-INTERACTIONS
   ========================================================================== */
.page-fade-in {
  animation: pageFadeIn 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

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

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

.animate-float {
  animation: floatElement 4s ease-in-out infinite;
}

/* Card Hover Micro-Interactions */
.use-case-card,
.pricing-card,
.cyber-feature-card,
.step-card-glass {
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.3s ease !important;
}

.use-case-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.7), 0 0 20px rgba(0, 210, 255, 0.25) !important;
}

.pricing-card:hover {
  transform: translateY(-5px) scale(1.015);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.75), 0 0 25px rgba(0, 210, 255, 0.28) !important;
}

/* ==========================================================================
   MOBILE HEADER 100% WIDTH GUARANTEE (FRONTEND & GLOBAL)
   ========================================================================== */
@media (max-width: 991.98px) {
  .site-header {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Prevent AOS Horizontal Translations from causing horizontal page scroll on mobile */
  [data-aos="fade-left"],
  [data-aos="fade-right"] {
    transform: translate3d(0, 16px, 0) !important;
  }
  [data-aos].aos-animate {
    transform: none !important;
  }

  .site-header .container,
  .site-header .container-fluid {
    padding-left: 16px !important;
    padding-right: 16px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .header-inner {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    gap: 8px !important;
  }

  .brand-logo {
    min-width: 0 !important;
    max-width: 60% !important;
    overflow: hidden !important;
    flex-shrink: 1 !important;
  }

  .brand-text {
    min-width: 0 !important;
    overflow: hidden !important;
  }

  .brand-name {
    font-size: 15px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 140px !important;
  }

  .header-cta {
    flex-shrink: 0 !important;
    gap: 6px !important;
  }

  .site-header .btn-contact-sales {
    display: none !important;
  }

  .mobile-nav-toggle {
    width: 36px !important;
    height: 36px !important;
    flex-shrink: 0 !important;
  }
}

@media (max-width: 576px) {
  .site-header .container,
  .site-header .container-fluid {
    padding-left: 10px !important;
    padding-right: 10px !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .brand-logo {
    max-width: 52% !important;
  }

  .brand-name {
    font-size: 13.5px !important;
    max-width: 110px !important;
  }

  .brand-tagline {
    display: none !important;
  }

  .btn-user-dash-pill {
    padding: 3px 8px 3px 4px !important;
    font-size: 11px !important;
  }

  .user-pill-avatar {
    width: 22px !important;
    height: 22px !important;
    font-size: 10px !important;
  }
}

@media (max-width: 380px) {
  .brand-logo {
    max-width: 46% !important;
  }

  .brand-name {
    max-width: 85px !important;
    font-size: 12.5px !important;
  }
}

/* ==========================================================================
   HERO BUTTONS & FEATURE BADGES MOBILE LAYOUT (50% WIDTH, 2 PER LINE)
   ========================================================================== */
@media (max-width: 767.98px) {
  /* Hide 3 floating stat cards on mobile */
  .floating-stat-card {
    display: none !important;
  }

  /* 3 Hero Badges: 50% width, 2 per line on mobile */
  .hero-badges-row {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 8px !important;
    margin-bottom: 20px !important;
  }

  .hero-feature-pill {
    width: calc(50% - 4px) !important;
    max-width: calc(50% - 4px) !important;
    flex: 0 0 calc(50% - 4px) !important;
    box-sizing: border-box !important;
    padding: 7px 9px !important;
    border-radius: 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    min-width: 0 !important;
  }

  .hero-feature-pill .pill-icon {
    font-size: 13.5px !important;
    margin-right: 7px !important;
    flex-shrink: 0 !important;
  }

  .hero-feature-pill .pill-content {
    display: flex !important;
    flex-direction: column !important;
    min-width: 0 !important;
    overflow: hidden !important;
    flex: 1 1 auto !important;
    text-align: left !important;
  }

  .hero-feature-pill .pill-text {
    font-size: 11px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    line-height: 1.25 !important;
  }

  .hero-feature-pill .pill-sub {
    font-size: 9.5px !important;
    color: #cbd5e1 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    margin-left: 0 !important;
    line-height: 1.2 !important;
  }

  .hero-cta-buttons {
    width: 100% !important;
    max-width: 100% !important;
    gap: 10px !important;
  }

  .hero-cta-row-duo {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 8px !important;
  }

  .hero-cta-row-duo .btn-hero-action {
    flex: 1 1 0 !important;
    width: 50% !important;
    min-width: 0 !important;
    padding: 7px 10px !important;
    border-radius: 10px !important;
    box-sizing: border-box !important;
  }

  .hero-cta-row-duo .btn-icon-box {
    width: 30px !important;
    height: 30px !important;
    margin-right: 7px !important;
    font-size: 13.5px !important;
    flex-shrink: 0 !important;
  }

  .hero-cta-row-duo .btn-text-content {
    min-width: 0 !important;
    overflow: hidden !important;
    flex: 1 1 auto !important;
  }

  .hero-cta-row-duo .btn-label {
    font-size: 11.5px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    line-height: 1.2 !important;
  }

  .hero-cta-row-duo .btn-sublabel {
    font-size: 9.5px !important;
    white-space: nowrap !important;
  }

  /* Button 3: Call Sales at 50% width on mobile */
  .btn-callsales {
    width: calc(50% - 4px) !important;
    max-width: calc(50% - 4px) !important;
    min-width: 0 !important;
    padding: 7px 10px !important;
    border-radius: 10px !important;
    box-sizing: border-box !important;
    display: inline-flex !important;
    align-items: center !important;
  }

  .btn-callsales .btn-icon-box {
    width: 30px !important;
    height: 30px !important;
    margin-right: 7px !important;
    font-size: 13.5px !important;
    flex-shrink: 0 !important;
  }

  .btn-callsales .btn-text-content {
    min-width: 0 !important;
    overflow: hidden !important;
    flex: 1 1 auto !important;
  }

  .btn-callsales .btn-label {
    font-size: 11.5px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    line-height: 1.2 !important;
  }

  .btn-callsales .btn-sublabel {
    font-size: 9.5px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  /* Pricing Bottom Strip Mobile Redesign (2x2 Grid) */
  .pricing-bottom-strip {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 8px !important;
    border-radius: 14px !important;
    padding: 13px 12px 11px !important;
    background: linear-gradient(135deg, rgba(16, 24, 58, 0.95), rgba(11, 17, 42, 0.95)) !important;
    border: 1px solid rgba(99, 138, 255, 0.28) !important;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.4) !important;
    margin-top: 16px !important;
    backdrop-filter: blur(12px) !important;
    align-items: stretch !important;
  }

  .strip-label {
    grid-column: 1 / -1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    color: #93c5fd !important;
    text-transform: uppercase !important;
    letter-spacing: 0.6px !important;
    padding-bottom: 8px !important;
    margin-bottom: 2px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    text-align: center !important;
  }

  .strip-item {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 8px 9px !important;
    background: rgba(255, 255, 255, 0.04) !important;
    border: 1px solid rgba(255, 255, 255, 0.07) !important;
    border-radius: 10px !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    color: #e2e8f0 !important;
    box-sizing: border-box !important;
    min-width: 0 !important;
    transition: all 0.2s ease !important;
  }

  .strip-item:active {
    background: rgba(79, 110, 247, 0.16) !important;
    border-color: rgba(79, 110, 247, 0.4) !important;
    transform: scale(0.98) !important;
  }

  .strip-item i {
    font-size: 13px !important;
    margin-right: 0 !important;
    flex-shrink: 0 !important;
    width: 16px !important;
    text-align: center !important;
  }

  .strip-item span {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    line-height: 1.25 !important;
  }

  .strip-item:last-child:nth-child(odd) {
    grid-column: 1 / -1 !important;
    justify-content: center !important;
  }

  /* 4-Step Process Mobile Overrides */
  .panel-header-row {
    margin-bottom: 12px !important;
  }
  .panel-header-row .panel-title {
    font-size: 15px !important;
  }
  .panel-micro-badge {
    font-size: 9px !important;
    padding: 1px 7px !important;
  }
  .btn-guide-calc {
    font-size: 10.5px !important;
    padding: 4px 9px !important;
  }
  .steps-wrapper {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 8px !important;
    margin-bottom: 14px !important;
  }
  .step-card {
    padding: 11px 9px 10px !important;
    border-radius: 10px !important;
  }
  .step-pill-badge {
    font-size: 8.5px !important;
    padding: 2px 6px !important;
    letter-spacing: 0.4px !important;
  }
  .step-icon-box {
    width: 28px !important;
    height: 28px !important;
    font-size: 12px !important;
    border-radius: 7px !important;
  }
  .step-title {
    font-size: 11px !important;
    margin-bottom: 2px !important;
    line-height: 1.25 !important;
  }
  .step-desc {
    font-size: 9px !important;
    line-height: 1.3 !important;
  }
  .help-expert-banner {
    flex-direction: column !important;
    align-items: stretch !important;
    padding: 10px 10px !important;
    gap: 8px !important;
  }
  .help-icon-bubble {
    width: 30px !important;
    height: 30px !important;
    font-size: 13px !important;
  }
  .help-heading {
    font-size: 11px !important;
  }
  .help-sub {
    font-size: 9px !important;
  }
  .btn-talk-expert {
    width: 100% !important;
    justify-content: center !important;
    font-size: 10.5px !important;
    padding: 6px 10px !important;
  }

  /* Mobile Section Box Panel & Form Containment */
  .section-box-panel {
    padding: 20px 14px !important;
    border-radius: 14px !important;
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .form-control-custom {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .btn-submit-order {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Section Divider Titles Zero-Overflow Containment */
  .section-divider-title {
    gap: 8px !important;
    margin-bottom: 24px !important;
    flex-wrap: wrap !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .section-divider-title .line-glow {
    width: 25px !important;
    max-width: 25px !important;
  }

  .section-divider-title .line-glow-sm {
    display: none !important;
  }

  .section-divider-title h2 {
    font-size: 18px !important;
    text-align: center !important;
    max-width: 100% !important;
  }

  .trusted-heading {
    font-size: 12.5px !important;
    letter-spacing: 0.5px !important;
    text-align: center !important;
    white-space: normal !important;
    line-height: 1.35 !important;
    max-width: 100% !important;
    color: #cbd5e1 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    margin: 0 !important;
  }

  /* Smartphone Mockup Mobile Max-Width */
  .smartphone-mockup {
    width: 235px !important;
    max-width: calc(100% - 20px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }

  .hero-mockup-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  /* Mobile Footer Redesign */
  .site-footer {
    padding-top: 8px;
  }
  .footer-brand {
    margin-bottom: 8px !important;
  }
  .footer-desc {
    font-size: 11.5px !important;
    line-height: 1.5 !important;
    margin-bottom: 12px !important;
  }
  .social-icon-link {
    width: 36px !important;
    height: 36px !important;
    font-size: 13px !important;
    background: rgba(255, 255, 255, 0.07) !important;
  }
  .social-icon-link:active {
    transform: scale(0.92) !important;
    background: #2563eb !important;
  }
  .footer-col-title {
    font-size: 13px !important;
    margin-bottom: 10px !important;
  }
  /* 2-Column Quick Links on Mobile */
  .footer-quick-links {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 6px 10px !important;
  }
  .footer-quick-links li {
    margin-bottom: 0 !important;
  }
  .footer-quick-links .footer-link {
    display: flex !important;
    align-items: center !important;
    padding: 6px 8px !important;
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    border-radius: 8px !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    color: #e2e8f0 !important;
    transition: all 0.2s ease !important;
  }
  .footer-quick-links .footer-link:active {
    background: rgba(0, 210, 255, 0.12) !important;
    border-color: rgba(0, 210, 255, 0.3) !important;
    transform: scale(0.98) !important;
  }
  /* Contact list on mobile */
  .footer-contact-list li {
    margin-bottom: 6px !important;
  }
  .footer-contact-link {
    display: flex !important;
    align-items: center !important;
    padding: 6px 8px !important;
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    border-radius: 8px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    font-size: 11.5px !important;
    transition: all 0.2s ease !important;
  }
  .footer-contact-link:active {
    background: rgba(0, 210, 255, 0.12) !important;
    border-color: rgba(0, 210, 255, 0.3) !important;
    transform: scale(0.98) !important;
  }
  .footer-solution-card {
    padding: 14px 12px !important;
    border-radius: 12px !important;
    margin-top: 4px !important;
  }
  .footer-solution-card .footer-col-title {
    font-size: 13.5px !important;
  }
  .footer-solution-card .footer-desc {
    font-size: 11.5px !important;
    margin-bottom: 12px !important;
  }
  .btn-build-together {
    padding: 9px 14px !important;
    font-size: 12px !important;
  }
  .footer-bottom {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
  .footer-bottom .container {
    flex-direction: column !important;
    text-align: center !important;
    gap: 8px !important;
  }
  .partner-badge {
    font-size: 10.5px !important;
    padding: 4px 10px !important;
  }
  .footer-copyright {
    font-size: 11px !important;
  }
}

@media (max-width: 400px) {
  .hero-badges-row {
    gap: 6px !important;
  }

  .hero-feature-pill {
    width: calc(50% - 3px) !important;
    max-width: calc(50% - 3px) !important;
    flex: 0 0 calc(50% - 3px) !important;
    padding: 6px 7px !important;
  }

  .hero-feature-pill .pill-icon {
    font-size: 12px !important;
    margin-right: 6px !important;
  }

  .hero-feature-pill .pill-text {
    font-size: 10.5px !important;
  }

  .hero-feature-pill .pill-sub {
    font-size: 9px !important;
  }

  .hero-cta-row-duo {
    gap: 6px !important;
  }

  .hero-cta-row-duo .btn-hero-action,
  .btn-callsales {
    width: calc(50% - 3px) !important;
    max-width: calc(50% - 3px) !important;
    padding: 6px 8px !important;
  }

  .hero-cta-row-duo .btn-icon-box,
  .btn-callsales .btn-icon-box {
    width: 26px !important;
    height: 26px !important;
    margin-right: 6px !important;
    font-size: 12px !important;
  }

  .hero-cta-row-duo .btn-label,
  .btn-callsales .btn-label {
    font-size: 10.5px !important;
  }

  .hero-cta-row-duo .btn-sublabel,
  .btn-callsales .btn-sublabel {
    font-size: 9px !important;
  }

  .pricing-bottom-strip {
    padding: 10px 8px 9px !important;
    gap: 6px !important;
  }

  .strip-label {
    font-size: 10.5px !important;
    padding-bottom: 6px !important;
  }

  .strip-item {
    padding: 6px 7px !important;
    font-size: 10.5px !important;
    gap: 6px !important;
    border-radius: 8px !important;
  }

  .strip-item i {
    font-size: 12px !important;
    width: 14px !important;
  }

  .footer-quick-links .footer-link {
    font-size: 10px !important;
    padding: 5px 6px !important;
  }
  .footer-contact-link {
    font-size: 10.5px !important;
    padding: 5px 6px !important;
  }
}

@media (max-width: 350px) {
  .hero-feature-pill .pill-text {
    font-size: 9.5px !important;
  }

  .hero-feature-pill .pill-sub {
    font-size: 8.5px !important;
  }

  .hero-cta-row-duo .btn-label,
  .btn-callsales .btn-label {
    font-size: 9.5px !important;
  }

  .strip-label {
    font-size: 9.5px !important;
  }

  .strip-item {
    padding: 5px 6px !important;
    font-size: 9.5px !important;
  }

  .strip-item i {
    font-size: 11px !important;
  }

  .footer-quick-links {
    grid-template-columns: 1fr !important;
  }
}

