/* ═══════════════════════════════════════════════════════
   YOGO MANAGER — Premium Website CSS
   Mobile-first, smooth, beautiful
═══════════════════════════════════════════════════════ */

/* ─── Variables ─── */
:root {
  --blue:       #1565C0;
  --blue-d:     #0D47A1;
  --blue-l:     #2196F3;
  --blue-xl:    #64B5F6;
  --yellow:     #FFC107;
  --yellow-d:   #F9A825;
  --green:      #00C853;
  --white:      #ffffff;
  --bg:         #F0F6FF;
  --bg2:        #E8F0FE;
  --dark:       #0D1B2E;
  --dark2:      #1A2B45;
  --text:       #1A2B45;
  --muted:      #5E7799;
  --card-bg:    #ffffff;
  --radius:     20px;
  --radius-sm:  12px;
  --shadow:     0 8px 32px rgba(13,71,161,.12);
  --shadow-lg:  0 20px 60px rgba(13,71,161,.18);
  --font-h:     'Poppins', sans-serif;
  --font-b:     'Nunito', sans-serif;
}

/* ─── Reset ─── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; overflow-x: hidden; }
body { font-family: var(--font-b); background: var(--white); color: var(--text); overflow-x: hidden; line-height: 1.7; width: 100%; }
img { max-width: 100%; height: auto; display: block; object-fit: cover; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; padding: 0; margin: 0; }
button { border: none; cursor: pointer; font-family: var(--font-b); }
section { width: 100%; overflow: hidden; }

/* ─── Shared Section Head ─── */
.sec-head { text-align: center; margin-bottom: 56px; }
.sec-head h2 { font-family: var(--font-h); font-size: clamp(1.7rem,4vw,2.6rem); font-weight: 900; color: var(--text); margin: 12px 0 16px; line-height: 1.2; }
.sec-head h2 span { color: var(--blue); }
.sec-head p { color: var(--muted); font-size: 1.05rem; max-width: 560px; margin: 0 auto; }
.sec-label {
  display: inline-block;
  background: rgba(21,101,192,.1);
  color: var(--blue);
  font-weight: 800;
  font-size: .82rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 7px 18px;
  border-radius: 50px;
  margin-bottom: 12px;
}

/* ─── Reveal Animation ─── */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .55s ease, transform .55s ease; }
.reveal.visible { opacity: 1; transform: none; }


/* ════════════════════════════════════════
   SPLASH SCREEN
════════════════════════════════════════ */
#loader {
  position: fixed; inset: 0; z-index: 9999;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
  transition: opacity .8s ease, visibility .8s ease;
}
#loader.sp-hide { opacity: 0; visibility: hidden; pointer-events: none; }

/* Dark deep-blue gradient background */
.sp-bg {
  position: absolute; inset: 0;
  background: linear-gradient(145deg, #050D1A 0%, #091835 25%, #0D2E5E 55%, #0D47A1 80%, #1565C0 100%);
}

/* Animated glowing orbs */
.sp-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  animation: orbPulse 4s ease-in-out infinite alternate;
}
.sp-orb1 { width: 420px; height: 420px; top: -120px; right: -80px; background: radial-gradient(circle, rgba(33,150,243,.35), transparent 70%); animation-delay: 0s; }
.sp-orb2 { width: 350px; height: 350px; bottom: -100px; left: -60px; background: radial-gradient(circle, rgba(255,193,7,.18), transparent 70%); animation-delay: 1.5s; }
.sp-orb3 { width: 280px; height: 280px; top: 40%; left: 30%; background: radial-gradient(circle, rgba(21,101,192,.25), transparent 70%); animation-delay: .8s; }
@keyframes orbPulse { from { transform: scale(1); opacity: .7; } to { transform: scale(1.2); opacity: 1; } }

/* Star dots */
.sp-stars {
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle, rgba(255,255,255,.9) 1px, transparent 1px),
    radial-gradient(circle, rgba(255,255,255,.6) 1px, transparent 1px),
    radial-gradient(circle, rgba(255,255,255,.4) 1px, transparent 1px);
  background-size: 200px 200px, 150px 150px, 300px 300px;
  background-position: 0 0, 80px 60px, 40px 120px;
  animation: starsTwinkle 6s ease-in-out infinite alternate;
}
@keyframes starsTwinkle { from { opacity: .4; } to { opacity: .9; } }

/* Center content */
.sp-body {
  position: relative; z-index: 1;
  display: flex; flex-direction: column; align-items: center; gap: 0;
  text-align: center;
  padding: 20px;
  animation: spPop .8s cubic-bezier(.34,1.56,.64,1) both;
}
@keyframes spPop { from { opacity: 0; transform: scale(.75) translateY(30px); } to { opacity: 1; transform: none; } }

