.contact-us-hero {
    position: relative
}

.contact-us-hero .hero-section-column {
    display: unset
}

.contact-us-hero .hero-section-column-1 {
    width: 100%
}

.contact-us-hero .hero-section-content {
    text-align: center
}

.contact-us-hero .cta-section-buttons {
    justify-content: center
}

.contact-us-hero-decor {
    position: absolute;
    z-index: 1;
    opacity: 0.85
}

.contact-us-hero-decor-tl {
    top: 2rem;
    left: 15%
}

.contact-us-hero-decor-tr {
    top: 2rem;
    right: 15%
}

.contact-us-hero-decor-bl {
    bottom: 2.5rem;
    left: 18%
}

.contact-us-hero-decor-br {
    bottom: 2.5rem;
    right: 18%
}

.contact-us-hero .hero-section-content h1 span {
    position: relative;
    display: inline-block
}

.contact-us-hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: #121229;
    color: #fff;
    font-size: 1.0625rem;
    font-weight: 700;
    padding: 0.875rem 1.75rem;
    border-radius: 9999px;
    text-decoration: none;
    transition: background-color 0.2s ease, transform 0.15s ease
}

.contact-us-hero-cta:hover {
    background-color: #1e1e3a;
    color: #fff;
    transform: translateY(-1px)
}

.contact-us-office-section {
    padding: 5rem 0
}

.contact-us-office-header {
    text-align: center;
    max-width: 40rem;
    margin: 0 auto 3rem
}

.contact-us-office-header .hero-section-tagline {
    padding-bottom: 0.5rem;
    display: flex;
    justify-content: center
}

.contact-us-office-header h2 {
    font-size: 2.5rem;
    line-height: 3rem;
    color: #121229;
    font-weight: 600;
    margin: 0 0 0.75rem
}

.contact-us-office-header p {
    font-size: 1.0625rem;
    line-height: 1.6;
    color: #666;
    margin: 0
}

.contact-us-office-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-bottom: 3rem
}

.contact-us-office-card {
    padding: 2rem 1.75rem;
    border-radius: 1.25rem;
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease
}

.contact-us-office-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.08)
}

.contact-us-office-card--lavender {
    background: #E0D9F7
}

.contact-us-office-card--blue {
    background: #D8F0FB
}

.contact-us-office-card--peach {
    background: #FBEED8
}

.contact-us-office-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.25rem
}

.contact-us-office-icon i {
    font-size: 1.25rem;
    color: #121229
}

.contact-us-office-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #121229;
    margin: 0 0 0.5rem
}

.contact-us-office-card p {
    font-size: 0.9375rem;
    color: #555;
    margin: 0 0 0.75rem;
    line-height: 1.4
}

.contact-us-office-card a {
    font-size: 1rem;
    font-weight: 600;
    color: #121229;
    text-decoration: none
}

.contact-us-office-card a:hover {
    color: #BD93F9
}

.contact-us-office-card span:last-child {
    font-size: 1rem;
    font-weight: 500;
    color: #121229;
    line-height: 1.5
}

@media (max-width:900px) {
    .contact-us-office-grid {
        grid-template-columns: 1fr
    }
}

@media (max-width:767px) {
    .contact-us-hero-decor {
        display: none
    }

    .contact-us-office-header h2 {
        font-size: 1.75rem;
        line-height: 2.25rem
    }

    .contact-us-office-grid {
        margin-bottom: 2rem
    }
}