/* -------------------------------------------------------------
   Vargani Manager — Ultra-Modern & Responsive Stylesheet
   Designed by VIKKA IT
------------------------------------------------------------- */

:root {
  --primary-saffron: #FF6B00;
  --saffron-gradient: linear-gradient(135deg, #FF6B00 0%, #FF8F00 100%);
  --crimson-red: #C62828;
  --crimson-gradient: linear-gradient(135deg, #C62828 0%, #880E4F 100%);
  --navy-dark: #0A1118;
  --navy-surface: #111C28;
  --navy-border: #1E2E42;
  --text-dark: #0F172A;
  --text-muted: #64748B;
  --text-light: #F8FAFC;
  --whatsapp-green: #25D366;
  --whatsapp-gradient: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
  --gold-accent: #FFD54F;
  --font-en: 'Plus Jakarta Sans', sans-serif;
  --font-mr: 'Yantramanav', sans-serif;
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 24px;
  --radius-xl: 32px;
  --radius-full: 9999px;
  --shadow-sm: 0 2px 10px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 10px 30px rgba(0, 0, 0, 0.07);
  --shadow-lg: 0 20px 50px rgba(0, 0, 0, 0.12);
  --shadow-glow: 0 0 35px rgba(255, 107, 0, 0.4);
}

/* Base & Reset */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font-mr), var(--font-en);
  background-color: #F8FAFC;
  color: var(--text-dark);
  line-height: 1.6;
  overflow-x: hidden;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

/* Ambient Animated Cosmic Glow Orbs */
.ambient-glows {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

.glow-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(140px);
  opacity: 0.18;
  animation: orbFloat 14s ease-in-out infinite alternate;
}

.orb-saffron {
  width: 550px;
  height: 550px;
  background: #FF6B00;
  top: -120px;
  right: -100px;
}

.orb-crimson {
  width: 600px;
  height: 600px;
  background: #C62828;
  top: 40%;
  left: -200px;
  animation-duration: 18s;
}

.orb-gold {
  width: 450px;
  height: 450px;
  background: #FFD54F;
  bottom: 20%;
  right: -100px;
  animation-duration: 22s;
}

.orb-blue {
  width: 500px;
  height: 500px;
  background: #1565C0;
  bottom: -150px;
  left: 20%;
  animation-duration: 16s;
}

@keyframes orbFloat {
  0% { transform: translate(0, 0) scale(1); }
  100% { transform: translate(40px, 60px) scale(1.1); }
}

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

/* Announcement Ticker Bar */
.announcement-bar {
  background: linear-gradient(90deg, #880E4F 0%, #C62828 50%, #FF6B00 100%);
  color: white;
  padding: 8px 0;
  font-size: 13px;
  font-weight: 600;
}

.announcement-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.ticker-badge {
  background: rgba(255, 255, 255, 0.25);
  padding: 2px 8px;
  border-radius: var(--radius-full);
  font-size: 11px;
  font-weight: 700;
}

.ticker-link {
  color: #FFD54F;
  text-decoration: none;
  font-weight: 700;
  margin-left: 6px;
}

.ticker-link:hover {
  text-decoration: underline;
}

/* Glassmorphic Navbar */
.navbar {
  position: sticky;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(226, 232, 240, 0.8);
  z-index: 1000;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.navbar.scrolled {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-logo-img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(255, 107, 0, 0.28);
  background: white;
  padding: 2px;
}

.drawer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.drawer-logo-img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  border-radius: 8px;
}

.mockup-app-logo {
  width: 24px;
  height: 24px;
  object-fit: contain;
  border-radius: 6px;
  background: white;
  padding: 1px;
}

.m-head-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 4px;
}

.cta-app-logo {
  width: 80px;
  height: 80px;
  object-fit: contain;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(255, 107, 0, 0.5);
  margin-bottom: 20px;
  background: white;
  padding: 6px;
  display: inline-block;
}

.logo-emblem {
  width: 38px;
  height: 38px;
  background: var(--saffron-gradient);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  box-shadow: 0 4px 12px rgba(255, 107, 0, 0.3);
}

.logo-text {
  display: flex;
  flex-direction: column;
}

.logo-title {
  font-size: 19px;
  font-weight: 800;
  color: var(--text-dark);
  line-height: 1.1;
  font-family: var(--font-en);
}

.logo-sub {
  font-size: 11px;
  color: var(--primary-saffron);
  font-weight: 700;
}

.nav-links {
  display: flex;
  gap: 26px;
}

.nav-item {
  text-decoration: none;
  color: var(--text-dark);
  font-size: 14px;
  font-weight: 600;
  transition: color 0.2s ease;
  position: relative;
}

.nav-item::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--primary-saffron);
  transition: width 0.25s ease;
}

