.sg-home {
    padding: 0;
    background: #ffffff;
}

.sg-landing {
    --sg-navy-950: #071c3a;
    --sg-navy-900: #092654;
    --sg-navy-800: #0b3474;
    --sg-blue-700: #126aa4;
    --sg-blue-100: #eaf4ff;
    --sg-sky: #55c8f5;
    --sg-orange: #f59e0b;
    --sg-green: #178753;
    --sg-ink: #101a31;
    --sg-muted: #596880;
    --sg-line: #d7e2ef;
    --sg-cloud: #f4f7fb;
    color: var(--sg-ink);
    overflow: hidden;
}

.sg-landing *,
.sg-footer * {
    box-sizing: border-box;
}

.sg-shell {
    width: min(1440px, calc(100% - 64px));
    margin-inline: auto;
}

.sg-landing h1,
.sg-landing h2,
.sg-landing h3,
.sg-landing p,
.sg-footer p {
    margin-top: 0;
}

.sg-landing h1,
.sg-landing h2,
.sg-landing h3 {
    color: var(--sg-navy-800);
    font-weight: 800;
    letter-spacing: -0.035em;
}

.sg-landing a,
.sg-footer a {
    text-underline-offset: 0.18em;
}

.sg-landing a:focus-visible,
.sg-footer a:focus-visible {
    outline: 3px solid #fbbf24;
    outline-offset: 4px;
}

.sg-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0.8rem 1.7rem;
    border: 2px solid transparent;
    border-radius: 999px;
    color: var(--sg-navy-950);
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.sg-button:hover {
    color: var(--sg-navy-950);
    transform: translateY(-2px);
}

