/* ============================================
   NISHCAL RAI MP — INSTITUTIONAL REVAMP
   Clean professional design (IFA-inspired)
   With Nepalese cultural patterns & textures
   ============================================ */

/* ===== DESIGN TOKENS ===== */
:root {
    /* Nepali Congress Greens — institutional palette */
    --green-50: #f0fdf4;
    --green-100: #dcfce7;
    --green-200: #DCF2DC;
    --green-300: #86efac;
    --green-400: #5CB85C;
    --green-500: #3D8037;
    --green-600: #2D6B28;
    --green-700: #245A20;
    --green-800: #1F471C;
    --green-900: #14532d;
    --green-950: #0f3d1a;
    --forest: #0a2912;

    /* Congress Red accent */
    --red: #CC1424;
    --red-dark: #991B1B;
    --red-light: #FEF2F2;

    /* Gold accent */
    --gold: #F59E0B;
    --gold-light: #FEF3C7;

    /* Neutrals */
    --gray-900: #111827;
    --gray-800: #1F2937;
    --gray-700: #374151;
    --gray-600: #4B5563;
    --gray-500: #6B7280;
    --gray-400: #9CA3AF;
    --gray-300: #D1D5DB;
    --gray-200: #E5E7EB;
    --gray-100: #F3F4F6;
    --gray-50: #F9FAFB;
    --white: #FFFFFF;

    /* Functional */
    --info: #0284C7;
    --info-light: #E0F2FE;
    --warning: #D97706;
    --warning-light: #FEF3C7;
    --success: #2D6B28;
    --success-light: #dcfce7;
    --danger: #DC2626;

    /* Typography */
    --font: 'Inter', 'Mukta', system-ui, sans-serif;
    --fs-xs: .75rem;
    --fs-sm: .875rem;
    --fs-base: 1rem;
    --fs-lg: 1.125rem;
    --fs-xl: 1.25rem;
    --fs-2xl: 1.5rem;
    --fs-3xl: 1.875rem;
    --fs-4xl: 2.25rem;
    --fs-5xl: 3rem;

    /* Spacing */
    --sp-1: .25rem; --sp-2: .5rem; --sp-3: .75rem; --sp-4: 1rem;
    --sp-5: 1.25rem; --sp-6: 1.5rem; --sp-8: 2rem; --sp-10: 2.5rem;
    --sp-12: 3rem; --sp-16: 4rem; --sp-20: 5rem; --sp-24: 6rem;

    /* Shadows */
    --shadow-sm: 0 1px 2px rgba(0,0,0,.04);
    --shadow: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.04);
    --shadow-md: 0 4px 12px rgba(0,0,0,.06);
    --shadow-lg: 0 8px 24px rgba(0,0,0,.08);
    --shadow-xl: 0 16px 40px rgba(0,0,0,.1);
    --shadow-green: 0 4px 14px rgba(45,107,40,.18);
    --shadow-green-lg: 0 10px 30px rgba(45,107,40,.22);

    /* Radius */
    --radius: .375rem;
    --radius-md: .5rem;
    --radius-lg: .75rem;
    --radius-xl: 1rem;
    --radius-2xl: 1.5rem;
    --radius-full: 9999px;

    /* Transitions */
    --ease: all .25s cubic-bezier(.4,0,.2,1);
    --ease-bounce: all .3s cubic-bezier(.68,-.55,.265,1.55);

    /* Nepalese Dhaka pattern (inline SVG) — geometric textile */
    --pattern-dhaka: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%235CB85C' stroke-width='.8' opacity='.18'%3E%3Cpath d='M40 0L80 40L40 80L0 40Z'/%3E%3Cpath d='M40 15L65 40L40 65L15 40Z'/%3E%3Cpath d='M40 30L50 40L40 50L30 40Z'/%3E%3C/g%3E%3C/svg%3E");
    --pattern-temple: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%235CB85C' stroke-width='.7' opacity='.15'%3E%3Cpath d='M50 5L70 25H30Z'/%3E%3Crect x='42' y='25' width='16' height='20'/%3E%3Crect x='35' y='45' width='30' height='5'/%3E%3Crect x='45' y='10' width='10' height='15'/%3E%3C/g%3E%3C/svg%3E");
    --pattern-flag: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%233D8037' stroke-width='.6' opacity='.12'%3E%3Cpolygon points='30,2 58,30 30,58 2,30'/%3E%3Cpolygon points='30,12 48,30 30,48 12,30'/%3E%3C/g%3E%3C/svg%3E");
}

/* ===== RESET ===== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body {
    font-family: var(--font);
    color: var(--gray-700);
    background: var(--gray-50);
    background-image: var(--pattern-flag);
    line-height: 1.65;
    overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; transition: var(--ease); }
ul { list-style: none; }
h1,h2,h3,h4,h5,h6 { font-weight: 700; line-height: 1.25; color: var(--green-900); }
.container { max-width: 1200px; margin: 0 auto; padding: 0 var(--sp-6); }

/* ===== HEADER TOP BAR (IFA-style) ===== */
.header-top {
    display: flex;
    align-items: stretch;
    background: linear-gradient(135deg, var(--green-900) 0%, var(--green-800) 50%, var(--green-700) 100%);
    position: relative;
    width: 100%;
    min-height: 100px;
    overflow: hidden;
}
/* Nepali Dhaka textile pattern overlay */
.header-top::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: var(--pattern-dhaka);
    background-size: 60px 60px;
    pointer-events: none;
    z-index: 0;
    opacity: .7;
}
.header-top::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--red);
    z-index: 2;
}
.header-decorative {
    display: none; /* Hidden — using CSS pattern instead */
}
.header-decorative img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.header-top-left {
    position: relative;
    z-index: 1;
    background: var(--green-900);
    padding: 20px 35px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    text-decoration: none;
    transition: var(--ease);
}
.header-top-left:hover { opacity: .92; }
.header-logo-box {
    display: flex;
    align-items: center;
    gap: 12px;
}
.header-emblem {
    width: 68px;
    height: 68px;
    object-fit: contain;
    flex-shrink: 0;
    background: var(--white);
    border-radius: 50%;
    padding: 5px;
    box-shadow: 0 2px 8px rgba(0,0,0,.15);
}
.header-logo-info {
    display: flex;
    flex-direction: column;
}
.header-logo-info h3 {
    color: var(--white);
    margin: 0 0 1px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    opacity: .85;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: .04em;
}
.header-logo-info h2 {
    color: var(--white);
    font-size: 20px;
    font-weight: 800;
    margin: 0;
    line-height: 1.2;
    letter-spacing: -.01em;
}
.header-logo-info .header-sub {
    color: rgba(255,255,255,.55);
    font-size: 11px;
    margin-top: 3px;
    font-weight: 500;
    font-style: italic;
}

