/* About page (luxury redesign) */

.breadcrumb{
    display:none;
}

.bs-about {
    --bs-ink: #0b1220;
    --bs-muted: rgba(11,18,32,.72);
    --bs-border: rgba(15, 23, 42, .12);
    --bs-card: rgba(255,255,255,.92);
    --bs-shadow: 0 18px 55px rgba(2, 6, 23, .12);
    --bs-gold: #d6b15f;
    --bs-gold-2: #b8892f;
    color: var(--bs-ink);
}

.bs-about img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Breadcrumb polish (scoped so it won't affect other pages) */
.bs-about + .footer,
.breadcrumb + .bs-about {
    margin-top: 0;
}

.breadcrumb .container ul li a.active {
    font-weight: 600;
}

/* Hero */
.bs-about__hero {
    position: relative;
    padding: clamp(28px, 6vw, 72px) 0;
    overflow: hidden;
    background:
        radial-gradient(1200px 500px at 10% 0%, rgba(214, 177, 95, .18), transparent 60%),
        radial-gradient(1000px 500px at 90% 10%, rgba(37, 99, 235, .16), transparent 55%),
        linear-gradient(180deg, #070a12 0%, #0b1220 60%, #0b1220 100%);
    color: rgba(255,255,255,.92);
}

.bs-about__hero::before {
    content: "";
    position: absolute;
    inset: -2px;
    background-image: linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px),
                      linear-gradient(0deg, rgba(255,255,255,.04) 1px, transparent 1px);
    background-size: 56px 56px;
    opacity: .25;
    pointer-events: none;
}

.bs-about__hero .container {
    position: relative;
    z-index: 1;
}

.bs-about__heroGrid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: clamp(18px, 4vw, 56px);
    align-items: center;
}

.bs-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: rgba(255,255,255,.72);
    margin-bottom: 12px;
}

.bs-kicker::before {
    content: "";
    width: 32px;
    height: 1px;
    background: linear-gradient(90deg, var(--bs-gold), transparent);
    opacity: .95;
}

.bs-heroTitle {
    font-size: clamp(30px, 4vw, 54px);
    line-height: 1.05;
    letter-spacing: -.02em;
    margin: 0 0 14px;
    font-weight: 650;
}

.bs-heroLead {
    color: rgba(255,255,255,.76);
    font-size: clamp(14px, 1.35vw, 18px);
    line-height: 1.7;
    margin: 0 0 22px;
    max-width: 62ch;
}

.bs-heroActions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 26px;
}

.bs-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 12px;
    font-weight: 650;
    text-decoration: none;
    border: 1px solid rgba(255,255,255,.14);
    transition: transform .15s ease, background-color .15s ease, border-color .15s ease, box-shadow .15s ease;
    user-select: none;
}

.bs-btn:focus-visible {
    outline: 3px solid rgba(5, 55, 154, .35);
    outline-offset: 2px;
}

.bs-btn--primary {
    background: linear-gradient(135deg, #05379a 0%, #032a76 100%);
    color: rgba(255,255,255,.96);
    border-color: rgba(5, 55, 154, .55);
    box-shadow: 0 12px 30px rgba(5, 55, 154, .28);
}

.bs-btn--primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 36px rgba(5, 55, 154, .34);
}

.bs-btn--ghost {
    background: rgba(255,255,255,.06);
    color: rgba(255,255,255,.92);
}

.bs-btn--ghost:hover {
    transform: translateY(-1px);
    border-color: rgba(255,255,255,.26);
    background: rgba(255,255,255,.09);
}

.bs-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.bs-stat {
    padding: 14px 14px;
    border-radius: 14px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.10);
}

.bs-stat strong {
    display: block;
    font-size: 18px;
    color: rgba(255,255,255,.95);
    letter-spacing: -.01em;
}

.bs-stat span {
    display: block;
    margin-top: 3px;
    font-size: 12px;
    color: rgba(255,255,255,.68);
}

.bs-about__heroMedia {
    position: relative;
}

.bs-heroFrame {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.10);
    box-shadow: 0 35px 90px rgba(0,0,0,.35);
    transform: translateZ(0);
}

.bs-heroFrame::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.25) 100%);
    pointer-events: none;
}

.bs-heroBadge {
    position: absolute;
    left: 16px;
    bottom: 16px;
    padding: 10px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 650;
    background: rgba(11, 18, 32, .70);
    border: 1px solid rgba(255,255,255,.14);
    color: rgba(255,255,255,.90);
    backdrop-filter: blur(10px);
}

/* Sections */
.bs-section {
    padding: clamp(28px, 6vw, 70px) 0;
}

