:root {
    --about-navy: #062846;
    --about-deep: #031a31;
    --about-blue: #1288ff;
    --about-text: #102f4c;
    --about-muted: #61788e;
    --about-line: #dce7f0;
    --about-pale: #f2f8fd;
}

.about-page { overflow-x: hidden; color: var(--about-text); background: #fff; }
.about-header { min-height: 68px; background: #052542; }
.about-container { width: min(1240px, calc(100% - 48px)); margin: 0 auto; }
.about-eyebrow, .section-kicker { display: inline-block; color: var(--about-blue); font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.section-kicker.light { color: #74c1ff; }
.about-section { padding: 52px 0; }

/* Split hero */
.about-hero { position: relative; height: 470px; overflow: hidden; color: #fff; background: var(--about-navy); }
.about-hero-photo { position: absolute; inset: 0 0 0 49%; }
.about-hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 62% center; }
.about-hero-blend { position: absolute; inset: 0; background: linear-gradient(90deg, #062846 0%, #062846 43%, rgba(6,40,70,.9) 51%, rgba(6,40,70,.25) 67%, transparent 79%); }
.about-hero-content { position: relative; z-index: 2; height: 100%; display: flex; align-items: center; }
.about-hero-copy { width: 55%; padding-bottom: 2px; }
.about-hero h1 { max-width: 670px; margin: 14px 0 15px; font-size: clamp(48px, 4.2vw, 58px); line-height: 1.01; letter-spacing: -.045em; }
.about-hero h1 span { color: #25a0ff; }
.about-hero p { max-width: 565px; margin: 0; color: #cedce8; font-size: 15px; line-height: 1.6; }
.about-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 23px; }
.about-button { min-height: 48px; box-sizing: border-box; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 20px; border-radius: 7px; font-size: 12px; font-weight: 800; text-decoration: none; }
.about-button.primary { color: #fff; background: linear-gradient(135deg, #25a5ff, #0874f5); box-shadow: 0 10px 24px rgba(0,112,255,.22); }
.about-button.secondary { color: #fff; border: 1px solid rgba(255,255,255,.35); background: rgba(3,25,47,.42); }

/* Why IBMS */
.purpose-grid { display: grid; grid-template-columns: 1.15fr .75fr .82fr; gap: 38px; align-items: center; }
.purpose-copy h2, .section-heading-row h2, .connected-copy h2, .compact-heading h2, .direction-copy h2 { margin: 8px 0 12px; font-size: clamp(31px, 3vw, 39px); line-height: 1.08; letter-spacing: -.035em; }
.purpose-copy p { max-width: 510px; margin: 8px 0; color: var(--about-muted); font-size: 12px; line-height: 1.65; }
.purpose-points { display: grid; gap: 9px; padding: 3px 0 3px 32px; border-left: 1px solid #cfe5f7; }
.purpose-points span { display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 700; }
.purpose-points i { width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--about-blue); font-size: 12px; }
.purpose-insight { display: flex; gap: 15px; padding: 24px 22px; border: 1px solid #d5eaf9; border-radius: 12px; background: #eff8ff; }
.purpose-insight > i { flex: 0 0 auto; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: var(--about-blue); background: #dcefff; font-size: 18px; }
.purpose-insight strong { font-size: 15px; line-height: 1.3; }
.purpose-insight p { margin: 9px 0 0; color: var(--about-muted); font-size: 11px; line-height: 1.55; }

/* Industries */
.industries-about { padding: 46px 0 50px; background: var(--about-pale); }
.section-heading-row { display: grid; grid-template-columns: 1fr .9fr; gap: 70px; align-items: end; margin-bottom: 25px; }
.section-heading-row h2 { margin-bottom: 0; }
.section-heading-row > p { margin: 0 0 2px; color: var(--about-muted); font-size: 12px; line-height: 1.65; }
.about-industry-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; }
.about-industry-card { min-width: 0; overflow: hidden; border: 1px solid var(--about-line); border-radius: 10px; color: var(--about-text); background: #fff; text-decoration: none; box-shadow: 0 8px 20px rgba(9,46,78,.055); transition: transform .18s ease, box-shadow .18s ease; }
.about-industry-card:hover { transform: translateY(-3px); box-shadow: 0 12px 26px rgba(9,46,78,.1); }
.industry-image-wrap { height: 104px; overflow: hidden; }
.industry-image-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.about-industry-card:hover img { transform: scale(1.04); }
.about-industry-copy { min-height: 126px; display: flex; flex-direction: column; padding: 14px 13px 13px; }
.industry-title { display: flex; align-items: center; gap: 7px; }
.industry-title i { color: var(--about-blue); font-size: 15px; }
.industry-title h3 { margin: 0; font-size: 14px; }
.about-industry-copy p { margin: 9px 0; color: var(--about-muted); font-size: 9.5px; line-height: 1.45; }
.about-industry-copy > span { margin-top: auto; color: var(--about-blue); font-size: 9px; font-weight: 800; }

/* Connected management */
.connected-section { padding: 49px 0; background: #fff; }
.connected-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 56px; align-items: center; }
.connected-copy h2 { max-width: 430px; }
.connected-copy p { max-width: 480px; margin: 0 0 11px; color: var(--about-muted); font-size: 12px; line-height: 1.65; }
.connected-copy a { color: var(--about-blue); font-size: 11px; font-weight: 800; text-decoration: none; }
.capability-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; }
.capability-grid span { min-height: 74px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; padding: 7px; border: 1px solid #dceaf5; border-radius: 8px; color: #32516d; background: #fbfdff; text-align: center; font-size: 9px; font-weight: 700; line-height: 1.25; }
.capability-grid i { color: var(--about-blue); font-size: 17px; }

/* Practical value */
.values-section { padding: 45px 0 50px; background: var(--about-pale); }
.compact-heading { margin-bottom: 22px; }
.compact-heading h2 { margin-bottom: 0; }
.value-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; }
.value-grid article { min-height: 112px; display: flex; gap: 12px; padding: 18px 15px; box-sizing: border-box; border: 1px solid #dce8f1; border-radius: 9px; background: #fff; }
.value-grid article > i { flex: 0 0 auto; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 8px; color: var(--about-blue); background: #eaf5ff; font-size: 16px; }
.value-grid h3 { margin: 1px 0 6px; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.value-grid p { margin: 0; color: var(--about-muted); font-size: 9.5px; line-height: 1.5; }

/* Direction */
.direction-section { padding: 45px 0; background: #fff; }
.direction-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 50px; align-items: center; }
.direction-copy p { max-width: 640px; margin: 0; color: var(--about-muted); font-size: 12px; line-height: 1.65; }
.direction-visual { position: relative; height: 190px; }
.direction-visual > img { width: 72%; height: 100%; display: block; margin-left: auto; object-fit: cover; object-position: 64% center; border-radius: 9px; }
.direction-visual > aside { position: absolute; left: 0; top: 50%; width: 54%; box-sizing: border-box; display: flex; gap: 11px; padding: 16px; border: 1px solid #d9e9f5; border-radius: 9px; background: #f4faff; box-shadow: 0 10px 24px rgba(8,45,77,.1); transform: translateY(-50%); }
.direction-visual aside > i { color: var(--about-blue); font-size: 18px; }
.direction-visual strong { display: block; font-size: 12px; line-height: 1.35; }
.direction-visual span { display: block; margin-top: 7px; color: var(--about-muted); font-size: 9px; line-height: 1.5; }

/* CTA and footer */
.about-cta { min-height: 170px; box-sizing: border-box; display: grid; align-items: center; color: #fff; background: linear-gradient(115deg, #052743, #07528d); }
.about-cta-inner { display: grid; grid-template-columns: .95fr 1.05fr; gap: 40px; align-items: center; }
.about-cta h2 { margin: 7px 0; font-size: clamp(25px, 2.3vw, 32px); line-height: 1.12; }
.about-cta p { margin: 0; color: #bed2e1; font-size: 10px; line-height: 1.5; }
.about-cta .about-actions { justify-content: flex-end; margin: 0; }
.about-button.whatsapp { color: #083318; background: #25d366; }
.about-footer { min-height: 96px; display: grid; align-items: center; color: #fff; background: #031526; }
.footer-grid { display: grid; grid-template-columns: auto 1fr auto; gap: 40px; align-items: center; }
.about-footer nav { display: flex; justify-content: center; flex-wrap: wrap; gap: 18px; }
.about-footer nav a { color: #9fb3c4; font-size: 9px; text-decoration: none; }
.about-footer p { margin: 0; color: #8099ad; font-size: 9px; }

/* Keep the global contact control clear of compact About-page content. */
.about-page + .whatsapp-contact-button {
    right: 28px;
    bottom: 28px;
    width: 44px;
    height: 44px;
    justify-content: center;
    padding: 0;
}

.about-page + .whatsapp-contact-button i { font-size: 19px; }
.about-page + .whatsapp-contact-button span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

@media (max-width: 1150px) {
    .about-industry-grid { grid-template-columns: repeat(3, 1fr); }
    .industry-image-wrap { height: 120px; }
    .about-industry-copy { min-height: 105px; }
    .capability-grid { grid-template-columns: repeat(3, 1fr); }
    .value-grid { grid-template-columns: repeat(3, 1fr); }
    .purpose-grid { grid-template-columns: 1fr .8fr; }
    .purpose-insight { grid-column: 1 / -1; max-width: 360px; }
}

@media (max-width: 850px) {
    .about-hero { height: auto; min-height: 440px; }
    .about-hero-photo { left: 46%; }
    .about-hero-copy { width: 62%; padding: 60px 0; }
    .about-hero h1 { font-size: clamp(42px, 7vw, 52px); }
    .purpose-grid, .connected-grid, .direction-grid, .about-cta-inner { grid-template-columns: 1fr; gap: 26px; }
    .purpose-insight { grid-column: auto; }
    .section-heading-row { grid-template-columns: 1fr; gap: 10px; }
    .about-cta { padding: 32px 0; }
    .about-cta .about-actions { justify-content: flex-start; }
    .footer-grid { grid-template-columns: 1fr; gap: 18px; padding: 25px 0; }
    .about-footer nav { justify-content: flex-start; }
}

@media (max-width: 600px) {
    .about-container { width: min(100% - 28px, 1240px); }
    .about-section { padding: 42px 0; }
    .about-hero { display: flex; flex-direction: column; min-height: 0; }
    .about-hero-photo { position: relative; inset: auto; order: 2; width: 100%; height: 245px; }
    .about-hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, var(--about-navy), transparent 28%); }
    .about-hero-blend { display: none; }
    .about-hero-content { order: 1; width: min(100% - 28px, 1240px); }
    .about-hero-copy { width: 100%; padding: 48px 0 35px; }
    .about-hero h1 { font-size: clamp(38px, 12vw, 48px); }
    .about-actions { flex-direction: column; }
    .about-button { width: 100%; min-height: 50px; }
    .purpose-grid { grid-template-columns: 1fr; gap: 25px; }
    .purpose-points { padding: 0; border: 0; grid-template-columns: 1fr 1fr; }
    .about-industry-grid { grid-template-columns: 1fr 1fr; }
    .capability-grid { grid-template-columns: 1fr 1fr; }
    .value-grid { grid-template-columns: 1fr; }
    .value-grid article { min-height: 0; }
    .direction-visual { height: 220px; }
    .direction-visual > img { width: 82%; }
    .direction-visual > aside { width: 65%; }
    .about-cta .about-actions { flex-direction: column; width: 100%; }
    .footer-grid { gap: 20px; }
    .about-page + .whatsapp-contact-button {
        right: 12px;
        bottom: 12px;
        width: 40px;
        height: 40px;
    }
    .about-page + .whatsapp-contact-button i { font-size: 18px; }
}

/* Global marketing hero refinement */
.about-hero { height: 420px; background: #083b61; }
.about-hero-photo { inset: 0 0 0 44%; }
.about-hero-photo img { object-position: 62% center; }
.about-hero-blend { background: linear-gradient(90deg, transparent 0%, transparent 40%, rgba(8,59,97,.72) 44%, rgba(8,59,97,.28) 49%, transparent 54%); }
.about-hero-copy { width: 44%; }
@media (max-width: 850px) and (min-width: 601px) { .about-hero-photo { left: 48%; } .about-hero-copy { width: 52%; } }
@media (max-width: 600px) { .about-hero { height: auto; } .about-hero-photo::after { display: none; } .about-hero-photo img { object-position: 62% center; } }

@media (max-width: 390px) {
    .about-industry-grid { grid-template-columns: 1fr; }
    .purpose-points { grid-template-columns: 1fr; }
    .direction-visual > aside { width: 76%; }
}
