.strategy-page {
    background: #f4f8fa;
}

.strategy-hero {
    overflow: hidden;
    background:
        radial-gradient(circle at 86% 15%, rgba(101, 196, 223, 0.2), transparent 26rem),
        linear-gradient(115deg, #061f35, #0b3f61);
    color: #fff;
}

.strategy-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.72fr);
    gap: 58px;
    align-items: center;
    min-height: 440px;
    padding-top: 62px;
    padding-bottom: 62px;
}

.strategy-hero h1 {
    max-width: 850px;
    color: #fff;
    font-size: clamp(42px, 5.4vw, 76px);
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.strategy-hero p:not(.eyebrow) {
    max-width: 760px;
    margin-top: 22px;
    color: #c8dce8;
    font-size: 16px;
    line-height: 1.75;
}

.strategy-panel {
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 24px;
    background: rgba(255,255,255,0.07);
    box-shadow: 0 28px 70px rgba(0, 15, 27, 0.18);
    padding: 26px;
}

.strategy-panel span,
.strategy-kicker {
    display: block;
    color: #7ed0e8;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.strategy-panel strong {
    display: block;
    margin-top: 10px;
    color: #fff;
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: -0.035em;
}

.strategy-panel small {
    display: block;
    margin-top: 10px;
    color: #bad1dd;
    line-height: 1.6;
}

.technical-visual {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.technical-visual .grid {
    fill: none;
    stroke: rgba(210, 235, 246, 0.12);
    stroke-width: 1;
}

.technical-visual .line {
    fill: none;
    stroke: #d6eef7;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.technical-visual .line-soft {
    fill: none;
    stroke: rgba(214, 238, 247, 0.45);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.technical-visual .accent {
    fill: none;
    stroke: #69c7e2;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.technical-visual .node {
    fill: rgba(255, 255, 255, 0.08);
    stroke: rgba(214, 238, 247, 0.45);
    stroke-width: 1.5;
}

.technical-visual .node-fill {
    fill: #69c7e2;
}

.technical-visual text {
    fill: #c8dce8;
    font-family: Inter, Arial, sans-serif;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.strategy-section {
    padding: 72px 0;
}

.strategy-section.is-white {
    background: #fff;
}

.strategy-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 34px;
    margin-bottom: 26px;
}

.strategy-heading h2 {
    max-width: 760px;
    color: #102235;
    font-size: clamp(31px, 3.8vw, 50px);
    line-height: 1.05;
    letter-spacing: -0.045em;
}

.strategy-heading p {
    max-width: 430px;
    color: #647587;
    font-size: 13px;
    line-height: 1.7;
    text-align: right;
}

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

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

.strategy-card {
    min-height: 250px;
    border: 1px solid #d8e3e9;
    border-radius: 18px;
    background: #fff;
    padding: 24px;
    box-shadow: 0 12px 35px rgba(16, 45, 65, 0.045);
}

.strategy-card.dark {
    border-color: rgba(255,255,255,0.12);
    background: #082b45;
    color: #fff;
}

.strategy-card h3 {
    margin-top: 18px;
    color: #102235;
    font-size: 23px;
    letter-spacing: -0.035em;
}

.strategy-card.dark h3 {
    color: #fff;
}

.strategy-card p,
.strategy-card li {
    margin-top: 10px;
    color: #637587;
    font-size: 13px;
    line-height: 1.7;
}

.strategy-card a {
    color: #0c5278;
    font-weight: 850;
    text-decoration: none;
}

.strategy-card.dark a {
    color: #9bd8ea;
}

.strategy-card.dark p,
.strategy-card.dark li {
    color: #bed3de;
}

.strategy-card ul {
    display: grid;
    gap: 7px;
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

.strategy-card li::before {
    margin-right: 8px;
    color: #2f8bad;
    content: "—";
}

.strategy-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid #d8e3e9;
    border-radius: 18px;
    background: #fff;
}

.strategy-strip div {
    padding: 22px;
    border-right: 1px solid #e2ebf0;
}

.strategy-strip div:last-child {
    border-right: 0;
}

.strategy-strip strong {
    display: block;
    color: #0c4265;
    font-size: 25px;
    letter-spacing: -0.035em;
}

.strategy-strip span {
    display: block;
    margin-top: 5px;
    color: #647587;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.strategy-flow {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.strategy-flow article {
    position: relative;
    padding: 24px;
    border: 1px solid #d8e3e9;
    border-radius: 18px;
    background: #fff;
}

.strategy-flow article span {
    color: #17658f;
    font-size: 10px;
    font-weight: 850;
}

.strategy-flow article h3 {
    margin-top: 12px;
}

.strategy-flow article p {
    margin-top: 8px;
    color: #647587;
    font-size: 13px;
}

.strategy-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 34px;
    border: 1px solid #d8e3e9;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(15, 44, 70, 0.08);
}

.strategy-cta p {
    max-width: 700px;
    margin-top: 10px;
    color: #647587;
}

.legal-copy {
    color: #526173;
}

.legal-copy h2 {
    margin-top: 30px;
    color: #102235;
    font-size: clamp(24px, 3vw, 34px);
}

.legal-copy h2:first-child {
    margin-top: 0;
}

.legal-copy p {
    margin-top: 10px;
    line-height: 1.8;
}

@media (max-width: 980px) {
    .strategy-hero-grid,
    .strategy-grid,
    .strategy-grid.two,
    .strategy-flow,
    .strategy-strip {
        grid-template-columns: 1fr;
    }

    .strategy-heading,
    .strategy-cta {
        align-items: stretch;
        flex-direction: column;
    }

    .strategy-heading p {
        text-align: left;
    }

    .strategy-strip div {
        border-right: 0;
        border-bottom: 1px solid #e2ebf0;
    }

    .strategy-strip div:last-child {
        border-bottom: 0;
    }
}

@media (max-width: 560px) {
    .strategy-hero-grid {
        min-height: 0;
        padding-top: 44px;
        padding-bottom: 44px;
    }

    .strategy-hero h1 {
        font-size: 40px;
    }

    .strategy-section {
        padding: 48px 0;
    }

    .strategy-card,
    .strategy-cta {
        padding: 22px;
    }
}
