.sm-home-body {
    background:
        radial-gradient(circle at top left, rgba(31, 111, 255, 0.12), transparent 26%),
        radial-gradient(circle at top right, rgba(14, 86, 217, 0.08), transparent 24%),
        linear-gradient(180deg, #f5f8fc 0%, #eef4fb 54%, #f8fafc 100%);
    color: #0f172a;
}

.sm-home-topbar {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    border-bottom: 1px solid rgba(226, 232, 240, 0.88);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 12px 34px rgba(15, 23, 42, 0.04);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.sm-home-topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    max-width: 80rem;
    margin: 0 auto;
    padding: 1rem 1rem;
}

.sm-home-topbar-brand {
    min-width: 0;
}

.sm-home-topbar-actions {
    flex-shrink: 0;
}

.sm-home-body main {
    padding-top: 1.5rem;
}

.sm-home-topbar-nav {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.sm-home-topbar-link {
    color: #475569;
    font-size: 0.95rem;
    font-weight: 600;
    transition: color 180ms ease;
}

.sm-home-topbar-link:hover {
    color: #0f172a;
}

.sm-home-hero {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
    align-items: stretch;
    padding: 1.5rem;
    border: 1px solid rgba(226, 232, 240, 0.92);
    border-radius: 2rem;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.94) 0%, rgba(247, 250, 255, 0.92) 54%, rgba(239, 246, 255, 0.9) 100%);
    box-shadow:
        0 18px 50px rgba(15, 23, 42, 0.07),
        inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.sm-home-hero-copy {
    display: grid;
    gap: 1.5rem;
    align-content: center;
    min-width: 0;
}

.sm-home-hero-title {
    max-width: 42rem;
    margin: 0;
    color: #0f172a;
    font-family: 'Manrope', sans-serif;
    font-size: clamp(2.55rem, 5vw, 4.9rem);
    font-weight: 800;
    letter-spacing: -0.07em;
    line-height: 0.97;
}

.sm-home-hero-description {
    max-width: 39rem;
    margin: 0;
    color: #475569;
    font-size: 1.02rem;
    line-height: 1.9;
}

.sm-home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.sm-home-hero-highlights {
    display: grid;
    gap: 0.85rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sm-home-hero-highlight {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(219, 228, 240, 0.96);
    border-radius: 1.15rem;
    background: rgba(255, 255, 255, 0.88);
    color: #334155;
    font-size: 0.95rem;
    font-weight: 600;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.04);
}

.sm-home-hero-highlight-dot {
    width: 0.7rem;
    height: 0.7rem;
    flex-shrink: 0;
    border-radius: 9999px;
    background: linear-gradient(135deg, #1f6fff 0%, #59b0ff 100%);
    box-shadow: 0 0 0 6px rgba(31, 111, 255, 0.08);
}

.sm-home-preview-stack {
    display: grid;
    gap: 1rem;
    min-width: 0;
}

.sm-home-preview-card {
    border-radius: 1.7rem;
    border: 1px solid rgba(226, 232, 240, 0.92);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

.sm-home-preview-card-primary {
    position: relative;
    overflow: hidden;
    display: grid;
    gap: 1.25rem;
    padding: 1.35rem;
    border-color: rgba(15, 23, 42, 0.1);
    background:
        radial-gradient(circle at top right, rgba(96, 165, 250, 0.24), transparent 28%),
        radial-gradient(circle at bottom left, rgba(59, 130, 246, 0.22), transparent 24%),
        linear-gradient(145deg, #07111f 0%, #10213f 44%, #123574 100%);
    color: #ffffff;
}

.sm-home-preview-card-primary::after {
    content: '';
    position: absolute;
    inset: auto -3rem -3rem auto;
    width: 12rem;
    height: 12rem;
    border-radius: 9999px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.12), transparent 70%);
    pointer-events: none;
}

.sm-home-preview-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.75rem;
    position: relative;
    z-index: 1;
}

.sm-home-preview-pill,
.sm-home-preview-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2rem;
    padding: 0.4rem 0.8rem;
    border-radius: 9999px;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sm-home-preview-pill {
    background: rgba(255, 255, 255, 0.14);
    color: #dbeafe;
}

.sm-home-preview-status {
    background: rgba(45, 240, 196, 0.14);
    color: #b8fff0;
}

.sm-home-preview-title {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #ffffff;
    font-family: 'Manrope', sans-serif;
    font-size: 1.65rem;
    font-weight: 800;
    letter-spacing: -0.05em;
    line-height: 1.05;
}

.sm-home-preview-copy {
    position: relative;
    z-index: 1;
    margin: 0;
    color: rgba(226, 232, 240, 0.92);
    font-size: 0.95rem;
    line-height: 1.75;
}

.sm-home-checklist {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 0.75rem;
}

.sm-home-check-item {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    padding: 0.9rem 1rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.95);
    font-size: 0.93rem;
    line-height: 1.65;
}