.nav-item:hover {
  color: var(--primary-saffron);
}

.nav-item:hover::after {
  width: 100%;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

/* Mobile Hamburger Toggle */
.mobile-toggle-btn {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}

.mobile-toggle-btn span {
  width: 100%;
  height: 2.5px;
  background: var(--text-dark);
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* Mobile Drawer */
.mobile-drawer {
  position: fixed;
  top: 0;
  right: -100%;
  width: 320px;
  height: 100vh;
  background: white;
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.15);
  z-index: 2000;
  transition: right 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  padding: 24px;
}

.mobile-drawer.open {
  right: 0;
}

.drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1px solid #E2E8F0;
  margin-bottom: 20px;
}

.drawer-title {
  font-weight: 700;
  font-size: 17px;
}

.drawer-close {
  background: #F1F5F9;
  border: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.drawer-links {
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1;
}

.drawer-link {
  text-decoration: none;
  color: var(--text-dark);
  font-size: 16px;
  font-weight: 600;
  padding: 10px 14px;
  border-radius: var(--radius-sm);
  transition: background 0.2s;
}

.drawer-link:hover {
  background: rgba(255, 107, 0, 0.08);
  color: var(--primary-saffron);
}

.drawer-footer {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.btn-block {
  width: 100%;
  text-align: center;
  justify-content: center;
}

/* Hero Section */
.hero-section {
  padding: 60px 0 80px 0;
  position: relative;
}

.hero-container {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 48px;
  align-items: center;
}

.hero-pill-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 18px;
  background: rgba(255, 107, 0, 0.08);
  border: 1px solid rgba(255, 107, 0, 0.25);
  border-radius: var(--radius-full);
  margin-bottom: 24px;
}

.pill-pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary-saffron);
  box-shadow: 0 0 10px var(--primary-saffron);
  animation: pulseDot 2s infinite;
}

@keyframes pulseDot {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.6); opacity: 0.5; }
  100% { transform: scale(1); opacity: 1; }
}

.pill-text {
  font-size: 13px;
  font-weight: 700;
  color: var(--primary-saffron);
}

.hero-title {
  font-size: 46px;
  font-weight: 800;
  line-height: 1.22;
  margin-bottom: 22px;
  letter-spacing: -0.5px;
}

.gradient-saffron {
  background: linear-gradient(135deg, #FF6B00 0%, #C62828 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-desc {
  font-size: 18px;
  color: var(--text-muted);
  margin-bottom: 34px;
  line-height: 1.7;
}

.hero-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 36px;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 13px 26px;
  border-radius: var(--radius-md);
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  border: none;
  cursor: pointer;
}

.btn-primary {
  background: var(--saffron-gradient);
  color: white;
  box-shadow: 0 8px 25px rgba(255, 107, 0, 0.35);
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(255, 107, 0, 0.5);
}

.btn-whatsapp {
  background: var(--whatsapp-gradient);
  color: white;
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.35);
}

.btn-whatsapp:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(37, 211, 102, 0.5);
}

.btn-sm {
  padding: 8px 18px;
  font-size: 13px;
}

.btn-lg {
  padding: 14px 28px;
  font-size: 16px;
}

.btn-xl {
  padding: 16px 36px;
  font-size: 17px;
}

.btn-icon {
  font-size: 22px;
}

.btn-icon-sm {
  font-size: 16px;
}

