/* GUIDANCE PAGE — specific styles only */

@font-face {
            font-family: 'Abusayed';
            src: url('../fonts/Codepotro Abu Sayed.ttf') format('truetype');
            font-weight: normal;
            font-style: normal;
        }

/* ══════════  PAGE HERO  ══════════ */
        .page-hero {
            background: #081a0c;
            position: relative;
            overflow: hidden;
            padding: 80px 40px 72px;
        }

        .page-hero::before {
            content: '';
            position: absolute;
            inset: 0;
            background:
                radial-gradient(ellipse 70% 80% at 85% 50%, rgba(243,27,29,0.12) 0%, transparent 60%),
                radial-gradient(ellipse 50% 60% at 10% 80%, rgba(2,108,51,0.3) 0%, transparent 55%);
            pointer-events: none;
        }

        /* Decorative compass lines */
        .hero-deco {
            position: absolute;
            right: 60px;
            top: 50%;
            transform: translateY(-50%);
            opacity: 0.07;
            pointer-events: none;
        }

        .page-hero-inner {
            max-width: 1200px;
            margin: 0 auto;
            position: relative;
            z-index: 2;
        }

        .breadcrumb {
            display: flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 28px;
            font-size: 12px;
            font-weight: 600;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            color: rgba(255,255,255,0.45);
        }

        .breadcrumb a {
            color: rgba(255,255,255,0.45);
            text-decoration: none;
            transition: color 0.2s;
        }

        .breadcrumb a:hover { color: rgba(255,255,255,0.8); }

        .breadcrumb .sep {
            width: 4px;
            height: 4px;
            background: var(--red);
            border-radius: 50%;
        }

        .breadcrumb .cur { color: rgba(255,255,255,0.75); }

        .page-hero-label {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(243,27,29,0.18);
            border: 1px solid rgba(243,27,29,0.5);
            border-radius: 100px;
            padding: 7px 20px;
            margin-bottom: 22px;
            font-size: 11px;
            font-weight: 700;
            color: rgba(255,255,255,0.88);
            letter-spacing: 0.12em;
            text-transform: uppercase;
        }

        .page-hero-label .dot {
            width: 6px;
            height: 6px;
            background: var(--red);
            border-radius: 50%;
            animation: pulse 1.8s ease-in-out infinite;
        }

        @keyframes pulse {
            0%, 100% { opacity: 1; transform: scale(1); }
            50% { opacity: 0.4; transform: scale(1.6); }
        }

        .page-hero h1 {
            font-family: 'Tiro Bangla', serif;
            font-size: clamp(34px, 5.5vw, 66px);
            font-weight: 900;
            color: #fff;
            line-height: 1.08;
            letter-spacing: -0.01em;
            text-shadow: 0 4px 32px rgba(0,0,0,0.3);
            margin-bottom: 6px;
        }

        .page-hero h1 span { color: var(--red); }

        .page-hero-bangla {
            font-family: 'Abusayed', serif;
            font-size: clamp(16px, 2.2vw, 24px);
            color: rgba(255,255,255,0.65);
            margin-bottom: 32px;
        }

        .page-hero-desc {
            font-size: 16px;
            color: rgba(255,255,255,0.62);
            line-height: 1.8;
            max-width: 600px;
            font-weight: 300;
            margin-bottom: 36px;
        }

        .hero-note {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: rgba(255,255,255,0.06);
            border: 1px solid rgba(255,255,255,0.12);
            border-left: 3px solid var(--red);
            border-radius: 8px;
            padding: 12px 20px;
            font-size: 13px;
            color: rgba(255,255,255,0.6);
            max-width: 540px;
        }

        .hero-note svg { flex-shrink: 0; }

        /* ══════════  STRIP  ══════════ */
        .strip {
            height: 3px;
            background: linear-gradient(90deg, var(--green), var(--red), var(--green));
            margin: 0 32px;
            border-radius: 2px;
        }

        /* ══════════  SECTION SHARED  ══════════ */
        .sec-label {
            font-size: 11px;
            font-weight: 700;
            letter-spacing: 0.14em;
            text-transform: uppercase;
            color: var(--red);
            display: flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 8px;
        }

        .sec-label::before {
            content: '';
            width: 26px;
            height: 2.5px;
            background: var(--red);
            border-radius: 2px;
            display: block;
        }

        .sec-title {
            font-family: 'Tiro Bangla', serif;
            font-size: clamp(26px, 3.5vw, 40px);
            font-weight: 900;
            color: var(--green-dk);
            line-height: 1.15;
        }

        /* ══════════  QUICK NAV  ══════════ */
        .quicknav-sec {
            background: var(--off);
            padding: 40px 40px;
            border-bottom: 1px solid rgba(2,108,51,0.08);
        }

        .quicknav-inner {
            max-width: 1200px;
            margin: 0 auto;
        }

        .quicknav-label {
            font-size: 11px;
            font-weight: 700;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            color: #999;
            margin-bottom: 16px;
        }

        .quicknav-row {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }

        .qnav-btn {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 10px 20px;
            background: #fff;
            border: 1.5px solid rgba(2,108,51,0.18);
            border-radius: 50px;
            color: var(--green-dk);
            text-decoration: none;
            font-size: 13px;
            font-weight: 600;
            transition: all 0.25s;
            box-shadow: 0 2px 8px rgba(0,0,0,0.04);
            cursor: pointer;
        }

        .qnav-btn:hover {
            background: var(--green);
            border-color: var(--green);
            color: #fff;
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(2,108,51,0.22);
        }

        .qnav-btn:hover svg { stroke: #fff; }

        /* ══════════  CHECKLIST  ══════════ */
        .checklist-sec {
            background: #fff;
            padding: 88px 40px;
        }

        .checklist-inner {
            max-width: 1200px;
            margin: 0 auto;
        }

        .checklist-header {
            margin-bottom: 52px;
        }

        .checklist-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 28px;
            align-items: start;
        }

        .week-block {
            background: #081a0c;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 12px 40px rgba(1,77,36,0.2);
        }

        .week-head {
            padding: 28px 32px 22px;
            border-bottom: 1px solid rgba(255,255,255,0.08);
        }

        .week-num {
            font-size: 11px;
            font-weight: 700;
            letter-spacing: 0.12em;
            text-transform: uppercase;
            color: var(--red);
            margin-bottom: 6px;
        }

        .week-title {
            font-family: 'Tiro Bangla', serif;
            font-size: 20px;
            font-weight: 900;
            color: #fff;
            line-height: 1.25;
        }

        .week-body {
            padding: 24px 32px 32px;
        }

        .checklist-item {
            display: flex;
            align-items: flex-start;
            gap: 14px;
            padding: 12px 0;
            border-bottom: 1px solid rgba(255,255,255,0.06);
        }

        .checklist-item:last-child { border-bottom: none; }

        .check-box {
            width: 22px;
            height: 22px;
            border-radius: 6px;
            border: 2px solid rgba(255,255,255,0.25);
            flex-shrink: 0;
            margin-top: 1px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.2s;
            cursor: pointer;
        }

        .check-box.checked {
            background: var(--green);
            border-color: var(--green);
        }

        .check-box svg { display: none; }
        .check-box.checked svg { display: block; }

        .checklist-item .ci-text {
            flex: 1;
        }

        .ci-title {
            font-size: 14px;
            font-weight: 600;
            color: #fff;
            line-height: 1.4;
            margin-bottom: 3px;
        }

        .ci-sub {
            font-size: 12px;
            color: rgba(255,255,255,0.45);
            line-height: 1.5;
        }

        .ci-tag {
            flex-shrink: 0;
            font-size: 10px;
            font-weight: 700;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            padding: 3px 10px;
            border-radius: 100px;
            background: rgba(243,27,29,0.2);
            color: rgba(255,200,200,0.8);
            margin-top: 2px;
        }

        .ci-tag.green {
            background: rgba(2,108,51,0.35);
            color: rgba(160,255,190,0.8);
        }

        /* Right column stacked cards */
        .right-col {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .mini-card {
            background: var(--off);
            border-radius: 16px;
            padding: 28px;
            border: 1px solid rgba(2,108,51,0.1);
            transition: all 0.3s;
            position: relative;
            overflow: hidden;
        }

        .mini-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: var(--green);
            transform: scaleX(0);
            transform-origin: left;
            transition: transform 0.3s;
        }

        .mini-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 16px 48px rgba(2,108,51,0.11);
            background: #fff;
        }

        .mini-card:hover::before { transform: scaleX(1); }

        .mini-card-icon {
            width: 48px;
            height: 48px;
            border-radius: 12px;
            background: rgba(2,108,51,0.1);
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 14px;
        }

        .mini-card-title {
            font-size: 16px;
            font-weight: 700;
            color: var(--green-dk);
            margin-bottom: 8px;
            line-height: 1.3;
        }

        .mini-card-text {
            font-size: 13.5px;
            color: #666;
            line-height: 1.7;
        }

        /* ══════════  TOPIC CARDS  ══════════ */
        .topics-sec {
            background: var(--off);
            padding: 88px 40px;
        }

        .topics-inner {
            max-width: 1200px;
            margin: 0 auto;
        }

        .topics-header {
            text-align: center;
            margin-bottom: 52px;
        }

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

        .topic-card {
            background: #fff;
            border-radius: 20px;
            padding: 36px 30px;
            border: 1px solid rgba(2,108,51,0.1);
            transition: all 0.3s;
            cursor: pointer;
            position: relative;
            overflow: hidden;
        }

        .topic-card::after {
            content: '';
            position: absolute;
            bottom: -80px;
            right: -80px;
            width: 160px;
            height: 160px;
            border-radius: 50%;
            background: rgba(2,108,51,0.04);
            pointer-events: none;
            transition: all 0.4s;
        }

        .topic-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 20px 56px rgba(2,108,51,0.13);
            border-color: rgba(2,108,51,0.25);
        }

        .topic-card:hover::after {
            transform: scale(1.4);
            background: rgba(2,108,51,0.07);
        }

        .topic-icon {
            width: 56px;
            height: 56px;
            border-radius: 16px;
            background: rgba(2,108,51,0.08);
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
            transition: background 0.3s;
        }

        .topic-card:hover .topic-icon {
            background: rgba(2,108,51,0.15);
        }

        .topic-title {
            font-family: 'Tiro Bangla', serif;
            font-size: 18px;
            font-weight: 700;
            color: var(--green-dk);
            margin-bottom: 10px;
            line-height: 1.3;
        }

        .topic-desc {
            font-size: 13.5px;
            color: #666;
            line-height: 1.75;
            margin-bottom: 20px;
        }

        .topic-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 6px;
            margin-bottom: 20px;
        }

        .ttag {
            font-size: 11px;
            font-weight: 600;
            letter-spacing: 0.04em;
            background: rgba(2,108,51,0.07);
            color: var(--green);
            padding: 4px 11px;
            border-radius: 100px;
            border: 1px solid rgba(2,108,51,0.12);
        }

        .topic-link {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            color: var(--red);
            font-size: 12px;
            font-weight: 700;
            text-decoration: none;
            letter-spacing: 0.06em;
            text-transform: uppercase;
            transition: gap 0.2s;
        }

        .topic-link:hover { gap: 10px; }

        /* ══════════  STEP GUIDE  ══════════ */
        .stepguide-sec {
            background: #fff;
            padding: 88px 40px;
        }

        .stepguide-inner {
            max-width: 1200px;
            margin: 0 auto;
        }

        .stepguide-layout {
            display: grid;
            grid-template-columns: 1fr 1.1fr;
            gap: 72px;
            align-items: start;
        }

        .step-list {
            display: flex;
            flex-direction: column;
            gap: 0;
            position: relative;
        }

        .step-list::before {
            content: '';
            position: absolute;
            left: 22px;
            top: 28px;
            bottom: 28px;
            width: 2px;
            background: linear-gradient(to bottom, var(--green), rgba(2,108,51,0.1));
        }

        .step-item {
            display: flex;
            gap: 22px;
            padding: 20px 0;
            position: relative;
            cursor: pointer;
        }

        .step-num {
            width: 46px;
            height: 46px;
            border-radius: 50%;
            background: #fff;
            border: 2px solid rgba(2,108,51,0.2);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 15px;
            font-weight: 800;
            color: var(--green);
            flex-shrink: 0;
            transition: all 0.3s;
            z-index: 1;
        }

        .step-item.active .step-num,
        .step-item:hover .step-num {
            background: var(--green);
            border-color: var(--green);
            color: #fff;
            box-shadow: 0 4px 16px rgba(2,108,51,0.3);
        }

        .step-content { flex: 1; padding-top: 8px; }

        .step-title {
            font-size: 16px;
            font-weight: 700;
            color: var(--green-dk);
            margin-bottom: 5px;
            line-height: 1.3;
        }

        .step-item.active .step-title,
        .step-item:hover .step-title { color: var(--green); }

        .step-text {
            font-size: 13.5px;
            color: #888;
            line-height: 1.65;
        }

        /* Detail panel */
        .detail-panel {
            background: #081a0c;
            border-radius: 24px;
            padding: 44px;
            position: sticky;
            top: 100px;
            box-shadow: 0 24px 72px rgba(1,77,36,0.2);
        }

        .dp-badge {
            display: inline-block;
            background: var(--red);
            color: #fff;
            font-size: 10px;
            font-weight: 700;
            letter-spacing: 0.12em;
            text-transform: uppercase;
            padding: 5px 14px;
            border-radius: 100px;
            margin-bottom: 16px;
        }

        .dp-title {
            font-family: 'Tiro Bangla', serif;
            font-size: clamp(20px, 2vw, 26px);
            font-weight: 900;
            color: #fff;
            margin-bottom: 16px;
            line-height: 1.3;
        }

        .dp-intro {
            font-size: 14px;
            color: rgba(255,255,255,0.6);
            line-height: 1.75;
            margin-bottom: 28px;
        }

        .dp-items {
            list-style: none;
            display: flex;
            flex-direction: column;
            gap: 12px;
            margin-bottom: 28px;
        }

        .dp-item {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            font-size: 13.5px;
            color: rgba(255,255,255,0.72);
            line-height: 1.55;
        }

        .dp-item-bullet {
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: var(--red);
            flex-shrink: 0;
            margin-top: 6px;
        }

        .dp-link {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(255,255,255,0.1);
            border: 1px solid rgba(255,255,255,0.15);
            color: #fff;
            padding: 12px 22px;
            border-radius: 8px;
            font-size: 13px;
            font-weight: 700;
            text-decoration: none;
            letter-spacing: 0.04em;
            transition: all 0.25s;
        }

        .dp-link:hover {
            background: rgba(255,255,255,0.16);
            transform: translateX(4px);
        }

        /* ══════════  CITIES  ══════════ */
        .cities-sec {
            background: var(--off);
            padding: 88px 40px;
        }

        .cities-inner {
            max-width: 1200px;
            margin: 0 auto;
        }

        .cities-header {
            text-align: center;
            margin-bottom: 52px;
        }

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

        .city-card {
            background: #fff;
            border-radius: 18px;
            padding: 32px 28px;
            border: 1px solid rgba(2,108,51,0.1);
            transition: all 0.3s;
            position: relative;
            overflow: hidden;
        }

        .city-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 18px 52px rgba(2,108,51,0.12);
        }

        .city-flag {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 18px;
        }

        .city-icon-wrap {
            width: 44px;
            height: 44px;
            border-radius: 12px;
            background: rgba(2,108,51,0.08);
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .city-province {
            font-size: 10px;
            font-weight: 700;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            color: #bbb;
        }

        .city-name {
            font-family: 'Tiro Bangla', serif;
            font-size: 20px;
            font-weight: 900;
            color: var(--green-dk);
            margin-bottom: 12px;
        }

        .city-contact-list {
            list-style: none;
            display: flex;
            flex-direction: column;
            gap: 8px;
        }

        .city-contact-list li {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 13px;
            color: #666;
        }

        .city-contact-list li svg { flex-shrink: 0; }

        .city-tag {
            display: inline-block;
            margin-top: 16px;
            font-size: 11px;
            font-weight: 700;
            letter-spacing: 0.06em;
            text-transform: uppercase;
            color: var(--green);
            background: rgba(2,108,51,0.07);
            padding: 5px 14px;
            border-radius: 100px;
            border: 1px solid rgba(2,108,51,0.12);
        }

        /* ══════════  DISCLAIMER  ══════════ */
        .disclaimer-sec {
            background: #fff;
            padding: 72px 40px;
        }

        .disclaimer-inner {
            max-width: 860px;
            margin: 0 auto;
        }

        .disclaimer-box {
            background: #081a0c;
            border-radius: 20px;
            padding: 48px;
            position: relative;
            overflow: hidden;
            text-align: center;
        }

        .disclaimer-box::before {
            content: '';
            position: absolute;
            top: -60px;
            right: -60px;
            width: 200px;
            height: 200px;
            border-radius: 50%;
            background: rgba(255,255,255,0.04);
            pointer-events: none;
        }

        .disclaimer-box::after {
            content: '';
            position: absolute;
            bottom: -40px;
            left: -40px;
            width: 140px;
            height: 140px;
            border-radius: 50%;
            background: rgba(243,27,29,0.06);
            pointer-events: none;
        }

        .disclaimer-icon {
            width: 64px;
            height: 64px;
            border-radius: 50%;
            background: rgba(243,27,29,0.15);
            border: 2px solid rgba(243,27,29,0.3);
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 22px;
        }

        .disclaimer-title {
            font-family: 'Tiro Bangla', serif;
            font-size: clamp(22px, 2.5vw, 30px);
            font-weight: 900;
            color: #fff;
            margin-bottom: 16px;
        }

        .disclaimer-text {
            font-size: 15px;
            color: rgba(255,255,255,0.62);
            line-height: 1.8;
            max-width: 600px;
            margin: 0 auto 32px;
        }

        .disclaimer-text strong {
            color: rgba(255,255,255,0.9);
            font-weight: 700;
        }

        .dis-btn {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: var(--red);
            color: #fff;
            padding: 16px 36px;
            border-radius: 6px;
            font-size: 14px;
            font-weight: 800;
            text-decoration: none;
            letter-spacing: 0.07em;
            text-transform: uppercase;
            border: 2px solid var(--red);
            transition: all 0.3s;
            box-shadow: 0 8px 28px rgba(243,27,29,0.4);
        }

        .dis-btn:hover {
            background: transparent;
            color: #fff;
            transform: translateY(-2px);
        }
