:root {
    --smb1-navy: #071d46;
    --smb1-navy-2: #0b2c61;
    --smb1-blue: #087cf0;
    --smb1-cyan: #20b9ff;
    --smb1-orange: #ff6400;
    --smb1-orange-dark: #e95500;
    --smb1-text: #12264a;
    --smb1-muted: #5c6f8e;
    --smb1-line: #cfe3fa;
    --smb1-soft: #f2f8ff;
    --smb1-soft-2: #eaf5ff;
    --smb1-white: #ffffff;
    --smb1-shadow: 0 18px 50px rgba(16, 76, 145, .11);
}

.smb1-page,
.smb1-page * {
    box-sizing: border-box;
}

.smb1-page {
    position: relative;
    overflow: hidden;
    background: var(--smb1-white);
    color: var(--smb1-text);
    font-family: "Segoe UI", Arial, sans-serif;
    line-height: 1.6;
}

.smb1-page h1,
.smb1-page h2,
.smb1-page h3,
.smb1-page p,
.smb1-page ul,
.smb1-page ol {
    margin-top: 0;
}

.smb1-page a {
    text-decoration: none;
}

.smb1-page svg {
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.smb1-container {
    width: min(1240px, calc(100% - 44px));
    margin: 0 auto;
}

.smb1-hero {
    position: relative;
    min-height: 690px;
    display: flex;
    align-items: center;
    overflow: hidden;
    isolation: isolate;
    background: #fff;
    border-bottom: 1px solid #dcecff;
}

.smb1-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(255, 255, 255, .99) 0%, rgba(255, 255, 255, .98) 34%, rgba(255, 255, 255, .78) 47%, rgba(255, 255, 255, .1) 67%, rgba(255, 255, 255, 0) 100%);
}

.smb1-hero-art {
    position: absolute;
    inset: 0;
    z-index: -2;
}

.smb1-hero-art img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.smb1-hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 560px) 1fr;
    align-items: center;
    min-height: inherit;
    padding: 76px 0 64px;
}

.smb1-hero-copy {
    position: relative;
    z-index: 2;
}

.smb1-eyebrow,
.smb1-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 18px;
    color: var(--smb1-blue);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.smb1-eyebrow::before,
.smb1-kicker::before {
    content: "";
    width: 28px;
    height: 3px;
    border-radius: 2px;
    background: var(--smb1-orange);
}

.smb1-hero h1 {
    margin-bottom: 18px;
    font-size: clamp(54px, 6vw, 82px);
    font-weight: 900;
    line-height: .94;
    letter-spacing: -.045em;
    text-transform: uppercase;
}

.smb1-hero h1 span,
.smb1-hero h1 strong {
    display: block;
}

.smb1-hero h1 span {
    color: var(--smb1-navy);
}

.smb1-hero h1 strong {
    color: var(--smb1-orange);
    font-weight: 900;
}

.smb1-hero h2 {
    max-width: 540px;
    margin-bottom: 16px;
    color: var(--smb1-navy);
    font-size: clamp(24px, 2.4vw, 36px);
    font-weight: 750;
    line-height: 1.2;
    letter-spacing: -.025em;
}

.smb1-hero-summary {
    max-width: 545px;
    margin-bottom: 28px;
    color: #3d5377;
    font-size: 17px;
    line-height: 1.75;
}

.smb1-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    align-items: center;
}

.smb1-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 12px 22px;
    border: 1px solid transparent;
    border-radius: 7px;
    font-size: 15px;
    font-weight: 750;
    line-height: 1.2;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background-color .2s ease;
}

.smb1-btn span {
    margin-left: 13px;
    font-size: 20px;
    line-height: 1;
}

.smb1-btn:hover,
.smb1-btn:focus-visible {
    transform: translateY(-2px);
}

