/* =====================================================
   Omnox Technologies — PREMIUM SITE STYLES
   Design tokens + shared components + homepage
===================================================== */

:root {
  --brand-blue: #3b82f6;
  --brand-cyan:  #22d3ee;
  --grad: linear-gradient(135deg, #22d3ee, #3b82f6);
  --brand-gradient: linear-gradient(135deg, #22d3ee, #3b82f6);
  --dark:   #020617;
  --dark2:  #0d1526;
  --card:   rgba(255,255,255,0.04);
  --border: rgba(255,255,255,0.08);
  --text:   #e2e8f0;
  --muted:  #64748b;
  --muted2: #94a3b8;
  --header-height: 72px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 80px; }

body {
  font-family: 'Work Sans', system-ui, -apple-system, sans-serif;
  margin: 0;
  background: var(--dark);
  color: var(--text);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; }
a { text-decoration: none; }

/* ── SHARED UTILITIES ──────────────────────────── */
.gradient-text,
.grad-text {
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-label {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; letter-spacing: 2px; font-weight: 600;
  color: var(--brand-cyan); text-transform: uppercase; margin-bottom: 14px;
}
.section-label::before {
  content: ""; width: 24px; height: 2px;
  background: var(--grad); border-radius: 2px;
}
.section-label.center { justify-content: center; }

.btn-grad {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 32px; border-radius: 999px; font-weight: 700;
  font-size: 15px; background: var(--grad); color: #020617 !important;
  border: none; cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
  box-shadow: 0 8px 30px rgba(59,130,246,.35);
}
.btn-grad:hover { transform: translateY(-3px); box-shadow: 0 16px 40px rgba(59,130,246,.5); filter: brightness(1.03); }

.btn-ghost {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 32px; border-radius: 999px; font-weight: 600;
  font-size: 15px; background: transparent; color: #fff !important;
  border: 1px solid rgba(255,255,255,0.18);
  transition: border-color .25s, background .25s, transform .25s;
}
.btn-ghost:hover { border-color: var(--brand-cyan); background: rgba(34,211,238,.08); transform: translateY(-3px); }

.eyebrow { font-family: 'Jost', sans-serif; }

.sec-title {
  font-family: 'Jost', sans-serif;
  font-size: clamp(30px, 4.6vw, 48px);
  font-weight: 800; line-height: 1.1; color: #fff; margin: 0;
}
.sec-sub { color: var(--muted); max-width: 620px; margin: 16px auto 0; font-size: 16px; line-height: 1.7; }

/* Scroll reveal */
[data-reveal] { opacity: 0; transform: translateY(34px); transition: opacity .7s ease, transform .7s cubic-bezier(.23,1,.32,1); }
[data-reveal].in { opacity: 1; transform: none; }

/* =====================================================
   HEADER — dark glass
===================================================== */
#siteHeader { background: transparent; transition: background .3s ease, box-shadow .3s ease, backdrop-filter .3s ease; }
#siteHeader.scrolled {
  background: rgba(2,6,23,.72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 8px 30px rgba(0,0,0,.35);
}

.nav-link { color: #e2e8f0; position: relative; transition: color .3s; font-family: 'Jost', sans-serif; }
.nav-link:hover { color: var(--brand-cyan); }
.nav-link.active {
  background: var(--grad); background-clip: text;
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-weight: 600;
}

.hamburger-line { display: block; width: 26px; height: 3px; border-radius: 3px; background: #fff; transition: background .3s ease, transform .3s ease, opacity .2s ease; }
.hamburger-line + .hamburger-line { margin-top: 5px; }
#menuBtn:hover .hamburger-line { background: var(--brand-cyan); }
/* middle bar shortens slightly for a bit of character */
.hamburger-line:nth-child(2) { width: 18px; margin-left: auto; }

/* Dropdown */
.nav-dropdown { position: relative; }
.nav-dropdown-menu {
  position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(-6px);
  background: transparent; padding-top: 14px; min-width: 210px; z-index: 9999;
  opacity: 0; visibility: hidden; transition: opacity .25s, transform .25s, visibility .25s;
}
.nav-dropdown:hover .nav-dropdown-menu { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.nav-dropdown-menu-inner {
  background: rgba(13,21,38,.96); backdrop-filter: blur(14px);
  border: 1px solid var(--border); border-radius: 14px;
  box-shadow: 0 24px 60px rgba(0,0,0,.5); padding: 8px 0; overflow: hidden;
}
.nav-dropdown-menu-inner a {
  display: block; padding: 11px 22px; color: #cbd5f5; font-size: 14px;
  font-weight: 500; white-space: nowrap; transition: background .2s, color .2s;
}
.nav-dropdown-menu-inner a:hover { background: rgba(34,211,238,.12); color: #fff; }
.nav-dropdown-menu-inner a.active {
  background: rgba(34,211,238,.10); color: var(--brand-cyan); font-weight: 600;
  box-shadow: inset 3px 0 0 var(--brand-cyan);
}
.nav-dropdown.active > .nav-link { color: var(--brand-cyan); }

/* ── MOBILE MENU ───────────────────────────────── */
.mobile-overlay {
  position: fixed; inset: 0; z-index: 60;
  background: rgba(2, 6, 23, .72);
  -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px);
  opacity: 0; visibility: hidden;
  transition: opacity .3s ease, visibility .3s ease;
}
.mobile-overlay.is-open { opacity: 1; visibility: visible; }

.mobile-menu {
  position: fixed; top: 0; right: 0; z-index: 70;
  width: min(340px, 88vw);
  height: 100vh; height: 100dvh;          /* dvh keeps the CTA above mobile browser chrome */
  display: flex; flex-direction: column;
  background: linear-gradient(180deg, #0e1729 0%, #070d1a 100%);
  border-left: 1px solid var(--border);
  box-shadow: -24px 0 60px rgba(0, 0, 0, .55);
  transform: translateX(100%); visibility: hidden;
  transition: transform .34s cubic-bezier(.4, 0, .2, 1), visibility .34s;
  overscroll-behavior: contain;
}
.mobile-menu.is-open { transform: translateX(0); visibility: visible; }

.mm-head {
  flex-shrink: 0; display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 16px 20px; border-bottom: 1px solid var(--border);
}
.mm-head img { width: 132px; height: auto; display: block; }
.mm-close {
  width: 40px; height: 40px; flex-shrink: 0; border-radius: 12px;
  display: grid; place-items: center; cursor: pointer;
  background: var(--card); border: 1px solid var(--border); color: var(--text);
  transition: background .2s, border-color .2s, color .2s;
}
.mm-close:hover, .mm-close:focus-visible {
  background: rgba(34,211,238,.12); border-color: rgba(34,211,238,.35); color: var(--brand-cyan);
}
.mm-close svg { width: 18px; height: 18px; }

.mm-nav { flex: 1 1 auto; overflow-y: auto; -webkit-overflow-scrolling: touch; padding: 8px 0 16px; }

.mm-link {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  width: 100%; padding: 14px 22px; text-align: left; cursor: pointer;
  font-family: 'Jost', sans-serif; font-size: 17px; font-weight: 500; line-height: 1.2;
  color: var(--text); background: none; border: 0; border-left: 3px solid transparent;
  transition: background .2s, color .2s, border-color .2s;
}
.mm-link:hover { background: rgba(255,255,255,.04); color: #fff; }
.mm-link.active {
  color: var(--brand-cyan); border-left-color: var(--brand-cyan);
  background: rgba(34,211,238,.08); font-weight: 600;
}
.mm-chev { width: 15px; height: 15px; flex-shrink: 0; opacity: .65; transition: transform .28s ease; }
.mm-group.open .mm-chev { transform: rotate(180deg); }

.mm-sub {
  max-height: 0; overflow: hidden; background: rgba(0,0,0,.22);
  transition: max-height .32s ease;
}
.mm-group.open .mm-sub { max-height: 460px; }
.mm-sublink {
  display: block; padding: 12px 22px 12px 34px; font-size: 14.5px;
  color: var(--muted2); border-left: 3px solid transparent;
  transition: background .2s, color .2s, border-color .2s;
}
.mm-sublink:hover { color: #fff; background: rgba(255,255,255,.03); }
.mm-sublink.active {
  color: var(--brand-cyan); border-left-color: var(--brand-cyan);
  background: rgba(34,211,238,.07); font-weight: 600;
}

.mm-foot {
  flex-shrink: 0; border-top: 1px solid var(--border); background: rgba(2,6,23,.6);
  padding: 16px 20px; padding-bottom: calc(16px + env(safe-area-inset-bottom));
}
.mm-foot .btn-grad { width: 100%; justify-content: center; padding: 13px 24px; }
.mm-quick { display: flex; gap: 10px; margin-top: 12px; }
.mm-quick a {
  flex: 1; display: flex; align-items: center; justify-content: center; gap: 7px;
  padding: 11px 8px; border-radius: 12px; font-size: 13.5px; font-weight: 600;
  color: var(--text); background: var(--card); border: 1px solid var(--border);
  transition: border-color .2s, color .2s, background .2s;
}
.mm-quick a:hover { border-color: rgba(34,211,238,.35); color: var(--brand-cyan); background: rgba(34,211,238,.06); }
.mm-quick svg { width: 15px; height: 15px; flex-shrink: 0; }

/* Own the button's own layout rather than leaning on Tailwind utilities —
   `space-y-1.5` is not in the compiled bundle, which collapsed the three
   bars into one solid block. */
#menuBtn {
  display: flex; flex-direction: column; align-items: flex-end; justify-content: center;
  width: 40px; height: 40px; padding: 7px;
  background: none; border: 0; cursor: pointer; -webkit-tap-highlight-color: transparent;
}
@media (min-width: 1024px) { #menuBtn { display: none; } }

@media (max-width: 380px) {
  .mm-link { padding: 12px 18px; font-size: 16px; }
  .mm-sublink { padding: 10px 18px 10px 30px; }
}

@media (prefers-reduced-motion: reduce) {
  .mobile-menu, .mobile-overlay, .mm-sub, .mm-chev, .hamburger-line { transition: none; }
}

/* =====================================================
   HERO
===================================================== */
.hero-section {
  position: relative; overflow: hidden;
  padding: 140px 0 90px;
  background:
    radial-gradient(ellipse 80% 60% at 50% -10%, rgba(59,130,246,.18) 0%, transparent 70%),
    radial-gradient(ellipse 50% 40% at 85% 80%, rgba(56,189,248,.08) 0%, transparent 60%),
    var(--dark);
}
.hero-grid {
  position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background-image:
    linear-gradient(rgba(34,211,238,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34,211,238,.04) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 70% 70% at 50% 30%, #000 40%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 70% 70% at 50% 30%, #000 40%, transparent 100%);
}
.hero-glow { position: absolute; border-radius: 50%; filter: blur(90px); pointer-events: none; z-index: 0; }
.hero-glow-1 { width: 480px; height: 480px; top: -120px; left: -100px; background: rgba(59,130,246,.14); }
.hero-glow-2 { width: 420px; height: 420px; bottom: -120px; right: -100px; background: rgba(56,189,248,.09); }

.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(34,211,238,.1); border: 1px solid rgba(34,211,238,.25);
  border-radius: 999px; padding: 6px 16px; font-size: 13px;
  color: var(--brand-cyan); font-weight: 600; margin-bottom: 24px;
}
.hero-badge-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--brand-cyan); box-shadow: 0 0 8px var(--brand-cyan); animation: pulse-dot 2s ease-in-out infinite; }
@keyframes pulse-dot { 0%,100% { opacity: 1; transform: scale(1); } 50% { opacity: .5; transform: scale(.8); } }

.hero-title {
  font-family: 'Jost', sans-serif;
  font-size: clamp(38px, 6vw, 68px);
  font-weight: 800; line-height: 1.05; color: #fff; margin: 0 0 22px;
}
.hero-subtitle { font-size: 18px; color: var(--muted2); max-width: 540px; line-height: 1.7; margin: 0 0 34px; }
.hero-cta-row { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 52px; }

.hero-stats { display: flex; flex-wrap: wrap; gap: 40px; padding-top: 32px; border-top: 1px solid var(--border); }
.hero-stat-num { font-family: 'Jost', sans-serif; font-size: 32px; font-weight: 800; background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; line-height: 1; }
.hero-stat-label { font-size: 13px; color: var(--muted); margin-top: 6px; }

.hero-image-wrap { position: relative; display: flex; align-items: center; justify-content: center; }
.hero-image { animation: heroFloat 6s ease-in-out infinite; filter: drop-shadow(0 40px 80px rgba(0,0,0,.5)); }
@keyframes heroFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }

.hero-float-badge {
  position: absolute; background: rgba(2,6,23,.82); backdrop-filter: blur(12px);
  border: 1px solid var(--border); border-radius: 14px; padding: 12px 16px;
  display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 600; color: #fff;
  box-shadow: 0 12px 40px rgba(0,0,0,.4); z-index: 5;
}
.hero-float-badge .fb-ico { font-size: 20px; }
.hero-float-badge small { display: block; font-size: 11px; color: var(--muted); font-weight: 500; }
.fb-a { top: 8%; left: -2%; animation: fb 5s ease-in-out infinite; }
.fb-b { bottom: 10%; right: -2%; animation: fb 5s ease-in-out infinite .8s; }
@keyframes fb { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }

/* =====================================================
   SECTION SHELL
===================================================== */
.section { padding: 100px 0; position: relative; }
.section.alt { background: var(--dark2); }

/* =====================================================
   SERVICES
===================================================== */
.svc-card {
  display: block; background: var(--card); border: 1px solid var(--border);
  border-radius: 20px; padding: 30px; height: 100%; position: relative; overflow: hidden;
  transition: transform .35s cubic-bezier(.23,1,.32,1), box-shadow .35s, border-color .35s;
}
.svc-card::before {
  content: ""; position: absolute; inset: 0; border-radius: 20px; opacity: 0; transition: opacity .4s;
  background: radial-gradient(circle at 50% 0%, rgba(34,211,238,.1) 0%, transparent 60%);
}
.svc-card:hover::before { opacity: 1; }
.svc-card:hover { transform: translateY(-8px); border-color: rgba(34,211,238,.3); box-shadow: 0 24px 60px rgba(0,0,0,.45), 0 0 40px rgba(59,130,246,.1); }
.svc-card-img { width: 100%; height: 190px; object-fit: cover; border-radius: 14px; margin-bottom: 20px; }
.svc-card h3 { font-family: 'Jost', sans-serif; font-size: 20px; font-weight: 700; color: #fff; margin: 0 0 10px; }
.svc-card p { font-size: 14.5px; color: var(--muted); line-height: 1.7; margin: 0 0 16px; }
.svc-card .svc-link { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 700; color: var(--brand-cyan); transition: gap .2s; }
.svc-card:hover .svc-link { gap: 11px; }

/* =====================================================
   PROCESS
===================================================== */
.process-track { position: relative; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 8px; margin-top: 56px; }
.process-track::before { content: ""; position: absolute; top: 32px; left: 44px; right: 44px; height: 1px; background: linear-gradient(90deg, transparent, rgba(34,211,238,.35) 15%, rgba(34,211,238,.35) 85%, transparent); }
@media (max-width: 767px) { .process-track::before { display: none; } }
.process-step { padding: 0 16px; text-align: center; }
.process-num {
  width: 64px; height: 64px; border-radius: 50%; margin: 0 auto 22px;
  background: var(--grad); color: #020617; position: relative; z-index: 1;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Jost', sans-serif; font-size: 20px; font-weight: 800;
  box-shadow: 0 0 30px rgba(59,130,246,.4);
}
.process-step h3 { font-family: 'Jost', sans-serif; font-size: 18px; font-weight: 700; color: #fff; margin: 0 0 10px; }
.process-step p { font-size: 14.5px; color: var(--muted); line-height: 1.65; margin: 0; }

/* =====================================================
   PORTFOLIO
===================================================== */
.pf-card {
  --shot-h: 300px;          /* desktop viewport window height */
  --scroll-time: 5s;        /* desktop full top→bottom scroll duration */
  --scroll-time-m: 9s;      /* phone scroll duration (slower) */
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.015));
  border: 1px solid var(--border);
  border-radius: 22px; overflow: hidden; height: 100%;
  transition: transform .4s cubic-bezier(.23,1,.32,1), box-shadow .4s, border-color .4s;
}
.pf-card:hover {
  transform: translateY(-10px);
  border-color: rgba(34,211,238,.3);
  box-shadow: 0 40px 80px rgba(0,0,0,.55), 0 0 50px rgba(59,130,246,.12);
}

/* Browser chrome */
.pf-browser {
  display: flex; align-items: center; gap: 8px; padding: 13px 16px;
  background: linear-gradient(135deg,#0f172a,#141b30);
  border-bottom: 1px solid var(--border);
}
.pf-dot { width: 11px; height: 11px; border-radius: 50%; flex: none; }
.pf-url {
  flex: 1; margin-left: 8px; padding: 5px 12px;
  background: rgba(2,6,23,.6); border: 1px solid var(--border);
  border-radius: 999px; font-size: 11.5px; color: #64748b;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  display: flex; align-items: center; gap: 6px;
}
.pf-url svg { width: 11px; height: 11px; flex: none; color: #34d399; }

/* Desktop scroll window */
.pf-preview { position: relative; height: var(--shot-h); overflow: hidden; background: #0b1120; }
.pf-preview .pf-desktop {
  position: absolute; top: 0; left: 0; width: 100%; height: auto; display: block;
  transform: translateY(0);
  transition: transform .8s ease;
}
.pf-card:hover .pf-preview .pf-desktop {
  transform: translateY(calc(-100% + var(--shot-h)));
  transition: transform var(--scroll-time) cubic-bezier(.33,0,.2,1) .15s;
}
/* soft vignette so the scroll edges feel intentional */
.pf-preview::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  box-shadow: inset 0 -40px 50px -30px rgba(2,6,23,.7), inset 0 40px 40px -30px rgba(2,6,23,.5);
}

/* Phone mockup */
.pf-phone {
  position: absolute; right: 18px; bottom: -14px; z-index: 4;
  width: 92px; height: 188px; border-radius: 20px;
  background: #0b1120; border: 4px solid #232f4d;
  box-shadow: 0 22px 45px rgba(0,0,0,.6), 0 0 0 1px rgba(255,255,255,.04);
  overflow: hidden;
  transition: transform .5s cubic-bezier(.23,1,.32,1), box-shadow .5s;
}
.pf-phone::before {
  content: ""; position: absolute; top: 7px; left: 50%; transform: translateX(-50%);
  width: 34px; height: 5px; border-radius: 3px; background: #232f4d; z-index: 3;
}
.pf-phone .pf-mobile {
  position: absolute; top: 0; left: 0; width: 100%; height: auto; display: block;
  transition: transform .8s ease;
}
.pf-card:hover .pf-phone { transform: translateY(-10px) rotate(-2deg); box-shadow: 0 30px 55px rgba(0,0,0,.7), 0 0 40px rgba(59,130,246,.12); }
/* Phone screenshot scrolls only while hovering the phone itself, slowly */
.pf-phone:hover .pf-mobile {
  transform: translateY(calc(-100% + 180px));
  transition: transform var(--scroll-time-m) cubic-bezier(.33,0,.2,1);
}

.pf-body { padding: 22px 24px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.pf-body h3 { font-family: 'Jost', sans-serif; font-size: 18px; font-weight: 700; color: #fff; margin: 0; }
.pf-link { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 700; color: var(--brand-cyan); transition: gap .2s; white-space: nowrap; }
.pf-link:hover { gap: 11px; }

@media (max-width: 767px) {
  .pf-card { --shot-h: 240px; }
  .pf-phone { width: 78px; height: 158px; right: 14px; }
  .pf-phone:hover .pf-mobile { transform: translateY(calc(-100% + 150px)); }
}

/* ── ONE-ROW SLIDER (all screens) ─────────────────── */
.pf-slider { position: relative; margin-top: 46px; }
/* room for the card's hover lift and shadow, which Swiper would otherwise clip */
.pf-swiper { overflow: hidden; padding: 14px 6px 26px; margin: -14px -6px -14px; }
.pf-swiper .swiper-slide { height: auto; display: flex; }
.pf-swiper .swiper-slide > .pf-card { width: 100%; }

.pf-controls {
  display: flex; align-items: center; justify-content: center;
  gap: 18px; margin-top: 6px;
}
.pf-arrow {
  width: 46px; height: 46px; flex: none; border-radius: 50%;
  display: grid; place-items: center; cursor: pointer;
  color: #fff; background: rgba(255,255,255,.04);
  border: 1px solid var(--border);
  transition: color .25s, border-color .25s, background .25s, transform .25s;
}
.pf-arrow svg { width: 19px; height: 19px; }
.pf-arrow:hover { color: var(--brand-cyan); border-color: rgba(34,211,238,.4); background: rgba(34,211,238,.08); transform: translateY(-2px); }
.pf-arrow:active { transform: translateY(0); }
.pf-arrow.swiper-button-disabled { opacity: .35; pointer-events: none; }

/* Swiper's own .swiper-pagination-bullets.swiper-pagination-horizontal rule
   stretches the element to width:100% and pins it left, which drags the dots
   off-centre — this two-class selector matches its weight and wins on order. */
.pf-controls .pf-dots {
  position: static; inset: auto; width: auto; margin: 0;
  display: flex; align-items: center; justify-content: center; gap: 8px;
}
.pf-controls .pf-dots .swiper-pagination-bullet {
  width: 8px; height: 8px; margin: 0 !important; border-radius: 999px;
  background: rgba(255,255,255,.22); opacity: 1;
  transition: width .3s, background .3s;
}
.pf-controls .pf-dots .swiper-pagination-bullet-active { width: 26px; background: var(--grad); }

.pf-more { text-align: center; margin-top: 40px; }
.pf-more .btn-grad { display: inline-flex; align-items: center; gap: 9px; padding: 14px 32px; }
.pf-more .btn-grad svg { width: 17px; height: 17px; transition: transform .25s; }
.pf-more .btn-grad:hover svg { transform: translateX(4px); }
.pf-more-note { font-size: 13.5px; color: var(--muted); margin: 16px 0 0; }

@media (max-width: 575px) {
  .pf-slider { margin-top: 34px; }
  .pf-arrow { width: 42px; height: 42px; }
  .pf-controls { gap: 14px; }
  .pf-controls .pf-dots { gap: 6px; }
  .pf-controls .pf-dots .swiper-pagination-bullet { width: 6px; height: 6px; }
  .pf-controls .pf-dots .swiper-pagination-bullet-active { width: 20px; }
  .pf-more { margin-top: 32px; }
}

@media (prefers-reduced-motion: reduce) {
  .pf-arrow, .pf-controls .pf-dots .swiper-pagination-bullet, .pf-more .btn-grad svg { transition: none; }
}

/* ── SHARED PIECES: tags, blurb and action buttons ── */
.pf-desc { font-size: 13.5px; line-height: 1.65; color: var(--muted2); margin: 2px 0 4px; }
.pf-actions { display: flex; flex-wrap: wrap; gap: 8px; width: 100%; }
.pf-actions .pf-link { gap: 6px; }
.pf-btn-store {
  display: inline-flex; align-items: center; gap: 7px; padding: 8px 15px;
  border-radius: 999px; font-size: 12.5px; font-weight: 700;
  color: #0b1120 !important; background: #fff; transition: transform .2s, box-shadow .2s;
}
.pf-btn-store:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(0,0,0,.4); }
.pf-btn-store svg { width: 14px; height: 14px; flex: none; }
.pf-btn-case {
  display: inline-flex; align-items: center; gap: 6px; padding: 8px 15px;
  border-radius: 999px; font-size: 12.5px; font-weight: 700;
  color: var(--brand-cyan) !important; border: 1px solid rgba(34,211,238,.35);
  background: rgba(34,211,238,.08); transition: gap .2s, background .2s;
}
.pf-btn-case:hover { gap: 10px; background: rgba(34,211,238,.14); }

/* ── FEATURED APP SECTION (#apps) ──────────── */
.app-feature {
  margin-top: 60px;
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 56px; align-items: center;
}

/* Fanned phone mockups */
.app-shots {
  position: relative; min-height: 460px;
  display: flex; align-items: center; justify-content: center;
}
.app-shots::before {
  content: ""; position: absolute; z-index: 0;
  width: 420px; height: 420px; max-width: 100%; border-radius: 50%;
  background: radial-gradient(circle, rgba(47,168,79,.20), transparent 68%);
  filter: blur(10px);
}
.app-phone {
  position: absolute; width: 208px; padding: 7px; border-radius: 27px;
  background: linear-gradient(150deg, #26314d, #0c1424);
  box-shadow: 0 30px 60px rgba(0,0,0,.6), 0 0 0 1px rgba(255,255,255,.06);
  transition: transform .55s cubic-bezier(.23,1,.32,1), box-shadow .55s;
}
.app-phone img { width: 100%; height: auto; display: block; border-radius: 20px; background: #fff; }
.app-phone--front { z-index: 3; }
.app-phone--back  { z-index: 1; transform: translate(-118px, -30px) rotate(-8deg) scale(.9); }
.app-phone--side  { z-index: 2; transform: translate(118px,  30px) rotate(8deg)  scale(.9); }
.app-feature:hover .app-phone--front { transform: translateY(-10px); }
.app-feature:hover .app-phone--back  { transform: translate(-140px, -40px) rotate(-11deg) scale(.92); }
.app-feature:hover .app-phone--side  { transform: translate(140px,   40px) rotate(11deg)  scale(.92); }

/* Copy column */
.app-idrow { display: flex; align-items: center; gap: 16px; margin-bottom: 20px; }
.app-icon {
  width: 64px; height: 64px; border-radius: 16px; flex: none; display: block;
  box-shadow: 0 10px 24px rgba(0,0,0,.5), 0 0 0 1px rgba(255,255,255,.06);
}
.app-name {
  font-family: 'Jost', sans-serif; font-size: 24px; font-weight: 700;
  color: #fff; margin: 0 0 7px;
}
.app-live {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 4px 12px; border-radius: 999px; font-size: 11.5px; font-weight: 600;
  color: #7ee29a; background: rgba(47,168,79,.12); border: 1px solid rgba(47,168,79,.3);
}
.app-live-dot {
  width: 6px; height: 6px; border-radius: 50%; flex: none;
  background: #38d16a; box-shadow: 0 0 7px #38d16a;
}
.app-desc { color: var(--muted); font-size: 15.5px; line-height: 1.75; margin: 0 0 22px; }
.app-points { list-style: none; margin: 0 0 24px; padding: 0; display: grid; gap: 11px; }
.app-points li {
  position: relative; padding-left: 28px;
  font-size: 14.5px; line-height: 1.6; color: var(--muted2);
}
.app-points li::before {
  content: ""; position: absolute; left: 0; top: 6px;
  width: 16px; height: 16px; border-radius: 50%;
  background: rgba(34,211,238,.14); border: 1px solid rgba(34,211,238,.35);
}
.app-points li::after {
  content: ""; position: absolute; left: 5px; top: 10px;
  width: 5px; height: 8px; border: solid var(--brand-cyan);
  border-width: 0 2px 2px 0; transform: rotate(45deg);
}
.app-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 24px; }

@media (max-width: 991px) {
  .app-feature { grid-template-columns: 1fr; gap: 44px; }
  .app-shots { min-height: 420px; }
}
@media (max-width: 575px) {
  .app-shots { min-height: 350px; }
  .app-phone { width: 152px; padding: 5px; border-radius: 21px; }
  .app-phone img { border-radius: 16px; }
  .app-phone--back { transform: translate(-70px, -22px) rotate(-8deg) scale(.9); }
  .app-phone--side { transform: translate(70px,   22px) rotate(8deg)  scale(.9); }
  .app-name { font-size: 20px; }
  .app-icon { width: 54px; height: 54px; border-radius: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  .pf-card:hover .pf-preview .pf-desktop,
  .pf-phone:hover .pf-mobile { transition: none; transform: none; }
  .app-phone,
  .app-feature:hover .app-phone--front,
  .app-feature:hover .app-phone--back,
  .app-feature:hover .app-phone--side { transition: none; }
}

/* =====================================================
   CONTACT
===================================================== */
.contact-info-item { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 22px; }
.contact-info-ico { width: 46px; height: 46px; min-width: 46px; border-radius: 12px; background: rgba(34,211,238,.1); border: 1px solid rgba(34,211,238,.22); display: flex; align-items: center; justify-content: center; font-size: 20px; }
.contact-info-item h4 { font-family: 'Jost', sans-serif; font-size: 15px; color: #fff; margin: 2px 0 3px; }
.contact-info-item a, .contact-info-item p { font-size: 15px; color: var(--muted2); margin: 0; }
.contact-info-item a:hover { color: var(--brand-cyan); }

.contact-caption { font-family: 'Jost', sans-serif; letter-spacing: 2px; font-size: 14px; font-weight: 600; }
.contact-title { font-family: 'Jost', sans-serif; font-size: clamp(28px,4.2vw,42px); font-weight: 800; margin: 12px 0 0; color: #fff; }

.contact-card { background: var(--card); border: 1px solid var(--border); border-radius: 22px; padding: 32px; }
.contact-form input, .contact-form textarea {
  width: 100%; background: rgba(2,6,23,.6); border: 1px solid var(--border);
  border-radius: 12px; padding: 14px 16px; color: #fff; font-size: 15px;
  font-family: inherit; transition: border-color .3s, box-shadow .3s;
}
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #64748b; }
.contact-form input:focus, .contact-form textarea:focus { outline: none; border-color: var(--brand-cyan); box-shadow: 0 0 0 3px rgba(34,211,238,.15); }
.contact-btn {
  width: 100%; background: var(--grad); border: none; padding: 15px 36px;
  border-radius: 999px; font-weight: 700; color: #020617; font-size: 15px; cursor: pointer;
  transition: transform .3s, box-shadow .3s;
}
.contact-btn:hover { transform: translateY(-3px); box-shadow: 0 15px 40px rgba(59,130,246,.4); }
.alert-success { background: rgba(34,197,94,.12); border: 1px solid rgba(34,197,94,.3); color: #86efac; padding: 12px 16px; border-radius: 12px; margin: 16px 0 0; font-size: 14px; }

/* =====================================================
   FOOTER
===================================================== */
.site-footer { background: var(--dark2); border-top: 1px solid var(--border); padding: 70px 0 0; color: var(--text); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.4fr; gap: 40px; }
.footer-logo { width: 180px; margin-bottom: 18px; }
.footer-about { font-size: 14.5px; color: var(--muted); line-height: 1.7; max-width: 320px; }
.footer-col h4 { font-family: 'Jost', sans-serif; font-size: 15px; color: #fff; margin: 0 0 18px; letter-spacing: .3px; }
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col li { margin-bottom: 11px; }
.footer-col a { color: var(--muted2); font-size: 14.5px; transition: color .2s, padding-left .2s; }
.footer-col a:hover { color: var(--brand-cyan); padding-left: 4px; }
.footer-contact-line { display: flex; gap: 10px; align-items: flex-start; font-size: 14.5px; color: var(--muted2); margin-bottom: 12px; }
.footer-contact-line .fi { color: var(--brand-cyan); }
.footer-socials { display: flex; gap: 12px; margin-top: 18px; }
.footer-socials a {
  width: 40px; height: 40px; border-radius: 10px; display: flex; align-items: center; justify-content: center;
  background: var(--card); border: 1px solid var(--border); color: #cbd5f5; transition: all .25s;
}
.footer-socials a:hover { background: rgba(34,211,238,.12); border-color: rgba(34,211,238,.3); color: var(--brand-cyan); transform: translateY(-3px); }
.footer-socials svg { width: 18px; height: 18px; }
.footer-bottom { margin-top: 56px; border-top: 1px solid var(--border); padding: 22px 0; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; font-size: 13.5px; color: var(--muted); }
.footer-bottom a { color: var(--muted); }
.footer-bottom a:hover { color: var(--brand-cyan); }

/* =====================================================
   RESPONSIVE
===================================================== */
@media (max-width: 991px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .hero-section { padding: 120px 0 70px; text-align: center; }
  .hero-subtitle { margin-left: auto; margin-right: auto; }
  .hero-cta-row, .hero-stats { justify-content: center; }
}
@media (max-width: 767px) {
  .section { padding: 72px 0; }
  .hero-float-badge { display: none; }
  .hero-stats { gap: 24px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { justify-content: center; text-align: center; }
  .process-step { text-align: center; }
}


/* ── GSTIN / legal identifiers ───────────────────── */
.footer-gstin {
  display: inline-block;
  margin-left: 10px;
  padding: 2px 10px;
  border: 1px solid var(--border);
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: .04em;
  color: var(--muted2);
  white-space: nowrap;
}
@media (max-width: 640px) {
  .footer-gstin { margin-left: 0; margin-top: 8px; }
}
.gstin {
  font-variant-numeric: tabular-nums;
  letter-spacing: .06em;
  color: var(--brand-cyan);
}