/* Header right: ticker + flag */
.header-top-right {
    display: flex;
    align-items: center;
    flex: 1;
    position: relative;
    z-index: 1;
}
.header-ticker {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 10px 32px;
    flex: 1;
    min-width: 0;
    border-right: 1px solid rgba(255,255,255,.1);
}
.ticker-badge {
    font-size: 11px;
    font-weight: 700;
    color: var(--green-800);
    background: var(--white);
    padding: 3px 12px;
    border-radius: var(--radius);
    white-space: nowrap;
    flex-shrink: 0;
    text-transform: uppercase;
    letter-spacing: .05em;
    box-shadow: var(--shadow-sm);
}
.ticker-slider {
    flex: 1;
    overflow: hidden;
    min-width: 0;
}
.ticker-slider marquee {
    font-size: 14px;
    color: var(--white);
    font-weight: 400;
}
.ticker-slider marquee a {
    color: var(--white);
    text-decoration: none;
    transition: var(--ease);
}
.ticker-slider marquee a:hover { opacity: .8; }

.header-flag-date {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 32px;
    flex-shrink: 0;
}
.header-flag {
    width: 36px;
    height: 50px;
    object-fit: contain;
    flex-shrink: 0;
}
.header-date-info p {
    margin: 0;
    color: var(--white);
    white-space: nowrap;
    line-height: 1.4;
    font-size: 13px;
    font-weight: 500;
}
.header-date-info p:last-child {
    font-size: 11px;
    opacity: .75;
}

/* ===== STICKY NAV BAR (IFA-style — white) ===== */
.header-nav {
    background: var(--white);
    border-bottom: 1px solid var(--gray-200);
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0,0,0,.06);
    padding: 0 var(--sp-6);
    transition: var(--ease);
}
.header-nav.scrolled {
    box-shadow: 0 4px 20px rgba(0,0,0,.1);
    animation: navSlideDown 300ms ease-in-out;
}
@keyframes navSlideDown { from { transform: translateY(-100%); } to { transform: translateY(0); } }

.header-nav-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 32px;
}
.nav-mini-logo {
    width: 44px;
    height: 44px;
    display: none;
    flex-shrink: 0;
    transition: var(--ease);
}
.nav-mini-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.header-nav.scrolled .nav-mini-logo { display: flex !important; align-items: center; }

.header-menu {
    display: flex;
    align-items: center;
    gap: 4px;
    flex: 1;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}
.header-menu li { position: relative; }
.header-menu a {
    font-size: var(--fs-sm);
    color: var(--gray-800);
    font-weight: 600;
    padding: 14px var(--sp-4);
    display: flex;
    align-items: center;
    gap: var(--sp-2);
    transition: var(--ease);
    position: relative;
    white-space: nowrap;
}
.header-menu a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: var(--green-600);
    transition: var(--ease);
    transform: translateX(-50%);
}
.header-menu a:hover,
.header-menu a.active {
    color: var(--green-700);
}
.header-menu a:hover::after,
.header-menu a.active::after {
    width: 70%;
}

/* CTA button in nav */
.nav-cta {
    background: var(--red) !important;
    color: var(--white) !important;
    font-weight: 600 !important;
    border-radius: var(--radius) !important;
    padding: var(--sp-2) var(--sp-4) !important;
    font-size: var(--fs-xs) !important;
}
.nav-cta::after { display: none !important; }
.nav-cta:hover { background: var(--red-dark) !important; color: var(--white) !important; }

/* Nav right side */
.nav-right {
    display: flex;
    align-items: center;
    gap: var(--sp-4);
    margin-left: auto;
    flex-shrink: 0;
}
.nav-lang-toggle {
    display: flex;
    align-items: center;
    border: 1px solid var(--gray-200);
    border-radius: var(--radius);
    overflow: hidden;
}
.nav-lang-toggle button {
    font-size: var(--fs-xs);
    font-weight: 700;
    padding: 5px 10px;
    border: none;
    cursor: pointer;
    font-family: var(--font);
    transition: var(--ease);
    background: var(--white);
    color: var(--gray-600);
}
.nav-lang-toggle button.active {
    background: var(--green-600);
    color: var(--white);
}
.nav-lang-toggle button:hover:not(.active) {
    background: var(--gray-100);
}
.nav-party-logo {
    display: flex;
    align-items: center;
    transition: var(--ease);
}
.nav-party-logo:hover { opacity: .8; transform: scale(1.03); }
.nav-party-logo img {
    height: 36px;
    width: auto;
    object-fit: contain;
}
.nav-social-link {
    color: var(--gray-400);
    padding: var(--sp-2);
    font-size: var(--fs-sm);
    transition: var(--ease);
}
.nav-social-link:hover { color: var(--green-700); }

/* Mobile hamburger */
.mobile-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: var(--sp-3);
}
.mobile-toggle span {
    width: 22px;
    height: 2px;
    background: var(--gray-800);
    transition: var(--ease);
    border-radius: 1px;
}
.mobile-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.mobile-toggle.active span:nth-child(2) { opacity: 0; }
.mobile-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* ===== HERO SECTION ===== */
.hero-section {
    background: linear-gradient(135deg, rgba(5,46,22,0.88) 0%, rgba(13,40,24,0.75) 100%),
                url('https://hikeontreks.com/wp-content/uploads/2022/02/Illam-Tour-Package.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    padding: var(--sp-20) 0 var(--sp-24);
}
/* Mandala pattern overlay */
.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: var(--pattern-mandala);
    background-size: 100px 100px;
    pointer-events: none;
    opacity: .6;
}
.hero-section::after {
    content: '';
    position: absolute;
    bottom: -30%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(16,185,129,.12) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}
.hero-grid {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: var(--sp-12);
    align-items: center;
    position: relative;
    z-index: 1;
}
.hero-content h1 {
    font-size: var(--fs-5xl);
    font-weight: 800;
    color: var(--white);
    margin-bottom: var(--sp-3);
    letter-spacing: -.03em;
    line-height: 1.1;
}
.hero-role {
    font-size: var(--fs-lg);
    color: var(--green-300);
    font-weight: 500;
    margin-bottom: var(--sp-5);
    display: flex;
    align-items: center;
    gap: var(--sp-3);
}
.hero-role::before {
    display: none;
}
.hero-quote {
    font-size: var(--fs-base);
    color: var(--green-200);
    line-height: 1.7;
    margin-bottom: var(--sp-4);
    padding-left: 0;
    border-left: none;
    font-style: italic;
}
.hero-desc {
    font-size: var(--fs-sm);
    color: rgba(255,255,255,.6);
    line-height: 1.8;
    margin-bottom: var(--sp-8);
    max-width: 520px;
}
.hero-actions {
    display: flex;
    gap: var(--sp-4);
    flex-wrap: wrap;
}
.hero-photo {
    position: relative;
}
.hero-photo img {
    width: 300px;
    height: 380px;
    object-fit: cover;
    object-position: top;
    border-radius: var(--radius-xl);
    border: 3px solid rgba(255,255,255,.12);
    box-shadow: 0 20px 60px rgba(0,0,0,.3);
}
.hero-photo::after {
    display: none;
}

