  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :root {
    --sky: #19abff; --sky-dark: #1291d6;
    --navy: #0F172A; --slate: #1E293B; --light: #F8FAFC;
  }
  html { scroll-behavior: smooth; }
  body { font-family: 'Poppins', sans-serif; color: var(--navy); background: #fff; overflow-x: hidden; }

  /* NAV */
  nav { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,0.92); backdrop-filter: blur(12px); border-bottom: 1px solid #f1f5f9; }
  .nav-inner { max-width: 1440px; margin: 0 auto; padding: 0 3rem; height: 80px; display: flex; align-items: center; justify-content: space-between; }
  .logo {padding-top: 10px; display: flex; align-items: center; gap: 10px; text-decoration: none; }
  .logo-icon { width: 36px; height: 36px; border-radius: 10px; background: linear-gradient(135deg, var(--sky), var(--navy)); display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 900; font-size: 1.2rem; }
  .logo-text { font-weight: 200; font-size: 1.5rem; color: var(--navy); letter-spacing: -0.03em; }
    .logo-text strong{ font-weight: 600; font-size: 1.5rem; color: var(--navy); letter-spacing: -0.03em; }
  .nav-links { display: flex; align-items: center; gap: 2rem; }
  .nav-links a { font-size: 0.875rem; font-weight: 500; color: #64748b; text-decoration: none; position: relative; transition: color 0.2s; }
  .nav-links a::after { content: ''; position: absolute; bottom: -2px; left: 0; width: 0; height: 2px; background: var(--sky); transition: width 0.25s; }
  .nav-links a:hover { color: var(--sky); }
  .nav-links a:hover::after { width: 100%; }
  .btn-primary { padding: 10px 24px; background: var(--sky); color: #fff; border: none; border-radius: 100px; font-family: 'Poppins', sans-serif; font-size: 0.875rem; font-weight: 600; cursor: pointer; transition: background 0.2s, transform 0.15s; box-shadow: 0 4px 15px rgba(14,165,233,0.35); }
  .btn-primary:hover { background: var(--sky-dark); transform: translateY(-1px); }

  /* HERO */
  .hero { background: linear-gradient(135deg, var(--sky) 0%, var(--navy) 100%); min-height: 700px; position: relative; overflow: hidden; display: flex; align-items: center; }
  .blob { position: absolute; border-radius: 50%; filter: blur(80px); }
  .blob1 { top: -10%; left: -5%; width: 500px; height: 500px; background: rgba(255,255,255,0.08); }
  .blob2 { bottom: -10%; right: -5%; width: 600px; height: 600px; background: rgba(14,165,233,0.15); }
  .hero-inner { max-width: 1440px; margin: 0 auto; padding: 5rem 3rem; display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; position: relative; z-index: 1; width: 100%; }
  .hero-badge { display: inline-flex; align-items: center; gap: 8px; padding: 6px 16px; border-radius: 100px; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); margin-bottom: 1.25rem; }
  .badge-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--sky); }
  .hero-badge span { color: rgba(255,255,255,0.9); font-size: 0.7rem; font-weight: 600; letter-spacing: 0.08em; }
  .hero-title { font-size: clamp(2.6rem, 5vw, 4.5rem); font-weight: 800; color: #fff; line-height: 1.1; margin-bottom: 1rem; }
  .grad-text { background: linear-gradient(90deg, #bae6fd, #fff); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
  .hero-sub { font-size: 1.05rem; color: #cbd5e1; line-height: 1.75; max-width: 520px; margin-bottom: 2rem; }
  .hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 2.5rem; }
  .btn-white { padding: 14px 32px; background: #fff; color: var(--sky); border: none; border-radius: 100px; font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 1rem; cursor: pointer; box-shadow: 0 8px 30px rgba(0,0,0,0.2); transition: transform 0.2s, box-shadow 0.2s; }
  .btn-white:hover { transform: translateY(-2px) scale(1.02); box-shadow: 0 12px 35px rgba(0,0,0,0.25); }
  .btn-outline-white { padding: 14px 32px; background: transparent; color: #fff; border: 2px solid rgba(255,255,255,0.3); border-radius: 100px; font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 1rem; cursor: pointer; transition: background 0.2s; }
  .btn-outline-white:hover { background: rgba(255,255,255,0.1); }
  .hero-avatars { display: flex; align-items: center; gap: 1rem; }
  .avatar-stack { display: flex; }
  .avatar-stack img { width: 40px; height: 40px; border-radius: 50%; border: 2px solid var(--navy); object-fit: cover; margin-left: -10px; }
  .avatar-stack img:first-child { margin-left: 0; }
  .hero-count { color: #fff; font-size: 0.875rem; }
  .hero-count strong { font-weight: 700; }

  .hero-phone-wrap { display: flex; justify-content: flex-end; position: relative; }
  .hero-banner-img { max-width: 600px; width: 100%; height: auto; display: block; border-radius: 20px; animation: floatBanner 3.5s ease-in-out infinite; }
  .phone-mockup { width: 280px; aspect-ratio: 9/18; background: #000; border-radius: 40px; border: 8px solid #1a1a1a; box-shadow: 0 40px 80px rgba(0,0,0,0.5); overflow: hidden; position: relative; animation: floatPhone 4s ease-in-out infinite; }
  .phone-screen { width: 100%; height: 100%; background: linear-gradient(180deg, #0369a1, #0f172a); position: relative; overflow: hidden; }
  .phone-img { width: 100%; height: 100%; object-fit: cover; opacity: 0.85; }
  .phone-overlay { position: absolute; bottom: 0; left: 0; width: 100%; background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, transparent 100%); padding: 1.5rem; }
  .phone-tags { display: flex; gap: 6px; margin-bottom: 10px; }
  .tag-live { background: var(--sky); color: #fff; font-size: 0.6rem; font-weight: 700; padding: 3px 8px; border-radius: 4px; }
  .tag-event { background: rgba(255,255,255,0.2); color: #fff; font-size: 0.6rem; padding: 3px 8px; border-radius: 4px; backdrop-filter: blur(4px); }
  .phone-title { color: #fff; font-weight: 700; font-size: 0.95rem; margin-bottom: 4px; }
  .phone-sub { color: #cbd5e1; font-size: 0.7rem; margin-bottom: 12px; }
  .btn-join { width: 100%; background: var(--sky); color: #fff; border: none; border-radius: 10px; padding: 10px; font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 0.8rem; cursor: pointer; }
  .phone-glow { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 400px; height: 600px; background: rgba(14,165,233,0.2); filter: blur(80px); pointer-events: none; z-index: -1; }

  @keyframes floatPhone { 0%, 100% { transform: translateY(2rem); } 50% { transform: translateY(0.5rem); } }
  @keyframes floatBanner { 0%, 100% { transform: translateY(-15px); } 50% { transform: translateY(15px); } }
  @keyframes fadeUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
  .hero-content > * { animation: fadeUp 0.6s ease forwards; opacity: 0; }
  .hero-content > *:nth-child(1) { animation-delay: 0.1s; }
  .hero-content > *:nth-child(2) { animation-delay: 0.2s; }
  .hero-content > *:nth-child(3) { animation-delay: 0.3s; }
  .hero-content > *:nth-child(4) { animation-delay: 0.45s; }
  .hero-content > *:nth-child(5) { animation-delay: 0.55s; }

  /* BRANDS */
  .brands { padding: 3rem; border-bottom: 1px solid #f1f5f9; }
  .brands-inner { max-width: 1440px; margin: 0 auto; text-align: center; }
  .brands-label { font-size: 0.75rem; font-weight: 600; color: #94a3b8; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 2rem; }
  .brands-logos { display: flex; align-items: center; justify-content: center; gap: 3rem; flex-wrap: wrap; opacity: 0.5; }
  .brand-logo { font-size: 1.4rem; font-weight: 900; letter-spacing: -0.03em; color: #334155; cursor: pointer; transition: opacity 0.2s, filter 0.2s; filter: grayscale(1); }
  .brand-logo:hover { filter: none; opacity: 1; }

  /* ABOUT */
  .about { padding: 6rem 3rem; }
  .about-inner { max-width: 1440px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
  .about-img-wrap { position: relative; }
  .img-border-decor { position: absolute; top: 30px; right: -20px; width: 100%; height: 100%; border: 2px solid var(--sky); border-radius: 40px; transform: translate(16px, 16px); z-index: 0; }
  .about-img { width: 100%; height: 500px; object-fit: contain; border-radius: 40px; position: relative; z-index: 1; transition: transform 0.7s; }
  .about-img:hover { transform: scale(1.02); }
  .img-badge { position: absolute; bottom: 2rem; left: 2rem; z-index: 2; }
  .badge-chip { display: inline-flex; align-items: center; gap: 8px; background: var(--sky); padding: 8px 14px; border-radius: 10px; margin-bottom: 6px; }
  .badge-chip span { color: #fff; font-weight: 700; font-size: 0.9rem; }
  .badge-sub { color: #cbd5e1; font-size: 0.75rem; }
  .about-content { display: flex; flex-direction: column; gap: 1.25rem; }
  .section-label { font-size: 0.7rem; font-weight: 700; color: var(--sky); letter-spacing: 0.1em; text-transform: uppercase; }
  .section-title { font-size: clamp(1.8rem, 3vw, 2.75rem); font-weight: 800; line-height: 1.2; }
  .accent { color: var(--sky); }
  .section-body { font-size: 1.05rem; color: #64748b; line-height: 1.75; }
  .check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; }
  .check-item { display: flex; align-items: center; gap: 10px; font-size: 0.875rem; font-weight: 500; color: #475569; }
  .check-icon { width: 22px; height: 22px; border-radius: 50%; background: rgba(14,165,233,0.1); display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--sky); font-size: 0.6rem; font-weight: 700; }
  .btn-dark { display: inline-flex; align-items: center; gap: 10px; padding: 12px 28px; background: var(--navy); color: #fff; border: none; border-radius: 100px; font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 0.9rem; cursor: pointer; box-shadow: 0 4px 15px rgba(15,23,42,0.2); transition: background 0.2s, transform 0.15s; width: fit-content; }
  .btn-dark:hover { background: #1e293b; transform: translateX(3px); }

  /* FEATURES */
  .features { padding: 6rem 3rem; background: var(--light); }
  .features-inner { max-width: 1440px; margin: 0 auto; }
  .section-header { text-align: center; max-width: 700px; margin: 0 auto 4rem; }
  .section-header p { color: #64748b; margin-top: 0.75rem; }
  .features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
  .feature-card { background: #fff; border-radius: 20px; padding: 2rem; border: 1px solid #f1f5f9; box-shadow: 0 2px 8px rgba(0,0,0,0.04); transition: transform 0.3s, box-shadow 0.3s; cursor: default; }
  .feature-card:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(0,0,0,0.1); }
  .feature-card:hover .feat-icon { background: var(--sky); }
  .feat-icon { width: 56px; height: 56px; border-radius: 14px; background: rgba(14,165,233,0.1); display: flex; align-items: center; justify-content: center; font-size: 1.5rem; margin-bottom: 1.25rem; transition: background 0.2s; }
  .feature-card h3 { font-size: 1.05rem; font-weight: 700; color: var(--navy); margin-bottom: 0.5rem; }
  .feature-card p { font-size: 0.85rem; color: #94a3b8; line-height: 1.65; }

  /* WHO */
  .who { padding: 5rem 3rem; }
  .who-inner { max-width: 1440px; margin: 0 auto; text-align: center; }
  .who-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; margin-top: 3rem; text-align: center; }
  .who-card { background: #fff; border: 1px solid #f1f5f9; border-radius: 20px; padding: 2rem; box-shadow: 0 4px 20px rgba(0,0,0,0.06); position: relative; overflow: hidden; transition: box-shadow 0.3s; }
  .who-card::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 3px; background: var(--sky); transform: scaleX(0); transform-origin: left; transition: transform 0.3s; }
  .who-card:hover::after { transform: scaleX(1); }
  .who-card:hover { box-shadow: 0 8px 30px rgba(0,0,0,0.1); }
  .who-icon { width: 80px; height: 80px; border-radius: 50%; background: #f8fafc; display: flex; align-items: center; justify-content: center; font-size: 2.2rem; margin: 0 auto 1.25rem; transition: color 0.2s; color: var(--navy); }
  .who-card:hover .who-icon { color: var(--sky); }
  .who-card h3 { font-size: 1.05rem; font-weight: 700; color: var(--navy); margin-bottom: 0.35rem; }
  .who-card p { font-size: 0.85rem; color: #94a3b8; }

  /* HOW IT WORKS (vertical timeline + mockup) */
  .how { padding: 6rem 3rem; border-top: 1px solid #f1f5f9; }
  .how-inner { max-width: 1100px; margin: 0 auto; }
  .how-grid { display: grid; grid-template-columns: 1fr 420px; gap: 3rem; align-items: start; margin-top: 2.5rem; }

  /* timeline */
  .timeline { position: relative; padding-left: 72px; }
  .timeline::before { content: ''; position: absolute; left: 36px; top: 0; bottom: 0; width: 3px; background: linear-gradient(180deg, rgba(14,165,233,0.18), rgba(14,165,233,0.06)); border-radius: 2px; }
  .timeline-step { position: relative; margin-bottom: 2.5rem; }
  .timeline-marker { position: absolute; left: 0; top: 0; width: 72px; height: 72px; display: flex; align-items: center; justify-content: center; border-radius: 18px; background: #fff; box-shadow: 0 6px 18px rgba(2,6,23,0.08); border: 3px solid rgba(14,165,233,0.12); color: var(--sky); font-weight: 800; font-size: 1.1rem; }
  .timeline-marker i { font-size: 1.35rem; color: var(--sky); }
  .timeline-content { margin-left: 96px; background: transparent; }
  .timeline-content h3 { font-size: 1.05rem; margin-bottom: 6px; color: var(--navy); font-weight: 800; }
  .timeline-content p { color: #6b7280; line-height: 1.6; }

  /* mockup column */
  .mockup-column { display: flex; align-items: center; justify-content: center; }
  .mobile-mockup { width: 100%;
    transform: scale(1.1);
    border-radius: 36px;
    /* border: 12px solid #0f172a; */
    overflow: hidden;
    /* box-shadow: 0 30px 60px rgba(2, 6, 23, 0.35); */
   
    }
  .mobile-mockup img { width: 100%; height: auto; display: block; }

  /* small header text */
  .how-intro { text-align: left; }
  .how-intro p { color: #94a3b8; margin-top: 0.5rem; }

  /* STATS */
  .stats-bar { background: var(--navy); padding: 3rem; }
  .stats-inner { max-width: 1440px; margin: 0 auto; display: grid; grid-template-columns: repeat(5, 1fr); gap: 2rem; text-align: center; align-items: center; }
  .stat-item { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 0.6rem 1rem; }
  .stat-item:not(:first-child) { border-left: 1px solid rgba(255,255,255,0.06); }
  .stat-item h3 { font-size: 2.2rem; font-weight: 800; color: var(--sky); margin: 0; }
  .stat-item p { font-size: 0.875rem; color: #94a3b8; margin-top: 8px; margin-bottom: 0; }

  /* TESTIMONIALS */
  .testimonials { padding: 6rem 3rem; background: var(--light); }
  .testi-inner { max-width: 1440px; margin: 0 auto; }
  .testi-grid { position: relative; overflow: hidden; margin-top: 2.25rem; padding-bottom: 1rem; }
  .testi-grid .swiper-wrapper { display: flex; align-items: stretch; }
  .testi-card {padding:20px; min-height: 250px; background: #fff; border-radius: 20px; padding: 2rem; border: 1px solid #f1f5f9; box-shadow: 0 6px 28px rgba(2,6,23,0.06); position: relative; width: 100%; opacity: 1; transform: none; transition: none; }
  .testi-card.swiper-slide { display: block; }
  .testi-card { transition: transform 0.28s ease, box-shadow 0.28s ease; }
  .swiper-slide { display: flex; justify-content: center; padding: 0 8px; box-sizing: border-box; }
  .testi-card { width: 100%; max-width: 720px; }
  .swiper-slide-active .testi-card { transform: translateY(-6px) scale(1.02); box-shadow: 0 18px 48px rgba(2,6,23,0.12); }
  .swiper-slide-next .testi-card, .swiper-slide-prev .testi-card { transform: scale(0.995); opacity: 0.98; }

  /* Hide arrows and bullets as requested */
  .testi-grid .swiper-pagination, .testi-grid .swiper-button-prev, .testi-grid .swiper-button-next { display: none !important; }

  /* Large-screen multi-slide layout */
  @media (min-width: 1200px) {
    .swiper-slide { justify-content: flex-start; padding: 0 12px; }
    .testi-card { width: auto; max-width: none; }
    .testimonials .testi-grid { padding-left: 48px; padding-right: 48px; }
    /* Minimum width for review content so 3.5 preview looks consistent */
    .testi-card { min-width: 360px; }
  }

  /* testimonial text styling */
  .stars { color: #fbbf24; font-size: 0.95rem; margin-bottom: 1rem; letter-spacing: 2px; }
  .testi-text { color: #64748b; font-style: italic; line-height: 1.75; flex: 1; margin-bottom: 1.5rem; font-size: 0.9rem; }
  .testi-author { display: flex; align-items: center; gap: 12px; }
  .testi-avatar { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }
  .initials-badge { width: 56px; height: 56px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; font-weight: 700; color: #fff; background: linear-gradient(180deg, var(--sky), var(--sky-dark)); font-size: 1rem; margin-right: 12px; flex-shrink: 0; }
  .testi-name { font-weight: 700; font-size: 0.95rem; color: var(--navy); margin: 0; }
  .testi-role { font-size: 0.8rem; color: var(--sky); font-weight: 600; margin: 0; }

  .testi-author { display: flex; align-items: center; gap: 12px; margin-top: 1.25rem; }

  /* NEWSLETTER */
  .newsletter { padding: 5rem 3rem; }
  .nl-inner { max-width: 1440px; margin: 0 auto; }
  .nl-box { background: var(--slate); border-radius: 24px; padding: 4rem; display: flex; align-items: center; justify-content: space-between; gap: 3rem; position: relative; overflow: hidden; }
  .nl-box::before { content: ''; position: absolute; top: -50%; right: -10%; width: 400px; height: 400px; border-radius: 50%; background: rgba(14,165,233,0.1); filter: blur(60px); }
  .nl-content { position: relative; z-index: 1; }
  .nl-content h2 { font-size: 1.9rem; font-weight: 700; color: #fff; margin-bottom: 0.75rem; }
  .nl-content p { color: #94a3b8; font-size: 1rem; }
  .nl-form { position: relative; z-index: 1; flex-shrink: 0; }
  .email-row { display: flex; gap: 6px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 100px; padding: 6px; }
  .email-row input { background: transparent; border: none; outline: none; color: #fff; font-family: 'Poppins', sans-serif; padding: 8px 16px; width: 260px; font-size: 0.875rem; }
  .email-row input::placeholder { color: #64748b; }
  .btn-sub { padding: 10px 24px; background: var(--sky); color: #fff; border: none; border-radius: 100px; font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 0.875rem; cursor: pointer; white-space: nowrap; transition: background 0.2s; }
  .btn-sub:hover { background: var(--sky-dark); }

  /* DOWNLOAD */
  .download { padding-top: 6rem; padding-bottom: 0; background: linear-gradient(135deg, var(--sky), #2563EB); text-align: center; overflow: hidden; position: relative; }
  .dl-inner { max-width: 1440px; margin: 0 auto; padding: 0 3rem; position: relative; z-index: 1; }
  .dl-inner h2 { font-size: clamp(1.8rem, 4vw, 3rem); font-weight: 800; color: #fff; margin-bottom: 0.75rem; }
  .dl-inner p { color: #bae6fd; font-size: 1.1rem; margin-bottom: 2.5rem; }
  .store-btns { display: flex; justify-content: center; gap: 1rem; margin-bottom: 4rem; flex-wrap: wrap; }
  .store-btn { display: flex; align-items: center; gap: 12px; background: #000; color: #fff; padding: 12px 22px; border-radius: 14px; border: 1px solid rgba(255,255,255,0.15); box-shadow: 0 8px 25px rgba(0,0,0,0.25); cursor: pointer; transition: transform 0.2s; text-decoration: none; }
  .store-btn:hover { transform: scale(1.04); }
  .store-icon { font-size: 1.8rem; }
  .store-text-top { font-size: 0.6rem; text-transform: uppercase; font-weight: 500; letter-spacing: 0.05em; }
  .store-text-name { font-size: 1.1rem; font-weight: 700; line-height: 1; }
  .mockup-wrap { display: block; margin: 0 auto; max-width: 800px; width: 100%; }
  .mockup-img { width: 100%; height: 380px; object-fit: cover; border-radius: 24px 24px 0 0; border: 10px solid #000; border-bottom: none; box-shadow: 0 -20px 60px rgba(0,0,0,0.4); display: block; }
  .mockup-placeholder { max-width: 800px; width: 100%; height: 380px; border-radius: 24px 24px 0 0; border: 10px solid #000; border-bottom: none; background: linear-gradient(180deg, #0369a1 0%, #075985 40%, #0f172a 100%); box-shadow: 0 -20px 60px rgba(0,0,0,0.4); display: flex; align-items: center; justify-content: center; margin: 0 auto; }
  .mockup-placeholder p { color: rgba(255,255,255,0.5); font-size: 0.9rem; }

  /* BUSINESS */
  .business { padding: 6rem 3rem; border-top: 1px solid #f1f5f9; text-align: center; }
  .biz-inner { max-width: 1440px; margin: 0 auto; }
  .biz-inner h2 { font-size: clamp(1.6rem, 3vw, 2.5rem); font-weight: 800; color: var(--navy); margin-bottom: 1rem; }
  .biz-inner p { font-size: 1rem; color: #64748b; max-width: 560px; margin: 0 auto 2.5rem; line-height: 1.7; }
  .btn-outline-dark { display: inline-flex; align-items: center; gap: 10px; padding: 14px 36px; border: 2px solid var(--navy); color: var(--navy); background: transparent; border-radius: 100px; font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 1rem; cursor: pointer; transition: background 0.2s, color 0.2s; }
  .btn-outline-dark:hover { background: var(--navy); color: #fff; }
  .arrow { display: inline-block; transition: transform 0.2s; }
  .btn-outline-dark:hover .arrow { transform: translateX(4px); }

  /* FOOTER */
  footer { background: var(--navy); color: #94a3b8; padding-top: 5rem; }
  .footer-inner { max-width: 1440px; margin: 0 auto; padding: 0 3rem; }
  .footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 4rem; }
  .footer-brand { display: flex; flex-direction: column; gap: 1.25rem; }
  .footer-logo-wrap { display: flex; align-items: center; gap: 10px; }
  .footer-logo-icon { width: 36px; height: 36px; border-radius: 10px; background: var(--sky); display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 900; font-size: 1.1rem; }
  .footer-logo-text { font-size: 1.5rem; font-weight: 900; color: #fff; }
  .footer-brand-text { font-size: 0.875rem; line-height: 1.7; }
  .footer-col h4 { font-size: 0.9rem; font-weight: 700; color: #fff; margin-bottom: 1.5rem; }
  .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 1rem; }
  .footer-col ul li, .footer-col ul li a { font-size: 0.875rem; color: #94a3b8; text-decoration: none; transition: color 0.2s; cursor: pointer; }
  .footer-col ul li a:hover { color: var(--sky); }
  .footer-business-btn { display: inline-block; padding: 8px 20px; border: 1px solid var(--sky); color: var(--sky); border-radius: 100px; font-size: 0.8rem; font-weight: 600; cursor: pointer; transition: background 0.2s, color 0.2s; margin-bottom: 1.5rem; }
  .footer-business-btn:hover { background: var(--sky); color: #fff; }
  .social-links { display: flex; gap: 1rem; }
  .social-icon { font-size: 1.2rem; cursor: pointer; transition: color 0.2s; }
  .social-icon:hover { color: var(--sky); }
  .footer-bottom { border-top: 1px solid rgba(255,255,255,0.07); padding: 1.75rem 0; text-align: center; font-size: 0.8rem; color: #64748b; }

  /* RESPONSIVE */
  @media (max-width: 1024px) {
    .hero-inner, .about-inner { grid-template-columns: 1fr; }
    .hero-phone-wrap { justify-content: center; }
    .hero-banner-img { max-width: 400px; }
    .phone-mockup { animation: none; transform: none !important; }
    .img-border-decor { display: none; }
    .features-grid { grid-template-columns: repeat(2, 1fr); }
    .who-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
    .stats-inner { grid-template-columns: repeat(3, 1fr); }
    .how-grid { grid-template-columns: 1fr 360px; }
  }
  @media (max-width: 1200px) {
    .stats-inner { grid-template-columns: repeat(4, 1fr); }
  }
  @media (max-width: 480px) {
    .stats-inner { grid-template-columns: 1fr; }
    .stat-item:not(:first-child) { border-left: none; border-top: 1px solid rgba(15,23,42,0.04); padding-top: 1rem; }
  }
  @media (max-width: 768px) {
      
      .modal-dialog{
          width:100% !important;
      }
      
      .mobLogo{
          font-size:10px !important;
      }
    .nav-inner { padding: 0 1.5rem; }
   
    .mobLogo{
        display: inline-block !important;
    }
    .hero-inner { padding: 3rem 1.5rem; }
    .hero-btns { flex-direction: column; }
    .hero-banner-img { max-width: 300px; }
    .btn-white, .btn-outline-white { width: 100%; }
    .features-grid, .who-grid, .testi-grid { grid-template-columns: 1fr; }
    .how-grid { grid-template-columns: 1fr; }
    .timeline { padding-left: 20px; }
    .timeline-marker { left: -6px; width: 52px; height: 52px; border-radius: 14px; }

  /* MODAL */
  .modal { position: fixed;  top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); display: none; align-items: center; justify-content: center; z-index: 9999999; }
  .modal.modal-open { display: flex; }
  .modal-content { background: #fff; border-radius: 20px; padding: 2.5rem; max-width: 480px; width: 94%; box-shadow: 0 20px 60px rgba(0,0,0,0.28); position: relative; animation: slideUp 0.28s ease; }
  .modal-close { position: absolute; top: 1rem; right: 1rem; width: 36px; height: 36px; border: none; background: transparent; font-size: 1.6rem; color: #94a3b8; cursor: pointer; transition: color 0.18s ease; }
  .modal-close:hover { color: var(--sky); }
  .modal-body { text-align: center; }
  .ig-btn { display: inline-flex; align-items: center; gap: 10px; padding: 12px 22px; background: linear-gradient(135deg, #f58529 0%, #dd2a7b 50%, #8134af 100%); color: #fff; text-decoration: none; border-radius: 12px; font-weight: 600; transition: transform 0.14s; }
  .ig-btn:hover { transform: scale(1.03); }
  .ig-btn i { font-size: 1.1rem; }
  @keyframes slideUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
    .timeline-content { margin-left: 64px; }
    .nl-box { flex-direction: column; padding: 2rem; }
    .email-row { flex-direction: column; border-radius: 16px; }
    .email-row input { width: 100%; }
    .btn-sub { border-radius: 10px; }
    .about, .features, .who, .how, .testimonials, .newsletter, .business { padding-left: 1.5rem; padding-right: 1.5rem; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-inner { padding: 0 1.5rem; }
    .stats-bar { padding: 2rem 1.5rem; }
    .dl-inner { padding: 0 1.5rem; }
    .brands { padding: 2rem 1.5rem; }
  }

  .logo-img {
    margin-top: 9px;
  }
  .logo-img img{
    height: 30px;
  }

  .footerlogo .logo-img{
 margin-top: 2px !important;
  }

img.footer-logo {
    height: 30px;
   
}
.footerlogo {
    display: flex;
    color: #fff;
    gap: 10px;
     text-decoration: none;
        display: flex;
}

.footer-logo-wrap .footer-logo-wrap .logo-text{
    color: #fff !important;

   
}

.footerlogo .logo-text, .footerlogo  strong{
   
    color: #fff !important;
   
}

/* Hide menu icon on desktop */
.menu-toggle {
  display: none;
  font-size: 24px;
  cursor: pointer;
}

/* Drawer Base */
.mobile-drawer {
  position: fixed;
  top: 0;
  left: -100%;
  width: 85%;
  height: 100vh;
  background: #ffffff;
  z-index: 2000;
  transition: left 0.35s ease;
  padding: 25px;
  display: flex;
  flex-direction: column;
}

.mobile-drawer.active {
  left: 0;
}

/* Overlay */
.drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.4);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 1500;
}

.drawer-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Drawer Header */
.drawer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.drawer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
}

.drawer-logo img {
  height: 28px;
}

.drawer-close {
  font-size: 22px;
  cursor: pointer;
}

/* Links */
.drawer-links {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.drawer-links a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  color: #222;
}

/* Responsive */
@media (max-width: 991px) {

  .desktop-nav {
    display: none !important;
  }

  .menu-toggle {
    display: block !important;
  }
}



.mobile-drawer {
  position: fixed;
  top: 0;
  left: -100%;
  width: 85%;
  height: 100vh;
  background: #ffffff;
  z-index: 2000;
  transition: left 0.35s ease;
  padding: 25px;
  display: flex;
  flex-direction: column;
}

.mobile-drawer.active {
  left: 0;
}

/* Links */
.drawer-links {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.drawer-links a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  color: #222;
}

/* Bottom Section */
.drawer-bottom {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding-top: 20px;
}

/* Instagram Button */
.insta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  font-weight: 500;
  padding: 12px;
  border-radius: 8px;
  background: #f5f5f5;
  color: #111;
  transition: 0.3s;
}

.insta-btn:hover {
  background: #eaeaea;
}


.nav-links a.active,
.drawer-links a.active {
  color: #0d6efd;   /* change to your brand color */
  font-weight: 600;
  position: relative;
}

.nav-links a.active::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #0d6efd;
}


.about-hero {
  min-height: 70vh;
  display: flex;
  align-items: center;     /* vertical center */
  justify-content: center; /* horizontal center */
  text-align: center;
  position: relative;
}

.about-hero .hero-inner {
  width: 100%;
  display: flex;
  justify-content: center;
}

.about-hero .hero-content {
  max-width: 800px;   /* controls heading width */
  width: 90%;
}

.about-hero .hero-title {
  font-size: 42px;
  line-height: 1.2;
  margin: 20px 0;
}

.about-hero .hero-sub {
  max-width: 600px;
  margin: 0 auto;
  font-size: 16px;
  opacity: 0.8;
}


.policy-content h3 {
  margin-top: 35px;
  font-weight: 600;
}

.policy-content h5 {
  margin-top: 20px;
  font-weight: 600;
}

.policy-content p,
.policy-content li {
  color: #555;
  line-height: 1.7;
}


.policy-content h3 {
  margin-top: 35px;
  font-weight: 600;
}

.policy-content h5 {
  margin-top: 20px;
  font-weight: 600;
}

.policy-content p,
.policy-content li {
  color: #555;
  line-height: 1.7;
}