.omg-ss-landing-page .entry-header,
.omg-ss-landing-page .hero-section {
    display: none;
}

html:has(body.omg-ss-standalone),
body.omg-ss-standalone {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    background: #101010;
}

.omg-ss-landing-page .site-main,
.omg-ss-landing-page .content-area,
.omg-ss-landing-page .entry-content {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

.omg-ss,
.omg-ss * {
    box-sizing: border-box;
}

.omg-ss {
    --ss-red: #e22027;
    --ss-red-dark: #b90e14;
    --ss-ink: #111111;
    --ss-paper: #f6f2ea;
    --ss-muted: #625f5a;
    --ss-line: rgba(17, 17, 17, 0.16);
    width: 100%;
    color: var(--ss-ink);
    background: #ffffff;
    font-family: inherit;
    overflow-x: clip;
    position: relative;
}

.omg-ss [hidden] {
    display: none !important;
}

.omg-ss .screen-reader-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.omg-ss__preview {
    position: relative;
    z-index: 20;
    padding: 10px 20px;
    color: #ffffff;
    background: #7a5000;
    text-align: center;
    font-size: 13px;
    font-weight: 750;
    letter-spacing: 0.04em;
}

.omg-ss__hero {
    position: relative;
    isolation: isolate;
    display: flex;
    min-height: clamp(900px, 100svh, 980px);
    height: auto;
    max-height: none;
    align-items: end;
    color: #ffffff;
    background: #101010;
    overflow: hidden;
}

.omg-ss__hero-media,
.omg-ss__hero-shade {
    position: absolute;
    inset: 0;
}

.omg-ss__hero-media {
    z-index: -3;
    background: #202020;
}

.omg-ss__hero-media img,
.omg-ss__media-placeholder {
    display: block;
    width: 100%;
    height: 100%;
}

.omg-ss__hero-media img {
    object-fit: cover;
    object-position: 50% 42%;
}

.omg-ss__hero-shade {
    z-index: -2;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.7) 42%, rgba(0, 0, 0, 0.22) 76%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.42) 58%, rgba(0, 0, 0, 0.58) 100%);
}

.omg-ss__media-placeholder {
    display: grid;
    place-items: center;
    color: rgba(255, 255, 255, 0.2);
    background:
        radial-gradient(circle at 65% 25%, rgba(226, 32, 39, 0.24), transparent 30%),
        linear-gradient(145deg, #2a2a2a, #111111);
    font-size: clamp(34px, 5vw, 76px);
    font-weight: 900;
}

.omg-ss__topbar {
    position: absolute;
    z-index: 4;
    top: max(22px, env(safe-area-inset-top));
    right: clamp(22px, 5vw, 78px);
    left: clamp(22px, 5vw, 78px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    min-width: 0;
}

.omg-ss--preview .omg-ss__topbar {
    top: max(70px, calc(env(safe-area-inset-top) + 50px));
}

.omg-ss__brand {
    color: #ffffff;
    font-size: clamp(18px, 2vw, 25px);
    font-weight: 900;
    letter-spacing: -0.03em;
    text-decoration: none;
}

.omg-ss__languages {
    display: flex;
    flex: 0 0 auto;
    gap: 9px;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 999px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.58);
    backdrop-filter: blur(9px);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.08em;
    white-space: nowrap;
}

.omg-ss__languages a {
    color: inherit;
    text-decoration: none;
}

.omg-ss__languages a[aria-current="page"] {
    color: #ff4046;
}

.omg-ss__hero-copy {
    width: 100%;
    max-width: 980px;
    min-width: 0;
    padding:
        clamp(120px, 14vh, 170px)
        clamp(24px, 7vw, 110px)
        max(clamp(38px, 6vh, 72px), calc(env(safe-area-inset-bottom) + 24px));
}

.omg-ss__eyebrow,
.omg-ss__section-kicker,
.omg-ss__countdown-label {
    margin: 0 0 14px;
    color: #ff363d;
    font-size: clamp(12px, 1.2vw, 14px);
    font-weight: 850;
    letter-spacing: 0.13em;
    line-height: 1.35;
    text-transform: uppercase;
}

.omg-ss h1,
.omg-ss h2,
.omg-ss h3,
.omg-ss p {
    max-width: none;
    overflow-wrap: break-word;
}

.omg-ss h1 {
    max-width: 900px;
    margin: 0;
    color: inherit;
    font-size: clamp(48px, 7vw, 102px);
    font-weight: 900;
    letter-spacing: -0.055em;
    line-height: 0.91;
    text-wrap: balance;
    text-transform: uppercase;
}

.omg-ss__lead {
    max-width: 720px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: clamp(17px, 1.75vw, 24px);
    line-height: 1.45;
}

.omg-ss__lead--followup {
    margin-top: 14px;
}

.omg-ss__countdown-wrap {
    width: 100%;
    max-width: 620px;
    min-width: 0;
    margin-top: clamp(24px, 4vh, 42px);
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.32);
}

