* {
    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;
}

.about-hero {
    padding: 90px 18px;
    background:
        linear-gradient(rgba(15, 23, 42, 0.74), rgba(15, 23, 42, 0.74)),
        url('../images/hero-real-estate.jpg') center/cover no-repeat;
    color: #ffffff;
    text-align: center;
}

.about-hero div {
    max-width: 900px;
    margin: auto;
}

.about-hero span,
.section-eyebrow {
    display: inline-flex;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(5, 150, 105, 0.16);
    color: #059669;
    margin-bottom: 16px;
    font-weight: 900;
}

.about-hero span {
    color: #ffffff;
    background: rgba(5, 150, 105, 0.25);
}

.about-hero h1 {
    margin: 0;
    font-size: clamp(34px, 6vw, 62px);
    line-height: 1.05;
}

.about-hero p {
    max-width: 720px;
    margin: 18px auto 0;
    color: #e2e8f0;
    line-height: 1.7;
    font-size: 17px;
}

.about-section {
    padding: 70px 18px;
}

.about-section--soft {
    background: #f8fafc;
}

.about-layout,
.mission-grid,
.stats-grid,
.value-grid,
.testimonial-grid {
    max-width: 1180px;
    margin: auto;
    display: grid;
    gap: 24px;
}

.about-layout h2,
.section-head h2,
.mission-card h2,
.about-cta h2 {
    margin: 0;
    font-size: clamp(30px, 5vw, 48px);
    line-height: 1.1;
}

.about-layout p,
.mission-card p,
.about-cta p {
    color: #64748b;
    line-height: 1.8;
    font-size: 17px;
}

.trust-card,
.value-grid div,
.mission-card,
.testimonial-card,
.empty-box {
    background: #ffffff;
    border-radius: 26px;
    padding: 24px;
    box-shadow: 0 14px 42px rgba(15, 23, 42, 0.08);
}

.trust-card h3 {
    margin-top: 0;
    color: #059669;
}

.trust-card ul {
    padding-left: 20px;
    color: #475569;
    line-height: 2;
    margin-bottom: 0;
}

.stats-section {
    padding: 30px 18px 70px;
    background: #ffffff;
}

.stats-grid {
    grid-template-columns: repeat(2, 1fr);
}

.stats-grid div {
    background: #f8fafc;
    border-radius: 24px;
    padding: 24px;
    text-align: center;
}

.stats-grid strong {
    display: block;
    color: #059669;
    font-size: clamp(30px, 5vw, 48px);
}

.stats-grid span {
    color: #64748b;
    font-weight: 800;
}

.section-head {
    max-width: 760px;
    margin: 0 auto 34px;
    text-align: center;
}

.value-grid div strong {
    color: #059669;
    font-size: 20px;
}

.value-grid div p {
    color: #64748b;
    line-height: 1.7;
}

.mission-section {
    padding: 70px 18px;
    background: #ffffff;
}

.mission-card--dark {
    background: #0f172a;
    color: #ffffff;
}

.mission-card--dark p {
    color: #cbd5e1;
}

.testimonial-card p {
    color: #475569;
    line-height: 1.8;
}

.testimonial-card__user {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 18px;
}

.testimonial-card__user img,
.testimonial-card__user > span {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-card__user > span {
    display: grid;
    place-items: center;
    background: #059669;
    color: #ffffff;
    font-weight: 900;
}

.testimonial-card__user strong {
    display: block;
}

.testimonial-card__user small {
    color: #f59e0b;
    letter-spacing: 2px;
}

.empty-box {
    text-align: center;
    color: #64748b;
}

.about-cta {
    padding: 70px 18px;
    background: #0f172a;
    color: #ffffff;
    text-align: center;
}

.about-cta div {
    max-width: 780px;
    margin: auto;
}

.about-cta p {
    color: #cbd5e1;
}

.cta-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 26px;
}

.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 14px 20px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 900;
}

.btn--primary {
    background: #059669;
    color: #ffffff;
}

.btn--light {
    background: #ffffff;
    color: #0f172a;
}

.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: 700px) {
    .value-grid,
    .testimonial-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .stats-grid {
        grid-template-columns: repeat(4, 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;
    }

    .about-layout,
    .mission-grid {
        grid-template-columns: 1fr 1fr;
        align-items: center;
    }

    .value-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .testimonial-grid {
        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;
}