.smb1-btn-primary {
    color: #fff;
    background: linear-gradient(135deg, #ff7418, var(--smb1-orange));
    box-shadow: 0 14px 30px rgba(255, 100, 0, .22);
}

.smb1-btn-primary:hover,
.smb1-btn-primary:focus-visible {
    color: #fff;
    background: var(--smb1-orange-dark);
    box-shadow: 0 18px 34px rgba(255, 100, 0, .3);
}

.smb1-btn-secondary {
    color: var(--smb1-navy);
    border-color: #86b9ed;
    background: rgba(255, 255, 255, .86);
}

.smb1-btn-secondary:hover,
.smb1-btn-secondary:focus-visible {
    color: var(--smb1-blue);
    border-color: var(--smb1-blue);
    background: #fff;
}

.smb1-hero-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    align-items: center;
    margin: 25px 0 0;
    color: #526c92;
    font-size: 12px;
    font-weight: 700;
}

.smb1-hero-proof span {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--smb1-orange);
}

.smb1-outcomes {
    position: relative;
    z-index: 3;
    padding: 22px 0;
    background: #fff;
    border-bottom: 1px solid var(--smb1-line);
    box-shadow: 0 12px 35px rgba(13, 74, 143, .06);
}

.smb1-outcome-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.smb1-outcome {
    min-width: 0;
    padding: 14px 18px;
    text-align: center;
    border-right: 1px solid #d8e9fa;
}

.smb1-outcome:last-child {
    border-right: 0;
}

.smb1-outcome svg {
    width: 42px;
    height: 42px;
    margin: 0 auto 9px;
    color: var(--smb1-blue);
}

.smb1-outcome strong,
.smb1-outcome small {
    display: block;
}

.smb1-outcome strong {
    color: var(--smb1-navy);
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .025em;
    text-transform: uppercase;
}

.smb1-outcome small {
    margin-top: 5px;
    color: var(--smb1-muted);
    font-size: 12px;
    line-height: 1.45;
}

.smb1-section {
    position: relative;
    padding: 88px 0;
}

#smb-protection,
#smb-experts {
    scroll-margin-top: 96px;
}

.smb1-section-heading {
    max-width: 850px;
    margin: 0 auto 42px;
    text-align: center;
}

.smb1-section-heading-left {
    max-width: none;
    margin: 0;
    text-align: left;
}

.smb1-section-heading h2 {
    margin-bottom: 15px;
    color: var(--smb1-navy);
    font-size: clamp(31px, 3.5vw, 48px);
    font-weight: 800;
    line-height: 1.16;
    letter-spacing: -.035em;
}

.smb1-section-heading p {
    margin: 0 auto;
    color: var(--smb1-muted);
    font-size: 17px;
    line-height: 1.75;
}

.smb1-section-heading p + p {
    margin-top: 12px;
}

.smb1-section-heading-left p {
    margin-left: 0;
}

.smb1-intro {
    background: linear-gradient(180deg, #fff 0%, #f7fbff 100%);
}

.smb1-intro-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(330px, .8fr);
    gap: 70px;
    align-items: center;
}

.smb1-intro-points {
    display: grid;
    gap: 14px;
}

.smb1-intro-points > div {
    display: flex;
    gap: 16px;
    align-items: center;
    padding: 20px;
    border: 1px solid var(--smb1-line);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(18, 82, 154, .06);
}

.smb1-intro-points b {
    display: grid;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--smb1-blue);
    font-size: 12px;
}

.smb1-intro-points strong,
.smb1-intro-points small {
    display: block;
}

.smb1-intro-points strong {
    margin-bottom: 3px;
    color: var(--smb1-navy);
    font-size: 16px;
}

.smb1-intro-points small {
    color: var(--smb1-muted);
    font-size: 13px;
    line-height: 1.5;
}

.smb1-team {
    background: #fff;
}

.smb1-value-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.smb1-value-card,
.smb1-coverage-card,
.smb1-package,
.smb1-industry {
    border: 1px solid var(--smb1-line);
    background: #fff;
    box-shadow: 0 12px 30px rgba(22, 80, 145, .07);
}

