/* ================================================================
   🏦 LOAN AGENCY GROWTH ENGINE & SOCIAL MEDIA DOMINANCE CSS
   ================================================================ */

.loan-agency-body {
    background-color: #050814;
    color: #f8fafc;
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
    overflow-x: hidden;
}

/* 🔴 TOP STRIP: LOCATION & ACTIVE BORROWER TELEMETRY */
.loan-top-strip {
    background: #02040a;
    border-bottom: 1px solid rgba(212, 175, 55, 0.25);
    padding: 10px 0;
    font-size: 0.82rem;
    position: relative;
    z-index: 1100;
}

.loan-strip-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.loan-strip-left {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #e2e8f0;
}

.loan-city-switcher {
    display: flex;
    align-items: center;
    gap: 8px;
}

.city-switch-label {
    font-size: 0.76rem;
    font-weight: 700;
    color: var(--text-secondary);
}

.loan-city-dropdown {
    background: #0a0f1d;
    border: 1px solid var(--border-gold);
    color: #fff;
    padding: 5px 12px;
    border-radius: var(--radius-sm);
    font-size: 0.78rem;
    font-weight: 700;
    cursor: pointer;
    outline: none;
}

.loan-nav-center {
    display: flex;
    align-items: center;
}

.loan-nav-tag {
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.3);
    padding: 6px 14px;
    border-radius: var(--radius-full);
    font-size: 0.78rem;
    font-weight: 800;
    color: var(--brand-gold-light);
}

/* 🚀 HERO SECTION */
.loan-hero-section {
    padding: 60px 0 70px 0;
    background: radial-gradient(circle at 50% 20%, rgba(212, 175, 55, 0.08) 0%, rgba(5, 8, 20, 0.95) 70%);
    position: relative;
}

.loan-hero-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 40px;
    align-items: center;
}

.loan-special-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(245, 158, 11, 0.12);
    border: 1px solid rgba(245, 158, 11, 0.35);
    color: #fbbf24;
    padding: 6px 14px;
    border-radius: var(--radius-full);
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.5px;
    margin-bottom: 18px;
}

.loan-hero-h1 {
    font-size: 2.7rem;
    font-weight: 900;
    line-height: 1.15;
    color: #fff;
    margin-bottom: 18px;
    letter-spacing: -0.5px;
}

.loan-hero-sub {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #94a3b8;
    margin-bottom: 24px;
}

.loan-pillars-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-bottom: 28px;
}

.loan-pillar-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: var(--radius-md);
    padding: 12px 14px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.loan-pillar-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.pillar-val {
    font-size: 0.88rem;
    font-weight: 800;
    color: #fff;
}

.pillar-lbl {
    font-size: 0.68rem;
    color: var(--text-secondary);
}

.loan-hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.loan-main-cta {
    font-size: 1rem;
    padding: 14px 28px;
    font-weight: 900;
}

.loan-guarantee-pill {
    font-size: 0.78rem;
    color: #cbd5e1;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* 🌟 HERO OFFER CARD GLOW */
.loan-offer-card-glow {
    background: #090e1c;
    border: 2px solid var(--brand-gold);
    border-radius: var(--radius-lg);
    padding: 30px 26px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.9), 0 0 35px rgba(212, 175, 55, 0.2);
    position: relative;
}

.offer-card-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 16px;
    margin-bottom: 18px;
}

.offer-tag {
    font-size: 0.72rem;
    font-weight: 900;
    color: #fbbf24;
    letter-spacing: 0.5px;
}

.offer-card-title {
    font-size: 1.3rem;
    font-weight: 900;
    color: #fff;
    margin: 4px 0 10px 0;
}

.offer-included-badge {
    background: rgba(16, 185, 129, 0.15);
    border: 1px solid rgba(16, 185, 129, 0.4);
    color: #34d399;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 0.76rem;
    font-weight: 800;
    display: inline-block;
}

.offer-checklist {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 22px;
    padding: 0;
}

.offer-checklist li {
    font-size: 0.82rem;
    line-height: 1.45;
    color: #e2e8f0;
    display: flex;
    gap: 10px;
}

.offer-checklist li i {
    font-size: 0.9rem;
    margin-top: 2px;
    flex-shrink: 0;
}

.offer-slots-left {
    margin-top: 10px;
    font-size: 0.72rem;
    color: #f87171;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-weight: 700;
}

.pulse-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ef4444;
    animation: pulseGlow 1.5s infinite;
}