.sm-home-check-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    flex-shrink: 0;
    border-radius: 9999px;
    background: #ffffff;
    color: #1f6fff;
    font-weight: 900;
    line-height: 1;
}

.sm-home-preview-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sm-home-preview-mini {
    display: grid;
    gap: 0.9rem;
    align-content: start;
    padding: 1rem;
    border-radius: 1.35rem;
    border: 1px solid rgba(219, 228, 240, 0.95);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.sm-home-preview-mini:hover {
    transform: translateY(-2px);
    border-color: rgba(147, 197, 253, 0.95);
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.08);
}

.sm-home-preview-mini-icon,
.sm-home-feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 1rem;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sm-home-preview-mini-label {
    margin: 0;
    color: #64748b;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.sm-home-preview-mini-title {
    margin: 0;
    color: #0f172a;
    font-size: 0.94rem;
    font-weight: 700;
    line-height: 1.45;
}

.sm-home-preview-mini-icon-blue,
.sm-home-feature-icon-blue {
    background: #eff6ff;
    color: #1f6fff;
}

.sm-home-preview-mini-icon-emerald,
.sm-home-feature-icon-emerald {
    background: #ecfdf5;
    color: #047857;
}

.sm-home-preview-mini-icon-sky,
.sm-home-feature-icon-sky {
    background: #eef6ff;
    color: #0369a1;
}

.sm-home-preview-mini-icon-amber,
.sm-home-feature-icon-amber {
    background: #fffbeb;
    color: #b45309;
}

.sm-home-preview-mini-icon-violet,
.sm-home-feature-icon-violet {
    background: #f5f3ff;
    color: #6d28d9;
}

.sm-home-preview-mini-icon-slate,
.sm-home-feature-icon-slate {
    background: #f8fafc;
    color: #334155;
}

.sm-home-proof-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sm-home-proof-card {
    padding: 1.35rem;
    border: 1px solid rgba(226, 232, 240, 0.95);
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.05);
}

.sm-home-proof-value {
    margin: 0;
    color: #1f6fff;
    font-family: 'Manrope', sans-serif;
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 800;
    letter-spacing: -0.07em;
    line-height: 1;
}

.sm-home-proof-label {
    margin: 0.7rem 0 0;
    color: #0f172a;
    font-size: 0.96rem;
    font-weight: 800;
    line-height: 1.35;
}

.sm-home-proof-copy {
    margin: 0.65rem 0 0;
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.7;
}

.sm-home-section-head {
    max-width: 44rem;
    margin-bottom: 1.5rem;
}

.sm-home-section-title {
    margin: 0.7rem 0 0;
    color: #0f172a;
    font-family: 'Manrope', sans-serif;
    font-size: clamp(2rem, 4vw, 3.25rem);
    font-weight: 800;
    letter-spacing: -0.06em;
    line-height: 1.02;
}

