/**
 * AU SEO landing pages — BIM365
 * Scoped to .au-landing and .au-page-hero
 */

.au-page-hero {
    position: relative;
    background: linear-gradient(135deg, #1a1a2e 0%, #252540 45%, #2d2d48 100%);
    overflow: hidden;
}

.au-page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 60% at 70% 20%, rgba(183, 141, 101, 0.22) 0%, transparent 55%);
    pointer-events: none;
}

.au-page-hero .container {
    position: relative;
    z-index: 1;
}

.au-page-hero .breadcrumb {
    --bs-breadcrumb-divider-color: rgba(255, 255, 255, 0.35);
}

.au-landing {
    --au-accent: var(--primary, #b78d65);
}

.au-landing .section-eyebrow {
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--au-accent);
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.au-intro-panel {
    background: linear-gradient(180deg, #fafafa 0%, #fff 100%);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1.5rem rgba(37, 37, 37, 0.06);
    padding: 2rem 1.75rem;
}

@media (min-width: 992px) {
    .au-intro-panel {
        padding: 2.5rem 2.75rem;
    }
}

/* Pillar / why cards */
.au-pillar-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 1rem;
    padding: 1.5rem 1.35rem;
    height: 100%;
    box-shadow: 0 0.25rem 1rem rgba(37, 37, 37, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.au-pillar-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 0.75rem 2rem rgba(37, 37, 37, 0.1);
    border-color: rgba(183, 141, 101, 0.35);
}

.au-pillar-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
    background: linear-gradient(145deg, rgba(183, 141, 101, 0.18), rgba(183, 141, 101, 0.06));
    color: var(--au-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    margin-bottom: 1rem;
}

.au-pillar-card h3.h6 {
    letter-spacing: 0.04em;
    margin-bottom: 0.5rem;
}

/* Service grid cards */
.au-service-card {
    border-radius: 1rem !important;
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 0.35rem 1.1rem rgba(37, 37, 37, 0.06) !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    overflow: hidden;
}

.au-service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0.85rem 2.25rem rgba(37, 37, 37, 0.12) !important;
}

.au-service-card .card-body {
    padding: 1.5rem 1.35rem;
}

.au-service-icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.5rem;
    background: rgba(183, 141, 101, 0.12);
    color: var(--au-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    margin-bottom: 0.85rem;
}

.au-service-card .card-title {
    font-size: 1.05rem;
    font-weight: 600;
    margin-bottom: 0.65rem;
}

/* Location / city links */
.au-city-card {
    display: block;
    text-align: left;
    border-radius: 0.75rem !important;
    padding: 1rem 1.25rem !important;
    font-weight: 500;
    border-width: 2px !important;
    transition: all 0.2s ease;
}

.au-city-card:hover {
    background: var(--au-accent) !important;
    border-color: var(--au-accent) !important;
    color: #fff !important;
    transform: translateX(4px);
}

.au-city-card:hover i {
    color: #fff !important;
}

/* Trust / proof panel */
.au-trust-panel {
    border-radius: 1rem;
    background: linear-gradient(145deg, #b78d65 0%, #9a7554 50%, #8a6849 100%);
    box-shadow: 0 0.5rem 1.5rem rgba(183, 141, 101, 0.35);
    padding: 1.75rem 1.5rem;
    border: none;
}

.au-trust-panel ul li {
    position: relative;
    padding-left: 0.25rem;
}

.au-trust-panel .btn-light {
    font-weight: 600;
    border-radius: 0.5rem;
    padding: 0.5rem 1.25rem;
}

/* FAQ accordion */
.au-faq.accordion {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 0.35rem 1.25rem rgba(37, 37, 37, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.au-faq .accordion-item {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.au-faq .accordion-item:last-child {
    border-bottom: none;
}

.au-faq .accordion-button {
    font-weight: 600;
    font-size: 0.95rem;
    padding: 1.1rem 1.25rem;
}

.au-faq .accordion-button:not(.collapsed) {
    background: rgba(183, 141, 101, 0.1);
    color: #252525;
}

.au-faq .accordion-body {
    padding: 0 1.25rem 1.25rem;
    line-height: 1.65;
}

/* CTA strip */
.au-cta-strip {
    background: linear-gradient(180deg, #fafafa, #fff);
    border-radius: 1rem;
    padding: 2rem 1.5rem;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.au-landing h2.display-6 {
    position: relative;
    padding-bottom: 0.75rem;
}

.au-landing h2.display-6::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 3rem;
    height: 3px;
    background: linear-gradient(90deg, var(--au-accent), transparent);
    border-radius: 2px;
}
