/* Web mẫu 13 — Workforce Development */
:root {
    --ink: #17212b;
    --muted: #5d6b78;
    --paper: #f6f1e8;
    --panel: #ffffff;
    --navy: #173a5e;
    --teal: #0f766e;
    --gold: #d39a2c;
    --line: #d8d2c7;
    --shadow: 0 22px 55px rgba(23, 33, 43, 0.12);
    --radius: 24px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.65;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
}

.container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(246, 241, 232, 0.96);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(14px);
}

.header-inner {
    min-height: 84px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.cc1220b7783 {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
}

.cc1220b7783 img {
    width: 52px;
    height: 52px;
    object-fit: contain;
    border-radius: 14px;
    background: #ffffff;
    padding: 6px;
    border: 1px solid var(--line);
}

.brand-copy {
    min-width: 0;
}

.brand-name {
    display: block;
    color: var(--navy);
    font-size: clamp(1.05rem, 2vw, 1.4rem);
    font-weight: 900;
    letter-spacing: -0.02em;
    overflow-wrap: anywhere;
}

.brand-tagline {
    display: block;
    color: var(--muted);
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.nav-toggle {
    display: none;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 14px;
    color: #ffffff;
    background: var(--navy);
    font-size:0.95rem;
    cursor: pointer;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 8px;
}

.site-nav a {
    padding: 11px 14px;
    border-radius: 999px;
    color: var(--navy);
    text-decoration: none;
    font-weight: 800;
}

.site-nav a:hover,
.site-nav a.active {
    color: #ffffff;
    background: var(--navy);
}

.c9b4799c9c2 {
    padding: 68px 0 44px;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 34px;
    align-items: stretch;
}

.hero-copy {
    position: relative;
    overflow: hidden;
    padding: clamp(32px, 5vw, 68px);
    color: #ffffff;
    background: var(--navy);
    border-radius: 34px;
    box-shadow: var(--shadow);
}

.hero-copy::after {
    content: "";
    position: absolute;
    width: 240px;
    height: 240px;
    right: -85px;
    bottom: -95px;
    border-radius: 50%;
    border: 38px solid rgba(255, 255, 255, 0.08);
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    color: var(--gold);
    font-size: 0.82rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.14em;
}

.eyebrow::before {
    content: "";
    width: 34px;
    height: 3px;
    background: currentColor;
}

.c9b4799c9c2 h1,
.page-hero h1 {
    margin: 0 0 22px;
    font-size: clamp(2.45rem, 6vw, 5.6rem);
    line-height: 0.98;
    letter-spacing: -0.055em;
    overflow-wrap: anywhere;
}

.organization-name {
    color: #ffffff;
    text-shadow: 0 3px 0 rgba(0, 0, 0, 0.16);
}

.hero-copy p {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, 0.87);
    font-size: 1.08rem;
}

.button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 12px 20px;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 900;
}

.button-primary {
    color: var(--ink);
    background: var(--gold);
}

.button-secondary {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.38);
}

.hero-visual {
    position: relative;
    min-height: 520px;
    overflow: hidden;
    border-radius: 34px;
    box-shadow: var(--shadow);
}

.hero-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-badge {
    position: absolute;
    right: 22px;
    bottom: 22px;
    max-width: 290px;
    padding: 20px;
    color: #ffffff;
    background: rgba(15, 118, 110, 0.94);
    border-radius: 20px;
}

.hero-badge strong {
    display: block;
    margin-bottom: 5px;
    font-size: 1.15rem;
}

.section {
    padding: 72px 0;
}

.section-heading {
    display: grid;
    grid-template-columns: 0.75fr 1.25fr;
    gap: 30px;
    margin-bottom: 34px;
    align-items: end;
}

.section-heading h2 {
    margin: 0;
    color: var(--navy);
    font-size: clamp(2rem, 4vw, 3.6rem);
    line-height: 1.03;
    letter-spacing: -0.04em;
}

