/* Services overview template — flat-color only. No gradients. */
.bso{
    --bso-green:#10C843;
    --bso-ink:#141716;
    --bso-muted:#626a65;
    --bso-line:#dfe4e0;
    --bso-soft:#f4f7f4;
    --bso-mint:#eaf8ee;
    --bso-warm:#f2eee4;
    color:var(--bso-ink);
}
.bso-wrap{width:min(1180px,calc(100% - 48px));margin-inline:auto}
.bso h1,.bso h2,.bso h3,.bso p{margin-top:0}
.bso h1,.bso h2,.bso h3{letter-spacing:-.05em}
.bso h1{max-width:14ch;margin-bottom:24px;font-size:clamp(48px,6.2vw,86px);font-weight:620;line-height:.95}
.bso h2{font-size:clamp(36px,4.3vw,62px);font-weight:610;line-height:.98}
.bso h3{font-size:clamp(24px,2.2vw,34px);font-weight:600;line-height:1.02}
.bso p{color:var(--bso-muted);font-size:16px;line-height:1.68}
.bso a{transition:transform 160ms ease,background 160ms ease,border-color 160ms ease,color 160ms ease}
.bso-button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:12px 18px;border:1px solid transparent;border-radius:999px;font-size:13px;font-weight:620;line-height:1}
.bso-button:hover,.bso-button:focus-visible{transform:translateY(-1px)}
.bso-button--dark{background:#171918;color:#fff}
.bso-button--light{background:#fff;color:#151817;border-color:#d8ded9}
.bso-button--green{background:var(--bso-green);color:#071108}
.bso-text-link{display:inline-flex;align-items:center;gap:10px;color:#202522;font-size:13px;font-weight:620}
.bso-text-link:hover,.bso-text-link:focus-visible{color:#10C843}
.bso-actions{display:flex;align-items:center;flex-wrap:wrap;gap:18px}

.bso-hero{padding:82px 0 96px;border-bottom:1px solid var(--bso-line)}
.bso-hero__grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr);gap:72px;align-items:center}
.bso-hero__copy>p{max-width:59ch;margin-bottom:30px;font-size:18px}
.bso-media{display:grid;place-items:center;border:1px solid rgba(20,23,22,.09);overflow:hidden}
.bso-media--hero{min-height:520px;padding:42px;border-radius:90px 24px 90px 24px;background:var(--bso-mint)}
.bso-media--design{min-height:310px;padding:28px;border-radius:28px;background:var(--bso-warm)}
.bso-media__frame{width:100%;height:100%;min-height:220px;display:grid;place-content:center;gap:5px;border:1px dashed rgba(20,23,22,.22);border-radius:22px;color:#3f4742;text-align:center}
.bso-media__frame span{font-size:13px;font-weight:650}
.bso-media__frame small{font-size:11px;color:#737b76}

.bso-choice{padding:110px 0}
.bso-choice__heading{display:grid;grid-template-columns:1.05fr .75fr;gap:80px;align-items:end;margin-bottom:46px}
.bso-choice__heading h2{max-width:11ch;margin-bottom:0}
.bso-choice__heading p{max-width:48ch;margin-bottom:4px}
.bso-choice__map{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--bso-line);border-bottom:1px solid var(--bso-line)}
.bso-choice__map article{min-height:330px;display:flex;flex-direction:column;padding:28px 26px;border-right:1px solid var(--bso-line)}
.bso-choice__map article:last-child{border-right:0}
.bso-choice__number{color:var(--bso-green);font-size:15px;font-weight:650}
.bso-choice__map h3{max-width:12ch;margin:52px 0 16px}
.bso-choice__map p{font-size:14px}
.bso-choice__map a{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding-top:18px;border-top:1px solid #e9ecea;font-size:13px;font-weight:620}
.bso-choice__map a span{color:var(--bso-green)}

.bso-services{border-top:1px solid var(--bso-line)}
.bso-service{padding:120px 0}
.bso-service__grid{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}
.bso-service__copy h2{max-width:11ch;margin-bottom:26px}
.bso-service__copy>p{max-width:58ch}
.bso-service__copy ul{display:grid;gap:0;margin:34px 0;padding:0;list-style:none;border-top:1px solid rgba(255,255,255,.17)}
.bso-service__copy li{padding:13px 0;border-bottom:1px solid rgba(255,255,255,.17);font-size:13px}

.bso-service--support{background:#151817;color:#fff}
.bso-service--support p{color:#b9c2bc}
.bso-support-board{display:grid;gap:10px}
.bso-support-board div{min-height:124px;display:grid;grid-template-columns:92px 1fr;gap:24px;align-items:center;padding:22px 24px;border:1px solid #303532;border-radius:18px;background:#1d211f}
.bso-support-board span{color:var(--bso-green);font-size:11px;font-weight:650}
.bso-support-board strong{font-size:22px;font-weight:560;letter-spacing:-.035em}

.bso-service--design{background:#fff}
.bso-design__top{display:grid;grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);gap:92px;align-items:center}
.bso-design__top h2{max-width:12ch;margin-bottom:24px}
.bso-design__top p{max-width:54ch}
.bso-design__links{display:grid;grid-template-columns:repeat(3,1fr);margin-top:56px;border-top:1px solid var(--bso-line);border-left:1px solid var(--bso-line)}
.bso-design__links a{min-height:94px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:20px;border-right:1px solid var(--bso-line);border-bottom:1px solid var(--bso-line);font-size:15px;font-weight:560}
.bso-design__links a:hover,.bso-design__links a:focus-visible{background:var(--bso-soft)}
.bso-design__links span{color:var(--bso-green)}
.bso-design__all{margin-top:24px}

.bso-service--seo{padding-block:110px;background:var(--bso-mint)}
.bso-seo__grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:100px;align-items:start}
.bso-seo__copy h2{max-width:10ch;margin-bottom:26px}
.bso-seo__copy p{max-width:50ch;margin-bottom:30px;color:#56615a}
.bso-seo__stack{border-top:1px solid #cbded0}
.bso-seo__stack div{display:grid;grid-template-columns:150px 1fr;gap:40px;padding:26px 0;border-bottom:1px solid #cbded0}
.bso-seo__stack strong{font-size:17px;font-weight:620}
.bso-seo__stack p{margin:0;font-size:14px;color:#56615a}

.bso-combine{padding:120px 0;background:#fff}
.bso-combine__grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:110px}
.bso-combine__grid>div:first-child h2{max-width:10ch;margin-bottom:26px}
.bso-combine__grid>div:first-child p{max-width:51ch}
.bso-combine__path{border-left:1px solid var(--bso-line)}
.bso-combine__path>div{position:relative;padding:8px 0 34px 52px}
.bso-combine__path>div:last-child{padding-bottom:8px}
.bso-combine__path span{position:absolute;left:-17px;top:4px;width:34px;height:34px;display:grid;place-items:center;border:1px solid #cdd5cf;border-radius:50%;background:#fff;color:var(--bso-green);font-size:12px;font-weight:700}
.bso-combine__path strong{display:block;margin-bottom:7px;font-size:21px;font-weight:600;letter-spacing:-.035em}
.bso-combine__path p{max-width:46ch;margin:0;font-size:14px}

.bso-scope{padding:0 0 120px}
.bso-scope__card{min-height:330px;display:flex;align-items:center;justify-content:space-between;gap:70px;padding:60px;border:1px solid #dce2dd;border-radius:28px;background:var(--bso-soft)}
.bso-scope__card h2{max-width:11ch;margin-bottom:20px}
.bso-scope__card p{max-width:62ch;margin-bottom:0}
.bso-scope__card .bso-button{flex:0 0 auto}

@media (max-width:980px){
    .bso-wrap{width:min(100% - 36px,900px)}
    .bso-hero__grid,.bso-service__grid,.bso-design__top,.bso-seo__grid,.bso-combine__grid{grid-template-columns:1fr;gap:48px}
    .bso-hero{padding-top:64px}
    .bso h1{max-width:15ch}
    .bso-media--hero{min-height:390px}
    .bso-choice__heading{grid-template-columns:1fr;gap:22px}
    .bso-choice__heading h2{max-width:15ch}
    .bso-choice__map{grid-template-columns:1fr}
    .bso-choice__map article{min-height:260px;border-right:0;border-bottom:1px solid var(--bso-line)}
    .bso-choice__map article:last-child{border-bottom:0}
    .bso-choice__map h3{margin-top:32px}
    .bso-design__links{grid-template-columns:1fr 1fr}
    .bso-seo__copy h2,.bso-combine__grid>div:first-child h2{max-width:14ch}
}

@media (max-width:640px){
    .bso-wrap{width:calc(100% - 28px)}
    .bso h1{font-size:clamp(42px,13vw,62px)}
    .bso h2{font-size:clamp(34px,10vw,48px)}
    .bso p{font-size:15px}
    .bso-hero,.bso-choice,.bso-service,.bso-combine{padding-block:78px}
    .bso-hero__copy>p{font-size:16px}
    .bso-actions{align-items:flex-start;flex-direction:column}
    .bso-media--hero{min-height:300px;padding:22px;border-radius:52px 18px 52px 18px}
    .bso-media--design{min-height:240px}
    .bso-service__grid,.bso-design__top,.bso-seo__grid,.bso-combine__grid{gap:38px}
    .bso-support-board div{grid-template-columns:1fr;gap:8px;min-height:0}
    .bso-design__links{grid-template-columns:1fr}
    .bso-seo__stack div{grid-template-columns:1fr;gap:8px}
    .bso-scope{padding-bottom:82px}
    .bso-scope__card{min-height:0;align-items:flex-start;flex-direction:column;padding:34px 26px;border-radius:22px}
}

@media (prefers-reduced-motion:reduce){.bso a{transition:none!important}}
