/**
 * Xeosol About page — premium theme (scoped under .xeosol-about)
 */

.xeosol-about {
    --xeo-navy: #07182F;
    --xeo-navy-mid: #0E2342;
    --xeo-orange: #F5A623;
    --xeo-orange-dark: #e09410;
    --xeo-surface: #F5F7FB;
    --xeo-text: #0f1a2e;
    --xeo-muted: #5a6778;
    --xeo-border: rgba(15, 26, 46, 0.08);
    --xeo-shadow: 0 8px 32px rgba(7, 24, 47, 0.08);
    --xeo-shadow-lg: 0 20px 48px rgba(7, 24, 47, 0.12);
    --xeo-radius: 12px;
    --xeo-radius-lg: 16px;
    --xeo-site-header-h: 118px;
    --xa-max: 1120px;
    overflow-x: hidden;
}

.xeosol-about * { box-sizing: border-box; }

html:has(.xeosol-about) { scroll-behavior: smooth; }

.page-wrapper:has(.xeosol-about) .main-footer { margin-top: 0; }

/* Header — dark hero */
.page-wrapper:has(.xeosol-about) .main-header.header-style-four .header-lower {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.page-wrapper:has(.xeosol-about) .main-header.header-style-four .main-menu .navigation > li > a {
    color: rgba(255, 255, 255, 0.88);
}
.page-wrapper:has(.xeosol-about) .main-header.header-style-four .main-menu .navigation > li.current > a,
.page-wrapper:has(.xeosol-about) .main-header.header-style-four .main-menu .navigation > li > a:hover {
    color: var(--xeo-orange);
}
.page-wrapper:has(.xeosol-about:not(.xeosol-about--past-hero)) .main-header .site-logo--light,
.page-wrapper:has(.xeosol-about:not(.xeosol-about--past-hero)) .sticky-header .site-logo--light {
    display: block;
}
.page-wrapper:has(.xeosol-about:not(.xeosol-about--past-hero)) .main-header .site-logo--dark,
.page-wrapper:has(.xeosol-about:not(.xeosol-about--past-hero)) .sticky-header .site-logo--dark {
    display: none;
}
.page-wrapper:has(.xeosol-about) .sticky-header.fixed-header {
    background: rgba(7, 24, 47, 0.98);
    backdrop-filter: blur(12px);
}

.page-wrapper:has(.xeosol-about--past-hero) .main-header.header-style-four .header-lower {
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid var(--xeo-border);
}
.page-wrapper:has(.xeosol-about--past-hero) .main-header .site-logo--light,
.page-wrapper:has(.xeosol-about--past-hero) .sticky-header .site-logo--light {
    display: none;
}
.page-wrapper:has(.xeosol-about--past-hero) .main-header .site-logo--dark,
.page-wrapper:has(.xeosol-about--past-hero) .sticky-header .site-logo--dark {
    display: block;
}
.page-wrapper:has(.xeosol-about--past-hero) .main-header.header-style-four .main-menu .navigation > li > a,
.page-wrapper:has(.xeosol-about--past-hero) .sticky-header.fixed-header .main-menu .navigation > li > a {
    color: var(--xeo-text);
}
.page-wrapper:has(.xeosol-about--past-hero) .main-header.header-style-four .main-menu .navigation > li.current > a,
.page-wrapper:has(.xeosol-about--past-hero) .main-header.header-style-four .main-menu .navigation > li > a:hover,
.page-wrapper:has(.xeosol-about--past-hero) .sticky-header.fixed-header .main-menu .navigation > li.current > a,
.page-wrapper:has(.xeosol-about--past-hero) .sticky-header.fixed-header .main-menu .navigation > li > a:hover {
    color: var(--xeo-orange-dark);
}
.page-wrapper:has(.xeosol-about--past-hero) .sticky-header.fixed-header {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 1px 0 var(--xeo-border);
}

/* Shared */
.xa-shell {
    width: 100%;
    max-width: var(--xa-max);
    margin: 0 auto;
    padding: 0 24px;
}

.xa-heading {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: var(--xeo-text);
    margin: 0 0 16px;
}

.xa-heading--light { color: #fff; }

.xa-lead {
    font-size: 1.05rem;
    line-height: 1.65;
    color: var(--xeo-muted);
    margin: 0;
}

.xa-lead--light {
    color: rgba(255, 255, 255, 0.72);
}

.xa-eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--xeo-orange);
    margin-bottom: 14px;
}

.xa-section-head {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 48px;
}

.xa-reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.55s ease, transform 0.55s ease;
}
.xa-reveal.is-visible {
    opacity: 1;
    transform: none;
}