/* ===== BUTTONS ===== */
.btn {
    display: inline-flex;
    align-items: center;
    gap: var(--sp-2);
    padding: var(--sp-3) var(--sp-6);
    font-family: var(--font);
    font-size: var(--fs-sm);
    font-weight: 600;
    border-radius: var(--radius-md);
    border: 2px solid transparent;
    cursor: pointer;
    transition: var(--ease);
    justify-content: center;
    line-height: 1.4;
}
.btn-primary {
    background: var(--green-600);
    color: var(--white);
    border-color: var(--green-600);
}
.btn-primary:hover {
    background: var(--green-700);
    border-color: var(--green-700);
    box-shadow: var(--shadow-green);
    transform: translateY(-1px);
}
.btn-secondary {
    background: rgba(255,255,255,.1);
    color: var(--white);
    border-color: rgba(255,255,255,.25);
    backdrop-filter: blur(4px);
}
.btn-secondary:hover {
    background: rgba(255,255,255,.2);
    border-color: rgba(255,255,255,.4);
}
.btn-outline {
    background: transparent;
    color: var(--green-700);
    border-color: var(--green-300);
}
.btn-outline:hover {
    background: var(--green-50);
    border-color: var(--green-500);
}
.btn-lg { padding: var(--sp-4) var(--sp-10); font-size: var(--fs-base); }
.btn-block { width: 100%; }
.btn-sm { padding: var(--sp-2) var(--sp-4); font-size: var(--fs-xs); }
.btn-danger { background: var(--danger); color: var(--white); border-color: var(--danger); }
.btn-outline-dark { background: transparent; color: var(--gray-600); border: 1px solid var(--gray-300); }
.btn-outline-dark:hover { border-color: var(--green-600); color: var(--green-700); }

/* ===== STATS COUNTER BAR ===== */
.stats-bar {
    background: var(--white);
    border-bottom: 1px solid var(--gray-200);
    padding: var(--sp-10) 0;
    position: relative;
}
.stats-bar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--green-400), transparent);
}
.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--sp-6);
    text-align: center;
}
.stat-item {
    position: relative;
    padding: var(--sp-4);
}
.stat-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background: var(--gray-200);
}
.stat-number {
    font-size: var(--fs-4xl);
    font-weight: 800;
    color: var(--green-700);
    line-height: 1;
    margin-bottom: var(--sp-2);
}
.stat-number span { color: var(--green-600); }
.stat-label {
    font-size: var(--fs-xs);
    color: var(--gray-500);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-family: 'Mukta', 'Inter', sans-serif;
}

/* ===== SERVICES BAR ===== */
.services-bar {
    background: var(--white);
    background-image: var(--pattern-dhaka);
    padding: var(--sp-8) 0;
    border-bottom: 1px solid var(--gray-200);
}
.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--sp-4);
}
.service-card {
    display: flex;
    align-items: center;
    gap: var(--sp-4);
    padding: var(--sp-5);
    background: var(--white);
    border-radius: var(--radius-lg);
    border: 1px solid var(--gray-200);
    transition: var(--ease);
    box-shadow: var(--shadow-sm);
}
.service-card:hover {
    border-color: var(--green-400);
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
}
.service-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--green-50);
    border-radius: var(--radius-md);
    color: var(--green-600);
    font-size: var(--fs-lg);
    flex-shrink: 0;
    transition: var(--ease);
}
.service-card:hover .service-icon {
    background: var(--green-600);
    color: var(--white);
}
.service-text h4 {
    font-size: var(--fs-sm);
    font-weight: 700;
    margin-bottom: 2px;
    color: var(--green-900);
}
.service-text p {
    font-size: var(--fs-xs);
    color: var(--gray-500);
    line-height: 1.4;
}

/* ===== SECTION STYLES ===== */
.section {
    padding: var(--sp-20) 0;
}
.section-header {
    text-align: center;
    margin-bottom: var(--sp-12);
}
.section-tag {
    display: inline-block;
    padding: var(--sp-1) var(--sp-5);
    background: var(--white);
    color: var(--green-700);
    font-size: .65rem;
    font-weight: 700;
    border-radius: var(--radius-full);
    margin-bottom: var(--sp-3);
    text-transform: uppercase;
    letter-spacing: .1em;
    border: 1px solid var(--green-200);
}
.section-header h2 {
    font-size: var(--fs-4xl);
    font-weight: 800;
    color: var(--green-900);
    margin-bottom: var(--sp-4);
    letter-spacing: -.02em;
}
.section-line {
    width: 48px;
    height: 3px;
    background: var(--green-500);
    border-radius: var(--radius-full);
    margin: 0 auto;
}

/* ===== ABOUT SECTION ===== */
.about-section {
    background: var(--white);
    background-image: var(--pattern-temple);
    position: relative;
}
.about-grid {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: var(--sp-16);
    align-items: center;
}
.about-image-frame {
    position: relative;
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}
.about-image-frame::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(6,95,70,.6) 0%, transparent 40%);
    z-index: 1;
    pointer-events: none;
}
.about-photo-img {
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
    object-position: top;
    display: block;
}
.about-image-badge {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: var(--sp-4) var(--sp-5);
    text-align: center;
    font-weight: 600;
    font-size: var(--fs-sm);
    color: var(--white);
    z-index: 2;
}
.about-content h3 {
    font-size: var(--fs-2xl);
    margin-bottom: var(--sp-6);
    color: var(--green-900);
    position: relative;
    padding-left: var(--sp-5);
}
/* Red accent bar — IFA-style */
.about-content h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--red);
    border-radius: 2px;
}
.about-content p {
    font-size: var(--fs-base);
    color: var(--gray-600);
    margin-bottom: var(--sp-5);
    line-height: 1.85;
}
.about-highlights {
    display: flex;
    flex-direction: column;
    gap: var(--sp-3);
    margin-top: var(--sp-8);
}
.highlight-item {
    display: flex;
    align-items: center;
    gap: var(--sp-4);
    padding: var(--sp-4) var(--sp-5);
    background: var(--gray-50);
    border-radius: var(--radius-lg);
    border: 1px solid var(--gray-200);
    transition: var(--ease);
}
.highlight-item:hover {
    background: var(--green-50);
    border-color: var(--green-300);
    transform: translateX(4px);
}
.highlight-item i {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--green-50);
    color: var(--green-700);
    border-radius: var(--radius-md);
    font-size: var(--fs-sm);
    flex-shrink: 0;
}
.highlight-item:hover i {
    background: var(--green-600);
    color: var(--white);
}
.highlight-item strong {
    display: block;
    font-size: var(--fs-sm);
    color: var(--green-900);
}
.highlight-item span {
    font-size: var(--fs-xs);
    color: var(--gray-500);
}