.omg-ss__countdown-label {
    color: rgba(255, 255, 255, 0.82);
}

.omg-ss__countdown {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(8px, 1.6vw, 22px);
}

.omg-ss__countdown-unit {
    min-width: 0;
}

.omg-ss__countdown-unit strong {
    display: block;
    color: #ffffff;
    font-variant-numeric: tabular-nums;
    font-size: clamp(34px, 5vw, 64px);
    letter-spacing: -0.045em;
    line-height: 1;
}

.omg-ss__countdown-unit span {
    display: block;
    margin-top: 7px;
    color: rgba(255, 255, 255, 0.68);
    font-size: clamp(9px, 0.9vw, 12px);
    font-weight: 750;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.omg-ss__launch-date {
    margin: 16px 0 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 1.45;
}

.omg-ss__launch-date span {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.9em;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.omg-ss__post-launch {
    margin: 18px 0 0;
    color: #ffffff;
    font-size: clamp(20px, 3vw, 32px);
    font-weight: 850;
}

.omg-ss__hero-info {
    max-width: 620px !important;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(14px, 1.2vw, 17px);
    line-height: 1.5;
}

.omg-ss__cta,
.omg-ss__submit,
.omg-ss__state button,
.omg-ss__video-button {
    display: inline-flex;
    min-height: 54px;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
    padding: 14px 22px;
    border: 2px solid var(--ss-red);
    border-radius: 0;
    color: #ffffff;
    background: var(--ss-red);
    font: inherit;
    font-size: 13px;
    font-weight: 850;
    letter-spacing: 0.045em;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}

.omg-ss__cta:hover,
.omg-ss__submit:hover,
.omg-ss__state button:hover,
.omg-ss__video-button:hover {
    border-color: var(--ss-red-dark);
    color: #ffffff;
    background: var(--ss-red-dark);
}

.omg-ss__languages a:focus-visible,
.omg-ss a:focus-visible,
.omg-ss button:focus-visible,
.omg-ss input:focus-visible {
    outline: 3px solid #ffdf54;
    outline-offset: 4px;
}

.omg-ss__signup {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
    gap: clamp(34px, 7vw, 100px);
    padding: clamp(58px, 8vw, 112px) clamp(24px, 7vw, 116px);
    background: var(--ss-paper);
}

.omg-ss__signup--final {
    background: #ece7de;
}

.omg-ss h2 {
    margin: 0 0 18px;
    color: var(--ss-ink);
    font-size: clamp(32px, 4vw, 58px);
    font-weight: 850;
    letter-spacing: -0.045em;
    line-height: 1;
    text-wrap: balance;
}

.omg-ss__signup p,
.omg-ss__story p,
.omg-ss__about p,
.omg-ss__about li,
.omg-ss__live-copy p {
    color: var(--ss-muted);
    font-size: clamp(16px, 1.4vw, 20px);
    line-height: 1.6;
}

.omg-ss__form,
.omg-ss__state {
    position: relative;
    min-width: 0;
    width: 100%;
    padding: clamp(24px, 3.2vw, 44px);
    border: 1px solid var(--ss-line);
    background: #ffffff;
}

.omg-ss__field-label {
    display: block;
    margin-bottom: 9px;
    font-size: 14px;
    font-weight: 800;
}

.omg-ss__email {
    display: block;
    width: 100%;
    min-width: 0;
    min-height: 56px;
    padding: 14px 17px;
    border: 2px solid var(--ss-ink);
    border-radius: 0;
    color: var(--ss-ink);
    background: #ffffff;
    font: inherit;
}

.omg-ss__email::placeholder {
    color: #6b6862;
    opacity: 1;
}

.omg-ss__consent {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    margin-top: 18px;
    padding: 4px 0;
    color: var(--ss-muted);
    font-size: 13px;
    line-height: 1.55;
    cursor: pointer;
}

.omg-ss__consent input {
    width: 22px;
    height: 22px;
    margin: 0;
    accent-color: var(--ss-red);
}

.omg-ss__consent a,
.omg-ss__text-link {
    color: var(--ss-ink);
    font-weight: 750;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.omg-ss__submit {
    width: 100%;
    margin-top: 20px;
}

.omg-ss__submit:disabled {
    cursor: wait;
    opacity: 0.7;
}

.omg-ss__form-note {
    margin: 13px 0 0 !important;
    color: #625f5a !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
}

.omg-ss__form-status {
    min-height: 1.6em;
    margin: 12px 0 0 !important;
    color: var(--ss-ink) !important;
    font-size: 14px !important;
    font-weight: 750;
    line-height: 1.45 !important;
}

.omg-ss__notice {
    margin: 0 0 16px !important;
    padding: 14px 16px;
    border-left: 4px solid var(--ss-red);
    color: var(--ss-ink) !important;
    background: #ffffff;
    font-size: 15px !important;
    font-weight: 700;
}

.omg-ss__state h3 {
    margin: 0 0 14px;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.05;
}

.omg-ss__state p {
    margin: 0;
}

.omg-ss__state--success {
    border-top: 5px solid #2f8f54;
}

.omg-ss__state--error {
    border-top: 5px solid var(--ss-red);
}

.omg-ss__honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.omg-ss__story,
.omg-ss__about {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    background: var(--ss-line);
}

.omg-ss__story section,
.omg-ss__about > div {
    padding: clamp(52px, 6vw, 86px) clamp(24px, 7vw, 116px);
    background: #ffffff;
}

.omg-ss__story section:nth-child(2),
.omg-ss__about > div:first-child {
    background: #f5f5f5;
}

.omg-ss__about ul {
    margin: 22px 0 0;
    padding-left: 1.2em;
}

.omg-ss__about li + li {
    margin-top: 10px;
}

.omg-ss__content-section {
    padding: clamp(68px, 8vw, 118px) clamp(24px, 7vw, 116px);
    background: #ffffff;
}

.omg-ss__section-heading {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
    gap: clamp(32px, 7vw, 100px);
    align-items: end;
    margin-bottom: clamp(34px, 5vw, 64px);
}

.omg-ss__section-heading > p {
    margin: 0;
    color: var(--ss-muted);
    font-size: clamp(16px, 1.4vw, 20px);
    line-height: 1.6;
}

.omg-ss__numbered-grid,
.omg-ss__offer-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    margin-top: clamp(34px, 5vw, 60px);
    background: var(--ss-line);
}

.omg-ss__numbered-item,
.omg-ss__offer-card {
    min-width: 0;
    padding: clamp(26px, 3.2vw, 44px);
    background: #ffffff;
}

.omg-ss__number,
.omg-ss__offer-number {
    display: block;
    margin-bottom: 24px;
    color: var(--ss-red);
    font-size: clamp(34px, 4vw, 58px);
    font-weight: 900;
    letter-spacing: -0.045em;
    line-height: 1;
}

.omg-ss__numbered-item h3,
.omg-ss__offer-card h3 {
    margin: 0 0 16px;
    color: var(--ss-ink);
    font-size: clamp(23px, 2.2vw, 34px);
    font-weight: 850;
    letter-spacing: -0.035em;
    line-height: 1.08;
}

.omg-ss__numbered-item p,
.omg-ss__offer-card > p,
.omg-ss__prose p,
.omg-ss__split-section p,
.omg-ss__final-cta p {
    color: var(--ss-muted);
    font-size: clamp(15px, 1.2vw, 18px);
    line-height: 1.62;
}

.omg-ss__callout {
    max-width: 960px !important;
    margin: clamp(34px, 5vw, 64px) 0 0;
    padding: clamp(24px, 3vw, 38px);
    border-left: 6px solid var(--ss-red);
    color: var(--ss-ink) !important;
    background: var(--ss-paper);
    font-size: clamp(19px, 2vw, 28px) !important;
    font-weight: 780;
    line-height: 1.45 !important;
}

.omg-ss__offers {
    background: var(--ss-paper);
}

.omg-ss__intent {
    color: #ffffff;
    background: #101010;
}

.omg-ss__intent h2 {
    margin: 0 0 24px;
    color: #ff4b50;
    font-size: clamp(13px, 1.2vw, 16px);
    font-weight: 850;
    letter-spacing: 0.12em;
    line-height: 1.35;
    text-transform: uppercase;
}

.omg-ss__intent-copy {
    display: grid;
    max-width: 930px;
    gap: 18px;
}

.omg-ss__intent-copy p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: clamp(16px, 1.35vw, 20px);
    line-height: 1.62;
}

.omg-ss__intent-method {
    max-width: 1040px !important;
    margin: clamp(36px, 5vw, 60px) 0 0;
    padding: clamp(24px, 3vw, 36px);
    border-left: 6px solid var(--ss-red);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    font-size: clamp(26px, 3.2vw, 48px);
    font-weight: 900;
    letter-spacing: -0.035em;
    line-height: 1.08;
    text-transform: uppercase;
}

.omg-ss__offer-grid {
    align-items: stretch;
}

.omg-ss__offer-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.omg-ss__offer-card--featured {
    position: relative;
    box-shadow: inset 0 6px 0 var(--ss-red);
}

.omg-ss__offer-label {
    margin: 0 0 14px !important;
    color: var(--ss-red) !important;
    font-size: 12px !important;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.omg-ss__offer-status {
    margin: auto 0 0 !important;
    padding-top: 28px;
    color: var(--ss-ink) !important;
    font-size: 13px !important;
    font-weight: 850;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.omg-ss__offer-action {
    margin-top: auto;
    padding-top: 26px;
}

.omg-ss__price {
    margin: 0 !important;
    color: var(--ss-ink) !important;
    font-size: clamp(23px, 2.2vw, 32px) !important;
    font-weight: 900;
}

.omg-ss__offer-action .omg-ss__cta {
    width: 100%;
}

.omg-ss__promise {
    background: #101010;
}

.omg-ss__promise h2,
.omg-ss__promise .omg-ss__prose p {
    color: #ffffff;
}

.omg-ss__promise .omg-ss__prose {
    max-width: 920px;
}

.omg-ss__promise .omg-ss__prose p {
    color: rgba(255, 255, 255, 0.76);
}

.omg-ss__promise .omg-ss__callout {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.08);
}

.omg-ss__split-section,
.omg-ss__final-cta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    background: var(--ss-line);
}

.omg-ss__split-section > div,
.omg-ss__final-cta > div {
    min-width: 0;
    padding: clamp(58px, 7vw, 104px) clamp(24px, 7vw, 116px);
    background: #ffffff;
}

.omg-ss__split-section > div:nth-child(2) {
    background: #f5f5f5;
}

.omg-ss__check-list {
    margin: 26px 0 0;
    padding: 0;
    list-style: none;
}

.omg-ss__check-list li {
    position: relative;
    padding-left: 30px;
    color: var(--ss-muted);
    font-size: clamp(15px, 1.3vw, 19px);
    line-height: 1.55;
}

.omg-ss__check-list li::before {
    content: "";
    position: absolute;
    top: 0.55em;
    left: 0;
    width: 11px;
    height: 11px;
    background: var(--ss-red);
}

.omg-ss__check-list li + li {
    margin-top: 16px;
}

.omg-ss__warning {
    margin-top: 30px !important;
    padding-top: 22px;
    border-top: 1px solid var(--ss-line);
    color: var(--ss-ink) !important;
    font-weight: 800;
}

.omg-ss__consultation {
    box-shadow: inset 0 6px 0 var(--ss-red);
}

.omg-ss__owner > div:first-child {
    background: var(--ss-paper);
}

.omg-ss__final-cta {
    color: #ffffff;
    background: #101010;
}

.omg-ss__final-cta > div {
    background: #101010;
}

.omg-ss__final-cta > div:nth-child(2) {
    border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.omg-ss__final-cta h2,
.omg-ss__final-cta p,
.omg-ss__final-cta strong {
    color: #ffffff;
}

.omg-ss__final-cta strong {
    display: block;
    font-size: clamp(22px, 2.4vw, 36px);
}

.omg-ss__notice--dark {
    color: #ffffff !important;
    background: #101010;
}

.omg-ss__live {
    min-height: 86vh;
    padding: clamp(130px, 12vw, 180px) clamp(24px, 8vw, 130px) clamp(70px, 9vw, 130px);
    color: #ffffff;
    background: #101010;
}

.omg-ss__live .omg-ss__topbar {
    position: absolute;
}

.omg-ss__live h1 {
    max-width: 1100px;
}

.omg-ss__live-intro {
    max-width: 820px !important;
    margin: 26px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: clamp(18px, 1.8vw, 25px);
    line-height: 1.5;
}

.omg-ss__live .omg-ss__offers {
    margin: clamp(44px, 6vw, 80px) clamp(-130px, -8vw, -24px) clamp(-130px, -9vw, -70px);
    color: var(--ss-ink);
}

.omg-ss__video {
    display: grid;
    width: min(1120px, 100%);
    aspect-ratio: 16 / 9;
    margin: clamp(38px, 6vw, 72px) 0;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: #050505;
}

.omg-ss__video iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.omg-ss__video p {
    padding: 24px;
    color: rgba(255, 255, 255, 0.76);
}

.omg-ss__video-button {
    gap: 12px;
}

.omg-ss__live-copy {
    max-width: 850px;
}

.omg-ss__live-copy h2 {
    color: #ffffff;
}

.omg-ss__live-copy p {
    color: rgba(255, 255, 255, 0.76);
}

.omg-ss__live-copy .omg-ss__text-link {
    color: #ffffff;
}

.omg-ss__footer {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 28px;
    align-items: center;
    padding: 24px clamp(22px, 7vw, 116px) max(24px, env(safe-area-inset-bottom));
    color: rgba(255, 255, 255, 0.76);
    background: #101010;
    font-size: 13px;
}

.omg-ss__footer strong {
    color: #ffffff;
    font-size: 16px;
}

.omg-ss__footer a {
    color: inherit;
}

.omg-ss-gated {
    display: grid;
    min-height: 58vh;
    place-items: center;
    padding: 40px 24px;
    text-align: center;
}

@media (max-width: 900px) {
    .omg-ss__hero {
        min-height: 690px;
        height: 88vh;
        height: 88svh;
    }

    .omg-ss__hero-shade {
        background:
            linear-gradient(0deg, rgba(0, 0, 0, 0.96) 0%, rgba(0, 0, 0, 0.63) 58%, rgba(0, 0, 0, 0.54) 100%);
    }

    .omg-ss__signup,
    .omg-ss__story,
    .omg-ss__about,
    .omg-ss__section-heading,
    .omg-ss__split-section,
    .omg-ss__final-cta {
        grid-template-columns: 1fr;
    }

    .omg-ss__numbered-grid,
    .omg-ss__offer-grid {
        grid-template-columns: 1fr;
    }

    .omg-ss__final-cta > div:nth-child(2) {
        border-top: 1px solid rgba(255, 255, 255, 0.18);
        border-left: 0;
    }
}

@media (max-width: 600px) {
    .omg-ss__hero {
        min-height: 100vh;
        min-height: 100svh;
        height: auto;
        max-height: none;
    }

    .omg-ss__hero-media img {
        object-position: 54% 44%;
    }

    .omg-ss__topbar {
        top: max(16px, env(safe-area-inset-top));
        right: 20px;
        left: 20px;
    }

    .omg-ss--preview .omg-ss__topbar {
        top: max(66px, calc(env(safe-area-inset-top) + 50px));
    }

    .omg-ss__brand {
        font-size: 18px;
    }

    .omg-ss__languages {
        padding: 7px 10px;
        font-size: 13px;
    }

    .omg-ss__hero-copy {
        padding:
            max(96px, calc(env(safe-area-inset-top) + 76px))
            24px
            max(34px, calc(env(safe-area-inset-bottom) + 24px));
    }

    .omg-ss__eyebrow {
        margin-bottom: 9px;
        font-size: 11px;
    }

    .omg-ss h1 {
        max-width: 13ch;
        font-size: clamp(36px, 10.8vw, 50px);
        line-height: 0.92;
    }

    .omg-ss__lead {
        margin-top: 14px;
        font-size: clamp(15px, 4.2vw, 18px);
        line-height: 1.42;
    }

    .omg-ss__lead--followup {
        margin-top: 10px;
    }

    .omg-ss__countdown-wrap {
        margin-top: 19px;
        padding-top: 14px;
    }

    .omg-ss__countdown-label {
        margin-bottom: 10px;
        font-size: 10px;
    }

    .omg-ss__countdown {
        gap: 6px;
    }

    .omg-ss__countdown-unit strong {
        font-size: clamp(29px, 9vw, 40px);
    }

    .omg-ss__countdown-unit span {
        margin-top: 4px;
        font-size: 8px;
        letter-spacing: 0.035em;
    }

    .omg-ss__launch-date {
        margin-top: 12px;
        font-size: 12px;
    }

    .omg-ss__cta {
        width: 100%;
        min-height: 50px;
        margin-top: 14px;
        padding: 12px 16px;
        font-size: 12px;
    }

    .omg-ss__signup,
    .omg-ss__story > section,
    .omg-ss__about > div,
    .omg-ss__content-section,
    .omg-ss__split-section > div,
    .omg-ss__final-cta > div,
    .omg-ss__live {
        padding-right: 24px;
        padding-left: 24px;
    }

    .omg-ss__signup {
        gap: 26px;
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .omg-ss__story section,
    .omg-ss__about > div,
    .omg-ss__split-section > div,
    .omg-ss__final-cta > div {
        padding-top: 46px;
        padding-bottom: 46px;
    }

    .omg-ss__content-section {
        padding-top: 54px;
        padding-bottom: 54px;
    }

    .omg-ss__intent-method {
        padding: 20px 18px;
        font-size: clamp(25px, 8vw, 36px);
        line-height: 1.08;
    }

    .omg-ss__numbered-item,
    .omg-ss__offer-card {
        padding: 26px 22px;
    }

    .omg-ss__number,
    .omg-ss__offer-number {
        margin-bottom: 18px;
        font-size: 38px;
    }

    .omg-ss__numbered-item h3,
    .omg-ss__offer-card h3 {
        font-size: 26px;
    }

    .omg-ss__hero-info {
        margin-top: 14px;
        font-size: 14px;
    }

    .omg-ss h2 {
        font-size: clamp(31px, 9.8vw, 44px);
    }

    .omg-ss__intent h2 {
        font-size: 14px;
        letter-spacing: 0.11em;
        line-height: 1.4;
    }

    .omg-ss__form,
    .omg-ss__state {
        padding: 22px;
    }

    .omg-ss__consent {
        font-size: 12.5px;
    }

    .omg-ss__footer {
        display: grid;
        gap: 12px;
        padding-right: 24px;
        padding-left: 24px;
    }
}

@media (max-width: 360px) {
    .omg-ss__hero {
        min-height: 760px;
        height: auto;
    }

    .omg-ss__hero-copy {
        padding-right: 20px;
        padding-left: 20px;
    }

    .omg-ss h1 {
        font-size: clamp(36px, 11.4vw, 43px);
    }

    .omg-ss__countdown {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px 18px;
    }

    .omg-ss__countdown-unit strong {
        font-size: 34px;
    }

    .omg-ss__countdown-unit span {
        font-size: 9px;
    }

    .omg-ss__signup,
    .omg-ss__story > section,
    .omg-ss__about > div,
    .omg-ss__content-section,
    .omg-ss__split-section > div,
    .omg-ss__final-cta > div,
    .omg-ss__live {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (max-height: 720px) and (max-width: 600px) {
    .omg-ss__hero {
        min-height: 700px;
        height: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .omg-ss *,
    .omg-ss *::before,
    .omg-ss *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}
