/* =========================================================
   CORPORATE TRAINING LANDING PAGE
   Page-specific styles for /corporate-training
========================================================= */
html {
    scroll-behavior: smooth;
}
.corp-page {
    color: #334155;
    background: #fff;
}

.corp-container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.corp-section {
    padding: 85px 0;
}

.corp-section-light {
    background: #f8fafc;
}

.corp-section-dark {
    background: #0f172a;
    color: #fff;
}

/* -------------------------
   HERO
------------------------- */
.corp-hero {
    padding: 35px 0 55px;
    position: relative;
    overflow: hidden;
    min-height: 590px;
    display: flex;
    align-items: center;
    background:
        radial-gradient(circle at 82% 28%, rgba(37, 99, 235, .32), transparent 30%),
        radial-gradient(circle at 72% 80%, rgba(16, 185, 129, .15), transparent 25%),
        linear-gradient(135deg, #020617 0%, #0f172a 58%, #172554 100%);
}

.corp-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(148, 163, 184, .07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(148, 163, 184, .07) 1px, transparent 1px);
    background-size: 55px 55px;
    mask-image: linear-gradient(to right, transparent 0%, #000 45%, #000 100%);
}

.corp-hero .corp-container {
    position: relative;
    z-index: 2;
}
.corp-hero-content {
    position: relative;
    z-index: 10;
}

.corp-hero-grid {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 1.1fr .9fr;
    align-items: center;
    gap: 55px;
}

.corp-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 20px;
    color: #7dd3fc;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.corp-eyebrow::before {
    content: "";
    width: 34px;
    height: 3px;
    border-radius: 5px;
    background: #38bdf8;
}

.corp-hero h1 {
    max-width: 760px;
    margin-bottom: 22px;
    color: #fff;
    font-size: 52px;
    line-height: 1.08;
    letter-spacing: 2px;
}

.corp-hero h1 span {
    color: #60a5fa;
}
.corp-hero h1 strong {
    color: #60a5fa;
    font-weight: 700;
}

.corp-hero-copy {
    max-width: 680px;
    margin-bottom: 30px;
    color: #cbd5e1;
    font-size: 1.18rem;
    line-height: 1.8;
}

.corp-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 32px;
    position: relative;
    z-index: 20;
}
.corp-hero-actions a {
    position: relative;
    z-index: 21;
    pointer-events: auto;
}

.corp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 50px;
    padding: 13px 24px;
    border-radius: 8px;
    font-weight: 700;
    transition: .25s ease;
}

.corp-btn-primary {
    background: #2563eb;
    color: #fff;
    box-shadow: 0 10px 25px rgba(37, 99, 235, .25);
}

.corp-btn-primary:hover {
    background: #1d4ed8;
    color: #fff;
    transform: translateY(-2px);
}

.corp-btn-outline {
    border: 1px solid rgba(255, 255, 255, .3);
    background: rgba(255, 255, 255, .05);
    color: #fff;
}

.corp-btn-outline:hover {
    background: #fff;
    color: #0f172a;
}

.corp-hero-points {
   display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;

    margin-top: 22px;

    color: #cbd5e1;
    font-size: 13px;
}

.corp-hero-points li {
    color: #dbeafe;
    font-size: 14px;
}

.corp-hero-points i {
    margin-right: 7px;
    color: #22c55e;
    font-size: 14px;
}
.corp-hero-points span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}
.corp-value-section {
    padding: 90px 0;
    background: #ffffff;
}

.corp-value-header {
    max-width: 850px;
    margin: 0 auto 55px;
    text-align: center;
}

.corp-value-header h2 {
    margin: 0 0 20px;
    color: #0f172a;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
}

.corp-value-header h2 span {
    color: #2563eb;
}

.corp-value-header p {
    max-width: 780px;
    margin: 0 auto;
    color: #64748b;
    font-size: 18px;
    line-height: 1.8;
}

.corp-section-label {
    display: inline-block;
    margin-bottom: 12px;

    color: #2563eb;

    font-size: 14px;
    font-weight: 700;

    letter-spacing: 1.5px;
    text-transform: uppercase;
}


/* Hero visual */
.corp-hero-visual {
    position: relative;
    min-height: 390px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.corp-orbit {
    position: absolute;
    width: 360px;
    height: 360px;
    border: 1px solid rgba(96, 165, 250, .18);
    border-radius: 50%;
}

.corp-orbit::before,
.corp-orbit::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(56, 189, 248, .12);
    border-radius: 50%;
}

.corp-orbit::before {
    inset: 35px;
}

.corp-orbit::after {
    inset: 85px;
}

