* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
    color: #0f172a;
    background: #f8fafc;
}

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;
}

.contact-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;
}

.contact-hero div {
    max-width: 850px;
    margin: auto;
}

.contact-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;
}

.contact-hero span {
    color: #ffffff;
    background: rgba(5, 150, 105, 0.25);
}

.contact-hero h1 {
    margin: 0;
    font-size: clamp(34px, 6vw, 62px);
    line-height: 1.05;
}

.contact-hero p {
    max-width: 720px;
    margin: 18px auto 0;
    color: #e2e8f0;
    line-height: 1.7;
    font-size: 17px;
}

.contact-section {
    padding: 70px 18px;
}

.contact-layout {
    max-width: 1180px;
    margin: auto;
    display: grid;
    gap: 28px;
}

.contact-info h2,
.contact-form h2,
.map-head h2 {
    margin: 0;
    font-size: clamp(30px, 5vw, 48px);
    line-height: 1.1;
}

.contact-info p,
.contact-form p {
    color: #64748b;
    line-height: 1.7;
}

.info-grid {
    display: grid;
    gap: 16px;
    margin-top: 24px;
}

.info-card,
.social-box,
.contact-form {
    background: #ffffff;
    border-radius: 24px;
    padding: 22px;
    box-shadow: 0 14px 42px rgba(15, 23, 42, 0.08);
}

.info-card {
    display: grid;
    gap: 8px;
    text-decoration: none;
}

.info-card strong {
    color: #059669;
    font-size: 18px;
}

.info-card span {
    color: #475569;
    line-height: 1.7;
    word-break: break-word;
}

.social-box {
    margin-top: 20px;
}

.social-box h3 {
    margin-top: 0;
}

.social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.social-links a {
    text-decoration: none;
    background: #dcfce7;
    color: #166534;
    padding: 10px 14px;
    border-radius: 999px;
    font-weight: 900;
}

.contact-form {
    display: grid;
    gap: 12px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    border: 1px solid #dbe3ea;
    border-radius: 16px;
    padding: 14px;
    font-size: 15px;
    font-family: Arial, sans-serif;
    outline: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #059669;
    box-shadow: 0 0 0 4px rgba(5, 150, 105, 0.12);
}

.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 14px 18px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 900;
    border: 0;
    cursor: pointer;
}

.btn--primary {
    background: #059669;
    color: #ffffff;
}

.form-success,
.form-error {
    padding: 13px;
    border-radius: 14px;
    font-weight: 800;
}

.form-success {
    background: #dcfce7;
    color: #166534;
}

.form-error {
    background: #fee2e2;
    color: #991b1b;
}

.map-section {
    padding: 0 18px 80px;
}

.map-head {
    max-width: 1180px;
    margin: 0 auto 24px;
    text-align: center;
}

.map-box {
    max-width: 1180px;
    margin: auto;
    border-radius: 28px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 14px 42px rgba(15, 23, 42, 0.08);
}

.map-box iframe {
    width: 100%;
    min-height: 360px;
    border: 0;
    display: block;
}

.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) {
    .info-grid {
        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;
    }

    .contact-layout {
        grid-template-columns: 1fr 420px;
        align-items: start;
    }

    .contact-form {
        position: sticky;
        top: 96px;
    }

    .site-footer__grid {
        grid-template-columns: 1.4fr 1fr 1fr 1fr;
    }
}
.site-header__nav a.is-active {
    background: #dcfce7;
    color: #166534;
}