/* Storex public final overrides - 2026-09-07 */
:root {
    --sp-fix-primary: #6174eb;
    --sp-fix-primary-dark: #4c5ee0;
    --sp-fix-text: #18213a;
    --sp-fix-muted: #566178;
    /* Keep older public components on the same palette as the current design. */
    --sp-primary: var(--sp-fix-primary);
    --sp-primary-dark: var(--sp-fix-primary-dark);
    --sp-muted: var(--sp-fix-muted);
}

.sp-roadmap-section .sp-roadmap-copy h2 {
    color: #fff;
}

.sp-roadmap-section .sp-roadmap-copy p {
    color: #d5dcef;
}

.sp-roadmap-section .sp-roadmap-badge,
.sp-roadmap-section .sp-eyebrow {
    color: #e2e7ff;
}

@media (min-width: 600px) {
    /* Reserve room for the floating help link, including in RTL. */
    .sp-footer-bottom {
        padding-inline-end: 112px;
    }
}

@media (max-width: 980px) {
    .sp-navigation {
        max-height: calc(100vh - 96px);
        max-height: calc(100dvh - 96px);
        overflow-y: auto;
        overscroll-behavior: contain;
    }
}

.sp-logo {
    direction: ltr;
    unicode-bidi: isolate;
}

.sp-navigation a,
.sp-language summary,
.sp-menu-button {
    min-height: 44px;
}

.sp-navigation a {
    display: inline-flex;
    align-items: center;
}

.sp-footer-links a {
    display: flex;
    min-height: 44px;
    align-items: center;
}

.sp-language summary {
    display: flex;
    min-width: 44px;
    align-items: center;
    justify-content: center;
}

.sp-navigation a[aria-current="page"] {
    color: var(--sp-fix-primary-dark);
}

.sp-home-hero h1 {
    font-size: clamp(3rem, 4.5vw, 3.75rem) !important;
    line-height: 1.02 !important;
    text-wrap: balance;
}

.sp-page-hero {
    min-height: 0 !important;
    padding-block: clamp(4rem, 6vw, 5.5rem) clamp(3.25rem, 5vw, 4.5rem) !important;
}

.sp-page-hero-grid {
    min-height: 0 !important;
}

.sp-page-hero h1 {
    max-width: 15ch;
    font-size: clamp(2.75rem, 4.2vw, 3.6rem) !important;
    line-height: 1.04 !important;
    text-wrap: balance;
}

.sp-page-hero .sp-orbit {
    width: min(100%, 22rem) !important;
    min-height: 0 !important;
}

.sp-page-hero p,
.sp-card p,
.sp-help-lead,
.sp-help-card p {
    color: var(--sp-fix-muted);
}

.sp-help-hero {
    min-height: 0 !important;
    padding-block: clamp(3.75rem, 5.5vw, 5rem) clamp(2.75rem, 4vw, 3.75rem) !important;
}