/* 🎨 SECTION 2: SOCIAL MEDIA POST MOCKUPS GRID */
.loan-post-filter-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-bottom: 30px;
}

.loan-filter-btn {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--border-card);
    color: var(--text-secondary);
    border-radius: var(--radius-full);
    padding: 8px 16px;
    font-size: 0.82rem;
    font-weight: 800;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
}

.loan-filter-btn:hover {
    border-color: var(--brand-gold);
    color: #fff;
}

.loan-filter-btn.active {
    background: var(--brand-gold-gradient);
    border-color: var(--brand-gold);
    color: #050814;
    box-shadow: 0 4px 18px rgba(212, 175, 55, 0.35);
}

.loan-filter-btn.active i {
    color: #050814 !important;
}

/* 🎨 REAL POST CREATIVES GALLERY GRID */
.real-posts-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
    margin-bottom: 40px;
}

.real-post-card {
    background: #090e1c;
    border: 1px solid var(--border-gold);
    border-radius: var(--radius-lg);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.8), 0 0 25px rgba(212, 175, 55, 0.12);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.real-post-card:hover {
    transform: translateY(-6px);
    border-color: var(--brand-gold-light);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.95), 0 0 35px rgba(212, 175, 55, 0.25);
}

.real-post-day-tag {
    padding: 10px 16px;
    background: rgba(0, 0, 0, 0.6);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.real-post-img-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10.8;
    overflow: hidden;
    cursor: pointer;
    background: #02040a;
}

.real-post-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.real-post-img-wrap:hover .real-post-img {
    transform: scale(1.05);
}

.real-post-overlay {
    position: absolute;
    inset: 0;
    background: rgba(5, 8, 20, 0.65);
    backdrop-filter: blur(2px);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.real-post-img-wrap:hover .real-post-overlay {
    opacity: 1;
}

.lightbox-btn {
    background: var(--brand-gold-gradient);
    color: #050814;
    padding: 8px 16px;
    border-radius: var(--radius-full);
    font-size: 0.78rem;
    font-weight: 900;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
    display: flex;
    align-items: center;
    gap: 6px;
}

.real-post-meta {
    padding: 16px 18px;
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
}

.real-post-title {
    font-size: 1.05rem;
    font-weight: 900;
    color: #fff;
    margin-bottom: 10px;
}

.real-post-highlights {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 14px;
}

.real-post-highlights span {
    font-size: 0.76rem;
    color: #cbd5e1;
    display: flex;
    align-items: center;
    gap: 6px;
}

.real-post-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding-top: 12px;
    font-size: 0.72rem;
}

.btn-zoom-pill {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid var(--border-gold);
    color: #fff;
    padding: 4px 10px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 800;
    transition: all 0.2s;
}

.btn-zoom-pill:hover {
    background: var(--brand-gold);
    color: #050814;
}

/* 🔍 LIGHTBOX MODAL */
.post-lightbox-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    z-index: 3000;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.post-lightbox-modal.active {
    display: flex;
}

.post-lightbox-dialog {
    position: relative;
    max-width: 1050px;
    width: 100%;
    text-align: center;
}

.post-lightbox-close {
    position: absolute;
    top: -44px;
    right: 0;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    font-size: 1.2rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.post-lightbox-close:hover {
    background: #ef4444;
    border-color: #ef4444;
}

.post-lightbox-image {
    max-width: 100%;
    max-height: 80vh;
    border-radius: 12px;
    border: 2px solid var(--brand-gold);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.95), 0 0 45px rgba(212, 175, 55, 0.35);
    object-fit: contain;
}

.post-lightbox-caption {
    margin-top: 14px;
    font-size: 0.88rem;
    color: var(--brand-gold-light);
    font-weight: 700;
}

/* 🧬 ANATOMY BOX */
.creatives-anatomy-box {
    background: #090e1c;
    border: 1px solid var(--border-gold);
    border-radius: var(--radius-lg);
    padding: 28px 26px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.7);
}

.anatomy-header {
    margin-bottom: 20px;
}

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

.anatomy-item {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: var(--radius-md);
    padding: 14px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 0.78rem;
    color: #cbd5e1;
    line-height: 1.45;
}

.anatomy-icon {
    font-size: 1.2rem;
    margin-top: 2px;
    flex-shrink: 0;
}