/* ===== JOURNEY TIMELINE ===== */
.journey-section {
    background: var(--gray-50);
    background-image: var(--pattern-dhaka);
    position: relative;
}
.journey-timeline {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding: var(--sp-8) 0;
}
.journey-timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, var(--green-300), var(--green-400), var(--green-300));
    transform: translateX(-50%);
}
.journey-item {
    display: flex;
    gap: var(--sp-8);
    margin-bottom: var(--sp-10);
    position: relative;
    align-items: flex-start;
}
.journey-item:nth-child(odd) {
    flex-direction: row;
    text-align: right;
}
.journey-item:nth-child(even) {
    flex-direction: row-reverse;
    text-align: left;
}
.journey-content {
    flex: 1;
    background: var(--white);
    padding: var(--sp-5) var(--sp-6);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    border: 1px solid var(--gray-200);
    transition: var(--ease);
}
.journey-content:hover {
    box-shadow: var(--shadow-lg);
    border-color: var(--green-300);
    transform: translateY(-2px);
}
.journey-dot {
    position: absolute;
    left: 50%;
    top: var(--sp-5);
    width: 16px;
    height: 16px;
    background: var(--green-600);
    border: 3px solid var(--white);
    border-radius: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 0 4px var(--green-200);
    z-index: 1;
}
.journey-year {
    font-size: var(--fs-xs);
    font-weight: 700;
    color: var(--red);
    text-transform: uppercase;
    letter-spacing: .05em;
    margin-bottom: var(--sp-2);
}
.journey-title {
    font-size: var(--fs-lg);
    color: var(--green-900);
    font-weight: 700;
    margin-bottom: var(--sp-2);
}
.journey-desc {
    font-size: var(--fs-sm);
    color: var(--gray-500);
    line-height: 1.65;
}
.journey-spacer { flex: 1; }

/* ===== VISION SECTION ===== */
.vision-section {
    padding: var(--sp-10) 0;
    background: var(--white);
}
.vision-card {
    background: linear-gradient(135deg, var(--green-900) 0%, var(--green-800) 50%, var(--forest) 100%);
    color: var(--white);
    padding: var(--sp-12) var(--sp-10);
    border-radius: var(--radius-xl);
    text-align: center;
    position: relative;
    overflow: hidden;
}
.vision-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: var(--pattern-mandala);
    background-size: 100px 100px;
    opacity: .5;
    pointer-events: none;
}
.vision-card::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -20%;
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(52,211,153,.1) 0%, transparent 70%);
    border-radius: 50%;
}
.vision-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto var(--sp-6);
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.08);
    border-radius: var(--radius-full);
    font-size: var(--fs-xl);
    color: var(--green-400);
    border: 1px solid rgba(255,255,255,.1);
    position: relative;
    z-index: 1;
}
.vision-card h3 {
    font-size: var(--fs-xl);
    color: var(--white);
    margin-bottom: var(--sp-6);
    position: relative;
    z-index: 1;
}
.vision-card blockquote {
    font-size: var(--fs-base);
    color: var(--green-200);
    max-width: 720px;
    margin: 0 auto;
    line-height: 1.9;
    font-style: italic;
    border: none;
    padding: 0;
    position: relative;
    z-index: 1;
}

/* ===== PRIORITIES / POLICIES ===== */
.priorities-section {
    background: var(--gray-50);
    background-image: var(--pattern-temple);
}
.priorities-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--sp-5);
}
.priority-card {
    text-align: center;
    padding: var(--sp-8) var(--sp-5);
    background: var(--white);
    border-radius: var(--radius-lg);
    border: 1px solid var(--gray-200);
    transition: var(--ease);
    position: relative;
    overflow: hidden;
}
.priority-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--green-500);
    transform: scaleX(0);
    transition: var(--ease);
}
.priority-card:hover {
    border-color: var(--green-300);
    box-shadow: var(--shadow-md);
    transform: translateY(-4px);
}
.priority-card:hover::before {
    transform: scaleX(1);
}
.priority-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto var(--sp-5);
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--green-50);
    color: var(--green-600);
    border-radius: var(--radius-lg);
    font-size: var(--fs-xl);
    transition: var(--ease);
}
.priority-card:hover .priority-icon {
    background: var(--green-600);
    color: var(--white);
    transform: scale(1.05);
}
.priority-card h4 {
    font-size: var(--fs-sm);
    margin-bottom: var(--sp-3);
    color: var(--green-900);
    font-weight: 700;
}
.priority-card p {
    font-size: var(--fs-xs);
    color: var(--gray-500);
    line-height: 1.65;
}

/* ===== CONSTITUENCY ===== */
.constituency-section {
    background: var(--white);
    background-image: var(--pattern-dhaka);
}
.constituency-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--sp-12);
    align-items: center;
}
.constituency-info {
    display: flex;
    flex-direction: column;
    gap: var(--sp-4);
}
.constituency-fact {
    display: flex;
    align-items: flex-start;
    gap: var(--sp-4);
    padding: var(--sp-5);
    background: var(--white);
    border-radius: var(--radius-lg);
    border: 1px solid var(--gray-200);
    transition: var(--ease);
}
.constituency-fact:hover {
    border-color: var(--green-300);
    box-shadow: var(--shadow-md);
    transform: translateX(4px);
}
.constituency-fact i {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--green-50);
    color: var(--green-600);
    border-radius: var(--radius-md);
    font-size: var(--fs-sm);
    flex-shrink: 0;
    box-shadow: var(--shadow-sm);
}
.constituency-fact h4 {
    font-size: var(--fs-sm);
    margin-bottom: 2px;
    color: var(--green-900);
    font-weight: 700;
}
.constituency-fact p {
    font-size: var(--fs-xs);
    color: var(--gray-500);
    line-height: 1.5;
}
.constituency-map-frame {
    width: 100%;
    background: var(--white);
    border-radius: var(--radius-xl);
    padding: var(--sp-6);
    box-shadow: var(--shadow-md);
    border: 1px solid var(--gray-200);
    display: flex;
    justify-content: center;
    align-items: center;
}
.constituency-map-img {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1));
}
.map-placeholder {
    width: 100%;
    aspect-ratio: 4/3;
    background: linear-gradient(135deg, var(--green-50), var(--green-100));
    border-radius: var(--radius-xl);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: var(--sp-3);
    color: var(--green-400);
    font-size: var(--fs-sm);
    border: 2px dashed var(--green-300);
}
.map-placeholder i { font-size: 2.5rem; }