.corp-core {
    position: relative;
    z-index: 2;
    width: 155px;
    height: 155px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 28px;
    background: rgba(15, 23, 42, .9);
    border: 1px solid rgba(96, 165, 250, .35);
    box-shadow: 0 25px 60px rgba(0, 0, 0, .35);
    text-align: center;
}

.corp-core i {
    margin-bottom: 10px;
    color: #60a5fa;
    font-size: 42px;
}

.corp-core strong {
    color: #fff;
    font-size: 16px;
}

.corp-tech-node {
    position: absolute;
    z-index: 3;
    min-width: 105px;
    padding: 12px 14px;
    border: 1px solid rgba(148, 163, 184, .18);
    border-radius: 12px;
    background: rgba(15, 23, 42, .82);
    color: #e2e8f0;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .2);
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    backdrop-filter: blur(8px);
}

.corp-tech-node i {
    display: block;
    margin-bottom: 5px;
    color: #38bdf8;
    font-size: 19px;
}

.corp-node-1 {
    top: 12%;
    left: 3%;
}

.corp-node-2 {
    top: 4%;
    right: 4%;
}

.corp-node-3 {
    bottom: 8%;
    left: 5%;
}

.corp-node-4 {
    bottom: 6%;
    right: 4%;
}

/* -------------------------
   VALUE STRIP
------------------------- */
.corp-value-strip {
    position: relative;
    z-index: 4;
    margin-top: -45px;
}

.corp-value-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;

    background: #fff;
    border-radius: 16px;
    box-shadow: 0 18px 50px rgba(15, 23, 42, .12);
    overflow: hidden;

}

.corp-value-card {
    position: relative;

    background: #ffffff;

    padding: 32px 26px;

    border: 1px solid #e2e8f0;

    border-radius: 14px;

    box-shadow:
        0 8px 25px rgba(15, 23, 42, 0.06);

    transition:
        transform .3s ease,
        box-shadow .3s ease,
        border-color .3s ease;
}


.corp-value-card:hover {
    transform: translateY(-7px);

    border-color: #bfdbfe;

    box-shadow:
        0 18px 40px rgba(15, 23, 42, 0.10);
}

.corp-value-card h3 {
    margin: 0 0 12px;

    color: #0f172a;

    font-size: 20px;

    line-height: 1.4;
}


.corp-value-card p {
    margin: 0;

    color: #64748b;

    font-size: 15px;

    line-height: 1.7;
}


/* =========================================
   ICON
========================================= */

.corp-value-icon {
    width: 58px;
    height: 58px;

    margin-bottom: 22px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 12px;

    background: #eff6ff;

    color: #2563eb;

    font-size: 25px;
}

.corp-value-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 25px 22px;
    border-right: 1px solid #e2e8f0;
}

.corp-value-item:last-child {
    border-right: none;
}

.corp-value-item i {
    color: #2563eb;
    font-size: 28px;
}

.corp-value-item strong {
    display: block;
    color: #0f172a;
    font-size: 15px;
}

.corp-value-item span {
    display: block;
    margin-top: 3px;
    color: #64748b;
    font-size: 13px;
}

/* -------------------------
   SECTION HEADERS
------------------------- */
.corp-section-head {
    max-width: 820px;
    margin: 0 auto 48px;
    text-align: center;
}

.corp-section-kicker {
    display: block;
    margin-bottom: 10px;
    color: #2563eb;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.corp-section-head h2 {
    margin-bottom: 14px;
    color: #0f172a;
    font-size: clamp(2rem, 4vw, 2.8rem);
    line-height: 1.2;
}

.corp-section-dark .corp-section-head h2 {
    color: #fff;
}

.corp-section-head p {
    color: #64748b;
    font-size: 17px;
    line-height: 1.8;
}

.corp-section-dark .corp-section-head p {
    color: #cbd5e1;
}

/* -------------------------
   TECHNOLOGY CARDS
------------------------- */
.corp-tech-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.corp-tech-card {
    position: relative;
    padding: 30px;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 28px rgba(15, 23, 42, .06);
    transition: .3s ease;
}

.corp-tech-card:hover {
    transform: translateY(-7px);
    border-color: #bfdbfe;
    box-shadow: 0 18px 40px rgba(15, 23, 42, .1);
}

.corp-tech-icon {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border-radius: 14px;
    background: #eff6ff;
    color: #2563eb;
    font-size: 25px;
}

.corp-tech-card h3 {
    margin-bottom: 9px;
    color: #0f172a;
    font-size: 21px;
}

.corp-tech-card p {
    min-height: 52px;
    margin-bottom: 18px;
    color: #64748b;
    font-size: 14px;
    line-height: 1.7;
}

.corp-tech-list {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}

.corp-tech-list li {
    position: relative;
    margin-bottom: 8px;
    padding-left: 20px;
    color: #475569;
    font-size: 14px;
}