/* Logo ring with SVG spinner */
.sp-logo-ring {
  position: relative;
  width: 120px; height: 120px;
  margin-bottom: 28px;
}
.sp-ring-svg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  transform: rotate(-90deg);
  animation: spinRing 2s linear infinite;
}
@keyframes spinRing { to { transform: rotate(270deg); } }
.sp-ring-track {
  fill: none; stroke: rgba(255,255,255,.1); stroke-width: 3;
}
.sp-ring-spin {
  fill: none;
  stroke: url(#ringGrad);
  stroke: var(--yellow);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 326;
  stroke-dashoffset: 245;
  animation: ringFill 2s ease-in-out infinite alternate;
}
@keyframes ringFill { from { stroke-dashoffset: 280; } to { stroke-dashoffset: 60; } }
.sp-logo-box {
  position: absolute; inset: 10px;
  background: linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,.06));
  border: 1.5px solid rgba(255,255,255,.2);
  border-radius: 28px;
  display: flex; align-items: center; justify-content: center;
  backdrop-filter: blur(12px);
  box-shadow: 0 0 40px rgba(33,150,243,.3), inset 0 1px 0 rgba(255,255,255,.2);
}
.sp-rocket { font-size: 46px; animation: rocketBounce 1.8s ease-in-out infinite; }
@keyframes rocketBounce {
  0%,100% { transform: translateY(0) rotate(-5deg); }
  50%      { transform: translateY(-8px) rotate(5deg); }
}

/* Brand text */
.sp-brand { display: flex; align-items: baseline; gap: 10px; margin-bottom: 10px; }
.sp-yogo {
  font-family: var(--font-h); font-weight: 900;
  font-size: clamp(2rem,8vw,3rem);
  color: #fff;
  letter-spacing: 4px;
  text-shadow: 0 0 30px rgba(255,255,255,.3);
}
.sp-mgr {
  font-family: var(--font-h); font-weight: 900;
  font-size: clamp(2rem,8vw,3rem);
  color: var(--yellow);
  letter-spacing: 4px;
  text-shadow: 0 0 30px rgba(255,193,7,.4);
}

/* Tagline */
.sp-tag {
  color: rgba(255,255,255,.45);
  font-size: clamp(.7rem,2.5vw,.85rem);
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 36px;
}

/* Loading bar */
.sp-progress {
  width: min(240px,70vw); height: 3px;
  background: rgba(255,255,255,.12);
  border-radius: 99px; overflow: hidden;
  margin-bottom: 20px;
}
.sp-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--yellow), #FFE082, var(--yellow));
  background-size: 200%;
  border-radius: 99px;
  animation: spBarFill 2s ease-out forwards, spBarShimmer 1.5s .3s linear infinite;
}
@keyframes spBarFill { from { width: 0; } to { width: 100%; } }
@keyframes spBarShimmer { from { background-position: 0%; } to { background-position: 200%; } }

/* Three dots */
.sp-dots { display: flex; gap: 8px; }
.sp-dots span {
  width: 7px; height: 7px;
  background: rgba(255,255,255,.3);
  border-radius: 50%;
  animation: dotBlink 1.4s ease-in-out infinite;
}
.sp-dots span:nth-child(2) { animation-delay: .2s; }
.sp-dots span:nth-child(3) { animation-delay: .4s; }
@keyframes dotBlink { 0%,100%{ opacity:.3; transform:scale(1); } 50%{ opacity:1; transform:scale(1.4); background:var(--yellow); } }


/* ════════════════════════════════════════
   NAVBAR
════════════════════════════════════════ */
#navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 999;
  height: 68px;
  display: flex; align-items: center;
  padding: 0 5%;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(21,101,192,.08);
  box-shadow: 0 2px 20px rgba(21,101,192,.06);
  transition: box-shadow .3s;
  gap: 0;
}
#navbar.nav-scrolled { box-shadow: 0 4px 30px rgba(21,101,192,.15); }

.nav-logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.nav-ico {
  width: 40px; height: 40px;
  background: linear-gradient(135deg, var(--blue-d), var(--blue-l));
  border-radius: 11px;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px;
  box-shadow: 0 4px 14px rgba(21,101,192,.3);
  flex-shrink: 0;
}
.nav-brand { font-family: var(--font-h); font-weight: 900; font-size: 1.1rem; color: var(--text); line-height: 1; }
.nav-brand b { color: var(--blue); }
.nav-brand span { color: var(--dark); margin-left: 3px; }

.nav-links { display: flex; gap: 30px; margin: 0 auto; }
.nav-links a { font-weight: 700; font-size: .9rem; color: var(--muted); transition: color .2s; position: relative; }
.nav-links a::after { content:''; position:absolute; bottom:-3px; left:0; right:0; height:2px; background:var(--blue); border-radius:2px; transform:scaleX(0); transition:transform .2s; }
.nav-links a:hover { color: var(--blue); }
.nav-links a:hover::after { transform: scaleX(1); }