.xa-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--xeo-orange) 0%, var(--xeo-orange-dark) 100%);
    color: var(--xeo-navy);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    border: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.xa-btn-primary:hover {
    color: var(--xeo-navy);
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(245, 166, 35, 0.35);
}

.xa-btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 24px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: border-color 0.2s ease, background 0.2s ease;
}
.xa-btn-ghost:hover {
    color: #fff;
    text-decoration: none;
    border-color: rgba(245, 166, 35, 0.5);
    background: rgba(245, 166, 35, 0.08);
}

.xeosol-about a.xa-inline {
    color: inherit;
    text-decoration: underline;
    text-decoration-color: rgba(245, 166, 35, 0.45);
    text-underline-offset: 3px;
}
.xeosol-about a.xa-inline:hover {
    color: var(--xeo-orange-dark);
}

/* Hero */
.xa-hero {
    position: relative;
    padding: calc(var(--xeo-site-header-h) + 48px) 0 96px;
    color: #fff;
    overflow: hidden;
    isolation: isolate;
}

.xa-hero--premium {
    background:
        linear-gradient(180deg, rgba(147, 197, 253, 0.06) 0%, transparent 38%),
        radial-gradient(ellipse 54% 58% at 78% 44%, rgba(59, 154, 230, 0.22) 0%, transparent 62%),
        radial-gradient(ellipse 46% 42% at 10% 88%, rgba(245, 166, 35, 0.08) 0%, transparent 55%),
        radial-gradient(ellipse 38% 32% at 50% 0%, rgba(59, 154, 230, 0.12) 0%, transparent 58%),
        linear-gradient(168deg, #040810 0%, #07182f 48%, #0e2342 100%);
}

.xa-hero--premium::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 22px 22px, 56px 56px, 56px 56px;
    -webkit-mask-image: radial-gradient(ellipse 82% 72% at 50% 42%, #000 12%, transparent 80%);
    mask-image: radial-gradient(ellipse 82% 72% at 50% 42%, #000 12%, transparent 80%);
    pointer-events: none;
    z-index: 1;
}

.xa-hero--premium::after {
    content: "";
    position: absolute;
    top: 42%;
    right: 4%;
    width: min(480px, 42vw);
    height: min(480px, 42vw);
    transform: translateY(-50%);
    background: radial-gradient(circle, rgba(59, 154, 230, 0.18) 0%, rgba(245, 166, 35, 0.06) 42%, transparent 72%);
    pointer-events: none;
    z-index: 1;
}

.xa-hero__bg {
    display: none;
}

.xa-hero__orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    pointer-events: none;
    z-index: 0;
    animation: xa-float 8s ease-in-out infinite;
}

.xa-hero__orb--1 {
    width: 400px;
    height: 400px;
    background: rgba(59, 154, 230, 0.22);
    top: -6%;
    right: -4%;
}

.xa-hero__orb--2 {
    width: 280px;
    height: 280px;
    background: rgba(245, 166, 35, 0.1);
    bottom: 8%;
    left: -6%;
    animation-delay: -3s;
}

.xa-hero__orb--3 {
    width: 180px;
    height: 180px;
    background: rgba(96, 165, 250, 0.14);
    top: 38%;
    left: 32%;
    animation-delay: -5s;
}

@keyframes xa-float {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(18px, -22px) scale(1.04); }
}

.xa-hero__inner {
    position: relative;
    z-index: 2;
    max-width: 100%;
}

.xa-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 28px;
}

.xa-hero__badge-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--xeo-orange);
    box-shadow: 0 0 8px rgba(245, 166, 35, 0.55);
}

.xeosol-about .xa-hero .xa-hero__title {
    font-size: clamp(2.25rem, 4.8vw, 3.65rem);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.038em;
    margin: 0 0 22px;
    color: #fff;
}

.xeosol-about .xa-hero .xa-hero__title-line {
    display: block;
    color: rgba(255, 255, 255, 0.96);
    margin-bottom: 0.12em;
}

.xeosol-about .xa-hero .xa-hero__title em {
    display: block;
    font-style: normal;
    font-size: 0.92em;
    font-weight: 700;
    background: linear-gradient(90deg, #ffe8b8 0%, var(--xeo-orange) 35%, #ffd56a 55%, #7ec8f0 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    animation: xa-title-shimmer 12s linear infinite;
}

@keyframes xa-title-shimmer {
    to { background-position: 200% center; }
}

.xeosol-about .xa-hero .xa-lead--light {
    font-size: clamp(0.95rem, 1.8vw, 1.08rem);
    color: rgba(255, 255, 255, 0.58);
    max-width: 720px;
    line-height: 1.7;
}

.xa-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.xa-hero__stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 56px;
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.xa-hero__stat strong {
    display: block;
    font-size: 1.75rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
}

.xa-hero__stat span {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.58);
}

