/* INDEX PAGE - XtraCorporate Style Homepage */

/* Nexus Wrapper */
.nexus-wrapper {
    position: relative;
    background: #FFFFFF;
}

/* Hero Section — Dark navy like XtraCorporate */
.nexus-hero {
    position: relative;
    background: #01131c;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 85vh;
}

.nexus-visual {
    position: absolute;
    inset: 0;
    overflow: hidden;
    background: transparent;
    pointer-events: none;
}

.nexus-visual::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(0, 38, 153, 0.15) 0%, transparent 70%);
    border-radius: 50%;
}

.nexus-visual::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(0, 38, 153, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.grid-plane,
.horizon-glow {
    display: none;
}

.nexus-hero .display-text {
    color: #FFFFFF;
}

.nexus-hero .subtext {
    color: rgba(255, 255, 255, 0.9);
}

.nexus-hero .reveal {
    opacity: 1;
    transform: none;
}

.typewriter-container {
    font-family: 'Roboto', sans-serif;
    font-size: clamp(1.1rem, 2vw, 1.5rem);
    color: rgba(255, 255, 255, 0.85);
    margin-top: 1rem;
    min-height: 2rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 300;
    letter-spacing: 0.02em;
}

.typewriter-prefix {
    display: none;
}

.typewriter-cursor {
    display: none;
}

/* SERVICES / BENTO GRID — XtraCorporate white cards with blue accent */
.holo-card {
    background: #FFFFFF;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    background-size: cover;
    background-position: center;
}

.holo-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(1, 19, 28, 0.3) 0%, rgba(1, 19, 28, 0.85) 100%);
    border-radius: 3px;
    z-index: 0;
    transition: all 0.3s ease;
}

.holo-card:hover::before {
    background: linear-gradient(180deg, rgba(1, 19, 28, 0.15) 0%, rgba(1, 19, 28, 0.75) 100%);
}

.holo-card>* {
    position: relative;
    z-index: 1;
}

.holo-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 9px 20px rgba(0, 0, 0, 0.13);
}

.holo-card h3,
.holo-card h4 {
    color: #FFFFFF;
    font-weight: 900;
    margin-bottom: 0.5rem;
}

.holo-text {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.9rem;
    line-height: 1.5;
}

.scan-line,
.status-light,
.holo-corner {
    display: none;
}

.bento-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 280px);
    gap: 1.25rem;
}

.bento-large {
    grid-column: span 2;
    grid-row: span 2;
}

.bento-icon {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    color: #FFFFFF;
    font-size: 1.25rem;
}

.nexus-wrapper .section {
    padding: 5rem 0;
    background: #f5f7fa;
}

.nexus-wrapper .section h2 {
    color: #002699;
}

.nexus-wrapper .section .subtext {
    color: #636363;
}

/* CTA SECTION — XtraCorporate dark blue */
.command-console {
    background: #01131c;
    border-radius: 3px;
    padding: 4rem 3rem;
    position: relative;
    overflow: hidden;
}

.command-console::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(0, 38, 153, 0.15) 0%, transparent 70%);
    border-radius: 50%;
}

.console-header,
.console-dot,
.console-title {
    display: none;
}

.console-body {
    position: relative;
    z-index: 1;
}

.console-body h2 {
    color: #FFFFFF !important;
}

.console-body p {
    color: rgba(255, 255, 255, 0.7) !important;
}

@media (max-width: 1024px) {
    .bento-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
    }

    .bento-large {
        grid-column: span 2;
        grid-row: auto;
        min-height: 280px;
    }
}

@media (max-width: 600px) {
    .bento-grid {
        grid-template-columns: 1fr;
    }

    .bento-large {
        grid-column: span 1;
        min-height: 250px;
    }

    .holo-card {
        min-height: 220px;
    }

    .command-console {
        padding: 3rem 1.5rem;
    }
}

/* ========================================
   CORP-HERO — Full-bleed photo with dark overlay (XtraCorporate)
   ======================================== */