/* 📊 SECTION 3: SAMPLE LEADS DATA TABLE */
.sample-leads-board {
    background: #090e1c;
    border: 1px solid var(--border-gold);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg), 0 0 35px rgba(212, 175, 55, 0.1);
    overflow: hidden;
}

.leads-board-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 26px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    flex-wrap: wrap;
    gap: 12px;
}

.leads-board-title {
    font-size: 1.25rem;
    font-weight: 900;
    color: #fff;
    margin-top: 4px;
}

.leads-board-stats {
    display: flex;
    gap: 16px;
    font-size: 0.8rem;
    font-weight: 700;
}

.sample-leads-table-wrap {
    overflow-x: auto;
}

.sample-leads-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.82rem;
    text-align: left;
}

.sample-leads-table th {
    background: rgba(255, 255, 255, 0.02);
    color: var(--text-secondary);
    font-weight: 800;
    padding: 14px 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 0.7rem;
    letter-spacing: 0.5px;
}

.sample-leads-table td {
    padding: 14px 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    color: #e2e8f0;
    white-space: nowrap;
}

.lead-applicant-name {
    font-weight: 800;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 6px;
}

.lead-sub-text {
    font-size: 0.68rem;
    color: var(--text-secondary);
}

.lead-badge {
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 0.7rem;
    font-weight: 800;
}

