.services-business {
    --sb-red: #f20d16;
    --sb-black: #080808;
    --sb-ink: #101010;
    --sb-muted: #444;
    overflow: hidden;
    color: var(--sb-ink);
    background: #fff;
}

.sb-container { width: min(1110px, calc(100% - 40px)); margin-inline: auto; }
.sb-wide { width: min(1440px, calc(100% - 40px)); margin-inline: auto; }
.sb-narrow { max-width: 920px; }
.sb-section { padding: clamp(74px, 7.5vw, 112px) 0; }

.site-header-services {
    position: absolute;
    z-index: 20;
    top: 0;
    right: 0;
    left: 0;
    min-height: 160px;
    background: linear-gradient(180deg, rgb(0 0 0 / 96%) 0%, rgb(0 0 0 / 70%) 62%, transparent 100%);
}
.site-header-services .container { min-height: 150px; }
.site-header-services .navbar-brand { top: 22px; bottom: auto; }
.site-header-services .navbar-brand img { width: min(620px, 57vw); height: auto; }
.site-header-services .navbar-toggler { top: 26px; }

.sb-hero {
    position: relative;
    display: grid;
    min-height: clamp(590px, 68vw, 790px);
    color: #fff;
    background: #070707 url("../assets/services-business/hero-workshop.webp") center / cover no-repeat;
    isolation: isolate;
}
.sb-hero-shade {
    position: absolute;
    z-index: -1;
    inset: 0;
    background: linear-gradient(180deg, rgb(0 0 0 / 20%) 0%, rgb(0 0 0 / 36%) 40%, rgb(0 0 0 / 64%) 100%);
}
.sb-hero-inner {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding-top: 185px;
    padding-bottom: 70px;
    text-align: center;
}
.sb-hero h1,
.sb-copy h2,
.sb-narrow > h2,
.sb-plan-copy h2,
.sb-faq > .sb-container > h2 {
    margin: 0;
    font-family: "DIN MX", Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.sb-hero h1 { font-size: clamp(2.1rem, 2.65vw, 2.65rem); line-height: 1; letter-spacing: -.015em; white-space: nowrap; }
.sb-hero-subtitle { margin: 24px 0 0; font-size: clamp(1.15rem, 1.4vw, 1.35rem); line-height: 1.25; }
.sb-hero-subtitle span { color: var(--sb-red); }
.sb-hero-copy { margin: 24px 0 0; font-size: clamp(.9rem, 1vw, 1rem); line-height: 1.5; }

.sb-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 12px 28px;
    color: #fff;
    border: 0;
    border-radius: 5px;
    background: var(--sb-red);
    box-shadow: none;
    font-family: "DIN MX", Arial, sans-serif;
    font-size: .94rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform .2s ease, background-color .2s ease;
}
.sb-button:hover { color: #fff; background: #c90008; transform: translateY(-2px); }
.sb-button-large { min-height: 58px; padding-inline: 34px; }

.sb-split { display: grid; align-items: center; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: clamp(50px, 7vw, 92px); }
.sb-split-visual-first { grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); }
.sb-copy h2,
.sb-narrow > h2 { font-size: clamp(1.85rem, 2.25vw, 2.3rem); line-height: 1.02; letter-spacing: -.01em; text-wrap: balance; }
.sb-copy > p,
.sb-google-copy p,
.sb-quality p,
.sb-editorial-copy p { margin: 22px 0 0; color: var(--sb-muted); font-size: 1rem; line-height: 1.58; }
.sb-copy > p + p { margin-top: 14px; }
.sb-visual img { display: block; width: 100%; height: auto; }
.sb-phone-visual { margin: -30px 0; }
.sb-centered-action { display: flex; justify-content: center; margin: 30px 0 26px; }
.sb-centered-action .sb-button { min-width: 310px; min-height: 58px; padding: 15px 34px; font-size: 1.05rem; }