.corp-tech-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #10b981;
    font-weight: 800;
}

.corp-card-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #2563eb;
    font-size: 14px;
    font-weight: 700;
}

.corp-card-link:hover {
    color: #1d4ed8;
}

/* -------------------------
   WHY CORPORATE
------------------------- */
.corp-two-col {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    align-items: center;
    gap: 65px;
}

.corp-panel {
    padding: 35px;
    border-radius: 20px;
    background: #0f172a;
    color: #fff;
    box-shadow: 0 20px 50px rgba(15, 23, 42, .18);
}

.corp-panel-label {
    color: #7dd3fc;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.corp-panel h3 {
    margin: 13px 0 14px;
    font-size: 28px;
    line-height: 1.3;
}

.corp-panel p {
    color: #cbd5e1;
    line-height: 1.8;
}

.corp-check-list {
    display: grid;
    gap: 17px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.corp-check-list li {
    position: relative;
    padding: 0 0 0 34px;
    color: #475569;
}

.corp-check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 1px;
    width: 23px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #dcfce7;
    color: #16a34a;
    font-size: 12px;
    font-weight: 800;
}

/* -------------------------
   PROCESS / OUR APPROACH
------------------------- */














/* -------------------------
   TRAINING FORMATS
------------------------- */
.corp-format-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.corp-format-card {
    padding: 28px 22px;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #fff;
    text-align: center;
}

.corp-format-card i {
    display: block;
    margin-bottom: 14px;
    color: #2563eb;
    font-size: 30px;
}

.corp-format-card h3 {
    margin-bottom: 7px;
    color: #0f172a;
    font-size: 17px;
}

.corp-format-card p {
    margin: 0;
    color: #64748b;
    font-size: 13px;
}

/* -------------------------
   WHO WE TRAIN
------------------------- */
.corp-audience-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.corp-audience-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 19px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #e2e8f0;
}

.corp-audience-item i {
    color: #2563eb;
}

.corp-audience-item span {
    color: #334155;
    font-weight: 600;
    font-size: 14px;
}

/* -------------------------
   CUSTOMIZED PROGRAM
------------------------- */
.corp-custom {
    position: relative;
    overflow: hidden;
    padding: 55px;
    border-radius: 22px;
    background:
        radial-gradient(circle at 90% 20%, rgba(59, 130, 246, .3), transparent 30%),
        linear-gradient(135deg, #0f172a, #172554);
}

.corp-custom-grid {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    gap: 50px;
    align-items: center;
}

.corp-custom h2 {
    margin-bottom: 14px;
    color: #fff;
    font-size: 2.2rem;
}

.corp-custom p {
    max-width: 720px;
    margin-bottom: 25px;
    color: #cbd5e1;
    line-height: 1.8;
}

.corp-custom-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 25px;
    list-style: none;
    margin: 0 0 25px;
    padding: 0;
}

.corp-custom-list li {
    color: #e2e8f0;
    font-size: 14px;
}

.corp-custom-list i {
    margin-right: 8px;
    color: #34d399;
}

.corp-custom-side {
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 16px;
    background: rgba(255, 255, 255, .05);
}

.corp-custom-side strong {
    display: block;
    margin-bottom: 10px;
    color: #fff;
    font-size: 19px;
}

.corp-custom-side span {
    color: #cbd5e1;
    font-size: 14px;
    line-height: 1.7;
}

/* -------------------------
   WHY CRYSTALSPIDERS
------------------------- */
.corp-why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.corp-why-card {
    padding: 28px;
    border-radius: 15px;
    background: #f8fafc;
}

.corp-why-card i {
    margin-bottom: 16px;
    color: #2563eb;
    font-size: 28px;
}

.corp-why-card h3 {
    margin-bottom: 8px;
    color: #0f172a;
    font-size: 18px;
}

.corp-why-card p {
    margin: 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.7;
}
/* -------------------------
   FAQ
------------------------- */
.corp-faq {
    max-width: 900px;
    margin: 0 auto;
}

.corp-faq details {
    margin-bottom: 12px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}

.corp-faq summary {
    position: relative;
    cursor: pointer;
    padding: 19px 50px 19px 20px;
    color: #0f172a;
    font-weight: 700;
    list-style: none;
}

.corp-faq summary::-webkit-details-marker {
    display: none;
}

.corp-faq summary::after {
    content: "+";
    position: absolute;
    right: 20px;
    color: #2563eb;
    font-size: 22px;
    font-weight: 400;
}

.corp-faq details[open] summary::after {
    content: "−";
}

.corp-faq details p {
    margin: 0;
    padding: 0 20px 20px;
    color: #64748b;
    line-height: 1.8;
}