.corp-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 160px 0 120px;
    text-align: center;
}
.corp-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/* Dotted grid texture overlay (like Xtra Corporate) */
.corp-hero-dotted {
    position: absolute;
    inset: 0;
    z-index: 1;
    opacity: 0.8;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAG0lEQVR4AWJiYGD4D8RgBOIwgllAAsQBUhAEAAAA//9Zk0qgAAAABklEQVQDACO2AQdCSU3+AAAAAElFTkSuQmCC");
}
.corp-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(0, 30, 80, 0.7);
}
.corp-hero-title {
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    font-weight: 900;
    color: #FFFFFF;
    line-height: 1.1;
    letter-spacing: -0.01em;
    margin-bottom: 1.5rem;
}
.corp-hero-sub {
    color: rgba(255,255,255,0.9);
    font-size: 1.15rem;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.7;
    font-weight: 300;
}
/* CTA button area */
.corp-hero-actions {
    margin-top: 2.5rem;
}
.btn-hero-outline {
    display: inline-flex;
    align-items: center;
    padding: 16px 44px;
    border: 2px solid #FFFFFF;
    border-radius: 3px;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.03em;
    text-decoration: none;
    transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    background: transparent;
}
.btn-hero-outline:hover {
    background: #FFFFFF;
    color: #002699;
    border-color: #FFFFFF;
}
/* Read more text link */
.corp-hero-readmore {
    display: inline-block;
    margin-top: 1.5rem;
    color: rgba(255,255,255,0.7);
    font-size: 0.85rem;
    font-weight: 300;
    text-decoration: none;
    letter-spacing: 0.03em;
    transition: color 0.3s ease;
}
.corp-hero-readmore:hover {
    color: #FFFFFF;
}

/* ========================================
   CORP-SERVICES — 3x2 Grid with Icon Boxes (XtraCorporate)
   ======================================== */
.corp-services {
    padding: 0 0 80px;
    background: transparent;
    position: relative;
    z-index: 3;
    margin-top: -80px;
}
.corp-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.corp-service-feature {
    grid-row: span 2;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    min-height: 400px;
}
.corp-service-feature img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}
.corp-service-feature:hover img {
    transform: scale(1.08);
}
.corp-service-feature-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    background: linear-gradient(transparent 0%, rgba(1,19,28,0.85) 100%);
}
.corp-service-feature-overlay h2 {
    color: #FFFFFF;
    font-size: 1.75rem;
    font-weight: 900;
    line-height: 1.2;
}
.corp-service-box {
    background: #FFFFFF;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    padding: 28px 24px;
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.corp-service-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 9px 20px rgba(0,0,0,0.13);
}
.corp-service-icon {
    width: 64px;
    height: 64px;
    background: transparent;
    border: 2px solid #002699;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #002699;
    font-size: 1.4rem;
    transition: all 0.3s ease;
}
.corp-service-box:hover .corp-service-icon {
    background: #002699;
    color: #fff;
}
.corp-service-category {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #aaa;
}
.corp-service-box h3 {
    font-size: 1.1rem;
    font-weight: 900;
    color: #1A1A2E;
    margin: 0;
}
.corp-service-desc {
    font-size: 13px;
    color: #888;
    line-height: 1.6;
    margin: 4px 0 0;
}
.corp-service-arrow {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
    border-radius: 3px;
    background: #002699;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    opacity: 1;
}
.corp-service-box:hover .corp-service-arrow {
    background: #001d7a;
    transform: translateX(3px);
}
.corp-service-cta {
    background: #FFFFFF;
    border: 2px solid #eaeaea;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    color: inherit;
}
.corp-service-cta:hover {
    border-color: #002699;
}
.corp-service-cta-inner {
    text-align: center;
    padding: 30px;
    display: grid;
    justify-items: center;
}
.corp-service-cta-inner .corp-cta-chevron {
    grid-row: 1;
}
.corp-service-cta-inner .corp-cta-swap {
    grid-row: 2;
    grid-column: 1;
    transition: opacity 0.3s ease;
}
.corp-cta-chevron {
    display: inline-flex;
    width: 56px;
    height: 56px;
    border-radius: 0;
    border: none;
    color: #bbb;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 16px;
    transition: color 0.3s ease;
}
.corp-service-cta:hover .corp-cta-chevron {
    color: #002699;
}
.corp-service-cta,
.corp-service-cta p,
.corp-service-cta span {
    text-decoration: none;
}
.corp-service-cta p {
    color: #636363;
    font-size: 14px;
    margin: 0;
}
.corp-service-cta:hover p {
    opacity: 0;
    pointer-events: none;
}
.corp-cta-link {
    color: #002699;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    border-bottom: none;
    padding-bottom: 0;
    white-space: nowrap;
    opacity: 0;
}
.corp-service-cta:hover .corp-cta-link {
    opacity: 1;
}