.section-heading p {
    margin: 0;
    color: var(--muted);
    font-size: 1.04rem;
}

.pathway-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.pathway-card {
    overflow: hidden;
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: 0 12px 32px rgba(23, 33, 43, 0.07);
}

.pathway-card img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.pathway-card-content {
    padding: 24px;
}

.pathway-number {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    border-radius: 12px;
    color: #ffffff;
    background: var(--teal);
    font-weight: 900;
}

.pathway-card h3 {
    margin: 0 0 10px;
    color: var(--navy);
    font-size: 1.35rem;
}

.pathway-card p {
    margin: 0;
    color: var(--muted);
}

.split-panel {
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    background: var(--panel);
    border-radius: 30px;
    box-shadow: var(--shadow);
}

.split-panel img {
    width: 100%;
    height: 100%;
    min-height: 430px;
    object-fit: cover;
}

.split-content {
    padding: clamp(30px, 5vw, 62px);
}

.split-content h2 {
    margin: 0 0 18px;
    color: var(--navy);
    font-size: clamp(2rem, 4vw, 3.3rem);
    line-height: 1.08;
}

.split-content p {
    color: var(--muted);
}

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

.check-list li {
    position: relative;
    padding-left: 30px;
}

.check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--teal);
    font-weight: 900;
}

.stats-band {
    color: #ffffff;
    background: var(--teal);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    background: rgba(255, 255, 255, 0.25);
}

.stat {
    padding: 34px 24px;
    background: var(--teal);
}

.stat strong {
    display: block;
    margin-bottom: 6px;
    font-size: 2rem;
}

.page-hero {
    padding: 64px 0 46px;
}

.page-hero-box {
    position: relative;
    overflow: hidden;
    padding: clamp(34px, 6vw, 78px);
    color: #ffffff;
    background: linear-gradient(135deg, var(--navy), #245786);
    border-radius: 34px;
}

.page-hero-box::after {
    content: "";
    position: absolute;
    inset: auto -80px -100px auto;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(211, 154, 44, 0.22);
}

.page-hero p {
    max-width: 800px;
    margin: 0;
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.08rem;
}

.content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
    gap: 28px;
    align-items: start;
}

.article-card,
.sidebar-card,
.contact-card,
.form-card {
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: 0 12px 32px rgba(23, 33, 43, 0.06);
}

.article-card {
    padding: clamp(28px, 4vw, 52px);
}

.article-card h2,
.article-card h3,
.sidebar-card h3,
.contact-card h3,
.form-card h2 {
    color: var(--navy);
}

.article-card h2 {
    margin-top: 0;
    font-size: 2rem;
}

.article-card img {
    width: 100%;
    margin: 26px 0;
    border-radius: 20px;
    aspect-ratio: 16 / 8;
    object-fit: cover;
}

.sidebar-stack {
    display: grid;
    gap: 18px;
}

.sidebar-card {
    padding: 24px;
}

.sidebar-card h3 {
    margin-top: 0;
}

.sidebar-card p {
    color: var(--muted);
}

.info-list {
    display: grid;
    gap: 14px;
    margin: 0;
}

.info-list div {
    padding-bottom: 14px;
    border-bottom: 1px solid var(--line);
}

.info-list div:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.info-list dt {
    color: var(--muted);
    font-size: 0.8rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.09em;
}