/* Story */
.xa-story {
    padding: 88px 0;
    background: #fff;
}

.xa-story__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
}

.xa-story__visual {
    position: relative;
}

.xa-story__collage {
    position: relative;
    padding-right: 48px;
    padding-bottom: 48px;
    min-height: 420px;
}

.xa-story__image {
    margin: 0;
}

.xa-story__image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.xa-story__image--primary {
    position: relative;
    max-width: 400px;
    border-radius: var(--xeo-radius-lg);
    overflow: hidden;
    box-shadow: var(--xeo-shadow-lg);
}

.xa-story__image--primary::before {
    content: "";
    position: absolute;
    top: 0;
    right: -28px;
    width: 16px;
    height: 110px;
    background: var(--xeo-orange);
    border-radius: 4px;
    z-index: 2;
}

.xa-story__image--primary img {
    min-height: 380px;
    max-height: 520px;
}

.xa-story__image--secondary {
    position: absolute;
    right: 0;
    bottom: 0;
    width: min(300px, 58%);
    border-radius: var(--xeo-radius);
    overflow: hidden;
    border: 10px solid var(--xeo-orange);
    box-shadow: var(--xeo-shadow-lg);
    background: #fff;
    z-index: 3;
}

.xa-story__image--secondary img {
    aspect-ratio: 1;
    min-height: 200px;
}

.xa-story__list {
    list-style: none;
    margin: 28px 0 0;
    padding: 0;
    display: grid;
    gap: 16px;
}

.xa-story__list li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    font-size: 15px;
    line-height: 1.55;
    color: var(--xeo-muted);
}

.xa-story__list i {
    color: var(--xeo-orange-dark);
    margin-top: 4px;
    flex-shrink: 0;
}

/* Hubs */
.xa-hubs {
    padding: 88px 0;
    background: var(--xeo-surface);
}

.xa-hubs__layout {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 20px;
    align-items: stretch;
}

.xa-hubs__card {
    padding: 36px 32px;
    background: #fff;
    border: 1px solid rgba(42, 60, 94, 0.14);
    border-radius: var(--xeo-radius-lg);
    box-shadow: var(--xeo-shadow);
}

.xa-hubs__flag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 20px;
    margin-bottom: 16px;
    border-radius: 3px;
    overflow: hidden;
    line-height: 0;
    background: transparent;
    border: 1px solid #ddd;
}

.xa-hubs__flag svg {
    display: block;
    width: 28px;
    height: 20px;
    border-radius: 2px;
}

.xa-hubs__card h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--xeo-navy);
    margin: 0 0 6px;
}

.xa-hubs__card-sub {
    font-size: 13px;
    font-weight: 600;
    color: var(--xeo-orange-dark);
    margin: 0 0 18px;
}

.xa-hubs__card address {
    font-style: normal;
    font-size: 14px;
    line-height: 1.55;
    color: var(--xeo-muted);
    margin: 0 0 16px;
    padding: 12px 14px;
    background: var(--xeo-surface);
    border-radius: 8px;
}

.xa-hubs__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

.xa-hubs__list li {
    font-size: 14px;
    line-height: 1.5;
    color: var(--xeo-muted);
    padding-left: 18px;
    position: relative;
}

.xa-hubs__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--xeo-orange);
}

.xa-hubs__connector {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 8px;
}

.xa-hubs__connector-line {
    width: 2px;
    flex: 1;
    min-height: 24px;
    background: linear-gradient(180deg, transparent, rgba(42, 60, 94, 0.2), transparent);
}

.xa-hubs__connector-badge {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--xeo-muted);
    white-space: nowrap;
    padding: 8px 12px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(42, 60, 94, 0.12);
}

/* Pillars */
.xa-pillars {
    padding: 88px 0;
    background: var(--xeo-navy-mid);
}

.xa-pillars__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.xa-pillar {
    padding: 28px 24px;
    border-radius: var(--xeo-radius);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.xa-pillar__icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(245, 166, 35, 0.12);
    color: var(--xeo-orange);
    font-size: 18px;
    margin-bottom: 16px;
}

.xa-pillar h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px;
}

.xa-pillar p {
    font-size: 14px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.62);
    margin: 0;
}

/* Values */
.xa-values {
    padding: 88px 0;
    background: #fff;
}