.smb1-value-card {
    min-height: 230px;
    padding: 28px 23px;
    border-radius: 14px;
    text-align: center;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.smb1-value-card:hover {
    transform: translateY(-5px);
    border-color: #78baf7;
    box-shadow: var(--smb1-shadow);
}

.smb1-value-card svg {
    width: 54px;
    height: 54px;
    margin: 0 auto 17px;
    color: var(--smb1-blue);
}

.smb1-value-card h3 {
    min-height: 48px;
    margin-bottom: 10px;
    color: var(--smb1-navy);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3;
}

.smb1-value-card p {
    margin-bottom: 0;
    color: var(--smb1-muted);
    font-size: 14px;
    line-height: 1.65;
}

.smb1-team-art {
    display: block;
    width: 100%;
    margin: 36px 0 0;
    overflow: hidden;
    border: 1px solid #d6e9fb;
    border-radius: 18px;
    background: #f9fcff;
    box-shadow: var(--smb1-shadow);
}

.smb1-team-art img {
    display: block;
    width: 100%;
    height: auto;
}

.smb1-team-statement {
    max-width: 920px;
    margin: 25px auto 0;
    color: var(--smb1-navy);
    font-size: clamp(20px, 2.4vw, 29px);
    font-weight: 750;
    line-height: 1.4;
    text-align: center;
}

.smb1-boundary {
    background: linear-gradient(180deg, #f5faff 0%, #ffffff 100%);
}

.smb1-boundary-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 180px minmax(0, 1fr);
    gap: 24px;
    align-items: center;
}

.smb1-boundary-card {
    min-height: 390px;
    padding: 30px;
    border: 1px solid var(--smb1-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--smb1-shadow);
}

.smb1-boundary-card:not(.smb1-boundary-soc) {
    border-top: 5px solid var(--smb1-blue);
}

.smb1-boundary-included {
    border-top: 5px solid #087cf0;
}

.smb1-boundary-excluded {
    border-top: 5px solid #ff6400;
}

.smb1-boundary-soc {
    border-top: 5px solid var(--smb1-orange);
}

.smb1-boundary-title {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 24px;
}

.smb1-boundary-title > span {
    display: grid;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--smb1-blue);
    font-size: 25px;
    font-weight: 900;
}

.smb1-boundary-excluded .smb1-boundary-title > span {
    background: var(--smb1-orange);
}

.smb1-boundary-soc .smb1-boundary-title > span {
    flex-basis: 58px;
    width: 58px;
    color: #fff;
    background: var(--smb1-orange);
    font-size: 12px;
    letter-spacing: -.03em;
}

.smb1-boundary-title small,
.smb1-boundary-title h3 {
    display: block;
}

