 /* ==========================================================================
       BRAND PALETTE & GLOBAL STYLES (SEVA4YUVA Logo Gradient Architecture)
       ========================================================================== */
    :root {
      --s4y-green: #10A360;
      --s4y-teal: #0284C7;
      --s4y-purple: #7C3AED;
      --s4y-pink: #EC4899;
      --s4y-orange: #F97316;
      --s4y-dark: #0F172A;
      --s4y-body: #334155;
      --s4y-light-bg: #F8FAFC;
      --s4y-cream-bg: #FDFBF7;
      --s4y-card-border: #E2E8F0;
      
      /* Multi-stop Brand Gradient */
      --s4y-gradient-primary: linear-gradient(135deg, #10A360 0%, #0284C7 30%, #7C3AED 70%, #EC4899 100%);
      --s4y-gradient-hover: linear-gradient(135deg, #0d874f 0%, #026ca3 30%, #682cd1 70%, #d43b85 100%);
      --s4y-gradient-subtle: linear-gradient(135deg, rgba(16,163,96,0.06), rgba(124,58,237,0.06));
    }

    body {
      font-family: 'Plus Jakarta Sans', sans-serif;
      color: var(--s4y-body);
      background-color: #FFFFFF;
      overflow-x: hidden;
      scroll-behavior: smooth;
    }

    h1, h2, h3, h4, h5, h6 {
      color: var(--s4y-dark);
      font-weight: 700;
    }

    .marathi-font {
      font-family: 'Yantramanav', sans-serif;
    }

    /* Gradient Text & Background Utilities */
    .text-gradient {
      background: var(--s4y-gradient-primary);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      display: inline-block;
    }

    .bg-gradient-s4y {
      background: var(--s4y-gradient-primary);
    }

    .bg-cream {
      background-color: var(--s4y-cream-bg);
    }

    .bg-light-s4y {
      background-color: var(--s4y-light-bg);
    }

    /* Section Global Styles */
    section {
      padding: 80px 0;
      position: relative;
    }

    @media (max-width: 768px) {
      section {
        padding: 55px 0;
      }
    }

    .section-badge {
      display: inline-block;
      padding: 6px 18px;
      border-radius: 50px;
      font-size: 0.82rem;
      font-weight: 700;
      letter-spacing: 1px;
      text-transform: uppercase;
      background: rgba(124, 58, 237, 0.1);
      color: var(--s4y-purple);
      margin-bottom: 15px;
      border: 1px solid rgba(124, 58, 237, 0.2);
    }

    .section-title {
      font-size: 2.25rem;
      font-weight: 800;
      margin-bottom: 18px;
      letter-spacing: -0.5px;
      line-height: 1.25;
    }

    .section-subtitle {
      font-size: 1.05rem;
      color: #64748B;
      max-width: 700px;
      margin: 0 auto 40px auto;
      line-height: 1.6;
    }

    /* Modern Responsive Buttons */
    .btn-s4y-primary {
      background: var(--s4y-gradient-primary);
      color: #FFF !important;
      border: none;
      font-weight: 700;
      padding: 12px 30px;
      border-radius: 50px;
      transition: all 0.3s ease;
      box-shadow: 0 8px 20px -4px rgba(124, 58, 237, 0.4);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
    }

    .btn-s4y-primary:hover {
      background: var(--s4y-gradient-hover);
      transform: translateY(-2px);
      box-shadow: 0 12px 25px -4px rgba(124, 58, 237, 0.55);
    }

    .btn-s4y-outline {
      border: 2px solid var(--s4y-purple);
      color: var(--s4y-purple) !important;
      background: transparent;
      font-weight: 700;
      padding: 10px 28px;
      border-radius: 50px;
      transition: all 0.3s ease;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
    }

    .btn-s4y-outline:hover {
      background: var(--s4y-purple);
      color: #FFF !important;
      transform: translateY(-2px);
      box-shadow: 0 8px 20px -4px rgba(124, 58, 237, 0.3);
    }

    /* ==========================================================================
       01. NAVBAR / HEADER
       ========================================================================== */
    .navbar {
      padding: 16px 0;
      transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
      background: transparent;
    }

    .navbar.scrolled {
      background: rgba(253, 251, 247, 0.95) !important;
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      box-shadow: 0 4px 20px rgba(15, 23, 42, 0.08);
      padding: 10px 0;
    }

    .brand-logo-img {
      max-height: 48px;
      width: auto;
      transition: transform 0.3s ease;
    }

    .nav-link {
      color: var(--s4y-dark) !important;
      font-weight: 600;
      font-size: 0.92rem;
      padding: 8px 14px !important;
      transition: all 0.2s ease;
      border-radius: 8px;
    }

    .nav-link:hover, .nav-link.active {
      color: var(--s4y-purple) !important;
      background: rgba(124, 58, 237, 0.06);
    }

    /* Mobile Navbar Toggler Styling */
    .navbar-toggler {
      border: none;
      padding: 6px 10px;
      border-radius: 10px;
      background: rgba(124, 58, 237, 0.08);
    }

    .navbar-toggler:focus {
      box-shadow: 0 0 0 0.25rem rgba(124, 58, 237, 0.2);
    }

    /* ==========================================================================
       02. HERO SECTION
       ========================================================================== */
    .hero-section {
      padding-top: 140px;
      padding-bottom: 90px;
      background: radial-gradient(circle at 90% 10%, rgba(236,72,153,0.08) 0%, transparent 40%),
                  radial-gradient(circle at 10% 90%, rgba(16,163,96,0.08) 0%, transparent 40%),
                  radial-gradient(circle at 50% 50%, rgba(2,132,199,0.05) 0%, transparent 60%);
    }

    .hero-tagline {
      font-size: 1.15rem;
      font-weight: 700;
      color: var(--s4y-purple);
      margin-bottom: 12px;
      display: inline-flex;
      align-items: center;
      gap: 6px;
    }

    .hero-title {
      font-size: 3.2rem;
      font-weight: 800;
      line-height: 1.15;
      margin-bottom: 20px;
      letter-spacing: -1px;
    }

    .hero-desc {
      font-size: 1.1rem;
      color: #475569;
      line-height: 1.7;
      margin-bottom: 30px;
    }

    .hero-img-box {
      position: relative;
      border-radius: 24px;
      overflow: hidden;
      box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
      border: 4px solid #FFFFFF;
    }

    .hero-img-box img {
      width: 100%;
      height: 440px;
      object-fit: cover;
      display: block;
    }

    .hero-badge-overlay {
      position: absolute;
      bottom: 20px;
      left: 20px;
      right: 20px;
      background: rgba(255, 255, 255, 0.94);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      padding: 16px 20px;
      border-radius: 16px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
      border: 1px solid rgba(255, 255, 255, 0.6);
    }

    /* ==========================================================================
       03. WHY SEVA4YUVA CARD SYSTEM
       ========================================================================== */
    .why-card {
      background: #FFF;
      border-radius: 20px;
      padding: 35px 25px;
      border: 1px solid var(--s4y-card-border);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
      transition: all 0.3s ease;
      height: 100%;
    }

    .why-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 20px 40px rgba(124, 58, 237, 0.1);
      border-color: rgba(124, 58, 237, 0.3);
    }

    .why-icon {
      width: 65px;
      height: 65px;
      border-radius: 18px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.75rem;
      margin-bottom: 22px;
    }

    /* ==========================================================================
       04. FOUNDER'S VISION
       ========================================================================== */
    .founder-card {
      background: #FFF;
      border-radius: 24px;
      padding: 40px;
      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
      border: 1px solid var(--s4y-card-border);
      border-left: 6px solid var(--s4y-purple);
      position: relative;
    }

    .founder-img {
      border-radius: 20px;
      width: 100%;
      max-height: 380px;
      object-fit: cover;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    }

    /* ==========================================================================
       05. VISION & MISSION
       ========================================================================== */
    .vm-card {
      background: #FFF;
      border-radius: 24px;
      padding: 38px;
      height: 100%;
      box-shadow: 0 10px 30px rgba(0,0,0,0.04);
      border: 1px solid var(--s4y-card-border);
      position: relative;
      overflow: hidden;
    }

    .vm-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 5px;
      background: var(--s4y-gradient-primary);
    }

    .mission-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .mission-list li {
      padding: 12px 0;
      border-bottom: 1px dashed #E2E8F0;
      display: flex;
      align-items: flex-start;
    }

    .mission-list li:last-child {
      border-bottom: none;
    }

    .mission-list i {
      color: var(--s4y-green);
      margin-right: 12px;
      margin-top: 3px;
      font-size: 1.1rem;
    }

    /* ==========================================================================
       06. FOUR PILLARS
       ========================================================================== */
    .pillar-card {
      border-radius: 20px;
      padding: 32px 26px;
      color: #FFF;
      position: relative;
      overflow: hidden;
      height: 100%;
      transition: all 0.3s ease;
      box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    }

    .pillar-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 18px 35px rgba(0,0,0,0.15);
    }

    .pillar-num {
      font-size: 3.5rem;
      font-weight: 800;
      opacity: 0.22;
      position: absolute;
      top: 10px;
      right: 20px;
      line-height: 1;
    }

    .pillar-1 { background: linear-gradient(135deg, #10A360 0%, #059669 100%); }
    .pillar-2 { background: linear-gradient(135deg, #0284C7 0%, #2563EB 100%); }
    .pillar-3 { background: linear-gradient(135deg, #7C3AED 0%, #9333EA 100%); }
    .pillar-4 { background: linear-gradient(135deg, #EC4899 0%, #E11D48 100%); }

    /* ==========================================================================
       08. OUR REACH & DISTRICTS
       ========================================================================== */
    .district-badge {
      background: #FFF;
      border: 1px solid #CBD5E1;
      padding: 8px 16px;
      border-radius: 50px;
      font-size: 0.88rem;
      font-weight: 600;
      margin: 4px;
      display: inline-flex;
      align-items: center;
      gap: 6px;
      transition: all 0.2s ease;
      box-shadow: 0 2px 6px rgba(0,0,0,0.02);
      color: var(--s4y-dark);
    }

    .district-badge:hover {
      background: var(--s4y-purple);
      color: #FFF;
      border-color: var(--s4y-purple);
      transform: translateY(-2px);
      box-shadow: 0 6px 15px rgba(124, 58, 237, 0.25);
    }

    .district-badge:hover i {
      color: #FFF !important;
    }

    /* ==========================================================================
       09. KEY HIGHLIGHTS / STATS
       ========================================================================== */
    .stat-card {
      background: #FFF;
      padding: 32px 20px;
      border-radius: 20px;
      text-align: center;
      border: 1px solid var(--s4y-card-border);
      box-shadow: 0 10px 25px rgba(0,0,0,0.03);
      height: 100%;
      transition: transform 0.3s ease;
    }

    .stat-card:hover {
      transform: translateY(-4px);
    }

    .stat-number {
      font-size: 2.8rem;
      font-weight: 800;
      background: var(--s4y-gradient-primary);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      line-height: 1.1;
      margin-bottom: 8px;
    }

    /* ==========================================================================
       10-18. PROGRAM CARDS & GRID
       ========================================================================== */
    .program-card {
      background: #FFF;
      border-radius: 20px;
      padding: 26px;
      border: 1px solid var(--s4y-card-border);
      height: 100%;
      transition: all 0.3s ease;
      box-shadow: 0 5px 15px rgba(0,0,0,0.03);
    }

    .program-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 15px 30px rgba(2, 132, 199, 0.12);
      border-color: var(--s4y-teal);
    }

    .program-num {
      width: 42px;
      height: 42px;
      border-radius: 12px;
      background: rgba(2, 132, 199, 0.1);
      color: var(--s4y-teal);
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 800;
      margin-bottom: 16px;
    }

    .program-detail-card {
      background: #FFF;
      border-radius: 24px;
      padding: 36px;
      border: 1px solid var(--s4y-card-border);
      box-shadow: 0 10px 25px rgba(0,0,0,0.03);
    }

    /* ==========================================================================
       21 & 22. MEMBERSHIP & REGISTRATION FORM
       ========================================================================== */
    .membership-card {
      background: linear-gradient(135deg, #1E293B 0%, #0F172A 100%);
      color: #FFF;
      border-radius: 24px;
      padding: 42px 35px;
      position: relative;
      overflow: hidden;
      border: 1px solid rgba(255,255,255,0.1);
      box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    }

    .form-card {
      background: #FFF;
      border-radius: 24px;
      padding: 40px;
      box-shadow: 0 20px 50px rgba(0,0,0,0.06);
      border: 1px solid var(--s4y-card-border);
    }

    .form-control, .form-select {
      height: 48px;
      border-radius: 12px;
      border: 1px solid #CBD5E1;
      padding: 10px 16px;
      font-size: 0.95rem;
      color: var(--s4y-dark);
      transition: all 0.2s ease;
    }

    .form-control:focus, .form-select:focus {
      border-color: var(--s4y-purple);
      box-shadow: 0 0 0 0.25rem rgba(124, 58, 237, 0.15);
    }

    .amount-box {
      border: 2px solid #E2E8F0;
      border-radius: 16px;
      padding: 18px 12px;
      text-align: center;
      cursor: pointer;
      transition: all 0.3s ease;
      background: #FFF;
    }

    .amount-box:hover {
      border-color: var(--s4y-purple);
    }

    .amount-box.active {
      border-color: var(--s4y-green);
      background: rgba(16, 163, 96, 0.05);
      box-shadow: 0 4px 15px rgba(16, 163, 96, 0.15);
    }

    /* Custom File Input Styling */
    .file-upload-wrapper {
      position: relative;
      border: 2px dashed #CBD5E1;
      border-radius: 14px;
      padding: 20px;
      text-align: center;
      background: #F8FAFC;
      transition: all 0.3s ease;
      cursor: pointer;
    }

    .file-upload-wrapper:hover {
      border-color: var(--s4y-purple);
      background: rgba(124, 58, 237, 0.02);
    }

    .file-upload-wrapper input[type="file"] {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      cursor: pointer;
    }

    /* ==========================================================================
       FOOTER
       ========================================================================== */
    .footer {
      background: var(--s4y-dark);
      color: #94A3B8;
      padding-top: 70px;
      padding-bottom: 30px;
      border-top: 1px solid rgba(255,255,255,0.05);
    }

    .footer h5 {
      color: #FFF;
      font-weight: 700;
      margin-bottom: 20px;
    }

    .footer-links {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .footer-links li {
      margin-bottom: 12px;
    }

    .footer-links a {
      color: #94A3B8;
      text-decoration: none;
      transition: color 0.2s ease;
      font-size: 0.92rem;
    }

    .footer-links a:hover {
      color: #FFF;
    }
.policy-header {
      padding: 50px 0 30px;
      background: radial-gradient(circle at top right, rgba(236,72,153,0.06), transparent 40%),
                  radial-gradient(circle at bottom left, rgba(16,163,96,0.06), transparent 40%);
    }

    .policy-tabs .nav-link {
      color: #64748B;
      font-weight: 700;
      padding: 14px 24px;
      border-radius: 50px;
      border: 1px solid transparent;
      transition: all 0.3s ease;
      margin-right: 8px;
      margin-bottom: 10px;
    }

    .policy-tabs .nav-link:hover {
      color: var(--s4y-purple);
      background-color: rgba(124, 58, 237, 0.05);
    }

    .policy-tabs .nav-link.active {
      background: var(--s4y-gradient-primary);
      color: #FFFFFF !important;
      box-shadow: 0 8px 18px -4px rgba(124, 58, 237, 0.4);
    }

    .policy-card {
      background: #FFFFFF;
      border-radius: 24px;
      border: 1px solid var(--s4y-card-border);
      box-shadow: 0 10px 30px rgba(0,0,0,0.03);
      padding: 40px;
      margin-bottom: 50px;
    }

    .policy-section-title {
      color: var(--s4y-dark);
      font-weight: 800;
      font-size: 1.25rem;
      margin-top: 30px;
      margin-bottom: 12px;
      padding-bottom: 6px;
      border-bottom: 2px solid var(--s4y-light-bg);
    }

    .policy-section-title:first-of-type {
      margin-top: 10px;
    }

    .policy-card p, .policy-card li {
      font-size: 0.98rem;
      line-height: 1.75;
      color: #475569;
    }

    .policy-card ul {
      padding-left: 20px;
    }
    /* Mobile Responsive Tweaks */
    @media (max-width: 991px) {
      .hero-title { font-size: 2.5rem; }
      .section-title { font-size: 1.85rem; }
      .form-card { padding: 25px; }
      .founder-card { padding: 25px; }
      .membership-card { text-align: center; }
    }
    @media (max-width: 768px) {
      .policy-card { padding: 25px; }
      .policy-tabs .nav-link { width: 100%; text-align: center; }
    }
    @media (max-width: 576px) {
      .hero-title { font-size: 2.1rem; }
      .hero-img-box img { height: 320px; }
      .stat-number { font-size: 2.2rem; }
    }