@font-face {
    font-family: "Cal Sans";
    src: url("../fonts/cal-sans/cal-sans-latin.woff2") format("woff2");
    font-weight: 400 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/inter/inter-latin.woff2") format("woff2");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

:root {
    --ss-white: #fff;
    --ss-black: #0a0a0a;
    --ss-purple-light: #6742ff;
    --ss-purple-ink: #310cda;
    --ss-pink: #ff33ab;
    --ss-magenta: #f200ff;
    --ss-yellow: #fff200;
    --ss-green: #00af57;
    --ss-blue: #1ab3ff;
    --ss-muted: #6c6b72;
    --ss-radius: 18px;
    --ss-container: 1280px;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; background: var(--ss-surface); }

body {
    margin: 0;
    color: var(--ss-text);
    background: var(--ss-surface);
    font-family: var(--ss-font-body);
    font-size: var(--ss-body);
    line-height: 1.5;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
}

body, button, input, textarea { font-family: var(--ss-font-body); }

img { display: block; max-width: 100%; }

a { color: inherit; text-decoration: none; }

button { color: inherit; }

h1, h2, h3, p, ul, blockquote { margin-top: 0; }

h1, h2, h3, .ss-brand {
    font-family: var(--ss-font-heading);
    font-weight: 700;
    letter-spacing: -.035em;
}

h1 { font-size: var(--ss-h1-desktop); line-height: .99; }
h2 { font-size: var(--ss-h2-desktop); line-height: 1.02; }
h3 { font-size: var(--ss-h3); line-height: 1.1; }

.ss-skip-link {
    position: fixed;
    left: 1rem;
    top: -4rem;
    z-index: 1000;
    padding: .8rem 1rem;
    border-radius: 999px;
    background: #fff;
    color: #000;
}
.ss-skip-link:focus { top: 1rem; }

.ss-module { position: relative; overflow: clip; }

.ss-container {
    width: min(calc(100% - 80px), var(--ss-container));
    margin-inline: auto;
    position: relative;
}

.ss-pale-wave {
    background-color: var(--ss-surface);
    background-image: url("../assets/icons/metrics-group2147258414.svg");
    background-position: center;
    background-size: 210% 310%;
}

.ss-purple-wave {
    color: #fff;
    background-color: var(--ss-primary-dark);
    background-image: url("../assets/icons/discover-group2147258414.svg");
    background-position: center;
    background-size: 190% 330%;
}

.ss-section-heading { max-width: 780px; margin-inline: auto; text-align: center; }
.ss-section-heading h2 { margin: 22px 0 0; }
.ss-section-heading h2 em { color: var(--ss-primary); font-style: normal; }
.ss-section-heading > p { max-width: 650px; margin: 16px auto 0; color: #66636d; }
.ss-heading-light h2, .ss-heading-light > p { color: #fff; }
.ss-heading-light h2 { text-decoration: underline wavy 4px; text-underline-offset: 12px; }

.ss-kicker, .ss-pill {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 7px 15px;
    border-radius: 999px;
    background: #ded7ff;
    color: var(--ss-primary);
    font-size: 15px;
    line-height: 1;
}

.ss-button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 14px;
    padding: 8px 30px;
    font-family: var(--ss-font-heading);
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    transition: transform .2s ease;
}
.ss-button:hover { transform: translateY(-2px); }
.ss-button img { width: 24px; height: 24px; }
.ss-button-light { color: var(--ss-primary); background: #fff; box-shadow: 0 4px 0 var(--ss-pink), 0 7px 0 var(--ss-yellow); }
.ss-button-dark { color: #fff; background: #050505; box-shadow: 0 4px 0 var(--ss-pink), 0 7px 0 var(--ss-yellow); }

/* Hero */
.ss-hero { min-height: 817px; color: #fff; background: var(--ss-primary); }
.ss-hero::before {
    content: "";
    position: absolute;
    inset: -40% -20%;
    opacity: .14;
    background: radial-gradient(ellipse at center, transparent 0 42%, rgba(255,255,255,.7) 42.4% 43.4%, transparent 44% 100%);
    transform: rotate(-12deg);
}
.ss-hero-shell { min-height: 817px; }
.ss-navbar {
    position: absolute;
    top: 46px;
    left: 50%;
    z-index: 20;
    display: flex;
    width: min(801px, calc(100% - 80px));
    height: 60px;
    align-items: center;
    gap: 30px;
    padding: 6px;
    border-radius: 999px;
    color: var(--ss-text);
    background: #fff;
    transform: translateX(-50%);
}
.ss-brand { margin-left: 10px; font-size: 22px; white-space: nowrap; }
.ss-nav-links { display: flex; flex: 1; align-items: center; justify-content: flex-start; gap: 26px; font-size: 14px; color: #626067; }
.ss-nav-links a:hover { color: var(--ss-primary); }
.ss-nav-login { display: grid; width: 105px; align-self: stretch; place-items: center; border-radius: 999px; color: #fff; background: #242424; font-weight: 600; }
.ss-menu-toggle, .ss-mobile-menu { display: none; }
.ss-hero-copy { position: absolute; left: 0; top: 214px; z-index: 5; width: 583px; }
.ss-hero-badge { position: relative; padding: 9px 16px; color: #15121c; background: #fff; }
.ss-hero-badge span { margin-right: 2px; color: var(--ss-primary); }
.ss-hero-badge::after { content: ""; position: absolute; right: -34px; top: -25px; width: 44px; height: 40px; background: url("../assets/icons/hero-group59431.svg") center / contain no-repeat; }
.ss-hero h1 { display: flex; margin: 25px 0 22px; flex-direction: column; color: #fff; }
.ss-hero h1 span { width: max-content; max-width: 100%; }
.ss-outlined-word { padding: 0 8px 4px; border: 2px solid rgba(255,255,255,.45); border-radius: 11px; }
.ss-hero-description { width: 536px; margin-bottom: 24px; color: rgba(255,255,255,.65); }
.ss-hero-benefits { display: flex; gap: 24px; margin: 22px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.65); font-size: 15px; }
.ss-hero-benefits li { display: flex; align-items: center; gap: 8px; white-space: nowrap; }
.ss-hero-benefits li + li::before { content: ""; width: 1px; height: 24px; margin-right: 16px; background: rgba(255,255,255,.25); }
.ss-hero-benefits img { width: 20px; height: 20px; }
.ss-hero-art { position: absolute; z-index: 3; left: 500px; top: 52px; width: 880px; }
.ss-hero-visual { display: block; width: 100%; height: auto; }
.ss-glass-card { position: absolute; z-index: 5; border: 1px solid rgba(255,255,255,.55); border-radius: 11px; color: #242424; background: linear-gradient(180deg,rgba(255,255,255,.98),rgba(232,232,244,.96)); box-shadow: 0 18px 35px rgba(30,8,127,.2); backdrop-filter: blur(8px); }
.ss-engagement-card { width: 21.3%; height: 22.7%; padding: 13px; }
.ss-engagement-card small, .ss-campaign-card small { display: block; font-weight: 600; }
.ss-engagement-card strong { display: inline-block; color: var(--ss-pink); font-family: var(--ss-font-heading); font-size: 32px; }
.ss-engagement-card span { margin-left: 8px; border-radius: 99px; padding: 3px 6px; color: #4d972b; background: rgba(77,151,43,.1); font-size: 10px; }
.ss-engagement-card > img { position: absolute; left: -8px; bottom: -12px; width: 107%; height: 85%; opacity: .85; }
.ss-engagement-card-top { left: 30.1%; top: 12%; }
.ss-engagement-card-bottom { right: 4%; bottom: 9.3%; width: 20.6%; height: 13.1%; }
.ss-engagement-card-bottom strong { color: #242424; }
.ss-campaign-card { left: 3.6%; top: 60.3%; width: 31.5%; min-height: 17.8%; padding: 16px; }
.ss-campaign-card strong { display: block; margin-top: 2px; font-size: 19px; }
.ss-campaign-card em { margin-left: 6px; padding: 4px 9px; border-radius: 99px; color: var(--ss-green); background: #d9ffe9; font-size: 11px; font-style: normal; font-weight: 500; }
.ss-avatar-row { display: flex; margin-top: 14px; align-items: center; }
.ss-avatar-row img, .ss-avatar-row span { width: 35px; height: 35px; margin-left: -14px; border: 2px solid #fff; border-radius: 50%; object-fit: cover; }
.ss-avatar-row img:first-child { margin-left: 0; }
.ss-avatar-row span { display: grid; margin-left: -6px; place-items: center; color: #777; background: #ddd; font-size: 11px; }

/* Logo strip and metrics */
.ss-trusted { min-height: 145px; padding: 28px 0 22px; text-align: center; background: #fff; }
.ss-trusted p { margin-bottom: 25px; font-size: 15px; }
.ss-logo-track { display: flex; width: min(820px, calc(100% - 40px)); margin-inline: auto; align-items: center; justify-content: space-around; gap: 56px; }
.ss-logo-track img { display: block; max-width: 100%; object-fit: contain; filter: grayscale(1); opacity: .55; }
.ss-logo-track .ss-client-psg { width: 80px; height: 82px; }
.ss-logo-track .ss-client-saint-laurent { width: 280px; height: 90px; object-fit: cover; }
.ss-logo-track .ss-client-pandora { width: 200px; height: 60px; object-fit: cover; }
.ss-metrics { min-height: 315px; padding: 55px 0; background: #f7f5ff; }
.ss-metrics-track { display: grid; grid-template-columns: repeat(4,1fr); gap: 28px; }
.ss-metric-card { position: relative; min-height: 205px; padding: 24px 22px; border-radius: 18px; color: #fff; overflow: hidden; transform: rotate(-2deg); }
.ss-metric-card::before { content: ""; position: absolute; inset: 0; opacity: .12; background: repeating-conic-gradient(rgba(0,0,0,.65) 0 25%, transparent 0 50%) 0 / 96px 96px; }
.ss-metric-card > * { position: relative; }
.ss-metric-card:nth-child(2) { background: #18ba5e; transform: rotate(1deg); }
.ss-metric-card:nth-child(1) { background: var(--ss-primary); }
.ss-metric-card:nth-child(3) { background: var(--ss-pink); transform: rotate(-1deg); }
.ss-metric-card:nth-child(4) { background: var(--ss-blue); transform: rotate(3deg); }
.ss-metric-icon { display: grid; width: 52px; height: 52px; margin-bottom: 14px; place-items: center; border-radius: 12px; background: var(--ss-yellow); }
.ss-metric-icon img { width: 29px; height: 29px; }
.ss-metric-card strong { display: block; font-family: var(--ss-font-heading); font-size: 45px; line-height: 1; }
.ss-metric-card i { display: block; width: 120px; height: 10px; margin: -2px 0 4px; border-bottom: 5px solid var(--ss-yellow); border-radius: 50%; }
.ss-metric-card p { max-width: 150px; margin: 0; font-size: 17px; line-height: 1.1; }

/* Problem */
.ss-problem { min-height: 1010px; padding: 88px 0 100px; }
.ss-problem .ss-section-heading { max-width: 760px; }
.ss-checklist-wrap { position: relative; width: 650px; margin: 58px auto 0; transform: rotate(-4deg); }
.ss-checklist { position: relative; z-index: 2; padding: 70px 72px 55px; border-radius: 34px; background: #fff; box-shadow: 0 12px 0 #2504bd, 0 22px 0 #6742ff; }
.ss-checklist p { display: flex; margin: 0; align-items: center; gap: 22px; padding: 14px 0; border-bottom: 1px solid #b9b9b9; font-family: var(--ss-font-heading); font-size: 29px; line-height: 1.1; }
.ss-checklist p span { width: 34px; height: 34px; flex: 0 0 auto; border: 3px solid var(--ss-primary); border-radius: 8px; }
.ss-checklist .ss-checklist-repeat { color: var(--ss-primary-dark); border-bottom: 0; font-weight: 700; }
.ss-paperclip { position: absolute; z-index: 3; left: -80px; top: 20px; width: 130px; height: 200px; transform: rotate(7deg); }

/* Product showcase */
.ss-product {
    height: max(calc(var(--ss-product-steps, 3) * 100svh), 2600px);
    min-height: 0;
    padding: 0;
    overflow: visible;
    isolation: isolate;
    background: #3210de;
}
.ss-product.ss-purple-wave { background-image: none; }
.ss-product-tones, .ss-product-tone { position: absolute; inset: 0; }
.ss-product-tones { z-index: -1; overflow: hidden; background: #3210de; }
.ss-product-tone {
    opacity: var(--ss-tone-opacity, 0);
    background-color: var(--ss-product-color);
    background-image:
        radial-gradient(circle at -8% 3%, transparent 0 29vmax, rgba(255,255,255,.075) 29.2vmax 44vmax, transparent 44.2vmax),
        radial-gradient(circle at 88% 98%, transparent 0 22vmax, rgba(255,255,255,.065) 22.2vmax 38vmax, transparent 38.2vmax);
}
.ss-product-tone-discover { --ss-product-color: #3210de; }
.ss-product-tone-monitor { --ss-product-color: #05b765; }
.ss-product-tone-manage { --ss-product-color: #ff31aa; }
.ss-product-sticky {
    position: sticky;
    z-index: 1;
    top: 0;
    display: flex;
    height: 100svh;
    padding: clamp(38px, 6.5vh, 82px) 0 clamp(30px, 6vh, 70px);
    align-items: center;
    overflow: clip;
}
.ss-product-container { width: min(calc(100% - 160px), var(--ss-container)); }
.ss-product .ss-section-heading { max-width: 540px; }
.ss-product .ss-section-heading h2 { margin-top: 20px; font-size: clamp(38px, 3.45vw, 50px); text-decoration: none; }
.ss-product .ss-section-heading h2 span { position: relative; display: inline-block; }
.ss-product .ss-section-heading h2 span::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -9px;
    height: 9px;
    background: url("../assets/icons/discover-vector1194234323.svg") center / 100% 100% no-repeat;
}
.ss-product .ss-kicker { color: #fff; background: rgba(255,255,255,.13); }
.ss-product-grid { display: grid; margin-top: clamp(48px, 8vh, 88px); grid-template-columns: minmax(360px, 40%) minmax(0, 60%); align-items: center; gap: 32px; }
.ss-product-rail { min-width: 0; height: 545px; }
.ss-product-step + .ss-product-step { margin-top: 18px; }
.ss-product-tab {
    display: inline-flex;
    min-height: 42px;
    padding: 9px 18px;
    align-items: center;
    gap: 9px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: rgba(255,255,255,.23);
    cursor: pointer;
    font-weight: 800;
    text-transform: uppercase;
    transition: color .28s ease, background-color .28s ease, transform .28s ease;
}
.ss-product-tab:hover { transform: translateX(4px); }
.ss-product-tab:focus-visible { outline: 3px solid #fff200; outline-offset: 4px; }
.ss-product-tab img { width: 20px; height: 20px; filter: brightness(0) invert(1); }
.ss-product-step.is-active .ss-product-tab { color: #15121c; background: #fff; transform: translateX(0); }
.ss-product-step-discover.is-active .ss-product-tab img { filter: brightness(0) saturate(100%) invert(23%) sepia(99%) saturate(7160%) hue-rotate(251deg) brightness(77%); }
.ss-product-step-monitor.is-active .ss-product-tab img { filter: brightness(0) saturate(100%) invert(52%) sepia(95%) saturate(925%) hue-rotate(109deg) brightness(94%); }
.ss-product-step-manage.is-active .ss-product-tab img { filter: brightness(0) saturate(100%) invert(38%) sepia(93%) saturate(3182%) hue-rotate(309deg) brightness(102%); }
.ss-product-copy {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(18px);
    transition: max-height .55s cubic-bezier(.22,.61,.36,1), opacity .34s ease, transform .55s cubic-bezier(.22,.61,.36,1);
}
.ss-product-step.is-active .ss-product-copy { max-height: 390px; opacity: 1; transform: translateY(0); }
.ss-product-copy h3 { max-width: 430px; margin: 22px 0 18px; color: #fff; font-size: 34px; }
.ss-product-copy > p { max-width: 430px; margin-bottom: 20px; color: rgba(255,255,255,.65); }
.ss-product-copy ul { margin-bottom: 0; padding: 0; list-style: none; }
.ss-product-copy li { display: flex; margin: 13px 0; align-items: center; gap: 12px; }
.ss-product-copy li img { width: 22px; height: 22px; filter: brightness(0) saturate(100%) invert(88%) sepia(98%) saturate(2147%) hue-rotate(359deg) brightness(107%); }
.ss-product-step-monitor .ss-product-copy li img { filter: brightness(0) saturate(100%) invert(89%) sepia(24%) saturate(872%) hue-rotate(111deg) brightness(105%); }
.ss-product-visuals { position: relative; height: clamp(350px, 50vh, 505px); min-height: 0; }
.ss-product-visual {
    position: absolute;
    inset: 0;
    opacity: var(--ss-slide-opacity, 0);
    transform: translate3d(0, calc(var(--ss-slide-offset, 0) * 34px), 0) scale(var(--ss-slide-scale, .965));
    transform-origin: 50% 55%;
    pointer-events: none;
}
.ss-dashboard { display: grid; width: 100%; height: 100%; min-height: 0; grid-template-columns: 28% 72%; overflow: hidden; border: 9px solid rgba(255,255,255,.27); border-radius: 28px; color: #333; background: #fafafa; box-shadow: 0 25px 60px rgba(10,0,79,.22); }
.ss-dashboard aside { display: flex; padding: 28px 20px; flex-direction: column; gap: 5px; background: #f4f2fb; }
.ss-dashboard aside strong { margin-bottom: 20px; color: #21cab5; font-family: var(--ss-font-heading); }
.ss-dashboard aside span { padding: 9px 10px; border-radius: 7px; font-size: 11px; }
.ss-dashboard aside span.is-active { color: #111; background: #4fddc8; }
.ss-dashboard-main { padding: 24px 22px; }
.ss-dashboard-main > header { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.ss-dashboard-main > header span { padding: 10px 12px; border: 1px solid #dedde2; border-radius: 8px; color: #777; font-size: 10px; }
.ss-dashboard-tools { display: flex; margin: 26px 0 18px; align-items: center; gap: 8px; }
.ss-dashboard-tools span { margin-right: auto; color: #888; font-size: 12px; }
.ss-dashboard-tools button { padding: 7px 12px; border: 1px solid #dedde2; border-radius: 7px; background: #fff; font-size: 10px; }
.ss-creator-card { padding: 16px; border: 1px solid #ddd; border-radius: 17px; background: #fff; }
.ss-creator-name { display: flex; align-items: center; gap: 12px; }
.ss-creator-name > img { width: 58px; height: 58px; border-radius: 50%; object-fit: cover; object-position: top; }
.ss-creator-name p { display: flex; margin: 0; flex-direction: column; }
.ss-creator-name small { color: #777; }
.ss-creator-gallery { display: grid; margin-top: 16px; grid-template-columns: repeat(4,1fr); gap: 12px; }
.ss-creator-gallery figure, .ss-monitor-gallery figure { margin: 0; }
.ss-creator-gallery img { width: 100%; height: 215px; border-radius: 11px; object-fit: cover; object-position: top; }
.ss-creator-gallery figcaption, .ss-monitor-gallery figcaption { padding-top: 5px; color: #888; font-size: 9px; text-align: right; }
.ss-dashboard-monitor aside { background: #effbf6; }
.ss-monitor-main { padding: 18px 16px; overflow: hidden; }
.ss-monitor-profile { display: grid !important; grid-template-columns: minmax(0,1fr) auto auto; }
.ss-monitor-profile .ss-creator-name > img { width: 62px; height: 62px; }
.ss-monitor-profile .ss-creator-name p { font-size: 13px; }
.ss-monitor-stats { display: flex; min-width: 68px; flex-direction: column; }
.ss-monitor-stats b { font-size: 18px; line-height: 1; }
.ss-monitor-stats small { margin-top: 6px; color: #888; font-size: 8px; text-transform: uppercase; }
.ss-monitor-tags { display: flex; margin: 10px 0 16px 76px; gap: 8px; }
.ss-monitor-tags span { padding: 4px 8px; border: 1px solid #ddd; border-radius: 7px; font-size: 8px; }
.ss-monitor-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.ss-monitor-gallery img { width: 100%; height: 197px; border-radius: 10px; object-fit: cover; }
.ss-dashboard-manage aside { background: #fff1f8; }
.ss-manage-main { padding: 22px 16px; }
.ss-manage-toolbar { display: flex; margin: 15px 0 22px; align-items: center; gap: 10px; }
.ss-manage-toolbar span { margin-right: auto; padding: 6px 12px; border-radius: 999px; color: #31b92c; background: #e8f8df; font-size: 10px; }
.ss-manage-toolbar small { padding: 7px 12px; border: 1px solid #ddd; border-radius: 8px; font-size: 9px; }
.ss-manage-primary-metrics { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.ss-manage-primary-metrics article { padding: 14px 12px 12px; border: 1px solid #ddd; border-radius: 15px; background: #fff; }
.ss-manage-primary-metrics p { display: flex; margin: 0 0 13px; align-items: center; gap: 12px; }
.ss-manage-primary-metrics p b { font-size: 36px; font-weight: 400; line-height: 1; }
.ss-manage-primary-metrics p span { max-width: 85px; font-size: 13px; line-height: 1.1; }
.ss-manage-primary-metrics i { display: block; height: 10px; border-radius: 99px; background: linear-gradient(90deg, #55d8ca 68%, #e8e8e8 68%); }
.ss-manage-primary-metrics button { width: 100%; margin-top: 15px; padding: 9px; border: 0; border-radius: 8px; background: #eee; }
.ss-manage-secondary-metrics { display: grid; margin-top: 15px; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.ss-manage-secondary-metrics p { display: flex; min-height: 55px; margin: 0; padding: 12px 14px; align-items: center; gap: 18px; border: 1px solid #ddd; border-radius: 15px; background: #fff; }
.ss-manage-secondary-metrics b { font-size: 26px; font-weight: 400; }
.ss-manage-secondary-metrics span { color: #555; font-size: 13px; line-height: 1.1; }

@media (min-width: 901px) and (max-height: 780px) {
    .ss-product-sticky { padding-block: 18px; }
    .ss-product .ss-section-heading h2 { margin-top: 12px; font-size: 38px; }
    .ss-product .ss-section-heading h2 span::after { bottom: -7px; height: 7px; }
    .ss-product .ss-kicker { min-height: 31px; padding: 5px 12px; font-size: 13px; }
    .ss-product-grid { margin-top: 30px; }
    .ss-product-rail { height: 431px; }
    .ss-product-step + .ss-product-step { margin-top: 11px; }
    .ss-product-tab { min-height: 36px; padding: 7px 14px; font-size: 12px; }
    .ss-product-copy h3 { margin: 14px 0 10px; font-size: 29px; }
    .ss-product-copy > p { margin-bottom: 12px; font-size: 14px; }
    .ss-product-copy li { margin: 8px 0; font-size: 14px; }
    .ss-product-visuals { height: 360px; }
    .ss-dashboard { border-width: 7px; border-radius: 24px; }
    .ss-dashboard aside { padding-block: 21px; }
    .ss-creator-gallery img { height: 148px; }
    .ss-monitor-gallery img { height: 126px; }
    .ss-manage-main { padding-block: 15px; }
    .ss-manage-toolbar { margin: 10px 0 12px; }
    .ss-manage-primary-metrics article { padding: 10px; }
    .ss-manage-primary-metrics p { margin-bottom: 8px; }
    .ss-manage-primary-metrics p b { font-size: 29px; }
    .ss-manage-primary-metrics button { margin-top: 9px; padding: 6px; }
    .ss-manage-secondary-metrics { margin-top: 9px; }
    .ss-manage-secondary-metrics p { min-height: 43px; padding-block: 8px; }
}

/* Feature deck */
.ss-feature-deck { min-height: 755px; padding: 74px 0 80px; }
.ss-feature-stack { position: relative; width: 850px; height: 390px; margin: 70px auto 0; }
.ss-feature-card { position: absolute; inset: 0; display: grid; grid-template-columns: 1fr 1fr; padding: 18px; border-radius: 18px; color: #fff; background: var(--ss-primary); transform: rotate(-2deg); }
.ss-feature-card > div:first-child { padding: 42px 24px; }
.ss-feature-card h3 { font-size: 23px; }
.ss-feature-card p { color: rgba(255,255,255,.75); }
.ss-feature-card-2 { z-index: 0; background: var(--ss-green); transform: rotate(2deg); }
.ss-feature-card-3 { z-index: 1; background: var(--ss-pink); transform: rotate(-1deg); }
.ss-feature-card-4 { z-index: 2; background: var(--ss-blue); transform: rotate(1deg); }
.ss-feature-card-1 { z-index: 4; }
.ss-feature-visual { position: relative; overflow: hidden; border-radius: 14px; background: var(--ss-purple-light); }
.ss-orbit { position: absolute; width: 240px; height: 240px; left: 50%; top: 50%; border: 2px solid rgba(255,255,255,.3); border-radius: 50%; transform: translate(-50%,-50%); box-shadow: 0 0 0 45px rgba(255,255,255,.08), 0 0 0 90px rgba(255,255,255,.06); }
.ss-feature-visual > b { position: absolute; left: 50%; top: 50%; font-size: 70px; transform: translate(-50%,-50%); }
.ss-notification, .ss-search-box, .ss-progress { display: block; margin: 24px; padding: 15px 18px; border-radius: 12px; color: #222; background: white; box-shadow: 0 10px 30px rgba(0,0,0,.15); }
.ss-notification small { float: right; color: #888; }
.ss-feature-visual i { display: inline-grid; min-width: 90px; min-height: 90px; margin: 12px 4px 0 20px; place-content: center; border-radius: 14px; background: rgba(255,255,255,.2); font-size: 23px; font-style: normal; text-align: center; }
.ss-feature-visual small { font-size: 12px; }

/* Bento */
.ss-bento { min-height: 1106px; padding: 78px 0 95px; }
.ss-bento-grid { display: grid; margin-top: 62px; grid-template-columns: repeat(4,1fr); gap: 24px; }
.ss-bento-card { display: flex; min-height: 245px; padding: 25px 18px; flex-direction: column; justify-content: space-between; border-radius: 18px; background: #fff; }
.ss-bento-card img { width: 45px; height: 45px; object-fit: contain; object-position: left center; }
.ss-bento-card h3 { margin-bottom: 7px; font-size: 19px; letter-spacing: -.02em; }
.ss-bento-card p { margin-bottom: 0; color: #747178; line-height: 1.35; }
.ss-bento-featured { color: #fff; background: var(--ss-primary); background-image: url("../assets/icons/bento-group59431.svg"); background-position: right top; background-repeat: no-repeat; background-size: 70%; }
.ss-bento-featured p { color: rgba(255,255,255,.65); }
.ss-bento-featured img { filter: brightness(0) invert(1); }
.ss-load-more { display: none; }

/* Comparison */
.ss-comparison { min-height: 913px; padding: 82px 0 100px; }
.ss-compare-panel { display: grid; width: 850px; margin: 75px auto 0; grid-template-columns: 1fr 1fr; overflow: hidden; border: 10px solid rgba(255,255,255,.25); border-radius: 26px; }
.ss-compare-panel article { overflow: hidden; }
.ss-compare-panel h3, .ss-compare-panel p { margin: 0; padding: 15px 24px; border-bottom: 1px solid rgba(255,255,255,.12); }
.ss-compare-panel h3 { color: #aa99ff; }
.ss-compare-panel p { min-height: 56px; font-weight: 600; }
.ss-compare-others { background: rgba(36,0,190,.78); }
.ss-compare-reality { color: #171717; background: #fff; }
.ss-compare-reality h3 { color: var(--ss-primary); border-color: #ddd; }
.ss-compare-reality p { border-color: #ddd; }

/* Testimonials */
.ss-testimonials { min-height: 698px; padding: 72px 0 45px; }
.ss-testimonial-viewport { margin-top: 58px; overflow: hidden; }
.ss-testimonial-track { display: flex; width: max-content; gap: 20px; transform: translateX(calc(50vw - 760px)); transition: transform .4s ease; }
.ss-testimonial-card { display: grid; width: 740px; height: 310px; padding: 40px; grid-template-columns: 235px 1fr; gap: 25px; border-radius: 22px; color: #fff; overflow: hidden; }
.ss-testimonial-card > img { width: 235px; height: 230px; border-radius: 20px; object-fit: cover; }
.ss-testimonial-card > div { display: flex; flex-direction: column; }
.ss-testimonial-card h3 { font-size: 28px; }
.ss-testimonial-card blockquote { margin: 0; color: rgba(255,255,255,.65); font-size: 20px; }
.ss-testimonial-card p { margin: auto 0 0; }
.ss-testimonial-card p span { display: block; }
.ss-card-purple { background: var(--ss-primary); }
.ss-card-pink { background: var(--ss-pink); }
.ss-card-green { background: var(--ss-green); }
.ss-carousel-controls { display: flex; margin-top: 18px; align-items: center; justify-content: center; gap: 12px; }
.ss-carousel-controls button { display: grid; width: 42px; height: 42px; padding: 0 0 4px; place-items: center; border: 0; border-radius: 50%; color: #fff; background: var(--ss-primary); font-size: 38px; line-height: 1; cursor: pointer; }
.ss-carousel-controls span { display: flex; align-items: center; gap: 7px; }
.ss-carousel-controls i { width: 11px; height: 11px; border-radius: 50%; background: #f7c9e5; }
.ss-carousel-controls i:first-child { width: 11px; background: var(--ss-pink); }

/* Pricing */
.ss-pricing { min-height: 908px; padding: 68px 0 85px; }
.ss-price-grid { display: grid; margin-top: 70px; grid-template-columns: repeat(3,1fr); gap: 26px; }
.ss-price-card { position: relative; padding-top: 41px; border-radius: 24px; background: #fff; }
.ss-price-card-inner { display: flex; min-height: 560px; padding: 28px 26px 24px; flex-direction: column; border: 5px solid #fff; border-radius: 21px; background: #ececec; }
.ss-price-card h3 { margin-bottom: 2px; color: var(--ss-green); }
.ss-price { margin: 0; }
.ss-price strong { color: var(--ss-green); font-family: var(--ss-font-heading); font-size: 58px; line-height: 1; }
.ss-price span { font-size: 21px; }
.ss-plan-description { min-height: 55px; margin-top: 14px; line-height: 1.2; }
.ss-price-card ul { padding-left: 24px; }
.ss-price-card li { margin: 12px 0; }
.ss-price-card .ss-button { width: 100%; margin-top: auto; font-size: 18px; }
.ss-price-card.is-popular { color: #fff; background: var(--ss-magenta); }
.ss-price-card.is-popular .ss-price-card-inner { border-color: var(--ss-primary-dark); background-color: var(--ss-primary-dark); background-image: repeating-conic-gradient(rgba(255,255,255,.05) 0 25%, transparent 0 50%); background-size: 110px 110px; }
.ss-price-card.is-popular h3, .ss-price-card.is-popular .ss-price strong { color: #fff; }
.ss-price-card.is-popular .ss-button { color: #111; background: #fff; }
.ss-popular-label { position: absolute; left: 0; right: 0; top: 0; height: 43px; font-family: var(--ss-font-heading); font-size: 23px; text-align: center; }
.ss-price-controls { display: none; }

/* FAQ */
.ss-faq { min-height: 1189px; padding: 85px 0 120px; }
.ss-faq-list { width: 650px; margin: 75px auto 0; }
.ss-faq-item { position: relative; display: grid; margin-bottom: 18px; padding-left: 58px; grid-template-columns: minmax(0, 1fr); }
.ss-question-mark { position: absolute; left: 0; top: 0; display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; color: #fff; background: var(--ss-magenta); font-family: var(--ss-font-heading); font-size: 31px; }
.ss-faq-item button { width: max-content; max-width: 100%; min-height: 56px; padding: 12px 22px; border: 0; border-radius: 0 18px 18px 18px; color: #111; background: #fff; font-weight: 700; font-size: 17px; text-align: left; cursor: pointer; }
.ss-faq-panel { display: grid; grid-template-rows: 0fr; opacity: 0; visibility: hidden; transition: grid-template-rows .3s cubic-bezier(.2,.7,.2,1), opacity .25s ease, visibility 0s linear .3s; }
.ss-faq-item.is-open .ss-faq-panel { grid-template-rows: 1fr; opacity: 1; visibility: visible; transition-delay: 0s; }
.ss-faq-panel-inner { min-height: 0; overflow: hidden; margin-inline: -62px; padding-inline: 62px; }
.ss-faq-answer { max-width: 480px; margin: 12px 0 0 52px; padding: 18px 24px; border-radius: 0 18px 18px 18px; color: #666; background: #fff; text-align: center; }
.ss-faq-item.is-open::after { content: "S"; position: absolute; right: -58px; top: 80px; display: grid; width: 44px; height: 44px; place-items: center; border: 5px solid #fff; border-radius: 50%; color: #111; background: var(--ss-yellow); font-family: var(--ss-font-heading); font-size: 27px; text-shadow: 2px 2px 0 var(--ss-pink), -2px -2px 0 var(--ss-blue); }

/* Final CTA and footer */
.ss-final-cta.ss-pale-wave { background-attachment: fixed; }
.ss-final-cta { padding: 78px 0 55px; }
.ss-final-card { width: 1020px; min-height: 490px; margin: auto; padding: 85px 90px 70px; border: 6px solid #0a0a0a; border-radius: 24px; text-align: center; background-color: var(--ss-yellow); background-image: repeating-conic-gradient(rgba(255,208,0,.28) 0 25%, transparent 0 50%); background-size: 120px 120px; }
.ss-final-card h2 { max-width: 720px; margin-inline: auto; color: #050505; }
.ss-final-tags { display: flex; margin: 30px 0 24px; justify-content: center; gap: 12px; }
.ss-final-tags span { display: inline-flex; align-items: center; gap: 8px; padding: 8px 15px; border-radius: 99px; color: #fff; background: #050505; }
.ss-final-tags img { width: 20px; height: 20px; flex-shrink: 0; }
.ss-final-card p { font-size: 22px; }
.ss-final-card .ss-button { width: 640px; max-width: 100%; }
.ss-default-page { min-height: 100vh; padding: 100px 0; }

@media (max-width: 900px) {
    h1 { font-size: var(--ss-h1-mobile); }
    h2 { font-size: var(--ss-h2-mobile); }
    h3 { font-size: 20px; }
    .ss-container { width: min(calc(100% - 40px), 620px); }
    .ss-section-heading h2 { margin-top: 18px; }
    .ss-section-heading > p { font-size: 14px; }
    .ss-kicker { min-height: 39px; padding: 8px 14px; }
    .ss-button { min-height: 38px; padding: 5px 14px; border-radius: 9px; font-size: 17px; }
    .ss-button img { width: 18px; height: 18px; }

    .ss-hero, .ss-hero-shell { min-height: 883px; }
    .ss-navbar { top: 19px; width: calc(100% - 38px); padding: 6px 20px; }
    .ss-brand { margin-left: 0; font-size: 24px; }
    .ss-nav-links, .ss-nav-login { display: none; }
    .ss-menu-toggle { display: flex; width: 38px; height: 38px; margin-left: auto; padding: 9px; flex-direction: column; justify-content: center; gap: 5px; border: 0; background: transparent; }
    .ss-menu-toggle span { display: block; width: 18px; height: 2px; background: #111; }
    .ss-mobile-menu { position: absolute; z-index: 19; left: 19px; right: 19px; top: 83px; padding: 20px; border-radius: 20px; color: #111; background: #fff; box-shadow: 0 15px 40px rgba(0,0,0,.25); }
    .ss-mobile-menu:not([hidden]) { display: flex; flex-direction: column; gap: 15px; }
    .ss-hero-copy { left: 0; right: 0; top: 110px; width: auto; text-align: center; }
    .ss-hero-badge { font-size: 12px; }
    .ss-hero h1 { margin: 18px auto 17px; align-items: center; line-height: 1.08; }
    .ss-hero-description { width: min(330px,100%); margin: 0 auto 17px; color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.8; }
    .ss-hero-benefits { width: max-content; max-width: 100vw; margin: 20px 50% 0; gap: 12px; font-size: 12px; transform: translateX(-50%); }
    .ss-hero-benefits li { gap: 5px; }
    .ss-hero-benefits li + li::before { display: none; }
    .ss-hero-benefits img { width: 14px; height: 14px; }
    .ss-hero-art { left: 50%; top: 450px; width: 470px; transform: translateX(-50%); }
    .ss-engagement-card { padding: 7px; border-radius: 7px; }
    .ss-engagement-card small { font-size: 7px; }
    .ss-engagement-card strong { font-size: 18px; }
    .ss-engagement-card span { margin-left: 1px; padding: 2px 3px; font-size: 5px; }
    .ss-engagement-card > img { left: -3px; bottom: -4px; }
    .ss-campaign-card { padding: 8px; border-radius: 7px; }
    .ss-campaign-card small { font-size: 8px; }
    .ss-campaign-card strong { font-size: 11px; }
    .ss-campaign-card em { padding: 2px 4px; font-size: 6px; }
    .ss-avatar-row { margin-top: 6px; }
    .ss-avatar-row img, .ss-avatar-row span { width: 18px; height: 18px; margin-left: -8px; border-width: 1px; font-size: 6px; }

    .ss-trusted { min-height: 128px; padding: 20px 0; }
    .ss-trusted p { width: 330px; max-width: 90%; margin: 0 auto 20px; line-height: 1.25; }
    .ss-logo-track { display: grid; grid-template-columns: 64px minmax(0, 1fr) minmax(0, 1fr); gap: 18px; justify-items: center; }
    .ss-logo-track .ss-client-psg { width: 58px; height: 60px; }
    .ss-logo-track .ss-client-saint-laurent { width: 150px; height: 60px; }
    .ss-logo-track .ss-client-pandora { width: 140px; height: 42px; }
    .ss-metrics { min-height: 226px; padding: 20px 0; }
    .ss-metrics-track { display: flex; width: max-content; margin-left: 50%; gap: 12px; transform: translateX(-50%); }
    .ss-metric-card { width: 190px; min-height: 187px; padding: 15px; flex: 0 0 auto; border-radius: 15px; transform: none !important; }
    .ss-metric-icon { width: 52px; height: 52px; }
    .ss-metric-card strong { font-size: 34px; }
    .ss-metric-card p { font-size: 14px; }

    .ss-problem { min-height: 685px; padding: 62px 0 60px; }
    .ss-problem .ss-section-heading h2 { font-size: 30px; }
    .ss-checklist-wrap { width: 330px; margin-top: 52px; transform: rotate(-5deg); }
    .ss-checklist { padding: 40px 32px 34px; border-radius: 24px; box-shadow: 0 7px 0 #2504bd,0 13px 0 #6742ff; }
    .ss-checklist p { gap: 12px; padding: 12px 0; font-size: 19px; }
    .ss-checklist p span { width: 22px; height: 22px; border-width: 2px; border-radius: 6px; }
    .ss-paperclip { left: -38px; top: -20px; width: 75px; height: 115px; }

    .ss-product { height: calc(var(--ss-product-steps, 3) * 100svh); min-height: 2100px; }
    .ss-product-sticky { padding: 24px 0 22px; align-items: stretch; }
    .ss-product-container { display: grid; width: min(calc(100% - 40px), 620px); height: 100%; grid-template-rows: auto minmax(0, 1fr); }
    .ss-product .ss-section-heading { max-width: 340px; }
    .ss-product .ss-section-heading h2 { margin-top: 14px; font-size: 29px; text-decoration-thickness: 3px; text-underline-offset: 7px; }
    .ss-product .ss-kicker { min-height: 30px; padding: 5px 12px; font-size: 12px; }
    .ss-product-grid { display: grid; min-height: 0; margin-top: 22px; grid-template-columns: 1fr; grid-template-rows: minmax(286px, 1fr) clamp(190px, 28svh, 250px); align-items: stretch; gap: 16px; }
    .ss-product-rail { position: relative; display: grid; height: auto; min-height: 286px; grid-template-columns: repeat(3, minmax(0, auto)); align-content: start; justify-content: center; gap: 7px; }
    .ss-product-step { display: contents; }
    .ss-product-step + .ss-product-step { margin-top: 0; }
    .ss-product-tab { min-height: 36px; padding: 7px 10px; gap: 5px; font-size: 11px; }
    .ss-product-tab:hover { transform: none; }
    .ss-product-tab img { width: 16px; height: 16px; }
    .ss-product-copy { position: absolute; left: 0; right: 0; top: 51px; max-height: none; overflow: visible; visibility: hidden; text-align: left; transform: translateY(12px); transition: opacity .32s ease, transform .4s ease, visibility 0s linear .4s; }
    .ss-product-step.is-active .ss-product-copy { max-height: none; visibility: visible; transform: translateY(0); transition-delay: 0s; }
    .ss-product-copy h3 { max-width: 360px; margin: 0 0 10px; font-size: clamp(22px, 6vw, 27px); }
    .ss-product-copy > p { max-width: 390px; margin-bottom: 12px; font-size: 13px; line-height: 1.55; }
    .ss-product-copy li { margin: 7px 0; gap: 9px; font-size: 14px; }
    .ss-product-copy li img { width: 18px; height: 18px; }
    .ss-product-visuals { height: auto; min-height: 0; }
    .ss-product-visual { transform: translate3d(calc(var(--ss-slide-offset, 0) * 15px), 0, 0) scale(var(--ss-slide-scale, .98)); }
    .ss-dashboard { min-height: 0; margin-top: 0; grid-template-columns: 28% 72%; border-width: 3px; border-radius: 10px; }
    .ss-dashboard aside { padding: 12px 6px; }
    .ss-dashboard aside strong { margin-bottom: 6px; font-size: 7px; }
    .ss-dashboard aside span { padding: 4px; font-size: 5px; }
    .ss-dashboard-main { padding: 10px 7px; }
    .ss-dashboard-main > header b { font-size: 7px; }
    .ss-dashboard-main > header span { padding: 5px; font-size: 4px; }
    .ss-dashboard-tools { margin: 9px 0 7px; gap: 3px; }
    .ss-dashboard-tools span, .ss-dashboard-tools button { font-size: 4px; padding: 3px; }
    .ss-creator-card { padding: 6px; border-radius: 7px; }
    .ss-creator-name > img { width: 30px; height: 30px; }
    .ss-creator-name p { font-size: 6px; }
    .ss-creator-name small { font-size: 5px; }
    .ss-creator-gallery { margin-top: 5px; gap: 4px; }
    .ss-creator-gallery img { height: 88px; border-radius: 4px; }
    .ss-creator-gallery figcaption, .ss-monitor-gallery figcaption { padding-top: 2px; font-size: 4px; }
    .ss-monitor-main { padding: 8px 6px; }
    .ss-monitor-profile .ss-creator-name > img { width: 29px; height: 29px; }
    .ss-monitor-profile .ss-creator-name p { font-size: 6px; }
    .ss-monitor-stats { min-width: 31px; }
    .ss-monitor-stats b { font-size: 8px; }
    .ss-monitor-stats small { margin-top: 2px; font-size: 3px; }
    .ss-monitor-tags { margin: 4px 0 6px 34px; gap: 3px; }
    .ss-monitor-tags span { padding: 2px 3px; border-radius: 3px; font-size: 3px; }
    .ss-monitor-gallery { gap: 4px; }
    .ss-monitor-gallery img { height: 78px; border-radius: 4px; }
    .ss-manage-main { padding: 8px 6px; }
    .ss-manage-toolbar { margin: 5px 0 7px; gap: 3px; }
    .ss-manage-toolbar span { padding: 2px 4px; font-size: 4px; }
    .ss-manage-toolbar small { padding: 2px 4px; border-radius: 3px; font-size: 4px; }
    .ss-manage-primary-metrics { gap: 5px; }
    .ss-manage-primary-metrics article { padding: 5px; border-radius: 5px; }
    .ss-manage-primary-metrics p { margin-bottom: 5px; gap: 4px; }
    .ss-manage-primary-metrics p b { font-size: 15px; }
    .ss-manage-primary-metrics p span { max-width: 42px; font-size: 5px; }
    .ss-manage-primary-metrics i { height: 4px; }
    .ss-manage-primary-metrics button { margin-top: 5px; padding: 3px; border-radius: 3px; font-size: 5px; }
    .ss-manage-secondary-metrics { margin-top: 5px; gap: 5px; }
    .ss-manage-secondary-metrics p { min-height: 27px; padding: 4px 5px; gap: 6px; border-radius: 5px; }
    .ss-manage-secondary-metrics b { font-size: 11px; }
    .ss-manage-secondary-metrics span { font-size: 5px; }

    .ss-feature-deck { min-height: 888px; padding: 34px 0 60px; }
    .ss-feature-stack { width: 330px; height: 620px; margin-top: 55px; }
    .ss-feature-card { display: flex; padding: 14px; flex-direction: column-reverse; border-radius: 16px; transform: rotate(-2deg); }
    .ss-feature-card > div:first-child { padding: 20px 12px 0; }
    .ss-feature-card h3 { font-size: 24px; }
    .ss-feature-card p { font-size: 17px; line-height: 1.65; }
    .ss-feature-visual { min-height: 300px; }
    .ss-feature-card-2 { transform: rotate(3deg) translateY(28px); }
    .ss-feature-card-3 { transform: rotate(-1deg) translateY(15px); }
    .ss-feature-card-4 { transform: rotate(2deg) translateY(5px); }

    .ss-bento { min-height: 1094px; padding: 32px 0 55px; }
    .ss-bento-grid { display: block; margin-top: 36px; }
    .ss-bento-card { min-height: 238px; margin-bottom: 12px; padding: 28px 16px; border-radius: 15px; }
    .ss-bento-card h3 { font-size: 20px; }
    .ss-bento-card p { font-size: 16px; }
    .ss-bento-extra { display: none; }
    .ss-bento-grid.is-expanded .ss-bento-extra { display: flex; }
    .ss-load-more { display: block; width: 100%; height: 41px; border: 0; border-radius: 999px; background: #fff; color: #6e6b72; font-size: 18px; }

    .ss-comparison { min-height: 1369px; padding: 25px 0 55px; }
    .ss-compare-panel { display: block; width: 100%; margin-top: 35px; border-width: 8px; border-radius: 17px; }
    .ss-compare-panel h3, .ss-compare-panel p { min-height: 0; padding: 13px 18px; font-size: 14px; }
    .ss-compare-panel h3 { font-size: 18px; }
    .ss-compare-reality { margin-top: 12px; }

    .ss-testimonials { min-height: 836px; padding: 33px 0 30px; }
    .ss-testimonials .ss-section-heading { width: 350px; max-width: 100%; }
    .ss-testimonials .ss-section-heading > p { display: none; }
    .ss-testimonial-viewport { margin-top: 35px; }
    .ss-testimonial-track { gap: 12px; transform: translateX(calc(50vw - 560px)); }
    .ss-testimonial-card { display: block; width: 340px; height: 530px; padding: 20px; text-align: center; }
    .ss-testimonial-card > img { width: 300px; height: 232px; }
    .ss-testimonial-card h3 { margin: 28px 0 12px; font-size: 28px; }
    .ss-testimonial-card blockquote { font-size: 19px; }
    .ss-testimonial-card p { margin-top: 24px; font-size: 18px; }

    .ss-pricing { min-height: 925px; padding: 32px 0 35px; }
    .ss-pricing .ss-section-heading > p { font-size: 16px; line-height: 1.7; }
    .ss-price-viewport { width: calc(100vw + 40px); margin-left: -40px; overflow: hidden; }
    .ss-price-grid { display: flex; width: max-content; margin-top: 28px; gap: 15px; transform: translateX(calc(50vw - 195px)); transition: transform .4s ease; }
    .ss-price-card { width: 340px; flex: 0 0 340px; }
    .ss-price-card-inner { min-height: 540px; }
    .ss-price strong { font-size: 58px; }
    .ss-price-controls { display: flex; }

    .ss-faq { min-height: 842px; padding: 34px 0 45px; }
    .ss-faq-list { width: 100%; margin-top: 40px; }
    .ss-faq-item { margin-bottom: 17px; padding-left: 52px; }
    .ss-question-mark { width: 40px; height: 40px; font-size: 28px; }
    .ss-faq-item button { min-height: 48px; padding: 10px 14px; font-size: 15px; }
    .ss-faq-answer { margin-left: -52px; padding: 14px 12px; font-size: 14px; }
    .ss-faq-item.is-open::after { right: 0; top: 84px; width: 40px; height: 40px; }

    .ss-final-cta { min-height: 461px; padding: 20px 0; }
    .ss-final-card { width: 280px; min-height: 420px; padding: 32px 12px 25px; border-width: 5px; border-radius: 20px; background-size: 72px 72px; }
    .ss-final-card h2 { font-size: 30px; }
    .ss-final-tags { margin: 20px 0 24px; flex-direction: column; align-items: center; gap: 9px; }
    .ss-final-tags span { padding: 6px 12px; font-size: 14px; }
    .ss-final-card p { font-size: 12px; }
    .ss-final-card .ss-button { min-height: 49px; font-size: 19px; }
}

@media (min-width: 901px) and (max-width: 1180px) {
    .ss-hero-art { left: 48%; }
    .ss-hero-copy { width: 48%; }
    .ss-hero h1 { font-size: clamp(44px,5vw,64px); }
    .ss-bento-grid { grid-template-columns: repeat(3,1fr); }
    .ss-bento { min-height: 1300px; }
}

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

/* Standalone marketing pages */
.ss-inner-page { background: var(--ss-surface); }
.ss-inner-page section { position: relative; overflow: hidden; }
.ss-inner-page .ss-page-navbar { width: min(920px, calc(100% - 80px)); }
.ss-inner-page .ss-nav-links { gap: 20px; }
.ss-inner-page .ss-section-heading h2 { letter-spacing: -.045em; }

/* Features */
.ss-feature-page-hero { min-height: 750px; }
.ss-feature-page-hero-grid { display: grid; min-height: 750px; padding-top: 186px; grid-template-columns: 53% 57%; gap: 30px; }
.ss-feature-page-copy { position: relative; z-index: 3; }
.ss-feature-page-copy .ss-kicker, .ss-blog-hero .ss-kicker, .ss-blog-article-hero .ss-kicker { color: #fff; background: rgba(255,255,255,.16); }
.ss-feature-page-copy h1 { max-width: 675px; margin: 24px 0 18px; color: #fff; font-size: clamp(48px, 4.5vw, 64px); }
.ss-feature-page-copy > p { max-width: 575px; margin-bottom: 25px; color: rgba(255,255,255,.65); font-size: 17px; line-height: 1.65; }
.ss-feature-page-copy .ss-button { min-width: 224px; }
.ss-feature-page-copy .ss-hero-benefits { font-size: 13px; }
.ss-feature-dashboard { position: relative; z-index: 2; display: grid; width: 740px; height: 490px; padding: 15px; grid-template-columns: 155px 1fr; gap: 12px; border: 5px solid #111; border-radius: 18px; color: #282532; background: #fff; box-shadow: 0 16px 50px rgba(0,0,0,.22); transform: rotate(1.2deg); }
.ss-feature-dashboard aside { padding: 20px 14px; border-radius: 12px; color: rgba(255,255,255,.72); background: var(--ss-primary-dark); }
.ss-feature-dashboard aside strong { display: block; margin-bottom: 26px; color: #fff; font-family: var(--ss-font-heading); font-size: 17px; }
.ss-feature-dashboard aside span { display: block; margin: 5px 0; padding: 8px; border-radius: 7px; font-size: 10px; }
.ss-feature-dashboard aside span.is-active { color: #18151f; background: #fff; }
.ss-feature-dashboard-main { padding: 12px 5px; overflow: hidden; }
.ss-feature-dashboard-main > header { display: flex; align-items: center; justify-content: space-between; }
.ss-feature-dashboard-main > header b { font-size: 16px; }
.ss-feature-dashboard-main > header span { width: 220px; padding: 9px 12px; border-radius: 7px; color: #9e9ca4; background: #f4f3f7; font-size: 9px; }
.ss-feature-results { margin: 25px 0 12px; color: #99969f; font-size: 10px; }
.ss-feature-creator { display: flex; padding: 10px; align-items: center; gap: 9px; border-radius: 10px; background: #f6f5f9; }
.ss-feature-creator img { width: 38px; height: 38px; border-radius: 8px; object-fit: cover; }
.ss-feature-creator strong, .ss-feature-creator small { display: block; font-size: 9px; }
.ss-feature-creator small { color: #97949d; }
.ss-feature-creator-gallery { display: grid; margin-top: 10px; grid-template-columns: repeat(4,1fr); gap: 8px; }
.ss-feature-creator-gallery img { width: 100%; height: 245px; border-radius: 8px; object-fit: cover; }

.ss-feature-workflow { min-height: 2148px; padding: 79px 0 100px; }
.ss-feature-workflow .ss-section-heading h2 { font-size: 56px; }
.ss-feature-long-list { display: grid; margin-top: 65px; gap: 38px; }
.ss-feature-long-card { display: grid; min-height: 575px; padding: 56px 55px; align-items: center; grid-template-columns: minmax(340px, .82fr) minmax(520px, 1.25fr); gap: 60px; border: 1px solid rgba(255,255,255,.8); border-radius: 30px; background: rgba(255,255,255,.58); box-shadow: inset 0 0 80px rgba(255,255,255,.38), 0 18px 35px rgba(70,42,155,.08); }
.ss-feature-long-2 { grid-template-columns: minmax(520px,1.25fr) minmax(340px,.82fr); }
.ss-feature-long-2 .ss-feature-long-copy { order: 2; }
.ss-feature-long-copy h2 { margin: 18px 0 16px; font-size: 48px; }
.ss-feature-long-copy p { margin-bottom: 16px; color: #625f68; font-size: 16px; line-height: 1.65; }
.ss-feature-tag { display: inline-block; padding: 5px 11px; border-radius: 99px; color: var(--ss-primary); background: #ded7ff; font-size: 13px; }
.ss-feature-long-copy ul { margin: 23px 0 0; padding: 0; list-style: none; }
.ss-feature-long-copy li { display: flex; margin: 13px 0; align-items: center; gap: 12px; font-size: 15px; }
.ss-feature-long-copy li img { width: 27px; height: 27px; padding: 5px; border-radius: 8px; background: #fff; }
.ss-feature-long-visual { position: relative; min-width: 0; padding: 28px; border-radius: 22px; background: #d9d0ff; }
.ss-archive-ui, .ss-gallery-ui, .ss-filter-ui { min-height: 380px; padding: 18px; border: 3px solid #15131a; border-radius: 15px; color: #282532; background: #fff; box-shadow: 0 8px 0 rgba(36,16,123,.17); }
.ss-archive-ui > header, .ss-gallery-ui > header, .ss-filter-ui > header { display: flex; margin-bottom: 18px; align-items: center; justify-content: space-between; font-family: var(--ss-font-heading); font-size: 17px; }
.ss-archive-ui button { padding: 7px 10px; border: 0; border-radius: 6px; color: #fff; background: var(--ss-primary); font-size: 9px; }
.ss-archive-row { display: grid; margin: 9px 0; padding: 8px; align-items: center; grid-template-columns: 58px 1fr auto; gap: 11px; border-radius: 9px; background: #f5f3fa; font-size: 10px; }
.ss-archive-row img { width: 58px; height: 80px; border-radius: 6px; object-fit: cover; }
.ss-archive-row em { padding: 5px 7px; border-radius: 99px; color: #137940; background: #cef3dc; font-size: 8px; font-style: normal; }
.ss-gallery-ui > div { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; }
.ss-gallery-ui img { width: 100%; height: 305px; border-radius: 8px; object-fit: cover; }
.ss-filter-tags { display: flex; margin: 20px 0; flex-wrap: wrap; gap: 8px; }
.ss-filter-tags span { padding: 8px 11px; border-radius: 8px; color: var(--ss-primary); background: #ded7ff; font-size: 10px; }
.ss-filter-stories { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; }
.ss-filter-stories img { width: 100%; height: 255px; border-radius: 8px; object-fit: cover; }

/* Pricing */
.ss-page-pricing-hero { min-height: 1140px; }
.ss-page-title-block { max-width: 760px; margin: 0 auto; padding-top: 178px; text-align: center; }
.ss-page-title-block h1 { margin: 22px 0 16px; font-size: 58px; }
.ss-page-title-block h1 em { display: inline-block; padding: 0 6px 3px; border: 2px solid var(--ss-primary); border-radius: 10px; color: var(--ss-primary); font-style: normal; transform: rotate(-1deg); }
.ss-page-title-block > p { max-width: 595px; margin: 0 auto; color: #66636d; line-height: 1.65; }
.ss-billing-toggle { display: inline-flex; min-height: 48px; margin-top: 27px; padding: 5px; align-items: center; gap: 4px; border-radius: 99px; background: #fff; box-shadow: 0 7px 20px rgba(38,15,139,.08); }
.ss-billing-toggle strong, .ss-billing-toggle span { padding: 8px 16px; border-radius: 99px; font-size: 13px; }
.ss-billing-toggle strong { color: #fff; background: var(--ss-primary); }
.ss-billing-toggle mark { margin-right: 6px; padding: 5px 9px; border-radius: 99px; color: #8d6800; background: var(--ss-yellow); font-size: 10px; }
.ss-page-price-viewport { margin-top: 45px; }
.ss-page-price-viewport .ss-price-grid { margin-top: 0; }
.ss-page-price-viewport .ss-price-card { box-shadow: 0 15px 35px rgba(51,34,117,.08); }
.ss-page-price-viewport .ss-price-card-inner { min-height: 548px; }
.ss-plan-description { min-height: 52px; color: #716e77; font-size: 14px; }
.ss-plan-comparison { min-height: 875px; padding: 74px 0 90px; }
.ss-plan-comparison .ss-section-heading h2 { font-size: 54px; }
.ss-comparison-table-wrap { margin-top: 60px; overflow-x: auto; border: 7px solid var(--ss-primary); border-radius: 18px; background: #fff; box-shadow: 0 9px 0 #ff33ab, 0 15px 0 #fff200; }
.ss-comparison-table { width: 100%; min-width: 1000px; border-collapse: collapse; color: #2b2830; text-align: center; }
.ss-comparison-table th, .ss-comparison-table td { height: 60px; padding: 10px 18px; border: 1px solid #e3e0e8; }
.ss-comparison-table thead th { height: 102px; color: #fff; background: #17151c; font-family: var(--ss-font-heading); font-size: 20px; }
.ss-comparison-table thead th:first-child { width: 34%; text-align: left; }
.ss-comparison-table thead th.ss-plan-color-1 { background: #00ad58; }
.ss-comparison-table thead th.ss-plan-color-2 { background: var(--ss-primary); }
.ss-comparison-table thead th.ss-plan-color-3 { background: #ff33ab; }
.ss-comparison-table thead strong, .ss-comparison-table thead small { display: block; }
.ss-comparison-table thead strong { margin-top: 4px; font-size: 27px; }
.ss-comparison-table thead small { font-family: var(--ss-font-body); font-size: 10px; }
.ss-comparison-table tbody th { text-align: left; font-size: 13px; }
.ss-comparison-table tbody th img { display: inline-block; width: 25px; height: 25px; margin-right: 12px; vertical-align: middle; }
.ss-comparison-table td { color: #6b6870; font-size: 13px; }
.ss-pricing-essentials { min-height: 575px; padding: 75px 0; }
.ss-pricing-essentials .ss-section-heading h2 { font-size: 50px; }
.ss-essential-grid { display: grid; margin-top: 62px; grid-template-columns: repeat(4,1fr); gap: 18px; }
.ss-essential-card { position: relative; min-height: 250px; padding: 23px; border: 4px solid #17151c; border-radius: 17px; background: #fff; box-shadow: 0 7px 0 #17151c; transform: rotate(-1.5deg); }
.ss-essential-card:nth-child(even) { transform: rotate(1.5deg); }
.ss-essential-card > span { display: grid; width: 44px; height: 44px; place-items: center; border: 3px solid #17151c; border-radius: 10px; background: #fff; }
.ss-essential-card > span img { width: 25px; height: 25px; }
.ss-essential-card h3 { margin: 20px 0 10px; font-size: 24px; }
.ss-essential-card i { display: block; width: 100%; height: 16px; margin-bottom: 13px; background: repeating-linear-gradient(135deg, transparent 0 8px, rgba(0,0,0,.12) 8px 10px); }
.ss-essential-card p { margin: 0; font-size: 13px; line-height: 1.55; }
.ss-essential-1 { background: #ff8dcc; }
.ss-essential-2 { background: #fff266; }
.ss-essential-3 { background: #81e8ad; }
.ss-essential-4 { background: #9bdfff; }

/* Blog listing */
.ss-blog-hero, .ss-blog-article-hero { min-height: 574px; }
.ss-blog-hero-copy, .ss-blog-article-hero-copy { padding-top: 185px; text-align: center; }
.ss-blog-hero-copy h1 { max-width: 780px; margin: 24px auto 28px; color: #fff; font-size: 70px; }
.ss-blog-listing { padding: 30px 0 70px; background: #fff; }
.ss-blog-categories { display: flex; margin-bottom: 54px; align-items: center; justify-content: center; gap: 9px; white-space: nowrap; }
.ss-blog-categories a { padding: 9px 13px; border: 2px solid #17151c; border-radius: 99px; font-size: 12px; font-weight: 700; }
.ss-blog-tone-1, .ss-blog-tone-5 { background: #ded7ff; }
.ss-blog-tone-2 { background: #ff9bd1; }
.ss-blog-tone-3, .ss-blog-tone-7 { background: #fff064; }
.ss-blog-tone-4 { background: #80e7aa; }
.ss-blog-tone-6 { background: #92dbff; }
.ss-blog-featured { display: grid; margin-bottom: 50px; align-items: center; grid-template-columns: 1.05fr .95fr; gap: 74px; }
.ss-blog-cover { position: relative; display: block; min-height: 270px; border: 4px solid #17151c; border-radius: 19px; overflow: hidden; background: #ddd; box-shadow: 0 7px 0 #17151c; }
.ss-blog-cover > span { position: absolute; left: 15px; bottom: 15px; z-index: 2; padding: 7px 11px; border: 2px solid #17151c; border-radius: 99px; color: #17151c; background: #fff; font-size: 11px; font-weight: 800; }
.ss-blog-cover-featured { min-height: 390px; background: #ff8ccb; }
.ss-blog-cover-featured img { width: 100%; height: 390px; object-fit: cover; }
.ss-blog-featured h2 { margin-bottom: 19px; font-size: 45px; }
.ss-blog-featured p { color: #6d6972; line-height: 1.7; }
.ss-blog-button { display: inline-flex; margin-top: 13px; padding: 9px 15px; border-radius: 9px; color: #fff; background: #17151c; font-family: var(--ss-font-heading); font-size: 15px; text-transform: uppercase; }
.ss-blog-meta { display: flex; margin-top: 29px; gap: 22px; color: #77737b; font-size: 12px; }
.ss-blog-meta span, .ss-blog-article-meta span { display: flex; align-items: center; gap: 7px; }
.ss-blog-meta img, .ss-blog-article-meta img { width: 18px; height: 18px; }
.ss-blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 40px 25px; }
.ss-blog-card .ss-blog-cover { min-height: 250px; }
.ss-blog-card h3 { margin: 25px 0 13px; font-size: 25px; }
.ss-blog-card p { min-height: 72px; color: #6d6972; font-size: 14px; line-height: 1.65; }
.ss-blog-card .ss-blog-button { margin-top: 2px; }
.ss-blog-card .ss-blog-cover::before { content: ""; position: absolute; }
.ss-blog-card .ss-blog-cover::before { inset: 0; background-size: 74px 74px; }
.ss-blog-cover-1 { background: #ff89c8; }
.ss-blog-cover-1::before { background-image: repeating-conic-gradient(#ffabd6 0 25%, transparent 0 50%); }
.ss-blog-cover-2 { background: #ff8f00; }
.ss-blog-cover-2::before { background-image: repeating-conic-gradient(#ffae32 0 25%, transparent 0 50%); }
.ss-blog-cover-3 { background: #72e4a4; }
.ss-blog-cover-3::before { background-image: repeating-conic-gradient(#a4efc3 0 25%, transparent 0 50%); }
.ss-blog-cover-4 { background: #08c7c0; }
.ss-blog-cover-4::before { background-image: repeating-conic-gradient(#39d9d3 0 25%, transparent 0 50%); }
.ss-blog-cover-5 { background: #109cff; }
.ss-blog-cover-5::before { background-image: repeating-conic-gradient(#46b5ff 0 25%, transparent 0 50%); }
.ss-blog-cover-6 { background: #bd00ef; }
.ss-blog-cover-6::before { background-image: repeating-conic-gradient(#d72cf9 0 25%, transparent 0 50%); }

/* Blog article */
.ss-blog-article-hero-copy h1 { max-width: 900px; margin: 24px auto 28px; color: #fff; font-size: 64px; }
.ss-blog-article-meta { display: flex; margin-top: 33px; justify-content: center; gap: 28px; color: rgba(255,255,255,.72); font-size: 12px; }
.ss-blog-article-meta img { filter: brightness(0) invert(1); }
.ss-blog-article-body { padding: 58px 0 92px; background: #fff; }
.ss-inner-page .ss-blog-article-body { overflow: visible; }
.ss-article-layout { display: grid; align-items: start; grid-template-columns: 235px minmax(0, 650px) 210px; justify-content: center; gap: 50px; }
.ss-article-toc, .ss-article-aside { position: sticky; top: 24px; }
.ss-article-toc > strong, .ss-article-aside > strong { font-family: var(--ss-font-heading); font-size: 18px; }
.ss-article-toc ol { margin: 17px 0 0; padding-left: 19px; color: #6d6972; font-size: 12px; }
.ss-article-toc li { margin: 12px 0; padding-left: 4px; }
.ss-article-toc a:hover { color: var(--ss-primary); }
.ss-article-copy { min-width: 0; }
.ss-article-copy p, .ss-article-copy li { color: #55525b; font-size: 16px; line-height: 1.8; }
.ss-article-copy a { color: var(--ss-primary); text-decoration: underline; }
.ss-article-intro { padding-bottom: 8px; font-weight: 600; }
.ss-article-copy section { padding-top: 31px; overflow: visible; }
.ss-article-copy h2 { margin: 0 0 20px; font-size: 38px; line-height: 1.08; }
.ss-article-copy h3 { margin: 25px 0 13px; font-size: 24px; }
.ss-article-copy ol, .ss-article-copy ul { padding-left: 24px; }
.ss-article-figure { margin: 28px 0 8px; padding: 16px; border-radius: 21px; background: #f1eff8; }
.ss-article-figure img { width: 100%; border-radius: 13px; }
.ss-article-share { display: flex; margin: 14px 0 34px; gap: 8px; }
.ss-article-share a { display: grid; width: 38px; height: 38px; place-items: center; border: 2px solid #17151c; border-radius: 50%; background: #fff; }
.ss-article-share img { width: 18px; height: 18px; }
.ss-article-promo { padding: 18px 14px 16px; border: 4px solid #17151c; border-radius: 17px; color: #fff; text-align: center; background: var(--ss-primary); box-shadow: 0 7px 0 #17151c; }
.ss-article-promo > span { font-size: 10px; text-transform: uppercase; }
.ss-article-promo h3 { margin: 12px 0; font-size: 23px; }
.ss-article-promo > img { width: 100%; height: 150px; object-fit: contain; object-position: 54% 50%; }
.ss-article-promo .ss-button { width: 100%; min-height: 38px; margin-top: 12px; padding: 6px 8px; font-size: 13px; }

@media (max-width: 900px) {
    .ss-inner-page .ss-container { width: min(calc(100% - 24px), 620px); }
    .ss-inner-page .ss-page-navbar { width: calc(100% - 38px); }

    .ss-feature-page-hero { min-height: 665px; }
    .ss-feature-page-hero-grid { display: block; min-height: 665px; padding-top: 101px; }
    .ss-feature-page-copy { text-align: center; }
    .ss-feature-page-copy .ss-kicker { display: none; }
    .ss-feature-page-copy h1 { width: 350px; max-width: 100%; margin: 0 auto 16px; font-size: 32px; line-height: 1.02; }
    .ss-feature-page-copy > p { width: 330px; max-width: 100%; margin: 0 auto 17px; font-size: 12px; line-height: 1.65; }
    .ss-feature-page-copy .ss-button { min-width: 172px; }
    .ss-feature-page-copy .ss-hero-benefits { width: max-content; max-width: calc(100vw - 20px); margin-top: 18px; font-size: 10px; }
    .ss-feature-dashboard { position: absolute; left: 50%; top: 356px; width: 510px; height: 336px; padding: 9px; grid-template-columns: 104px 1fr; gap: 7px; border-width: 3px; border-radius: 12px; transform: translateX(-50%) rotate(1deg); }
    .ss-feature-dashboard aside { padding: 12px 8px; border-radius: 7px; }
    .ss-feature-dashboard aside strong { margin-bottom: 12px; font-size: 11px; }
    .ss-feature-dashboard aside span { margin: 2px 0; padding: 4px; font-size: 6px; }
    .ss-feature-dashboard-main { padding: 7px 3px; }
    .ss-feature-dashboard-main > header b { font-size: 10px; }
    .ss-feature-dashboard-main > header span { width: 145px; padding: 5px 7px; font-size: 6px; }
    .ss-feature-results { margin: 13px 0 7px; font-size: 6px; }
    .ss-feature-creator { padding: 5px; gap: 5px; }
    .ss-feature-creator img { width: 24px; height: 24px; }
    .ss-feature-creator strong, .ss-feature-creator small { font-size: 6px; }
    .ss-feature-creator-gallery { margin-top: 6px; gap: 4px; }
    .ss-feature-creator-gallery img { height: 164px; }

    .ss-feature-workflow { min-height: 0; padding: 40px 0 55px; }
    .ss-feature-workflow .ss-section-heading h2 { margin-top: 14px; font-size: 30px; }
    .ss-feature-long-list { margin-top: 36px; gap: 24px; }
    .ss-feature-long-card, .ss-feature-long-2 { display: flex; min-height: 820px; padding: 25px 18px; flex-direction: column; gap: 27px; border-radius: 22px; }
    .ss-feature-long-2 { min-height: 880px; }
    .ss-feature-long-2 .ss-feature-long-copy { order: 0; }
    .ss-feature-long-copy { width: 100%; }
    .ss-feature-long-copy h2 { margin: 13px 0 13px; font-size: 30px; }
    .ss-feature-long-copy p { font-size: 14px; }
    .ss-feature-long-copy li { margin: 10px 0; font-size: 13px; }
    .ss-feature-long-visual { width: 100%; margin-top: auto; padding: 14px; border-radius: 15px; }
    .ss-archive-ui, .ss-gallery-ui, .ss-filter-ui { min-height: 0; padding: 12px; border-width: 2px; border-radius: 10px; }
    .ss-archive-ui > header, .ss-gallery-ui > header, .ss-filter-ui > header { font-size: 13px; }
    .ss-archive-row { grid-template-columns: 45px 1fr auto; }
    .ss-archive-row img { width: 45px; height: 64px; }
    .ss-gallery-ui > div, .ss-filter-stories { grid-template-columns: repeat(4,1fr); }
    .ss-gallery-ui img, .ss-filter-stories img { height: 165px; }
    .ss-feature-long-3 { min-height: 900px; }

    .ss-page-pricing-hero { min-height: 1083px; }
    .ss-page-title-block { width: 350px; max-width: 100%; padding-top: 108px; }
    .ss-page-title-block .ss-kicker { display: none; }
    .ss-page-title-block h1 { margin: 0 0 15px; font-size: 31px; }
    .ss-page-title-block > p { width: 330px; max-width: 100%; font-size: 12px; }
    .ss-billing-toggle { min-height: 42px; margin-top: 20px; }
    .ss-billing-toggle strong, .ss-billing-toggle span { padding: 7px 11px; font-size: 11px; }
    .ss-page-price-viewport { width: calc(100vw + 24px); margin-top: 27px; margin-left: -24px; }
    .ss-page-price-viewport .ss-price-grid { transform: translateX(calc(50vw - 170px)); }
    .ss-page-price-viewport .ss-price-card { width: 340px; flex-basis: 340px; }
    .ss-page-price-viewport .ss-price-card-inner { min-height: 545px; }

    .ss-plan-comparison { min-height: 695px; padding: 39px 0 54px; }
    .ss-plan-comparison .ss-section-heading h2 { margin-top: 15px; font-size: 30px; }
    .ss-comparison-table-wrap { width: calc(100vw - 24px); margin: 34px 0 0; border-width: 4px; border-radius: 12px; box-shadow: 0 6px 0 #ff33ab, 0 10px 0 #fff200; }
    .ss-comparison-table { min-width: 810px; }
    .ss-comparison-table th, .ss-comparison-table td { height: 48px; padding: 7px 10px; }
    .ss-comparison-table thead th { height: 82px; font-size: 15px; }
    .ss-comparison-table thead th:first-child { width: 260px; }
    .ss-comparison-table tbody th { font-size: 11px; }
    .ss-comparison-table tbody th img { width: 21px; height: 21px; margin-right: 7px; }

    .ss-pricing-essentials { min-height: 258px; padding: 28px 0 40px; }
    .ss-pricing-essentials .ss-section-heading { display: none; }
    .ss-pricing-essentials .ss-section-heading h2 { margin-top: 13px; font-size: 28px; }
    .ss-essential-grid { display: flex; width: max-content; margin-top: 0; gap: 12px; transform: translateX(calc(50vw - 599px)); }
    .ss-essential-card { width: 260px; min-height: 190px; padding: 16px; flex: 0 0 auto; }
    .ss-essential-card > span { width: 34px; height: 34px; }
    .ss-essential-card h3 { margin: 12px 0 7px; font-size: 20px; }
    .ss-essential-card p { font-size: 11px; }

    .ss-blog-hero, .ss-blog-article-hero { min-height: 421px; }
    .ss-blog-hero-copy, .ss-blog-article-hero-copy { padding-top: 122px; }
    .ss-blog-hero-copy .ss-kicker, .ss-blog-article-hero-copy .ss-kicker { display: none; }
    .ss-blog-hero-copy h1 { width: 340px; max-width: 100%; margin: 0 auto 26px; font-size: 42px; }
    .ss-blog-listing { padding: 19px 0 50px; }
    .ss-blog-categories { width: max-content; margin: 0 0 40px; justify-content: flex-start; gap: 8px; transform: none; }
    .ss-blog-categories a { padding: 7px 10px; font-size: 10px; }
    .ss-blog-featured { display: flex; margin-bottom: 47px; flex-direction: column; align-items: stretch; gap: 31px; }
    .ss-blog-cover-featured { min-height: 300px; }
    .ss-blog-cover-featured img { height: 300px; }
    .ss-blog-featured h2 { margin-bottom: 14px; font-size: 30px; }
    .ss-blog-featured p { font-size: 14px; }
    .ss-blog-meta { margin-top: 23px; gap: 14px; font-size: 10px; }
    .ss-blog-grid { display: block; }
    .ss-blog-card { margin-bottom: 48px; }
    .ss-blog-card .ss-blog-cover { min-height: 305px; }
    .ss-blog-card h3 { margin-top: 23px; font-size: 25px; }
    .ss-blog-card p { min-height: 0; }

    .ss-blog-article-hero-copy h1 { width: 350px; max-width: 100%; margin: 0 auto 23px; font-size: 34px; }
    .ss-blog-article-meta { margin-top: 28px; gap: 13px; font-size: 9px; }
    .ss-blog-article-meta img { width: 14px; height: 14px; }
    .ss-blog-article-body { padding: 35px 0 57px; }
    .ss-article-layout { display: block; }
    .ss-article-toc, .ss-article-aside { display: none; }
    .ss-article-copy p, .ss-article-copy li { font-size: 14px; line-height: 1.75; }
    .ss-article-copy section { padding-top: 23px; }
    .ss-article-copy h2 { margin-bottom: 15px; font-size: 26px; }
    .ss-article-copy h3 { font-size: 20px; }
    .ss-article-figure { margin: 21px 0 4px; padding: 9px; border-radius: 14px; }
    .ss-article-figure img { border-radius: 9px; }
}

/* Legal and contact pages share the marketing navigation and footer. */
.ss-legal-header { position: relative; min-height: 152px; }
.ss-legal-page { padding: 72px 0 96px; background: #fff; }
.ss-legal-content { max-width: 880px; overflow-wrap: anywhere; }
.ss-legal-content h1 { margin: 0 0 32px; font-size: clamp(36px, 5vw, 56px); letter-spacing: -.035em; }
.ss-legal-content h2 { margin: 40px 0 16px; font-size: 26px; line-height: 1.3; letter-spacing: -.02em; }
.ss-legal-content p { margin: 0 0 20px; line-height: 1.8; }
.ss-legal-content a { color: var(--ss-primary); text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 900px) {
    .ss-legal-header { min-height: 108px; }
    .ss-legal-page { padding: 42px 0 60px; }
}
