/* ==========================================================================
   Vega Premium - About Us Page Styles
   Luxury Real Estate & Investment Advisory
   ========================================================================== */

.vp-about-page {
    overflow-x: hidden;
    padding-top: 0 !important;
}

/* ── 1. Page Hero ────────────────────────────────────────────────────────── */
.vp-page-hero {
    position: relative;
    min-height: 440px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: calc(var(--vp-header-height, 64px) + 40px) 0 80px;
    margin-top: 0;
}

body.admin-bar .vp-page-hero {
    padding-top: calc(var(--vp-header-height, 64px) + 32px + 40px);
}

@media screen and (max-width: 782px) {
    body.admin-bar .vp-page-hero {
        padding-top: calc(var(--vp-header-height, 64px) + 46px + 30px);
    }
}

.vp-page-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 17, 26, 0.82) 0%, rgba(13, 22, 33, 0.92) 100%);
    z-index: 1;
}

.vp-page-hero__container {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 900px;
}

.vp-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 20px;
}

.vp-breadcrumb a {
    color: rgba(255, 255, 255, 0.65);
    transition: var(--vp-transition);
}

.vp-breadcrumb a:hover {
    color: var(--vp-gold, #c5a880);
}

.vp-breadcrumb__separator {
    color: rgba(255, 255, 255, 0.35);
}

.vp-breadcrumb__current {
    color: var(--vp-gold, #c5a880);
    font-weight: 600;
}

.vp-page-hero__badge {
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--vp-gold, #c5a880);
    font-weight: 600;
    margin-bottom: 12px;
}

.vp-page-hero__title {
    font-family: var(--vp-font-title);
    font-size: clamp(2.4rem, 5vw, 4rem);
    font-weight: 700;
    color: #ffffff;
    line-height: 1.15;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.vp-page-hero__subtitle {
    font-size: clamp(16px, 1.5vw, 19px);
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.65;
    max-width: 720px;
    margin: 0 auto;
}

/* ── 2. Story Section (Who We Are) ────────────────────────────────────────── */
.vp-about-story {
    background: var(--vp-bg);
}

.vp-about-story__grid {
    display: grid;
    grid-template-columns: 1fr 1.08fr;
    gap: 65px;
    align-items: center;
}

.vp-about-story__visual {
    position: relative;
}

.vp-about-story__image-wrap {
    position: relative;
    border-radius: var(--vp-radius-lg, 12px);
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
    border: 1px solid var(--vp-border);
}

.vp-about-story__img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.vp-about-story__image-wrap:hover .vp-about-story__img {
    transform: scale(1.03);
}

.vp-about-story__badge {
    position: absolute;
    bottom: 24px;
    inset-inline-end: 24px;
    background: #ffffff;
    border: 1px solid var(--vp-border);
    border-radius: var(--vp-radius, 8px);
    padding: 18px 24px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    z-index: 2;
}

.vp-about-story__badge-years {
    font-family: var(--vp-font-title);
    font-size: 38px;
    font-weight: 800;
    color: var(--vp-primary);
    line-height: 1;
}

.vp-about-story__badge-text {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    color: var(--vp-text-muted);
    margin-top: 4px;
}

.vp-about-story__lead {
    font-size: 19px;
    font-weight: 600;
    color: var(--vp-text);
    line-height: 1.65;
    margin-bottom: 18px;
}

.vp-about-story__text {
    font-size: 16px;
    color: var(--vp-text-muted);
    line-height: 1.8;
    margin-bottom: 16px;
}

.vp-about-story__metrics {
    display: flex;
    gap: 28px;
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid var(--vp-border);
}

.vp-story-metric {
    flex: 1;
}

.vp-story-metric__value {
    display: block;
    font-family: var(--vp-font-title);
    font-size: 32px;
    font-weight: 800;
    color: var(--vp-primary);
    line-height: 1.1;
    margin-bottom: 4px;
}

.vp-story-metric__label {
    font-size: 13px;
    color: var(--vp-text-muted);
    font-weight: 500;
    line-height: 1.4;
}

/* ── 3. Pillars Grid (Why Choose Vega) ────────────────────────────────────── */
.vp-about-pillars {
    background: var(--vp-bg-subtle, #f8f9fa);
    border-top: 1px solid var(--vp-border);
    border-bottom: 1px solid var(--vp-border);
}

.vp-section-header--center {
    text-align: center;
    max-width: 780px;
    margin: 0 auto 55px;
}

.vp-section-header--center .vp-section__badge::after {
    margin-left: auto;
    margin-right: auto;
}

.vp-section__subtitle {
    font-size: 17px;
    color: var(--vp-text-muted);
    line-height: 1.65;
    margin-top: 10px;
}

.vp-pillars-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.vp-pillar-card {
    background: #ffffff;
    border: 1px solid var(--vp-border);
    border-radius: var(--vp-radius-lg, 12px);
    padding: 36px 26px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.03);
    transition: var(--vp-transition);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.vp-pillar-card:hover {
    transform: translateY(-8px);
    border-color: var(--vp-gold, #c5a880);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
}

.vp-pillar-card__icon {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    background: rgba(var(--vp-primary-rgb), 0.07);
    border: 1px solid rgba(var(--vp-primary-rgb), 0.2);
    color: var(--vp-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    transition: var(--vp-transition);
}

.vp-pillar-card:hover .vp-pillar-card__icon {
    background: var(--vp-primary);
    color: #ffffff;
    transform: scale(1.05);
}

.vp-pillar-card__title {
    font-family: var(--vp-font-title);
    font-size: 21px;
    font-weight: 700;
    color: var(--vp-text);
    margin-bottom: 12px;
}

.vp-pillar-card__text {
    font-size: 15px;
    color: var(--vp-text-muted);
    line-height: 1.7;
    margin: 0;
}

/* ── 4. Services Grid ─────────────────────────────────────────────────────── */
.vp-about-services {
    background: var(--vp-bg);
}

.vp-services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

.vp-service-item {
    background: #ffffff;
    border: 1px solid var(--vp-border);
    border-radius: var(--vp-radius-lg, 12px);
    padding: 38px 34px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    transition: var(--vp-transition);
    position: relative;
}

.vp-service-item:hover {
    border-color: var(--vp-gold, #c5a880);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.07);
    transform: translateY(-4px);
}

.vp-service-item--full {
    grid-column: 1 / -1;
}

.vp-service-item__number {
    font-family: var(--vp-font-title);
    font-size: 32px;
    font-weight: 800;
    color: var(--vp-gold, #c5a880);
    line-height: 1;
    margin-bottom: 12px;
}

.vp-service-item__title {
    font-family: var(--vp-font-title);
    font-size: 24px;
    font-weight: 700;
    color: var(--vp-text);
    margin-bottom: 18px;
}

.vp-service-item__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.vp-service-item__list li {
    position: relative;
    padding-inline-start: 24px;
    font-size: 15px;
    color: var(--vp-text-muted);
    line-height: 1.6;
}

.vp-service-item__list li::before {
    content: '';
    position: absolute;
    inset-inline-start: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--vp-primary);
}

.vp-service-item__list--grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 28px;
}

/* ── 5. Why Turkey Section ────────────────────────────────────────────────── */
.vp-about-turkey {
    padding-top: 0;
}

.vp-turkey-card {
    background: linear-gradient(135deg, #0a111a 0%, #0d1621 100%);
    border-radius: 16px;
    padding: 65px 55px;
    color: #ffffff;
    border: 1px solid rgba(197, 168, 128, 0.25);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
}

.vp-turkey-card::before {
    content: '';
    position: absolute;
    top: -100px;
    inset-inline-end: -100px;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(197, 168, 128, 0.12) 0%, transparent 70%);
    pointer-events: none;
}

.vp-section__title--light {
    color: #ffffff;
}

.vp-turkey-card__text {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.85;
    margin-bottom: 16px;
    max-width: 950px;
}

.vp-turkey-card__highlights {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.vp-highlight-item {
    text-align: center;
}

.vp-highlight-item__num {
    display: block;
    font-family: var(--vp-font-title);
    font-size: 42px;
    font-weight: 800;
    color: var(--vp-gold, #c5a880);
    line-height: 1.1;
    margin-bottom: 4px;
}

.vp-highlight-item__label {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 600;
}

/* ── 6. Call to Action Box ────────────────────────────────────────────────── */
.vp-about-cta {
    padding-top: 0;
}

.vp-cta-box {
    background: var(--vp-bg-subtle, #f8f9fa);
    border: 1px solid var(--vp-border);
    border-radius: 16px;
    padding: 50px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.03);
}

.vp-cta-box__title {
    font-family: var(--vp-font-title);
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 700;
    color: var(--vp-text);
    margin-bottom: 10px;
}

.vp-cta-box__text {
    font-size: 16px;
    color: var(--vp-text-muted);
    line-height: 1.6;
    max-width: 580px;
    margin: 0;
}

.vp-cta-box__actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
}

/* ── 7. Responsive Styles ─────────────────────────────────────────────────── */
@media (max-width: 1024px) {
    .vp-pillars-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .vp-about-story__grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .vp-cta-box {
        flex-direction: column;
        text-align: center;
        padding: 40px 30px;
    }

    .vp-cta-box__actions {
        justify-content: center;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .vp-page-hero {
        min-height: 360px;
        padding: 110px 0 60px;
    }

    .vp-pillars-grid,
    .vp-services-grid {
        grid-template-columns: 1fr;
    }

    .vp-service-item__list--grid {
        grid-template-columns: 1fr;
    }

    .vp-about-story__metrics,
    .vp-turkey-card__highlights {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .vp-turkey-card {
        padding: 40px 24px;
    }

    .vp-about-story__badge {
        bottom: 16px;
        inset-inline-end: 16px;
        padding: 14px 18px;
    }

    .vp-cta-box__actions {
        flex-direction: column;
    }

    .vp-cta-box__actions .vp-btn {
        width: 100%;
        justify-content: center;
    }
}