.xa-values__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.xa-value {
    padding: 32px 24px;
    border-radius: var(--xeo-radius-lg);
    background: var(--xeo-surface);
    border: 1px solid var(--xeo-border);
}

.xa-value__num {
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: var(--xeo-orange-dark);
    margin-bottom: 12px;
}

.xa-value h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--xeo-navy);
    margin: 0 0 10px;
}

.xa-value p {
    font-size: 14px;
    line-height: 1.55;
    color: var(--xeo-muted);
    margin: 0;
}

/* Entity (LLM-readable) */
.xa-entity {
    padding: 72px 0;
    background: var(--xeo-surface);
    border-top: 1px solid var(--xeo-border);
}

.xa-entity__panel {
    padding: 36px 40px;
    background: #fff;
    border: 1px solid var(--xeo-border);
    border-radius: var(--xeo-radius-lg);
    box-shadow: var(--xeo-shadow);
}

.xa-entity__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px 48px;
    margin-top: 24px;
}

.xa-entity dl {
    margin: 0;
    display: grid;
    gap: 14px;
}

.xa-entity dt {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--xeo-orange-dark);
}

.xa-entity dd {
    margin: 4px 0 0;
    font-size: 15px;
    line-height: 1.55;
    color: var(--xeo-text);
}

.xa-entity__services {
    list-style: none;
    margin: 8px 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.xa-entity__services li {
    font-size: 13px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 999px;
    background: var(--xeo-surface);
    color: var(--xeo-text);
    border: 1px solid var(--xeo-border);
}

/* FAQ */
.xa-faq {
    padding: 88px 0;
    background: #fff;
}

.xa-faq__list {
    max-width: 800px;
    margin: 0 auto;
    display: grid;
    gap: 16px;
}

.xa-faq__item {
    padding: 24px 28px;
    border-radius: var(--xeo-radius);
    background: var(--xeo-surface);
    border: 1px solid var(--xeo-border);
}

.xa-faq__item h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--xeo-navy);
    margin: 0 0 10px;
}

.xa-faq__item p {
    font-size: 15px;
    line-height: 1.6;
    color: var(--xeo-muted);
    margin: 0;
}

/* Contact */
.xa-contact {
    padding: 72px 0 80px;
    background: var(--xeo-navy);
}

.xa-contact .contact-section-two {
    padding: 0;
    margin: 0;
    background: transparent;
}

.xa-contact .contact-section-two.pull-up {
    margin-top: 0;
}

.xa-contact .contact-section-two .auto-container {
    max-width: none;
    padding: 0;
}

.xa-contact .contact-form {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--xeo-radius-lg);
}

.xa-contact .team-block-two .title-box .sub-title,
.xa-contact .team-block-two h3 {
    color: #fff;
}

.xa-contact .team-block-two .name a {
    color: #fff;
}

/* ── Our Engineering Hub (XEOSPACES) — About only ── */
.xa-spaces {
    padding: 88px 0 96px;
    background: #fff;
    border-top: 1px solid var(--xeo-border);
}

.xa-spaces__logo {
    display: block;
    height: 41px;
    width: auto;
    margin: 0 auto 20px;
}

.xa-spaces .xa-section-head {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 48px;
}

.xa-spaces__hero {
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    gap: 40px;
    align-items: center;
    margin-bottom: 48px;
}

.xa-spaces__stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 24px;
}

.xa-spaces__stat {
    padding: 20px 18px;
    border-radius: var(--xeo-radius);
    background: var(--xeo-surface);
    border: 1px solid var(--xeo-border);
}

.xa-spaces__stat strong {
    display: block;
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.1;
    color: var(--xeo-navy);
    margin-bottom: 6px;
}

.xa-spaces__stat span {
    font-size: 13px;
    font-weight: 600;
    color: var(--xeo-muted);
}

.xa-spaces__desc {
    font-size: 15px;
    line-height: 1.7;
    color: var(--xeo-muted);
    margin: 0 0 24px;
}

.xa-spaces__visual {
    position: relative;
    margin: 0;
    border-radius: var(--xeo-radius-lg);
    overflow: hidden;
    box-shadow: var(--xeo-shadow-lg);
    aspect-ratio: 4 / 3;
    background: var(--xeo-navy);
}

.xa-spaces__visual-link {
    display: block;
    width: 100%;
    height: 100%;
    cursor: zoom-in;
}

.xa-spaces__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.xa-spaces__badge {
    position: absolute;
    left: 20px;
    top: 20px;
    padding: 12px 16px;
    border-radius: 12px;
    background: rgba(7, 24, 47, 0.88);
    backdrop-filter: blur(10px);
    color: #fff;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
    pointer-events: none;
    z-index: 2;
}