.nav-cta-btn {
  display: flex; align-items: center; gap: 6px;
  background: linear-gradient(135deg, var(--blue), var(--blue-l));
  color: #fff; font-weight: 800; font-size: .88rem;
  padding: 9px 20px; border-radius: 50px;
  white-space: nowrap;
  box-shadow: 0 4px 16px rgba(21,101,192,.3);
  transition: transform .2s, box-shadow .2s;
  flex-shrink: 0;
}
.nav-cta-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(21,101,192,.4); }

/* Hamburger */
.hb {
  display: none;
  flex-direction: column; justify-content: center; align-items: center;
  gap: 5px; width: 44px; height: 44px;
  background: rgba(21,101,192,.08); border-radius: 10px;
  margin-left: 12px; flex-shrink: 0;
}
.hb span { display: block; width: 22px; height: 2.5px; background: var(--blue); border-radius: 2px; transition: all .3s; }


/* ════════════════════════════════════════
   MOBILE DRAWER
════════════════════════════════════════ */
.drawer-bg {
  position: fixed; inset: 0; z-index: 1098;
  background: rgba(5,15,35,.55);
  opacity: 0; pointer-events: none;
  transition: opacity .35s;
  backdrop-filter: blur(3px);
}
.drawer-bg.show { opacity: 1; pointer-events: all; }

.drawer {
  position: fixed; top: 0; right: -100%; bottom: 0;
  width: min(320px, 88vw);
  z-index: 1099;
  background: linear-gradient(180deg, #fff 0%, #F7F9FF 100%);
  box-shadow: -8px 0 40px rgba(13,71,161,.18);
  display: flex; flex-direction: column;
  transition: right .38s cubic-bezier(.4,0,.2,1);
  overflow-y: auto;
}
.drawer.open { right: 0; }

.drawer-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 20px; border-bottom: 1px solid rgba(21,101,192,.08);
  position: sticky; top: 0; background: #fff; z-index: 1;
}
.drawer-close {
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(21,101,192,.08); color: var(--blue);
  font-size: 16px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  transition: background .2s;
}
.drawer-close:hover { background: rgba(21,101,192,.15); }

.drawer-nav { padding: 16px 0; flex: 1; }
.drawer-nav a {
  display: flex; align-items: center; gap: 14px;
  padding: 14px 24px;
  font-weight: 700; font-size: 1rem; color: var(--text);
  border-left: 3px solid transparent;
  transition: all .2s;
}
.drawer-nav a em { font-style: normal; color: var(--blue); font-size: .75rem; }
.drawer-nav a:hover { background: rgba(21,101,192,.06); border-left-color: var(--blue); color: var(--blue); padding-left: 28px; }

.drawer-dl { padding: 20px; display: flex; flex-direction: column; gap: 12px; border-top: 1px solid rgba(21,101,192,.08); }
.ddl {
  display: flex; align-items: center; justify-content: center;
  padding: 14px; border-radius: 14px;
  font-weight: 800; font-size: .95rem;
  text-align: center; transition: transform .2s, box-shadow .2s;
}
.ddl:active { transform: scale(.97); }
.ddl-a { background: linear-gradient(135deg, var(--blue-d), var(--blue-l)); color: #fff; box-shadow: 0 6px 20px rgba(21,101,192,.35); }
.ddl-w { background: var(--bg); color: var(--blue); border: 2px solid rgba(21,101,192,.2); }


/* ════════════════════════════════════════
   HERO
════════════════════════════════════════ */
.hero {
  min-height: 100svh;
  padding: 100px 5% 70px;
  background: linear-gradient(155deg, #EBF3FF 0%, #F4F8FF 40%, #DDEEFF 100%);
  display: flex; align-items: center;
  position: relative; overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute; top: -150px; right: -100px;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(33,150,243,.12) 0%, transparent 70%);
  border-radius: 50%; pointer-events: none;
}
.hero::after {
  content: '';
  position: absolute; bottom: -80px; left: -80px;
  width: 450px; height: 450px;
  background: radial-gradient(circle, rgba(21,101,192,.08) 0%, transparent 70%);
  border-radius: 50%; pointer-events: none;
}
.hero-inner {
  max-width: 1160px; margin: 0 auto; width: 100%;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 50px; align-items: center;
  position: relative; z-index: 1;
}

/* Hero Text */
.hero-text { animation: fadeUp .7s ease both; }
.hero-pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(21,101,192,.1);
  border: 1px solid rgba(21,101,192,.2);
  color: var(--blue); font-weight: 800; font-size: .84rem;
  padding: 7px 16px; border-radius: 50px;
  margin-bottom: 24px;
}
.pill-dot {
  width: 8px; height: 8px;
  background: var(--green); border-radius: 50%;
  animation: pillBlink 2s ease-in-out infinite;
}
@keyframes pillBlink { 0%,100%{ opacity:1; } 50%{ opacity:.4; } }

