/* ============================================================
   PLACYFY.IN — style.css (India Hub — saffron accent)
   ============================================================ */
:root {
    --primary: #f97316;
    --primary-dark: #c2460a;
    --accent: #16a34a;
    --dark: #0c0e1a;
    --dark-card: #141728;
    --dark-border: #232540;
    --text-muted: #8891a9;
    --light-bg: #fff9f5;
    --radius: 12px;
    --shadow: 0 4px 24px rgba(249,115,22,.12);
}

*, *::before, *::after { box-sizing: border-box; }

body { font-family: 'Inter', sans-serif; color: #1a1d2e; background: #fff; line-height: 1.7; }

/* ── Navbar ── */
#mainNav { background: rgba(12,14,26,.97); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(255,255,255,.06); transition: box-shadow .3s; }
#mainNav.scrolled { box-shadow: 0 2px 24px rgba(249,115,22,.15); }
.nav-link { color: rgba(255,255,255,.78) !important; font-size: .93rem; font-weight: 500; padding: .5rem .85rem !important; border-radius: 8px; transition: all .2s; }
.nav-link:hover, .nav-link.active { color: #fff !important; background: rgba(249,115,22,.18); }

/* ── Hero ── */
.hero { background: linear-gradient(135deg, #0c0e1a 0%, #1a0a00 50%, #0c0e1a 100%); min-height: 88vh; display: flex; align-items: center; position: relative; overflow: hidden; padding: 80px 0 60px; }
.hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 50% at 70% 50%, rgba(249,115,22,.15) 0%, transparent 70%); pointer-events: none; }
.hero-badge { display: inline-block; background: rgba(249,115,22,.15); color: #fb923c; border: 1px solid rgba(249,115,22,.3); border-radius: 50px; padding: .3rem 1.1rem; font-size: .8rem; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 1.2rem; }
.hero h1 { font-size: clamp(2.2rem,5vw,3.8rem); font-weight: 800; color: #fff; line-height: 1.15; }
.hero .lead { font-size: 1.1rem; color: rgba(255,255,255,.68); max-width: 560px; }
.hero-stats { border-top: 1px solid rgba(255,255,255,.1); padding-top: 1.5rem; margin-top: 1.5rem; }
.hero-stat-num { font-size: 2rem; font-weight: 800; color: #fff; }
.hero-stat-label { font-size: .8rem; color: rgba(255,255,255,.5); text-transform: uppercase; letter-spacing: 1px; }

/* ── Section ── */
.section { padding: 80px 0; }
.section-alt { background: var(--light-bg); }
.section-title { font-size: clamp(1.7rem,3vw,2.4rem); font-weight: 800; line-height: 1.2; }
.section-sub { color: var(--text-muted); font-size: 1rem; }
.accent-line { display: block; width: 48px; height: 4px; background: var(--primary); border-radius: 4px; margin: .7rem 0 1.2rem; }

/* ── Service Cards ── */
.card-service { background: #fff; border: 1px solid #f0e4d8; border-radius: var(--radius); padding: 2rem 1.75rem; height: 100%; transition: transform .25s, box-shadow .25s, border-color .25s; }
.card-service:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: rgba(249,115,22,.3); }
.service-icon { width: 56px; height: 56px; background: rgba(249,115,22,.1); border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 1.6rem; color: var(--primary); margin-bottom: 1.2rem; }
.card-service h5 { font-weight: 700; font-size: 1.05rem; }
.card-service p { font-size: .9rem; color: #5a6170; margin-bottom: 0; }

/* ── Vendor Cards ── */
.card-vendor { background: #fff; border: 1px solid #f0e4d8; border-radius: var(--radius); padding: 1.5rem; height: 100%; transition: transform .25s, box-shadow .25s; }
.card-vendor:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.vendor-avatar { width: 52px; height: 52px; background: rgba(249,115,22,.12); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; color: var(--primary); flex-shrink: 0; }

/* ── Tracking ── */
.tracking-bar { background: linear-gradient(135deg, #0c0e1a, #1a0a00); padding: 4rem 0; }
.tracking-input { border-radius: 12px; border: 2px solid #f97316; padding: .8rem 1.2rem; font-size: 1rem; font-weight: 500; }
.tracking-input:focus { box-shadow: 0 0 0 3px rgba(249,115,22,.2); border-color: #f97316; }
.timeline { position: relative; padding-left: 2rem; }
.timeline::before { content:''; position:absolute; left:.75rem; top:0; bottom:0; width:2px; background:#e8ecf5; }
.timeline-item { position: relative; margin-bottom: 1.5rem; padding-left: 1rem; }
.timeline-dot { position: absolute; left: -1.6rem; top: .3rem; width: 16px; height: 16px; border-radius: 50%; background: var(--primary); border: 3px solid #fff; box-shadow: 0 0 0 2px var(--primary); }
.timeline-dot.done { background: var(--accent); box-shadow: 0 0 0 2px var(--accent); }
.timeline-time { font-size: .78rem; color: var(--text-muted); }

/* ── Status Badge ── */
.badge-status { font-size: .75rem; font-weight: 600; padding: .35em .75em; border-radius: 50px; }

/* ── Page Hero ── */
.page-hero { background: linear-gradient(135deg, #0c0e1a 0%, #1a0a00 100%); padding: 60px 0 50px; color: #fff; }
.page-hero h1 { font-size: clamp(1.8rem,3.5vw,2.8rem); font-weight: 800; }
.page-hero p { color: rgba(255,255,255,.68); }

/* ── CTA Band ── */
.cta-band { background: linear-gradient(135deg, var(--primary), var(--primary-dark)); border-radius: 20px; padding: 3.5rem 2rem; }

/* ── Breadcrumb ── */
.breadcrumb-bar { background: var(--light-bg); border-bottom: 1px solid #f0e4d8; padding: .9rem 0; }
.breadcrumb-item a { color: var(--primary); text-decoration: none; }
.breadcrumb-item.active { color: #5a6170; }

/* ── Forms ── */
.form-control, .form-select { border: 1.5px solid #dde2ef; border-radius: 10px; padding: .7rem 1rem; font-size: .93rem; transition: border-color .2s, box-shadow .2s; }
.form-control:focus, .form-select:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(249,115,22,.12); }
.form-label { font-weight: 600; font-size: .88rem; color: #344055; }

/* ── Buttons ── */
.btn-primary { background: var(--primary); border-color: var(--primary); font-weight: 600; border-radius: 10px; transition: all .2s; color: #fff; }
.btn-primary:hover { background: var(--primary-dark); border-color: var(--primary-dark); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(249,115,22,.3); }
.btn-warning { font-weight: 600; border-radius: 10px; }
.btn-outline-primary { border-color: var(--primary); color: var(--primary); font-weight: 600; border-radius: 10px; }
.btn-outline-primary:hover { background: var(--primary); color: #fff; }

/* ── FAQ ── */
.accordion-item { border: 1px solid #f0e4d8; border-radius: var(--radius) !important; margin-bottom: .75rem; overflow: hidden; }
.accordion-button { font-weight: 600; background: #fff; color: #1a1d2e; }
.accordion-button:not(.collapsed) { background: rgba(249,115,22,.06); color: var(--primary); box-shadow: none; }

/* ── Footer ── */
.footer-dark { background: var(--dark); color: rgba(255,255,255,.7); }
.footer-link { color: rgba(255,255,255,.55); text-decoration: none; transition: color .2s; }
.footer-link:hover { color: #fff; }

/* ── Admin ── */
.admin-sidebar { background: var(--dark); min-height: 100vh; width: 250px; position: fixed; top: 0; left: 0; z-index: 1000; }
.admin-content { margin-left: 250px; min-height: 100vh; background: #f4f6fc; padding: 24px; }
.admin-sidebar-brand { padding: 1.4rem 1.5rem; border-bottom: 1px solid var(--dark-border); }
.admin-nav .nav-link { color: rgba(255,255,255,.65); padding: .65rem 1.5rem; font-size: .9rem; font-weight: 500; display: flex; align-items: center; gap: .7rem; border-radius: 0; transition: all .2s; }
.admin-nav .nav-link:hover, .admin-nav .nav-link.active { background: rgba(249,115,22,.2); color: #fff; }
.admin-nav .nav-link i { font-size: 1rem; width: 20px; }
.admin-topbar { background: #fff; border-bottom: 1px solid #e8ecf5; padding: .8rem 1.5rem; display: flex; align-items: center; justify-content: space-between; margin: -24px -24px 24px; }
.stat-card { background: #fff; border-radius: var(--radius); padding: 1.4rem 1.6rem; box-shadow: 0 2px 12px rgba(0,0,0,.06); border: 1px solid #e8ecf5; }
.stat-num { font-size: 2rem; font-weight: 800; color: var(--primary); }
.stat-label { font-size: .83rem; color: #7a849a; font-weight: 600; text-transform: uppercase; letter-spacing: .5px; }
.table-card { background: #fff; border-radius: var(--radius); box-shadow: 0 2px 12px rgba(0,0,0,.06); border: 1px solid #e8ecf5; overflow: hidden; }
.table-card .table { margin-bottom: 0; font-size: .9rem; }
.table-card .table thead th { background: #f4f6fc; font-weight: 700; font-size: .8rem; text-transform: uppercase; letter-spacing: .5px; color: #5a6170; border-bottom: 1px solid #e8ecf5; }

.text-gradient { background: linear-gradient(135deg, #f97316, #fbbf24); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.rounded-xl { border-radius: var(--radius); }

@media(max-width:991px) { .admin-sidebar{position:static;width:100%;min-height:auto;} .admin-content{margin-left:0;} .hero{min-height:auto;} }
@media(max-width:767px) { .section{padding:55px 0;} }
