body a{
    text-decoration: none;
}
.box1_0{
    width: 100%;
    padding: 40px 0;
}

.bg-1{
    background: linear-gradient(180deg, #f6f9ff 0%, #eef3ff 100%);
}

.box1_1{
    max-width: 1160px;
    margin: 30px auto 0 auto;
}
.winsbs-held-hero {
    font-family: 'Karla', sans-serif;
    padding: 110px 24px;
    background: transparent;
    color: #0f172a;
}

.winsbs-held-hero .hero-wrap {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 80px;
    align-items: center;
}

.winsbs-held-hero .hero-kicker {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #1851e0;
    margin-bottom: 30px;
}

.winsbs-held-hero .hero-kicker::after {
    content: "";
    width: 50px;
    height: 1px;
    background: rgba(24, 81, 224, 0.3);
}

.winsbs-held-hero h1 {
    margin: 0 0 28px;
    font-size: 54px;
    line-height: 1.04;
    font-weight: 800;
    letter-spacing: -0.04em;
    color: #0f172a;
}

.winsbs-held-hero .hero-subhead {
    font-size: 22px;
    line-height: 1.45;
    font-weight: 600;
    color: #334155;
    max-width: 620px;
    margin-bottom: 36px;
}

.winsbs-held-hero .hero-intro {
    font-size: 16px;
    line-height: 1.85;
    color: #64748b;
    max-width: 660px;
    border-left: 3px solid #1851e0;
    padding-left: 28px;
}

.winsbs-held-hero .hero-intro strong {
    color: #0f172a;
    font-weight: 700;
}

.winsbs-held-hero .hero-visual {
    width: 100%;
    aspect-ratio: 16 / 10;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow:
            0 20px 40px -10px rgba(15, 23, 42, 0.1),
            0 10px 20px -15px rgba(15, 23, 42, 0.05);
}

.winsbs-held-hero .hero-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.winsbs-held-decision {
    font-family: 'Karla', sans-serif;
    padding: 120px 24px;
    color: #0f172a;
    border-top: 1px solid #e5e7eb;
}

.winsbs-held-decision .decision-wrap {
    max-width: 1200px;
    margin: 0 auto;
}

/* ===== Header ===== */
.winsbs-held-decision .decision-header {
    max-width: 860px;
    margin-bottom: 80px;
}

.winsbs-held-decision h2 {
    font-size: 46px;
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -0.04em;
    margin: 0 0 28px;
    color: #0f172a;
}

.winsbs-held-decision .decision-intro {
    font-size: 19px;
    line-height: 1.7;
    color: #475569;
}

.winsbs-held-decision .decision-intro strong {
    color: #0f172a;
    font-weight: 700;
}

/* ===== Decision Grid ===== */
.winsbs-held-decision .decision-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
}

.winsbs-held-decision .decision-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    padding: 40px 32px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.winsbs-held-decision .decision-card:hover {
    transform: translateY(-6px);
    border-color: #1851e0;
    box-shadow: 0 20px 40px -12px rgba(15, 23, 42, 0.08);
}

.winsbs-held-decision .decision-label {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #1851e0;
    margin-bottom: 18px;
    display: block;
}

.winsbs-held-decision .decision-card strong {
    display: block;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.03em;
    margin-bottom: 14px;
    color: #0f172a;
    line-height: 1.25;
}

.winsbs-held-decision .decision-card p {
    font-size: 15.5px;
    line-height: 1.7;
    color: #64748b;
    margin: 0;
}

/* ===== Outcome Note ===== */
.winsbs-held-decision .decision-note {
    margin-top: 90px;
    max-width: 900px;
    padding: 30px 34px;
    background: rgba(24, 81, 224, 0.04);
    border-left: 4px solid #1851e0;
    border-radius: 0 4px 4px 0;
    font-size: 16px;
    line-height: 1.8;
    color: #334155;
}

.winsbs-held-decision .decision-note strong {
    color: #0f172a;
    font-weight: 700;
}

.winsbs-held-why {
    font-family: 'Karla', sans-serif;
    padding: 120px 24px;
    background: transparent;
    color: #0f172a;
    border-top: 1px solid #e5e7eb;
}

.winsbs-held-why .why-wrap {
    max-width: 1200px;
    margin: 0 auto;
}

/* ===== Header ===== */
.winsbs-held-why .why-header {
    max-width: 860px;
    margin-bottom: 80px;
}

.winsbs-held-why h2 {
    font-size: 44px;
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -0.04em;
    margin: 0 0 26px;
    color: #0f172a;
}

.winsbs-held-why .why-intro {
    font-size: 18px;
    line-height: 1.7;
    color: #475569;
}

