/* CTA India Load - Main Stylesheet */
:root {
  --blue: #0446d1;
  --purple: #5e17eb;
  --white: #ffffff;
  --bg: #f0f4ff;
  --text: #0f172a;
  --muted: #64748b;
  --border: #dbe4ff;
  --gradient: linear-gradient(135deg, #0446d1, #5e17eb);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Plus Jakarta Sans', sans-serif; color: var(--text); }
a { text-decoration: none; }
img { max-width: 100%; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* NAVBAR */
.navbar {
  background: var(--white);
  box-shadow: 0 2px 12px rgba(4,70,209,0.1);
  position: sticky; top: 0; z-index: 1000;
  padding: 12px 0;
}
.nav-container {
  max-width: 1200px; margin: 0 auto; padding: 0 20px;
  display: flex; align-items: center; justify-content: space-between;
}
.nav-menu {
  display: flex; list-style: none; gap: 28px; align-items: center;
}
.nav-menu a { font-size: 14px; font-weight: 600; color: var(--text); transition: color 0.2s; }
.nav-menu a:hover { color: var(--blue); }
.nav-btn {
  background: var(--gradient) !important;
  color: white !important;
  padding: 8px 20px;
  border-radius: 8px;
}
.nav-toggle {
  display: none; background: none; border: none;
  font-size: 24px; cursor: pointer; color: var(--blue);
}

/* HERO */
.hero {
  background: var(--gradient);
  padding: 70px 20px;
  display: flex; align-items: center; justify-content: center;
  gap: 60px; flex-wrap: wrap;
  position: relative; overflow: hidden;
  min-height: 85vh;
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="80" cy="20" r="40" fill="rgba(255,255,255,0.03)"/><circle cx="20" cy="80" r="30" fill="rgba(255,255,255,0.03)"/></svg>');
}
.hero-content { max-width: 580px; position: relative; z-index: 1; }
.hero-badge {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  color: white; border: 1px solid rgba(255,255,255,0.3);
  padding: 6px 18px; border-radius: 50px;
  font-size: 13px; font-weight: 600; margin-bottom: 20px;
}
.hero h1 {
  font-size: clamp(32px,5vw,56px); font-weight: 800;
  color: white; line-height: 1.2; margin-bottom: 12px;
}
.hero-sub {
  font-size: 20px; color: rgba(255,255,255,0.9);
  font-weight: 600; margin-bottom: 16px;
}
.hero-desc {
  font-size: 15px; color: rgba(255,255,255,0.8);
  line-height: 1.7; margin-bottom: 32px;
}
.hero-btns { display: flex; gap: 16px; flex-wrap: wrap; }
.btn-primary {
  background: white; color: var(--blue);
  padding: 14px 28px; border-radius: 10px;
  font-weight: 700; font-size: 15px;
  display: inline-flex; align-items: center; gap: 8px;
  transition: all 0.2s;
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.2); }
.btn-secondary {
  background: rgba(255,255,255,0.15); color: white;
  border: 2px solid rgba(255,255,255,0.4);
  padding: 14px 28px; border-radius: 10px;
  font-weight: 700; font-size: 15px;
  display: inline-flex; align-items: center; gap: 8px;
  transition: all 0.2s;
}
.btn-secondary:hover { background: rgba(255,255,255,0.25); }
.hero-image { position: relative; z-index: 1; }
.app-img { max-height: 400px; filter: drop-shadow(0 20px 40px rgba(0,0,0,0.3)); }

/* STATS */
.stats { background: white; padding: 50px 20px; }
.stats-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(200px,1fr));
  gap: 20px; max-width: 900px; margin: 0 auto;
}
.stat-card {
  text-align: center; padding: 28px 20px;
  background: var(--bg); border-radius: 16px;
  border: 1px solid var(--border);
}
.stat-num {
  font-size: 36px; font-weight: 800;
  background: var(--gradient); -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; background-clip: text;
  margin-bottom: 6px;
}
.stat-label { font-size: 14px; color: var(--muted); font-weight: 600; }

/* SECTION HEADER */
.section-header { text-align: center; margin-bottom: 48px; }
.section-header h2 {
  font-size: clamp(24px,3vw,36px); font-weight: 800;
  color: var(--text); margin-bottom: 10px;
}
.section-header p { font-size: 16px; color: var(--muted); }