/* -------------------------
   FINAL CTA
------------------------- */
.corp-final-cta {
    padding: 85px 0;
    background: #eff6ff;
}

.corp-final-box {
    padding: 60px 35px;
    border-radius: 22px;
    background: linear-gradient(135deg, #0f172a, #172554);
    text-align: center;
    box-shadow: 0 20px 55px rgba(15, 23, 42, .18);
}

.corp-final-box h2 {
    margin-bottom: 13px;
    color: #fff;
    font-size: clamp(2rem, 4vw, 3rem);
}

.corp-final-box p {
    max-width: 700px;
    margin: 0 auto 28px;
    color: #cbd5e1;
    line-height: 1.8;
}
/* =========================================================
   CORPORATE TRAINING BY TECHNOLOGY
   Professional category + course-card directory
========================================================= */

.corp-technology-seo-section {
    padding: 90px 0;
    background: #f8fafc;
}

.corp-technology-seo-section .corp-section-head {
    max-width: 900px;
    margin: 0 auto 50px;
    text-align: center;
}

.corp-technology-seo-section .corp-section-kicker {
    display: inline-block;
    margin-bottom: 12px;
    color: #2563eb;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.corp-technology-seo-section .corp-section-head h2 {
    margin: 0 0 16px;
    color: #0f172a;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
}

.corp-technology-seo-section .corp-section-head h2 span {
    color: #2563eb;
}

.corp-technology-seo-section .corp-section-head p {
    max-width: 800px;
    margin: 0 auto;
    color: #64748b;
    font-size: 15px;
    line-height: 1.8;
}

.corp-seo-links-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.corp-seo-link-group {
    position: relative;
    min-width: 0;
    padding: 26px 24px 24px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    box-shadow: 0 9px 28px rgba(15, 23, 42, 0.05);
    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}

.corp-seo-link-group:hover {
    transform: translateY(-3px);
    border-color: #bfdbfe;
    box-shadow: 0 15px 34px rgba(15, 23, 42, 0.08);
}

.corp-seo-link-group::before {
    content: "";
    display: block;
    width: 42px;
    height: 3px;
    margin-bottom: 17px;
    border-radius: 8px;
    background: #2563eb;
}

.corp-seo-group-icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    border-radius: 10px;
    background: #eff6ff;
    color: #2563eb;
    font-size: 19px;
}

.corp-seo-link-group h3 {
    margin: 0 0 18px;
    color: #0f172a;
    font-size: 19px;
    line-height: 1.35;
    font-weight: 700;
}

.corp-course-link-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.corp-seo-link-group a {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 56px;
    padding: 11px 34px 11px 14px;
    border: 1px solid #e5edf5;
    border-radius: 9px;
    background: #f8fafc;
    color: #334b63;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 500;
    text-decoration: none;
    transition:
        transform .2s ease,
        border-color .2s ease,
        background-color .2s ease,
        color .2s ease;
}

.corp-seo-link-group a::before {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    color: #2563eb;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 13px;
    line-height: 1;
    transform: translateY(-50%);
    transition: transform .2s ease;
}

.corp-seo-link-group a:hover {
    transform: translateY(-1px);
    color: #1d4ed8;
    border-color: #bfdbfe;
    background: #ffffff;
}

.corp-seo-link-group a:hover::before {
    transform: translate(3px, -50%);
}


/* =========================================================
   CORPORATE SEO CONTENT SECTION
========================================================= */

.corp-seo-content-section {
    padding: 90px 0;
    background: #f8fafc;
}


/* ---------------------------------------------------------
   CONTENT WRAPPER
--------------------------------------------------------- */

.corp-seo-content {
    max-width: 950px;
    margin: 0 auto;

    padding: 50px 60px;

    background: #ffffff;

    border: 1px solid #e2e8f0;
    border-radius: 16px;

    box-shadow: 0 10px 35px rgba(15, 23, 42, 0.05);
}


/* ---------------------------------------------------------
   SECTION KICKER
--------------------------------------------------------- */

.corp-seo-content .corp-section-kicker {
    display: inline-block;

    margin-bottom: 14px;

    color: #2563eb;

    font-size: 13px;
    font-weight: 700;

    letter-spacing: 1.5px;
    text-transform: uppercase;
}


/* ---------------------------------------------------------
   HEADING
--------------------------------------------------------- */

.corp-seo-content h2 {
    max-width: 800px;

    margin: 0 0 25px;

    color: #0f172a;

    font-size: 40px;
    line-height: 1.25;

    font-weight: 700;
}


/* Highlighted heading text */

.corp-seo-content h2 span {
    color: #2563eb;
}


/* ---------------------------------------------------------
   PARAGRAPHS
--------------------------------------------------------- */