.btn-text-wrap {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.btn-main-text {
  font-size: 16px;
  font-weight: 700;
}

.btn-sub-text {
  font-size: 11px;
  opacity: 0.85;
}

.pulse-glow {
  animation: pulseGlow 2.5s infinite;
}

@keyframes pulseGlow {
  0% { box-shadow: 0 0 0 0 rgba(255, 107, 0, 0.5); }
  70% { box-shadow: 0 0 0 18px rgba(255, 107, 0, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 107, 0, 0); }
}

.hero-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.trust-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #334155;
}

.tb-check {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #E8F5E9;
  color: #2E7D32;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 800;
}

/* 3D Phone Showcase & Floating Badges */
.hero-showcase {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.glass-card {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.1);
  border-radius: var(--radius-md);
}

.float-badge {
  position: absolute;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 10;
  animation: badgeFloat 4s ease-in-out infinite alternate;
}

.float-top-left {
  top: 15%;
  left: -20px;
}

.float-bottom-right {
  bottom: 12%;
  right: -20px;
  animation-delay: 2s;
}

@keyframes badgeFloat {
  0% { transform: translateY(0); }
  100% { transform: translateY(-12px); }
}

.fb-icon {
  font-size: 24px;
}

.fb-text strong {
  display: block;
  font-size: 13px;
  color: var(--text-dark);
}

.fb-text small {
  font-size: 11px;
  color: var(--primary-saffron);
  font-weight: 600;
}

/* Phone Device Chassis */
.phone-device-wrapper {
  position: relative;
  perspective: 1000px;
}