/* ===== ACTIVITIES & MEDIA ===== */
.activities-section {
    background: var(--gray-50);
    background-image: var(--pattern-flag);
}

/* Tab filters */
.activity-tabs {
    display: flex;
    gap: var(--sp-2);
    justify-content: center;
    margin-bottom: var(--sp-8);
    flex-wrap: wrap;
}
.activity-tab {
    padding: var(--sp-2) var(--sp-5);
    border: 1px solid var(--gray-200);
    border-radius: var(--radius-full);
    background: var(--white);
    color: var(--gray-600);
    font-family: var(--font);
    font-size: var(--fs-sm);
    font-weight: 600;
    cursor: pointer;
    transition: var(--ease);
}
.activity-tab:hover {
    border-color: var(--green-400);
    color: var(--green-700);
}
.activity-tab.active {
    background: var(--green-600);
    color: var(--white);
    border-color: var(--green-600);
    box-shadow: var(--shadow-green);
}

/* Grid */
.activity-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--sp-6);
}

/* Card */
.activity-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    overflow: hidden;
    border: 1px solid var(--gray-200);
    box-shadow: var(--shadow-sm);
    transition: var(--ease);
    display: flex;
    flex-direction: column;
}
.activity-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}
.activity-card.hidden {
    display: none;
}

/* Media area */
.activity-media {
    position: relative;
    overflow: hidden;
}
.activity-media img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    display: block;
}
.activity-video-wrap {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    background: var(--gray-900);
}
.activity-video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.video-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}
.video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 56px;
    height: 56px;
    background: rgba(0,0,0,.6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 18px;
    cursor: pointer;
    transition: var(--ease);
    z-index: 1;
}
.activity-video-wrap:hover .video-play-btn {
    background: var(--red);
    transform: translate(-50%, -50%) scale(1.1);
}

/* Article link card */
.activity-article-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: var(--sp-4);
    padding: var(--sp-10) var(--sp-6);
    background: linear-gradient(135deg, var(--green-800), var(--green-900));
    text-decoration: none;
    transition: var(--ease);
    aspect-ratio: 16/9;
}
.activity-article-card:hover {
    background: linear-gradient(135deg, var(--green-700), var(--green-800));
}
.article-icon {
    width: 56px;
    height: 56px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.15);
    border-radius: var(--radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: var(--white);
}
.article-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}
.article-source {
    font-size: var(--fs-sm);
    font-weight: 700;
    color: var(--white);
    letter-spacing: .03em;
}
.article-read {
    font-size: var(--fs-xs);
    color: rgba(255,255,255,.7);
    font-weight: 500;
}
.activity-article-card:hover .article-read {
    color: var(--white);
}

/* Placeholder */
.activity-placeholder {
    width: 100%;
    aspect-ratio: 16/9;
    background: linear-gradient(135deg, var(--green-100), var(--green-50));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: var(--sp-2);
    color: var(--green-400);
    font-size: var(--fs-sm);
}
.activity-placeholder i { font-size: 1.8rem; }

/* Info area */
.activity-info {
    padding: var(--sp-4);
    display: flex;
    flex-direction: column;
    gap: var(--sp-2);
    flex: 1;
}
.activity-meta-row {
    display: flex;
    align-items: center;
    gap: var(--sp-3);
    flex-wrap: wrap;
}
.activity-date {
    font-size: var(--fs-xs);
    color: var(--gray-500);
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
}
.activity-date i { font-size: .6rem; }
.activity-category-tag {
    font-size: 10px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: var(--radius-full);
    display: inline-flex;
    align-items: center;
    gap: 3px;
    text-transform: uppercase;
    letter-spacing: .04em;
}
.activity-category-tag i { font-size: 8px; }
.activity-cat-speech { background: #EFF6FF; color: #1E40AF; }
.activity-cat-interview { background: #FEF3C7; color: #92400E; }
.activity-cat-media { background: #F3E8FF; color: #6B21A8; }
.activity-cat-visit { background: var(--green-100); color: var(--green-700); }
.activity-cat-other { background: var(--gray-100); color: var(--gray-600); }

.activity-title {
    font-size: var(--fs-sm);
    font-weight: 700;
    color: var(--green-900);
    line-height: 1.4;
    margin: 0;
}
.activity-source {
    font-size: var(--fs-xs);
    color: var(--gray-400);
    display: flex;
    align-items: center;
    gap: 4px;
}
.activity-source i { font-size: .6rem; }

/* ===== MEDIA SECTION ===== */
.media-embed-section { background: var(--white); }
.media-embed-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--sp-6);
}
.media-embed-card {
    background: var(--gray-900);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    transition: var(--ease);
}
.media-embed-card:hover {
    box-shadow: var(--shadow-xl);
    transform: translateY(-3px);
}
.media-embed-card iframe {
    width: 100%;
    aspect-ratio: 16/9;
    display: block;
    border: none;
}
.media-embed-card .media-embed-title {
    padding: var(--sp-4) var(--sp-5);
    font-size: var(--fs-sm);
    font-weight: 600;
    color: var(--white);
    line-height: 1.4;
}

/* ===== CONTACT ===== */
.contact-section {
    background: var(--white);
    background-image: var(--pattern-temple);
}
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--sp-10);
}
.contact-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--sp-4);
}
.contact-card {
    padding: var(--sp-6);
    background: var(--gray-50);
    border-radius: var(--radius-lg);
    text-align: center;
    border: 1px solid var(--gray-200);
    transition: var(--ease);
}
.contact-card:hover {
    border-color: var(--green-300);
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
}
.contact-card i {
    font-size: var(--fs-xl);
    color: var(--green-600);
    margin-bottom: var(--sp-3);
}
.contact-card h4 {
    font-size: var(--fs-sm);
    margin-bottom: var(--sp-1);
    color: var(--green-900);
    font-weight: 700;
}
.contact-card p {
    font-size: var(--fs-xs);
    color: var(--gray-500);
}