/* ========================================
   CORP-ABOUT — Split text + image (XtraCorporate)
   ======================================== */
.corp-about {
    padding: 80px 0;
    background: #FFFFFF;
}
.corp-about-grid {
    display: grid;
    grid-template-columns: auto 1fr 0.8fr;
    gap: 40px;
    align-items: center;
}
.corp-about-label {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 1rem;
}
.corp-about-vline {
    width: 40px;
    height: 2px;
    background: #002699;
}
.corp-about-content h2 {
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    font-weight: 900;
    color: #1A1A2E;
    margin-bottom: 1.25rem;
    line-height: 1.2;
}
.corp-about-content h2 span {
    color: #002699;
}
.corp-about-content p {
    color: #636363;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}
.corp-about-list {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem;
}
.corp-about-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 0;
    color: #1A1A2E;
    font-size: 15px;
}
.corp-about-list li i {
    color: #002699;
    font-size: 14px;
}
.corp-about-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
/* About Quote */
.corp-about-quote {
    margin: 1.5rem 0 2rem;
    padding: 20px 24px;
    border-left: 3px solid #002699;
    background: #f5f7fa;
    border-radius: 0 3px 3px 0;
}
.corp-about-quote p {
    font-size: 15px;
    font-style: italic;
    color: #444;
    line-height: 1.7;
    margin-bottom: 8px;
}
.corp-about-quote cite {
    font-size: 13px;
    color: #002699;
    font-weight: 700;
    font-style: normal;
}
.btn-outline-dark {
    display: inline-flex;
    align-items: center;
    padding: 12px 28px;
    border: 2px solid #1A1A2E;
    border-radius: 3px;
    color: #1A1A2E;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    background: transparent;
}
.btn-outline-dark:hover {
    background: #1A1A2E;
    color: #fff;
}
.corp-about-image {
    position: relative;
}
.corp-about-image img {
    width: 100%;
    height: auto;
    border-radius: 3px;
    box-shadow: 0 9px 20px rgba(0,0,0,0.13);
}
.corp-about-dots {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 100px;
    height: 100px;
    background-image: radial-gradient(#002699 1.5px, transparent 1.5px);
    background-size: 12px 12px;
    opacity: 0.15;
    z-index: -1;
}

/* ========================================
   CORP-PROCESS — Dark parallax steps (XtraCorporate)
   ======================================== */
/* ── Process Section ── */
.corp-process {
    position: relative;
    padding: 0;
    overflow: hidden;
}
.corp-process .container {
    padding-top: 60px;
}
.corp-process-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.corp-process-overlay {
    position: absolute;
    inset: 0;
    background: rgba(1,19,28,0.9);
}

/* ── Tab Panels (content on top) ── */
.corp-process-panels {
    position: relative;
    padding-bottom: 40px;
}
.corp-process-panel {
    display: none;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
    animation: processFadeIn 0.4s ease;
}
.corp-process-panel.active {
    display: grid;
}
@keyframes processFadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ── Panel Content ── */
.corp-process-img {
    overflow: hidden;
    border-radius: 3px;
    max-height: 480px;
}
.corp-process-img img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    border-radius: 3px;
    display: block;
    transition: transform 0.5s ease;
}
.corp-process-img:hover img {
    transform: scale(1.05);
}
.corp-process-text {
    position: relative;
    padding-top: 40px;
}
.corp-process-watermark {
    font-size: 200px;
    color: rgba(255,255,255,0.07);
    position: absolute;
    top: -40px;
    left: 0;
    pointer-events: none;
    line-height: 1;
}
.corp-process-text h3 {
    font-size: 2.2rem;
    font-weight: 900;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}