.phone-chassis {
  width: 320px;
  height: 620px;
  background: #090E17;
  border: 10px solid #1E293B;
  border-radius: 46px;
  box-shadow: 0 30px 70px -15px rgba(0, 0, 0, 0.35), 0 0 50px rgba(255, 107, 0, 0.2);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

.phone-island {
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-top: 4px;
}

.island-camera {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1E293B;
  border: 2px solid #0F172A;
}

.island-sensor {
  width: 50px;
  height: 4px;
  border-radius: 4px;
  background: #1E293B;
}

/* Phone Display Area */
.phone-display {
  flex: 1;
  background: #F1F5F9;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.phone-tab-bar {
  display: flex;
  background: #0D1B2A;
  padding: 6px 8px;
  gap: 4px;
}

.p-tab {
  flex: 1;
  padding: 6px 0;
  border: none;
  background: transparent;
  color: #94A3B8;
  font-size: 11px;
  font-weight: 700;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s;
}

.p-tab.active {
  background: var(--primary-saffron);
  color: white;
}

.p-screen-content {
  flex: 1;
  overflow-y: auto;
  padding: 12px;
  display: none;
}

.p-screen-content.active {
  display: block;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Mockup Elements */
.m-card {
  padding: 12px;
  border-radius: var(--radius-md);
  color: white;
  margin-bottom: 10px;
}

.m-header-card {
  background: linear-gradient(135deg, #FF6B00 0%, #C62828 100%);
  text-align: center;
}

.m-mandal-tag {
  font-size: 11px;
  opacity: 0.9;
}

.m-title-head {
  font-size: 15px;
  font-weight: 800;
}

.m-receipt-box {
  background: white;
  border: 1.5px solid #FFCC80;
  border-radius: var(--radius-md);
  padding: 12px;
  font-size: 11px;
  margin-bottom: 10px;
}

.m-rec-no {
  font-weight: 700;
  color: var(--primary-saffron);
}

.m-rec-date {
  color: #64748B;
  font-size: 10px;
  margin-bottom: 6px;
}

.m-divider {
  height: 1px;
  background: #E2E8F0;
  margin: 6px 0;
}

.m-donor-name {
  font-size: 13px;
  font-weight: 800;
  color: var(--text-dark);
}

.m-donor-mobile {
  font-size: 10px;
  color: #64748B;
  margin-bottom: 8px;
}

.m-amount-badge {
  display: inline-block;
  font-size: 20px;
  font-weight: 800;
  color: #C62828;
  margin-bottom: 4px;
}

.m-words {
  font-size: 10px;
  color: #475569;
  font-style: italic;
  margin-bottom: 6px;
}

.m-paymode {
  font-size: 10px;
  color: #2E7D32;
  font-weight: 700;
}

.m-wa-shared-tag {
  margin-top: 8px;
  background: #E8F5E9;
  color: #2E7D32;
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 10px;
  font-weight: 700;
}

.m-btn-row {
  display: flex;
  gap: 6px;
}

.m-btn {
  flex: 1;
  padding: 8px;
  border: none;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 700;
  color: white;
  cursor: pointer;
}

.m-btn-green { background: #25D366; }
.m-btn-amber { background: #E65100; }

/* Passbook Mockup */
.m-passbook-head {
  background: #00695C;
}

.m-pb-title {
  font-size: 12px;
  opacity: 0.9;
}

.m-pb-bal {
  font-size: 16px;
  font-weight: 800;
}

.m-ledger-list {
  background: white;
  border-radius: var(--radius-md);
  padding: 10px;
}

.m-ledger-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px dashed #E2E8F0;
  font-size: 11px;
}

.m-ledger-row strong {
  display: block;
  font-size: 11px;
}

.m-ledger-row small {
  font-size: 9px;
  color: #64748B;
}

.amt-in {
  color: #2E7D32;
  font-weight: 800;
}

.amt-out {
  color: #C62828;
  font-weight: 800;
}

/* Duty Mockup */
.m-duty-head {
  background: #1B3B6F;
}

.m-duty-title {
  font-size: 14px;
  font-weight: 800;
}

.m-duty-sub {
  font-size: 10px;
  opacity: 0.85;
}

.m-duty-card {
  background: white;
  border-radius: var(--radius-md);
  padding: 10px;
  margin-bottom: 8px;
  border: 1px solid #E2E8F0;
  font-size: 10px;
}

.m-dt-badge {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 9px;
  margin-bottom: 4px;
}

.m-dt-badge.night { background: #E8EAF6; color: #1A237E; }
.m-dt-badge.flame { background: #FFF3E0; color: #E65100; }

.m-dt-time {
  font-weight: 700;
  color: #D84315;
  margin-bottom: 4px;
}

.m-dt-volunteers {
  color: #334155;
  margin-bottom: 2px;
}

.m-dt-incharge {
  color: #00695C;
  font-weight: 700;
}

/* Balance Sheet Mockup */
.m-balance-head {
  background: #5D4037;
}

.m-bal-t {
  font-size: 13px;
  font-weight: 800;
}

.m-bal-sub {
  font-size: 9px;
  opacity: 0.85;
}

.m-bal-table {
  display: flex;
  gap: 6px;
  background: white;
  border-radius: var(--radius-md);
  padding: 8px;
  font-size: 9px;
  margin-bottom: 6px;
}

.m-bal-side {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.m-retained-box {
  background: #FFF8E1;
  border: 1px solid #FFE082;
  padding: 6px 10px;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  margin-bottom: 6px;
}

.m-retained-box strong {
  color: #2E7D32;
  font-size: 12px;
}

.m-stamps-row {
  display: flex;
  justify-content: space-between;
  font-size: 8px;
  color: #64748B;
}

/* Live Counter Section */
.stats-counter-section {
  padding: 40px 0;
  background: white;
  border-top: 1px solid #E2E8F0;
  border-bottom: 1px solid #E2E8F0;
}

.stats-counter-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.stat-box {
  text-align: center;
  padding: 16px;
}

.stat-number {
  font-size: 38px;
  font-weight: 800;
  color: var(--primary-saffron);
  line-height: 1.1;
  margin-bottom: 6px;
  font-family: var(--font-en), var(--font-mr);
}

.stat-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 4px;
}

.stat-desc {
  font-size: 12px;
  color: var(--text-muted);
}

/* Comparison Section */
.comparison-section {
  padding: 90px 0;
  background: #F1F5F9;
}

.section-head {
  margin-bottom: 48px;
}

.section-tag {
  display: inline-block;
  padding: 6px 16px;
  background: rgba(255, 107, 0, 0.1);
  color: var(--primary-saffron);
  border-radius: var(--radius-full);
  font-size: 13px;
  font-weight: 700;
  border: 1px solid rgba(255, 107, 0, 0.25);
  margin-bottom: 14px;
  text-transform: uppercase;
}

.section-title {
  font-size: 36px;
  margin-bottom: 12px;
}

.section-subtitle {
  font-size: 17px;
  color: var(--text-muted);
  max-width: 650px;
  margin: 0 auto;
}

.comparison-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  max-width: 1080px;
  margin: 0 auto;
}

.comparison-card {
  background: white;
  border-radius: var(--radius-lg);
  padding: 36px;
  box-shadow: var(--shadow-sm);
  position: relative;
}

.comp-badge {
  display: inline-block;
  padding: 6px 16px;
  border-radius: var(--radius-full);
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 24px;
}

.badge-danger {
  background: #FFEBEE;
  color: #C62828;
}

.badge-success {
  background: #E8F5E9;
  color: #2E7D32;
}

.glass-glow {
  border: 2px solid #86EFAC;
  box-shadow: 0 16px 40px rgba(46, 125, 50, 0.1);
}

.comp-features {
  list-style: none;
}

.comp-features li {
  display: flex;
  gap: 14px;
  margin-bottom: 20px;
}

.comp-features strong {
  display: block;
  font-size: 15px;
  color: var(--text-dark);
  margin-bottom: 2px;
}

.comp-features p {
  font-size: 13px;
  color: var(--text-muted);
}

.cf-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
  flex-shrink: 0;
}

.cf-icon.cross {
  background: #FFEBEE;
  color: #C62828;
}

.cf-icon.check {
  background: #D1FAE5;
  color: #059669;
}

/* Features Filter Tabs & Grid */
.features-section {
  padding: 90px 0;
}

.feature-tabs-wrap {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.f-tab {
  padding: 10px 22px;
  background: white;
  border: 1px solid #CBD5E1;
  border-radius: var(--radius-full);
  font-size: 14px;
  font-weight: 600;
  color: var(--text-dark);
  cursor: pointer;
  transition: all 0.2s;
}

.f-tab.active {
  background: var(--primary-saffron);
  color: white;
  border-color: var(--primary-saffron);
  box-shadow: 0 4px 14px rgba(255, 107, 0, 0.3);
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.feature-card {
  background: white;
  border: 1px solid #E2E8F0;
  border-radius: var(--radius-lg);
  padding: 30px;
  box-shadow: var(--shadow-sm);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
  border-color: rgba(255, 107, 0, 0.35);
}

.feat-icon-bubble {
  width: 52px;
  height: 52px;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 20px;
}

.bg-crimson { background: rgba(198, 40, 40, 0.1); }
.bg-saffron { background: rgba(255, 107, 0, 0.1); }
.bg-green   { background: rgba(46, 125, 50, 0.1); }
.bg-teal    { background: rgba(0, 105, 92, 0.1); }
.bg-blue    { background: rgba(21, 101, 192, 0.1); }
.bg-brown   { background: rgba(93, 64, 55, 0.1); }
.bg-indigo  { background: rgba(27, 59, 111, 0.1); }
.bg-amber   { background: rgba(216, 67, 21, 0.1); }
.bg-magenta { background: rgba(136, 14, 79, 0.1); }
.bg-purple  { background: rgba(106, 27, 154, 0.1); }
.bg-forest  { background: rgba(16, 124, 65, 0.1); }
.bg-navy    { background: rgba(13, 37, 63, 0.1); }

.feat-title {
  font-size: 18px;
  margin-bottom: 10px;
}

.feat-desc {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.6;
  flex: 1;
  margin-bottom: 16px;
}

.feat-tag {
  display: inline-block;
  align-self: flex-start;
  padding: 4px 10px;
  background: #F1F5F9;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 700;
  color: #475569;
}

/* Simulator Section */
.simulator-section {
  padding: 90px 0;
  background: #F8FAFC;
}

.sim-grid {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 36px;
  align-items: center;
}

.sim-panel {
  border-radius: var(--radius-lg);
  padding: 30px;
}

.sim-controls {
  border: 1px solid #E2E8F0;
}

.sim-panel-title {
  font-size: 17px;
  margin-bottom: 22px;
}

.sim-form-group {
  margin-bottom: 16px;
}

.sim-form-group label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #334155;
}

.sim-field {
  width: 100%;
  padding: 11px 14px;
  border: 1.5px solid #CBD5E1;
  border-radius: var(--radius-sm);
  font-size: 14px;
  font-family: inherit;
  transition: border-color 0.2s;
}

.sim-field:focus {
  outline: none;
  border-color: var(--primary-saffron);
}

.sim-theme-selector {
  display: flex;
  gap: 8px;
}

.sim-t-btn {
  flex: 1;
  padding: 8px 4px;
  border: 1px solid #CBD5E1;
  background: white;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
}

.sim-t-btn.active {
  border-color: var(--primary-saffron);
  background: rgba(255, 107, 0, 0.1);
  color: var(--primary-saffron);
}

.sim-info-box {
  display: flex;
  gap: 10px;
  margin-top: 18px;
  padding: 12px;
  background: #FEF3C7;
  border: 1px solid #FDE68A;
  border-radius: 8px;
  font-size: 12px;
  color: #92400E;
}

/* Receipt Card Preview */
.receipt-card-preview {
  background: white;
  border-radius: var(--radius-lg);
  border: 2px solid #FFCC80;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.3s ease;
}

.rc-header {
  background: linear-gradient(135deg, #FF6B00 0%, #D84315 100%);
  color: white;
  padding: 22px;
  text-align: center;
  transition: background 0.3s;
}

.rc-mandal-name {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 4px;
}

.rc-fest-name {
  font-size: 12px;
  opacity: 0.9;
}

.rc-body {
  padding: 24px;
}

.rc-meta-row {
  display: flex;
  justify-content: space-between;
  padding: 7px 0;
  font-size: 14px;
}

.rc-dash-line {
  border-bottom: 1px dashed #E2E8F0;
  margin: 8px 0;
}

.rc-lbl {
  color: #64748B;
}

.rc-val {
  font-weight: 600;
  color: var(--text-dark);
}

.rc-donor {
  font-size: 15px;
}

.rc-amount {
  font-size: 20px;
  font-weight: 800;
  color: #D84315;
}

.rc-words {
  font-style: italic;
  color: #475569;
}

.rc-footer {
  padding: 16px 20px;
  background: #FFF8E1;
  text-align: center;
  border-top: 1px solid #FFE082;
}

.rc-stamp-tag {
  display: inline-block;
  border: 1.5px dashed #2E7D32;
  color: #2E7D32;
  padding: 4px 14px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 6px;
}

.rc-blessing-text {
  font-size: 11px;
  color: #795548;
  font-weight: 700;
}

/* Security Section */
.security-section {
  padding: 90px 0;
  background: #090E17;
  color: white;
}

.section-tag-light {
  display: inline-block;
  padding: 6px 16px;
  background: rgba(255, 107, 0, 0.2);
  color: #FFB74D;
  border-radius: var(--radius-full);
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 14px;
}

.sec-title {
  font-size: 36px;
  color: white;
  margin-bottom: 14px;
}

.sec-subtitle {
  color: #94A3B8;
  font-size: 16px;
  margin-bottom: 34px;
}

.security-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 48px;
  align-items: center;
}

.sec-feature-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sec-item {
  display: flex;
  gap: 16px;
}

.sec-item strong {
  display: block;
  font-size: 15px;
  color: white;
  margin-bottom: 2px;
}

.sec-item p {
  font-size: 13px;
  color: #94A3B8;
}

.sec-icon-circle {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.cosmic-shield-wrap {
  display: flex;
  justify-content: center;
}

.shield-core {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 107, 0, 0.25) 0%, rgba(9, 14, 23, 0.9) 70%);
  border: 2px solid rgba(255, 107, 0, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 0 60px rgba(255, 107, 0, 0.3);
}

.shield-glyph {
  font-size: 54px;
  margin-bottom: 10px;
}

.shield-caption strong {
  display: block;
  font-size: 14px;
  color: white;
}

.shield-caption small {
  color: #94A3B8;
  font-size: 11px;
}

/* FAQ Section */
.faq-section {
  padding: 90px 0;
}

.faq-accordion-list {
  max-width: 820px;
  margin: 0 auto;
}

.faq-card {
  background: white;
  border: 1px solid #E2E8F0;
  border-radius: var(--radius-md);
  margin-bottom: 14px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.faq-trigger {
  width: 100%;
  padding: 20px 24px;
  text-align: left;
  background: white;
  border: none;
  font-size: 16px;
  font-weight: 700;
  color: var(--text-dark);
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-icon {
  font-size: 22px;
  color: var(--primary-saffron);
  transition: transform 0.3s;
}

.faq-content {
  padding: 0 24px 20px 24px;
  display: none;
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.7;
}

.faq-card.open .faq-content {
  display: block;
}

.faq-card.open .faq-icon {
  transform: rotate(45deg);
}

/* Final CTA Banner Section */
.cta-banner-section {
  padding: 70px 0 90px 0;
}

.cta-banner-box {
  background: linear-gradient(135deg, #0F172A 0%, #1E293B 100%);
  border-radius: var(--radius-xl);
  padding: 64px 36px;
  text-align: center;
  color: white;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.cta-badge {
  display: inline-block;
  padding: 6px 16px;
  background: rgba(255, 107, 0, 0.18);
  color: var(--primary-saffron);
  border-radius: var(--radius-full);
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 18px;
}

.cta-title {
  font-size: 38px;
  color: white;
  margin-bottom: 14px;
}

.cta-desc {
  font-size: 17px;
  color: #94A3B8;
  max-width: 620px;
  margin: 0 auto 36px auto;
}

.cta-btn-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
}

.cta-trust-tags {
  display: flex;
  justify-content: center;
  gap: 32px;
  font-size: 13px;
  color: #CBD5E1;
}

/* Footer */
.footer {
  background: #080C14;
  color: #94A3B8;
  padding: 80px 0 28px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1.5fr;
  gap: 48px;
  margin-bottom: 48px;
}

.text-white { color: white; }
.text-saffron { color: var(--primary-saffron); }

.footer-text {
  font-size: 14px;
  line-height: 1.7;
  margin: 16px 0;
}

.footer-motto {
  font-size: 13px;
  color: var(--gold-accent);
  font-weight: 700;
}

.footer-heading {
  font-size: 16px;
  color: white;
  margin-bottom: 20px;
}

.footer-list {
  list-style: none;
}

.footer-list li {
  margin-bottom: 10px;
}

.footer-list a {
  color: #94A3B8;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s;
}

.footer-list a:hover {
  color: var(--primary-saffron);
}

.contact-info-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.ci-row {
  display: flex;
  gap: 12px;
  font-size: 13px;
}

.ci-icon {
  font-size: 18px;
}

.ci-row strong {
  color: white;
}

.ci-row a {
  color: #94A3B8;
  text-decoration: none;
}

.ci-row a:hover {
  color: var(--primary-saffron);
}

.footer-bottom {
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 13px;
  text-align: center;
}

/* Floating Scroll-to-Top Button */
.scroll-top-btn {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--primary-saffron);
  color: white;
  border: none;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(255, 107, 0, 0.4);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 990;
  transition: transform 0.2s;
}

.scroll-top-btn:hover {
  transform: translateY(-4px);
}

/* Responsive Breakpoints */
@media (max-width: 1024px) {
  .hero-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-cta-group {
    justify-content: center;
  }

  .hero-trust-row {
    justify-content: center;
  }

  .float-badge {
    display: none;
  }

  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sim-grid {
    grid-template-columns: 1fr;
  }

  .security-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .sec-item {
    text-align: left;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .stats-counter-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .nav-links {
    display: none;
  }

  .mobile-toggle-btn {
    display: flex;
  }

  .hero-title {
    font-size: 34px;
  }

  .comparison-grid {
    grid-template-columns: 1fr;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .stats-counter-grid {
    grid-template-columns: 1fr;
  }

  .cta-title {
    font-size: 28px;
  }

  .cta-trust-tags {
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 28px;
  }

  .phone-chassis {
    width: 290px;
    height: 560px;
  }

  .btn-lg, .btn-xl {
    width: 100%;
    padding: 14px 20px;
  }
}