.hero-text h1 {
  font-family: var(--font-h); font-size: clamp(2rem,4.5vw,3.3rem);
  font-weight: 900; line-height: 1.18; color: var(--dark);
  margin-bottom: 20px;
}
.hero-text h1 em {
  font-style: normal; color: var(--blue);
  position: relative;
}
.hero-text h1 em::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0; height: 5px;
  background: linear-gradient(90deg, var(--blue-l), var(--blue));
  border-radius: 4px; opacity: .25;
}
.hero-text p { color: var(--muted); font-size: 1.05rem; max-width: 470px; margin-bottom: 28px; line-height: 1.8; }

/* Stats */
.hero-stats { display: flex; align-items: center; gap: 0; margin-bottom: 32px; background: #fff; border-radius: 16px; padding: 16px 24px; box-shadow: var(--shadow); width: fit-content; }
.hstat { text-align: center; }
.hstat-n { font-family: var(--font-h); font-size: 1.5rem; font-weight: 900; color: var(--blue); }
.hstat-l { font-size: .75rem; color: var(--muted); font-weight: 700; white-space: nowrap; }
.hstat-sep { width: 1px; height: 36px; background: rgba(21,101,192,.12); margin: 0 20px; }

/* Buttons */
.hero-btns { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 16px; }
.hbtn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 26px; border-radius: 50px;
  font-weight: 800; font-size: .95rem;
  transition: transform .22s, box-shadow .22s;
  white-space: nowrap;
}
.hbtn:hover { transform: translateY(-3px); }
.hbtn-a {
  background: linear-gradient(135deg, var(--blue-d), var(--blue-l));
  color: #fff; box-shadow: 0 8px 28px rgba(21,101,192,.35);
}
.hbtn-a:hover { box-shadow: 0 14px 36px rgba(21,101,192,.45); }
.hbtn-w {
  background: #fff; color: var(--blue);
  border: 2px solid rgba(21,101,192,.2);
  box-shadow: var(--shadow);
}
.hbtn-w:hover { background: var(--blue); color: #fff; box-shadow: 0 12px 30px rgba(21,101,192,.3); }
.hero-free-note { color: var(--muted); font-size: .86rem; font-weight: 700; }

/* Phone mockup */
.hero-phone {
  display: flex; align-items: center; justify-content: center;
  position: relative;
  animation: fadeUp .7s .2s ease both;
}
.ph-glow {
  position: absolute;
  width: 260px; height: 260px;
  background: radial-gradient(circle, rgba(33,150,243,.25), transparent 70%);
  border-radius: 50%;
  filter: blur(40px);
  pointer-events: none;
}
.ph-frame {
  width: 230px;
  background: linear-gradient(145deg, #1A1A2E, #16213E);
  border-radius: 42px;
  padding: 12px;
  box-shadow: 0 30px 80px rgba(0,0,0,.35), 0 0 0 1px rgba(255,255,255,.07), inset 0 1px 0 rgba(255,255,255,.1);
  position: relative; z-index: 1;
}
.ph-notch {
  display: flex; justify-content: center; align-items: center;
  height: 20px; margin-bottom: 4px;
}
.ph-cam { width: 10px; height: 10px; background: #0A0A1A; border-radius: 50%; border: 2px solid rgba(255,255,255,.1); }
.ph-screen { border-radius: 28px; overflow: hidden; }
.ph-screen img { width: 100%; height: 360px; object-fit: cover; object-position: top; }
.ph-bar { width: 70px; height: 4px; background: rgba(255,255,255,.25); border-radius: 2px; margin: 10px auto 0; }

/* Floating widgets */
.ph-card {
  position: absolute;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(10px);
  border-radius: 14px; padding: 10px 14px;
  display: flex; align-items: center; gap: 10px;
  box-shadow: 0 8px 28px rgba(21,101,192,.18);
  z-index: 2; white-space: nowrap;
}
.ph-card-top { top: 40px; right: -20px; animation: floatUD 3s ease-in-out infinite; }
.ph-card-bot { bottom: 60px; left: -20px; animation: floatUD 3s 1.5s ease-in-out infinite; }
@keyframes floatUD { 0%,100%{ transform:translateY(0); } 50%{ transform:translateY(-8px); } }
.ph-card-ico { font-size: 1.5rem; flex-shrink: 0; }
.ph-card-lbl { font-size: .7rem; color: var(--muted); font-weight: 700; }
.ph-card-val { font-family: var(--font-h); font-weight: 900; font-size: .95rem; color: var(--dark); }

@keyframes fadeUp { from{ opacity:0; transform:translateY(28px); } to{ opacity:1; transform:none; } }


/* ════════════════════════════════════════
   FEATURES
════════════════════════════════════════ */
.sec-features { padding: 90px 5%; background: var(--bg); }
.feat-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 22px; max-width: 1100px; margin: 0 auto;
}
.fcard {
  background: var(--card-bg);
  border-radius: var(--radius);
  padding: 28px 24px;
  box-shadow: var(--shadow);
  transition: transform .25s, box-shadow .25s;
  border: 1px solid rgba(21,101,192,.06);
}
.fcard:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.fcard-ico {
  width: 52px; height: 52px;
  background: linear-gradient(135deg, var(--gc1), var(--gc2));
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 26px; margin-bottom: 16px;
}
.fcard h3 { font-family: var(--font-h); font-size: 1rem; font-weight: 800; color: var(--dark); margin-bottom: 8px; }
.fcard p { font-size: .9rem; color: var(--muted); line-height: 1.65; }


/* ════════════════════════════════════════
   HOW IT WORKS
════════════════════════════════════════ */
.sec-how { padding: 90px 5%; background: #fff; }
.how-grid {
  display: flex; align-items: center; gap: 10px;
  max-width: 900px; margin: 0 auto;
}
.how-card {
  flex: 1;
  background: var(--bg);
  border-radius: var(--radius);
  padding: 32px 24px;
  text-align: center;
  box-shadow: var(--shadow);
  position: relative; overflow: hidden;
  border: 1px solid rgba(21,101,192,.07);
}
.how-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--blue), var(--blue-l));
}
.how-num {
  font-family: var(--font-h); font-size: 3.5rem; font-weight: 900;
  color: rgba(21,101,192,.08); position: absolute; top: 8px; right: 16px;
  line-height: 1;
}
.how-ico { font-size: 2.5rem; margin-bottom: 14px; }
.how-card h3 { font-family: var(--font-h); font-size: 1rem; font-weight: 800; color: var(--dark); margin-bottom: 8px; }
.how-card p { font-size: .88rem; color: var(--muted); }
.how-arrow { font-size: 1.8rem; color: rgba(21,101,192,.3); flex-shrink: 0; font-weight: 900; }


