/* Metalogix.ai — About page refinement (body.page-about) */

body.page-about {
    --mx-orange: #FF6B35;
    --mx-gold: #F59E0B;
    --mx-dark: #0B1120;
    --mx-bg: #FAFBFD;
    --mx-container: 1280px;
    --mx-pad-desktop: 110px;
    --mx-pad-tablet: 80px;
    --mx-pad-mobile: 60px;
    background: var(--mx-bg);
    scroll-padding-top: 88px;
    overflow-x: hidden;
}

body.page-about .container {
    max-width: var(--mx-container);
    padding-left: 32px;
    padding-right: 32px;
}

/* ── Hero ── */
.mx-about-hero {
    position: relative;
    min-height: 400px;
    padding: 48px 0 56px;
    background: linear-gradient(135deg, #0B1120 0%, #141d30 45%, #1a2744 70%, #2d1f14 100%);
    overflow: hidden;
}

.mx-about-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 60% 50% at 80% 40%, rgba(255, 107, 53, 0.18) 0%, transparent 60%),
        radial-gradient(ellipse 40% 40% at 20% 80%, rgba(245, 158, 11, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.mx-about-hero__mesh {
    position: absolute;
    inset: 0;
    opacity: 0.12;
    background-image:
        linear-gradient(rgba(245, 158, 11, 0.3) 1px, transparent 1px),
        linear-gradient(90deg, rgba(245, 158, 11, 0.3) 1px, transparent 1px);
    background-size: 48px 48px;
    pointer-events: none;
}

.mx-about-hero .container {
    position: relative;
    z-index: 2;
}

.mx-about-hero__breadcrumb {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.55);
}

.mx-about-hero__breadcrumb a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}

.mx-about-hero__breadcrumb a:hover {
    color: var(--mx-gold);
}

.mx-about-hero__label {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--mx-gold);
    margin-bottom: 16px;
}

.mx-about-hero h1 {
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.15;
    font-weight: 700;
    color: #fff;
    margin: 0 0 8px;
}

.mx-about-hero h1 span {
    display: block;
    background: linear-gradient(90deg, #FF6B35, #F59E0B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.mx-about-hero__sub {
    font-size: clamp(15px, 1.6vw, 17px);
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.72);
    max-width: 520px;
    margin: 20px 0 28px;
}

.mx-about-hero__cta {
    display: inline-flex;
    align-items: center;
    padding: 14px 28px;
    border-radius: 999px;
    background: linear-gradient(90deg, #FF6B35, #F59E0B);
    color: #fff !important;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.mx-about-hero__cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(255, 107, 53, 0.35);
    color: #fff !important;
}

.mx-about-hero__visual {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mx-about-hero__visual img {
    width: 100%;
    max-width: 440px;
    height: auto;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.3));
}

/* ── Section base ── */
.mx-about-section {
    padding: var(--mx-pad-desktop) 0;
}

.mx-about-section__title {
    text-align: center;
    margin-bottom: 48px;
}

.mx-about-section__title.text-left h2 {
    text-align: left;
}

.mx-principles__heading {
    text-align: left;
    margin-bottom: 32px;
}

.mx-about-section__title h2 {
    font-size: clamp(28px, 3vw, 36px);
    font-weight: 700;
    color: var(--mx-dark);
    margin: 0 0 12px;
    line-height: 1.25;
}

.mx-about-section__title p {
    font-size: 17px;
    color: #6b7280;
    max-width: 640px;
    margin: 0 auto;
    line-height: 1.6;
}

/* ── Company section ── */
.mx-about-company h2 {
    font-size: clamp(26px, 2.8vw, 34px);
    font-weight: 700;
    color: var(--mx-dark);
    margin: 0 0 20px;
    line-height: 1.3;
}

.mx-about-company p {
    font-size: 16px;
    line-height: 1.7;
    color: #4a5568;
    margin-bottom: 16px;
}

.mx-about-company blockquote {
    border-left: 4px solid var(--mx-orange);
    padding: 12px 0 12px 20px;
    margin: 24px 0;
    font-size: 18px;
    font-weight: 600;
    color: var(--mx-dark);
    font-style: normal;
    line-height: 1.5;
}

.mx-about-diff {
    list-style: none;
    padding: 0;
    margin: 24px 0 32px;
}

.mx-about-diff li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #4a5568;
    line-height: 1.5;
}

.mx-about-diff li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, #FF6B35, #F59E0B);
}

.mx-about-subblock {
    margin-top: 36px;
    padding-top: 28px;
    border-top: 1px solid #eef0f4;
}

.mx-about-subblock h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--mx-dark);
    margin: 0 0 12px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.mx-about-tagline {
    margin-top: 32px;
    padding: 20px 24px;
    background: #fff;
    border-radius: 16px;
    border: 1px solid #eef0f4;
    font-size: 17px;
    font-weight: 600;
    color: var(--mx-dark);
    text-align: center;
    line-height: 1.5;
}

.mx-about-tagline em {
    font-style: normal;
    color: var(--mx-orange);
}

.mx-about-company__image {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
}

.mx-about-company__image img {
    width: 100%;
    height: auto;
    display: block;
}

/* ── MVV cards ── */
.mx-mvv-grid {
    row-gap: 28px;
}

.mx-mvv-grid > [class*="col-"] {
    display: flex;
}

