/* ============================================================
   TALEEMI CARD — LANDING PAGE CSS
   ============================================================ */

/* ── NOTICE BANNER ── */
.notice-banner{background:#c8922a;color:#fff;text-align:center;padding:10px 20px;font-size:13px;font-weight:500}
.notice-banner a{color:#fff;font-weight:700;margin-left:8px}

/* ── HEADER ── */
.site-header{background:#1a5c2e;position:sticky;top:0;z-index:100;box-shadow:0 2px 8px rgba(0,0,0,0.2)}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:64px}
.header-logo{display:flex;align-items:center;gap:12px;text-decoration:none}
.logo-circle{width:40px;height:40px;border:2px solid rgba(255,255,255,0.35);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px}
.logo-main{display:block;font-family:'Noto Nastaliq Urdu',serif;font-size:18px;color:#f0c060;line-height:1.1}
.logo-sub{display:block;font-size:10px;color:rgba(255,255,255,0.55)}
.header-nav{display:flex;gap:2px}
.header-nav a{padding:8px 13px;font-size:13px;font-weight:500;color:rgba(255,255,255,0.72);text-decoration:none;border-radius:6px;transition:all .15s;white-space:nowrap}
.header-nav a:hover{background:rgba(255,255,255,0.1);color:#fff}
.nav-register{background:rgba(200,146,42,0.85)!important;color:#fff!important}
.nav-register:hover{background:#c8922a!important}
.nav-toggle{display:none;background:none;border:none;color:#fff;font-size:22px;cursor:pointer;padding:4px 8px}

/* ── HERO ── */
.hero{background:linear-gradient(150deg,#1a5c2e 0%,#2a7a3f 52%,#1c3a27 100%);min-height:88vh;display:flex;align-items:center;position:relative;overflow:hidden}
.hero::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 75% 25%,rgba(200,146,42,0.13) 0%,transparent 50%),radial-gradient(circle at 15% 75%,rgba(200,146,42,0.07) 0%,transparent 45%)}
.hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;padding:80px 0;position:relative;z-index:1}
.hero-eyebrow{font-size:11px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:rgba(255,255,255,0.5);margin-bottom:14px}
.hero-title{font-size:46px;font-weight:800;color:#fff;line-height:1.1;margin-bottom:10px}
.hero-tagline{font-size:22px;color:rgba(255,255,255,0.65);margin-bottom:18px;line-height:1.7}
.hero-desc{font-size:15px;color:rgba(255,255,255,0.7);margin-bottom:32px;line-height:1.8;max-width:460px}
.hero-btns{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:14px}
.hero-note{font-size:12px;color:rgba(255,255,255,0.38)}

/* ── BUTTONS ── */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 26px;border-radius:9px;font-size:14px;font-weight:600;border:none;cursor:pointer;text-decoration:none;transition:all .15s;line-height:1}
.btn-gold{background:#c8922a;color:#fff;box-shadow:0 4px 14px rgba(200,146,42,0.3)}
.btn-gold:hover{background:#a87820;transform:translateY(-1px)}
.btn-outline-white{background:transparent;border:2px solid rgba(255,255,255,0.35);color:#fff}
.btn-outline-white:hover{background:rgba(255,255,255,0.08)}
.btn-lg{padding:15px 36px;font-size:15px}
.btn-primary{background:#1a5c2e;color:#fff}
.btn-primary:hover{background:#2a7a3f}

/* ── HERO CARD ── */
.hero-visual{display:flex;flex-direction:column;align-items:center;gap:18px}
.tc-card-sample{width:320px;height:198px;background:linear-gradient(135deg,rgba(255,255,255,0.13),rgba(255,255,255,0.04));border:1px solid rgba(255,255,255,0.18);border-radius:18px;padding:18px 22px;color:#fff;position:relative;overflow:hidden;backdrop-filter:blur(8px);box-shadow:0 16px 48px rgba(0,0,0,0.3)}
.tc-card-sample::before{content:'';position:absolute;top:-28px;right:-28px;width:120px;height:120px;border-radius:50%;background:rgba(255,255,255,0.05)}
.tc-card-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:18px}
.tc-org{font-size:10px;font-weight:600;color:rgba(255,255,255,0.6)}
.tc-org span{display:block;font-size:9px;font-weight:400;color:rgba(255,255,255,0.45)}
.tc-title-ur{font-size:17px;color:#f0c060;direction:rtl;line-height:1.2;font-family:'Noto Nastaliq Urdu',serif}
.tc-title-ur small{display:block;font-size:10px;color:rgba(255,255,255,0.45)}
.tc-card-label{font-size:8px;letter-spacing:1.5px;text-transform:uppercase;color:rgba(255,255,255,0.4);margin-bottom:2px}
.tc-card-name{font-size:13px;font-weight:600;color:#fff;margin-bottom:2px}
.tc-card-num{font-size:9px;color:rgba(255,255,255,0.38);letter-spacing:1px;margin-bottom:14px}
.tc-card-bottom{display:flex;justify-content:space-between;align-items:flex-end}
.tc-meta{font-size:8px;color:rgba(255,255,255,0.4)}
.tc-meta strong{display:block;font-size:12px;font-weight:700;color:#f0c060}
.tc-qr{width:44px;height:44px;background:#fff;border-radius:5px;display:flex;align-items:center;justify-content:center;font-size:10px;color:#888;font-weight:600}
.tc-card-note{font-size:12px;color:rgba(255,255,255,0.48);text-align:center;line-height:1.5}
.tc-card-note strong{color:rgba(255,255,255,0.75)}

/* ── STATS ── */
.stats-strip{background:#f7faf8;border-top:1px solid #e4eee6;border-bottom:1px solid #e4eee6;padding:30px 0}
.stats-inner{display:grid;grid-template-columns:repeat(4,1fr);text-align:center}
.stat-item{padding:0 16px;border-right:1px solid #dde8e1}
.stat-item:last-child{border-right:none}
.stat-num{font-size:38px;font-weight:800;color:#1a5c2e;line-height:1}
.stat-label{font-size:12px;color:#999;margin-top:5px}

/* ── SECTION BASE ── */
.section{padding:72px 0}
.section-alt{background:#f7faf8}
.section-head{text-align:center;margin-bottom:48px}
.eyebrow{font-size:11px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#3a9a52;margin-bottom:7px}
.s-title{font-size:32px;font-weight:700;color:#1a5c2e;margin-bottom:10px}
.s-desc{font-size:15px;color:#666;max-width:540px;margin:0 auto}

/* ── HOW IT WORKS ── */
.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.step-card{background:#fff;border:1px solid #dde8e1;border-radius:13px;padding:26px 20px;text-align:center;box-shadow:0 1px 4px rgba(0,0,0,0.05);transition:box-shadow .2s,transform .2s}
.step-card:hover{box-shadow:0 8px 22px rgba(0,0,0,0.09);transform:translateY(-3px)}
.step-num-circle{width:40px;height:40px;border-radius:50%;background:#1a5c2e;color:#fff;font-size:17px;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 14px}
.step-icon{font-size:30px;margin-bottom:12px}
.step-card h3{font-size:14px;font-weight:600;color:#1a5c2e;margin-bottom:7px}
.step-card p{font-size:13px;color:#888;line-height:1.6}

/* ── ELIGIBILITY ── */
.elig-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:start}
.elig-list{display:flex;flex-direction:column;gap:12px}
.elig-item{display:flex;align-items:flex-start;gap:14px;padding:16px 18px;background:#fff;border:1px solid #dde8e1;border-radius:11px;box-shadow:0 1px 3px rgba(0,0,0,0.04)}
.elig-icon{font-size:22px;flex-shrink:0;width:42px;height:42px;background:#e8f5ec;border-radius:9px;display:flex;align-items:center;justify-content:center}
.elig-item h4{font-size:13px;font-weight:600;color:#1a5c2e;margin-bottom:3px}
.elig-item p{font-size:12px;color:#888;line-height:1.5}
.elig-highlight{background:#1a5c2e;border-radius:16px;padding:32px}
.elig-highlight h3{font-size:18px;font-weight:700;color:#f0c060;margin-bottom:16px}
.elig-amount{font-size:48px;font-weight:800;color:#fff;line-height:1;margin-bottom:4px}
.elig-amount-label{font-size:12px;color:rgba(255,255,255,0.55);margin-bottom:0}
.elig-divider{border:none;border-top:1px solid rgba(255,255,255,0.13);margin:18px 0}
.elig-uses-label{font-size:12px;color:rgba(255,255,255,0.5);margin-bottom:10px}
.elig-tags{display:flex;flex-wrap:wrap;gap:7px}
.elig-tags span{background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.18);color:#fff;font-size:12px;padding:5px 13px;border-radius:20px}
.elig-issuer-label{font-size:11px;color:rgba(255,255,255,0.45);margin-bottom:3px}
.elig-issuer{font-size:14px;font-weight:600;color:#fff}
.elig-issuer-sub{font-size:12px;color:rgba(255,255,255,0.45)}

/* ── QUOTA ── */
.quota-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.quota-card{border-radius:13px;padding:28px 24px;text-align:center}
.quota-ji{background:#1a5c2e;color:#fff}
.quota-school{background:#2a7a3f;color:#fff}
.quota-general{background:#e8f5ec;border:1px solid #dde8e1;color:#1a5c2e}
.quota-pct{font-size:54px;font-weight:800;line-height:1;margin-bottom:8px}
.quota-ji .quota-pct,.quota-school .quota-pct{color:#f0c060}
.quota-title{font-size:14px;font-weight:600;margin-bottom:8px}
.quota-desc{font-size:12px;line-height:1.6;opacity:.75}

/* ── FAQ ── */
.faq-list{max-width:740px;margin:0 auto;display:flex;flex-direction:column;gap:10px}
.faq-item{background:#fff;border:1px solid #dde8e1;border-radius:11px;overflow:hidden}
.faq-q{padding:16px 20px;font-size:14px;font-weight:600;color:#1a5c2e;cursor:pointer;display:flex;justify-content:space-between;align-items:center;user-select:none;gap:12px}
.faq-q:hover{background:#f7faf8}
.faq-icon{font-size:20px;color:#3a9a52;transition:transform .2s;flex-shrink:0;line-height:1}
.faq-a{padding:0 20px;font-size:13px;color:#666;line-height:1.7;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s}
.faq-item.open .faq-a{max-height:200px;padding:0 20px 16px}
.faq-item.open .faq-icon{transform:rotate(45deg)}

/* ── CTA ── */
.section-cta{background:linear-gradient(135deg,#1a5c2e,#2a7a3f)}
.cta-inner{text-align:center;padding:64px 20px}
.cta-inner h2{font-size:36px;font-weight:800;color:#fff;margin-bottom:10px}
.cta-inner p{font-size:16px;color:rgba(255,255,255,0.68);margin-bottom:32px;max-width:480px;margin-left:auto;margin-right:auto}
.cta-btns{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:20px}
.cta-tagline{font-size:12px;color:rgba(255,255,255,0.35)}

/* ── FOOTER ── */
.site-footer{background:#1a5c2e;color:rgba(255,255,255,0.68);padding:36px 0 0}
.footer-inner{display:flex;justify-content:space-between;align-items:flex-start;gap:28px;padding-bottom:24px;border-bottom:1px solid rgba(255,255,255,0.1)}
.footer-logo{font-family:'Noto Nastaliq Urdu',serif;font-size:20px;color:#f0c060;margin-bottom:8px}
.footer-desc{font-size:12px;color:rgba(255,255,255,0.45);max-width:270px;line-height:1.7}
.footer-links{display:flex;flex-direction:column;gap:9px}
.footer-links a{font-size:13px;color:rgba(255,255,255,0.58);text-decoration:none}
.footer-links a:hover{color:#fff}
.footer-bottom{padding:14px 0;text-align:center;font-size:12px;color:rgba(255,255,255,0.32)}
.footer-bottom strong{color:rgba(255,255,255,0.55)}

/* ── RESPONSIVE ── */
@media(max-width:900px){
  .hero-inner{grid-template-columns:1fr;gap:36px;padding:56px 0}
  .hero-title{font-size:34px}
  .hero-visual{display:none}
  .steps-grid{grid-template-columns:1fr 1fr}
  .elig-grid,.quota-grid{grid-template-columns:1fr}
  .stats-inner{grid-template-columns:1fr 1fr}
  .stat-item:nth-child(2){border-right:none}
  .stat-item:nth-child(1),.stat-item:nth-child(2){border-bottom:1px solid #dde8e1;padding-bottom:16px;margin-bottom:4px}
}
@media(max-width:600px){
  .header-nav{display:none;position:absolute;top:64px;left:0;right:0;background:#1a5c2e;flex-direction:column;padding:10px 0;box-shadow:0 4px 14px rgba(0,0,0,0.2)}
  .header-nav.open{display:flex}
  .nav-toggle{display:block}
  .hero-title{font-size:28px}
  .steps-grid{grid-template-columns:1fr}
  .hero-btns,.cta-btns{flex-direction:column}
  .btn-lg{width:100%}
  .stats-inner{grid-template-columns:1fr 1fr}
  .footer-inner{flex-direction:column}
}
