/* Universal 14-Section Styling Engine for Programmatic & Marketing Landing Pages */
.lp-container {
    max-width: 1640px !important;
}
.seo-page-wrapper {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: #1e293b;
    line-height: 1.6;
}
.seo-section {
    padding: 75px 0;
    position: relative;
    border-bottom: 1px solid #f1f5f9;
}
.seo-section--light { background: #f8fafc; }
.seo-section--white { background: #ffffff; }
.seo-section--gradient { background: linear-gradient(180deg, #f8fafc 0%, #edf2f7 100%); }

.sec-badge {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.12em;
    color: #ef7305;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.sec-title {
    font-size: 36px;
    font-weight: 900;
    color: #0f172a;
    margin-top: 0;
    margin-bottom: 40px;
    letter-spacing: -0.03em;
    line-height: 1.2;
}
@media (max-width: 768px) {
    .sec-title { font-size: 28px; }
    .seo-section { padding: 50px 0; }
}

/* 1. Hero Styling */
.hero-banner {
    background: linear-gradient(90deg, rgba(2, 19, 66, 0.97) 0%, rgba(3, 26, 84, 0.94) 38%, rgba(3, 31, 95, 0.82) 54%, rgba(5, 37, 102, 0.15) 68%, rgba(5, 37, 102, 0) 100%), var(--hero-bg, url('/uploads/fallback/location_page_hero_fallback.webp')) right center / cover no-repeat;
    color: #ffffff;
    padding: 75px 0 85px;
    position: relative;
    overflow: hidden;
    min-height: 620px;
    display: flex;
    align-items: center;
}
.hero-content-box {
    max-width: 880px;
    position: relative;
    z-index: 2;
}
.hero-breadcrumb {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 22px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}
.hero-breadcrumb a { color: #e2e8f0; text-decoration: none; transition: color 0.2s; }
.hero-breadcrumb a:hover { color: #ef7305; text-decoration: underline; }
.hero-h1 {
    font-size: 48px;
    font-weight: 900;
    line-height: 1.15;
    margin-bottom: 22px;
    letter-spacing: -0.03em;
    color: #ffffff;
}
.hero-subtitle {
    font-size: 18.5px;
    color: #e2e8f0;
    line-height: 1.65;
    margin-bottom: 30px;
}
.hero-features-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    padding: 20px 16px;
    margin-bottom: 22px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    backdrop-filter: blur(12px);
    box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.25);
}
.hero-feat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 6px;
    position: relative;
}
.hero-feat-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -6px;
    top: 15%;
    height: 70%;
    width: 1px;
    background: rgba(255, 255, 255, 0.1);
}
.hero-feat-icon {
    margin-bottom: 10px;
    color: #60a5fa;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-feat-title {
    font-size: 13px;
    font-weight: 700;
    color: #f8fafc;
    margin-bottom: 3px;
    line-height: 1.3;
}
.hero-feat-sub {
    font-size: 11.5px;
    color: #94a3b8;
    line-height: 1.35;
    font-weight: 400;
}
.hero-statutory-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(1, 16, 54, 0.6);
    border: 1px solid rgba(96, 165, 250, 0.3);
    padding: 9px 20px;
    border-radius: 9999px;
    font-size: 13.5px;
    color: #cbd5e1;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.hero-statutory-pill .pill-icon {
    color: #60a5fa;
}
.hero-statutory-pill strong {
    font-weight: 700;
    color: #ffffff;
}

@media (max-width: 1024px) {
    .hero-banner {
        background: linear-gradient(180deg, rgba(2, 17, 58, 0.97) 0%, rgba(3, 25, 78, 0.94) 65%, rgba(4, 31, 90, 0.91) 100%), var(--hero-bg) center / cover no-repeat;
        padding: 55px 0 70px;
        min-height: auto;
    }
    .hero-content-box {
        max-width: 100%;
    }
    .hero-features-card {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .hero-feat-item:not(:last-child)::after {
        display: none;
    }
}
@media (max-width: 600px) {
    .hero-h1 {
        font-size: 34px;
    }
    .hero-subtitle {
        font-size: 16px;
    }
    .hero-features-card {
        grid-template-columns: repeat(2, 1fr);
        padding: 18px 14px;
        gap: 16px;
    }
    .hero-statutory-pill {
        border-radius: 14px;
        padding: 12px 18px;
        line-height: 1.4;
    }
}

/* 2. Intro Article Box Styling */
.intro-article-box {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 45px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
    font-size: 17px;
    line-height: 1.8;
    color: #334155;
}
.intro-article-box p { margin-bottom: 24px; }
.intro-article-box p:last-child { margin-bottom: 0; }
.tenancy-framework-article p,
.article-body p {
    margin-top: 0;
    margin-bottom: 24px !important;
}
.tenancy-framework-article p:last-child,
.article-body p:last-child {
    margin-bottom: 0 !important;
}
.read-more-btn:hover {
    background: #013493 !important;
    color: #ffffff !important;
    box-shadow: 0 6px 20px rgba(1, 52, 147, 0.25);
    transform: translateY(-2px);
}

/* 3. Agreement Cards & Tabs */
.modern-card-btn {
    width: 100%; text-align: left; cursor: pointer; background: #ffffff;
    border: 2px solid #e2e8f0; border-radius: 20px; padding: 40px 24px 24px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 25px -5px rgba(0,0,0,0.05), 0 8px 10px -6px rgba(0,0,0,0.01), inset 0 -4px 0 #013493;
    display: flex; flex-direction: column; height: 100%; position: relative; margin-top: 20px; overflow: visible;
}
.modern-card-btn:hover {
    transform: translateY(-8px) scale(1.02); border-color: rgba(239, 115, 5, 0.6);
    box-shadow: 0 25px 40px -10px rgba(1,52,147,0.15), 0 10px 15px -6px rgba(1,52,147,0.1), inset 0 -6px 0 #ef7305;
}
.modern-card-btn .card-icon-float {
    font-size: 64px; position: absolute; top: -40px; left: 24px;
    filter: drop-shadow(0 10px 15px rgba(0,0,0,0.15)); line-height: 1;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); transform-origin: bottom center;
}
.modern-card-btn:hover .card-icon-float {
    transform: translateY(-8px) rotate(-5deg) scale(1.1); filter: drop-shadow(0 15px 25px rgba(0,0,0,0.25));
}
.modern-card-btn .card-btn-cta {
    background: #013493; color: #ffffff; font-weight: 600; font-size: 14px;
    display: flex; align-items: center; justify-content: center; gap: 8px;
    padding: 10px 20px; border-radius: 8px; transition: all 0.3s ease; margin-top: auto;
    width: 100%; box-shadow: 0 4px 12px rgba(1, 52, 147, 0.15); box-sizing: border-box;
}
.modern-card-btn:hover .card-btn-cta {
    background: #ef7305; color: #ffffff; box-shadow: 0 6px 16px rgba(239, 115, 5, 0.25);
}
.modern-card-btn .card-link-arrow {
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.modern-card-btn:hover .card-link-arrow {
    transform: translateX(6px);
}
#tab-lease .modern-card-btn {
    box-shadow: 0 10px 25px -5px rgba(0,0,0,0.05), 0 8px 10px -6px rgba(0,0,0,0.01), inset 0 -4px 0 #ef7305;
}
#tab-lease .modern-card-btn:hover {
    box-shadow: 0 25px 40px -10px rgba(239, 115, 5, 0.15), 0 10px 15px -6px rgba(239, 115, 5, 0.1), inset 0 -6px 0 #013493;
    border-color: rgba(1, 52, 147, 0.6);
}
#tab-lease .card-btn-cta {
    background: #ef7305; box-shadow: 0 4px 12px rgba(239, 115, 5, 0.15);
}
#tab-lease .modern-card-btn:hover .card-btn-cta {
    background: #013493; box-shadow: 0 6px 16px rgba(1, 52, 147, 0.25);
}
@media (max-width: 768px) {
    .modern-card-btn { margin-top: 40px !important; }
    .tabs-wrapper { margin-top: 20px !important; }
    .tabs-header { margin-bottom: 40px !important; }
    .seo-tab-content { row-gap: 40px !important; padding-top: 20px !important; grid-template-columns: 1fr !important; }
}