.winsbs-held-why .why-intro strong {
    color: #0f172a;
    font-weight: 700;
}

/* ===== Reason Grid ===== */
.winsbs-held-why .reason-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}

.winsbs-held-why .reason-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    padding: 36px 28px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.winsbs-held-why .reason-card:hover {
    transform: translateY(-6px);
    border-color: #1851e0;
    box-shadow: 0 20px 40px -12px rgba(15, 23, 42, 0.08);
}

.winsbs-held-why .reason-label {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #1851e0;
    margin-bottom: 14px;
    display: block;
}

.winsbs-held-why .reason-card strong {
    display: block;
    font-size: 19px;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #0f172a;
    margin-bottom: 12px;
    line-height: 1.25;
}

.winsbs-held-why .reason-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #64748b;
    margin: 0;
}

/* ===== Insight ===== */
.winsbs-held-why .why-insight {
    margin-top: 90px;
    max-width: 900px;
    padding: 32px 36px;
    background: rgba(24, 81, 224, 0.04);
    border-left: 4px solid #1851e0;
    border-radius: 0 4px 4px 0;
    font-size: 16px;
    line-height: 1.8;
    color: #334155;
}

.winsbs-held-why .why-insight strong {
    color: #0f172a;
    font-weight: 700;
}

.winsbs-held-assessment {
    font-family: 'Karla', sans-serif;
    padding: 120px 24px;
    color: #0f172a;
    border-top: 1px solid #e5e7eb;
}

.winsbs-held-assessment .assessment-wrap {
    max-width: 1200px;
    margin: 0 auto;
}

/* ===== Header ===== */
.winsbs-held-assessment .assessment-header {
    max-width: 920px;
    margin-bottom: 90px;
}

.winsbs-held-assessment h2 {
    font-size: 44px;
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -0.04em;
    margin: 0 0 26px;
    color: #0f172a;
}

.winsbs-held-assessment .assessment-intro {
    font-size: 18px;
    line-height: 1.7;
    color: #475569;
}

.winsbs-held-assessment .assessment-intro strong {
    color: #0f172a;
    font-weight: 700;
}

/* ===== Assessment Grid ===== */
.winsbs-held-assessment .assessment-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.winsbs-held-assessment .assessment-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    padding: 40px 32px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.winsbs-held-assessment .assessment-card:hover {
    transform: translateY(-6px);
    border-color: #1851e0;
    box-shadow: 0 20px 40px -12px rgba(15, 23, 42, 0.08);
}

.winsbs-held-assessment .assessment-label {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #1851e0;
    margin-bottom: 16px;
    display: block;
}

.winsbs-held-assessment .assessment-card strong {
    display: block;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.03em;
    margin-bottom: 14px;
    color: #0f172a;
    line-height: 1.25;
}

.winsbs-held-assessment .assessment-card p {
    font-size: 15.5px;
    line-height: 1.75;
    color: #64748b;
    margin: 0;
}

/* ===== Outcome Framing ===== */
.winsbs-held-assessment .assessment-outcome {
    margin-top: 90px;
    max-width: 920px;
    padding: 32px 36px;
    background: rgba(15, 23, 42, 0.03);
    border-left: 4px solid #0f172a;
    border-radius: 0 4px 4px 0;
    font-size: 16px;
    line-height: 1.8;
    color: #334155;
}

.winsbs-held-assessment .assessment-outcome strong {
    color: #0f172a;
    font-weight: 700;
}

.winsbs-held-boundaries {
    font-family: 'Karla', sans-serif;
    padding: 120px 24px;
    color: #0f172a;
    border-top: 1px solid #e5e7eb;
}

.winsbs-held-boundaries .boundaries-wrap {
    max-width: 1200px;
    margin: 0 auto;
}

/* ===== Header ===== */
.winsbs-held-boundaries .boundaries-header {
    max-width: 920px;
    margin-bottom: 90px;
}

.winsbs-held-boundaries h2 {
    font-size: 44px;
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -0.04em;
    margin: 0 0 26px;
    color: #0f172a;
}

.winsbs-held-boundaries .boundaries-intro {
    font-size: 18px;
    line-height: 1.7;
    color: #475569;
}

.winsbs-held-boundaries .boundaries-intro strong {
    color: #0f172a;
    font-weight: 700;
}

/* ===== Grid ===== */
.winsbs-held-boundaries .boundaries-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
}

.winsbs-held-boundaries .boundary-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    padding: 44px 40px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.winsbs-held-boundaries .boundary-card.assessed:hover {
    border-color: #1851e0;
    box-shadow: 0 20px 40px -12px rgba(24, 81, 224, 0.08);
}

.winsbs-held-boundaries .boundary-card.not-assessed:hover {
    border-color: #b91c1c;
    box-shadow: 0 20px 40px -12px rgba(185, 28, 28, 0.06);
}

