/* ============================================================
   سامانه مدیریت سرویس مدارس — استایل لندینگ‌پیج
   Landing page styles (RTL)
   ============================================================ */
@import url('https://cdn.jsdelivr.net/gh/rastikerdar/vazirmatn@v33.003/Vazirmatn-font-face.css');

:root {
  --primary: #2563eb;
  --primary-dark: #1d4ed8;
  --primary-light: #dbeafe;
  --teal: #0d9488;
  --teal-dark: #0f766e;
  --teal-light: #ccfbf1;
  --amber: #f59e0b;
  --amber-light: #fef3c7;
  --purple: #7c3aed;
  --rose: #e11d48;
  --green: #10b981;
  --ink: #0b1220;
  --text: #0f172a;
  --muted: #64748b;
  --muted-2: #94a3b8;
  --border: #e2e8f0;
  --bg: #f6f9ff;
  --card: #ffffff;
  --radius: 22px;
  --radius-sm: 14px;
  --shadow-sm: 0 4px 16px rgba(15, 23, 42, .06);
  --shadow: 0 18px 50px rgba(15, 23, 42, .10);
  --shadow-lg: 0 30px 80px rgba(15, 23, 42, .16);
  --grad: linear-gradient(135deg, #2563eb 0%, #0d9488 100%);
  --grad-soft: linear-gradient(135deg, #eff6ff 0%, #ecfeff 100%);
  --grad-amber: linear-gradient(135deg, #f59e0b 0%, #e11d48 100%);
  --grad-purple: linear-gradient(135deg, #7c3aed 0%, #2563eb 100%);
  --maxw: 1200px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: Vazirmatn, Tahoma, sans-serif;
  background: var(--bg);
  color: var(--text);
  direction: rtl;
  line-height: 1.85;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
ul { list-style: none; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }

/* ---------- Decorative background blobs ---------- */
.blob {
  position: absolute; border-radius: 50%; filter: blur(70px);
  opacity: .5; pointer-events: none; z-index: 0;
}

/* ============================================================
   NAVBAR
   ============================================================ */
.nav {
  position: fixed; top: 0; right: 0; left: 0; z-index: 1000;
  transition: .35s ease;
  padding: 14px 0;
}
.nav.scrolled {
  background: rgba(255, 255, 255, .82);
  backdrop-filter: saturate(180%) blur(16px);
  -webkit-backdrop-filter: saturate(180%) blur(16px);
  box-shadow: 0 6px 30px rgba(15, 23, 42, .08);
  padding: 8px 0;
  border-bottom: 1px solid rgba(226, 232, 240, .7);
}
.nav-inner { display: flex; align-items: center; gap: 18px; }
.nav-brand { display: flex; align-items: center; gap: 12px; }
.nav-brand .logo {
  width: 46px; height: 46px; border-radius: 14px;
  background: var(--grad); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 24px; box-shadow: 0 10px 24px rgba(37, 99, 235, .35);
  flex-shrink: 0;
}
.nav-brand .t { font-weight: 800; font-size: 16px; line-height: 1.25; color: var(--ink); }
.nav-brand .s { font-size: 11.5px; color: var(--muted); font-weight: 500; }
.nav-links { display: flex; align-items: center; gap: 4px; margin-right: auto; }
.nav-links a {
  padding: 9px 15px; border-radius: 12px; font-size: 14px; font-weight: 600;
  color: #334155; transition: .2s;
}
.nav-links a:hover { background: rgba(37, 99, 235, .08); color: var(--primary); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.nav-toggle {
  display: none; background: none; border: none; font-size: 26px; cursor: pointer;
  color: var(--ink); padding: 4px 8px;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 13px 26px; border-radius: 14px; border: none;
  font-family: inherit; font-size: 15px; font-weight: 700; cursor: pointer;
  transition: .25s ease; white-space: nowrap; position: relative; overflow: hidden;
}
.btn-primary { background: var(--grad); color: #fff; box-shadow: 0 12px 30px rgba(37, 99, 235, .35); }
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(37, 99, 235, .45); }
.btn-ghost { background: rgba(255, 255, 255, .7); color: var(--ink); border: 1.5px solid var(--border); }
.btn-ghost:hover { border-color: var(--primary); color: var(--primary); background: #fff; transform: translateY(-3px); }
.btn-white { background: #fff; color: var(--primary); box-shadow: 0 12px 30px rgba(0, 0, 0, .18); }
.btn-white:hover { transform: translateY(-3px); }
.btn-outline-white { background: rgba(255, 255, 255, .12); color: #fff; border: 1.5px solid rgba(255, 255, 255, .5); }
.btn-outline-white:hover { background: rgba(255, 255, 255, .22); transform: translateY(-3px); }
.btn-lg { padding: 16px 34px; font-size: 16px; border-radius: 16px; }
.btn-sm { padding: 10px 18px; font-size: 13.5px; border-radius: 12px; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative; padding: 150px 0 90px;
  background:
    radial-gradient(1100px 600px at 88% -8%, rgba(13, 148, 136, .16), transparent 60%),
    radial-gradient(900px 520px at 6% 4%, rgba(37, 99, 235, .16), transparent 60%),
    linear-gradient(180deg, #f3f8ff 0%, #f6f9ff 100%);
  overflow: hidden;
}
.hero-grid {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 50px; align-items: center;
  position: relative; z-index: 2;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 9px;
  background: #fff; border: 1px solid var(--border);
  padding: 8px 16px; border-radius: 40px; font-size: 13px; font-weight: 700;
  color: var(--teal-dark); box-shadow: var(--shadow-sm); margin-bottom: 22px;
}
.hero-badge .dot {
  width: 9px; height: 9px; border-radius: 50%; background: var(--green);
  box-shadow: 0 0 0 4px rgba(16, 185, 129, .18); animation: pulse 1.8s infinite;
}
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: .35; } }
.hero h1 {
  font-size: 46px; line-height: 1.35; font-weight: 800; color: var(--ink);
  letter-spacing: -.5px; margin-bottom: 20px;
}
.hero h1 .grad {
  background: var(--grad); -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero p.lead { font-size: 17px; color: var(--muted); max-width: 560px; margin-bottom: 30px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 34px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 26px; }
.hero-trust .item { display: flex; align-items: center; gap: 10px; }
.hero-trust .item .ic {
  width: 40px; height: 40px; border-radius: 12px; background: #fff;
  display: flex; align-items: center; justify-content: center; font-size: 19px;
  box-shadow: var(--shadow-sm);
}
.hero-trust .item .n { font-weight: 800; font-size: 17px; color: var(--ink); line-height: 1.2; }
.hero-trust .item .l { font-size: 12px; color: var(--muted); }

/* Hero visual */
.hero-visual { position: relative; }
.hero-visual .frame {
  position: relative; border-radius: 30px; overflow: hidden;
  box-shadow: var(--shadow-lg); border: 6px solid #fff;
  background: #fff;
}
.hero-visual .frame img { width: 100%; height: auto; }
.float-card {
  position: absolute; background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(8px); border-radius: 16px; padding: 12px 15px;
  box-shadow: var(--shadow); display: flex; align-items: center; gap: 11px;
  border: 1px solid rgba(226, 232, 240, .8); z-index: 3;
  animation: floaty 5s ease-in-out infinite;
}
.float-card .ic {
  width: 40px; height: 40px; border-radius: 12px; display: flex;
  align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0;
}
.float-card .t { font-size: 13px; font-weight: 800; color: var(--ink); line-height: 1.3; }
.float-card .s { font-size: 11px; color: var(--muted); }
.fc-1 { top: 22px; right: -22px; animation-delay: .2s; }
.fc-1 .ic { background: var(--primary-light); color: var(--primary); }
.fc-2 { bottom: 90px; left: -26px; animation-delay: 1.4s; }
.fc-2 .ic { background: var(--teal-light); color: var(--teal); }
.fc-3 { bottom: -18px; right: 40px; animation-delay: 2.6s; }
.fc-3 .ic { background: var(--amber-light); color: var(--amber); }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

/* ============================================================
   LOGO / TRUST STRIP
   ============================================================ */
.strip { padding: 34px 0; background: #fff; border-bottom: 1px solid var(--border); }
.strip-inner { display: flex; align-items: center; justify-content: center; gap: 40px; flex-wrap: wrap; }
.strip .label { font-size: 13.5px; color: var(--muted); font-weight: 600; }
.strip .logos { display: flex; gap: 34px; flex-wrap: wrap; align-items: center; }
.strip .logos span {
  font-weight: 800; font-size: 16px; color: #cbd5e1; letter-spacing: .3px;
  display: flex; align-items: center; gap: 8px;
}

/* ============================================================
   SECTION BASE
   ============================================================ */
.section { padding: 90px 0; position: relative; }
.section.alt { background: #fff; }
.sec-head { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.sec-tag {
  display: inline-block; font-size: 13px; font-weight: 800; color: var(--primary);
  background: var(--primary-light); padding: 7px 16px; border-radius: 40px; margin-bottom: 16px;
}
.sec-tag.teal { color: var(--teal-dark); background: var(--teal-light); }
.sec-tag.amber { color: #b45309; background: var(--amber-light); }
.sec-head h2 { font-size: 34px; font-weight: 800; color: var(--ink); line-height: 1.4; margin-bottom: 14px; letter-spacing: -.4px; }
.sec-head p { font-size: 16px; color: var(--muted); }

/* ============================================================
   FEATURES
   ============================================================ */
.feat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.feat {
  background: #fff; border-radius: var(--radius); padding: 30px 26px;
  border: 1px solid var(--border); box-shadow: var(--shadow-sm);
  transition: .3s ease; position: relative; overflow: hidden;
}
.feat::after {
  content: ''; position: absolute; inset: 0; border-radius: var(--radius);
  padding: 1.5px; background: var(--grad); opacity: 0; transition: .3s;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none;
}
.feat:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.feat:hover::after { opacity: 1; }
.feat .ic {
  width: 60px; height: 60px; border-radius: 18px; display: flex;
  align-items: center; justify-content: center; font-size: 28px; margin-bottom: 18px;
  background: var(--primary-light); color: var(--primary);
}
.feat.teal .ic { background: var(--teal-light); color: var(--teal); }
.feat.amber .ic { background: var(--amber-light); color: var(--amber); }
.feat.purple .ic { background: #ede9fe; color: var(--purple); }
.feat.rose .ic { background: #ffe4e6; color: var(--rose); }
.feat.green .ic { background: #d1fae5; color: var(--green); }
.feat h3 { font-size: 18px; font-weight: 800; color: var(--ink); margin-bottom: 9px; }
.feat p { font-size: 14px; color: var(--muted); line-height: 1.85; }

/* ============================================================
   STEPS / HOW IT WORKS
   ============================================================ */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; position: relative; }
.step {
  background: #fff; border-radius: var(--radius); padding: 30px 24px; text-align: center;
  border: 1px solid var(--border); box-shadow: var(--shadow-sm); position: relative;
  transition: .3s;
}
.step:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.step .num {
  width: 54px; height: 54px; border-radius: 50%; margin: 0 auto 16px;
  background: var(--grad); color: #fff; font-weight: 800; font-size: 22px;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 12px 26px rgba(37, 99, 235, .35);
}
.step h3 { font-size: 16.5px; font-weight: 800; color: var(--ink); margin-bottom: 8px; }
.step p { font-size: 13.5px; color: var(--muted); }
.step .arrow {
  position: absolute; top: 50%; left: -19px; transform: translateY(-50%);
  font-size: 22px; color: var(--muted-2); z-index: 2;
}

/* ============================================================
   ROLES
   ============================================================ */
.roles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.role {
  border-radius: var(--radius); padding: 34px 28px; color: #fff; position: relative;
  overflow: hidden; box-shadow: var(--shadow); transition: .3s;
}
.role:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.role.parent { background: linear-gradient(150deg, #0d9488 0%, #0f766e 100%); }
.role.driver { background: linear-gradient(150deg, #2563eb 0%, #1d4ed8 100%); }
.role.admin { background: linear-gradient(150deg, #7c3aed 0%, #4f46e5 100%); }
.role::before {
  content: ''; position: absolute; width: 220px; height: 220px; border-radius: 50%;
  background: rgba(255, 255, 255, .1); top: -90px; left: -70px;
}
.role .ic {
  width: 64px; height: 64px; border-radius: 18px; background: rgba(255, 255, 255, .18);
  display: flex; align-items: center; justify-content: center; font-size: 30px;
  margin-bottom: 18px; position: relative; z-index: 2;
}
.role h3 { font-size: 21px; font-weight: 800; margin-bottom: 10px; position: relative; z-index: 2; }
.role p { font-size: 14px; opacity: .92; margin-bottom: 18px; position: relative; z-index: 2; }
.role ul { position: relative; z-index: 2; }
.role ul li {
  font-size: 13.5px; padding: 7px 0; display: flex; align-items: center; gap: 9px;
  border-top: 1px solid rgba(255, 255, 255, .16);
}
.role ul li:first-child { border-top: none; }
.role ul li .ck {
  width: 20px; height: 20px; border-radius: 50%; background: rgba(255, 255, 255, .22);
  display: flex; align-items: center; justify-content: center; font-size: 11px; flex-shrink: 0;
}

/* ============================================================
   TRACKING SHOWCASE
   ============================================================ */
.track { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.track-visual { position: relative; }
.track-visual .frame {
  border-radius: 26px; overflow: hidden; box-shadow: var(--shadow-lg);
  border: 6px solid #fff; background: #fff;
}
.track-visual .frame img { width: 100%; }
.track .badge-live {
  position: absolute; top: 18px; right: 18px; background: #fff; border-radius: 40px;
  padding: 8px 15px; font-size: 12.5px; font-weight: 800; color: var(--rose);
  display: flex; align-items: center; gap: 8px; box-shadow: var(--shadow); z-index: 3;
}
.track .badge-live .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--rose); animation: pulse 1.4s infinite; }
.track-list { margin-top: 26px; }
.track-list .row { display: flex; gap: 15px; padding: 15px 0; border-bottom: 1px dashed var(--border); }
.track-list .row:last-child { border-bottom: none; }
.track-list .row .ic {
  width: 46px; height: 46px; border-radius: 14px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center; font-size: 21px;
  background: var(--primary-light); color: var(--primary);
}
.track-list .row:nth-child(2) .ic { background: var(--teal-light); color: var(--teal); }
.track-list .row:nth-child(3) .ic { background: var(--amber-light); color: var(--amber); }
.track-list .row .t { font-weight: 800; color: var(--ink); font-size: 15px; }
.track-list .row .d { font-size: 13.5px; color: var(--muted); }

/* ============================================================
   STATS BAND
   ============================================================ */
.stats-band {
  background: var(--grad); border-radius: 30px; padding: 54px 40px; color: #fff;
  position: relative; overflow: hidden; box-shadow: var(--shadow-lg);
}
.stats-band::before {
  content: ''; position: absolute; width: 380px; height: 380px; border-radius: 50%;
  background: rgba(255, 255, 255, .08); top: -160px; left: -100px;
}
.stats-band::after {
  content: ''; position: absolute; width: 300px; height: 300px; border-radius: 50%;
  background: rgba(255, 255, 255, .07); bottom: -150px; right: -80px;
}
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; position: relative; z-index: 2; text-align: center; }
.stats-grid .n { font-size: 40px; font-weight: 800; line-height: 1.2; }
.stats-grid .l { font-size: 14px; opacity: .9; margin-top: 4px; }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.tst-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.tst {
  background: #fff; border-radius: var(--radius); padding: 30px 26px;
  border: 1px solid var(--border); box-shadow: var(--shadow-sm); transition: .3s;
  position: relative;
}
.tst:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.tst .quote { font-size: 40px; color: var(--primary-light); line-height: 1; font-weight: 800; }
.tst p { font-size: 14.5px; color: #334155; margin: 10px 0 20px; }
.tst .who { display: flex; align-items: center; gap: 12px; }
.tst .who .av {
  width: 46px; height: 46px; border-radius: 50%; background: var(--grad); color: #fff;
  display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 17px;
}
.tst .who .n { font-weight: 800; font-size: 14.5px; color: var(--ink); }
.tst .who .r { font-size: 12.5px; color: var(--muted); }
.tst .stars { color: var(--amber); font-size: 14px; letter-spacing: 2px; margin-bottom: 6px; }

/* ============================================================
   FAQ
   ============================================================ */
.faq { max-width: 820px; margin: 0 auto; }
.faq-item {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius-sm);
  margin-bottom: 14px; overflow: hidden; transition: .25s;
}
.faq-item.open { box-shadow: var(--shadow); border-color: #bfdbfe; }
.faq-q {
  display: flex; align-items: center; gap: 14px; padding: 20px 22px; cursor: pointer;
  font-weight: 700; font-size: 15.5px; color: var(--ink); user-select: none;
}
.faq-q .ic {
  width: 34px; height: 34px; border-radius: 10px; background: var(--primary-light);
  color: var(--primary); display: flex; align-items: center; justify-content: center;
  font-size: 18px; flex-shrink: 0; transition: .3s;
}
.faq-item.open .faq-q .ic { background: var(--grad); color: #fff; transform: rotate(45deg); }
.faq-q .sp { flex: 1; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-a .inner { padding: 0 22px 22px 70px; font-size: 14px; color: var(--muted); }
.faq-item.open .faq-a { max-height: 340px; }

/* ============================================================
   CTA
   ============================================================ */
.cta {
  border-radius: 32px; padding: 66px 40px; text-align: center; color: #fff;
  background: linear-gradient(135deg, #1e3a8a 0%, #0f766e 100%);
  position: relative; overflow: hidden; box-shadow: var(--shadow-lg);
}
.cta::before {
  content: ''; position: absolute; width: 460px; height: 460px; border-radius: 50%;
  background: rgba(255, 255, 255, .07); top: -200px; right: -120px;
}
.cta::after {
  content: ''; position: absolute; width: 360px; height: 360px; border-radius: 50%;
  background: rgba(255, 255, 255, .06); bottom: -180px; left: -100px;
}
.cta .in { position: relative; z-index: 2; }
.cta h2 { font-size: 34px; font-weight: 800; margin-bottom: 14px; }
.cta p { font-size: 16.5px; opacity: .92; max-width: 620px; margin: 0 auto 30px; }
.cta .btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: #0b1220; color: #94a3b8; padding: 64px 0 26px; margin-top: 90px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 40px; }
.footer .brand { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.footer .brand .logo {
  width: 46px; height: 46px; border-radius: 14px; background: var(--grad);
  display: flex; align-items: center; justify-content: center; font-size: 24px;
}
.footer .brand .t { font-weight: 800; color: #fff; font-size: 16px; }
.footer .brand .s { font-size: 11.5px; color: #64748b; }
.footer p.about { font-size: 13.5px; line-height: 1.9; color: #94a3b8; max-width: 320px; }
.footer h4 { color: #fff; font-size: 15px; font-weight: 800; margin-bottom: 16px; }
.footer ul li { margin-bottom: 10px; }
.footer ul li a { font-size: 13.5px; color: #94a3b8; transition: .2s; }
.footer ul li a:hover { color: #fff; padding-right: 4px; }
.footer .contact-row { display: flex; align-items: center; gap: 10px; font-size: 13.5px; margin-bottom: 12px; }
.footer .contact-row .ic {
  width: 34px; height: 34px; border-radius: 10px; background: rgba(255, 255, 255, .07);
  display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0;
}
.footer-bottom {
  border-top: 1px solid #1e293b; margin-top: 44px; padding-top: 22px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  font-size: 13px;
}
.footer-bottom .designer { color: #cbd5e1; }
.footer-bottom .designer a { color: #60a5fa; font-weight: 700; }

/* ============================================================
   REVEAL ANIMATION
   ============================================================ */
.reveal { opacity: 0; transform: translateY(34px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: translateY(0); }
.reveal.d1 { transition-delay: .1s; }
.reveal.d2 { transition-delay: .2s; }
.reveal.d3 { transition-delay: .3s; }
.reveal.d4 { transition-delay: .4s; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .hero h1 { font-size: 38px; }
  .feat-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .step .arrow { display: none; }
  .roles { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 34px; }
  .tst-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
}
@media (max-width: 860px) {
  .nav-links {
    position: fixed; top: 0; right: 0; bottom: 0; width: 280px; background: #fff;
    flex-direction: column; align-items: stretch; padding: 90px 20px 20px; gap: 6px;
    box-shadow: -20px 0 60px rgba(15, 23, 42, .18); transform: translateX(100%);
    transition: transform .35s ease; margin: 0; z-index: 1200;
  }
  .nav-links.open { transform: translateX(0); }
  .nav-links a { padding: 14px 16px; font-size: 15px; }
  .nav-toggle { display: block; margin-right: auto; }
  .nav-actions .btn-ghost { display: none; }
  .hero { padding: 120px 0 70px; }
  .hero-grid { grid-template-columns: 1fr; gap: 44px; }
  .hero-visual { max-width: 560px; margin: 0 auto; }
  .track { grid-template-columns: 1fr; gap: 40px; }
  .section { padding: 66px 0; }
  .sec-head h2 { font-size: 27px; }
  .cta h2 { font-size: 26px; }
}
@media (max-width: 560px) {
  body { font-size: 14px; }
  .hero h1 { font-size: 30px; }
  .hero p.lead { font-size: 15px; }
  .feat-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; gap: 26px; }
  .stats-grid .n { font-size: 30px; }
  .stats-band { padding: 40px 24px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .float-card { transform: scale(.86); }
  .fc-1 { right: -8px; }
  .fc-2 { left: -8px; }
  .cta { padding: 48px 24px; }
  .btn-lg { padding: 14px 26px; font-size: 15px; }
  .faq-a .inner { padding-left: 22px; }
}