.corp-seo-content p {
    max-width: 850px;

    margin: 0 0 20px;

    color: #475569;

    font-size: 16px;
    line-height: 1.85;
}


/* Remove margin from final paragraph */

.corp-seo-content p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   SUBTLE LEFT ACCENT
========================================================= */

.corp-seo-content {
    position: relative;
    overflow: hidden;
}

.corp-seo-content::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 4px;
    height: 100%;

    background: #2563eb;
}

/* =========================================================
   RESPONSIVE DESIGN
   Desktop: 5-column process
   Small desktop/tablet: 3 / 2 columns
   Mobile: 1 column
========================================================= */

@media (max-width: 1199px) {

    .corp-hero-grid {
        gap: 35px;
    }

    .corp-hero h1 {
        font-size: clamp(2.6rem, 5vw, 4rem);
    }

    .corp-value-section .corp-value-grid,
    .corp-value-strip .corp-value-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .corp-value-strip .corp-value-item:nth-child(2) {
        border-right: none;
    }

    .corp-value-strip .corp-value-item:nth-child(-n/**/+2) {
        border-bottom: 1px solid #e2e8f0;
    }

    .corp-tech-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .corp-format-grid,
    .corp-audience-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .corp-seo-links-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 1000px;
    }

    .corp-course-link-grid {
        grid-template-columns: 1fr;
    }

    .corp-seo-content-section {
        padding: 80px 0;
    }

    .corp-seo-content {
        width: 90%;
        max-width: 900px;
        padding: 45px 50px;
    }

    .corp-seo-content h2 {
        font-size: 38px;
    }

    /* Process: three columns */
    

    
}

@media (max-width: 900px) {

    .corp-section {
        padding: 75px 0;
    }

    .corp-hero {
        min-height: auto;
        padding: 75px 0;
    }

    .corp-hero-grid,
    .corp-two-col,
    .corp-custom-grid {
        grid-template-columns: 1fr;
    }

    .corp-hero-content {
        text-align: center;
    }

    .corp-eyebrow {
        justify-content: center;
    }

    .corp-hero h1 {
        max-width: 850px;
        margin-left: auto;
        margin-right: auto;
        font-size: 3.15rem;
    }

    .corp-hero-copy {
        margin-left: auto;
        margin-right: auto;
        font-size: 1.08rem;
    }

    .corp-hero-actions,
    .corp-hero-points {
        justify-content: center;
    }

    .corp-hero-visual {
        min-height: 340px;
        margin-top: 10px;
    }

    .corp-two-col {
        gap: 40px;
    }

    .corp-value-section {
        padding: 75px 0;
    }

    .corp-value-header {
        max-width: 720px;
        margin: 0 auto 45px;
    }

    .corp-value-header h2 {
        font-size: 36px;
    }

    .corp-value-header p {
        font-size: 17px;
        line-height: 1.75;
    }

    .corp-value-section .corp-value-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .corp-value-strip .corp-value-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0;
    }

    .corp-value-card {
        padding: 28px 24px;
    }

    .corp-value-icon {
        width: 55px;
        height: 55px;
        margin-bottom: 18px;
        font-size: 23px;
    }

    .corp-value-card h3 {
        font-size: 19px;
    }

    .corp-value-card p {
        font-size: 15px;
        line-height: 1.65;
    }

    .corp-custom {
        padding: 45px 35px;
    }

    .corp-custom-grid {
        gap: 30px;
    }

    .corp-technology-seo-section {
        padding: 75px 0;
    }

    .corp-technology-seo-section .corp-section-head {
        max-width: 720px;
        margin-bottom: 45px;
    }

    .corp-technology-seo-section .corp-section-head h2 {
        font-size: 36px;
    }

    .corp-technology-seo-section .corp-section-head p {
        font-size: 16px;
    }

    .corp-seo-links-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
        width: 90%;
    }

    .corp-seo-link-group {
        padding: 27px 23px;
    }

    .corp-seo-content-section {
        padding: 75px 0;
    }

    .corp-seo-content {
        width: 90%;
        padding: 40px 42px;
    }

    .corp-seo-content h2 {
        font-size: 34px;
        line-height: 1.3;
    }

    .corp-seo-content p {
        font-size: 15.5px;
        line-height: 1.8;
    }

    /* Process: two columns */
    

    

    
}