/* ===== FORMS ===== */
.contact-form-wrap,
.inquiry-form-wrap {
    background: var(--white);
    padding: var(--sp-8);
    border-radius: var(--radius-xl);
    border: 1px solid var(--gray-200);
    box-shadow: var(--shadow-md);
}
.form-group { margin-bottom: var(--sp-5); }
.form-group label {
    display: block;
    font-size: var(--fs-sm);
    font-weight: 600;
    color: var(--green-900);
    margin-bottom: var(--sp-2);
}
.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: var(--sp-3) var(--sp-4);
    font-family: var(--font);
    font-size: var(--fs-sm);
    color: var(--gray-800);
    background: var(--white);
    border: 1px solid var(--gray-300);
    border-radius: var(--radius-md);
    transition: var(--ease);
    outline: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: var(--green-500);
    box-shadow: 0 0 0 3px rgba(16,185,129,.12);
}
.form-group input::placeholder,
.form-group textarea::placeholder {
    color: var(--gray-400);
}
.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--sp-4);
}

/* ===== FOOTER (IFA-style) ===== */
.site-footer {
    background: var(--green-800);
    color: var(--white);
    margin-top: auto;
    position: relative;
    overflow: hidden;
}
.footer-decorative {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    opacity: .06;
    pointer-events: none;
    z-index: 0;
}
.footer-decorative img {
    width: 100%;
    object-fit: contain;
}

/* Brand row */
.footer-brand-row {
    padding: 36px 35px 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    position: relative;
    z-index: 1;
}
.footer-brand-row .footer-emblem {
    width: 75px;
    height: 75px;
    object-fit: contain;
    flex-shrink: 0;
}
.footer-brand-text h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--white);
    margin: 0;
}
.footer-brand-text p {
    font-size: 13px;
    color: rgba(255,255,255,.65);
    margin: 0;
}

/* Footer columns */
.footer-links-section {
    padding: 0 35px 32px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
    position: relative;
    z-index: 1;
}
.footer-col h4 {
    font-size: 15px;
    font-weight: 700;
    color: var(--white);
    margin: 0 0 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255,255,255,.15);
    text-transform: uppercase;
    letter-spacing: .05em;
}
.footer-col p {
    font-size: var(--fs-xs);
    line-height: 1.8;
    color: rgba(255,255,255,.7);
}
.footer-col p i {
    color: var(--red);
    margin-right: var(--sp-2);
    width: 16px;
}
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col ul li { margin-bottom: var(--sp-2); }
.footer-col ul a {
    color: rgba(255,255,255,.75);
    font-size: var(--fs-xs);
    transition: var(--ease);
    display: inline-flex;
    align-items: center;
    gap: var(--sp-2);
}
.footer-col ul a:hover {
    color: var(--white);
    padding-left: var(--sp-2);
}
.footer-col ul a::before {
    content: '›';
    color: var(--red);
    font-weight: 700;
}

/* Important links grid */
.imp-links-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px 16px;
}
.imp-link-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px 0;
    border-bottom: 1px solid rgba(255,255,255,.06);
    font-size: 13px;
    color: rgba(255,255,255,.8);
    transition: color 200ms;
    text-decoration: none;
}
.imp-link-item::before {
    content: '|';
    color: var(--red);
    font-weight: 900;
    margin-right: 2px;
}
.imp-link-item:hover { color: var(--white); }

/* Footer social */
.footer-social {
    display: flex;
    gap: var(--sp-4);
    align-items: center;
}
.footer-social a {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,.6);
    font-size: var(--fs-sm);
    transition: var(--ease);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--radius-md);
}
.footer-social a:hover {
    background: var(--green-600);
    border-color: var(--green-600);
    color: var(--white);
    transform: translateY(-2px);
}

/* Footer bottom bar */
.footer-bottom-bar {
    border-top: 1px solid rgba(255,255,255,.1);
    position: relative;
    z-index: 1;
    padding: 20px 35px;
}
.footer-bottom-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.footer-bottom-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    gap: 16px;
}
.footer-meta {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}
.footer-meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: rgba(255,255,255,.7);
}
.footer-meta-item i {
    color: var(--red);
    font-size: var(--fs-xs);
}
.footer-copyright {
    font-size: 11px;
    color: rgba(255,255,255,.35);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-top: 8px;
}

/* ===== SCROLL TO TOP ===== */
.scroll-top-btn {
    position: fixed;
    bottom: var(--sp-8);
    right: var(--sp-8);
    width: 44px;
    height: 44px;
    background: var(--green-600);
    color: var(--white);
    border: none;
    border-radius: var(--radius-full);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--fs-lg);
    box-shadow: var(--shadow-green);
    transition: var(--ease);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    z-index: 999;
}
.scroll-top-btn.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.scroll-top-btn:hover {
    background: var(--green-700);
    transform: translateY(-4px);
    box-shadow: var(--shadow-green-lg);
}

/* ===== PAGE HEADER (Gunaso/Inquiry) ===== */
.page-header {
    background: linear-gradient(135deg, var(--green-900), var(--green-800));
    color: var(--white);
    padding: var(--sp-16) 0 var(--sp-10);
    text-align: center;
    position: relative;
}
.page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: var(--pattern-mandala);
    background-size: 100px 100px;
    opacity: .4;
}
.page-header-sm { padding: var(--sp-12) 0 var(--sp-8); }
.page-header h1 {
    font-size: var(--fs-3xl);
    color: var(--white);
    margin-bottom: var(--sp-2);
    position: relative;
}
.page-header p {
    font-size: var(--fs-sm);
    color: var(--green-300);
    position: relative;
}
.page-breadcrumb {
    display: flex;
    justify-content: center;
    gap: var(--sp-2);
    margin-bottom: var(--sp-4);
    font-size: var(--fs-xs);
    color: var(--green-400);
    position: relative;
}
.page-breadcrumb a { color: var(--green-300); }
.page-breadcrumb a:hover { color: var(--white); }
.inquiry-page-content {
    padding: var(--sp-12) 0;
    background: var(--gray-50);
    background-image: var(--pattern-flag);
}
.inquiry-container { max-width: 600px; margin: 0 auto; }

/* ===== OTP ===== */
.otp-input-group {
    display: flex;
    gap: var(--sp-2);
    justify-content: center;
    margin: var(--sp-6) 0;
}
.otp-input-group input {
    width: 48px;
    height: 52px;
    text-align: center;
    font-size: var(--fs-xl);
    font-weight: 700;
    border: 1px solid var(--gray-300);
    border-radius: var(--radius-md);
    background: var(--white);
    outline: none;
    transition: var(--ease);
}
.otp-input-group input:focus {
    border-color: var(--green-500);
    box-shadow: 0 0 0 3px rgba(16,185,129,.12);
}

