* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
    color: #0f172a;
    background: #ffffff;
}

a {
    color: inherit;
}

.site-header {
    background: #ffffff;
    border-bottom: 1px solid #e2e8f0;
    position: sticky;
    top: 0;
    z-index: 50;
}

.site-header__inner {
    max-width: 1180px;
    margin: auto;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-header__brand {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.site-header__brand img {
    width: 46px;
    height: 46px;
    object-fit: contain;
}

.site-header__brand span {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: #059669;
    color: #ffffff;
    font-weight: 900;
}

.site-header__brand strong {
    font-size: 20px;
}

.site-header__toggle {
    border: 0;
    background: #f1f5f9;
    border-radius: 12px;
    padding: 10px 12px;
    font-size: 22px;
}

.site-header__nav {
    display: none;
    position: absolute;
    top: 74px;
    left: 16px;
    right: 16px;
    background: #ffffff;
    border-radius: 18px;
    padding: 14px;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.16);
}

.site-header__nav.is-open {
    display: grid;
    gap: 8px;
}

.site-header__nav a {
    text-decoration: none;
    padding: 12px;
    border-radius: 12px;
    font-weight: 700;
}

.site-header__call {
    background: #059669;
    color: #ffffff !important;
    text-align: center;
}

.hero {
    min-height: 82vh;
    display: grid;
    align-items: center;
    padding: 80px 18px;
    background:
        linear-gradient(rgba(15, 23, 42, 0.72), rgba(15, 23, 42, 0.72)),
        url('../images/hero-real-estate.jpg') center/cover no-repeat;
}

.hero__content {
    max-width: 920px;
    margin: auto;
    text-align: center;
    color: #ffffff;
}

.hero__badge,
.section__eyebrow {
    display: inline-flex;
    padding: 9px 14px;
    background: rgba(5, 150, 105, 0.12);
    color: #059669;
    border-radius: 999px;
    font-weight: 900;
    margin-bottom: 16px;
}

.hero__badge {
    color: #ffffff;
    border: 1px solid rgba(255,255,255,0.25);
}

.hero h1 {
    margin: 0;
    font-size: clamp(36px, 7vw, 72px);
    line-height: 1.05;
}

.hero p {
    max-width: 720px;
    margin: 20px auto 0;
    font-size: 18px;
    line-height: 1.7;
    color: #e2e8f0;
}

.hero__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 28px;
}

.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 14px 20px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 900;
    border: 0;
    cursor: pointer;
}

.btn--primary {
    background: #059669;
    color: #ffffff;
}

.btn--light {
    background: #ffffff;
    color: #0f172a;
}

.section {
    padding: 70px 18px;
}

.section--soft {
    background: #f8fafc;
}

.section__head {
    max-width: 760px;
    margin: 0 auto 34px;
    text-align: center;
}

.section__head h2,
.section__grid h2 {
    margin: 0;
    font-size: clamp(30px, 5vw, 48px);
    line-height: 1.1;
}

.section__head p,
.section__grid p {
    color: #64748b;
    line-height: 1.7;
    font-size: 17px;
}

.section__grid {
    max-width: 1180px;
    margin: auto;
    display: grid;
    gap: 28px;
}

.about-card,
.feature-grid div,
.testimonial,
.inquiry-form,
.empty-box {
    background: #ffffff;
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.07);
}

.about-card ul {
    padding-left: 20px;
    color: #475569;
    line-height: 2;
}

.stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin: 24px 0;
}

.stats div {
    background: #f8fafc;
    border-radius: 18px;
    padding: 16px;
}

.stats strong {
    display: block;
    color: #059669;
    font-size: 26px;
}

.stats span {
    color: #64748b;
    font-size: 13px;
}

.project-grid,
.feature-grid,
.testimonial-grid {
    max-width: 1180px;
    margin: auto;
    display: grid;
    gap: 22px;
}

.project-card {
    background: #ffffff;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.08);
}

.project-card img,
.project-card__placeholder {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.project-card__placeholder {
    display: grid;
    place-items: center;
    background: #dcfce7;
    color: #059669;
    font-weight: 900;
}

.project-card__body {
    padding: 20px;
}

.project-card__body span {
    display: inline-flex;
    background: #dcfce7;
    color: #166534;
    padding: 7px 11px;
    border-radius: 999px;
    font-weight: 900;
    font-size: 13px;
}

.project-card h3 {
    margin: 14px 0 8px;
    font-size: 22px;
}

.project-card p {
    color: #64748b;
}

.project-card strong {
    display: block;
    margin-bottom: 16px;
    color: #059669;
    font-size: 18px;
}

.project-card a {
    color: #059669;
    font-weight: 900;
    text-decoration: none;
}

.feature-grid div p {
    color: #64748b;
    line-height: 1.7;
}

.gallery-preview {
    max-width: 1180px;
    margin: auto;
    display: grid;
    gap: 14px;
}

.gallery-preview img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 22px;
}

.testimonial p {
    color: #475569;
    line-height: 1.8;
}

.testimonial div {
    display: flex;
    align-items: center;
    gap: 12px;
}

.testimonial img {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial span {
    color: #f59e0b;
    margin-left: auto;
}

.inquiry {
    background: #0f172a;
    color: #ffffff;
}

.inquiry .section__eyebrow {
    background: rgba(255,255,255,0.1);
    color: #ffffff;
}

.inquiry p {
    color: #cbd5e1;
}

.inquiry-form {
    display: grid;
    gap: 12px;
}

.inquiry-form input,
.inquiry-form textarea {
    width: 100%;
    border: 1px solid #dbe3ea;
    border-radius: 16px;
    padding: 14px;
    font-size: 15px;
    font-family: Arial, sans-serif;
}

.form-success,
.form-error {
    padding: 13px;
    border-radius: 14px;
    font-weight: 800;
}

.form-success {
    background: #dcfce7;
    color: #166534;
}

.form-error {
    background: #fee2e2;
    color: #991b1b;
}

.center {
    text-align: center;
    margin-top: 28px;
}

.site-footer {
    background: #0f172a;
    color: #ffffff;
    padding: 46px 18px 20px;
}

.site-footer__grid {
    max-width: 1180px;
    margin: auto;
    display: grid;
    gap: 26px;
}

.site-footer p,
.site-footer a {
    color: #cbd5e1;
    line-height: 1.7;
}

.site-footer a {
    display: block;
    text-decoration: none;
    margin-bottom: 8px;
}

.site-footer__bottom {
    max-width: 1180px;
    margin: 30px auto 0;
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,0.12);
}

.floating-whatsapp,
.floating-call {
    position: fixed;
    right: 16px;
    z-index: 60;
    padding: 12px 16px;
    border-radius: 999px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 900;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.25);
}

.floating-whatsapp {
    bottom: 78px;
    background: #16a34a;
}

.floating-call {
    bottom: 22px;
    background: #059669;
}

@media (min-width: 760px) {
    .project-grid,
    .feature-grid,
    .testimonial-grid,
    .gallery-preview {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 900px) {
    .site-header__toggle {
        display: none;
    }

    .site-header__nav {
        position: static;
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 0;
        box-shadow: none;
    }

    .section__grid {
        grid-template-columns: 1fr 1fr;
        align-items: center;
    }

    .project-grid,
    .feature-grid,
    .testimonial-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .gallery-preview {
        grid-template-columns: repeat(3, 1fr);
    }

    .site-footer__grid {
        grid-template-columns: 1.4fr 1fr 1fr 1fr;
    }
}
.site-header__nav a.is-active {
    background: #dcfce7;
    color: #166534;
}