/* SERVICES */
.services { background: var(--bg); padding: 70px 20px; }
.services-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr));
  gap: 20px;
}
.service-card {
  background: white; border-radius: 16px;
  padding: 28px 24px; border: 1px solid var(--border);
  text-align: center; transition: all 0.2s;
}
.service-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(4,70,209,0.12); }
.service-icon { font-size: 40px; margin-bottom: 14px; }
.service-card h3 { font-size: 16px; font-weight: 700; color: var(--text); margin-bottom: 8px; }
.service-card p { font-size: 13px; color: var(--muted); line-height: 1.6; }

/* SERVE */
.serve { background: white; padding: 70px 20px; }
.serve-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px,1fr));
  gap: 24px;
}
.serve-card {
  background: var(--gradient); border-radius: 20px;
  padding: 36px 28px; color: white; text-align: center;
}
.serve-icon { font-size: 48px; margin-bottom: 16px; }
.serve-card h3 { font-size: 20px; font-weight: 800; margin-bottom: 10px; }
.serve-card p { font-size: 14px; opacity: 0.85; line-height: 1.7; }

/* CITIES */
.cities-section { background: var(--bg); padding: 70px 20px; }
.cities-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(160px,1fr));
  gap: 12px;
}
.city-card {
  background: white; border: 1px solid var(--border);
  border-radius: 10px; padding: 14px 16px;
  font-size: 14px; font-weight: 600; color: var(--text);
  text-align: center; transition: all 0.2s;
}
.city-card:hover { background: var(--blue); color: white; border-color: var(--blue); }
.city-more { background: var(--gradient); color: white !important; border: none; }

/* APP SECTION */
.app-section { background: white; padding: 70px 20px; }
.app-content {
  display: flex; align-items: center; gap: 60px;
  flex-wrap: wrap;
}
.app-text { flex: 1; min-width: 280px; }
.app-text h2 { font-size: clamp(24px,3vw,36px); font-weight: 800; margin-bottom: 16px; }
.app-text p { font-size: 16px; color: var(--muted); line-height: 1.7; margin-bottom: 20px; }
.app-features { list-style: none; margin-bottom: 28px; }
.app-features li { font-size: 15px; font-weight: 600; padding: 6px 0; color: var(--text); }
.btn-playstore { display: inline-block; }
.app-img-wrap { flex: 1; min-width: 260px; text-align: center; }
.app-mockup { max-height: 350px; }

/* FOOTER */
.footer { background: #0a1628; color: rgba(255,255,255,0.8); padding: 60px 0 0; }
.footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 40px; padding-bottom: 40px;
}
.footer-col h4 {
  font-size: 14px; font-weight: 700; color: white;
  text-transform: uppercase; letter-spacing: 1px;
  margin-bottom: 16px; margin-top: 4px;
}
.footer-col p { font-size: 13px; line-height: 1.7; color: rgba(255,255,255,0.65); }
.footer-tagline {
  font-size: 16px !important; font-weight: 700 !important;
  color: white !important; margin: 10px 0 8px !important;
}
.footer-gstin { font-size: 11px !important; color: rgba(255,255,255,0.5) !important; margin-top: 12px !important; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 8px; }
.footer-col ul li a { font-size: 13px; color: rgba(255,255,255,0.65); transition: color 0.2s; }
.footer-col ul li a:hover { color: white; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 20px 0; text-align: center;
}
.footer-bottom p { font-size: 12px; color: rgba(255,255,255,0.5); margin-bottom: 4px; }

/* CITY PAGE */
.city-hero {
  background: var(--gradient); padding: 60px 20px;
  text-align: center; color: white;
}
.city-hero h1 { font-size: clamp(28px,4vw,48px); font-weight: 800; margin-bottom: 12px; }
.city-hero p { font-size: 16px; opacity: 0.85; max-width: 600px; margin: 0 auto; }
.city-content { max-width: 900px; margin: 40px auto; padding: 0 20px; }
.city-section { background: white; border-radius: 16px; padding: 32px; margin-bottom: 24px; border: 1px solid var(--border); }
.city-section h2 { font-size: 22px; font-weight: 800; color: var(--text); margin-bottom: 16px; }
.city-section p { font-size: 15px; color: var(--muted); line-height: 1.8; margin-bottom: 12px; }
.city-section ul { padding-left: 20px; }
.city-section ul li { font-size: 14px; color: var(--muted); padding: 4px 0; line-height: 1.7; }
.city-cta {
  background: var(--gradient); border-radius: 16px;
  padding: 36px; text-align: center; color: white; margin-bottom: 40px;
}
.city-cta h3 { font-size: 22px; font-weight: 800; margin-bottom: 12px; }
.city-cta p { font-size: 15px; opacity: 0.85; margin-bottom: 24px; }