.bs-section--light {
    background: linear-gradient(180deg, #ffffff 0%, #fbfbfd 100%);
    color: var(--bs-ink);
}

.bs-section--alt {
    background: radial-gradient(900px 320px at 12% 0%, rgba(214, 177, 95, .10), transparent 60%),
                linear-gradient(180deg, #fbfbfd 0%, #ffffff 100%);
}

.bs-section--dark {
    background: radial-gradient(900px 400px at 10% 0%, rgba(214, 177, 95, .15), transparent 60%),
                linear-gradient(180deg, #0b1220 0%, #070a12 100%);
    color: rgba(255,255,255,.92);
}

.bs-sectionHead {
    max-width: 80ch;
    margin-bottom: 26px;
}

.bs-h2 {
    font-size: clamp(22px, 2.6vw, 36px);
    margin: 0 0 10px;
    letter-spacing: -.02em;
}

.bs-lead {
    margin: 0;
    color: var(--bs-muted);
    line-height: 1.75;
}

.bs-section--dark .bs-lead {
    color: rgba(255,255,255,.70);
}

.bs-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(16px, 3.5vw, 44px);
    align-items: start;
}

.bs-card {
    background: var(--bs-card);
    border: 1px solid var(--bs-border);
    border-radius: 18px;
    box-shadow: var(--bs-shadow);
    padding: 18px;
}

.bs-card h3 {
    margin: 0 0 8px;
    font-size: 18px;
    letter-spacing: -.01em;
}

.bs-card p {
    margin: 0;
    color: var(--bs-muted);
    line-height: 1.75;
}

.bs-card + .bs-card {
    margin-top: 14px;
}

.bs-timeline {
    border-left: 1px solid var(--bs-border);
    padding-left: 18px;
}

.bs-timelineItem {
    position: relative;
    padding: 6px 0 14px;
}

.bs-timelineItem::before {
    content: "";
    position: absolute;
    left: -26px;
    top: 12px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--bs-gold), var(--bs-gold-2));
    box-shadow: 0 8px 18px rgba(214, 177, 95, .35);
}

.bs-timelineItem strong {
    display: block;
    font-size: 14px;
    color: var(--bs-ink);
}

.bs-timelineItem span {
    display: block;
    margin-top: 3px;
    color: var(--bs-muted);
    line-height: 1.7;
}

.bs-grid {
    display: grid;
    gap: 14px;
}

.bs-grid--values {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bs-valueCard {
    background: #fff;
    border: 1px solid var(--bs-border);
    border-radius: 18px;
    padding: 18px;
    box-shadow: 0 14px 40px rgba(2, 6, 23, .08);
    transition: transform .15s ease, box-shadow .15s ease;
}

.bs-valueCard:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 55px rgba(2, 6, 23, .12);
}

.bs-valueIcon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(18px 18px at 30% 30%, rgba(214, 177, 95, .22), transparent 65%),
                rgba(11,18,32,.04);
    border: 1px solid rgba(214, 177, 95, .25);
    margin-bottom: 12px;
    color: #0b1220;
}

.bs-valueCard h3 {
    margin: 0 0 6px;
    font-size: 16px;
}

.bs-valueCard p {
    margin: 0;
    color: var(--bs-muted);
    line-height: 1.75;
}

/* Agent section */
.bs-agent {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: clamp(16px, 3.5vw, 42px);
    align-items: start;
}

.bs-section--dark .bs-kicker {
    color: rgba(255,255,255,.70);
}

.bs-section--dark .bs-h2 {
    color: rgba(255,255,255,.95);
}

.bs-miniGrid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.bs-miniCard {
    padding: 14px;
    border-radius: 16px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.12);
}

.bs-miniCard strong {
    display: block;
    color: rgba(255,255,255,.92);
    font-size: 14px;
}

.bs-miniCard span {
    display: block;
    margin-top: 6px;
    color: rgba(255,255,255,.70);
    font-size: 13px;
    line-height: 1.6;
}

.bs-cta {
    margin-top: 22px;
    padding: 18px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(214, 177, 95, .16) 0%, rgba(255,255,255,.06) 45%, rgba(37, 99, 235, .12) 100%);
    border: 1px solid rgba(255,255,255,.14);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.bs-cta p {
    margin: 0;
    color: rgba(255,255,255,.78);
    line-height: 1.7;
    max-width: 70ch;
}

.bs-cta strong {
    color: rgba(255,255,255,.95);
}

/* Responsive */
@media (max-width: 980px) {
    .bs-about__heroGrid {
        grid-template-columns: 1fr;
    }

    .bs-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bs-split {
        grid-template-columns: 1fr;
    }

    .bs-grid--values {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bs-agent {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .bs-grid--values {
        grid-template-columns: 1fr;
    }

    .bs-miniGrid {
        grid-template-columns: 1fr;
    }
}