.mx-mvv-card {
    background: #fff;
    border-radius: 24px;
    padding: 36px 32px;
    height: 100%;
    width: 100%;
    box-shadow: 0 8px 32px rgba(15, 23, 42, 0.06);
    border: 1px solid #eef0f4;
    border-top: 4px solid var(--mx-orange);
    position: relative;
}

.mx-mvv-card h3 {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--mx-orange);
    margin: 0 0 16px;
}

.mx-mvv-card p {
    font-size: 17px;
    line-height: 1.65;
    color: #4a5568;
    margin: 0;
}

.mx-mvv-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mx-mvv-card ul li {
    font-size: 16px;
    line-height: 1.6;
    color: #4a5568;
    padding: 8px 0;
    border-bottom: 1px solid #f3f4f6;
}

.mx-mvv-card ul li:last-child {
    border-bottom: none;
}

/* ── Execution principles ── */
.mx-principles {
    background: #fff;
}

.mx-principles__image {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 16px 44px rgba(15, 23, 42, 0.1);
}

.mx-principles__image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.mx-principles__timeline {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.mx-principles__timeline::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 8px;
    bottom: 8px;
    width: 2px;
    background: linear-gradient(180deg, #FF6B35, #F59E0B);
    opacity: 0.35;
}

.mx-principles__timeline li {
    position: relative;
    padding: 0 0 28px 48px;
}

.mx-principles__timeline li:last-child {
    padding-bottom: 0;
}

.mx-principles__timeline li::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 6px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: linear-gradient(135deg, #FF6B35, #F59E0B);
    box-shadow: 0 0 0 4px rgba(255, 107, 53, 0.15);
}

.mx-principles__timeline h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--mx-dark);
    margin: 0 0 6px;
}

.mx-principles__timeline p {
    font-size: 15px;
    line-height: 1.6;
    color: #6b7280;
    margin: 0;
}

/* ── CTA (match index.html) ── */
body.page-about #cta.br_call_area {
    padding: 120px 0 !important;
    background: transparent !important;
}

body.page-about #cta .all_cal_color {
    background: linear-gradient(135deg, #FF6B35 0%, #F59E0B 55%, #E8870B 100%) !important;
    border-radius: 20px;
    padding: 64px 32px;
}

body.page-about #cta .metalogix_content h2,
body.page-about #cta .metalogix_content p {
    color: #fff !important;
}

/* ── Footer (match index.html) ── */
body.page-about .witrfm_area {
    background: #0B1120 !important;
}

body.page-about .footer-middle {
    background: #0B1120 !important;
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding: 80px 0 48px;
}

body.page-about .footer-middle::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 600'%3E%3Cpath fill='%23ffffff' fill-opacity='0.06' d='M0 300c120-40 240-60 360-50s240 80 360 70 240-90 360-80 120 50 120 50v210H0z'/%3E%3C/svg%3E") center/cover no-repeat;
    opacity: 1;
    pointer-events: none;
}

body.page-about .footer-middle .container {
    position: relative;
    z-index: 1;
}

body.page-about .footer-bottom {
    background: #080D18 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding: 24px 0;
}

body.page-about .mx-footer-col {
    margin-bottom: 32px;
}

body.page-about .mx-footer-col .metalogix-logo {
    margin-bottom: 20px;
}

body.page-about .mx-footer-col > p {
    color: rgba(255, 255, 255, 0.65);
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 16px;
}

body.page-about .mx-footer-contact {
    margin-bottom: 8px !important;
}

body.page-about .mx-footer-contact a {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 14px;
    text-decoration: none;
}

body.page-about .mx-footer-contact a:hover {
    color: #F59E0B !important;
}

body.page-about .mx-footer-contact i {
    color: #F59E0B;
    margin-right: 8px;
    width: 16px;
}

body.page-about .mx-footer-col .widget-title {
    color: #fff !important;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 600;
}

body.page-about .mx-footer-col .menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

body.page-about .mx-footer-col .menu li {
    margin-bottom: 10px;
}

body.page-about .mx-footer-col .menu li a {
    color: rgba(255, 255, 255, 0.65) !important;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.2s ease;
}

body.page-about .mx-footer-col .menu li a:hover {
    color: #F59E0B !important;
}

body.page-about .copy-right-text p {
    color: rgba(255, 255, 255, 0.5) !important;
    font-size: 13px;
    margin: 0;
}

body.page-about .mx-footer-tagline {
    color: rgba(255, 255, 255, 0.38) !important;
    font-size: 12px;
    margin-top: 8px !important;
    letter-spacing: 0.04em;
}

body.page-about .witrfm_area .metalogix-logo-dot {
    color: #F5B301 !important;
}

/* Hide old breadcrumb if present */
body.page-about .breadcumb-area {
    display: none;
}

@media (max-width: 991px) {
    .mx-about-section {
        padding: var(--mx-pad-tablet) 0;
    }
    body.page-about #cta.br_call_area {
        padding: 80px 0 !important;
    }
    .mx-about-hero {
        min-height: auto;
        padding: 40px 0 48px;
    }
    .mx-about-hero__visual {
        margin-top: 36px;
    }
}

@media (max-width: 767px) {
    body.page-about .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .mx-about-section {
        padding: var(--mx-pad-mobile) 0;
    }
    body.page-about #cta.br_call_area {
        padding: 60px 0 !important;
    }
    .mx-about-hero h1 {
        font-size: 32px;
    }
    .mx-mvv-card {
        padding: 28px 24px;
    }
    .mx-about-company__image {
        margin-bottom: 32px;
    }
}