.sm-home-section-copy {
    margin: 0.9rem 0 0;
    color: #64748b;
    font-size: 1rem;
    line-height: 1.85;
}

.sm-home-feature-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sm-home-feature-card {
    display: grid;
    gap: 1.1rem;
    align-content: start;
    padding: 1.25rem;
    min-height: 100%;
    border: 1px solid rgba(226, 232, 240, 0.95);
    border-radius: 1.6rem;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 12px 34px rgba(15, 23, 42, 0.05);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.sm-home-feature-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.08);
}

.sm-home-feature-card-blue:hover {
    border-color: rgba(59, 130, 246, 0.36);
}

.sm-home-feature-card-emerald:hover {
    border-color: rgba(16, 185, 129, 0.28);
}

.sm-home-feature-card-sky:hover {
    border-color: rgba(14, 165, 233, 0.3);
}

.sm-home-feature-card-amber:hover {
    border-color: rgba(245, 158, 11, 0.28);
}

.sm-home-feature-card-violet:hover {
    border-color: rgba(139, 92, 246, 0.3);
}

.sm-home-feature-card-slate:hover {
    border-color: rgba(100, 116, 139, 0.28);
}

.sm-home-feature-head {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.sm-home-feature-eyebrow {
    margin: 0;
    color: #64748b;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.sm-home-feature-title {
    margin: 0;
    color: #0f172a;
    font-family: 'Manrope', sans-serif;
    font-size: 1.22rem;
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1.15;
}

.sm-home-feature-copy {
    margin: 0;
    color: #64748b;
    font-size: 0.94rem;
    line-height: 1.75;
}

.sm-home-feature-tags,
.sm-home-account-features {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.sm-home-feature-tags span,
.sm-home-account-features span {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.4rem 0.7rem;
    border-radius: 9999px;
    background: #f8fafc;
    color: #475569;
    font-size: 0.78rem;
    font-weight: 700;
    box-shadow: inset 0 0 0 1px rgba(226, 232, 240, 0.95);
}

.sm-home-feature-link {
    margin-top: auto;
    color: #1f6fff;
    font-size: 0.92rem;
    font-weight: 800;
    transition: color 180ms ease;
}

.sm-home-feature-link:hover {
    color: #0f56d9;
}

.sm-home-audience-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sm-home-audience-card {
    display: grid;
    gap: 1rem;
    padding: 1.3rem;
    border-radius: 1.6rem;
    border: 1px solid rgba(226, 232, 240, 0.96);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 12px 34px rgba(15, 23, 42, 0.05);
}

.sm-home-audience-card-blue {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(239, 246, 255, 0.86) 100%);
}

.sm-home-audience-card-emerald {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(236, 253, 245, 0.9) 100%);
}

.sm-home-audience-card-amber {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 251, 235, 0.9) 100%);
}

.sm-home-audience-eyebrow {
    margin: 0;
    color: #1f6fff;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.sm-home-audience-title {
    margin: 0;
    color: #0f172a;
    font-family: 'Manrope', sans-serif;
    font-size: 1.42rem;
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1.12;
}

.sm-home-audience-copy {
    margin: 0;
    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.75;
}

.sm-home-audience-points {
    display: grid;
    gap: 0.7rem;
}

.sm-home-audience-point {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    color: #334155;
    font-size: 0.9rem;
    font-weight: 700;
}

.sm-home-audience-point-dot {
    width: 0.6rem;
    height: 0.6rem;
    flex-shrink: 0;
    border-radius: 9999px;
    background: #1f6fff;
}

.sm-home-capital-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

.sm-home-capital-card {
    border-radius: 1.9rem;
    box-shadow: 0 16px 38px rgba(15, 23, 42, 0.08);
}