.corp-process-subtitle {
    color: rgba(255,255,255,0.45);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.corp-process-text p {
    color: rgba(255,255,255,0.8);
    line-height: 1.9;
    font-size: 16px;
    position: relative;
    z-index: 1;
}

/* ── Tab Navigation — bottom floating bar ── */
.corp-process-tabs {
    display: flex;
    justify-content: center;
    background: transparent;
    position: relative;
}
.corp-process-tab {
    flex: 1;
    background: none;
    border: none;
    color: rgba(255,255,255,0.45);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.02em;
    padding: 28px 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    position: relative;
    transition: color 0.3s ease;
    white-space: nowrap;
}
.corp-process-tab::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 40px;
    height: 3px;
    background: #FFFFFF;
    transition: transform 0.3s ease;
}
.corp-process-tab:hover {
    color: rgba(255,255,255,0.75);
}
.corp-process-tab.active {
    color: #FFFFFF;
    font-weight: 700;
}
.corp-process-tab.active::after {
    transform: translateX(-50%) scaleX(1);
}
.corp-process-tab i {
    font-size: 22px;
    opacity: 0.8;
}
.corp-process-tab.active i {
    opacity: 1;
}

/* ========================================
   CORP-HOWITWORKS — Split text + numbered cards (XtraCorporate)
   ======================================== */
.corp-howitworks {
    padding: 100px 0;
    background: #FFFFFF;
}
/* Section label override — gray uppercase without blue line */
.corp-hiw-label {
    color: #999;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}
.corp-hiw-label::before {
    display: none;
}
.corp-hiw-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}
.corp-hiw-text h2 {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 900;
    color: #1A1A2E;
    margin-bottom: 1.5rem;
    line-height: 1.15;
}
.corp-hiw-text h2 span {
    color: #002699;
}
.corp-hiw-text p {
    color: #636363;
    line-height: 1.85;
    margin-bottom: 2rem;
    font-size: 15px;
}
.corp-hiw-text p strong {
    color: #1A1A2E;
    font-weight: 700;
}
.corp-hiw-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
}
.corp-hiw-checklist li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
    color: #1A1A2E;
    font-size: 15px;
    font-weight: 500;
}
/* Circle tick icon — matching XtraCorporate cz_sl_icon */
.hiw-check-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    min-width: auto;
    border-radius: 0;
    background: none;
    color: #5cb85c;
    font-size: 20px;
    opacity: 0.7;
    transition: all 0.3s ease;
}
.corp-hiw-checklist li:hover .hiw-check-icon {
    opacity: 1;
    color: #4cae4c;
    transform: scale(1.15);
}
.corp-hiw-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.corp-hiw-card {
    background: #FFFFFF;
    border: 1px solid #eaeaea;
    border-radius: 0;
    padding: 36px 28px 44px;
    position: relative;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    overflow: hidden;
    min-height: 220px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.corp-hiw-card::before {
    content: attr(data-watermark);
    position: absolute;
    top: -10px;
    left: 10px;
    font-size: 9rem;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.04);
    line-height: 1;
    pointer-events: none;
    z-index: 0;
    font-family: 'Roboto', sans-serif;
}
.corp-hiw-card > * {
    position: relative;
    z-index: 1;
}
.corp-hiw-card:hover {
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    transform: translateY(-2px);
}
/* Thin gray vertical bar at top-left (no color accent) */
.corp-hiw-card .corp-hiw-bar {
    position: absolute;
    top: 16px;
    left: 0;
    width: 2px;
    height: 40px;
    background: #d0d0d0;
    margin: 0;
    z-index: 2;
}
/* Even cards (2, 4): alt style — staggered down */
.corp-hiw-card-alt {
    border: 1px solid #eaeaea;
    background: #fafafa;
    margin-top: 40px;
}
.corp-hiw-card-alt .corp-hiw-bar {
    display: none;
}
/* Number + title inline */
.corp-hiw-num {
    font-size: inherit;
    font-weight: 900;
    color: #002699;
}
.corp-hiw-card h4 {
    font-size: 1.15rem;
    font-weight: 900;
    color: #1A1A2E;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    line-height: 1;
}
.corp-hiw-card p {
    color: #636363;
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

/* ========================================
   CORP-SOLUTIONS — 3 Icon Cards (XtraCorporate)
   ======================================== */
.corp-solutions {
    padding: 100px 0;
    background: #f8f9fb;
}
.corp-solutions .section-heading {
    text-align: center;
    margin-bottom: 1rem;
}
.corp-solutions .section-heading .section-label {
    display: block;
    margin-bottom: 0.5rem;
}
.corp-solutions .section-heading h2 {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 900;
    color: #1A1A2E;
    position: relative;
    display: inline-block;
}
.corp-solutions .section-heading h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #002699;
    margin: 12px auto 0;
}
.corp-solutions .section-heading h2 span {
    color: #002699;
}
.corp-solutions-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 3rem;
}
/* ── Solution Cards — shadow-only, no border, step watermark ── */
.corp-solution-card {
    background: #FFFFFF;
    border: none;
    border-radius: 8px;
    padding: 48px 32px 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    box-shadow: 0 2px 12px rgba(0,0,0,0.05);
}
.corp-solution-card::before {
    content: attr(data-step);
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 7rem;
    font-weight: 900;
    color: rgba(0,0,0,0.03);
    line-height: 1;
    pointer-events: none;
    font-family: 'Roboto', sans-serif;
}
.corp-solution-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.1);
}
/* ── Icon — soft circle ── */
.corp-solution-icon {
    width: 72px;
    height: 72px;
    background: rgba(0,38,153,0.06);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #002699;
    font-size: 1.5rem;
    margin: 0 auto 24px;
    transition: background 0.35s ease, color 0.35s ease, transform 0.35s ease;
}
.corp-solution-card:hover .corp-solution-icon {
    background: #002699;
    color: #FFFFFF;
    transform: scale(1.08);
}
/* ── Text ── */
.corp-solution-card h3 {
    font-size: 1.15rem;
    font-weight: 800;
    color: #1A1A2E;
    margin-bottom: 12px;
}
.corp-solution-card p {
    color: #636363;
    font-size: 15px;
    line-height: 1.7;
    margin: 0 0 20px;
}
/* ── Learn More — slides in on hover ── */
.corp-solution-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #002699;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.3s ease, transform 0.3s ease, color 0.3s ease;
}
.corp-solution-card:hover .corp-solution-link {
    opacity: 1;
    transform: translateY(0);
}
.corp-solution-link i {
    font-size: 12px;
    transition: transform 0.3s ease;
}
.corp-solution-link:hover {
    color: #001d7a;
}
.corp-solution-link:hover i {
    transform: translateX(4px);
}

