/* =========================================================
   SEO LANDING PAGE
========================================================= */

.seo-section {
    padding: 90px 0;
}

.seo-section.bg-light,
.bg-light {
    background: #f6f7f5;
}

.section-label {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #b45f2a;
}

.section-heading {
    max-width: 760px;
    margin: 0 auto;
}

.section-heading h2,
.section-content h2,
.location-advantage-section h2,
.infrastructure-section h2,
.faq-section h2,
.seo-final-cta h2 {
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 1.15;
    color: #182e43;
}

.section-heading p,
.section-content p,
.location-advantage-section p,
.infrastructure-section p,
.faq-section p {
    color: #68727c;
    line-height: 1.8;
}


/* =========================================================
   HERO
========================================================= */

.changodar-hero {
    position: relative;
    overflow: hidden;
    min-height: 680px;
    display: flex;
    align-items: center;
    color: #fff;
}

.hero-inner {
    position: relative;
    z-index: 2;
    padding: 100px 0 60px;
}

.hero-content {
    max-width: 680px;
}

.hero-kicker {
    display: block;
    margin-bottom: 18px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #e8a35e;
    text-transform: uppercase;
}

.hero-content h1 {
    margin: 0 0 22px;
    font-size: clamp(42px, 5vw, 72px);
    line-height: 1;
    font-weight: 600;
    color: #fff;
}

.hero-content h1 span {
    display: block;
    color: #e99a47;
}

.hero-content > p {
    max-width: 620px;
    margin-bottom: 30px;
    color: rgba(255,255,255,.9);
    font-size: 18px;
    line-height: 1.65;
}

.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.hero-outline-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(255,255,255,.6);
    color: #fff;
    padding: 12px 20px;
}

.hero-outline-btn:hover {
    background: #fff;
    color: #182e43;
}

.hero-highlights {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 80px;
}

.hero-highlight {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 10px;
    background: rgba(0,0,0,.24);
    backdrop-filter: blur(6px);
}

.hero-highlight-icon {
    width: 42px;
    min-width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.45);
    border-radius: 50%;
}

.hero-highlight-icon svg {
    width: 21px;
    height: 21px;
}

.hero-highlight strong,
.hero-highlight span {
    display: block;
}

.hero-highlight strong {
    font-size: 18px;
    color: #fff;
}

.hero-highlight span {
    margin-top: 3px;
    font-size: 15px;
    color: rgba(255,255,255,.68);
}


/* =========================================================
   WHY CHOOSE
========================================================= */

.seo-image-card {
    position: relative;
    padding-right: 55px;
}

.seo-image-card > img {
    display: block;
    width: 100%;
    min-height: 470px;
    object-fit: cover;
    border-radius: 14px;
}

.floating-info-card {
    position: absolute;
    right: 0;
    bottom: 35px;
    width: 230px;
    padding: 24px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 15px 45px rgba(0,0,0,.12);
}

.floating-info-icon {
    color: #c86f30;
    font-size: 30px;
    margin-bottom: 15px;
}

.floating-info-card h4 {
    margin-bottom: 15px;
    font-size: 19px;
    line-height: 1.3;
    color: #182e43;
}

.floating-info-card span {
    display: block;
    color: #c86f30;
    font-size: 13px;
    font-weight: 600;
}

.check-list {
    display: grid;
    gap: 12px;
    margin-top: 28px;
}

.check-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #39434c;
    font-size: 14px;
}

.check-icon {
    width: 22px;
    min-width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #edf5eb;
    color: #347145;
    font-size: 14px;
}


/* =========================================================
   LOCATION
========================================================= */

.location-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.location-feature {
    min-height: 150px;
    padding: 22px;
    background: #fff;
    border: 1px solid #e6e9e7;
    border-radius: 12px;
}

.location-feature-icon {
    margin-bottom: 16px;
    color: #c86f30;
    font-size: 26px;
}

.location-feature h4 {
    margin-bottom: 8px;
    font-size: 17px;
    color: #182e43;
}

.location-feature p {
    margin: 0;
    font-size: 13px;
}


/* =========================================================
   MAP
========================================================= */

.map-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    background: #e7ebe7;
}

.map-wrapper img {
    display: block;
    width: 100%;
    min-height: 420px;
    object-fit: cover;
}

.map-pin {
    position: absolute;
    left: 48%;
    top: 54%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 14px;
    background: #bc5d25;
    color: #fff;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    box-shadow: 0 7px 20px rgba(0,0,0,.2);
}

.connectivity-content {
    display: grid;
    gap: 10px;
}

.connectivity-row {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px;
    background: #fff;
    border: 1px solid #e6e9e7;
    border-radius: 10px;
}

.connectivity-icon {
    width: 42px;
    min-width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f8eee7;
    color: #c86f30;
    font-size: 20px;
}

.connectivity-row strong,
.connectivity-row span {
    display: block;
}

.connectivity-row strong {
    font-size: 14px;
    color: #182e43;
}

.connectivity-row span {
    margin-top: 3px;
    color: #7b858d;
    font-size: 12px;
}


/* =========================================================
   INDUSTRIAL ECOSYSTEM
========================================================= */