.info-list dd {
    margin: 4px 0 0;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.governance-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.governance-card {
    padding: 28px;
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: var(--radius);
}

.governance-card img {
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-bottom: 20px;
    border-radius: 17px;
    object-fit: cover;
}

.contact-layout {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 24px;
}

.contact-stack {
    display: grid;
    gap: 18px;
}

.contact-card,
.form-card {
    padding: 28px;
}

.contact-card strong {
    display: block;
    margin-bottom: 5px;
    color: var(--navy);
}

.contact-card a,
.contact-card span {
    overflow-wrap: anywhere;
}

form {
    display: grid;
    gap: 16px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

label {
    display: grid;
    gap: 7px;
    color: var(--navy);
    font-weight: 800;
}

input,
textarea {
    width: 100%;
    padding: 14px 15px;
    color: var(--ink);
    background: #ffffff;
    border: 1px solid #c8c2b6;
    border-radius: 12px;
    font: inherit;
}

textarea {
    min-height: 150px;
    resize: vertical;
}

.submit-button {
    min-height: 50px;
    border: 0;
    border-radius: 14px;
    color: #ffffff;
    background: var(--teal);
    font: inherit;
    font-weight: 900;
    cursor: pointer;
}

.map-frame {
    width: 100%;
    min-height: 390px;
    margin-top: 24px;
    border: 0;
    border-radius: var(--radius);
}

.site-footer {
    margin-top: 72px;
    color: rgba(255, 255, 255, 0.82);
    background: var(--ink);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr 0.8fr;
    gap: 28px;
    padding: 48px 0;
}

.footer-name {
    display: block;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 900;
    overflow-wrap: anywhere;
}

.footer-title {
    margin: 0 0 12px;
    color: var(--gold);
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.footer-links {
    display: grid;
    gap: 8px;
}

.footer-links a {
    text-decoration: none;
}

.footer-bottom {
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    font-size: 0.9rem;
}

@media (max-width: 920px) {
    .nav-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .site-nav {
        position: absolute;
        top: 84px;
        left: 20px;
        right: 20px;
        display: none;
        padding: 14px;
        flex-direction: column;
        align-items: stretch;
        background: #ffffff;
        border: 1px solid var(--line);
        border-radius: 18px;
        box-shadow: var(--shadow);
    }

    .site-nav.open {
        display: flex;
    }

    .site-nav a {
        width: 100%;
    }

    .hero-grid,
    .split-panel,
    .content-grid,
    .contact-layout {
        grid-template-columns: 1fr;
    }

    .hero-visual {
        min-height: 430px;
    }

    .section-heading {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .pathway-grid {
        grid-template-columns: 1fr 1fr;
    }

    .stats-grid {
        grid-template-columns: 1fr 1fr;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 620px) {
    .container {
        width: min(100% - 28px, 1180px);
    }

    .header-inner {
        min-height: 74px;
    }

    .cc1220b7783 img {
        width: 44px;
        height: 44px;
    }

    .brand-tagline {
        display: none;
    }

    .site-nav {
        top: 74px;
        left: 14px;
        right: 14px;
    }

    .c9b4799c9c2 {
        padding-top: 34px;
    }

    .hero-copy,
    .hero-visual,
    .page-hero-box {
        border-radius: 24px;
    }

    .hero-visual {
        min-height: 340px;
    }

    .hero-badge {
        left: 14px;
        right: 14px;
        bottom: 14px;
        max-width: none;
    }

    .button-row,
    .button {
        width: 100%;
    }

    .pathway-grid,
    .governance-grid,
    .stats-grid,
    .footer-grid,
    .form-row {
        grid-template-columns: 1fr;
    }

    .section {
        padding: 52px 0;
    }

    .split-panel img {
        min-height: 300px;
    }

    .article-card,
    .sidebar-card,
    .contact-card,
    .form-card,
    .governance-card {
        padding: 22px;
    }

    .map-frame {
        min-height: 320px;
    }
}

/* Long organization-name safeguard */
.organization-name {
    display: inline;
    font-size: clamp(1.8rem, 3.8vw, 3.35rem);
    line-height: 1.08;
    letter-spacing: -0.035em;
    overflow-wrap: anywhere;
    word-break: normal;
    hyphens: auto;
}

@media (max-width: 620px) {
    .organization-name {
        font-size: clamp(1.55rem, 8.5vw, 2.35rem);
        line-height: 1.12;
    }
}