@media (max-width: 600px) {

    .corp-section {
        padding: 60px 0;
    }

    .corp-container,
    .corp-hero-grid {
        width: 92%;
    }

    .corp-hero {
        padding: 60px 0;
    }

    .corp-hero-grid {
        gap: 15px;
    }

    .corp-hero h1 {
        font-size: 2.35rem;
        line-height: 1.12;
        letter-spacing: -.7px;
    }

    .corp-hero-copy {
        font-size: 1rem;
        line-height: 1.7;
    }

    .corp-hero-actions {
        flex-direction: column;
        width: 100%;
        gap: 10px;
    }

    .corp-btn {
        width: 100%;
    }

    .corp-hero-points {
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }

    .corp-hero-visual {
        min-height: 280px;
        margin-top: 20px;
    }

    .corp-orbit {
        width: 260px;
        height: 260px;
    }

    .corp-core {
        width: 125px;
        height: 125px;
    }

    .corp-tech-node {
        min-width: 90px;
        padding: 10px 9px;
        font-size: 11px;
    }

    .corp-tech-node i {
        font-size: 17px;
    }

    .corp-node-1,
    .corp-node-3 {
        left: 0;
    }

    .corp-node-2,
    .corp-node-4 {
        right: 0;
    }

    .corp-value-strip {
        margin-top: 0;
        padding: 20px 0 0;
        background: #f8fafc;
    }

    .corp-value-section .corp-value-grid,
    .corp-tech-grid,
    .corp-format-grid,
    .corp-audience-grid,
    .corp-why-grid,
    .corp-seo-links-grid {
        grid-template-columns: 1fr;
    }

    .corp-value-section .corp-value-grid {
        gap: 16px;
    }

    .corp-value-strip .corp-value-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .corp-value-card {
        display: flex;
        align-items: flex-start;
        gap: 17px;
        padding: 24px 20px;
    }

    .corp-value-icon {
        flex-shrink: 0;
        width: 50px;
        height: 50px;
        margin-bottom: 0;
        border-radius: 10px;
        font-size: 21px;
    }

    .corp-value-card h3 {
        margin-bottom: 7px;
        font-size: 18px;
    }

    .corp-value-card p {
        font-size: 14px;
        line-height: 1.6;
    }

    .corp-value-strip .corp-value-item,
    .corp-value-strip .corp-value-item:nth-child(2) {
        border-right: none;
        border-bottom: 1px solid #e2e8f0;
    }

    .corp-value-strip .corp-value-item:last-child {
        border-bottom: none;
    }

    .corp-section-head {
        margin-bottom: 38px;
    }

    .corp-section-head h2 {
        font-size: 2rem;
    }

    .corp-section-head p {
        font-size: 15px;
    }

    .corp-tech-card {
        padding: 25px 22px;
    }

    .corp-tech-card p {
        min-height: auto;
    }

    .corp-custom {
        padding: 35px 24px;
    }

    .corp-custom-list {
        grid-template-columns: 1fr;
    }

    .corp-custom h2 {
        font-size: 1.9rem;
    }

    .corp-final-cta {
        padding: 60px 0;
    }

    .corp-final-box {
        padding: 45px 22px;
    }

    .corp-technology-seo-section {
        padding: 60px 0;
    }

    .corp-technology-seo-section .corp-section-head {
        width: 92%;
        margin-bottom: 35px;
    }

    .corp-technology-seo-section .corp-section-kicker {
        font-size: 12px;
        letter-spacing: 1.2px;
    }

    .corp-technology-seo-section .corp-section-head h2 {
        font-size: 29px;
        line-height: 1.25;
    }

    .corp-technology-seo-section .corp-section-head p {
        font-size: 15px;
        line-height: 1.7;
    }

    .corp-seo-links-grid {
        width: 92%;
        gap: 16px;
    }

    .corp-seo-link-group {
        padding: 22px 18px;
        border-radius: 12px;
    }

    .corp-seo-link-group h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .corp-course-link-grid {
        grid-template-columns: 1fr;
    }

    .corp-seo-link-group a {
        min-height: 54px;
        font-size: 14px;
    }

    .corp-seo-content-section {
        padding: 60px 0;
    }

    .corp-seo-content {
        width: 92%;
        padding: 32px 25px;
        border-radius: 13px;
    }

    .corp-seo-content::before {
        width: 3px;
    }

    .corp-seo-content .corp-section-kicker {
        font-size: 12px;
        letter-spacing: 1.2px;
    }

    .corp-seo-content h2 {
        font-size: 28px;
        line-height: 1.3;
        margin-bottom: 20px;
    }

    .corp-seo-content p {
        font-size: 14px;
        line-height: 1.75;
        margin-bottom: 18px;
    }

    /* Process: one column on mobile */
    

    

    

    

    

    
}