.company-logo-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.company-logo {
    min-height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background: #fff;
    border: 1px solid #e7e9e7;
    border-radius: 10px;
    color: #263746;
    font-size: 18px;
}


/* =========================================================
   BUSINESS USES
========================================================= */

.business-use-card {
    height: 100%;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e6e9e7;
    border-radius: 12px;
    transition: .3s ease;
}

.business-use-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,.08);
}

.business-use-image img {
    width: 100%;
    height: 190px;
    object-fit: cover;
}

.business-use-icon {
    width: 44px;
    height: 44px;
    margin: -22px 0 0 20px;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    color: #c86f30;
    font-size: 21px;
    box-shadow: 0 8px 20px rgba(0,0,0,.08);
}

.business-use-card h3 {
    margin: 18px 20px 8px;
    font-size: 18px;
    color: #182e43;
}

.business-use-card p {
    margin: 0;
    padding: 0 20px 22px;
    color: #737d84;
    line-height: 1.6;
    font-size: 13px;
}


/* =========================================================
   PHASE
========================================================= */

.phase-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.phase-card {
    overflow: hidden;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #e6e9e7;
}

.phase-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.phase-content {
    padding: 20px;
}

.phase-label {
    display: block;
    margin-bottom: 8px;
    color: #c86f30;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
}

.phase-content h3 {
    margin-bottom: 15px;
    color: #182e43;
    font-size: 20px;
}

.phase-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.phase-content li {
    display: flex;
    gap: 8px;
    margin-bottom: 8px;
    color: #66727a;
    font-size: 13px;
}

.phase-content li i {
    color: #4a8a5b;
}


/* =========================================================
   INFRASTRUCTURE
========================================================= */

.infrastructure-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.infra-item {
    min-height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 15px;
    border: 1px solid #e5e8e6;
    border-radius: 10px;
    background: #fff;
}

.infra-item i {
    margin-bottom: 10px;
    color: #c86f30;
    font-size: 27px;
}

.infra-item span {
    color: #37434d;
    font-size: 12px;
    line-height: 1.4;
}


/* =========================================================
   FAQ
========================================================= */

.faq-section .accordion-item {
    margin-bottom: 10px;
    overflow: hidden;
    border: 1px solid #e4e8e5;
    border-radius: 8px !important;
    background: #fff;
}

.faq-section .accordion-button {
    padding: 18px 20px;
    color: #263746;
    font-size: 14px;
    font-weight: 600;
    background: #fff;
    box-shadow: none;
}

.faq-section .accordion-button:not(.collapsed) {
    color: #c86f30;
    background: #fffaf7;
}

.faq-section .accordion-body {
    padding: 0 20px 20px;
    color: #707a81;
    line-height: 1.7;
    font-size: 13px;
}


/* =========================================================
   FINAL CTA
========================================================= */

.seo-final-cta {
    padding: 80px 0;
}

.cta-wrapper {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    align-items: center;
    gap: 50px;
}

.cta-content h2 {
    max-width: 600px;
    color: #fff;
    font-size: clamp(34px, 4vw, 55px);
}

.cta-content p {
    max-width: 600px;
    margin-bottom: 25px;
    color: rgba(255,255,255,.78);
    line-height: 1.7;
}

.cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.cta-form {
    padding: 26px;
    border-radius: 14px;
    background: rgba(255,255,255,.97);
}

.cta-form h3 {
    margin-bottom: 20px;
    color: #182e43;
}

.cta-form .form-group {
    margin-bottom: 12px;
}

.cta-form .form-control {
    height: 48px;
    border: 1px solid #e2e5e3;
    border-radius: 6px;
    box-shadow: none;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

    .changodar-hero {
        min-height: auto;
    }

    .hero-inner {
        padding: 90px 0 50px;
    }

    .hero-highlights {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 50px;
    }

    .seo-image-card {
        padding-right: 0;
    }

    .floating-info-card {
        right: 20px;
    }

    .company-logo-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .cta-wrapper {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {

    .seo-section {
        padding: 65px 0;
    }

    .hero-content h1 {
        font-size: 44px;
    }

    .hero-content > p {
        font-size: 16px;
    }

    .hero-highlights {
        grid-template-columns: 1fr;
    }

    .location-feature-grid {
        grid-template-columns: 1fr;
    }

    .company-logo-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .phase-cards {
        grid-template-columns: 1fr;
    }

    .infrastructure-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .map-wrapper img {
        min-height: 320px;
    }
}

@media (max-width: 575px) {

    .hero-content h1 {
        font-size: 38px;
    }

    .hero-buttons,
    .cta-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-buttons .btn,
    .cta-buttons .btn {
        width: 100%;
        justify-content: center;
    }

    .seo-image-card > img {
        min-height: 360px;
    }

    .floating-info-card {
        position: relative;
        right: auto;
        bottom: auto;
        width: calc(100% - 30px);
        margin: -40px auto 0;
    }

    .company-logo-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .infrastructure-grid {
        grid-template-columns: 1fr 1fr;
    }

    .cta-form {
        padding: 20px;
    }
}