.sg-button-bright {
    background: linear-gradient(135deg, #9cdef8 0%, var(--sg-sky) 100%);
    box-shadow: 0 18px 38px rgba(19, 122, 177, 0.24);
}

.sg-button-bright:hover {
    background: linear-gradient(135deg, #bceafa 0%, #72d5f8 100%);
    box-shadow: 0 22px 44px rgba(19, 122, 177, 0.3);
}

.sg-button-outline-light {
    border-color: rgba(255, 255, 255, 0.72);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
}

.sg-button-outline-light:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
}

.sg-button-outline {
    border-color: #9db4d2;
    color: var(--sg-navy-800);
    background: #ffffff;
}

.sg-eyebrow {
    margin-bottom: 1.2rem;
    color: var(--sg-blue-700);
    font-size: clamp(0.82rem, 1vw, 1rem);
    font-weight: 800;
    letter-spacing: 0.16em;
    line-height: 1.35;
    text-transform: uppercase;
}

.sg-eyebrow-on-dark {
    color: #bfeaff;
}

.sg-hero {
    color: #ffffff;
    background:
        radial-gradient(circle at 78% 42%, rgba(42, 134, 205, 0.32), transparent 33%),
        linear-gradient(118deg, #0a2e67 0%, #0b3778 58%, #135d99 100%);
}

.sg-topbar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(9, 38, 84, 0.52);
}

.sg-topbar-inner {
    min-height: 112px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.sg-brand {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    color: #ffffff;
    text-decoration: none;
}

.sg-brand:hover {
    color: #ffffff;
}

.sg-brand img {
    flex: 0 0 auto;
}

.sg-brand-copy {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.sg-brand-row {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.sg-brand-name {
    color: var(--sg-orange);
    font-size: clamp(1.65rem, 2.2vw, 2.15rem);
    font-weight: 800;
    letter-spacing: -0.03em;
}

.sg-alpha-badge {
    border-radius: 999px;
    padding: 0.34rem 0.8rem 0.3rem;
    color: var(--sg-navy-950);
    background: #ffd36a;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.sg-brand-tagline {
    margin-top: 0.52rem;
    color: #c7d6ed;
    font-size: clamp(0.76rem, 1vw, 0.94rem);
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.sg-account-nav {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.sg-login-link {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 800;
    text-decoration: none;
}

.sg-login-link:hover {
    color: #ffffff;
    text-decoration: underline;
}

.sg-hero-grid {
    min-height: 720px;
    padding-block: clamp(5rem, 8vw, 8rem);
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(3rem, 5vw, 5rem);
    align-items: start;
}

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

.sg-hero h1 {
    max-width: 930px;
    margin-bottom: 2.2rem;
    color: #ffffff;
    font-size: clamp(3.7rem, 5.4vw, 6.35rem);
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.sg-hero-lede {
    max-width: 840px;
    margin-bottom: 0.8rem;
    color: #d5e0f0;
    font-size: clamp(1.2rem, 1.65vw, 1.52rem);
    font-weight: 600;
    line-height: 1.55;
}

.sg-hero-actions {
    margin-top: 2.1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.sg-trust-list {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.sg-trust-list span {
    padding: 0.45rem 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    color: #edf6ff;
    background: rgba(255, 255, 255, 0.08);
    font-size: 0.92rem;
    font-weight: 600;
}

.sg-alpha-note {
    margin: 1.1rem 0 0;
    color: #c3d2e7;
    font-size: 0.92rem;
    font-style: italic;
}

.sg-product-preview {
    width: 100%;
    margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
    overflow: visible;
    color: var(--sg-ink);
    background: transparent;
    transform: none;
}

.sg-product-preview-image {
    display: block;
    width: 100%;
    height: auto;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1448 1086' preserveAspectRatio='none'%3E%3Cpath fill='white' d='M63 77 Q31 78 31 110 L31 970 Q31 1002 68 1006 L1385 1080 Q1420 1082 1420 1047 L1420 43 Q1420 10 1386 12 Z'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1448 1086' preserveAspectRatio='none'%3E%3Cpath fill='white' d='M63 77 Q31 78 31 110 L31 970 Q31 1002 68 1006 L1385 1080 Q1420 1082 1420 1047 L1420 43 Q1420 10 1386 12 Z'/%3E%3C/svg%3E");
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
    filter: drop-shadow(0 30px 42px rgba(0, 13, 43, 0.38));
}

.sg-preview-topbar {
    min-height: 104px;
    padding: 1.5rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: #ffffff;
    background: var(--sg-navy-950);
}

.sg-preview-title {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: clamp(1.25rem, 2vw, 1.7rem);
}

.sg-study-pill {
    flex: 0 0 auto;
    padding: 0.48rem 1rem;
    border: 1px solid #408a73;
    border-radius: 999px;
    color: #cbffe9;
    background: #164d46;
    font-size: 0.98rem;
    font-weight: 800;
}

.sg-preview-body {
    padding: 1.8rem;
}

.sg-preview-context {
    margin-bottom: 1.3rem;
    color: var(--sg-muted);
    font-size: 1.02rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sg-term-card {
    min-height: 120px;
    padding: 1.45rem;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1.5rem;
    align-items: center;
    border: 1px solid var(--sg-line);
    border-radius: 20px;
    background: #ffffff;
}

.sg-term-card + .sg-term-card {
    margin-top: 1rem;
}

.sg-term-card div {
    display: grid;
    gap: 0.45rem;
}

.sg-term-card strong,
.sg-term-card b {
    color: var(--sg-navy-800);
    font-size: 1.25rem;
}

.sg-term-card span {
    color: var(--sg-muted);
    font-size: 1.03rem;
}

.sg-term-card-muted {
    opacity: 0.56;
}

.sg-section {
    padding-block: clamp(5.5rem, 8vw, 8.5rem);
}

.sg-section-heading {
    max-width: 1080px;
    margin-bottom: 4rem;
}

.sg-section-heading h2,
.sg-delivery h2,
.sg-exam h2 {
    margin-bottom: 1.6rem;
    font-size: clamp(3rem, 4.8vw, 5.4rem);
    line-height: 1.02;
}

.sg-section-heading > p:last-child,
.sg-delivery p,
.sg-exam-grid > div:first-child > p:last-of-type {
    max-width: 1050px;
    color: var(--sg-muted);
    font-size: clamp(1.18rem, 1.7vw, 1.5rem);
    line-height: 1.58;
}

.sg-workflow {
    border-top: 12px solid var(--sg-navy-800);
    background: #ffffff;
}

.sg-step-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.6rem;
}

.sg-step-card {
    min-height: 360px;
    padding: clamp(2rem, 3vw, 3.2rem);
    border: 1px solid var(--sg-line);
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 18px 54px rgba(11, 52, 116, 0.06);
}

.sg-step-number {
    display: block;
    margin-bottom: 2.4rem;
    color: var(--sg-blue-700);
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: 0.14em;
}

.sg-step-card h3 {
    margin-bottom: 1.2rem;
    font-size: clamp(1.65rem, 2.15vw, 2.15rem);
    line-height: 1.1;
}

.sg-step-card p {
    margin-bottom: 0;
    color: var(--sg-muted);
    font-size: 1.18rem;
    line-height: 1.6;
}

.sg-detail-grid {
    margin-top: 1.6rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.6rem;
}

.sg-detail-card {
    padding: 2.3rem;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 1.4rem;
    border-radius: 24px;
    background: var(--sg-cloud);
}

.sg-detail-icon {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    color: var(--sg-navy-800);
    background: #dcecff;
    font-size: 1.45rem;
}

.sg-detail-card h3,
.sg-guidance-grid h3 {
    margin-bottom: 1rem;
    font-size: 1.55rem;
}

.sg-check-list {
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.8rem;
    color: var(--sg-muted);
    list-style: none;
}

.sg-check-list li {
    position: relative;
    padding-left: 1.8rem;
    font-size: 1.05rem;
    line-height: 1.45;
}

.sg-check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--sg-green);
    font-weight: 800;
}

.sg-guidance-grid {
    margin-top: 1.6rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.6rem;
}

.sg-guidance-grid article {
    padding: 2.3rem;
    border: 1px solid var(--sg-line);
    border-radius: 24px;
}

.sg-inline-list,
.sg-resource-links {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--sg-muted);
}

.sg-inline-list li,
.sg-resource-links li {
    margin-top: 0.55rem;
}

.sg-resource-links a {
    color: var(--sg-navy-800);
    font-weight: 700;
}

.sg-small-copy {
    color: var(--sg-muted);
}

.sg-delivery {
    background: #f7f9fc;
}

.sg-two-column,
.sg-exam-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(480px, 1.08fr);
    gap: clamp(3rem, 7vw, 7rem);
    align-items: center;
}

.sg-label-row {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.sg-label-row span {
    padding: 0.5rem 0.9rem;
    border-radius: 999px;
    color: #ffffff;
    background: var(--sg-navy-800);
    font-weight: 700;
}

.sg-device-panel {
    padding: clamp(2rem, 4vw, 3.3rem);
    border: 1px solid var(--sg-line);
    border-radius: 30px;
    background: #ffffff;
    box-shadow: 0 28px 70px rgba(11, 52, 116, 0.1);
}

.sg-device-panel-heading {
    margin-bottom: 2rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.sg-device-panel-heading h3 {
    margin-bottom: 0.3rem;
    font-size: 1.45rem;
}

.sg-device-panel-heading p {
    margin-bottom: 0;
    color: var(--sg-muted);
}

.sg-device-panel-heading > span {
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    color: #ffffff;
    background: var(--sg-blue-700);
    font-weight: 700;
}

.sg-device-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
}

.sg-device-grid div {
    min-height: 112px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 0.55rem;
    border: 1px solid var(--sg-line);
    border-radius: 18px;
    color: var(--sg-navy-800);
    background: var(--sg-cloud);
    font-weight: 700;
}

.sg-device-grid i {
    font-size: 1.65rem;
}

.sg-exam {
    background: #f1f4fa;
}

.sg-exam-list {
    margin: 2.2rem 0 0;
    padding: 0;
    display: grid;
    gap: 1rem;
    list-style: none;
}

.sg-exam-list li {
    position: relative;
    padding-left: 3.25rem;
    font-size: 1.25rem;
    font-weight: 600;
}

.sg-exam-list li::before {
    content: "✓";
    position: absolute;
    top: -0.12rem;
    left: 0;
    width: 2.25rem;
    height: 2.25rem;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #ffffff;
    background: var(--sg-green);
    font-weight: 800;
}

.sg-exam-card {
    padding: clamp(2rem, 4vw, 3.2rem);
    border: 1px solid var(--sg-line);
    border-radius: 30px;
    background: #ffffff;
    box-shadow: 0 26px 70px rgba(11, 52, 116, 0.1);
}

.sg-exam-card-heading {
    padding-bottom: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-bottom: 1px solid var(--sg-line);
}

.sg-exam-card-heading h3 {
    margin-bottom: 0;
    color: var(--sg-ink);
    font-size: 1.5rem;
}

.sg-exam-card-heading span {
    flex: 0 0 auto;
    padding: 0.52rem 0.9rem;
    border-radius: 999px;
    color: #982d2d;
    background: #ffe3e3;
    font-weight: 800;
}

.sg-exam-schedule {
    margin: 0;
}

.sg-exam-schedule div {
    padding-block: 1.7rem;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    border-bottom: 1px solid var(--sg-line);
}

.sg-exam-schedule dt {
    color: var(--sg-ink);
    font-size: 1.3rem;
    font-weight: 800;
}

.sg-exam-schedule dd {
    margin: 0;
    color: var(--sg-muted);
    font-size: 1.25rem;
}

.sg-exam-card > p {
    margin: 1.5rem 0 0;
    color: var(--sg-muted);
    font-size: 1.05rem;
}

.sg-trust {
    background: #ffffff;
}

.sg-trust-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.6rem;
}

.sg-trust-grid article {
    padding: clamp(2rem, 4vw, 3.2rem);
    border: 1px solid var(--sg-line);
    border-radius: 26px;
    background: var(--sg-cloud);
}

.sg-trust-grid i {
    color: var(--sg-blue-700);
    font-size: 2rem;
}

.sg-trust-grid h3 {
    margin: 1.25rem 0 0.8rem;
    font-size: 1.65rem;
}

.sg-trust-grid p {
    margin-bottom: 0;
    color: var(--sg-muted);
    font-size: 1.1rem;
    line-height: 1.6;
}

.sg-trust-grid a {
    color: var(--sg-navy-800);
    font-weight: 700;
}

.sg-core-section {
    padding-block: 2rem 7rem;
    background: #ffffff;
}

.sg-core-callout {
    padding: clamp(2.5rem, 5vw, 4.5rem);
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) auto;
    gap: 3rem;
    align-items: center;
    border: 1px solid #bcd8f5;
    border-radius: 34px;
    background: var(--sg-blue-100);
}

.sg-core-callout h2 {
    margin-bottom: 1rem;
    font-size: clamp(2.6rem, 4vw, 4.4rem);
    line-height: 1;
}

.sg-core-callout > div:first-child > p:last-child {
    max-width: 850px;
    margin-bottom: 0;
    color: var(--sg-muted);
    font-size: 1.25rem;
    line-height: 1.55;
}

.sg-core-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 1rem;
}

.sg-footer {
    margin-top: 0;
    padding: 5rem 0 2rem;
    color: #c9d6e9;
    background: #071f45;
}

.sg-footer-main {
    padding-bottom: 3.5rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 3rem;
}

.sg-footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    color: var(--sg-orange);
    font-size: 1.9rem;
    font-weight: 800;
    text-decoration: none;
}

.sg-footer-brand:hover {
    color: #ffb52e;
}

.sg-footer-main p {
    margin: 1.4rem 0 0;
    font-size: 1.15rem;
}

.sg-footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: clamp(1.5rem, 3vw, 3.25rem);
}

.sg-footer-links a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    font-size: 1.15rem;
    font-weight: 800;
    text-decoration: none;
}