.xa-spaces__badge strong {
    display: block;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff;
}

.xa-spaces__badge span {
    display: block;
    margin-top: 2px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.72);
}

.xa-spaces__caption {
    position: absolute;
    left: 20px;
    bottom: 20px;
    margin: 0;
    padding: 10px 14px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.94);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--xeo-text);
    pointer-events: none;
    z-index: 2;
}

.xa-spaces__cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-bottom: 40px;
}

.xa-spaces__card {
    padding: 24px 20px;
    border-radius: var(--xeo-radius);
    background: var(--xeo-surface);
    border: 1px solid var(--xeo-border);
}

.xa-spaces__card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(245, 166, 35, 0.12);
    color: var(--xeo-orange-dark);
    margin-bottom: 14px;
    font-size: 16px;
}

.xa-spaces__card h3 {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 700;
    color: var(--xeo-text);
}

.xa-spaces__card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    color: var(--xeo-muted);
}

.xa-spaces__gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-bottom: 40px;
}

.xa-spaces__shot {
    margin: 0;
    border-radius: var(--xeo-radius);
    overflow: hidden;
    background: var(--xeo-surface);
    border: 1px solid var(--xeo-border);
}

.xa-spaces__shot a {
    position: relative;
    display: block;
    cursor: zoom-in;
}

.xa-spaces__shot img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.xa-spaces__shot a:hover img {
    transform: scale(1.04);
}

.xa-spaces__zoom {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(7, 24, 47, 0.72);
    color: #fff;
    font-size: 12px;
    opacity: 0.9;
    pointer-events: none;
}

.xa-spaces__shot figcaption {
    padding: 10px 12px;
    font-size: 12px;
    font-weight: 600;
    color: var(--xeo-muted);
}

.xa-spaces__quote {
    position: relative;
    margin: 0 auto 32px;
    max-width: 760px;
    padding: 36px 40px 32px;
    border-radius: var(--xeo-radius-lg);
    background: linear-gradient(135deg, var(--xeo-navy) 0%, var(--xeo-navy-mid) 100%);
    color: #fff;
    text-align: center;
    border-left: 4px solid var(--xeo-orange);
}

.xa-spaces__quote-mark {
    display: block;
    font-size: 3.5rem;
    line-height: 0.8;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.28);
    margin-bottom: 8px;
}

.xa-spaces__quote p {
    margin: 0;
    font-size: clamp(1.1rem, 2.2vw, 1.35rem);
    line-height: 1.55;
    font-weight: 600;
    font-style: italic;
    letter-spacing: -0.01em;
    color: #fff;
}

.xa-spaces__footer {
    text-align: center;
}

.xa-btn-ghost--dark {
    border-color: rgba(15, 26, 46, 0.18);
    color: var(--xeo-text);
    background: #fff;
}

.xa-btn-ghost--dark:hover {
    color: var(--xeo-navy);
    border-color: rgba(245, 166, 35, 0.55);
    background: rgba(245, 166, 35, 0.08);
}

@media (max-width: 991px) {
    .xa-hero__stats {
        grid-template-columns: repeat(2, 1fr);
    }
    .xa-story__grid {
        grid-template-columns: 1fr;
    }
    .xa-story__collage {
        padding-right: 24px;
        padding-bottom: 32px;
        max-width: 480px;
        margin: 0 auto;
    }
    .xa-story__image--secondary {
        width: min(260px, 55%);
        right: 0;
    }
    .xa-hubs__layout {
        grid-template-columns: 1fr;
    }
    .xa-hubs__connector {
        flex-direction: row;
        padding: 8px 0;
    }
    .xa-hubs__connector-line {
        width: auto;
        flex: 1;
        height: 2px;
        min-height: 0;
    }
    .xa-pillars__grid,
    .xa-values__grid {
        grid-template-columns: 1fr 1fr;
    }
    .xa-entity__grid {
        grid-template-columns: 1fr;
    }
    .xa-spaces__hero {
        grid-template-columns: 1fr;
    }
    .xa-spaces__cards {
        grid-template-columns: 1fr 1fr;
    }
    .xa-spaces__gallery {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    .xa-hero {
        padding-top: calc(var(--xeo-site-header-h) + 32px);
    }
    .xa-pillars__grid,
    .xa-values__grid {
        grid-template-columns: 1fr;
    }
    .xa-entity__panel {
        padding: 24px 20px;
    }
    .xa-spaces__stats,
    .xa-spaces__cards,
    .xa-spaces__gallery {
        grid-template-columns: 1fr;
    }
    .xa-spaces__shot img {
        height: 200px;
    }
}