/* ════════════════════════════════════════
   SCREENSHOTS
════════════════════════════════════════ */
.sec-scr { padding: 90px 5%; background: var(--bg); }

.scr-slider {
  display: flex; gap: 14px;
  overflow-x: auto; scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 10px 0 20px; margin-bottom: 16px;
  scrollbar-width: none;
}
.scr-slider::-webkit-scrollbar { display: none; }
.scr-item {
  flex-shrink: 0; scroll-snap-align: center;
  width: 180px;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform .25s;
  text-align: center;
}
.scr-item img { width: 100%; height: 300px; object-fit: cover; object-position: top; }
.scr-item p { font-size: .78rem; font-weight: 700; color: var(--muted); padding: 10px 8px; }
.scr-item:hover { transform: scale(1.03); }

.scr-dots { display: flex; justify-content: center; gap: 8px; margin-bottom: 50px; }
.sd {
  width: 8px; height: 8px; border-radius: 50%;
  background: rgba(21,101,192,.2); border: none;
  transition: all .25s; cursor: pointer;
}
.sd.sd-on { width: 24px; border-radius: 4px; background: var(--blue); }

.scr-promo {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 20px; max-width: 820px; margin: 0 auto;
}
.promo-c {
  border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow-lg); position: relative;
}
.promo-c img { width: 100%; height: 240px; object-fit: cover; }
.promo-tag {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 10px 16px;
  background: linear-gradient(0deg, rgba(0,0,0,.7), transparent);
  color: #fff; font-weight: 800; font-size: .88rem;
}


/* ════════════════════════════════════════
   PRICING
════════════════════════════════════════ */
.sec-price { padding: 90px 5%; background: var(--bg2); }

.price-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 20px; max-width: 1200px; margin: 0 auto;
  align-items: start;
}

.pc {
  background: #fff; border-radius: var(--radius);
  padding: 28px 22px;
  box-shadow: var(--shadow);
  border: 2px solid transparent;
  display: flex; flex-direction: column; gap: 0;
  transition: transform .25s, box-shadow .25s;
  position: relative; overflow: hidden;
}
.pc:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }

/* Top accent line */
.pc::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  border-radius: var(--radius) var(--radius) 0 0;
}
.pc-free::before  { background: linear-gradient(90deg, #66BB6A, #43A047); }
.pc-lite::before  { background: linear-gradient(90deg, var(--blue), var(--blue-l)); }
.pc-pro::before   { background: linear-gradient(90deg, #FF6F00, #FFA000); }
.pc-elite::before { background: linear-gradient(90deg, #6A1B9A, #9C27B0); }

/* Popular glow border */
.pc.popular {
  border-color: rgba(255,111,0,.3);
  box-shadow: 0 8px 32px rgba(255,111,0,.15), var(--shadow-lg);
}
.pc-popular-label {
  position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  background: linear-gradient(90deg, #FF6F00, #FFA000);
  color: #fff; font-weight: 900; font-size: .72rem;
  padding: 4px 18px; border-radius: 0 0 12px 12px;
  letter-spacing: 1px; white-space: nowrap;
}

/* Badges */
.pc-badge {
  display: inline-flex; align-items: center; gap: 5px;
  font-weight: 800; font-size: .78rem;
  padding: 5px 12px; border-radius: 50px;
  margin-bottom: 14px;
}
.pb-free  { background: #E8F5E9; color: #2E7D32; }
.pb-lite  { background: #E3F2FD; color: var(--blue-d); }
.pb-pro   { background: #FFF3E0; color: #E65100; }
.pb-elite { background: #F3E5F5; color: #6A1B9A; }

.pc-name { font-family: var(--font-h); font-size: 1.6rem; font-weight: 900; color: var(--dark); margin-bottom: 8px; }
.pc-amt {
  display: flex; align-items: baseline; gap: 3px;
  margin-bottom: 12px;
}
.pc-amt sup { font-size: 1.1rem; font-weight: 800; color: var(--blue); margin-top: 4px; }
.pc-amt span { font-family: var(--font-h); font-size: 2.4rem; font-weight: 900; color: var(--dark); line-height: 1; }
.pc-amt em { font-style: normal; font-size: .85rem; color: var(--muted); font-weight: 700; }

.pc .pc-top p { font-size: .87rem; color: var(--muted); margin-bottom: 16px; line-height: 1.55; }
.pc-hr { border: none; border-top: 1px solid rgba(21,101,192,.08); margin: 0 0 16px; }

.pc ul { flex: 1; margin-bottom: 22px; display: flex; flex-direction: column; gap: 9px; }
.pc ul li {
  display: flex; align-items: flex-start; gap: 9px;
  font-size: .85rem; color: var(--text); font-weight: 600;
}
.pc ul li::before { content: '✓'; flex-shrink: 0; font-weight: 900; font-size: .9rem; color: var(--green); }

.pc-btn {
  width: 100%; padding: 14px;
  border-radius: 14px;
  font-weight: 800; font-size: .95rem;
  transition: transform .2s, box-shadow .2s;
  margin-top: auto;
}
.pc-btn:hover { transform: translateY(-2px); }
.pcb-free  { background: #E8F5E9; color: #2E7D32; }
.pcb-free:hover { background: #C8E6C9; }
.pcb-lite  { background: linear-gradient(135deg, var(--blue-d), var(--blue-l)); color: #fff; box-shadow: 0 6px 20px rgba(21,101,192,.3); }
.pcb-lite:hover { box-shadow: 0 10px 28px rgba(21,101,192,.45); }
.pcb-pro   { background: linear-gradient(135deg, #E65100, #FF8F00); color: #fff; box-shadow: 0 6px 20px rgba(230,81,0,.3); }
.pcb-pro:hover { box-shadow: 0 10px 28px rgba(230,81,0,.45); }
.pcb-elite { background: linear-gradient(135deg, #6A1B9A, #AB47BC); color: #fff; box-shadow: 0 6px 20px rgba(106,27,154,.3); }
.pcb-elite:hover { box-shadow: 0 10px 28px rgba(106,27,154,.45); }

.price-note {
  text-align: center; margin-top: 40px;
  color: var(--muted); font-weight: 700; font-size: .9rem;
}


/* ════════════════════════════════════════
   DOWNLOAD SECTION
════════════════════════════════════════ */
.sec-dl {
  padding: 100px 5%;
  background: linear-gradient(145deg, #071730 0%, #0D2E5E 40%, #1565C0 75%, #1976D2 100%);
  position: relative; overflow: hidden; text-align: center;
}
.dl-orb {
  position: absolute; border-radius: 50%;
  filter: blur(80px); pointer-events: none;
}
.dl-o1 { width: 500px; height: 500px; top: -200px; right: -150px; background: radial-gradient(circle, rgba(33,150,243,.3), transparent 70%); }
.dl-o2 { width: 400px; height: 400px; bottom: -150px; left: -100px; background: radial-gradient(circle, rgba(255,193,7,.15), transparent 70%); }
.dl-body { position: relative; z-index: 1; max-width: 700px; margin: 0 auto; }
.dl-rocket-ico { font-size: 3.5rem; margin-bottom: 16px; animation: dlRocketBounce 2s ease-in-out infinite; }
@keyframes dlRocketBounce { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-12px)} }
.dl-h { font-family: var(--font-h); font-size: clamp(1.8rem,4vw,2.8rem); font-weight: 900; color: #fff; margin: 14px 0 16px; line-height: 1.2; }
.dl-h span { color: var(--yellow); }
.dl-p { color: rgba(255,255,255,.7); font-size: 1.05rem; margin-bottom: 40px; line-height: 1.7; }
.dl-btns { display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; margin-bottom: 30px; }
.dlbtn {
  display: flex; align-items: center; gap: 14px;
  padding: 18px 28px; border-radius: 18px;
  font-weight: 800; font-size: .95rem;
  transition: transform .22s, box-shadow .22s;
  min-width: 200px;
}
.dlbtn:hover { transform: translateY(-4px); }
.dlbtn small { display: block; font-size: .75rem; font-weight: 600; opacity: .8; }
.dlbtn strong { display: block; font-size: 1.05rem; }
.dlbtn-a {
  background: linear-gradient(135deg, #3DDC84, #00BFA5);
  color: #fff; box-shadow: 0 10px 30px rgba(61,220,132,.3);
}
.dlbtn-a:hover { box-shadow: 0 18px 40px rgba(61,220,132,.45); }
.dlbtn-w {
  background: rgba(255,255,255,.12);
  border: 1.5px solid rgba(255,255,255,.25);
  color: #fff; backdrop-filter: blur(10px);
}
.dlbtn-w:hover { background: rgba(255,255,255,.2); box-shadow: 0 12px 30px rgba(0,0,0,.2); }
.dl-tags { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.dl-tags span {
  background: rgba(255,255,255,.12); color: rgba(255,255,255,.85);
  font-weight: 700; font-size: .84rem;
  padding: 7px 16px; border-radius: 50px;
  border: 1px solid rgba(255,255,255,.2);
}


/* ════════════════════════════════════════
   FOOTER
════════════════════════════════════════ */
footer { background: #050D1A; color: rgba(255,255,255,.7); padding: 70px 5% 30px; }
.foot-inner {
  display: grid; grid-template-columns: 1.8fr 1fr 1fr 1fr;
  gap: 40px; max-width: 1100px; margin: 0 auto 50px;
}
.foot-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.foot-logo span { font-family: var(--font-h); font-size: 1.15rem; font-weight: 900; color: #fff; letter-spacing: 0.5px; }
.foot-brand p { font-size: .9rem; line-height: 1.7; max-width: 280px; }
.socials { display: flex; gap: 12px; margin-top: 20px; }
.socials a {
  width: 40px; height: 40px;
  background: rgba(255,255,255,.07); border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; transition: background .2s;
}
.socials a:hover { background: rgba(255,255,255,.15); }
.foot-col h4 { font-family: var(--font-h); font-size: .88rem; font-weight: 800; color: #fff; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 16px; }
.foot-col ul { display: flex; flex-direction: column; gap: 10px; }
.foot-col ul li a { font-size: .88rem; transition: color .2s; }
.foot-col ul li a:hover { color: var(--blue-xl); }
.foot-btm {
  max-width: 1100px; margin: 0 auto;
  border-top: 1px solid rgba(255,255,255,.07);
  padding-top: 24px;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 12px;
  font-size: .83rem; color: rgba(255,255,255,.35);
}
.foot-btm strong { color: rgba(255,255,255,.8); }
.foot-btm div { display: flex; gap: 16px; }
.foot-btm div a { color: rgba(255,255,255,.35); font-size: .83rem; transition: color .2s; }
.foot-btm div a:hover { color: var(--blue-xl); }


/* ════════════════════════════════════════
   RESPONSIVE — TABLET (1024px)
════════════════════════════════════════ */
@media (max-width: 1024px) {
  .nav-links { gap: 18px; }
  .price-grid { grid-template-columns: repeat(2, 1fr); }
  .feat-grid { grid-template-columns: repeat(2, 1fr); }
  .foot-inner { grid-template-columns: 1fr 1fr; }
}

/* ════════════════════════════════════════
   RESPONSIVE — MOBILE (768px)
════════════════════════════════════════ */
@media (max-width: 768px) {

  /* Navbar */
  .nav-links, .nav-cta-btn { display: none; }
  .hb { display: flex; }
  #navbar { padding: 0 16px; }

  /* Hero — stack vertically */
  .hero { padding: 90px 18px 60px; min-height: auto; }
  .hero-inner { grid-template-columns: 1fr; gap: 0; }

  /* Phone first on mobile */
  .hero-phone { order: -1; margin-bottom: 36px; }
  .ph-frame { width: 200px; }
  .ph-screen img { height: 300px; }
  .ph-card-top { top: 24px; right: -10px; padding: 8px 11px; font-size: .82rem; }
  .ph-card-bot { bottom: 44px; left: -10px; padding: 8px 11px; font-size: .82rem; }
  .ph-card-ico { font-size: 1.2rem; }
  .ph-card-val { font-size: .85rem; }
  .ph-card-lbl { font-size: .65rem; }
  .ph-glow { width: 180px; height: 180px; }

  /* Hero text */
  .hero-text { text-align: center; }
  .hero-pill { margin-left: auto; margin-right: auto; display: inline-flex; font-size: .78rem; }
  .hero-text h1 { font-size: clamp(1.7rem,7vw,2.2rem); }
  .hero-text p { font-size: .95rem; max-width: 100%; margin-left: auto; margin-right: auto; }
  .hero-stats { margin-left: auto; margin-right: auto; width: fit-content; padding: 12px 18px; }
  .hstat-n { font-size: 1.25rem; }
  .hstat-sep { margin: 0 14px; }
  .hero-btns { justify-content: center; flex-direction: column; align-items: center; }
  .hbtn { width: 100%; max-width: 300px; justify-content: center; font-size: .9rem; padding: 13px 20px; }
  .hero-free-note { text-align: center; }

  /* Features */
  .sec-features { padding: 60px 18px; }
  .feat-grid { grid-template-columns: 1fr; gap: 14px; }
  .fcard { padding: 22px 18px; display: flex; align-items: flex-start; gap: 14px; }
  .fcard-ico { width: 44px; height: 44px; font-size: 22px; flex-shrink: 0; margin-bottom: 0; }
  .fcard h3 { font-size: .95rem; }
  .fcard p { font-size: .86rem; }

  /* How it works */
  .sec-how { padding: 60px 18px; }
  .how-grid { flex-direction: column; gap: 0; }
  .how-arrow { transform: rotate(90deg); font-size: 1.4rem; color: rgba(21,101,192,.25); margin: -4px 0; }
  .how-card { padding: 24px 20px; }

  /* Screenshots */
  .sec-scr { padding: 60px 18px; }
  .scr-item { width: 150px; }
  .scr-item img { height: 240px; }
  .scr-promo { grid-template-columns: 1fr; gap: 14px; }
  .promo-c img { height: 180px; }

  /* Pricing — single column */
  .sec-price { padding: 60px 18px; }
  .price-grid { grid-template-columns: 1fr; gap: 18px; max-width: 420px; margin: 0 auto; }
  .pc { padding: 24px 20px; }
  .pc-popular-label { font-size: .68rem; padding: 4px 14px; }
  .pc-name { font-size: 1.4rem; }
  .pc-amt span { font-size: 2rem; }
  .pc-btn { padding: 13px; font-size: .9rem; }
  .pc ul li { font-size: .84rem; }

  /* Download */
  .sec-dl { padding: 70px 18px; }
  .dl-btns { flex-direction: column; align-items: center; }
  .dlbtn { width: 100%; max-width: 300px; justify-content: center; }
  .dl-tags { gap: 8px; }
  .dl-tags span { font-size: .78rem; padding: 6px 12px; }

  /* Footer */
  footer { padding: 50px 18px 24px; }
  .foot-inner { grid-template-columns: 1fr; gap: 28px; }
  .foot-brand p { max-width: 100%; }
  .foot-btm { flex-direction: column; align-items: center; text-align: center; gap: 8px; }

  /* Section heads */
  .sec-head { margin-bottom: 36px; }
  .sec-head h2 { font-size: 1.6rem; }
  .sec-head p { font-size: .92rem; }
}

/* ════════════════════════════════════════
   RESPONSIVE — SMALL PHONE (480px)
════════════════════════════════════════ */
@media (max-width: 480px) {
  .hero-stats { padding: 10px 14px; }
  .hstat-n { font-size: 1.1rem; }
  .hstat-l { font-size: .68rem; }
  .hstat-sep { margin: 0 10px; }
  .ph-frame { width: 180px; }
  .ph-screen img { height: 270px; }
  .ph-card-top, .ph-card-bot { display: none; } /* Too cramped on small phones */
  .price-grid { max-width: 100%; }
  .dlbtn { padding: 15px 20px; }
}

/* ─── Touch: disable hover animations ─── */
@media (hover: none) {
  .fcard:hover, .pc:hover, .hbtn:hover, .dlbtn:hover { transform: none; }
  .hbtn:active { opacity: .85; transform: scale(.97); }
  .pc-btn:active { transform: scale(.97); }
  .dlbtn:active { transform: scale(.97); }
}

/* ─── Smooth scroll ─── */
@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
}

/* ─── Loader fallback during heavy network ─── */
.footer-logo-icon { font-size: 22px; }
.owner-tag { margin-top: 8px; color: rgba(255,255,255,.35); font-size: .82rem; }
