:root {
    --stm-navy: #062b52;
    --stm-navy-deep: #031d39;
    --stm-navy-soft: #0e3d68;
    --stm-cyan: #10a8ce;
    --stm-cyan-soft: #dff7fc;
    --stm-red: #ff3b21;
    --stm-red-dark: #dd2813;
    --stm-ink: #14263a;
    --stm-muted: #607287;
    --stm-paper: #f4f7fa;
    --stm-white: #ffffff;
    --stm-line: #dbe5ed;
    --stm-radius: 22px;
    --stm-shadow: 0 22px 60px rgba(6, 43, 82, .13);
}

html {
    scroll-behavior: smooth;
}

.stm-site {
    margin: 0;
    color: var(--stm-ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: white;
}

.stm-site h1,
.stm-site h2,
.stm-site h3,
.stm-site strong {
    font-family: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
}

.stm-site main {
    overflow: hidden;
    background: white;
}

.stm-container {
    width: min(1240px, calc(100% - 42px));
    margin-inline: auto;
}

.stm-topbar {
    color: rgba(255, 255, 255, .78);
    background: var(--stm-navy-deep);
    font-size: 12px;
    font-weight: 700;
}

.stm-topbar .stm-container {
    display: flex;
    min-height: 34px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.stm-topbar div div {
    display: flex;
    gap: 10px;
}

.stm-topbar a {
    color: white;
    text-decoration: none;
}

.stm-site header {
    position: relative;
    z-index: 60;
    border-bottom: 1px solid rgba(6, 43, 82, .09);
    background: rgba(255, 255, 255, .98);
}

.stm-site header img {
    width: auto;
    max-height: 62px;
}

.stm-site .primary-button,
.stm-site button.primary-button {
    border-color: var(--stm-red) !important;
    background: var(--stm-red) !important;
}

.stm-site .primary-button:hover,
.stm-site button.primary-button:hover {
    border-color: var(--stm-red-dark) !important;
    background: var(--stm-red-dark) !important;
}

.stm-anchor-nav {
    position: sticky;
    top: 0;
    z-index: 55;
    border-bottom: 1px solid rgba(6, 43, 82, .09);
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 10px 30px rgba(6, 43, 82, .05);
    backdrop-filter: blur(14px);
}

.stm-anchor-nav .stm-container {
    display: grid;
    min-height: 78px;
    grid-template-columns: 240px 1fr auto;
    align-items: center;
    gap: 24px;
}

.stm-anchor-nav__brand img {
    display: block;
    width: 224px;
    max-height: 66px;
    object-fit: contain;
    object-position: left center;
}

.stm-anchor-nav__links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(14px, 2.1vw, 30px);
}

.stm-anchor-nav__links a {
    color: var(--stm-navy);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.stm-anchor-nav__links a:hover {
    color: var(--stm-cyan);
}

.stm-button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 0 24px;
    border: 2px solid transparent;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 850;
    text-decoration: none;
    transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.stm-button:hover {
    transform: translateY(-2px);
}

.stm-button--red {
    color: white;
    background: var(--stm-red);
    box-shadow: 0 12px 26px rgba(255, 59, 33, .2);
}

.stm-button--red:hover {
    background: var(--stm-red-dark);
}

.stm-button--outline {
    color: var(--stm-navy);
    border-color: var(--stm-cyan);
    background: white;
}

.stm-button--outline:hover {
    color: white;
    background: var(--stm-cyan);
}

.stm-button--light-outline {
    color: white;
    border-color: rgba(255, 255, 255, .42);
    background: transparent;
}

.stm-kicker {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: var(--stm-cyan);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.stm-kicker::before {
    width: 34px;
    height: 4px;
    content: "";
    border-radius: 99px;
    background: var(--stm-red);
}

.stm-hero {
    position: relative;
    min-height: 720px;
    overflow: hidden;
    background:
        radial-gradient(circle at 11% 15%, rgba(16, 168, 206, .08), transparent 25%),
        linear-gradient(135deg, white 0%, white 54%, #eef7fa 54%, #f7fafc 100%);
}

.stm-hero__pattern {
    position: absolute;
    inset: 0;
    opacity: .45;
    background-image:
        radial-gradient(rgba(6, 43, 82, .16) 1px, transparent 1px);
    background-size: 18px 18px;
    mask-image: linear-gradient(90deg, black, transparent 50%, black);
}

.stm-hero__grid {
    position: relative;
    z-index: 2;
    display: grid;
    min-height: 720px;
    grid-template-columns: .92fr 1.08fr;
    align-items: center;
    gap: 68px;
    padding: 70px 0;
}

.stm-hero h1 {
    max-width: 720px;
    margin: 22px 0 0;
    color: var(--stm-navy);
    font-size: clamp(61px, 7vw, 106px);
    font-weight: 900;
    line-height: .83;
    letter-spacing: -.055em;
    text-transform: uppercase;
}

.stm-hero h1 span {
    color: var(--stm-cyan);
}

.stm-hero__lead {
    max-width: 680px;
    margin: 28px 0 0;
    color: var(--stm-cyan);
    font-size: 21px;
    font-weight: 850;
    line-height: 1.35;
}

.stm-hero__text {
    max-width: 650px;
    margin: 18px 0 0;
    color: var(--stm-muted);
    font-size: 16px;
    line-height: 1.75;
}

.stm-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 31px;
}

.stm-hero__trust {
    display: flex;
    max-width: 535px;
    align-items: center;
    gap: 16px;
    margin-top: 36px;
    padding: 17px 20px;
    color: white;
    background: linear-gradient(100deg, var(--stm-navy), var(--stm-navy-soft));
    box-shadow: 0 14px 36px rgba(6, 43, 82, .19);
    clip-path: polygon(0 0, 96% 0, 100% 50%, 96% 100%, 0 100%);
}

.stm-hero__trust > div {
    display: flex;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--stm-cyan);
    background: rgba(255, 255, 255, .1);
}

.stm-hero__trust svg {
    width: 25px;
    fill: currentColor;
}

.stm-hero__trust p {
    display: grid;
    margin: 0;
}

.stm-hero__trust strong {
    font-size: 19px;
}

.stm-hero__trust span {
    margin-top: 2px;
    color: rgba(255, 255, 255, .7);
    font-size: 12px;
}

.stm-hero__visual {
    position: relative;
    min-height: 610px;
}

.stm-hero__slashes {
    position: absolute;
    inset: 5px -130px 0 15%;
    transform: skewX(-22deg);
    background:
        linear-gradient(90deg,
            transparent 0 11%,
            var(--stm-cyan) 11% 14%,
            transparent 14% 18%,
            rgba(6, 43, 82, .98) 18% 72%,
            var(--stm-red) 72% 76%,
            transparent 76%);
    opacity: .98;
}

.stm-team-photo {
    position: absolute;
    top: 25px;
    right: -25px;
    width: 78%;
    height: 390px;
    margin: 0;
    overflow: hidden;
    border: 10px solid white;
    border-radius: 24px;
    background: var(--stm-navy);
    box-shadow: var(--stm-shadow);
}

.stm-team-photo::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(180deg, transparent 55%, rgba(6, 43, 82, .36));
}

.stm-team-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.stm-browser-card {
    position: absolute;
    bottom: 35px;
    left: 0;
    width: 62%;
    overflow: hidden;
    border: 8px solid white;
    border-radius: 18px;
    background: white;
    box-shadow: var(--stm-shadow);
}

.stm-browser-card__top {
    display: flex;
    min-height: 37px;
    align-items: center;
    gap: 7px;
    padding: 0 13px;
    color: white;
    background: var(--stm-navy);
}

.stm-browser-card__top span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .45);
}

