body a{
    text-decoration: none;
}
.box1_0{
    width: 100%;
}

.bg-1{
    background: linear-gradient(180deg, #f6f9ff 0%, #eef3ff 100%);
}

.box1_1{
    max-width: 1160px;
    margin: 30px auto 0 auto;
}

/* ================= Base ================= */
.winsbs-hero {
    font-family: 'Karla', sans-serif;
    border-bottom: 1px solid #e5e7eb;
    padding: 72px 0 56px;
    color: #0f172a;
}

.winsbs-hero * { box-sizing: border-box; }

.winsbs-hero .container {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 16px;
}

/* ================= Layout ================= */
.hero-grid {
    display: grid;
    grid-template-columns: 1.25fr 0.75fr;
    gap: 32px;
    align-items: center;
}

/* ================= Left ================= */
.hero-copy { text-align: center; }

h1 {
    margin: 0 0 14px;
    font-size: 44px;
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.subtitle {
    margin: 0 0 14px;
    font-size: 22px;
    font-weight: 700;
    color: #1851e0;
}

.desc {
    margin: 0 auto 20px;
    max-width: 760px;
    font-size: 16px;
    line-height: 1.7;
    color: #334155;
}

/* ================= CTA ================= */
.cta-group {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 22px;
}

.btn {
    height: 44px;
    min-width: 220px;
    padding: 0 18px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    cursor: pointer;
    text-decoration: none;
}

.btn-primary {
    background: #1851e0;
    border-color: #1851e0;
    color: #ffffff;
}

.btn-secondary {
    background: #ffffff;
    border-color: #e5e7eb;
    color: #0f172a;
}

/* ================= Trust ================= */
.trust-list {
    max-width: 820px;
    margin: 0 auto;
    display: grid;
    gap: 6px;
    text-align: left;
}

.trust-item {
    display: flex;
    gap: 10px;
    font-size: 15px;
    color: #334155;
}

.check {
    width: 16px;
    height: 16px;
    border-radius: 4px;
    background: #eaf0ff;
    border: 1px solid rgba(24, 81, 224, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3px;
}

.check svg { width: 11px; height: 11px; fill: #1851e0; }

/* ================= Right Proof Table ================= */
.proof-table {
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    background: #ffffff;
    overflow: hidden;
    height: 380px;
    display: flex;
    flex-direction: column;
}

.proof-header {
    padding: 12px 14px;
    border-bottom: 1px solid #e5e7eb;
    background: #f8fafc;
    font-size: 16px;
    font-weight: 800;
    color: #05ce78;
}

.proof-body {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    padding: 12px;
    flex: 1;
}

.proof-col {
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.proof-col-title {
    padding: 8px 10px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    background: #f8fbff;
    border-bottom: 1px solid #e5e7eb;
}

.marquee {
    position: relative;
    overflow: hidden;
    flex: 1;
}

.marquee-track {
    display: flex;
    flex-direction: column;
    animation: scroll-up 24s linear infinite;
}

.marquee-track.fast { animation-duration: 16s; }
.marquee-track.slow { animation-duration: 30s; }

.marquee-content {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 12px;
}

.carrier {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-height: 34px;
    font-size: 13px;
    font-weight: 700;
    color: #334155;
    line-height: 1.25;
}

.discount {
    font-size: 12px;
    font-weight: 700;
    color: #1851e0;
}

.winsbs-risk {
    padding: 72px 0;
    font-family: 'Karla', sans-serif;
    color: #0f172a;
}

.winsbs-risk .container {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 16px;
}

.winsbs-risk h2 {
    margin: 0 0 18px;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-align: center;
}

.winsbs-risk .intro {
    max-width: 820px;
    margin: 0 auto 36px;
    font-size: 16px;
    line-height: 1.7;
    color: #334155;
    text-align: center;
}

.risk-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.risk-item {
    border-top: 2px solid #e5e7eb;
    padding-top: 18px;
}

.risk-item h3 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.risk-item p {
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
    color: #475569;
}

.winsbs-plan {
    padding: 72px 0;
    font-family: 'Karla', sans-serif;
    color: #0f172a;
    border-top: 1px solid #e5e7eb;
}

.winsbs-plan .container {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 16px;
}

.winsbs-plan h2 {
    margin: 0 0 18px;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-align: center;
}

.winsbs-plan .intro {
    max-width: 860px;
    margin: 0 auto 44px;
    font-size: 16px;
    line-height: 1.7;
    color: #334155;
    text-align: center;
}

.plan-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.plan-step {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    padding: 22px 20px 24px;
}

.plan-step span.step-index {
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #1851e0;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.plan-step h3 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.plan-step p {
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
    color: #475569;
}

.winsbs-role {
    padding: 72px 0;
    background: #ffffff;
    font-family: 'Karla', sans-serif;
    color: #0f172a;
    border-top: 1px solid #e5e7eb;
}

.winsbs-role .container {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 16px;
}

.winsbs-role h2 {
    margin: 0 0 18px;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-align: center;
}

.winsbs-role .intro {
    max-width: 860px;
    margin: 0 auto 44px;
    font-size: 16px;
    line-height: 1.7;
    color: #334155;
    text-align: center;
}

.role-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.role-item {
    border-left: 3px solid #1851e0;
    padding-left: 18px;
}

.role-item h3 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.role-item p {
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
    color: #475569;
}

.winsbs-cta {
    padding: 72px 0;
    font-family: 'Karla', sans-serif;
    color: #0f172a;
    border-top: 1px solid #e5e7eb;
}

.winsbs-cta .container {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 16px;
    text-align: center;
}

.winsbs-cta h2 {
    margin: 0 0 16px;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.winsbs-cta .intro {
    max-width: 820px;
    margin: 0 auto 36px;
    font-size: 16px;
    line-height: 1.7;
    color: #334155;
}

.review-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-bottom: 36px;
    text-align: left;
}

.review-item {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    padding: 22px 20px 24px;
}

.review-item h3 {
    margin: 0 0 8px;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.review-item p {
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
    color: #475569;
}

.cta-actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.cta-btn {
    height: 46px;
    min-width: 260px;
    padding: 0 20px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    cursor: pointer;
    text-decoration: none;
}

.cta-btn.primary {
    background: #1851e0;
    border-color: #1851e0;
    color: #ffffff;
}

.cta-btn.secondary {
    background: #ffffff;
    border-color: #e5e7eb;
    color: #0f172a;
}

.winsbs-faq {
    padding: 72px 0;
    background: #ffffff;
    font-family: 'Karla', sans-serif;
    color: #0f172a;
    border-top: 1px solid #e5e7eb;
}

.winsbs-faq .container {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 16px;
}

.winsbs-faq h2 {
    margin: 0 0 36px;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-align: center;
}

.faq-list {
    max-width: 860px;
    margin: 0 auto;
}

.faq-item {
    border-top: 1px solid #e5e7eb;
    padding: 18px 0;
}

.faq-item:first-child {
    border-top: none;
}

.faq-q {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.01em;
    margin: 0 0 6px;
}

.faq-a {
    font-size: 15px;
    line-height: 1.65;
    color: #475569;
    margin: 0;
}

@keyframes scroll-up {
    from { transform: translateY(0); }
    to   { transform: translateY(-50%); }
}

@media (max-width: 980px) {
    .hero-grid { grid-template-columns: 1fr; }
    .proof-table { display: none; }
    h1 { font-size: 34px; }
    .subtitle { font-size: 18px; }
    .btn { width: 100%; max-width: 360px; }
    .risk-grid {
        grid-template-columns: 1fr;
    }

    .winsbs-risk {
        padding: 56px 0;
    }

    .winsbs-risk h2 {
        font-size: 26px;
    }

    .plan-grid {
        grid-template-columns: 1fr;
    }

    .winsbs-plan {
        padding: 56px 0;
    }

    .winsbs-plan h2 {
        font-size: 26px;
    }

    .role-grid {
        grid-template-columns: 1fr;
    }

    .winsbs-role {
        padding: 56px 0;
    }

    .winsbs-role h2 {
        font-size: 26px;
    }

    .winsbs-cta {
        padding: 56px 0;
    }

    .review-grid {
        grid-template-columns: 1fr;
    }

    .winsbs-cta h2 {
        font-size: 26px;
    }

    .cta-btn {
        width: 100%;
        max-width: 360px;
    }

    .winsbs-faq {
        padding: 56px 0;
    }

    .winsbs-faq h2 {
        font-size: 26px;
    }
}