.sm-home-capital-card-primary {
    display: grid;
    gap: 1.1rem;
    padding: 1.5rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background:
        radial-gradient(circle at top right, rgba(96, 165, 250, 0.26), transparent 24%),
        linear-gradient(145deg, #0a1325 0%, #0d2344 56%, #0f56d9 100%);
    color: #ffffff;
}

.sm-home-capital-title {
    margin: 0;
    color: #ffffff;
    font-family: 'Manrope', sans-serif;
    font-size: clamp(1.9rem, 3vw, 2.8rem);
    font-weight: 800;
    letter-spacing: -0.05em;
    line-height: 1.03;
}

.sm-home-capital-copy {
    margin: 0;
    color: rgba(226, 232, 240, 0.92);
    font-size: 0.98rem;
    line-height: 1.8;
}

.sm-home-rails {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.sm-home-rail-pill {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.42rem 0.72rem;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 700;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.sm-home-capital-support {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sm-home-capital-support > div {
    padding: 0.95rem 1rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.sm-home-capital-support span {
    display: block;
    color: rgba(191, 219, 254, 0.82);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.sm-home-capital-support strong {
    display: block;
    margin-top: 0.55rem;
    color: #ffffff;
    font-size: 0.98rem;
    font-weight: 800;
    line-height: 1.5;
    overflow-wrap: anywhere;
}

.sm-home-control-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sm-home-control-card {
    padding: 1.25rem;
    border-radius: 1.45rem;
    border: 1px solid rgba(226, 232, 240, 0.95);
    background: rgba(255, 255, 255, 0.93);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
}

.sm-home-control-card h3 {
    margin: 0;
    color: #0f172a;
    font-family: 'Manrope', sans-serif;
    font-size: 1.12rem;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.sm-home-control-card p {
    margin: 0.7rem 0 0;
    color: #64748b;
    font-size: 0.92rem;
    line-height: 1.75;
}

.sm-home-account-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sm-home-account-card {
    display: grid;
    gap: 1.2rem;
    align-content: space-between;
    padding: 1.35rem;
    border-radius: 1.6rem;
    border: 1px solid rgba(226, 232, 240, 0.95);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 12px 34px rgba(15, 23, 42, 0.05);
}

.sm-home-account-price {
    margin: 0;
    color: #0f172a;
    font-family: 'Manrope', sans-serif;
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: -0.05em;
    line-height: 1.04;
}

.sm-home-account-copy {
    margin: 0.8rem 0 0;
    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.8;
}

.sm-home-steps-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sm-home-step-card {
    padding: 1.25rem;
    border-radius: 1.55rem;
    border: 1px solid rgba(226, 232, 240, 0.95);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 12px 34px rgba(15, 23, 42, 0.05);
}

.sm-home-step-number {
    margin: 0;
    color: #1f6fff;
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.sm-home-step-title {
    margin: 0.9rem 0 0;
    color: #0f172a;
    font-family: 'Manrope', sans-serif;
    font-size: 1.3rem;
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1.15;
}

.sm-home-step-copy {
    margin: 0.8rem 0 0;
    color: #64748b;
    font-size: 0.94rem;
    line-height: 1.75;
}

.sm-home-cta-section {
    margin-top: 1.6rem;
    padding-top: 0.7rem;
}

.sm-home-cta-band {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    padding: 1.6rem;
    border: 1px solid rgba(191, 219, 254, 0.95);
    border-radius: 1.95rem;
    background:
        linear-gradient(135deg, rgba(239, 246, 255, 0.96) 0%, rgba(255, 255, 255, 0.96) 54%, rgba(219, 234, 254, 0.82) 100%);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
}

.sm-home-cta-eyebrow {
    margin: 0;
    color: #1f6fff;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.sm-home-cta-title {
    margin: 0;
    color: #0f172a;
    font-family: 'Manrope', sans-serif;
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    font-weight: 800;
    letter-spacing: -0.05em;
    line-height: 1.05;
}

.sm-home-cta-copy {
    max-width: 40rem;
    margin: 0;
    color: #64748b;
    font-size: 0.98rem;
    line-height: 1.8;
}

.sm-home-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    flex-shrink: 0;
}

.sm-home-footer {
    margin-top: 1.8rem;
    background: #0E3372;
    border-top-color: rgba(191, 219, 254, 0.28);
}

.sm-home-footer p {
    color: rgba(226, 232, 240, 0.88);
    overflow-wrap: anywhere;
}

.sm-home-footer-links a {
    color: rgba(219, 234, 254, 0.86);
    overflow-wrap: anywhere;
}

.sm-home-footer-links a:hover {
    color: #ffffff;
}

.sm-home-footer-logo text:first-of-type {
    fill: #f8fafc;
}

.sm-home-footer-logo text:last-of-type {
    fill: rgba(191, 219, 254, 0.92);
}

@media (max-width: 1279px) {
    .sm-home-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .sm-home-cta-section {
        margin-top: 1.35rem;
        padding-top: 0.55rem;
    }

    .sm-home-footer {
        margin-top: 1.55rem;
    }
}

@media (max-width: 1023px) {
    .sm-home-topbar-nav {
        display: none;
    }

    .sm-home-hero,
    .sm-home-capital-grid {
        grid-template-columns: 1fr;
    }

    .sm-home-cta-section {
        margin-top: 1.1rem;
        padding-top: 0.45rem;
    }

    .sm-home-footer {
        margin-top: 1.25rem;
    }

    .sm-home-cta-band {
        flex-direction: column;
        align-items: stretch;
    }

    .sm-home-preview-grid,
    .sm-home-control-grid,
    .sm-home-account-grid,
    .sm-home-audience-grid {
        grid-template-columns: 1fr;
    }

    .sm-home-hero-highlights {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .sm-home-topbar-inner {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 0.75rem;
        justify-items: stretch;
        padding: 0.85rem 1rem;
    }

    .sm-home-topbar-brand {
        justify-content: center;
    }

    .sm-home-topbar-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.65rem;
        width: 100%;
    }

    .sm-home-topbar-actions > * {
        width: 100%;
        min-width: 0;
        justify-content: center;
    }

    .sm-home-hero {
        padding: 1rem;
        border-radius: 1.5rem;
    }

    .sm-home-hero-title {
        font-size: 2.05rem;
        line-height: 1.02;
    }

    .sm-home-hero-description,
    .sm-home-section-copy,
    .sm-home-capital-copy,
    .sm-home-cta-copy {
        font-size: 0.95rem;
    }

    .sm-home-preview-topline {
        justify-content: flex-start;
    }

    .sm-home-preview-card-primary,
    .sm-home-proof-card,
    .sm-home-feature-card,
    .sm-home-audience-card,
    .sm-home-capital-card-primary,
    .sm-home-control-card,
    .sm-home-account-card,
    .sm-home-step-card,
    .sm-home-cta-band {
        border-radius: 1.35rem;
        padding: 1rem;
    }

    .sm-home-preview-grid,
    .sm-home-proof-grid,
    .sm-home-feature-grid,
    .sm-home-audience-grid,
    .sm-home-account-grid,
    .sm-home-steps-grid,
    .sm-home-capital-support,
    .sm-home-control-grid {
        grid-template-columns: 1fr;
    }

    .sm-home-proof-value {
        font-size: 2.1rem;
    }

    .sm-home-section-title,
    .sm-home-capital-title,
    .sm-home-cta-title {
        font-size: 2rem;
    }

    .sm-home-account-price {
        font-size: 1.8rem;
    }

    .sm-home-hero-actions,
    .sm-home-cta-actions {
        display: grid;
        gap: 0.7rem;
    }

    .sm-home-hero-actions > *,
    .sm-home-cta-actions > * {
        width: 100%;
        justify-content: center;
        min-width: 0;
    }
}