.smb1-boundary-title small {
    margin-bottom: 3px;
    color: var(--smb1-muted);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.smb1-boundary-title h3 {
    margin: 0;
    color: var(--smb1-navy);
    font-size: 24px;
    font-weight: 850;
}

.smb1-boundary-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.smb1-boundary-card li {
    position: relative;
    padding: 11px 0 11px 29px;
    border-bottom: 1px solid #e4eef8;
    color: #405675;
    font-size: 14px;
    line-height: 1.45;
}

.smb1-boundary-card li:last-child {
    border-bottom: 0;
}

.smb1-boundary-card li::before {
    content: "✓";
    position: absolute;
    top: 10px;
    left: 2px;
    color: var(--smb1-blue);
    font-weight: 900;
}

.smb1-boundary-excluded li::before {
    content: "×";
    color: var(--smb1-orange);
    font-size: 18px;
    line-height: 1;
}

.smb1-boundary-soc li::before {
    color: var(--smb1-orange);
}

.smb1-boundary-divider {
    position: relative;
    display: flex;
    min-height: 230px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #8fc8f9;
    border-radius: 50%;
    color: var(--smb1-blue);
    background: radial-gradient(circle, #fff 0%, #eaf6ff 68%, #d8efff 100%);
    box-shadow: 0 20px 45px rgba(8, 124, 240, .14);
    text-align: center;
}

.smb1-boundary-divider::before,
.smb1-boundary-divider::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 25px;
    height: 1px;
    background: #86c4fa;
}

.smb1-boundary-divider::before { right: 100%; }
.smb1-boundary-divider::after { left: 100%; }

.smb1-boundary-divider svg {
    width: 68px;
    height: 68px;
    margin-bottom: 8px;
}

.smb1-boundary-divider strong,
.smb1-boundary-divider small {
    display: block;
}

.smb1-boundary-divider strong {
    color: var(--smb1-navy);
    font-size: 19px;
    font-weight: 900;
}

.smb1-boundary-divider small {
    color: var(--smb1-muted);
    font-size: 11px;
}

.smb1-boundary-note {
    max-width: 920px;
    margin: 30px auto 0;
    padding: 16px 22px;
    border: 1px solid #ffd0ae;
    border-radius: 10px;
    color: #5b5362;
    background: #fff8f2;
    font-size: 14px;
    text-align: center;
}

.smb1-boundary-note strong {
    color: var(--smb1-navy);
}

.smb1-coverage {
    background: linear-gradient(180deg, var(--smb1-soft) 0%, #fff 100%);
}

.smb1-coverage-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.smb1-coverage-grid .smb1-coverage-card {
    display: block;
    min-height: 285px;
}

.smb1-coverage-grid .smb1-coverage-card > svg {
    display: block;
    width: 52px;
    height: 52px;
    margin-bottom: 18px;
}

.smb1-coverage-map {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-areas:
        "tenant identity endpoint"
        "email core threat"
        "data core support";
    gap: 20px;
}

.smb1-coverage-map::before {
    content: "";
    position: absolute;
    inset: 14% 16%;
    z-index: 0;
    opacity: .35;
    background-image: radial-gradient(circle, var(--smb1-cyan) 1.3px, transparent 1.5px);
    background-size: 18px 18px;
    mask-image: radial-gradient(circle, #000 0%, transparent 72%);
}

.smb1-coverage-card,
.smb1-coverage-core {
    position: relative;
    z-index: 1;
}

.smb1-coverage-card {
    display: flex;
    gap: 16px;
    min-height: 185px;
    padding: 23px;
    border-radius: 14px;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.smb1-coverage-card:hover {
    transform: translateY(-4px);
    border-color: #6db4f5;
    box-shadow: var(--smb1-shadow);
}

.smb1-coverage-card > svg {
    flex: 0 0 43px;
    width: 43px;
    height: 43px;
    color: var(--smb1-blue);
}

.smb1-coverage-card h3 {
    margin-bottom: 9px;
    color: var(--smb1-navy);
    font-size: 18px;
    font-weight: 800;
}

.smb1-coverage-card ul,
.smb1-package ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.smb1-coverage-card li,
.smb1-package li {
    position: relative;
    padding-left: 18px;
    color: var(--smb1-muted);
    font-size: 13px;
    line-height: 1.55;
}

.smb1-coverage-card li + li,
.smb1-package li + li {
    margin-top: 5px;
}

.smb1-coverage-card li::before,
.smb1-package li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--smb1-blue);
    font-weight: 900;
}

.smb1-coverage-tenant { grid-area: tenant; }
.smb1-coverage-identity { grid-area: identity; }
.smb1-coverage-endpoint { grid-area: endpoint; }
.smb1-coverage-email { grid-area: email; }
.smb1-coverage-threat { grid-area: threat; }
.smb1-coverage-data { grid-area: data; }
.smb1-coverage-support { grid-area: support; }

.smb1-coverage-core {
    grid-area: core;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 390px;
    overflow: hidden;
    border: 1px solid #8bc8fb;
    border-radius: 50% 50% 44% 44%;
    color: var(--smb1-blue);
    background: radial-gradient(circle at 50% 42%, #fff 0%, #e7f5ff 52%, #d5edff 100%);
    box-shadow: 0 24px 60px rgba(20, 121, 225, .16), inset 0 0 44px rgba(46, 178, 255, .1);
    text-align: center;
}

.smb1-coverage-core::before,
.smb1-coverage-core::after,
.smb1-coverage-core span {
    content: "";
    position: absolute;
    inset: 12%;
    border: 1px solid rgba(8, 124, 240, .2);
    border-radius: 50%;
}

.smb1-coverage-core::after {
    inset: 24%;
}

.smb1-coverage-core span {
    inset: 36%;
}

.smb1-coverage-core svg {
    position: relative;
    z-index: 2;
    width: 114px;
    height: 114px;
    margin-bottom: 15px;
    filter: drop-shadow(0 12px 18px rgba(0, 105, 210, .16));
}

.smb1-coverage-core strong,
.smb1-coverage-core small {
    position: relative;
    z-index: 2;
    display: block;
}

.smb1-coverage-core strong {
    color: var(--smb1-navy);
    font-size: 21px;
    font-weight: 850;
}

.smb1-coverage-core small {
    margin-top: 2px;
    color: var(--smb1-muted);
    font-size: 12px;
}

.smb1-license-note,
.smb1-scope-note {
    max-width: 880px;
    margin: 26px auto 0;
    color: #6a7d9b;
    font-size: 12px;
    text-align: center;
}

.smb1-delivery {
    background: #fff;
}

.smb1-process {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.smb1-process::before {
    content: "";
    position: absolute;
    top: 65px;
    left: 10%;
    right: 10%;
    height: 2px;
    background: repeating-linear-gradient(90deg, var(--smb1-blue) 0 8px, transparent 8px 14px);
}

.smb1-process li {
    position: relative;
    z-index: 1;
    min-width: 0;
    padding: 0 10px;
    text-align: center;
}

.smb1-process li > span {
    position: absolute;
    top: -7px;
    left: calc(50% + 31px);
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border: 3px solid #fff;
    border-radius: 50%;
    color: #fff;
    background: var(--smb1-blue);
    box-shadow: 0 7px 16px rgba(8, 124, 240, .25);
    font-size: 11px;
    font-weight: 800;
}

.smb1-process svg {
    width: 84px;
    height: 84px;
    margin: 0 auto 18px;
    padding: 20px;
    border: 1px solid #9dcbf5;
    border-radius: 50%;
    color: var(--smb1-blue);
    background: #f5faff;
    box-shadow: 0 12px 26px rgba(15, 112, 216, .1);
}

.smb1-process h3 {
    margin-bottom: 8px;
    color: var(--smb1-navy);
    font-size: 17px;
    font-weight: 850;
    text-transform: uppercase;
}

.smb1-process p {
    margin-bottom: 0;
    color: var(--smb1-muted);
    font-size: 13px;
    line-height: 1.55;
}

.smb1-platforms {
    background: #fff;
}

.smb1-platform-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 14px;
}

.smb1-platform-grid > div {
    display: grid;
    min-height: 105px;
    place-items: center;
    padding: 20px 15px;
    border: 1px solid var(--smb1-line);
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(22, 80, 145, .06);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.smb1-platform-grid > div:hover {
    transform: translateY(-4px);
    border-color: #78baf7;
    box-shadow: var(--smb1-shadow);
}

.smb1-platform-grid img {
    display: block;
    width: auto;
    max-width: 100%;
    height: 54px;
    object-fit: contain;
}

.smb1-packages {
    background: linear-gradient(180deg, #f4f9ff 0%, #fff 100%);
}

.smb1-package-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
}

.smb1-package {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 455px;
    padding: 34px 30px 28px;
    border-radius: 15px;
}

.smb1-package-featured {
    border: 2px solid var(--smb1-orange);
    box-shadow: 0 22px 48px rgba(255, 100, 0, .13);
}

.smb1-package-badge {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 7px 12px;
    border-radius: 13px 13px 0 0;
    color: #fff;
    background: var(--smb1-orange);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-align: center;
    text-transform: uppercase;
}

.smb1-package > svg {
    width: 58px;
    height: 58px;
    margin-bottom: 20px;
    color: var(--smb1-blue);
}

.smb1-package-featured > svg {
    margin-top: 17px;
}

.smb1-package h3 {
    margin-bottom: 11px;
    color: var(--smb1-navy);
    font-size: 23px;
    font-weight: 850;
}

.smb1-package p {
    min-height: 72px;
    margin-bottom: 19px;
    color: var(--smb1-muted);
    font-size: 14px;
    line-height: 1.65;
}

.smb1-package li {
    font-size: 14px;
}

.smb1-package > a {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    margin-top: auto;
    padding-top: 24px;
    color: var(--smb1-blue);
    font-size: 14px;
    font-weight: 800;
}

.smb1-package > a span {
    margin-left: 9px;
    font-size: 18px;
}

.smb1-package > a:hover,
.smb1-package > a:focus-visible {
    color: var(--smb1-orange);
}

.smb1-industries {
    background: #fff;
}

.smb1-industry-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
}

.smb1-industry {
    min-height: 190px;
    padding: 25px 15px;
    border-radius: 13px;
    text-align: center;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.smb1-industry:hover {
    transform: translateY(-4px);
    border-color: #75b8f5;
    box-shadow: var(--smb1-shadow);
}

.smb1-industry svg {
    width: 49px;
    height: 49px;
    margin: 0 auto 14px;
    color: var(--smb1-blue);
}

.smb1-industry strong,
.smb1-industry small {
    display: block;
}

.smb1-industry strong {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 10px;
    color: var(--smb1-navy);
    font-size: 14px;
    font-weight: 800;
}

.smb1-industry strong::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 30px;
    height: 3px;
    transform: translateX(-50%);
    border-radius: 2px;
    background: var(--smb1-orange);
}

.smb1-industry small {
    color: var(--smb1-muted);
    font-size: 12px;
    line-height: 1.5;
}

.smb1-cta {
    padding: 24px 0 88px;
    background: #fff;
}

.smb1-cta-inner {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
    overflow: hidden;
    padding: 38px 42px;
    border: 1px solid #8fc5f4;
    border-radius: 18px;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .97), rgba(236, 247, 255, .9)),
        radial-gradient(circle at 90% 50%, rgba(42, 163, 255, .25), transparent 35%);
    box-shadow: var(--smb1-shadow);
}

.smb1-cta-inner::after {
    content: "";
    position: absolute;
    right: -80px;
    top: -120px;
    width: 340px;
    height: 340px;
    border: 1px solid rgba(8, 124, 240, .22);
    border-radius: 50%;
    box-shadow: inset 0 0 0 24px rgba(8, 124, 240, .03), inset 0 0 0 48px rgba(8, 124, 240, .025);
    pointer-events: none;
}

.smb1-cta-icon {
    display: grid;
    width: 92px;
    height: 92px;
    place-items: center;
    border: 1px solid #8dc5f7;
    border-radius: 50%;
    color: var(--smb1-blue);
    background: #fff;
    box-shadow: 0 12px 28px rgba(13, 113, 219, .14);
}

.smb1-cta-icon svg {
    width: 53px;
    height: 53px;
}

.smb1-cta h2 {
    margin-bottom: 8px;
    color: var(--smb1-navy);
    font-size: clamp(27px, 3vw, 39px);
    font-weight: 850;
    line-height: 1.18;
    letter-spacing: -.03em;
}

.smb1-cta p {
    max-width: 650px;
    margin-bottom: 0;
    color: var(--smb1-muted);
    font-size: 15px;
}

.smb1-cta .smb1-kicker {
    margin-bottom: 9px;
}

.smb1-cta-actions {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    min-width: 300px;
}

.smb1-cta-phone {
    color: var(--smb1-navy);
    font-size: 13px;
    font-weight: 750;
    text-align: center;
}

.smb1-cta-phone:hover,
.smb1-cta-phone:focus-visible {
    color: var(--smb1-blue);
}

.smb1-js .smb1-reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .65s ease, transform .65s ease;
}