@media (max-width: 400px) {

    .corp-hero {
        padding: 50px 0;
    }

    .corp-hero h1 {
        font-size: 2rem;
    }

    .corp-eyebrow {
        font-size: 12px;
        letter-spacing: 1px;
    }

    .corp-hero-copy {
        font-size: .94rem;
    }

    .corp-value-section {
        padding: 50px 0;
    }

    .corp-value-header h2 {
        font-size: 26px;
    }

    .corp-value-header p {
        font-size: 14px;
    }

    .corp-value-card {
        padding: 20px 16px;
        gap: 13px;
    }

    .corp-value-icon {
        width: 44px;
        height: 44px;
        font-size: 18px;
    }

    .corp-value-card h3 {
        font-size: 17px;
    }

    .corp-value-card p {
        font-size: 13.5px;
    }

    .corp-tech-card {
        padding: 22px 18px;
    }

    .corp-custom {
        padding: 30px 18px;
    }

    .corp-technology-seo-section {
        padding: 50px 0;
    }

    .corp-technology-seo-section .corp-section-head h2 {
        font-size: 26px;
    }

    .corp-technology-seo-section .corp-section-head p {
        font-size: 14px;
    }

    .corp-seo-link-group {
        padding: 22px 17px;
    }

    .corp-seo-link-group h3 {
        font-size: 17px;
    }

    .corp-seo-link-group a {
        font-size: 13.5px;
    }

    .corp-seo-content-section {
        padding: 50px 0;
    }

    .corp-seo-content {
        width: 92%;
        padding: 28px 21px;
    }

    .corp-seo-content h2 {
        font-size: 25px;
    }

    .corp-seo-content p {
        font-size: 13.5px;
        line-height: 1.7;
    }
}

/* =========================================================
   CORPORATE TRAINING PROCESS
   Shared styling for both process sections
========================================================= */

.corp-section.corp-section-dark {
    padding: 85px 0;
    background: #0f172a;
    color: #ffffff;
}

.corp-section.corp-section-dark .corp-section-head {
    max-width: 900px;
    margin: 0 auto 52px;
    text-align: center;
}

.corp-section.corp-section-dark .corp-section-kicker {
    display: inline-block;
    margin-bottom: 12px;
    color: #60a5fa !important;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.corp-section.corp-section-dark .corp-section-head h2 {
    margin: 0 0 16px;
    color: #ffffff !important;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
}

.corp-section.corp-section-dark .corp-section-head h2 span {
    color: #60a5fa !important;
}

.corp-section.corp-section-dark .corp-section-head p {
    max-width: 820px;
    margin: 0 auto;
    color: #cbd5e1 !important;
    font-size: 17px;
    line-height: 1.8;
}













@media (min-width: 1200px) {
    
}

@media (max-width: 1199px) {
    .corp-section.corp-section-dark {
        padding: 75px 0;
    }

    

    

    .corp-section.corp-section-dark .corp-section-head h2 {
        font-size: 38px;
    }
}

@media (max-width: 900px) {
    .corp-section.corp-section-dark .corp-section-head {
        width: 92%;
        margin-bottom: 42px;
    }

    .corp-section.corp-section-dark .corp-section-head h2 {
        font-size: 36px;
    }

    .corp-section.corp-section-dark .corp-section-head p {
        font-size: 16px;
    }

    
}

@media (max-width: 600px) {
    .corp-section.corp-section-dark {
        padding: 60px 0;
    }

    .corp-section.corp-section-dark .corp-section-head {
        width: 92%;
        margin-bottom: 38px;
    }

    .corp-section.corp-section-dark .corp-section-kicker {
        font-size: 12px;
    }

    .corp-section.corp-section-dark .corp-section-head h2 {
        font-size: 29px;
        line-height: 1.25;
    }

    .corp-section.corp-section-dark .corp-section-head p {
        font-size: 15px;
        line-height: 1.7;
    }

    

    

    

    

    
}

@media (max-width: 400px) {
    .corp-section.corp-section-dark .corp-section-head h2 {
        font-size: 27px;
    }

    
}

/* =========================================================
   CORPORATE TRAINING PROCESS
   Shared styling for:
   - Our Approach
   - Our Training Process

   Both sections intentionally use the same CSS.
   The horizontal line has been removed.
========================================================= */

.corp-section.corp-section-dark {
    padding: 85px 0;
    background: #0f172a;
    color: #ffffff;
}

.corp-section.corp-section-dark .corp-section-head {
    max-width: 900px;
    margin: 0 auto 52px;
    text-align: center;
}

.corp-section.corp-section-dark .corp-section-kicker {
    display: inline-block;
    margin-bottom: 12px;
    color: #60a5fa !important;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.corp-section.corp-section-dark .corp-section-head h2 {
    margin: 0 0 16px;
    color: #ffffff !important;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
}

.corp-section.corp-section-dark .corp-section-head h2 span {
    color: #60a5fa !important;
}

.corp-section.corp-section-dark .corp-section-head p {
    max-width: 820px;
    margin: 0 auto;
    color: #cbd5e1 !important;
    font-size: 17px;
    line-height: 1.8;
}