.sp-help-hero h1 {
    font-size: clamp(2.65rem, 4.4vw, 3.5rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.04em !important;
    text-wrap: balance;
}

.sp-price-card {
    position: relative;
}

.sp-price-badge {
    display: inline-flex;
    width: max-content;
    min-height: 30px;
    align-items: center;
    padding-inline: 0.75rem;
    border-radius: 999px;
    background: rgba(97, 116, 235, 0.12);
    color: var(--sp-fix-primary-dark);
    font-size: 0.78rem;
    font-weight: 800;
}

.sp-pack-features {
    display: grid;
    gap: 0.65rem;
    margin: 1rem 0 1.5rem;
    padding: 0;
    color: var(--sp-fix-muted);
    list-style: none;
}

.sp-pack-features li {
    position: relative;
    padding-inline-start: 1.35rem;
    line-height: 1.55;
}

.sp-pack-features li::before {
    position: absolute;
    inset-inline-start: 0;
    top: 0.58em;
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: var(--sp-fix-primary);
    content: "";
}

body:has(.sp-contact-form) .sp-help-fab,
body:has(.sp-help-main) .sp-help-fab {
    display: none !important;
}

[dir="rtl"] .sp-home-hero h1 {
    font-size: clamp(2.85rem, 4.25vw, 3.5rem) !important;
    line-height: 1.18 !important;
    letter-spacing: 0 !important;
}

[dir="rtl"] .sp-page-hero h1 {
    font-size: clamp(2.65rem, 4vw, 3.5rem) !important;
    line-height: 1.18 !important;
    letter-spacing: 0 !important;
}

[dir="rtl"] .sp-help-hero h1 {
    font-size: clamp(2.55rem, 4vw, 3.35rem) !important;
    line-height: 1.22 !important;
    letter-spacing: 0 !important;
}

/* Home journey: a compact, connected four-step launch path. */
.sp-home-journey {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border-top: 0 !important;
    background:
        radial-gradient(circle at 12% 15%, rgba(97, 116, 235, 0.32), transparent 28rem),
        radial-gradient(circle at 88% 92%, rgba(76, 94, 224, 0.18), transparent 25rem),
        #18213a;
    color: #fff;
}

.sp-home-journey::before,
.sp-home-journey::after {
    position: absolute;
    z-index: -1;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.sp-home-journey::before {
    width: 27rem;
    height: 27rem;
    inset-block-start: -18rem;
    inset-inline-end: -8rem;
}

.sp-home-journey::after {
    width: 20rem;
    height: 20rem;
    inset-block-end: -14rem;
    inset-inline-start: -6rem;
}

.sp-home-journey > .sp-shell {
    position: relative;
    z-index: 1;
}

.sp-home-journey .sp-section-heading {
    margin-bottom: clamp(2.25rem, 4vw, 3.5rem);
}

.sp-home-journey .sp-eyebrow {
    color: #aeb9ff;
}

.sp-home-journey .sp-section-heading h2 {
    max-width: 13ch;
    color: #fff;
}

.sp-home-journey .sp-section-heading p {
    max-width: 34rem;
    color: #cbd2e5;
}

.sp-home-journey .sp-steps-four {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(0.8rem, 1.5vw, 1.15rem);
    margin: 0;
    padding: 0;
    list-style: none;
}

.sp-home-journey .sp-steps-four::before {
    position: absolute;
    z-index: 0;
    inset-block-start: 2.35rem;
    inset-inline: 8%;
    height: 1px;
    background: linear-gradient(90deg, rgba(143, 157, 255, 0.2), #8f9dff 50%, rgba(143, 157, 255, 0.2));
    content: "";
}

.sp-home-journey .sp-steps-four > li {
    position: relative;
    z-index: 1;
    display: flex;
    min-width: 0;
    min-height: 15rem;
    flex-direction: column;
    align-items: flex-start;
    padding: clamp(1.25rem, 2vw, 1.65rem);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 1.4rem;
    background: rgba(255, 255, 255, 0.07);
    box-shadow: 0 18px 42px rgba(4, 10, 28, 0.15);
    backdrop-filter: blur(12px);
    transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.sp-home-journey .sp-steps-four > li:hover {
    border-color: rgba(174, 185, 255, 0.5);
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-4px);
}

.sp-home-journey .sp-steps-four > li:last-child {
    border-color: rgba(143, 157, 255, 0.7);
    background: linear-gradient(145deg, rgba(97, 116, 235, 0.46), rgba(76, 94, 224, 0.2));
}

.sp-home-journey .sp-steps-four > li > span {
    display: inline-flex;
    width: 3rem;
    height: 3rem;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
    border: 6px solid #242e4a;
    border-radius: 50%;
    background: #7f90ff;
    color: #fff;
    box-shadow: 0 0 0 1px rgba(174, 185, 255, 0.38), 0 9px 20px rgba(4, 10, 28, 0.28);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.sp-home-journey .sp-steps-four h3 {
    margin: 0 0 0.7rem;
    color: #fff;
    font-size: clamp(1.1rem, 1.7vw, 1.35rem);
    line-height: 1.2;
    letter-spacing: -0.025em;
}

.sp-home-journey .sp-steps-four p {
    margin: 0;
    color: #cbd2e5;
    font-size: 0.94rem;
    line-height: 1.65;
}

[dir="rtl"] .sp-home-journey .sp-section-heading h2,
[dir="rtl"] .sp-home-journey .sp-steps-four h3 {
    letter-spacing: 0;
}

[dir="rtl"] .sp-home-journey .sp-steps-four > li {
    align-items: flex-start;
    text-align: right;
}

@media (min-width: 1100px) {
    .sp-navigation {
        gap: clamp(0.2rem, 0.7vw, 0.7rem);
    }

    .sp-navigation a {
        padding-inline: 0.55rem;
    }
}

@media (max-width: 899px) {
    .sp-home-journey {
        padding-block: 4rem !important;
    }

    .sp-home-journey .sp-section-heading {
        max-width: 38rem;
    }

    .sp-home-journey .sp-section-heading h2 {
        max-width: 16ch;
    }

    .sp-home-journey .sp-steps-four {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sp-home-journey .sp-steps-four::before {
        display: none;
    }

    .sp-home-journey .sp-steps-four > li {
        min-height: 12.5rem;
    }

    .sp-home-journey .sp-steps-four > li > span {
        margin-bottom: 1.3rem;
        border-color: #242e4a;
    }

    .sp-home-hero h1 {
        font-size: clamp(2.4rem, 7vw, 3rem) !important;
        line-height: 1.08 !important;
    }

    .sp-page-hero {
        padding-block: 2.8rem 2.5rem !important;
    }

    .sp-page-hero h1 {
        font-size: clamp(2.2rem, 7vw, 2.65rem) !important;
        line-height: 1.1 !important;
    }

    .sp-help-hero {
        padding-block: 2.8rem 2.4rem !important;
    }

    .sp-help-hero h1 {
        font-size: clamp(2.15rem, 7vw, 2.55rem) !important;
        line-height: 1.12 !important;
    }

    [dir="rtl"] .sp-home-hero h1 {
        font-size: clamp(2.3rem, 6.8vw, 2.85rem) !important;
        line-height: 1.2 !important;
    }

    [dir="rtl"] .sp-page-hero h1,
    [dir="rtl"] .sp-help-hero h1 {
        font-size: clamp(2.1rem, 6.6vw, 2.5rem) !important;
        line-height: 1.24 !important;
    }
}

@media (max-width: 599px) {
    .sp-home-journey {
        padding-block: 3.4rem !important;
    }

    .sp-home-journey .sp-section-heading {
        margin-bottom: 1.8rem;
    }

    .sp-home-journey .sp-section-heading h2 {
        max-width: 15ch;
        font-size: clamp(2rem, 9vw, 2.35rem);
    }

    .sp-home-journey .sp-section-heading p {
        font-size: 0.94rem;
        line-height: 1.65;
    }

    .sp-home-journey .sp-steps-four {
        gap: 0.7rem;
    }

    .sp-home-journey .sp-steps-four > li {
        min-height: 12.75rem;
        padding: 1.1rem;
        border-radius: 1.15rem;
    }

    .sp-home-journey .sp-steps-four > li > span {
        width: 2.55rem;
        height: 2.55rem;
        margin-bottom: 1.05rem;
        border-width: 5px;
        font-size: 0.7rem;
    }

    .sp-home-journey .sp-steps-four h3 {
        margin-bottom: 0.55rem;
        font-size: 1.02rem;
    }

    .sp-home-journey .sp-steps-four p {
        font-size: 0.82rem;
        line-height: 1.55;
    }

    .sp-help-fab {
        display: none !important;
    }
}

@media (max-width: 359px) {
    .sp-home-journey .sp-steps-four {
        grid-template-columns: 1fr;
    }

    .sp-home-journey .sp-steps-four > li {
        min-height: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .sp-price-card,
    .sp-navigation a,
    .sp-language summary {
        transition: none !important;
    }

    .sp-home-journey .sp-steps-four > li {
        transition: none !important;
    }

    .sp-home-journey .sp-steps-four > li:hover {
        transform: none;
    }
}

/* About page: editorial story, connected platform map and operating journey. */
.sp-about-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 18%, rgba(97, 116, 235, 0.14), transparent 34%),
        linear-gradient(145deg, #f8f9fe 0%, #eef1fb 100%);
}

.sp-about-hero::after {
    position: absolute;
    inset-block: 0;
    inset-inline-end: -10%;
    width: 48%;
    content: "";
    background-image: linear-gradient(rgba(97, 116, 235, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(97, 116, 235, 0.05) 1px, transparent 1px);
    background-size: 42px 42px;
    -webkit-mask-image: linear-gradient(to bottom, transparent, #000 25%, #000 75%, transparent);
    mask-image: linear-gradient(to bottom, transparent, #000 25%, #000 75%, transparent);
    pointer-events: none;
}

.sp-about-hero-grid {
    position: relative;
    z-index: 1;
    grid-template-columns: minmax(0, 1.06fr) minmax(410px, 0.94fr);
    align-items: center;
    gap: clamp(3rem, 7vw, 7rem);
}

.sp-about-hero-copy h1 {
    max-width: 780px;
}

.sp-about-hero-copy > p {
    max-width: 720px;
}

.sp-about-hero .sp-page-actions .sp-text-link {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    padding-inline: 0.25rem;
}

.sp-about-map {
    position: relative;
    padding: clamp(1.25rem, 3vw, 2rem);
    border: 1px solid rgba(97, 116, 235, 0.2);
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 26px 70px rgba(24, 33, 58, 0.12);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
}

.sp-about-map::before {
    position: absolute;
    inset: 24px;
    z-index: -1;
    border: 1px dashed rgba(97, 116, 235, 0.2);
    border-radius: 24px;
    content: "";
}

.sp-about-map-core {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-block-end: 20px;
    padding: 18px;
    border-radius: 20px;
    color: #fff;
    background: #18213a;
}

.sp-about-map-core > span {
    display: grid;
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    place-items: center;
    border-radius: 16px;
    color: #fff;
    background: #6174eb;
    font-size: 1.2rem;
    font-weight: 800;
}

.sp-about-map-core div {
    display: grid;
    gap: 2px;
}

.sp-about-map-core strong {
    font-size: 1.08rem;
}

.sp-about-map-core small {
    color: #b9c0d3;
    font-size: 0.78rem;
}

.sp-about-map-items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.sp-about-map-item {
    display: flex;
    min-width: 0;
    align-items: flex-start;
    gap: 11px;
    padding: 16px;
    border: 1px solid #e3e7f3;
    border-radius: 18px;
    background: #fff;
}

.sp-about-map-item > span {
    color: #6174eb;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.sp-about-map-item div {
    display: grid;
    min-width: 0;
    gap: 5px;
}

.sp-about-map-item strong {
    color: #18213a;
    font-size: 0.92rem;
}

.sp-about-map-item small {
    color: #727b91;
    font-size: 0.75rem;
    line-height: 1.5;
}

.sp-about-section-heading {
    max-width: 780px;
    margin-block-end: clamp(2rem, 5vw, 4rem);
}

.sp-about-section-heading h2 {
    max-width: 760px;
    margin-block: 14px 0;
    color: #18213a;
    font-size: clamp(2.1rem, 4vw, 4rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.sp-about-section-heading > p {
    max-width: 700px;
    margin-block: 20px 0;
    color: #727b91;
    font-size: 1.06rem;
    line-height: 1.8;
}

.sp-about-story-section,
.sp-about-transparency-section {
    background: #fff;
}

.sp-about-story-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
    align-items: stretch;
    gap: clamp(2rem, 6vw, 6rem);
}

.sp-about-story-copy {
    display: grid;
    align-content: center;
    gap: 22px;
}

.sp-about-story-copy p {
    margin: 0;
    color: #4e5870;
    font-size: clamp(1.04rem, 1.4vw, 1.18rem);
    line-height: 1.85;
}

.sp-about-story-copy p:first-child::first-letter {
    color: #6174eb;
    font-size: 1.55em;
    font-weight: 800;
}

.sp-about-mission-card {
    position: relative;
    display: grid;
    min-height: 330px;
    align-content: space-between;
    overflow: hidden;
    padding: clamp(2rem, 4vw, 3.5rem);
    border-radius: 32px;
    color: #fff;
    background: #18213a;
}

.sp-about-mission-card::after {
    position: absolute;
    width: 220px;
    height: 220px;
    inset-block-end: -110px;
    inset-inline-end: -70px;
    border: 42px solid rgba(97, 116, 235, 0.24);
    border-radius: 50%;
    content: "";
}

.sp-about-mission-index {
    position: relative;
    z-index: 1;
    color: #8f9cf2;
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 0.16em;
}

.sp-about-mission-card div {
    position: relative;
    z-index: 1;
}

.sp-about-mission-card h3 {
    margin: 0 0 16px;
    color: #fff;
    font-size: clamp(1.55rem, 2.5vw, 2.4rem);
}

.sp-about-mission-card p {
    max-width: 560px;
    margin: 0;
    color: #c9cede;
    line-height: 1.8;
}

.sp-about-values-section {
    background: #f4f6fc;
}

.sp-about-section-heading-centered {
    margin-inline: auto;
    text-align: center;
}

.sp-about-section-heading-centered h2,
.sp-about-section-heading-centered > p {
    margin-inline: auto;
}

.sp-about-values {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sp-about-values li {
    position: relative;
    min-height: 285px;
    overflow: hidden;
    padding: clamp(1.6rem, 3vw, 2.5rem);
    border: 1px solid #e1e5f1;
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 14px 35px rgba(24, 33, 58, 0.06);
}

.sp-about-values li::after {
    position: absolute;
    width: 96px;
    height: 4px;
    inset-block-end: 0;
    inset-inline-start: 0;
    content: "";
    background: #6174eb;
}

.sp-about-value-index {
    display: inline-grid;
    width: 42px;
    height: 42px;
    margin-block-end: 42px;
    place-items: center;
    border-radius: 14px;
    color: #4c5ee0;
    background: #eef0ff;
    font-size: 0.76rem;
    font-weight: 800;
}

.sp-about-values h3 {
    margin: 0 0 14px;
    color: #18213a;
    font-size: 1.18rem;
}

.sp-about-values p {
    margin: 0;
    color: #727b91;
    line-height: 1.75;
}

.sp-about-operations-section {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: #18213a;
}

.sp-about-operations-section::before {
    position: absolute;
    width: 460px;
    height: 460px;
    inset-block-start: -280px;
    inset-inline-end: -100px;
    border: 1px solid rgba(143, 156, 242, 0.25);
    border-radius: 50%;
    content: "";
}

.sp-about-operations-section .sp-shell {
    position: relative;
    z-index: 1;
}

.sp-about-operations-heading h2 {
    color: #fff;
}

.sp-about-operations-heading > p {
    color: #b9c0d3;
}

.sp-about-operations-heading .sp-eyebrow {
    color: #9eabff;
}

.sp-about-operations {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sp-about-operations li {
    position: relative;
    min-height: 250px;
    padding: 32px 28px;
    border-block-start: 1px solid rgba(255, 255, 255, 0.16);
    border-inline-start: 1px solid rgba(255, 255, 255, 0.12);
}

.sp-about-operations li:first-child {
    border-inline-start: 0;
}

.sp-about-operations li > span {
    display: block;
    margin-block-end: 56px;
    color: #8f9cf2;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.16em;
}

.sp-about-operations h3 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 1.35rem;
}

.sp-about-operations p {
    margin: 0;
    color: #b9c0d3;
    line-height: 1.7;
}

.sp-about-transparency {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: clamp(1.5rem, 4vw, 3.5rem);
    padding: clamp(2rem, 5vw, 4.5rem);
    border: 1px solid #dfe4f3;
    border-radius: 32px;
    background: linear-gradient(135deg, #f7f8ff, #eef1ff);
}

.sp-about-transparency-mark {
    display: grid;
    width: clamp(76px, 10vw, 112px);
    height: clamp(76px, 10vw, 112px);
    place-items: center;
    border-radius: 30px;
    color: #fff;
    background: #6174eb;
    box-shadow: 0 18px 34px rgba(76, 94, 224, 0.24);
    font-size: clamp(1.4rem, 3vw, 2rem);
    font-weight: 800;
}

.sp-about-transparency h2 {
    margin: 10px 0 12px;
    color: #18213a;
    font-size: clamp(1.7rem, 3vw, 2.8rem);
}

.sp-about-transparency p {
    max-width: 840px;
    margin: 0;
    color: #5f6980;
    line-height: 1.8;
}

[dir="rtl"] .sp-about-section-heading h2 {
    letter-spacing: 0;
}

[dir="rtl"] .sp-about-story-copy p:first-child::first-letter {
    font-size: inherit;
    font-weight: inherit;
}

[dir="rtl"] .sp-about-map-core > span,
[dir="rtl"] .sp-about-transparency-mark {
    direction: ltr;
}

@media (max-width: 980px) {
    .sp-about-hero-grid,
    .sp-about-story-layout {
        grid-template-columns: 1fr;
    }

    .sp-about-map {
        max-width: 680px;
    }

    .sp-about-values {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sp-about-values li:last-child {
        grid-column: 1 / -1;
        min-height: 230px;
    }

    .sp-about-operations {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sp-about-operations li:nth-child(3) {
        border-inline-start: 0;
    }
}

@media (max-width: 700px) {
    .sp-about-hero::after {
        display: none;
    }

    .sp-about-map {
        padding: 14px;
        border-radius: 24px;
    }

    .sp-about-map-items {
        grid-template-columns: 1fr;
    }

    .sp-about-section-heading {
        margin-block-end: 2.25rem;
    }

    .sp-about-section-heading h2 {
        font-size: clamp(2rem, 10vw, 3rem);
    }

    .sp-about-mission-card {
        min-height: 280px;
        border-radius: 24px;
    }

    .sp-about-values,
    .sp-about-operations {
        grid-template-columns: 1fr;
    }

    .sp-about-values li,
    .sp-about-values li:last-child {
        grid-column: auto;
        min-height: 0;
    }

    .sp-about-value-index {
        margin-block-end: 26px;
    }

    .sp-about-operations li,
    .sp-about-operations li:nth-child(3) {
        min-height: 0;
        border-inline-start: 0;
    }

    .sp-about-operations li > span {
        margin-block-end: 28px;
    }

    .sp-about-transparency {
        grid-template-columns: 1fr;
        border-radius: 24px;
    }
}

@media (max-width: 480px) {
    .sp-about-hero .sp-page-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .sp-about-hero .sp-page-actions .sp-button,
    .sp-about-hero .sp-page-actions .sp-text-link {
        width: 100%;
        justify-content: center;
    }
}