.smb1-js .smb1-reveal.smb1-visible {
    opacity: 1;
    transform: none;
}

@media (max-width: 1160px) {
    .smb1-hero::after {
        background: linear-gradient(90deg, rgba(255, 255, 255, .99) 0%, rgba(255, 255, 255, .97) 42%, rgba(255, 255, 255, .65) 57%, rgba(255, 255, 255, 0) 100%);
    }

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

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

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

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

    .smb1-cta-inner {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .smb1-cta-actions {
        grid-column: 2;
        align-items: flex-start;
    }
}

@media (max-width: 940px) {
    .smb1-hero {
        min-height: 610px;
    }

    .smb1-hero-layout {
        grid-template-columns: minmax(0, 530px) 1fr;
    }

    .smb1-hero-art img {
        object-position: 62% center;
    }

    .smb1-hero::after {
        background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .98) 51%, rgba(255, 255, 255, .68) 68%, rgba(255, 255, 255, .15) 100%);
    }

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

    .smb1-outcome:nth-child(3) {
        border-right: 0;
    }

    .smb1-outcome:nth-child(n+4) {
        border-top: 1px solid #d8e9fa;
    }

    .smb1-intro-layout {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .smb1-boundary-grid {
        grid-template-columns: 1fr;
        max-width: 720px;
        margin: 0 auto;
    }

    .smb1-boundary-card {
        min-height: 0;
    }

    .smb1-boundary-divider {
        min-height: 160px;
        width: 160px;
        margin: 0 auto;
    }

    .smb1-boundary-divider::before,
    .smb1-boundary-divider::after {
        top: auto;
        left: 50%;
        width: 1px;
        height: 25px;
    }

    .smb1-boundary-divider::before {
        bottom: 100%;
        right: auto;
    }

    .smb1-boundary-divider::after {
        top: 100%;
    }

    .smb1-coverage-map {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-areas:
            "tenant identity"
            "endpoint email"
            "core core"
            "threat data"
            "support support";
    }

    .smb1-coverage-core {
        min-height: 300px;
        border-radius: 38px;
    }

    .smb1-process {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        row-gap: 36px;
    }

    .smb1-process::before {
        display: none;
    }

    .smb1-package-grid {
        grid-template-columns: 1fr;
        max-width: 680px;
        margin: 0 auto;
    }

    .smb1-package {
        min-height: 0;
    }
}