/* PRICING PAGE */
.page-hero {
  background: var(--gradient); padding: 60px 20px;
  text-align: center; color: white;
}
.page-hero h1 { font-size: clamp(28px,4vw,42px); font-weight: 800; margin-bottom: 10px; }
.page-hero p { font-size: 16px; opacity: 0.85; }
.plans-section { max-width: 1100px; margin: -40px auto 60px; padding: 0 20px; }
.plans-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px,1fr)); gap: 24px; }
.plan-card {
  background: white; border-radius: 20px; padding: 36px 28px;
  box-shadow: 0 4px 24px rgba(4,70,209,0.10);
  border: 2px solid var(--border); position: relative;
  transition: transform 0.2s, box-shadow 0.2s;
}
.plan-card:hover { transform: translateY(-6px); box-shadow: 0 16px 48px rgba(4,70,209,0.18); }
.plan-card.popular { border-color: var(--blue); }
.popular-badge {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--gradient); color: white;
  font-size: 11px; font-weight: 800; letter-spacing: 1px;
  text-transform: uppercase; padding: 5px 18px; border-radius: 50px;
}
.plan-name { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: var(--muted); margin-bottom: 8px; }
.plan-price { font-size: 48px; font-weight: 800; color: var(--blue); line-height: 1; margin-bottom: 4px; }
.plan-price span { font-size: 22px; vertical-align: top; margin-top: 10px; display: inline-block; }
.plan-validity { font-size: 14px; color: var(--muted); margin-bottom: 28px; font-weight: 500; }
.plan-divider { height: 1px; background: var(--border); margin-bottom: 24px; }
.plan-features { list-style: none; margin-bottom: 32px; }
.plan-features li { font-size: 14px; color: var(--text); padding: 8px 0; display: flex; align-items: center; gap: 10px; border-bottom: 1px solid #f1f5f9; }
.plan-features li:last-child { border-bottom: none; }
.plan-features li::before { content: '✓'; width: 22px; height: 22px; background: #dcfce7; color: #16a34a; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 800; flex-shrink: 0; }
.plan-btn {
  display: block; width: 100%; padding: 14px; border-radius: 10px;
  font-size: 15px; font-weight: 700; text-align: center;
  border: 2px solid var(--blue); color: var(--blue); background: transparent;
  cursor: pointer; transition: all 0.2s; font-family: inherit;
}
.plan-btn:hover, .plan-card.popular .plan-btn { background: var(--gradient); color: white; border-color: transparent; }

/* CONTACT */
.contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); gap: 20px; max-width: 1000px; margin: 0 auto 40px; }
.contact-card {
  background: white; border-radius: 16px; padding: 28px 24px;
  border: 1px solid var(--border); text-align: center;
  box-shadow: 0 2px 12px rgba(4,70,209,0.08);
}
.contact-card .icon { font-size: 32px; margin-bottom: 12px; }
.contact-card h3 { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--muted); margin-bottom: 8px; }
.contact-card .value { font-size: 16px; font-weight: 700; color: var(--text); }

/* LEGAL PAGES */
.legal-content { max-width: 860px; margin: 0 auto; padding: 40px 20px 60px; }
.legal-card { background: white; border-radius: 16px; padding: 36px; box-shadow: 0 2px 12px rgba(4,70,209,0.07); border: 1px solid var(--border); }
.legal-section { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.legal-section:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
.legal-section h2 { font-size: 20px; font-weight: 800; color: var(--text); margin-bottom: 14px; }
.legal-section p { font-size: 14px; line-height: 1.8; color: #334155; margin-bottom: 12px; }
.legal-section ul { padding-left: 20px; margin-top: 8px; }
.legal-section ul li { font-size: 14px; color: #334155; padding: 5px 0; line-height: 1.7; }

/* RESPONSIVE */
@media (max-width: 768px) {
  .nav-menu { display: none; flex-direction: column; position: absolute; top: 70px; left: 0; right: 0; background: white; padding: 20px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); gap: 16px; }
  .nav-menu.active { display: flex; }
  .nav-toggle { display: block; }
  .hero { padding: 50px 20px; text-align: center; }
  .hero-btns { justify-content: center; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .app-content { text-align: center; }
}
@media (max-width: 480px) {
  .footer-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
}