/* ========================================
   CORP-BLOG — "From The Blog" carousel (XtraCorporate)
   ======================================== */
.corp-blog-section {
    padding: 80px 0;
    background: #f5f7fa;
}
.corp-blog-section .section-heading {
    text-align: center;
    margin-bottom: 3rem;
}
.corp-blog-section .section-heading .section-label {
    display: block;
    margin-bottom: 0.5rem;
    color: #aaa;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.15em;
}
.corp-blog-section .section-heading h2 {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 900;
    color: #1A1A2E;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin: 0;
}
.corp-blog-section .section-heading h2 span {
    color: #002699;
}
.corp-blog-carousel {
    position: relative;
    overflow: visible;
}
.corp-blog-track-wrapper {
    overflow: hidden;
}
.corp-blog-track {
    display: flex;
    gap: 24px;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
}
.corp-blog-card {
    flex: 0 0 calc(33.333% - 16px);
    min-width: 0;
}
.corp-blog-img {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 3px 3px 0 0;
    aspect-ratio: 1 / 1;
}
.corp-blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}
.corp-blog-card:hover .corp-blog-img img {
    transform: scale(1.08);
}
.corp-blog-img-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 38, 153, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.corp-blog-img-overlay i {
    color: #fff;
    font-size: 1.5rem;
    width: 48px;
    height: 48px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.corp-blog-card:hover .corp-blog-img-overlay {
    opacity: 1;
}
.corp-blog-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
    padding: 16px 20px 8px;
    background: #FFFFFF;
    font-size: 13px;
    color: #999;
}
.corp-blog-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.corp-blog-meta span i {
    color: #bbb;
    font-size: 13px;
}
.corp-blog-meta span a {
    color: #999;
    text-decoration: none;
    transition: color 0.3s ease;
}
.corp-blog-meta span a:hover {
    color: #002699;
}
.corp-blog-title {
    display: block;
    padding: 8px 20px 20px;
    background: #FFFFFF;
    text-decoration: none;
    border-radius: 0 0 3px 3px;
}
.corp-blog-title h3 {
    font-size: 1.1rem;
    font-weight: 900;
    color: #1A1A2E;
    line-height: 1.4;
    margin: 0;
    transition: color 0.3s ease;
}
.corp-blog-card:hover .corp-blog-title h3 {
    color: #002699;
}
/* Carousel Arrows */
.corp-blog-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-70%);
    z-index: 5;
    width: 44px;
    height: 44px;
    border-radius: 3px;
    background: #002699;
    color: #fff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0,38,153,0.25);
}
.corp-blog-arrow:hover {
    background: #001d7a;
    box-shadow: 0 6px 18px rgba(0,38,153,0.35);
}
.corp-blog-prev {
    left: -22px;
}
.corp-blog-next {
    right: -22px;
}

