.contact-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(3.2rem, 7vw, 5.6rem) 0;
    border-top: 1px solid #eee7df;
    background:
        radial-gradient(circle at 88% 24%, rgba(247, 148, 29, .16), transparent 24%),
        linear-gradient(135deg, #fff 0%, #faf6f1 100%);
}
.contact-hero::after {
    content: "";
    position: absolute;
    right: -6rem;
    bottom: -10rem;
    width: 25rem;
    height: 25rem;
    border: 1px solid rgba(227, 98, 8, .12);
    border-radius: 50%;
}
.contact-hero-inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
}
.contact-hero h1 {
    max-width: 860px;
    margin: .55rem 0 .75rem;
    color: #241f1d;
    font-size: clamp(2.35rem, 5vw, 4.25rem);
    font-weight: 750;
    letter-spacing: -.045em;
    line-height: .98;
}
.contact-hero p {
    max-width: 680px;
    margin: 0;
    color: #6e625c;
    font-size: clamp(1rem, 1.6vw, 1.12rem);
    line-height: 1.7;
}
.contact-hero-mark {
    width: 78px;
    height: 6px;
    flex: 0 0 auto;
    border-radius: 999px;
    background: linear-gradient(90deg, #e36208, #fbce0f);
}

.contact-page-section {
    padding-top: clamp(2.8rem, 6vw, 5rem);
    padding-bottom: clamp(2.8rem, 6vw, 5rem);
    background: #fff;
}
.contact-page-grid {
    display: grid;
    grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
    gap: clamp(1.25rem, 3vw, 2.25rem);
    align-items: start;
}
.contact-information-card,
.contact-form-card {
    border-radius: 22px;
    background: #fff;
}
.contact-information-card {
    padding: clamp(1.4rem, 3vw, 2rem);
    border: 1px solid #ece4dc;
}
.contact-form-card {
    padding: clamp(1.5rem, 3.5vw, 2.5rem);
    box-shadow: 0 18px 60px rgba(36, 31, 29, .08);
}
.contact-card-heading,
.contact-form-heading {
    margin-bottom: 1.5rem;
}
.contact-card-heading h2,
.contact-form-heading h2,
.contact-map-heading h2 {
    margin: .35rem 0 .35rem;
    color: #241f1d;
    font-size: clamp(1.65rem, 3vw, 2.35rem);
    font-weight: 730;
    letter-spacing: -.035em;
}
.contact-card-heading p,
.contact-form-heading p,
.contact-map-heading p {
    margin: 0;
    color: #786d67;
}

.contact-info-list {
    display: grid;
    gap: .15rem;
}
.contact-info-item {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: .8rem;
    align-items: center;
    padding: .85rem 0;
    border-bottom: 1px solid #f0ebe6;
    color: inherit;
    text-decoration: none;
}
.contact-info-item:last-child { border-bottom: 0; }
.contact-info-link:hover strong { color: #e36208; }
.contact-info-icon {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border-radius: 12px;
    background: #fff5eb;
    color: #d95d04;
}
.contact-info-icon svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}
.contact-info-item small {
    display: block;
    margin-bottom: .18rem;
    color: #9a8e87;
    font-size: .7rem;
    font-weight: 750;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.contact-info-item strong {
    display: block;
    color: #332c29;
    font-size: .9rem;
    font-weight: 650;
    line-height: 1.45;
    transition: color .18s ease;
}

.contact-whatsapp-list {
    display: grid;
    gap: .7rem;
    margin-top: 1.3rem;
}
.contact-whatsapp-card {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) auto;
    gap: .75rem;
    align-items: center;
    padding: .8rem .85rem;
    border: 1px solid #ccebd9;
    border-radius: 15px;
    background: #f1fbf5;
    color: #174b2d;
    text-decoration: none;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.contact-whatsapp-card:hover,
.contact-whatsapp-card:focus-visible {
    transform: translateY(-2px);
    border-color: #76cc99;
    background: #e9f9ef;
    box-shadow: 0 12px 26px rgba(18, 140, 75, .12);
    color: #174b2d;
}
.contact-whatsapp-icon {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 13px;
    background: #128c4b;
    color: #fff;
}
.contact-whatsapp-icon svg { width: 24px; height: 24px; }
.contact-whatsapp-copy {
    display: grid;
    min-width: 0;
}
.contact-whatsapp-copy small {
    display: flex;
    align-items: center;
    gap: .35rem;
    color: #278557;
    font-size: .7rem;
    font-weight: 700;
}
.contact-whatsapp-copy small i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 0 3px rgba(34, 197, 94, .12);
}
.contact-whatsapp-copy strong {
    margin-top: .1rem;
    color: #173c27;
    font-size: .88rem;
}
.contact-whatsapp-copy > span {
    overflow: hidden;
    color: #5a7664;
    font-size: .76rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.contact-whatsapp-action {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    color: #128c4b;
    font-size: .78rem;
    font-weight: 750;
    white-space: nowrap;
}

.contact-form-card .contact-form .row { --bs-gutter-x: 1rem; --bs-gutter-y: 1.05rem; }
.contact-form-card .form-label {
    margin-bottom: .42rem;
    color: #4f4540;
    font-size: .78rem;
    font-weight: 700;
}
.contact-form-card .form-control,
.contact-form-card .form-select {
    min-height: 48px;
    border: 1px solid #ded5cd;
    border-radius: 12px;
    background: #fff;
    box-shadow: none;
}
.contact-form-card textarea.form-control { min-height: 142px; }
.contact-form-card .form-control:focus,
.contact-form-card .form-select:focus {
    border-color: #f7941d;
    box-shadow: 0 0 0 .22rem rgba(247, 148, 29, .12);
}
.contact-form-card .site-primary-button {
    min-width: 160px;
    min-height: 46px;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(135deg, #e36208, #f7941d);
    box-shadow: 0 10px 22px rgba(227, 98, 8, .18);
}
.contact-form-card .site-primary-button:hover {
    transform: translateY(-1px);
    background: linear-gradient(135deg, #cf5704, #ed8508);
    box-shadow: 0 14px 28px rgba(227, 98, 8, .24);
}

.contact-map-section {
    padding: 0 0 clamp(3rem, 7vw, 6rem);
    background: #fff;
}
.contact-map-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.2rem;
}
.contact-map-link {
    color: #d95d04;
    font-size: .86rem;
    font-weight: 700;
    text-decoration: none;
}
.contact-map-link:hover { color: #9f4100; }
.contact-map-frame {
    overflow: hidden;
    min-height: 390px;
    border: 1px solid #ece4dc;
    border-radius: 20px;
    background: #f8f4ef;
}

@media (max-width: 991.98px) {
    .contact-page-grid { grid-template-columns: 1fr; }
    .contact-information-card { order: 2; }
    .contact-form-card { order: 1; }
}

@media (max-width: 575.98px) {
    .contact-hero { padding: 2.7rem 0; }
    .contact-hero-mark { display: none; }
    .contact-information-card,
    .contact-form-card { border-radius: 17px; }
    .contact-whatsapp-card {
        grid-template-columns: 42px minmax(0, 1fr);
    }
    .contact-whatsapp-action {
        grid-column: 2;
        margin-top: -.15rem;
    }
    .contact-form-card .site-primary-button { width: 100%; }
    .contact-map-heading {
        align-items: flex-start;
        flex-direction: column;
    }
    .contact-map-frame { min-height: 300px; }
}