.sg-footer-lower {
    padding-top: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.sg-footer-lower p {
    margin-bottom: 0;
}

.sg-footer-lower nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 1.25rem;
}

.sg-footer-lower a {
    color: #dce7f6;
}

@media (max-width: 1100px) {
    .sg-hero-grid,
    .sg-two-column,
    .sg-exam-grid {
        grid-template-columns: 1fr;
    }

    .sg-product-preview {
        width: 100%;
        transform: none;
    }

    .sg-step-card {
        min-height: 0;
    }

    .sg-core-callout {
        grid-template-columns: 1fr;
    }

    .sg-core-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 820px) {
    .sg-shell {
        width: min(100% - 40px, 720px);
    }

    .sg-topbar-inner {
        min-height: 94px;
    }

    .sg-brand img {
        width: 42px;
        height: 50px;
    }

    .sg-brand-tagline {
        display: none;
    }

    .sg-account-nav {
        gap: 0.75rem;
    }

    .sg-login-link {
        font-size: 1rem;
    }

    .sg-account-nav .sg-button {
        min-height: 46px;
        padding: 0.7rem 1.15rem;
    }

    .sg-hero-grid {
        min-height: 0;
        padding-block: 4.5rem;
    }

    .sg-hero h1 {
        font-size: clamp(3rem, 12vw, 4.5rem);
    }

    .sg-step-grid,
    .sg-detail-grid,
    .sg-guidance-grid,
    .sg-trust-grid {
        grid-template-columns: 1fr;
    }

    .sg-step-card {
        padding: 2rem;
    }

    .sg-footer-main,
    .sg-footer-lower {
        align-items: flex-start;
        flex-direction: column;
    }

    .sg-footer-links,
    .sg-footer-lower nav {
        justify-content: flex-start;
    }
}