.lead-badge.business { background: rgba(59, 130, 246, 0.15); color: #60a5fa; }
.lead-badge.home { background: rgba(212, 175, 55, 0.15); color: #fbbf24; }
.lead-badge.lap { background: rgba(168, 85, 247, 0.15); color: #c084fc; }
.lead-badge.personal { background: rgba(16, 185, 129, 0.15); color: #34d399; }
.lead-badge.bt { background: rgba(6, 182, 212, 0.15); color: #22d3ee; }

.cibil-badge {
    font-size: 0.72rem;
    font-weight: 800;
    padding: 2px 6px;
    border-radius: 4px;
}

.cibil-badge.good { background: rgba(16, 185, 129, 0.15); color: #34d399; }
.cibil-badge.fair { background: rgba(245, 158, 11, 0.15); color: #fbbf24; }

.lead-action-btn {
    background: rgba(37, 211, 102, 0.15);
    border: 1px solid rgba(37, 211, 102, 0.4);
    color: #25d366;
    padding: 5px 12px;
    border-radius: var(--radius-sm);
    font-size: 0.74rem;
    font-weight: 800;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s;
}

.lead-action-btn:hover {
    background: #25d366;
    color: #050814;
}

.leads-board-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 26px;
    background: rgba(0, 0, 0, 0.3);
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    flex-wrap: wrap;
    gap: 12px;
}

/* 🗺️ SECTION 4: 5-STEP ROADMAP */
.loan-roadmap-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}

.loan-road-step {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid var(--border-card);
    border-radius: var(--radius-md);
    padding: 22px 16px;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 0.25s;
}

.loan-road-step:hover {
    border-color: var(--brand-gold);
    background: rgba(212, 175, 55, 0.04);
    transform: translateY(-3px);
}

.road-step-num {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 0.7rem;
    font-weight: 900;
    color: var(--brand-gold);
    background: rgba(212, 175, 55, 0.15);
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.road-step-icon {
    font-size: 1.8rem;
    margin-bottom: 14px;
}

.road-step-title {
    font-size: 0.95rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 6px;
}

.road-step-desc {
    font-size: 0.78rem;
    color: var(--text-secondary);
    line-height: 1.5;
    flex: 1;
}

.road-step-tag {
    margin-top: 12px;
    font-size: 0.68rem;
    font-weight: 800;
    color: var(--brand-gold-light);
}

/* 📝 SECTION 5: CLAIM FORM */
.loan-form-container {
    max-width: 860px;
    margin: 0 auto;
    background: linear-gradient(160deg, rgba(14, 20, 42, 0.95) 0%, rgba(8, 12, 26, 0.98) 100%);
    border: 1px solid var(--border-gold);
    border-radius: 24px;
    padding: 44px 38px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.75), 0 0 40px rgba(212, 175, 55, 0.15);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.loan-form-header {
    text-align: center;
    margin-bottom: 32px;
}

.loan-form-h2 {
    font-family: var(--font-heading);
    font-size: 1.85rem;
    font-weight: 900;
    color: #fff;
    margin-bottom: 8px;
}

.loan-form-sub {
    font-size: 0.9rem;
    color: #94a3b8;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.55;
}

.form-row-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.form-label {
    display: flex;
    align-items: center;
    gap: 7px;
    font-family: var(--font-heading);
    font-size: 0.8rem;
    font-weight: 800;
    color: #cbd5e1;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 9px;
}

.form-control {
    width: 100%;
    background: rgba(10, 14, 28, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    padding: 13px 18px;
    color: #ffffff;
    font-family: var(--font-body);
    font-size: 0.95rem;
    font-weight: 600;
    outline: none;
    transition: all 0.25s ease;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
}

.form-control:focus {
    border-color: var(--brand-gold);
    background: rgba(14, 20, 40, 0.95);
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.2), inset 0 2px 4px rgba(0, 0, 0, 0.3);
}

.form-control::placeholder {
    color: #64748b;
    font-weight: 400;
}

.loan-specialties-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 8px;
}

.spec-checkbox {
    background: rgba(16, 22, 42, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 12px 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.84rem;
    font-weight: 700;
    color: #e2e8f0;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    user-select: none;
}

.spec-checkbox:hover {
    border-color: rgba(212, 175, 55, 0.5);
    background: rgba(212, 175, 55, 0.06);
    transform: translateY(-1px);
}

.spec-checkbox input[type="checkbox"] {
    accent-color: var(--brand-gold);
    width: 17px;
    height: 17px;
    cursor: pointer;
    flex-shrink: 0;
}

.package-selection-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 8px;
}

.package-radio {
    cursor: pointer;
    display: block;
}

.package-radio input {
    display: none;
}

.package-box-inner {
    background: rgba(16, 22, 42, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    padding: 16px;
    transition: all 0.25s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
}

.package-box-inner:hover {
    border-color: rgba(212, 175, 55, 0.4);
    transform: translateY(-2px);
}

.package-radio input:checked + .package-box-inner {
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.15) 0%, rgba(212, 175, 55, 0.04) 100%);
    border: 1.5px solid var(--brand-gold);
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.25);
    transform: translateY(-2px);
}

.pkg-name {
    font-family: var(--font-heading);
    font-size: 0.92rem;
    font-weight: 900;
    color: #fff;
    margin-bottom: 5px;
}

.pkg-desc {
    font-size: 0.76rem;
    color: #94a3b8;
    line-height: 1.45;
}

.loan-submit-btn {
    width: 100%;
    padding: 16px 24px;
    font-size: 1.05rem;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 999px;
    cursor: pointer;
    margin-top: 14px;
    box-shadow: 0 8px 25px var(--brand-gold-glow);
    border: none;
    transition: all 0.25s ease;
}

.loan-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px var(--brand-gold-glow);
}

.form-disclaimer {
    text-align: center;
    font-size: 0.78rem;
    color: #94a3b8;
    margin-top: 14px;
}

@media (max-width: 768px) {
    .loan-form-container {
        padding: 32px 20px;
    }
    .form-row-2 {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .loan-specialties-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .package-selection-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .loan-specialties-grid {
        grid-template-columns: 1fr;
    }
}

/* 📱 MOBILE STICKY FLOATING BOTTOM BAR */
.loan-mobile-bottom-bar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(5, 8, 20, 0.98);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-top: 1px solid var(--border-gold);
    padding: 10px 14px;
    z-index: 2000;
    gap: 10px;
}

.loan-mob-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 12px 10px;
    border-radius: var(--radius-md);
    font-size: 0.84rem;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
}

.loan-mob-btn.call {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid var(--border-card);
    color: #fff;
}

.loan-mob-btn.wa {
    background: #25d366;
    color: #050814;
}

/* Responsive Media Queries */
@media (max-width: 1024px) {
    .loan-hero-grid {
        grid-template-columns: 1fr;
    }
    .loan-posts-mockup-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .loan-roadmap-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .package-selection-grid, .loan-specialties-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .loan-mobile-bottom-bar {
        display: flex;
    }
    body.loan-agency-body {
        padding-bottom: 74px;
    }
    .loan-hero-h1 {
        font-size: 2rem;
    }
    .loan-pillars-strip {
        grid-template-columns: 1fr;
    }
    .loan-posts-mockup-grid, .loan-roadmap-grid {
        grid-template-columns: 1fr;
    }
    .loan-form-container {
        padding: 24px 18px;
    }
    .form-row-2 {
        grid-template-columns: 1fr;
    }
    .loan-strip-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}