.sb-chips { display: flex; flex-wrap: wrap; margin-top: 25px; gap: 8px; }
.sb-chips span { display: inline-flex; align-items: center; min-height: 28px; padding: 5px 18px; color: #fff; border-radius: 999px; font-size: .72rem; font-weight: 700; text-transform: uppercase; }
.sb-chips .is-red { background: #f3141c; }
.sb-chips .is-green { background: #31b67c; }
.sb-chips .is-blue { background: #1479f6; }
.sb-chips .is-orange { background: #f39221; }
.sb-chips .is-grey { background: #777; }
.sb-chips .is-purple { background: #b554c6; }
.sb-chips .is-cyan { background: #21afbd; }

.sb-not-directory { padding-top: 42px; background: #fff; }
.sb-centered-title { text-align: center; }
.sb-not-directory .sb-centered-title { font-size: clamp(1.8rem, 2vw, 2.05rem); }
.sb-centered-title span { color: var(--sb-red); }
.sb-editorial-copy { max-width: 850px; margin: 62px auto 0; }

.sb-audience {
    position: relative;
    padding: clamp(110px, 11vw, 170px) 0;
    color: #fff;
    background:
        linear-gradient(rgb(0 0 0 / 58%), rgb(0 0 0 / 58%)),
        url("../assets/services-business/audience-school.webp") center 48% / cover no-repeat;
    isolation: isolate;
}
.sb-audience-overlay { position: absolute; z-index: -1; inset: 0; background: rgb(0 0 0 / 10%); }
.sb-audience-inner { max-width: 900px; text-align: center; }
.sb-audience-inner p { margin: 12px auto 0; max-width: 850px; color: rgb(255 255 255 / 88%); font-size: 1rem; line-height: 1.52; }
.sb-audience-inner p:first-child { margin-top: 0; color: #fff; font-size: 1.08rem; }

.sb-control .sb-detail-visual { margin: -20px 0 -55px; }

.sb-metrics { padding: clamp(74px, 8vw, 114px) 0 0; overflow: hidden; color: #fff; background: #080808; }
.sb-metrics-grid { align-items: end; }
.sb-metrics .sb-copy { align-self: center; padding-bottom: 92px; }
.sb-metrics .sb-copy h2 { font-size: clamp(2.45rem, 3.2vw, 3.15rem); line-height: .96; }
.sb-metrics .sb-copy > p { color: rgb(255 255 255 / 79%); }
.sb-report-visual img { width: min(560px, 100%); margin-inline: auto; }

.sb-google-copy { padding-bottom: 85px; }
.sb-google-copy p { max-width: 860px; }
.sb-google-lead { margin-top: 10px !important; color: #111 !important; font-family: "DIN MX", Arial, sans-serif; font-size: clamp(1.3rem, 1.75vw, 1.7rem) !important; font-weight: 700; line-height: 1.15 !important; }
.sb-google-lead img { display: inline-block; width: auto; height: .95em; margin-left: .12em; object-fit: contain; vertical-align: -.16em; }
.sb-google-visual { padding: 28px 0; background: #050505; }
.sb-google-visual img { display: block; width: 100%; height: auto; }

.sb-pricing-section { background: #fff; }
.sb-pricing-card { display: grid; overflow: hidden; min-height: 520px; color: #fff; border-radius: 26px; background: #050505; grid-template-columns: 1fr 1fr; box-shadow: 0 18px 46px rgb(0 0 0 / 12%); }
.sb-price-copy,
.sb-plan-copy { display: flex; align-items: flex-start; flex-direction: column; justify-content: center; padding: clamp(38px, 5.5vw, 66px); }
.sb-price-copy { border-right: 1px solid rgb(255 255 255 / 40%); }
.sb-old-price { position: relative; font-family: "DIN MX", Arial, sans-serif; font-size: clamp(1.5rem, 3vw, 2.6rem); font-weight: 700; line-height: 1; text-transform: uppercase; }
.sb-old-price::after { position: absolute; top: 50%; right: -5px; left: -5px; height: 4px; content: ""; background: var(--sb-red); transform: rotate(-1deg); }
.sb-price { display: flex; align-items: baseline; margin-top: 5px; gap: 7px; }
.sb-price strong { font-family: "DIN MX", Arial, sans-serif; font-size: clamp(3rem, 5vw, 4.65rem); line-height: .86; }
.sb-price span { font-size: 1.25rem; font-weight: 700; text-transform: uppercase; }
.sb-offer-note { margin: 12px 0 0; color: var(--sb-red); font-size: .72rem; font-weight: 800; line-height: 1.25; text-transform: uppercase; }
.sb-price-copy ul { margin: 25px 0 0; padding: 0; list-style: none; }
.sb-price-copy li { margin: 3px 0; font-size: 1.05rem; }
.sb-includes { margin: 25px 0 0; color: rgb(255 255 255 / 78%); font-size: .86rem; line-height: 1.35; }
.sb-plan-copy { align-items: center; text-align: center; background: url("../assets/services-business/pattern.webp") center / 600px repeat; }
.sb-plan-copy h2 { font-size: clamp(1.9rem, 2.45vw, 2.5rem); line-height: 1; }
.sb-plan-copy > p { margin: 8px 0 0; color: #fff; font-weight: 700; line-height: 1.35; text-transform: uppercase; }
.sb-plan-copy > img { width: min(390px, 86%); height: auto; margin-top: 34px; }
.sb-plan-copy .sb-button { min-width: 230px; margin-top: 30px; font-size: 1.3rem; }
.sb-plan-copy small { max-width: 290px; margin-top: 14px; color: rgb(255 255 255 / 84%); }

.sb-quality { padding-top: 68px; }
.sb-quality h2 { font-size: clamp(1.85rem, 2.25vw, 2.3rem); line-height: 1.02; }
.sb-quality p { max-width: 850px; }
.sb-network-message { margin-top: 64px; }
.sb-network-message h2 { font-size: clamp(1.85rem, 2.25vw, 2.3rem); line-height: 1.02; }
.sb-network-message h2 span { color: var(--sb-red); }

.sb-store-banner { padding: 36px 0; background: #080808; }
.sb-store-banner-inner { position: relative; }
.sb-store-banner img { display: block; width: 100%; height: auto; }
.sb-store-link { position: absolute; z-index: 2; right: 6%; width: 14.5%; height: 29%; border-radius: 8px; }
.sb-store-link:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.sb-store-link-apple { top: 18%; }
.sb-store-link-google { top: 53%; }

.sb-faq { background: #fff; }
.sb-faq > .sb-container > h2 { font-size: clamp(1.85rem, 2.25vw, 2.3rem); line-height: 1.02; }
.sb-faq-list { margin-top: 42px; border-top: 1px solid #d2d2d2; }
.sb-faq-list details { border-bottom: 1px solid #d2d2d2; }
.sb-faq-list summary { position: relative; padding: 22px 46px 22px 0; cursor: pointer; font-size: 1rem; font-weight: 800; list-style: none; }
.sb-faq-list summary::-webkit-details-marker { display: none; }
.sb-faq-list summary::after { position: absolute; top: 50%; right: 4px; color: var(--sb-red); content: "+"; font-family: Arial, sans-serif; font-size: 1.7rem; font-weight: 400; transform: translateY(-50%); }
.sb-faq-list details[open] summary::after { content: "−"; }
.sb-faq-list p { max-width: 800px; margin: -4px 46px 22px 0; color: var(--sb-muted); font-size: .93rem; line-height: 1.5; }
.sb-final-cta { margin-top: 72px; }
.sb-final-cta h2 { max-width: 780px; font-size: clamp(1.9rem, 2.4vw, 2.45rem); line-height: 1; }
.sb-final-cta > p { margin: 6px 0 0; font-size: 1.15rem; font-weight: 700; }
.sb-price-options { display: flex; margin-top: 30px; gap: 12px; }
.sb-price-options > div { display: flex; align-items: center; flex-direction: column; justify-content: center; width: 160px; min-height: 118px; color: #bbb; border: 3px solid #ccc; border-radius: 12px; font-family: "DIN MX", Arial, sans-serif; text-transform: uppercase; }
.sb-price-options strong { font-size: 2.4rem; line-height: .9; text-decoration: line-through; }
.sb-price-options span { font-size: .82rem; font-weight: 700; }
.sb-price-options .is-offer { color: #111; }
.sb-price-options .is-offer small { color: var(--sb-red); font-size: .68rem; font-weight: 800; }
.sb-price-options .is-offer strong { color: #111; text-decoration: none; }
.sb-price-options .is-offer em { margin-top: 8px; font-size: .48rem; font-style: normal; font-weight: 700; }
.sb-final-cta .sb-button { min-width: 335px; margin-top: 12px; font-size: 1.12rem; }

@media (max-width: 900px) {
    .sb-split,
    .sb-split-visual-first,
    .sb-pricing-card { grid-template-columns: 1fr; }
    .sb-phone-visual,
    .sb-detail-visual { width: min(610px, 100%); margin: 0 auto -20px !important; }
    .sb-metrics .sb-copy { padding-bottom: 12px; }
    .sb-report-visual { max-width: 540px; margin-inline: auto; }
    .sb-price-copy { border-right: 0; border-bottom: 1px solid rgb(255 255 255 / 40%); }
    .sb-store-link { right: 5.8%; }
}

@media (max-width: 700px) {
    .site-header-services { min-height: 115px; }
    .site-header-services .container { min-height: 106px; }
    .site-header-services .navbar-brand { top: 14px; }
    .site-header-services .navbar-brand img { width: min(290px, 68vw); }
    .site-header-services .navbar-toggler { top: 14px; right: 7px !important; }
    .sb-container,
    .sb-wide { width: min(100% - 28px, 1110px); }
    .sb-section { padding: 58px 0; }
    .sb-hero { min-height: 555px; background-position: 48% center; }
    .sb-hero-inner { padding-top: 138px; padding-bottom: 45px; }
    .sb-hero h1 { font-size: clamp(2rem, 9vw, 2.45rem); }
    .sb-hero h1 { white-space: normal; }
    .sb-hero-subtitle { margin-top: 17px; font-size: 1.08rem; }
    .sb-hero-copy { margin-top: 16px; font-size: .85rem; }
    .sb-hero-copy br { display: none; }
    .sb-copy h2,
    .sb-narrow > h2,
    .sb-quality h2,
    .sb-network-message h2,
    .sb-faq > .sb-container > h2 { font-size: clamp(1.72rem, 7.5vw, 2rem); }
    .sb-metrics .sb-copy h2 { font-size: clamp(2.2rem, 10vw, 2.65rem); }
    .sb-google-lead { font-size: clamp(1.2rem, 5.5vw, 1.42rem) !important; }
    .sb-plan-copy h2,
    .sb-final-cta h2 { font-size: clamp(1.75rem, 7.8vw, 2.05rem); }
    .sb-split { gap: 36px; }
    .sb-discovery .sb-copy { order: 1; }
    .sb-discovery .sb-phone-visual { order: 2; }
    .sb-centered-action { margin: 34px 0 22px; }
    .sb-centered-action .sb-button { width: calc(100% - 28px); }
    .sb-chips { gap: 6px; }
    .sb-chips span { padding-inline: 12px; font-size: .64rem; }
    .sb-not-directory { padding-top: 40px; }
    .sb-centered-title { text-align: left; }
    .sb-editorial-copy { margin-top: 38px; }
    .sb-audience { padding: 82px 0; background-position: 44% center; }
    .sb-audience-inner p { font-size: .92rem; }
    .sb-control .sb-detail-visual { order: 2; }
    .sb-control .sb-copy { order: 1; }
    .sb-metrics { padding-top: 62px; }
    .sb-price-copy,
    .sb-plan-copy { padding: 38px 26px; }
    .sb-pricing-card { border-radius: 18px; }
    .sb-plan-copy .sb-button { width: 100%; }
    .sb-store-banner { padding: 18px 0; }
    .sb-store-banner .sb-wide { width: 100%; }
    .sb-store-link { right: 5.7%; border-radius: 4px; }
    .sb-price-options { gap: 8px; }
    .sb-price-options > div { width: 138px; }
    .sb-final-cta .sb-button { width: 100%; min-width: 0; }
}

@media (prefers-reduced-motion: reduce) { .sb-button { transition: none; } }