/* ---------------------------------------------------------
   PROCESS CARDS
   auto-fit keeps 5 cards in one row for the 5-step section
   and 4 cards in one row for the 4-step section.
--------------------------------------------------------- */

.corp-section.corp-section-dark .corp-process {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

/* No horizontal line behind the process cards. */
.corp-section.corp-section-dark .corp-process::before {
    display: none !important;
    content: none !important;
}

/* ---------------------------------------------------------
   PROCESS CARD
--------------------------------------------------------- */

.corp-section.corp-section-dark .corp-process-step {
    position: relative;
    z-index: 1;
    min-width: 0;
    min-height: 190px;
    padding: 62px 20px 24px;
    text-align: center;
    background: #172033 !important;
    border: 1px solid rgba(148, 163, 184, 0.20);
    border-radius: 15px;
    box-sizing: border-box;
}

/* ---------------------------------------------------------
   STEP NUMBER
--------------------------------------------------------- */

.corp-section.corp-section-dark .corp-step-number {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 3;

    width: 50px;
    height: 50px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0;
    transform: translateX(-50%);

    border-radius: 50%;
    background: #2563eb;
    color: #ffffff !important;

    font-size: 15px;
    line-height: 1;
    font-weight: 700;

    box-shadow: 0 8px 22px rgba(37, 99, 235, 0.25);
}

/* ---------------------------------------------------------
   STEP HEADING
--------------------------------------------------------- */

.corp-section.corp-section-dark .corp-process-step h3 {
    margin: 20px 0 10px;
    color: #ffffff !important;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 700;
}

/* ---------------------------------------------------------
   STEP DESCRIPTION
--------------------------------------------------------- */

.corp-section.corp-section-dark .corp-process-step p {
    max-width: 260px;
    margin: 0 auto;
    color: #cbd5e1 !important;
    font-size: 13px;
    line-height: 1.7;
}

/* Blue arrows between cards only; no horizontal line. */
@media (min-width: 1200px) {
    .corp-section.corp-section-dark .corp-process-step:not(:last-child)::after {
        content: "→";
        position: absolute;
        top: 50%;
        right: -17px;
        z-index: 4;
        transform: translateY(-50%);
        color: #60a5fa;
        font-size: 21px;
        line-height: 1;
        font-weight: 700;
    }
}

/* ---------------------------------------------------------
   SMALL DESKTOP
--------------------------------------------------------- */

@media (max-width: 1199px) {
    .corp-section.corp-section-dark {
        padding: 75px 0;
    }

    .corp-section.corp-section-dark .corp-process {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 24px;
        width: 92%;
        max-width: 1000px;
    }

    .corp-section.corp-section-dark .corp-process-step:not(:last-child)::after {
        display: none;
    }

    .corp-section.corp-section-dark .corp-section-head h2 {
        font-size: 38px;
    }
}

/* ---------------------------------------------------------
   TABLET
--------------------------------------------------------- */

@media (max-width: 900px) {
    .corp-section.corp-section-dark .corp-section-head {
        width: 92%;
        margin-bottom: 42px;
    }

    .corp-section.corp-section-dark .corp-section-head h2 {
        font-size: 36px;
    }

    .corp-section.corp-section-dark .corp-section-head p {
        font-size: 16px;
    }

    .corp-section.corp-section-dark .corp-process {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }
}

/* ---------------------------------------------------------
   MOBILE
--------------------------------------------------------- */

@media (max-width: 600px) {
    .corp-section.corp-section-dark {
        padding: 60px 0;
    }

    .corp-section.corp-section-dark .corp-section-head {
        width: 92%;
        margin-bottom: 38px;
    }

    .corp-section.corp-section-dark .corp-section-kicker {
        font-size: 12px;
    }

    .corp-section.corp-section-dark .corp-section-head h2 {
        font-size: 29px;
        line-height: 1.25;
    }

    .corp-section.corp-section-dark .corp-section-head p {
        font-size: 15px;
        line-height: 1.7;
    }

    .corp-section.corp-section-dark .corp-process {
        grid-template-columns: 1fr;
        gap: 18px;
        width: 92%;
    }

    .corp-section.corp-section-dark .corp-process-step {
        min-height: auto;
        padding: 62px 20px 24px;
    }

    .corp-section.corp-section-dark .corp-process-step:not(:last-child)::after {
        display: none;
    }
}

/* ---------------------------------------------------------
   SMALL MOBILE
--------------------------------------------------------- */

@media (max-width: 400px) {
    .corp-section.corp-section-dark .corp-section-head h2 {
        font-size: 27px;
    }

    .corp-section.corp-section-dark .corp-process-step {
        padding-left: 17px;
        padding-right: 17px;
    }
}