.stm-browser-card__top b {
    margin-left: 8px;
    font-size: 11px;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.stm-browser-card > img {
    display: block;
    width: 100%;
    aspect-ratio: 1.55;
    object-fit: cover;
    object-position: top;
}

.stm-hero__badge {
    position: absolute;
    right: 0;
    bottom: 60px;
    display: grid;
    min-width: 240px;
    padding: 18px 20px;
    color: white;
    border-left: 6px solid var(--stm-red);
    background: var(--stm-cyan);
    box-shadow: var(--stm-shadow);
}

.stm-hero__badge strong {
    font-size: 19px;
    text-transform: uppercase;
}

.stm-hero__badge span {
    margin-top: 3px;
    font-size: 11px;
    font-weight: 700;
}

.stm-section {
    padding: 105px 0;
}

.stm-heading {
    margin-bottom: 48px;
}

.stm-heading--center {
    max-width: 800px;
    margin-right: auto;
    margin-bottom: 52px;
    margin-left: auto;
    text-align: center;
}

.stm-heading--center .stm-kicker {
    justify-content: center;
}

.stm-heading h2,
.stm-regional h2,
.stm-final-cta h2 {
    margin: 12px 0 0;
    color: var(--stm-navy);
    font-size: clamp(44px, 5vw, 72px);
    font-weight: 900;
    line-height: .94;
    letter-spacing: -.045em;
    text-transform: uppercase;
}

.stm-heading p {
    margin: 18px auto 0;
    color: var(--stm-muted);
    font-size: 17px;
    line-height: 1.72;
}

.stm-heading--split {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    align-items: end;
    gap: 70px;
}

.stm-heading--split p {
    margin: 0;
}

.stm-how {
    background: white;
}

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

.stm-step {
    position: relative;
    min-height: 330px;
    padding: 32px 28px;
    border: 1px solid var(--stm-line);
    border-radius: var(--stm-radius);
    background: white;
    box-shadow: 0 12px 35px rgba(6, 43, 82, .06);
}

.stm-step:not(:last-child)::after {
    position: absolute;
    top: 52px;
    right: -27px;
    z-index: 3;
    width: 34px;
    height: 34px;
    content: "→";
    color: var(--stm-cyan);
    border: 1px solid var(--stm-line);
    border-radius: 50%;
    background: white;
    text-align: center;
    font-weight: 900;
    line-height: 31px;
}

.stm-step__number {
    position: absolute;
    top: 25px;
    right: 25px;
    display: flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
    background: var(--stm-cyan);
    font-weight: 900;
}

.stm-icon {
    display: flex;
    width: 78px;
    height: 78px;
    align-items: center;
    justify-content: center;
    color: var(--stm-navy);
    border-radius: 18px;
    background: var(--stm-cyan-soft);
}

.stm-icon svg,
.stm-benefit-card__icon svg {
    width: 45px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.stm-step h3 {
    margin: 42px 0 10px;
    color: var(--stm-navy);
    font-size: 27px;
    text-transform: uppercase;
}

.stm-step p {
    margin: 0;
    color: var(--stm-muted);
    font-size: 14px;
    line-height: 1.65;
}

.stm-benefits {
    background:
        radial-gradient(circle at 90% 5%, rgba(16, 168, 206, .08), transparent 25%),
        var(--stm-paper);
}

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

.stm-benefit-card {
    min-height: 270px;
    padding: 30px;
    border: 1px solid var(--stm-line);
    border-radius: var(--stm-radius);
    background: white;
    box-shadow: 0 10px 30px rgba(6, 43, 82, .05);
}

.stm-benefit-card__icon {
    display: flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    color: var(--stm-cyan);
    border-radius: 50%;
    background: var(--stm-cyan-soft);
}

.stm-benefit-card__icon--red {
    color: var(--stm-red);
    background: #ffebe7;
}

.stm-benefit-card__icon svg {
    width: 32px;
}

.stm-benefit-card h3 {
    margin: 35px 0 10px;
    color: var(--stm-navy);
    font-size: 25px;
    line-height: 1;
    text-transform: uppercase;
}

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

.stm-zero-cost {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin-top: 24px;
    padding: 24px 28px;
    color: white;
    border-radius: 15px;
    background: linear-gradient(100deg, var(--stm-navy), var(--stm-navy-soft));
}

.stm-zero-cost strong {
    font-size: 20px;
}

.stm-zero-cost span {
    color: rgba(255, 255, 255, .72);
    font-size: 14px;
    line-height: 1.6;
}

.stm-examples {
    background: white;
}

.stm-shop-grid {
    display: grid;
    grid-template-columns: 1.35fr .65fr;
    gap: 20px;
}

.stm-shop-card {
    display: grid;
    min-height: 440px;
    grid-template-columns: 1.1fr .9fr;
    overflow: hidden;
    color: inherit;
    border: 1px solid var(--stm-line);
    border-radius: var(--stm-radius);
    background: white;
    box-shadow: var(--stm-shadow);
    text-decoration: none;
    transition: transform .25s ease;
}

.stm-shop-card:hover,
.stm-new-shop-card:hover {
    transform: translateY(-5px);
}

.stm-shop-card__image {
    min-height: 440px;
    overflow: hidden;
    background: var(--stm-navy);
}

.stm-shop-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.stm-shop-card__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 38px;
}

.stm-shop-card__logo {
    width: 190px;
    max-height: 130px;
    object-fit: contain;
    object-position: left center;
}

.stm-shop-card__content > div {
    margin-top: 30px;
}

.stm-shop-card__content span {
    color: var(--stm-cyan);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.stm-shop-card h3,
.stm-new-shop-card h3 {
    margin: 8px 0 0;
    color: var(--stm-navy);
    font-size: 39px;
    line-height: .95;
    text-transform: uppercase;
}

.stm-shop-card p,
.stm-new-shop-card p {
    margin: 13px 0 0;
    color: var(--stm-muted);
    font-size: 14px;
    line-height: 1.65;
}

.stm-shop-card__content > strong {
    margin-top: 35px;
    color: var(--stm-red);
    font-size: 14px;
}

.stm-new-shop-card {
    display: flex;
    min-height: 440px;
    flex-direction: column;
    justify-content: center;
    padding: 45px;
    color: white;
    border-radius: var(--stm-radius);
    background:
        linear-gradient(135deg, rgba(16, 168, 206, .2), transparent 45%),
        var(--stm-navy);
    text-decoration: none;
    transition: transform .25s ease;
}

.stm-new-shop-card__plus {
    display: flex;
    width: 72px;
    height: 72px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
    background: var(--stm-cyan);
    font-size: 48px;
    font-weight: 300;
}

.stm-new-shop-card small {
    margin-top: 35px;
    color: var(--stm-cyan);
    font-weight: 800;
    text-transform: uppercase;
}

.stm-new-shop-card h3,
.stm-new-shop-card p,
.stm-new-shop-card strong {
    color: white;
}

.stm-new-shop-card strong {
    margin-top: 35px;
    font-size: 14px;
}

.stm-products {
    color: white;
    background: var(--stm-navy-deep);
}

.stm-products .stm-heading h2 {
    color: white;
}

.stm-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.stm-product-card {
    position: relative;
    display: flex;
    min-height: 380px;
    flex-direction: column;
    overflow: hidden;
    padding: 30px;
    color: white;
    border-radius: var(--stm-radius);
    text-decoration: none;
    transition: transform .25s ease;
}

.stm-product-card:hover {
    transform: translateY(-6px);
}

.stm-product-card::after {
    position: absolute;
    right: -55px;
    bottom: -85px;
    width: 210px;
    height: 210px;
    content: "";
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 50%;
}

.stm-product-card--navy { background: linear-gradient(145deg, #0b4a80, var(--stm-navy)); }
.stm-product-card--cyan { background: linear-gradient(145deg, #16badf, #077a9a); }
.stm-product-card--dark { background: linear-gradient(145deg, #263a4d, #091d31); }
.stm-product-card--red { background: linear-gradient(145deg, #ff4b31, #d92310); }

.stm-product-card svg {
    width: 70px;
    fill: none;
    stroke: white;
    stroke-width: 2.2;
    stroke-linejoin: round;
    stroke-linecap: round;
}

.stm-product-card > span {
    position: absolute;
    top: 28px;
    right: 28px;
    color: rgba(255, 255, 255, .58);
    font-weight: 900;
}

.stm-product-card h3 {
    margin: auto 0 0;
    font-size: 37px;
    text-transform: uppercase;
}

.stm-product-card p {
    min-height: 76px;
    margin: 12px 0 0;
    color: rgba(255, 255, 255, .76);
    font-size: 14px;
    line-height: 1.55;
}

.stm-product-card strong {
    position: relative;
    z-index: 2;
    margin-top: 20px;
    font-size: 13px;
}

.stm-regional {
    padding: 85px 0;
    background:
        radial-gradient(circle at 10% 30%, rgba(16, 168, 206, .13), transparent 20%),
        #eef6fa;
}

.stm-regional__grid {
    display: grid;
    grid-template-columns: 170px 1.2fr .8fr;
    align-items: center;
    gap: 50px;
}

.stm-regional__map {
    display: flex;
    width: 150px;
    height: 150px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--stm-red);
    background: white;
    box-shadow: var(--stm-shadow);
}

.stm-regional__map svg {
    width: 120px;
    fill: none;
    stroke: currentColor;
    stroke-width: 4;
}

.stm-regional h2 {
    font-size: clamp(36px, 4vw, 58px);
}

.stm-regional p {
    max-width: 720px;
    margin: 17px 0 0;
    color: var(--stm-muted);
    line-height: 1.7;
}

.stm-regional__facts {
    display: grid;
    gap: 15px;
}

.stm-regional__facts div {
    display: grid;
    padding: 15px 18px;
    border-left: 4px solid var(--stm-cyan);
    background: white;
}

.stm-regional__facts strong {
    color: var(--stm-navy);
    font-size: 20px;
}

.stm-regional__facts span {
    margin-top: 3px;
    color: var(--stm-muted);
    font-size: 12px;
}

.stm-customizations {
    padding: 20px 0 40px;
}

.stm-customizations > * {
    max-width: 1240px;
    margin-inline: auto;
}

.stm-final-cta {
    position: relative;
    overflow: hidden;
    padding: 76px 0 22px;
    color: white;
    background:
        radial-gradient(circle at 90% 15%, rgba(16, 168, 206, .2), transparent 24%),
        var(--stm-navy-deep);
}

.stm-final-cta__line {
    position: absolute;
    width: 500px;
    height: 18px;
    transform: rotate(-32deg);
}

.stm-final-cta__line--cyan {
    top: 10px;
    right: -120px;
    background: var(--stm-cyan);
}

.stm-final-cta__line--red {
    top: 48px;
    right: -80px;
    background: var(--stm-red);
}

.stm-final-cta__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 220px 1fr auto;
    align-items: center;
    gap: 45px;
}

.stm-final-cta__grid > img {
    width: 220px;
    padding: 12px;
    border-radius: 10px;
    background: white;
}

.stm-final-cta__grid > div > span {
    color: var(--stm-cyan);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.stm-final-cta h2 {
    max-width: 650px;
    color: white;
    font-size: clamp(38px, 4vw, 58px);
}

.stm-final-cta p {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, .7);
}

.stm-final-cta__actions {
    display: grid;
    gap: 10px;
}

.stm-final-cta__legal {
    position: relative;
    z-index: 2;
    display: flex;
    margin-top: 55px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .12);
    justify-content: center;
    gap: 35px;
    color: rgba(255, 255, 255, .58);
    font-size: 11px;
}

.stm-final-cta__legal a {
    color: inherit;
    text-decoration: none;
}

.stm-site footer {
    border-top: 0 !important;
    background: #021326 !important;
}

.stm-site footer,
.stm-site footer a,
.stm-site footer p,
.stm-site footer span {
    color: rgba(255, 255, 255, .72);
}

@media (max-width: 1100px) {
    .stm-anchor-nav .stm-container {
        grid-template-columns: 220px 1fr;
    }

    .stm-anchor-nav__links {
        display: none;
    }

    .stm-anchor-nav__cta {
        justify-self: end;
    }

    .stm-hero__grid {
        grid-template-columns: 1fr;
        padding-top: 65px;
    }

    .stm-hero__visual {
        min-height: 570px;
    }

    .stm-steps,
    .stm-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .stm-step:not(:last-child)::after {
        display: none;
    }

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

    .stm-shop-grid {
        grid-template-columns: 1fr;
    }

    .stm-regional__grid {
        grid-template-columns: 150px 1fr;
    }

    .stm-regional__facts {
        grid-column: 1 / -1;
        grid-template-columns: repeat(3, 1fr);
    }

    .stm-final-cta__grid {
        grid-template-columns: 200px 1fr;
    }

    .stm-final-cta__actions {
        grid-column: 1 / -1;
        grid-template-columns: repeat(2, minmax(0, 260px));
    }
}

@media (max-width: 760px) {
    .stm-container {
        width: min(100% - 28px, 1240px);
    }

    .stm-topbar .stm-container {
        justify-content: center;
    }

    .stm-topbar .stm-container > div {
        display: none;
    }

    .stm-site header img {
        max-height: 48px;
    }

    .stm-anchor-nav .stm-container {
        min-height: 68px;
        grid-template-columns: 1fr auto;
        gap: 12px;
    }

    .stm-anchor-nav__brand img {
        width: 180px;
        max-height: 54px;
    }

    .stm-anchor-nav__cta {
        min-height: 42px;
        width: 44px;
        overflow: hidden;
        padding: 0;
        color: transparent;
    }

    .stm-anchor-nav__cta::after {
        content: "+";
        color: white;
        font-size: 22px;
    }

    .stm-hero {
        min-height: auto;
    }

    .stm-hero__grid {
        min-height: 0;
        gap: 35px;
        padding: 55px 0 75px;
    }

    .stm-hero h1 {
        font-size: clamp(52px, 16vw, 76px);
    }

    .stm-hero__lead {
        font-size: 18px;
    }

    .stm-hero__actions {
        flex-direction: column;
    }

    .stm-button {
        width: 100%;
    }

    .stm-hero__trust {
        clip-path: none;
        border-radius: 13px;
    }

    .stm-hero__visual {
        min-height: 470px;
    }

    .stm-hero__slashes {
        inset: 0 -160px 0 20%;
    }

    .stm-team-photo {
        top: 20px;
        right: 0;
        width: 91%;
        height: 285px;
        border-width: 6px;
    }

    .stm-browser-card {
        bottom: 10px;
        width: 69%;
        border-width: 5px;
    }

    .stm-hero__badge {
        right: 0;
        bottom: 30px;
        min-width: 185px;
        padding: 13px 15px;
    }

    .stm-hero__badge strong {
        font-size: 15px;
    }

    .stm-section {
        padding: 75px 0;
    }

    .stm-heading--split {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .stm-steps,
    .stm-benefit-grid,
    .stm-product-grid {
        grid-template-columns: 1fr;
    }

    .stm-step {
        min-height: 270px;
    }

    .stm-zero-cost {
        grid-template-columns: 1fr;
    }

    .stm-shop-card {
        grid-template-columns: 1fr;
    }

    .stm-shop-card__image {
        min-height: 280px;
    }

    .stm-new-shop-card {
        min-height: 360px;
    }

    .stm-regional__grid {
        grid-template-columns: 1fr;
    }

    .stm-regional__map {
        width: 115px;
        height: 115px;
    }

    .stm-regional__map svg {
        width: 88px;
    }

    .stm-regional__facts {
        grid-column: auto;
        grid-template-columns: 1fr;
    }

    .stm-final-cta__grid {
        grid-template-columns: 1fr;
    }

    .stm-final-cta__grid > img {
        width: 190px;
    }

    .stm-final-cta__actions {
        grid-column: auto;
        grid-template-columns: 1fr;
    }

    .stm-final-cta__legal {
        align-items: center;
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }
}