/* Agreement Section Header (Centered) & 3-Column PC Card Grid */
.select-doc-header {
    text-align: center;
    max-width: 920px;
    margin: 0 auto 10px;
}
.select-doc-header .sec-badge {
    justify-content: center;
}
.select-doc-header .sec-title {
    margin-bottom: 18px;
}
.select-doc-header p {
    margin: 0 auto 35px !important;
}
.agreement-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 42px 32px;
    position: relative;
    overflow: visible;
}
@media (max-width: 1100px) {
    .agreement-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 768px) {
    .agreement-cards-grid {
        grid-template-columns: 1fr;
        row-gap: 45px !important;
        padding-top: 20px !important;
    }
}

/* 5. Benefits & 7. Legal Grid */
.grid-cards-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 28px; }
.info-card {
    background: #ffffff; border: 1px solid #e2e8f0; border-radius: 18px; padding: 32px;
    transition: transform 0.3s, box-shadow 0.3s; border-top: 4px solid #013493;
}
.info-card:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(0,0,0,0.07); border-top-color: #ef7305; }

/* 6. How it Works Timeline */
.timeline-grid {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 20px;
}
.step-card {
    flex: 1 1 0% !important; min-width: 0 !important; max-width: none !important;
    background: #ffffff; border: 2px solid #e2e8f0; border-radius: 20px; padding: 40px 35px; text-align: center;
    position: relative; box-shadow: 0 10px 30px rgba(0,0,0,0.03);
    display: flex; flex-direction: column; align-items: center; transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.step-card:hover {
    transform: translateY(-6px); border-color: rgba(239, 115, 5, 0.6);
    box-shadow: 0 20px 35px -10px rgba(239, 115, 5, 0.15);
}
.step-num-bubble {
    width: 54px; height: 54px; border-radius: 50%; background: #ef7305; color: white;
    font-size: 22px; font-weight: 900; display: inline-flex; align-items: center; justify-content: center;
    margin-bottom: 22px; box-shadow: 0 6px 16px rgba(239,115,5,0.35);
    transition: transform 0.3s ease;
}
.step-card:hover .step-num-bubble {
    transform: scale(1.1) rotate(-5deg);
}
.step-arrow-divider {
    display: flex; align-items: center; justify-content: center; flex-shrink: 0; align-self: center;
    filter: drop-shadow(0 10px 20px rgba(1, 52, 147, 0.3)); transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.step-arrow-divider:hover {
    transform: scale(1.15) translateX(4px);
}
@media (max-width: 991px) {
    .timeline-grid { flex-direction: column; gap: 20px; }
    .step-arrow-divider { transform: rotate(90deg); margin: 6px 0; }
    .step-arrow-divider:hover { transform: rotate(90deg) scale(1.1); }
}

/* 8. Documents Required Checklists */
.doc-box { background: #ffffff; border: 1px solid #e2e8f0; border-radius: 18px; padding: 30px; }
.doc-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 14px; }
.doc-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 15.5px; color: #475569; }
.check-icon { color: #10b981; font-weight: 900; font-size: 18px; flex-shrink: 0; }

/* 9. Property Types Grid */
.prop-card {
    background: #f8fafc; border: 2px solid #e2e8f0; border-radius: 16px; padding: 25px; text-align: center;
    transition: all 0.2s; font-weight: 700; color: #0f172a; font-size: 17px;
}
.prop-card:hover { background: #013493; color: white; border-color: #013493; transform: scale(1.03); }

/* 10. Localities Cloud & 11. Cities Matrix */
.tag-cloud { display: flex; flex-wrap: wrap; gap: 12px; }
.locality-badge { background: #eef2ff; color: #3730a3; border: 1px solid #c7d2fe; font-size: 14px; font-weight: 600; padding: 10px 18px; border-radius: 12px; }
.city-matrix-btn {
    display: flex; align-items: center; justify-content: space-between; padding: 15px 20px;
    background: #ffffff; border: 2px solid #e2e8f0; border-radius: 14px; color: #1e293b; font-weight: 700;
    text-decoration: none; transition: all 0.2s;
}
.city-matrix-btn:hover { background: #013493; color: white; border-color: #013493; transform: translateY(-2px); }

/* 13. FAQ Accordion */
.faq-accordion { border: 1px solid #e2e8f0; border-radius: 14px; margin-bottom: 16px; overflow: hidden; background: #ffffff; }
.faq-q { padding: 22px 26px; font-size: 18px; font-weight: 700; color: #0f172a; background: #f8fafc; border-bottom: 1px solid #f1f5f9; display: flex; justify-content: space-between; cursor: pointer; }
.faq-a { padding: 22px 26px; font-size: 16px; color: #475569; line-height: 1.7; }

/* 14. CTA Closing Banner */
.cta-closing-banner {
    background: linear-gradient(135deg, #ef7305 0%, #d85c00 100%);
    color: white; border-radius: 24px; padding: 65px 40px; text-align: center;
    box-shadow: 0 20px 40px rgba(239,115,5,0.25); position: relative; overflow: hidden;
}