/* ===== INQUIRY CARDS ===== */
.inquiry-result-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: var(--sp-5);
    margin-bottom: var(--sp-4);
    border: 1px solid var(--gray-200);
    box-shadow: var(--shadow-sm);
    transition: var(--ease);
}
.inquiry-result-card:hover {
    box-shadow: var(--shadow-md);
}
.inquiry-result-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: var(--sp-3);
    flex-wrap: wrap;
    gap: var(--sp-2);
}
.inquiry-tracking-id {
    font-family: monospace;
    font-size: var(--fs-xs);
    font-weight: 700;
    color: var(--green-700);
    background: var(--green-100);
    padding: 2px var(--sp-2);
    border-radius: var(--radius);
}
.status-badge {
    padding: 2px var(--sp-3);
    border-radius: var(--radius-full);
    font-size: var(--fs-xs);
    font-weight: 600;
}
.status-registered { background: var(--info-light); color: var(--info); }
.status-under_review { background: var(--warning-light); color: var(--warning); }
.status-in_progress { background: var(--green-100); color: var(--green-700); }
.status-resolved { background: var(--success-light); color: var(--success); }
.status-rejected { background: var(--gray-100); color: var(--gray-500); }
.status-timeline {
    margin-top: var(--sp-4);
    padding-left: var(--sp-5);
    border-left: 2px solid var(--green-200);
}
.timeline-item {
    position: relative;
    padding-bottom: var(--sp-4);
    padding-left: var(--sp-4);
}
.timeline-item::before {
    content: '';
    position: absolute;
    left: -7px;
    top: 4px;
    width: 12px;
    height: 12px;
    background: var(--white);
    border: 2px solid var(--green-600);
    border-radius: var(--radius-full);
}
.timeline-item:last-child { padding-bottom: 0; }
.timeline-date { font-size: var(--fs-xs); color: var(--gray-400); }
.timeline-status { font-weight: 600; font-size: var(--fs-sm); color: var(--green-900); }
.timeline-note { font-size: var(--fs-xs); color: var(--gray-500); margin-top: 2px; }

/* ===== ALERTS ===== */
.alert {
    padding: var(--sp-3) var(--sp-4);
    border-radius: var(--radius-md);
    margin-bottom: var(--sp-4);
    font-size: var(--fs-sm);
    display: flex;
    align-items: flex-start;
    gap: var(--sp-2);
    border: 1px solid transparent;
}
.alert-success { background: var(--success-light); color: var(--success); border-color: rgba(5,150,105,.2); }
.alert-error { background: var(--red-light); color: var(--danger); border-color: rgba(220,38,38,.2); }
.alert-info { background: var(--info-light); color: var(--info); border-color: rgba(2,132,199,.2); }

/* ===== ANIMATIONS ===== */
[data-animate] {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .6s cubic-bezier(.4,0,.2,1), transform .6s cubic-bezier(.4,0,.2,1);
}
[data-animate="fade-right"] { transform: translateX(-24px); }
[data-animate="fade-left"] { transform: translateX(24px); }
[data-animate="scale-up"] { transform: scale(.95); }
[data-animate].visible {
    opacity: 1;
    transform: translate(0, 0) scale(1);
}
.spinner {
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255,255,255,.3);
    border-top-color: var(--white);
    border-radius: 50%;
    animation: spin .6s linear infinite;
    display: inline-block;
}
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes countPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