@media (max-width: 700px) {
    .smb1-container {
        width: min(100% - 28px, 620px);
    }

    .smb1-hero {
        display: block;
        min-height: 0;
        padding-top: 0;
    }

    .smb1-hero::after {
        background: linear-gradient(180deg, #fff 0%, #fff 55%, rgba(255, 255, 255, .72) 72%, rgba(255, 255, 255, .1) 100%);
    }

    .smb1-hero-layout {
        display: block;
        min-height: 720px;
        padding: 56px 0 300px;
    }

    .smb1-hero-art img {
        object-position: 72% bottom;
    }

    .smb1-hero h1 {
        font-size: clamp(48px, 15vw, 66px);
    }

    .smb1-hero h2 {
        font-size: 26px;
    }

    .smb1-hero-summary {
        font-size: 15px;
    }

    .smb1-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .smb1-btn {
        width: 100%;
    }

    .smb1-hero-proof {
        display: none;
    }

    .smb1-outcome-grid,
    .smb1-value-grid,
    .smb1-coverage-grid,
    .smb1-coverage-map,
    .smb1-process,
    .smb1-industry-grid {
        grid-template-columns: 1fr;
    }

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

    .smb1-platform-grid > div {
        min-height: 90px;
    }

    .smb1-outcome {
        display: grid;
        grid-template-columns: 48px 1fr;
        column-gap: 14px;
        align-items: center;
        padding: 15px 10px;
        border-right: 0;
        border-top: 1px solid #d8e9fa;
        text-align: left;
    }

    .smb1-outcome:first-child {
        border-top: 0;
    }

    .smb1-outcome svg {
        grid-row: 1 / span 2;
        margin: 0;
    }

    .smb1-outcome small {
        margin-top: 0;
    }

    .smb1-section {
        padding: 68px 0;
    }

    .smb1-section-heading {
        margin-bottom: 32px;
    }

    .smb1-section-heading h2 {
        font-size: 32px;
    }

    .smb1-section-heading p {
        font-size: 15px;
    }

    .smb1-value-card {
        min-height: 0;
    }

    .smb1-boundary-card {
        padding: 24px 20px;
    }

    .smb1-boundary-title h3 {
        font-size: 21px;
    }

    .smb1-coverage-grid .smb1-coverage-card {
        min-height: 0;
    }

    .smb1-team-art {
        margin-top: 25px;
        border-radius: 12px;
    }

    .smb1-team-art img {
        min-height: 310px;
        object-fit: cover;
        object-position: center;
    }

    .smb1-coverage-map {
        grid-template-areas:
            "tenant"
            "identity"
            "endpoint"
            "email"
            "core"
            "threat"
            "data"
            "support";
    }

    .smb1-coverage-card {
        min-height: 0;
    }

    .smb1-coverage-core {
        min-height: 260px;
    }

    .smb1-process {
        gap: 28px;
    }

    .smb1-process li {
        padding: 0 22px;
    }

    .smb1-package {
        padding: 31px 24px 25px;
    }

    .smb1-industry {
        min-height: 0;
    }

    .smb1-cta {
        padding-bottom: 68px;
    }

    .smb1-cta-inner {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 30px 24px;
        text-align: center;
    }

    .smb1-cta-icon {
        margin: 0 auto;
    }

    .smb1-cta-actions {
        grid-column: auto;
        align-items: stretch;
        min-width: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .smb1-page *,
    .smb1-page *::before,
    .smb1-page *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}

/* SMB OneShield pain-to-protection map */
.smb1-hero h1 {
    color: var(--smb1-navy);
    font-size: clamp(50px, 5.4vw, 74px);
}

.smb1-hero h1 strong {
    display: block;
    color: var(--smb1-orange);
}

.smb1-protection {
    background: linear-gradient(180deg, var(--smb1-soft) 0%, #fff 100%);
}

.smb1-risk-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 17px;
}

.smb1-risk-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 36px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    min-height: 220px;
    padding: 22px;
    border: 1px solid var(--smb1-line);
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(22, 80, 145, .07);
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.smb1-risk-card:hover {
    transform: translateY(-4px);
    border-color: #78baf7;
    box-shadow: var(--smb1-shadow);
}

.smb1-risk-side {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 13px;
    align-items: center;
    min-width: 0;
}

.smb1-risk-side svg {
    width: 48px;
    height: 48px;
}

.smb1-risk-pain svg {
    color: #ef3d2f;
}

.smb1-risk-solution svg {
    color: var(--smb1-blue);
}

.smb1-risk-side small {
    display: block;
    margin-bottom: 4px;
    color: var(--smb1-muted);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.smb1-risk-side h3 {
    margin-bottom: 6px;
    color: var(--smb1-navy);
    font-size: 17px;
    font-weight: 850;
    line-height: 1.25;
}

.smb1-risk-side p {
    margin-bottom: 0;
    color: var(--smb1-muted);
    font-size: 12px;
    line-height: 1.5;
}

.smb1-risk-arrow {
    position: relative;
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 1px solid #afd4f8;
    border-radius: 50%;
    color: var(--smb1-blue);
    background: #eff8ff;
    font-size: 21px;
    font-weight: 800;
}

.smb1-risk-arrow::before,
.smb1-risk-arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 8px;
    border-top: 1px dashed #80baf0;
}

.smb1-risk-arrow::before { right: 100%; }
.smb1-risk-arrow::after { left: 100%; }

@media (max-width: 1160px) {
    .smb1-risk-card {
        grid-template-columns: minmax(0, 1fr) 32px minmax(0, 1fr);
        padding: 19px;
    }

    .smb1-risk-side {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 10px;
    }

    .smb1-risk-side svg {
        width: 42px;
        height: 42px;
    }

    .smb1-risk-side h3 {
        font-size: 15px;
    }
}

@media (max-width: 940px) {
    .smb1-risk-grid {
        grid-template-columns: 1fr;
    }

    .smb1-risk-card {
        min-height: 175px;
    }
}

@media (max-width: 700px) {
    .smb1-hero h1 strong {
        display: block;
    }

    .smb1-risk-card {
        grid-template-columns: 1fr;
        gap: 15px;
        min-height: 0;
        padding: 22px 20px;
    }

    .smb1-risk-side {
        grid-template-columns: 52px minmax(0, 1fr);
    }

    .smb1-risk-side svg {
        width: 52px;
        height: 52px;
    }

    .smb1-risk-side h3 {
        font-size: 17px;
    }

    .smb1-risk-arrow {
        margin: 0 auto;
        transform: rotate(90deg);
    }

    .smb1-risk-arrow::before,
    .smb1-risk-arrow::after {
        display: none;
    }
}