/* ========================================
   CORP-ABOUT SIDEBAR — Vertical decorative column
   ======================================== */
.corp-about-sidebar {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 20px 0;
}
.corp-about-sidebar-text {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #002699;
}
.corp-about-sidebar-line {
    width: 2px;
    flex: 1;
    background: linear-gradient(180deg, #002699 0%, rgba(0,38,153,0.1) 100%);
    min-height: 80px;
}

/* ========================================
   CORP-STATS — Dark background counters (XtraCorporate)
   ======================================== */
.corp-stats {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}
.corp-stats-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.corp-stats-overlay {
    position: absolute;
    inset: 0;
    background: rgba(1,19,28,0.92);
}
.corp-stats-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.2fr repeat(4, 1fr);
    gap: 40px;
    align-items: center;
}
.corp-stats-heading {
    padding-right: 40px;
    border-right: 2px solid rgba(255,255,255,0.1);
}
.corp-stats-heading .section-label {
    color: rgba(255,255,255,0.5);
}
.corp-stats-heading h2 {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 900;
    color: #FFFFFF;
    line-height: 1.15;
    margin: 0;
}
.corp-stats-heading h2 span {
    color: #4d88ff;
}
.corp-stat-item {
    text-align: center;
    padding: 20px;
}
.corp-stat-number {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 900;
    color: #FFFFFF;
    line-height: 1;
    margin-bottom: 8px;
    font-family: 'Roboto', sans-serif;
}
.corp-stat-number .corp-stat-suffix {
    color: #4d88ff;
}
.corp-stat-label {
    font-size: 14px;
    font-weight: 500;
    color: rgba(255,255,255,0.6);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.corp-stat-divider {
    width: 40px;
    height: 2px;
    background: #002699;
    margin: 12px auto 0;
}

/* CORP-* Responsive */
@media (max-width: 1024px) {
    .corp-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .corp-service-feature {
        grid-column: span 2;
    }
    .corp-about-grid,
    .corp-hiw-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .corp-about-sidebar {
        display: none;
    }
    .corp-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    .corp-stats-heading {
        grid-column: span 2;
        border-right: none;
        border-bottom: 2px solid rgba(255,255,255,0.1);
        padding-right: 0;
        padding-bottom: 30px;
    }
    .corp-process-tabs {
        flex-wrap: wrap;
    }
    .corp-process-tab {
        flex: 1 1 50%;
        padding: 16px 12px;
        font-size: 13px;
        justify-content: center;
    }
    .corp-process-tab span {
        display: none;
    }
    .corp-process-tab i {
        font-size: 22px;
    }
    .corp-process-panel {
        grid-template-columns: 1fr;
    }
    .corp-process-img img {
        height: 260px;
    }
    .corp-process-text h3 {
        font-size: 1.6rem;
    }
    .corp-process-watermark {
        font-size: 100px;
        top: -20px;
    }
    .corp-solutions-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .corp-blog-card {
        flex: 0 0 calc(50% - 12px);
    }
    .corp-blog-prev {
        left: 4px;
    }
    .corp-blog-next {
        right: 4px;
    }
}

@media (max-width: 600px) {
    .corp-services-grid,
    .corp-solutions-grid,
    .corp-hiw-cards {
        grid-template-columns: 1fr;
    }
    .corp-service-feature {
        grid-column: span 1;
        min-height: 250px;
    }
    .corp-hero {
        padding: 140px 0 80px;
        min-height: 80vh;
    }
    .corp-hero-title {
        font-size: 2rem;
    }
    .btn-hero-outline {
        padding: 14px 32px;
        font-size: 14px;
    }
    .corp-blog-card {
        flex: 0 0 100%;
    }
    .corp-stats-grid {
        grid-template-columns: 1fr;
    }
    .corp-stats-heading {
        grid-column: span 1;
        text-align: center;
    }
    .corp-stat-number {
        font-size: 2.5rem;
    }
}

/* ========================================
   MOBILE RESPONSIVENESS — 768px breakpoint
   ======================================== */
@media (max-width: 768px) {
    /* Nexus visual decorative blobs — scale down */
    .nexus-visual::before {
        width: 350px;
        height: 350px;
    }
    .nexus-visual::after {
        width: 300px;
        height: 300px;
    }

    /* Command console decorative blob */
    .command-console::before {
        width: 250px;
        height: 250px;
    }

    /* Hero section spacing */
    .nexus-hero {
        min-height: 70vh;
    }
    .corp-hero {
        padding: 120px 0 80px;
        min-height: 80vh;
    }
    .corp-hero-sub {
        font-size: 1rem;
    }

    /* Corp-about 3-column grid — single column */
    .corp-about-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .corp-about-sidebar {
        display: none;
    }
    .corp-about {
        padding: 60px 0;
    }

    /* Corp-services grid — single column */
    .corp-services-grid {
        grid-template-columns: 1fr;
    }
    .corp-service-feature {
        grid-column: span 1;
        min-height: 280px;
    }
    .corp-services {
        margin-top: -60px;
    }

    /* Process panels — single column, reduced image height */
    .corp-process-panel {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .corp-process-img img {
        height: 320px;
    }
    .corp-process-img {
        max-height: 320px;
    }
    .corp-process-watermark {
        font-size: 100px;
        top: -20px;
    }
    .corp-process-text h3 {
        font-size: 1.6rem;
    }
    .corp-process-tabs {
        flex-wrap: wrap;
    }
    .corp-process-tab {
        flex: 1 1 50%;
        padding: 16px 12px;
        font-size: 13px;
    }
    .corp-process-tab span {
        display: none;
    }

    /* How It Works grid — single column */
    .corp-hiw-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .corp-hiw-cards {
        grid-template-columns: 1fr 1fr;
    }
    .corp-howitworks {
        padding: 60px 0;
    }

    /* Solutions grid — 2 columns */
    .corp-solutions-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .corp-solutions {
        padding: 60px 0;
    }

    /* Stats grid — 2 columns */
    .corp-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
    .corp-stats-heading {
        grid-column: span 2;
        border-right: none;
        padding-right: 0;
        padding-bottom: 20px;
    }
    .corp-stats {
        padding: 60px 0;
    }

    /* Blog carousel — 2 cards visible */
    .corp-blog-card {
        flex: 0 0 calc(50% - 12px);
    }
    .corp-blog-section {
        padding: 60px 0;
    }
    .corp-blog-prev {
        left: 4px;
    }
    .corp-blog-next {
        right: 4px;
    }

    /* Bento grid — 2 columns */
    .bento-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
    }
    .bento-large {
        grid-column: span 2;
        grid-row: auto;
        min-height: 250px;
    }

    /* CTA section padding */
    .command-console {
        padding: 3rem 2rem;
    }

    /* Section padding reduction */
    .nexus-wrapper .section {
        padding: 3.5rem 0;
    }
}

/* ========================================
   MOBILE RESPONSIVENESS — 480px breakpoint
   ======================================== */
@media (max-width: 480px) {
    /* Nexus visual decorative blobs — hide or make tiny */
    .nexus-visual::before {
        width: 200px;
        height: 200px;
        opacity: 0.5;
    }
    .nexus-visual::after {
        width: 180px;
        height: 180px;
        opacity: 0.5;
    }

    /* Command console blob */
    .command-console::before {
        width: 150px;
        height: 150px;
    }

    /* Hero section — tighter spacing, smaller text */
    .nexus-hero {
        min-height: 60vh;
    }
    .corp-hero {
        padding: 100px 0 60px;
        min-height: 70vh;
    }
    .corp-hero-title {
        font-size: 1.75rem;
    }
    .corp-hero-sub {
        font-size: 0.9rem;
        line-height: 1.6;
    }
    .btn-hero-outline {
        padding: 12px 28px;
        font-size: 13px;
    }
    .corp-hero-actions {
        margin-top: 1.5rem;
    }

    /* Process panels — reduced image height */
    .corp-process-img img {
        height: 220px;
    }
    .corp-process-img {
        max-height: 220px;
    }
    .corp-process-watermark {
        font-size: 70px;
        top: -10px;
    }
    .corp-process-text h3 {
        font-size: 1.3rem;
    }
    .corp-process-text p {
        font-size: 14px;
    }
    .corp-process .container {
        padding-top: 40px;
    }
    .corp-process-tab {
        flex: 1 1 50%;
        padding: 12px 8px;
        font-size: 12px;
        gap: 8px;
    }

    /* About section */
    .corp-about {
        padding: 40px 0;
    }
    .corp-about-grid {
        gap: 20px;
    }
    .corp-about-content h2 {
        font-size: 1.5rem;
    }
    .corp-about-buttons {
        flex-direction: column;
    }
    .btn-outline-dark {
        padding: 10px 20px;
        font-size: 13px;
        width: 100%;
        justify-content: center;
    }

    /* Services section */
    .corp-services {
        margin-top: -40px;
        padding: 0 0 40px;
    }
    .corp-service-feature {
        min-height: 220px;
    }
    .corp-service-box {
        padding: 20px 18px;
    }

    /* How It Works — single column cards */
    .corp-hiw-cards {
        grid-template-columns: 1fr;
    }
    .corp-hiw-card-alt {
        margin-top: 0;
    }
    .corp-hiw-card {
        min-height: auto;
        padding: 28px 22px 36px;
    }
    .corp-howitworks {
        padding: 40px 0;
    }

    /* Solutions grid — single column */
    .corp-solutions-grid {
        grid-template-columns: 1fr;
    }
    .corp-solutions {
        padding: 40px 0;
    }
    .corp-solution-card {
        padding: 36px 24px 32px;
    }

    /* Stats — single column */
    .corp-stats-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .corp-stats-heading {
        grid-column: span 1;
        text-align: center;
        border-bottom: 2px solid rgba(255,255,255,0.1);
        padding-bottom: 20px;
    }
    .corp-stats {
        padding: 40px 0;
    }
    .corp-stat-number {
        font-size: 2.25rem;
    }
    .corp-stat-item {
        padding: 12px;
    }

    /* Blog — single card */
    .corp-blog-card {
        flex: 0 0 100%;
    }
    .corp-blog-section {
        padding: 40px 0;
    }
    .corp-blog-section .section-heading {
        margin-bottom: 2rem;
    }

    /* Bento grid — single column */
    .bento-grid {
        grid-template-columns: 1fr;
    }
    .bento-large {
        grid-column: span 1;
        min-height: 220px;
    }
    .holo-card {
        min-height: 200px;
    }

    /* CTA section */
    .command-console {
        padding: 2.5rem 1.25rem;
    }

    /* Section padding */
    .nexus-wrapper .section {
        padding: 2.5rem 0;
    }

    /* Typewriter container */
    .typewriter-container {
        font-size: 0.95rem;
    }
}

/* iOS Safari: background-attachment:fixed causes blank/broken bg */
@supports (-webkit-touch-callout: none) {
    .corp-process-bg,
    .corp-stats-bg {
        background-attachment: scroll;
    }
}