/* ===== DASHBOARD ===== */
.dashboard-header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dashboard-tabs {
    display: flex;
    gap: var(--sp-1);
    margin-bottom: var(--sp-6);
    background: var(--white);
    padding: var(--sp-1);
    border-radius: var(--radius-md);
    border: 1px solid var(--gray-200);
}
.tab-btn {
    flex: 1;
    padding: var(--sp-3);
    background: transparent;
    border: none;
    border-radius: var(--radius);
    font-family: var(--font);
    font-size: var(--fs-sm);
    font-weight: 600;
    color: var(--gray-500);
    cursor: pointer;
    transition: var(--ease);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--sp-2);
}
.tab-btn:hover { color: var(--green-700); background: var(--green-50); }
.tab-btn.active { background: var(--green-600); color: var(--white); }
.tab-badge {
    background: rgba(255,255,255,.2);
    padding: 0 var(--sp-2);
    border-radius: var(--radius-full);
    font-size: var(--fs-xs);
    font-weight: 700;
    min-width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-icon-wrap {
    width: 64px;
    height: 64px;
    margin: 0 auto var(--sp-4);
    background: var(--green-50);
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--fs-xl);
    color: var(--green-600);
}
.input-large {
    text-align: center;
    font-size: var(--fs-xl) !important;
    font-weight: 600 !important;
    letter-spacing: .1em;
}
.btn-text {
    background: none;
    border: none;
    cursor: pointer;
    font-family: var(--font);
    font-size: var(--fs-sm);
    color: var(--gray-500);
    padding: var(--sp-2);
    transition: var(--ease);
}
.btn-text:hover { color: var(--green-700); }
.text-muted { color: var(--gray-400) !important; cursor: not-allowed !important; }
.required { color: var(--danger); }
.field-error { color: var(--danger); font-size: var(--fs-xs); margin-top: 2px; display: block; }
.success-icon { margin-bottom: var(--sp-5); }
.success-icon i { font-size: 3rem; color: var(--success); }
.tracking-id-display {
    background: var(--green-100);
    padding: var(--sp-3) var(--sp-5);
    border-radius: var(--radius-md);
    display: inline-block;
    margin-bottom: var(--sp-3);
}
.tracking-id-display span {
    font-family: monospace;
    font-size: var(--fs-xl);
    font-weight: 800;
    color: var(--green-700);
}
.media-section {
    margin-top: var(--sp-4);
    padding-top: var(--sp-4);
    border-top: 1px solid var(--gray-200);
}
.media-section h4 {
    font-size: var(--fs-sm);
    font-weight: 600;
    color: var(--green-800);
    margin-bottom: var(--sp-3);
}
.media-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--sp-3);
}
.media-upload-card {
    border: 1px dashed var(--gray-300);
    border-radius: var(--radius-lg);
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--ease);
    overflow: hidden;
}
.media-upload-card:hover { border-color: var(--green-400); }
.media-upload-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--sp-2);
    cursor: pointer;
    padding: var(--sp-4);
    color: var(--green-400);
    font-size: var(--fs-xs);
    font-weight: 600;
    width: 100%;
    text-align: center;
    background: none;
    border: none;
    font-family: var(--font);
}
.media-upload-label:hover { color: var(--green-600); }
.media-upload-label i { font-size: var(--fs-xl); }
.media-preview { position: relative; width: 100%; height: 100%; }
.media-preview img { width: 100%; height: 100px; object-fit: cover; }
.media-remove {
    position: absolute;
    top: var(--sp-1);
    right: var(--sp-1);
    width: 24px;
    height: 24px;
    background: rgba(0,0,0,.6);
    color: var(--white);
    border: none;
    border-radius: var(--radius-full);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--fs-xs);
}
.media-remove:hover { background: var(--danger); }
.recording-active {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--sp-2);
    padding: var(--sp-3);
    width: 100%;
}
.recording-pulse {
    width: 16px;
    height: 16px;
    background: var(--danger);
    border-radius: 50%;
    animation: pulse-rec 1s ease-in-out infinite;
}
@keyframes pulse-rec {
    0%,100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.3); opacity: .7; }
}
.recording-time {
    font-family: monospace;
    font-size: var(--fs-lg);
    font-weight: 700;
    color: var(--danger);
}
.audio-preview {
    position: relative;
    width: 100%;
    padding: var(--sp-2);
}
.category-tag {
    margin-left: var(--sp-2);
    font-size: var(--fs-xs);
    color: var(--green-600);
    background: var(--green-100);
    padding: 1px var(--sp-2);
    border-radius: var(--radius);
}
.inquiry-desc {
    font-size: var(--fs-xs);
    color: var(--gray-500);
    margin-bottom: var(--sp-2);
    line-height: 1.5;
}
.inquiry-meta {
    display: flex;
    gap: var(--sp-3);
    flex-wrap: wrap;
    font-size: var(--fs-xs);
    color: var(--gray-400);
    margin-bottom: var(--sp-2);
}
.inquiry-meta i { color: var(--green-600); margin-right: 2px; }
.admin-note {
    font-size: var(--fs-xs);
    color: var(--gray-600);
    background: var(--gray-50);
    padding: var(--sp-3);
    border-radius: var(--radius-md);
    margin-top: var(--sp-2);
    border-left: 3px solid var(--red);
}
.admin-note i { color: var(--green-600); margin-right: var(--sp-2); }
.timeline-details { margin-top: var(--sp-3); }
.timeline-details summary {
    cursor: pointer;
    font-size: var(--fs-xs);
    font-weight: 600;
    color: var(--gray-500);
    padding: var(--sp-2) 0;
    display: flex;
    align-items: center;
    gap: var(--sp-2);
}
.timeline-details summary:hover { color: var(--green-700); }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .services-grid, .priorities-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-links-section { grid-template-columns: 1fr 1fr; gap: 32px; }
    .stats-grid { grid-template-columns: repeat(2, 1fr); gap: var(--sp-4); }
    .stat-item:nth-child(2)::after { display: none; }
    .media-embed-grid { grid-template-columns: 1fr; }
    .journey-timeline::before { left: 20px; }
    .journey-item,
    .journey-item:nth-child(odd),
    .journey-item:nth-child(even) {
        flex-direction: column;
        text-align: left;
        padding-left: 48px;
    }
    .journey-dot {
        left: 20px;
        transform: translateX(-50%);
    }
    .journey-spacer { display: none; }
}
@media (max-width: 900px) {
    .header-menu { display: none; }
    .nav-right { display: none; }
    .header-top-left { padding: 14px 20px; }
    .header-emblem { width: 50px; height: 50px; }
    .header-logo-info h2 { font-size: 15px; }
    .header-logo-info h3 { font-size: 10px; }
    .header-flag-date { display: none; }
    .header-ticker { padding: 10px 20px; border-right: none; }
    .mobile-toggle { display: flex !important; }
}
@media (max-width: 768px) {
    :root { --fs-5xl: 2.25rem; --fs-4xl: 1.875rem; --fs-3xl: 1.5rem; }
    .header-top { flex-direction: column; min-height: auto; }
    .header-top-left { justify-content: center; }
    .header-top-right { flex-direction: column; }
    .header-ticker { border-right: none; border-top: 1px solid rgba(255,255,255,.1); }
    .mobile-toggle { display: flex; }
    .header-menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 280px;
        height: 100vh;
        background: var(--white);
        flex-direction: column;
        padding: var(--sp-16) var(--sp-5);
        box-shadow: var(--shadow-xl);
        transition: all .35s cubic-bezier(.4,0,.2,1);
        align-items: stretch;
        z-index: 1001;
    }
    .header-menu.active { right: 0; }
    .header-menu a {
        padding: var(--sp-3);
        font-size: var(--fs-base);
        border-bottom: 1px solid var(--gray-200);
        color: var(--gray-800);
    }
    .header-menu a::after { display: none; }
    .hero-section { padding: var(--sp-10) 0 var(--sp-12); }
    .hero-grid {
        grid-template-columns: 1fr;
        text-align: center;
        gap: var(--sp-8);
    }
    .hero-photo { order: -1; display: flex; justify-content: center; }
    .hero-photo img { width: 200px; height: 260px; }
    .hero-photo::after { display: none; }
    .hero-role { justify-content: center; }
    .hero-role::before { display: none; }
    .hero-quote { border-left: none; padding-left: 0; text-align: center; }
    .hero-desc { margin: 0 auto var(--sp-6); }
    .hero-actions { justify-content: center; }
    .services-grid { grid-template-columns: 1fr; }
    .about-grid { grid-template-columns: 1fr; gap: var(--sp-8); }
    .about-image-frame { max-width: 350px; margin: 0 auto; }
    .about-content h3::before { display: none; }
    .about-content h3 { padding-left: 0; }
    .priorities-grid { grid-template-columns: 1fr 1fr; }
    .constituency-grid { grid-template-columns: 1fr; }
    .activity-grid { grid-template-columns: repeat(2, 1fr); }
    .contact-grid { grid-template-columns: 1fr; }
    .footer-links-section { grid-template-columns: 1fr; gap: 24px; }
    .footer-brand-row { padding: 24px 20px 16px; }
    .footer-bottom-bar { padding: 16px 20px; }
    .footer-bottom-row { flex-direction: column; align-items: center; text-align: center; }
    .footer-meta { justify-content: center; }
    .form-row { grid-template-columns: 1fr; }
    .dashboard-header-row { flex-direction: column; gap: var(--sp-3); text-align: center; }
    .media-grid { grid-template-columns: 1fr; }
    .dashboard-tabs { flex-direction: column; }
    .stats-grid { gap: var(--sp-3); }
    .stat-item::after { display: none; }
    .stat-number { font-size: var(--fs-2xl); }
}
@media (max-width: 480px) {
    .priorities-grid, .activity-grid { grid-template-columns: 1fr; }
    .contact-info { grid-template-columns: 1fr; }
    .otp-input-group input { width: 40px; height: 44px; font-size: var(--fs-lg); }
    .hero-content h1 { font-size: var(--fs-3xl); }
    .stats-grid { grid-template-columns: 1fr 1fr; }
}

/* ===== SCROLLBAR ===== */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: var(--gray-100); }
::-webkit-scrollbar-thumb {
    background: var(--green-400);
    border-radius: var(--radius-full);
    border: 2px solid var(--gray-100);
}
::-webkit-scrollbar-thumb:hover { background: var(--green-600); }
::selection { background: var(--green-600); color: var(--white); }