@media (max-width: 560px) {
    .sg-shell {
        width: min(100% - 28px, 520px);
    }

    .sg-topbar-inner {
        min-height: 84px;
        gap: 0.8rem;
    }

    .sg-brand {
        gap: 0.6rem;
    }

    .sg-brand img {
        width: 34px;
        height: 40px;
    }

    .sg-brand-name {
        font-size: 1.25rem;
    }

    .sg-alpha-badge {
        padding: 0.25rem 0.5rem 0.22rem;
        font-size: 0.58rem;
    }

    .sg-account-nav .sg-button {
        padding-inline: 1rem;
        font-size: 0.92rem;
    }

    .sg-login-link {
        font-size: 0.92rem;
    }

    .sg-hero-grid {
        padding-block: 3.6rem;
        gap: 3rem;
    }

    .sg-hero h1 {
        font-size: clamp(2.7rem, 14vw, 3.65rem);
    }

    .sg-hero-lede {
        font-size: 1.1rem;
    }

    .sg-hero-actions .sg-button {
        width: 100%;
    }

    .sg-preview-topbar {
        min-height: 76px;
        padding: 1rem;
    }

    .sg-preview-title img {
        width: 28px;
        height: 34px;
    }

    .sg-preview-title {
        gap: 0.65rem;
        font-size: 1rem;
    }

    .sg-study-pill {
        padding: 0.35rem 0.55rem;
        font-size: 0.72rem;
    }

    .sg-preview-body {
        padding: 1rem;
    }

    .sg-preview-context {
        font-size: 0.76rem;
    }

    .sg-term-card {
        min-height: 0;
        padding: 1rem;
        grid-template-columns: 1fr;
        gap: 0.7rem;
    }

    .sg-term-card strong,
    .sg-term-card b {
        font-size: 1rem;
    }

    .sg-term-card span {
        font-size: 0.88rem;
    }

    .sg-section {
        padding-block: 4.6rem;
    }

    .sg-section-heading h2,
    .sg-delivery h2,
    .sg-exam h2 {
        font-size: clamp(2.45rem, 12vw, 3.2rem);
    }

    .sg-detail-card {
        grid-template-columns: 1fr;
    }

    .sg-device-panel-heading,
    .sg-exam-card-heading {
        align-items: flex-start;
        flex-direction: column;
    }

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

    .sg-exam-schedule div {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.25rem;
    }

    .sg-core-callout {
        border-radius: 24px;
    }

    .sg-core-actions,
    .sg-core-actions .sg-button {
        width: 100%;
    }
}

@media (max-width: 360px) {
    .sg-alpha-badge {
        display: none;
    }

    .sg-account-nav {
        gap: 0.55rem;
    }

    .sg-account-nav .sg-button {
        padding-inline: 0.8rem;
    }
}

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

[data-high-contrast="true"] .sg-landing {
    --sg-muted: #26354b;
    --sg-line: #7c8da5;
}