.winsbs-held-boundaries .boundary-card h3 {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin: 0 0 30px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.winsbs-held-boundaries .boundary-card.assessed h3 { color: #1851e0; }
.winsbs-held-boundaries .boundary-card.not-assessed h3 { color: #b91c1c; }

.winsbs-held-boundaries .boundary-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.winsbs-held-boundaries .boundary-list li {
    font-size: 16px;
    line-height: 1.65;
    color: #475569;
    margin-bottom: 24px;
    padding-left: 32px;
    position: relative;
}

.winsbs-held-boundaries .boundary-list li:last-child { margin-bottom: 0; }

.winsbs-held-boundaries .boundary-list li strong {
    display: block;
    font-size: 17px;
    color: #0f172a;
    margin-bottom: 6px;
}

.winsbs-held-boundaries .boundary-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 14px;
    height: 14px;
    border-radius: 3px;
}

.winsbs-held-boundaries .boundary-list.assessed li::before {
    background: rgba(24, 81, 224, 0.12);
    border: 2px solid #1851e0;
}

.winsbs-held-boundaries .boundary-list.not-assessed li::before {
    background: rgba(185, 28, 28, 0.12);
    border: 2px solid #b91c1c;
}

/* ===== Note ===== */
.winsbs-held-boundaries .boundaries-note {
    margin-top: 90px;
    max-width: 900px;
    padding: 30px 34px;
    background: rgba(15, 23, 42, 0.04);
    border-left: 4px solid #0f172a;
    border-radius: 0 4px 4px 0;
    font-size: 16px;
    line-height: 1.8;
    color: #334155;
}

.winsbs-held-boundaries .boundaries-note strong {
    color: #0f172a;
    font-weight: 700;
}

.winsbs-held-cta {
    font-family: 'Karla', sans-serif;
    padding: 140px 24px;
    background: #0f172a;
    color: #ffffff;
}

.winsbs-held-cta .cta-wrap {
    max-width: 980px;
    margin: 0 auto;
    text-align: left;
}

/* ===== Heading ===== */
.winsbs-held-cta h2 {
    font-size: 46px;
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -0.04em;
    margin: 0 0 28px;
    color: #ffffff;
}

.winsbs-held-cta h2 span {
    display: block;
    color: #93c5fd;
    margin-top: 6px;
}

/* ===== Copy ===== */
.winsbs-held-cta .cta-copy {
    font-size: 18px;
    line-height: 1.75;
    color: #cbd5f5;
    max-width: 780px;
    margin-bottom: 52px;
}

.winsbs-held-cta .cta-copy strong {
    color: #ffffff;
    font-weight: 700;
}

/* ===== CTA Box ===== */
.winsbs-held-cta .cta-box {
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
    align-items: flex-start;
}

.winsbs-held-cta .cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 36px;
    background: #1851e0;
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.25s ease, transform 0.25s ease;
    white-space: nowrap;
}

.winsbs-held-cta .cta-button:hover {
    background: #1d4ed8;
    transform: translateY(-2px);
}

.winsbs-held-cta .cta-note {
    font-size: 14px;
    line-height: 1.65;
    color: #c7d2fe;
    max-width: 560px;
}

@media (max-width: 900px) {
    .winsbs-held-hero {
        padding: 60px 20px;
    }

    .winsbs-held-hero .hero-wrap {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .winsbs-held-hero h1 {
        font-size: 38px;
    }

    .winsbs-held-hero .hero-subhead {
        font-size: 18px;
    }

    .winsbs-held-hero .hero-intro {
        padding-left: 20px;
    }

    .winsbs-held-cta {
        padding: 100px 24px;
    }

    .winsbs-held-cta h2 {
        font-size: 34px;
    }

    .winsbs-held-cta .cta-box {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 1024px) {
    .winsbs-held-decision {
        padding: 80px 24px;
    }

    .winsbs-held-decision h2 {
        font-size: 34px;
    }

    .winsbs-held-decision .decision-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .winsbs-held-why {
        padding: 80px 24px;
    }

    .winsbs-held-why h2 {
        font-size: 34px;
    }

    .winsbs-held-why .reason-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .winsbs-held-assessment {
        padding: 80px 24px;
    }

    .winsbs-held-assessment h2 {
        font-size: 34px;
    }

    .winsbs-held-assessment .assessment-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .winsbs-held-boundaries {
        padding: 80px 24px;
    }

    .winsbs-held-boundaries h2 {
        font-size: 34px;
    }

    .winsbs-held-boundaries .boundaries-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .winsbs-held-boundaries .boundary-card {
        padding: 32px 24px;
    }
}