.strategy-band {
    background: linear-gradient(180deg, #f7fbff 0%, #ffffff 44%, #f8fafc 100%);
}

.strategy-shell {
    max-width: var(--site-shell-max-width);
    margin: 0 auto;
    padding: 4rem 1rem;
}

.strategy-shell-tight {
    max-width: 64rem;
    margin: 0 auto;
    padding: 4rem 1rem;
}

.strategy-grid {
    display: grid;
    gap: 1.25rem;
}

.strategy-grid-2,
.strategy-grid-3,
.strategy-grid-4 {
    grid-template-columns: minmax(0, 1fr);
}

.strategy-card {
    border: 1px solid var(--ls-line);
    border-radius: 1.35rem;
    background: #ffffff;
    padding: 1.35rem;
    box-shadow: 0 18px 44px rgba(24, 61, 106, 0.07);
}

.strategy-card-dark {
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(15, 23, 42, 0.72);
    color: #dbeafe;
}

.strategy-card h2,
.strategy-card h3,
.strategy-card h4 {
    margin-bottom: 0.6rem;
}

.strategy-card p:last-child,
.strategy-card ul:last-child {
    margin-bottom: 0;
}

.strategy-kicker {
    display: inline-flex;
    align-items: center;
    border-radius: 9999px;
    background: #dbeafe;
    padding: 0.25rem 0.72rem;
    color: var(--ls-brand);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.strategy-lede {
    max-width: 48rem;
    color: #475569;
    font-size: 1.02rem;
    line-height: 1.9;
}

.strategy-section-head {
    max-width: 48rem;
    margin-bottom: 2rem;
}

.strategy-section-head.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.strategy-table-wrap {
    overflow-x: auto;
    border: 1px solid var(--ls-line);
    border-radius: 1.35rem;
    background: #ffffff;
    box-shadow: 0 18px 44px rgba(24, 61, 106, 0.07);
}

.strategy-table {
    width: 100%;
    min-width: 780px;
    border-collapse: separate;
    border-spacing: 0;
}

.strategy-table th,
.strategy-table td {
    border-bottom: 1px solid #e2e8f0;
    padding: 1rem;
    text-align: left;
    vertical-align: top;
}

.strategy-table thead th {
    background: #0f1f35;
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.strategy-table tbody th {
    color: #0f172a;
    font-weight: 800;
}

.strategy-table tr:last-child th,
.strategy-table tr:last-child td {
    border-bottom: 0;
}

.strategy-pill {
    display: inline-flex;
    align-items: center;
    border-radius: 9999px;
    background: #eff6ff;
    padding: 0.25rem 0.7rem;
    color: #0b5d9a;
    font-size: 0.78rem;
    font-weight: 800;
}

.strategy-pill.warn {
    background: #fff7ed;
    color: #9a3412;
}

.strategy-pill.good {
    background: #dcfce7;
    color: #166534;
}

.strategy-check-list {
    display: grid;
    gap: 0.85rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.strategy-check-list li {
    display: flex;
    gap: 0.7rem;
    align-items: flex-start;
    color: #334155;
    line-height: 1.7;
}

.strategy-check-list li::before {
    content: "\2713";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 1.35rem;
    height: 1.35rem;
    margin-top: 0.12rem;
    border-radius: 9999px;
    background: #dbeafe;
    color: var(--ls-brand);
    font-size: 0.75rem;
    font-weight: 900;
}

.strategy-code {
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 1.2rem;
    background: #07111f;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.strategy-code-title {
    border-bottom: 1px solid rgba(148, 163, 184, 0.18);
    background: rgba(15, 23, 42, 0.8);
    padding: 0.85rem 1rem;
    color: #bae6fd;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.strategy-code pre {
    margin: 0;
    padding: 1rem;
    color: #dbeafe;
    font-size: 0.86rem;
    line-height: 1.75;
    white-space: pre-wrap;
    word-break: break-word;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.strategy-callout {
    border: 1px solid rgba(20, 116, 234, 0.18);
    border-radius: 1.5rem;
    background: linear-gradient(135deg, #eff6ff 0%, #ffffff 65%);
    padding: 1.5rem;
}

.strategy-cta-panel {
    border-radius: 1.6rem;
    background: linear-gradient(135deg, #0f1f35 0%, #0b5d9a 100%);
    padding: 1.6rem;
    color: #dbeafe;
    box-shadow: 0 24px 60px rgba(15, 31, 53, 0.18);
}

.strategy-cta-panel h2,
.strategy-cta-panel h3 {
    color: #ffffff;
}

.strategy-cta-panel p {
    color: #dbeafe;
}

.strategy-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 1.3rem;
}

.strategy-link-grid a {
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

@media (min-width: 640px) {
    .strategy-shell,
    .strategy-shell-tight {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (min-width: 768px) {
    .strategy-grid-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .strategy-grid-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .lg\:flex {
        display: flex !important;
    }

    .lg\:hidden {
        display: none !important;
    }

    .strategy-shell {
        padding: 4.5rem 2rem;
    }

    .strategy-shell-tight {
        padding: 4.5rem 2rem;
    }

    .strategy-grid-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
