/*
 * StayClear mock-up fidelity pass.
 * Loaded after the established component library so the refreshed visual
 * language remains easy to review and maintain.
 */

:root {
    --sc-ref-navy: #071c31;
    --sc-ref-teal: #0e8178;
    --sc-ref-teal-dark: #08675f;
    --sc-ref-ivory: #fbfaf6;
    --sc-ref-sage: #edf5f2;
    --sc-ref-line: #d6e2de;
    --sc-ref-text: #12283a;
    --sc-ref-muted: #5d6f7b;
    --sc-ref-shadow-sm: 0 12px 32px rgba(7, 28, 49, 0.07);
    --sc-ref-shadow: 0 28px 80px rgba(7, 28, 49, 0.14);
}

html {
    scroll-behavior: smooth;
}

body.sc-public-body,
body.sc-product-body,
body.sc-organisation-body,
body.sc-ph-body {
    background: var(--sc-ref-ivory);
    color: var(--sc-ref-text);
    text-rendering: optimizeLegibility;
}

body .sc-shell {
    width: min(1240px, calc(100% - 64px));
}

body .sc-section {
    padding-block: clamp(78px, 8vw, 116px);
}

body h1,
body h2,
body h3,
body .sc-heading-lg {
    text-wrap: balance;
}

body p {
    text-wrap: pretty;
}

body .sc-page-label,
body .sc-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--sc-ref-teal-dark);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 0.16em !important;
}

body .sc-page-label::before,
body .sc-kicker::before {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: var(--sc-ref-teal);
    box-shadow: 0 0 0 5px rgba(14, 129, 120, 0.1);
    content: "";
}

body .sc-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 13px 23px;
    border-color: var(--sc-ref-teal);
    background: var(--sc-ref-teal);
    box-shadow: 0 10px 24px rgba(14, 129, 120, 0.18);
    font-size: 14px;
    font-weight: 800;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

body .sc-button:hover {
    border-color: var(--sc-ref-teal-dark);
    background: var(--sc-ref-teal-dark);
    box-shadow: 0 14px 28px rgba(8, 103, 95, 0.22);
    transform: translateY(-2px);
}

body .sc-button-secondary {
    border-color: #bbcbc7;
    background: rgba(255, 255, 255, 0.45);
    box-shadow: none;
}

body .sc-button-secondary:hover {
    border-color: #97b7b0;
    background: #fff;
    box-shadow: var(--sc-ref-shadow-sm);
}

.sc-button-arrow {
    gap: 12px;
}

.sc-button-arrow span {
    display: grid;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    font-size: 15px;
    place-items: center;
}

body input:focus,
body select:focus,
body textarea:focus {
    border-color: var(--sc-ref-teal);
    box-shadow: 0 0 0 4px rgba(14, 129, 120, 0.12);
    outline: 0;
}

/* Header */
body .sc-header {
    border-color: rgba(214, 226, 222, 0.82);
    background: rgba(251, 250, 246, 0.86);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(22px) saturate(1.25);
}

body .sc-header-inner {
    min-height: 82px;
}

body .sc-logo img {
    width: 158px;
}

body .sc-nav {
    gap: 2px;
}

body .sc-nav > a:not(.sc-header-cta),
body .sc-nav > form button {
    position: relative;
    min-height: 46px;
    padding-inline: 14px;
    background: transparent;
    color: #415765;
    font-size: 13px;
    font-weight: 760;
}

body .sc-nav > a:not(.sc-header-cta)::after {
    position: absolute;
    right: 17px;
    bottom: 5px;
    left: 17px;
    height: 2px;
    border-radius: 999px;
    background: var(--sc-ref-teal);
    content: "";
    opacity: 0;
    transform: scaleX(0.4);
    transition: opacity 160ms ease, transform 160ms ease;
}

body .sc-nav > a:hover,
body .sc-nav > a[aria-current="page"] {
    background: transparent;
    color: var(--sc-ref-navy);
}

body .sc-nav > a:hover::after,
body .sc-nav > a[aria-current="page"]::after {
    opacity: 1;
    transform: scaleX(1);
}

body .sc-nav .sc-nav-login {
    margin-left: 12px;
    border-color: #c6d3d0;
    background: rgba(255, 255, 255, 0.42);
}

body .sc-nav .sc-nav-login::after,
body .sc-nav .sc-header-cta::after {
    display: none;
}

body .sc-nav .sc-header-cta {
    min-height: 48px;
    margin-left: 6px;
    padding-inline: 22px;
    color: #fff;
}

.sc-mobile-menu-button {
    display: none;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    padding: 10px 14px !important;
    border-color: #c7d4d1 !important;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.55);
    color: var(--sc-ref-navy);
    font-size: 13px;
    font-weight: 800;
}

.sc-mobile-menu-icon {
    display: grid;
    width: 17px;
    gap: 4px;
}

.sc-mobile-menu-icon i {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition: transform 180ms ease;
}

.sc-mobile-menu-button[aria-expanded="true"] .sc-mobile-menu-icon i:first-child {
    transform: translateY(3px) rotate(45deg);
}

.sc-mobile-menu-button[aria-expanded="true"] .sc-mobile-menu-icon i:last-child {
    transform: translateY(-3px) rotate(-45deg);
}

.sc-mobile-navigation {
    padding: 10px 16px 20px !important;
    border-color: var(--sc-ref-line) !important;
    background: rgba(251, 250, 246, 0.98) !important;
    box-shadow: 0 24px 40px rgba(7, 28, 49, 0.14);
}

.sc-mobile-navigation > a,
.sc-mobile-navigation > form button {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 49px;
    padding: 12px 10px !important;
    border-bottom: 1px solid rgba(214, 226, 222, 0.75);
    color: var(--sc-ref-navy);
}

.sc-mobile-navigation .sc-mobile-navigation-cta {
    justify-content: space-between;
    margin-top: 12px;
    padding: 13px 18px !important;
    border: 0;
    border-radius: 999px;
    background: var(--sc-ref-teal);
    color: #fff;
}

/* Homepage hero */
body .sc-home-hero-2026 {
    position: relative;
    min-height: 720px;
    overflow: hidden;
    padding: 68px 0 76px;
    background:
        radial-gradient(circle at 83% 22%, rgba(122, 205, 193, 0.24), transparent 25%),
        radial-gradient(circle at 62% 84%, rgba(255, 255, 255, 0.78), transparent 27%),
        linear-gradient(142deg, #fbfaf6 0%, #f8f8f3 46%, #eaf4f0 100%);
}

body .sc-home-hero-2026::before {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: radial-gradient(rgba(7, 28, 49, 0.075) 0.55px, transparent 0.55px);
    background-size: 7px 7px;
    content: "";
    opacity: 0.13;
}

body .sc-home-hero-2026::after {
    position: absolute;
    top: -280px;
    right: -270px;
    width: 690px;
    height: 690px;
    border: 1px solid rgba(14, 129, 120, 0.1);
    border-radius: 999px;
    content: "";
}

body .sc-home-hero-grid {
    position: relative;
    z-index: 1;
    grid-template-columns: minmax(0, 1.04fr) minmax(470px, 0.96fr);
    gap: 80px;
}

body .sc-home-copy h1 {
    max-width: 700px;
    margin-top: 19px;
    color: var(--sc-ref-navy);
    font-size: clamp(53px, 5.25vw, 75px);
    font-weight: 690;
    letter-spacing: -0.055em !important;
    line-height: 0.98;
}

.sc-home-intro {
    max-width: 625px;
    margin-top: 27px;
    color: #4c606e;
    font-size: clamp(17px, 1.6vw, 19px);
    line-height: 1.72;
}

.sc-home-copy .sc-hero-actions {
    margin-top: 34px;
}

.sc-home-trust-row {
    gap: 12px;
    margin-top: 31px;
}

.sc-home-trust-row span {
    min-height: 34px;
    padding: 8px 12px;
    border: 1px solid rgba(197, 212, 208, 0.82);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.44);
    color: #4b616e;
    font-size: 11px;
    backdrop-filter: blur(8px);
}

.sc-home-trust-row img {
    width: 16px;
    height: 16px;
}

/* Premium device */
.sc-product-scene {
    min-height: 575px;
    isolation: isolate;
}

.sc-product-scene::before {
    width: 470px;
    height: 470px;
    background:
        radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.82), transparent 18%),
        linear-gradient(145deg, #d9eeea, #c5e2dc);
    box-shadow: inset 0 0 0 1px rgba(14, 129, 120, 0.08);
}

.sc-product-halo {
    position: absolute;
    border: 1px solid rgba(14, 129, 120, 0.12);
    border-radius: 999px;
    pointer-events: none;
}

.sc-product-halo-one {
    width: 540px;
    height: 540px;
}

.sc-product-halo-two {
    width: 405px;
    height: 405px;
}

.sc-product-phone,
.sc-hiw-phone {
    position: relative;
    z-index: 2;
    width: 292px;
    min-height: 590px;
    padding: 7px;
    border: 1px solid #455869;
    border-radius: 50px;
    background: linear-gradient(145deg, #2b3d4d 0%, #071725 26%, #030a11 72%, #314556 100%);
    box-shadow:
        0 48px 90px rgba(7, 28, 49, 0.27),
        0 8px 20px rgba(7, 28, 49, 0.16),
        inset 0 0 0 1px rgba(255, 255, 255, 0.18);
    transform: rotate(2.25deg);
}

.sc-product-phone::after,
.sc-hiw-phone::after {
    position: absolute;
    inset: 3px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 46px;
    content: "";
    pointer-events: none;
}

.sc-device-button {
    position: absolute;
    left: -4px;
    width: 3px;
    border-radius: 3px 0 0 3px;
    background: #263949;
}

.sc-device-button-silent {
    top: 96px;
    height: 28px;
}

.sc-device-button-volume-up {
    top: 145px;
    height: 54px;
}

.sc-device-button-volume-down {
    top: 211px;
    height: 54px;
}

.sc-product-phone-screen,
.sc-hiw-phone-screen {
    position: relative;
    min-height: 574px;
    overflow: hidden;
    border-radius: 43px;
    background:
        radial-gradient(circle at 82% 18%, rgba(123, 216, 202, 0.72), transparent 24%),
        radial-gradient(circle at 16% 72%, rgba(19, 106, 117, 0.72), transparent 31%),
        linear-gradient(160deg, #17384e 0%, #0f6b70 48%, #071c31 100%);
    box-shadow: inset 0 0 45px rgba(1, 9, 16, 0.32);
}

.sc-product-phone-screen::before,
.sc-hiw-phone-screen::before {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(132deg, transparent 0 42%, rgba(255, 255, 255, 0.11) 43% 43.5%, transparent 44%),
        radial-gradient(circle at 76% 63%, rgba(255, 255, 255, 0.11), transparent 26%);
    content: "";
}

.sc-product-phone-top,
.sc-hiw-phone-status {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 42px;
    padding: 7px 19px 0;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
}

.sc-device-status-icons {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.sc-device-status-icons i {
    width: 14px;
    height: 9px;
    background: linear-gradient(to right, #fff 0 18%, transparent 18% 26%, #fff 26% 48%, transparent 48% 56%, #fff 56% 76%, transparent 76% 84%, #fff 84%);
    clip-path: polygon(0 100%, 0 74%, 18% 74%, 18% 55%, 44% 55%, 44% 35%, 70% 35%, 70% 0, 100% 0, 100% 100%);
}

.sc-device-status-icons b {
    color: #fff;
    font-size: 7px;
    font-style: normal;
    font-weight: 850;
    letter-spacing: -0.02em;
    line-height: 1;
}

.sc-device-status-icons em {
    position: relative;
    width: 19px;
    height: 9px;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 3px;
}

.sc-device-status-icons em::before {
    position: absolute;
    inset: 1px 3px 1px 1px;
    border-radius: 1px;
    background: #fff;
    content: "";
}

.sc-device-status-icons em::after {
    position: absolute;
    top: 2px;
    right: -3px;
    width: 2px;
    height: 4px;
    border-radius: 0 2px 2px 0;
    background: rgba(255, 255, 255, 0.85);
    content: "";
}

.sc-device-island {
    position: absolute;
    z-index: 4;
    top: 11px;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 82px;
    height: 24px;
    padding-right: 9px;
    border-radius: 999px;
    background: #020508;
    transform: translateX(-50%);
}

.sc-device-island span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 35%, #345c72, #09131b 58%, #000);
}

.sc-product-lock-date,
.sc-hiw-lock-date {
    position: relative;
    z-index: 2;
    display: grid;
    margin-top: 16px;
    color: #fff;
    text-align: center;
}

.sc-product-lock-date span,
.sc-hiw-lock-date span {
    font-size: 11px;
    font-weight: 700;
}

.sc-product-lock-date strong,
.sc-hiw-lock-date strong {
    margin-top: -3px;
    color: #fff;
    font-family: "Segoe UI Variable Display", Inter, sans-serif;
    font-size: 58px;
    font-weight: 420;
    letter-spacing: -0.06em !important;
    line-height: 1;
}

.sc-product-notification,
.sc-hiw-notification {
    position: relative;
    z-index: 2;
    margin: 22px 11px 0;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.62);
    border-radius: 20px;
    background: rgba(244, 248, 247, 0.88);
    box-shadow: 0 18px 38px rgba(2, 13, 23, 0.18);
    backdrop-filter: blur(18px) saturate(1.2);
}

.sc-product-phone-brand,
.sc-hiw-notification-brand {
    display: grid;
    grid-template-columns: 30px 1fr auto;
    align-items: center;
    gap: 9px;
    color: var(--sc-ref-navy);
    font-size: 10px;
}

.sc-product-phone-brand img,
.sc-hiw-notification-brand img {
    width: 30px;
    height: 30px;
    border-radius: 9px;
    box-shadow: 0 4px 11px rgba(7, 28, 49, 0.14);
}

.sc-product-phone-brand > span,
.sc-hiw-notification-brand > span {
    display: flex;
    align-items: center;
    gap: 6px;
}

.sc-product-phone-brand strong,
.sc-hiw-notification-brand span strong {
    color: var(--sc-ref-navy);
    font-size: 9px;
    font-weight: 850;
    letter-spacing: 0.05em !important;
}

.sc-product-phone-brand small,
.sc-hiw-notification-brand small {
    color: #71808a;
    font-size: 9px;
}

.sc-product-phone-brand > b,
.sc-hiw-notification-brand > b {
    color: #6c7c86;
    font-size: 9px;
    letter-spacing: 0.1em;
}

.sc-product-phone-title,
.sc-hiw-notification > strong {
    display: block;
    margin-top: 14px;
    color: var(--sc-ref-navy);
    font-size: 18px;
    font-weight: 820;
    letter-spacing: -0.03em !important;
    line-height: 1.16;
}

.sc-product-phone-screen .sc-product-notification > p:not(.sc-product-phone-title),
.sc-hiw-notification > p {
    margin-top: 8px;
    color: #314958;
    font-size: 12px;
    line-height: 1.48;
}

.sc-product-phone-action,
.sc-hiw-notification-action {
    display: flex;
    align-items: center;
    min-height: 48px;
    margin-top: 13px;
    padding: 9px 10px;
    border: 1px solid rgba(14, 129, 120, 0.17);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.7);
    gap: 9px;
}

.sc-product-phone-action > span:first-child {
    display: grid;
    flex: 0 0 26px;
    width: 26px;
    height: 26px;
    border-radius: 999px;
    background: #dceeea;
    color: var(--sc-ref-teal-dark);
    font-size: 12px;
    font-weight: 900;
    place-items: center;
}

.sc-product-phone-action > span:nth-child(2) {
    min-width: 0;
}

.sc-product-phone-action small,
.sc-product-phone-action strong {
    display: block;
}

.sc-product-phone-action small {
    color: #6f7f89;
    font-size: 7px;
    font-weight: 760;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.sc-product-phone-action strong {
    margin-top: 1px;
    color: var(--sc-ref-navy);
    font-size: 10px;
}

.sc-product-phone-action > b {
    margin-left: auto;
    color: var(--sc-ref-teal-dark);
}

.sc-device-lock-actions {
    position: absolute;
    z-index: 2;
    right: 22px;
    bottom: 28px;
    left: 22px;
    display: flex;
    justify-content: space-between;
}

.sc-device-lock-actions span {
    display: grid;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: rgba(7, 18, 28, 0.38);
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    backdrop-filter: blur(8px);
    place-items: center;
}

.sc-product-phone-home {
    position: absolute;
    z-index: 3;
    bottom: 8px;
    left: 50%;
    width: 94px;
    height: 4px;
    margin: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.85);
    transform: translateX(-50%);
}

.sc-product-orbit {
    z-index: 4;
    min-width: 238px;
    padding: 13px 15px;
    border-color: rgba(202, 216, 212, 0.86);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 18px 42px rgba(7, 28, 49, 0.12);
    backdrop-filter: blur(16px);
}

.sc-product-orbit-top {
    top: 73px;
    left: -12px;
}

.sc-product-orbit-bottom {
    right: -18px;
    bottom: 76px;
}

.sc-product-orbit-icon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: #e0efeb;
    color: var(--sc-ref-teal-dark);
}

.sc-product-orbit small {
    color: #72818a;
    font-size: 8px;
    font-weight: 750;
    letter-spacing: 0.05em;
}

.sc-product-orbit strong {
    color: var(--sc-ref-navy);
    font-size: 11px;
}

/* Homepage sections */
body .sc-home-feature-strip {
    position: relative;
    background:
        radial-gradient(circle at 10% 10%, rgba(36, 141, 130, 0.15), transparent 28%),
        var(--sc-ref-navy);
}

body .sc-home-feature-grid article {
    min-height: 126px;
    padding: 30px 38px;
}

body .sc-home-feature-grid article + article {
    border-left: 1px solid rgba(255, 255, 255, 0.12);
}

body .sc-home-feature-grid img {
    width: 44px;
    height: 44px;
    padding: 10px;
    border: 1px solid rgba(122, 205, 193, 0.23);
    border-radius: 15px;
    background: rgba(122, 205, 193, 0.08);
}

body .sc-section-heading {
    max-width: 720px;
    margin-bottom: 48px;
}

body .sc-section-heading h2 {
    margin-top: 14px;
    color: var(--sc-ref-navy);
    font-size: clamp(36px, 4.3vw, 54px);
    font-weight: 690;
    letter-spacing: -0.05em !important;
}

body .sc-section-heading > p:last-child {
    max-width: 620px;
    margin-right: 0;
    margin-left: 0;
    font-size: 17px;
}

body .sc-section-heading-centred > p:last-child {
    margin-inline: auto;
}

body .sc-home-steps-section {
    background:
        radial-gradient(circle at 50% -22%, rgba(173, 220, 211, 0.21), transparent 31%),
        var(--sc-ref-ivory);
}

body .sc-home-step-flow {
    gap: 18px;
}

body .sc-home-step-flow article {
    min-height: 310px;
    overflow: hidden;
    padding: 30px;
    border-color: var(--sc-ref-line);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: var(--sc-ref-shadow-sm);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

body .sc-home-step-flow article:hover {
    border-color: #b4ccc6;
    box-shadow: 0 18px 42px rgba(7, 28, 49, 0.1);
    transform: translateY(-4px);
}

body .sc-home-step-flow article::before {
    position: absolute;
    top: -70px;
    right: -70px;
    width: 160px;
    height: 160px;
    border-radius: 999px;
    background: var(--sc-ref-sage);
    content: "";
}

body .sc-home-step-flow article > span {
    position: relative;
    z-index: 1;
    background: var(--sc-ref-navy);
    color: #fff;
}

body .sc-home-step-flow article img {
    margin-top: 42px;
}

body .sc-home-moments-section {
    background: var(--sc-ref-sage);
}

body .sc-home-moments-layout {
    grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
    gap: 86px;
}

body .sc-home-moments-copy {
    top: 128px;
}

body .sc-home-moments-copy h2,
body .sc-home-evidence-layout h2,
body .sc-hiw-progress-layout > div:first-child h2,
body .sc-hiw-support-layout h2 {
    font-size: clamp(38px, 4.1vw, 54px);
    font-weight: 690;
    letter-spacing: -0.05em !important;
}

body .sc-home-moment-grid {
    gap: 14px;
}

body .sc-home-moment-grid article {
    min-height: 174px;
    padding: 25px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 8px 24px rgba(7, 28, 49, 0.05);
}

body .sc-home-moment-grid img {
    width: 42px;
    height: 42px;
}

body .sc-home-evidence-section,
body .sc-hiw-evidence-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 90% 10%, rgba(35, 142, 130, 0.18), transparent 28%),
        linear-gradient(145deg, var(--sc-ref-navy), #0b263d);
}

body .sc-home-evidence-section::after,
body .sc-hiw-evidence-section::after {
    position: absolute;
    right: -220px;
    bottom: -320px;
    width: 600px;
    height: 600px;
    border: 1px solid rgba(167, 222, 213, 0.1);
    border-radius: 999px;
    content: "";
}

body .sc-home-evidence-layout,
body .sc-hiw-evidence-section .sc-shell {
    position: relative;
    z-index: 1;
}

body .sc-home-evidence-points article {
    min-height: 164px;
    border-color: rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(9px);
}

body .sc-home-guide-grid {
    gap: 20px;
}

body .sc-home-guide-grid > a {
    position: relative;
    min-height: 318px;
    overflow: hidden;
    padding: 30px;
    border-color: var(--sc-ref-line);
    border-radius: 24px;
    background:
        radial-gradient(circle at 100% 0, rgba(167, 222, 213, 0.26), transparent 32%),
        #fff;
    box-shadow: var(--sc-ref-shadow-sm);
}

body .sc-home-guide-grid > a::after {
    position: absolute;
    right: -32px;
    bottom: -48px;
    width: 130px;
    height: 130px;
    border: 1px solid rgba(14, 129, 120, 0.13);
    border-radius: 999px;
    content: "";
}

body .sc-home-guide-grid > a:hover {
    border-color: #a9c5bf;
    box-shadow: 0 22px 54px rgba(7, 28, 49, 0.11);
}

body .sc-home-guide-grid strong {
    position: relative;
    z-index: 1;
}

body .sc-subscription-layout .sc-checkout-panel,
body .sc-login-panel,
body .sc-hiw-plan-card {
    border-color: var(--sc-ref-line);
    border-radius: 28px;
    box-shadow: var(--sc-ref-shadow);
}

body .sc-home-final-cta {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 84% 16%, rgba(167, 222, 213, 0.22), transparent 28%),
        linear-gradient(135deg, var(--sc-ref-teal-dark), #064b4c);
}

body .sc-home-final-cta::after {
    position: absolute;
    top: -240px;
    right: -90px;
    width: 470px;
    height: 470px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    content: "";
}

body .sc-home-final-cta-grid {
    position: relative;
    z-index: 1;
}

/* How it works */
body .sc-hiw-hero-2026 {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 83% 15%, rgba(167, 222, 213, 0.28), transparent 28%),
        linear-gradient(145deg, #fbfaf6, #eaf4f0);
}

body .sc-hiw-plan-card {
    position: relative;
    overflow: hidden;
    padding: 32px;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(12px);
}

body .sc-hiw-plan-card::after {
    position: absolute;
    top: -58px;
    right: -58px;
    width: 142px;
    height: 142px;
    border-radius: 999px;
    background: var(--sc-ref-sage);
    content: "";
}

body .sc-hiw-plan-card-head,
body .sc-hiw-plan-goal,
body .sc-hiw-plan-row,
body .sc-hiw-plan-status {
    position: relative;
    z-index: 1;
}

body .sc-hiw-journey {
    gap: 16px;
}

body .sc-hiw-journey li {
    min-height: 250px;
    border-color: var(--sc-ref-line);
    border-radius: 22px;
    background: #fff;
    box-shadow: var(--sc-ref-shadow-sm);
}

body .sc-hiw-journey li > span {
    background: var(--sc-ref-navy);
    color: #fff;
}

body .sc-hiw-example-section {
    background:
        radial-gradient(circle at 15% 8%, rgba(167, 222, 213, 0.27), transparent 30%),
        var(--sc-ref-sage);
}

body .sc-hiw-preview-layout {
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.72fr);
    align-items: center;
    gap: 64px;
}

body .sc-hiw-preview-panel {
    padding: 36px;
    border-color: var(--sc-ref-line);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: var(--sc-ref-shadow-sm);
    backdrop-filter: blur(12px);
}

body .sc-hiw-preview-panel h2 {
    margin-top: 10px;
    font-size: clamp(34px, 4vw, 48px);
    letter-spacing: -0.05em !important;
}

body .sc-preview-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 28px;
}

body .sc-preview-options label {
    min-height: 58px;
    padding: 14px 16px;
    border-color: var(--sc-ref-line);
    border-radius: 14px;
    background: #fff;
    transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

body .sc-preview-options label:has(input:checked) {
    border-color: #74afa5;
    background: #e7f3f0;
    color: var(--sc-ref-teal-dark);
}

body .sc-preview-options label:hover {
    border-color: #9cbdb6;
    transform: translateY(-1px);
}

body .sc-hiw-example-details {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 20px;
}

body .sc-hiw-example-details article {
    min-height: 124px;
    padding: 18px;
    border-color: var(--sc-ref-line);
    border-radius: 16px;
    background: var(--sc-ref-sage);
}

body .sc-hiw-phone-stage {
    min-height: 640px;
}

body .sc-hiw-phone {
    min-height: 590px;
    transform: rotate(-2deg);
}

body .sc-hiw-phone-app {
    position: relative;
    z-index: 2;
    padding: 0;
}

body .sc-hiw-notification {
    margin-top: 24px;
}

body .sc-hiw-notification-action {
    justify-content: space-between;
    color: var(--sc-ref-navy);
    font-size: 9px;
    font-weight: 800;
}

body .sc-hiw-notification-action b {
    color: var(--sc-ref-teal-dark);
}

body .sc-hiw-progress-grid article,
body .sc-hiw-support-links a,
body .sc-hiw-evidence-grid article {
    border-radius: 20px;
    box-shadow: var(--sc-ref-shadow-sm);
}

body .sc-hiw-evidence-grid article {
    background: rgba(255, 255, 255, 0.06);
    box-shadow: none;
    backdrop-filter: blur(8px);
}

/* Shared public pages */
body .sc-faq-hero,
body .sc-org-hero,
body .sc-login-page {
    background:
        radial-gradient(circle at 83% 12%, rgba(167, 222, 213, 0.25), transparent 27%),
        linear-gradient(145deg, #fbfaf6, #edf5f2);
}

body .sc-faq-task-grid a,
body .sc-faq-search,
body .sc-faq-list details,
body .sc-org-dashboard-mock,
body .sc-login-panel {
    border-color: var(--sc-ref-line);
    box-shadow: var(--sc-ref-shadow-sm);
}

body .sc-faq-task-grid a {
    overflow: hidden;
    border-radius: 22px;
    background: #fff;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

body .sc-faq-task-grid a:hover {
    box-shadow: 0 18px 45px rgba(7, 28, 49, 0.1);
    transform: translateY(-3px);
}

body .sc-org-dashboard-mock {
    border-radius: 28px;
    box-shadow: var(--sc-ref-shadow);
}

body .sc-login-panel {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(12px);
}

body .sc-login-confirm-page,
body .sc-login-sent-page {
    display: grid;
    min-height: calc(100vh - 78px);
    place-items: center;
}

body .sc-login-confirm-shell {
    display: grid;
    place-items: center;
}

body .sc-login-confirm-card {
    width: min(100%, 660px);
    padding: 54px;
    border: 1px solid var(--sc-ref-line);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: var(--sc-ref-shadow);
    text-align: center;
    backdrop-filter: blur(14px);
}

body .sc-login-confirm-icon {
    display: grid;
    width: 54px;
    height: 54px;
    margin: 0 auto 24px;
    border-radius: 18px;
    background: var(--sc-ref-sage);
    color: var(--sc-ref-teal-dark);
    font-size: 25px;
    font-weight: 850;
    place-items: center;
}

body .sc-login-confirm-card h1 {
    max-width: 540px;
    margin: 14px auto 0;
    font-size: clamp(40px, 5vw, 58px);
    letter-spacing: -0.055em !important;
    line-height: 1.02;
}

body .sc-login-confirm-card > p:not(.sc-page-label, .sc-login-help) {
    max-width: 470px;
    margin: 20px auto 0;
    color: var(--sc-ref-muted);
    font-size: 18px;
    line-height: 1.65;
}

body .sc-login-confirm-card form {
    margin: 32px auto 0;
}

body .sc-login-confirm-card .sc-login-help {
    margin-top: 20px;
    color: var(--sc-ref-muted);
}

body .sc-login-confirm-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

body .sc-login-confirm-actions .sc-text-link {
    text-align: center;
}

.sc-mobile-signout {
    display: none !important;
}

/* Signed-in and partner surfaces */
body .sc-product-header,
body .sc-organisation-topbar,
body .sc-ph-topbar {
    background: rgba(251, 250, 246, 0.9);
    backdrop-filter: blur(22px) saturate(1.2);
}

body .sc-product-header-inner,
body .sc-organisation-topbar-inner,
body .sc-ph-topbar-inner {
    min-height: 76px;
}

body .sc-account-hero {
    background:
        radial-gradient(circle at 80% 0, rgba(167, 222, 213, 0.25), transparent 24%),
        linear-gradient(155deg, #edf5f2, #fbfaf6);
}

body .sc-account-next-card,
body .sc-account-action-card,
body .sc-account-question-card,
body .sc-insights-hero,
body .sc-account-current-plan,
body .sc-account-progress,
body .sc-account-recent,
body .sc-account-quick-links,
body .sc-account-local-support,
body .sc-workspace-primary,
body .sc-workspace-side,
body .sc-workspace-section,
body .sc-organisation-filters,
body .sc-organisation-metrics article,
body .sc-organisation-report-panel,
body .sc-organisation-resources,
body .sc-ph-action-grid article,
body .sc-ph-panel,
body .sc-ph-table-wrap,
body .sc-ph-card {
    border-color: var(--sc-ref-line);
    border-radius: 20px;
    box-shadow: var(--sc-ref-shadow-sm);
}

body .sc-account-action-card,
body .sc-organisation-decision-summary,
body .sc-ph-kpi-band {
    background:
        radial-gradient(circle at 90% 0, rgba(35, 142, 130, 0.18), transparent 30%),
        var(--sc-ref-navy);
}

body .sc-account-question-card {
    background:
        radial-gradient(circle at 100% 0, rgba(167, 222, 213, 0.25), transparent 30%),
        #fff;
}

body .sc-choice-chips input:checked + span,
body .sc-segmented input:checked + span {
    border-color: var(--sc-ref-teal);
    background: var(--sc-ref-teal);
}

/* Public-health local intelligence page */
.sc-lhi-page {
    overflow: hidden;
    background: var(--sc-ref-ivory);
}

.sc-lhi-hero {
    position: relative;
    min-height: 760px;
    overflow: hidden;
    padding: 82px 0 90px;
    background:
        radial-gradient(circle at 83% 16%, rgba(89, 192, 177, 0.24), transparent 26%),
        radial-gradient(circle at 57% 92%, rgba(255, 255, 255, 0.82), transparent 31%),
        linear-gradient(142deg, #fbfaf6 0%, #f4f7f3 49%, #e4f2ee 100%);
}

.sc-lhi-hero::before {
    position: absolute;
    top: -280px;
    right: -210px;
    width: 720px;
    height: 720px;
    border: 1px solid rgba(14, 129, 120, 0.12);
    border-radius: 999px;
    content: "";
}

.sc-lhi-hero::after {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: radial-gradient(rgba(7, 28, 49, 0.08) 0.55px, transparent 0.55px);
    background-size: 8px 8px;
    content: "";
    opacity: 0.1;
}

.sc-lhi-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(580px, 1.18fr);
    align-items: center;
    gap: 70px;
}

.sc-lhi-hero-copy h1 {
    max-width: 640px;
    margin-top: 18px;
    color: var(--sc-ref-navy);
    font-size: clamp(52px, 5.2vw, 72px);
    font-weight: 690;
    letter-spacing: -0.055em !important;
    line-height: 0.99;
}

.sc-lhi-lead {
    max-width: 615px;
    margin-top: 26px;
    color: #455c6a;
    font-size: 18px;
    line-height: 1.7;
}

.sc-lhi-hero-points {
    display: grid;
    gap: 13px;
    margin: 29px 0 0;
    padding: 0;
    list-style: none;
}

.sc-lhi-hero-points li {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    color: var(--sc-ref-navy);
    font-size: 14px;
    font-weight: 760;
    line-height: 1.45;
}

.sc-lhi-hero-points li span {
    display: grid;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    margin-top: 1px;
    border-radius: 999px;
    background: #dceee9;
    color: var(--sc-ref-teal-dark);
    font-size: 10px;
    place-items: center;
}

.sc-lhi-hero-copy .sc-hero-actions {
    margin-top: 34px;
}

.sc-lhi-dashboard-scene {
    position: relative;
    min-height: 590px;
}

.sc-lhi-dashboard-scene::before {
    position: absolute;
    inset: 52px 38px 18px 54px;
    border-radius: 50%;
    background: rgba(182, 222, 215, 0.5);
    content: "";
    filter: blur(1px);
}

.sc-lhi-dashboard {
    position: absolute;
    z-index: 2;
    top: 28px;
    right: 0;
    left: 22px;
    min-height: 510px;
    padding: 24px;
    border: 1px solid rgba(198, 214, 209, 0.95);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 38px 90px rgba(7, 28, 49, 0.18);
    transform: rotate(0.7deg);
    backdrop-filter: blur(14px);
}

.sc-lhi-dashboard > header,
.sc-lhi-dashboard > header > div,
.sc-lhi-dashboard-filter,
.sc-lhi-trend > div:first-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sc-lhi-dashboard > header {
    padding-bottom: 16px;
    border-bottom: 1px solid var(--sc-ref-line);
}

.sc-lhi-dashboard > header > div {
    justify-content: flex-start;
    gap: 11px;
}

.sc-lhi-dashboard > header img {
    border-radius: 10px;
    box-shadow: 0 5px 12px rgba(7, 28, 49, 0.11);
}

.sc-lhi-dashboard > header small,
.sc-lhi-dashboard > header strong {
    display: block;
}

.sc-lhi-dashboard > header small {
    color: #71818a;
    font-size: 8px;
    font-weight: 760;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.sc-lhi-dashboard > header strong {
    margin-top: 3px;
    color: var(--sc-ref-navy);
    font-size: 12px;
}

.sc-lhi-dashboard > header > b {
    padding: 8px 11px;
    border-radius: 999px;
    background: #e4f1ee;
    color: var(--sc-ref-teal-dark);
    font-size: 9px;
}

.sc-lhi-dashboard-filter {
    margin-top: 16px;
    padding: 10px 12px;
    border-radius: 12px;
    background: var(--sc-ref-sage);
}

.sc-lhi-dashboard-filter span {
    color: #687b86;
    font-size: 9px;
}

.sc-lhi-dashboard-filter strong {
    color: var(--sc-ref-navy);
    font-size: 10px;
}

.sc-lhi-dashboard-kpis {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
    margin-top: 12px;
}

.sc-lhi-dashboard-kpis article {
    min-height: 92px;
    padding: 13px;
    border: 1px solid var(--sc-ref-line);
    border-radius: 13px;
    background: #fff;
}

.sc-lhi-dashboard-kpis span,
.sc-lhi-dashboard-kpis strong,
.sc-lhi-dashboard-kpis small {
    display: block;
}

.sc-lhi-dashboard-kpis span,
.sc-lhi-dashboard-kpis small {
    color: #71818a;
    font-size: 8px;
}

.sc-lhi-dashboard-kpis strong {
    min-height: 30px;
    margin: 9px 0 6px;
    color: var(--sc-ref-navy);
    font-size: 15px;
    line-height: 1.15;
}

.sc-lhi-dashboard-main {
    display: grid;
    grid-template-columns: minmax(0, 1.22fr) minmax(160px, 0.78fr);
    gap: 10px;
    margin-top: 12px;
}

.sc-lhi-trend,
.sc-lhi-patterns {
    min-height: 210px;
    padding: 15px;
    border: 1px solid var(--sc-ref-line);
    border-radius: 14px;
    background: #fff;
}

.sc-lhi-trend > div:first-child span,
.sc-lhi-patterns > span {
    color: #667985;
    font-size: 9px;
}

.sc-lhi-trend > div:first-child strong {
    color: var(--sc-ref-navy);
    font-size: 9px;
}

.sc-lhi-trend-bars {
    display: flex;
    align-items: end;
    height: 125px;
    margin-top: 17px;
    border-bottom: 1px solid #dce6e2;
    gap: 7px;
}

.sc-lhi-trend-bars i {
    flex: 1;
    min-height: 10px;
    border-radius: 4px 4px 1px 1px;
    background: linear-gradient(180deg, #55b9ad, var(--sc-ref-teal));
}

.sc-lhi-trend-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 7px;
    color: #819099;
    font-size: 7px;
}

.sc-lhi-patterns > span {
    display: block;
    margin-bottom: 17px;
}

.sc-lhi-patterns article {
    margin-top: 13px;
}

.sc-lhi-patterns article strong {
    display: block;
    color: var(--sc-ref-navy);
    font-size: 9px;
}

.sc-lhi-patterns article i {
    display: block;
    height: 6px;
    margin-top: 6px;
    overflow: hidden;
    border-radius: 999px;
    background: #e6eeeb;
}

.sc-lhi-patterns article i b {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: var(--sc-ref-teal);
}

.sc-lhi-signal-card {
    position: absolute;
    z-index: 3;
    width: 222px;
    padding: 15px 17px;
    border: 1px solid rgba(205, 218, 214, 0.92);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 18px 40px rgba(7, 28, 49, 0.12);
    backdrop-filter: blur(15px);
}

.sc-lhi-signal-card span,
.sc-lhi-signal-card strong {
    display: block;
}

.sc-lhi-signal-card span {
    color: var(--sc-ref-teal-dark);
    font-size: 8px;
    font-weight: 850;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.sc-lhi-signal-card strong {
    margin-top: 7px;
    color: var(--sc-ref-navy);
    font-size: 11px;
    line-height: 1.4;
}

.sc-lhi-signal-card-top {
    top: 4px;
    right: -18px;
}

.sc-lhi-signal-card-bottom {
    right: 30px;
    bottom: 0;
}

.sc-lhi-context {
    background:
        radial-gradient(circle at 92% 0, rgba(40, 151, 138, 0.18), transparent 26%),
        var(--sc-ref-navy);
}

.sc-lhi-context-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
    align-items: center;
    gap: 90px;
    min-height: 270px;
    padding-block: 55px;
}

.sc-lhi-context h2,
.sc-lhi-context p {
    color: #fff;
}

.sc-lhi-context h2 {
    max-width: 720px;
    margin-top: 13px;
    font-size: clamp(35px, 4vw, 50px);
    font-weight: 680;
    letter-spacing: -0.05em !important;
    line-height: 1.06;
}

.sc-lhi-context-grid > p {
    opacity: 0.76;
    font-size: 16px;
    line-height: 1.75;
}

.sc-lhi-source-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.sc-lhi-source-grid article {
    display: flex;
    min-height: 325px;
    padding: 27px;
    border: 1px solid var(--sc-ref-line);
    border-radius: 23px;
    background: #fff;
    box-shadow: var(--sc-ref-shadow-sm);
    flex-direction: column;
}

.sc-lhi-source-grid article > span {
    display: grid;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: var(--sc-ref-sage);
    color: var(--sc-ref-teal-dark);
    font-size: 11px;
    font-weight: 850;
    place-items: center;
}

.sc-lhi-source-grid h3 {
    margin-top: 35px;
    font-size: 22px;
}

.sc-lhi-source-grid p {
    margin-top: 12px;
    line-height: 1.65;
}

.sc-lhi-source-grid article > strong {
    margin-top: auto;
    padding-top: 24px;
    color: var(--sc-ref-teal-dark);
    font-size: 12px;
    line-height: 1.45;
}

.sc-lhi-boundary {
    width: max-content;
    max-width: 100%;
    margin: 26px auto 0;
    padding: 10px 15px;
    border: 1px solid var(--sc-ref-line);
    border-radius: 999px;
    background: var(--sc-ref-sage);
    color: #4f6571;
    font-size: 12px;
    font-weight: 730;
}

.sc-lhi-decision-section {
    background:
        radial-gradient(circle at 50% 0, rgba(159, 215, 205, 0.2), transparent 27%),
        var(--sc-ref-sage);
}

.sc-lhi-decision-flow {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    list-style: none;
}

.sc-lhi-decision-flow li {
    position: relative;
    display: grid;
    grid-template-columns: 42px 1fr;
    min-height: 255px;
    padding: 30px 24px 28px 0;
    border-top: 1px solid #b8cec8;
    gap: 15px;
}

.sc-lhi-decision-flow li:not(:last-child)::after {
    position: absolute;
    top: -5px;
    right: 22px;
    width: 9px;
    height: 9px;
    border-top: 1px solid #92b3ab;
    border-right: 1px solid #92b3ab;
    content: "";
    transform: rotate(45deg);
}

.sc-lhi-decision-flow li > span {
    display: grid;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: var(--sc-ref-navy);
    color: #fff;
    font-size: 12px;
    font-weight: 850;
    place-items: center;
}

.sc-lhi-decision-flow small {
    color: var(--sc-ref-teal-dark);
    font-size: 9px;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sc-lhi-decision-flow h3 {
    margin-top: 10px;
    font-size: 20px;
    line-height: 1.2;
}

.sc-lhi-decision-flow p {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.6;
}

.sc-lhi-questions-section {
    background: var(--sc-ref-ivory);
}

.sc-lhi-questions-layout {
    display: grid;
    grid-template-columns: minmax(310px, 0.68fr) minmax(0, 1.32fr);
    align-items: start;
    gap: 82px;
}

.sc-lhi-questions-copy {
    position: sticky;
    top: 126px;
}

.sc-lhi-questions-copy h2 {
    margin-top: 13px;
    font-size: clamp(38px, 4vw, 53px);
    font-weight: 690;
    letter-spacing: -0.05em !important;
    line-height: 1.06;
}

.sc-lhi-questions-copy > p:not(.sc-page-label) {
    margin-top: 20px;
    font-size: 17px;
    line-height: 1.7;
}

.sc-lhi-text-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 28px;
    color: var(--sc-ref-teal-dark);
    font-size: 14px;
    font-weight: 800;
}

.sc-lhi-text-link span {
    display: grid;
    width: 26px;
    height: 26px;
    border-radius: 999px;
    background: var(--sc-ref-sage);
    place-items: center;
}

.sc-lhi-question-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.sc-lhi-question-grid article {
    min-height: 235px;
    padding: 26px;
    border: 1px solid var(--sc-ref-line);
    border-radius: 22px;
    background: #fff;
    box-shadow: var(--sc-ref-shadow-sm);
}

.sc-lhi-question-grid .sc-lhi-question-wide {
    grid-column: 1 / -1;
    min-height: 210px;
    background:
        radial-gradient(circle at 100% 0, rgba(167, 222, 213, 0.28), transparent 31%),
        #fff;
}

.sc-lhi-question-grid .sc-lhi-question-accent {
    border-color: transparent;
    background: var(--sc-ref-navy);
}

.sc-lhi-question-grid article > span {
    color: var(--sc-ref-teal-dark);
    font-size: 9px;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sc-lhi-question-grid h3 {
    max-width: 490px;
    margin-top: 27px;
    font-size: 22px;
    line-height: 1.18;
}

.sc-lhi-question-grid p {
    margin-top: 12px;
    line-height: 1.65;
}

.sc-lhi-question-accent h3,
.sc-lhi-question-accent p {
    color: #fff;
}

.sc-lhi-question-accent > span {
    color: #8fd6ca !important;
}

.sc-lhi-cycle-section {
    background: var(--sc-ref-sage);
}

.sc-lhi-cycle-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.sc-lhi-cycle-grid article {
    display: flex;
    min-height: 170px;
    padding: 27px;
    border: 1px solid var(--sc-ref-line);
    border-radius: 21px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 8px 24px rgba(7, 28, 49, 0.05);
    gap: 18px;
}

.sc-lhi-cycle-grid article > span {
    display: grid;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border-radius: 13px;
    background: #deefeb;
    color: var(--sc-ref-teal-dark);
    font-weight: 850;
    place-items: center;
}

.sc-lhi-cycle-grid h3 {
    font-size: 21px;
}

.sc-lhi-cycle-grid p {
    margin-top: 9px;
    line-height: 1.6;
}

.sc-lhi-cta {
    position: relative;
    overflow: hidden;
    padding: 74px 0;
    background:
        radial-gradient(circle at 86% 8%, rgba(167, 222, 213, 0.22), transparent 29%),
        linear-gradient(135deg, var(--sc-ref-teal-dark), #064b4c);
}

.sc-lhi-cta::after {
    position: absolute;
    top: -220px;
    right: -110px;
    width: 470px;
    height: 470px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    content: "";
}

.sc-lhi-cta-inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
}

.sc-lhi-cta .sc-page-label {
    color: #b7e5de;
}

.sc-lhi-cta .sc-page-label::before {
    background: #b7e5de;
    box-shadow: 0 0 0 5px rgba(183, 229, 222, 0.12);
}

.sc-lhi-cta h2,
.sc-lhi-cta p {
    color: #fff;
}

.sc-lhi-cta h2 {
    max-width: 720px;
    margin-top: 12px;
    font-size: clamp(38px, 4.2vw, 54px);
    font-weight: 680;
    letter-spacing: -0.05em !important;
    line-height: 1.05;
}

.sc-lhi-cta p {
    margin-top: 14px;
    opacity: 0.78;
    font-size: 16px;
}

/* Individual product demo */
.sc-demo-page {
    overflow: hidden;
    background: #f5f7f4;
}

.sc-demo-intro {
    position: relative;
    overflow: hidden;
    padding: 82px 0 88px;
    background:
        radial-gradient(circle at 86% 16%, rgba(92, 193, 177, 0.26), transparent 27%),
        radial-gradient(circle at 56% 100%, rgba(255, 255, 255, 0.9), transparent 34%),
        linear-gradient(142deg, #fbfaf6 0%, #f2f7f3 56%, #e1f1ed 100%);
}

.sc-demo-intro::after {
    position: absolute;
    top: -310px;
    right: -220px;
    width: 760px;
    height: 760px;
    border: 1px solid rgba(14, 129, 120, 0.11);
    border-radius: 999px;
    content: "";
}

.sc-demo-intro-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.68fr);
    align-items: center;
    gap: 100px;
}

.sc-demo-intro h1 {
    max-width: 720px;
    margin-top: 18px;
    color: var(--sc-ref-navy);
    font-size: clamp(54px, 6vw, 78px);
    font-weight: 680;
    letter-spacing: -0.058em !important;
    line-height: 0.98;
}

.sc-demo-intro-grid > div:first-child > p:not(.sc-page-label) {
    max-width: 670px;
    margin-top: 25px;
    color: #506571;
    font-size: 19px;
    line-height: 1.7;
}

.sc-demo-intro .sc-hero-actions {
    margin-top: 34px;
}

.sc-demo-intro-card {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    min-height: 180px;
    padding: 30px;
    border: 1px solid rgba(201, 218, 213, 0.9);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: var(--sc-ref-shadow);
    backdrop-filter: blur(16px);
}

.sc-demo-avatar,
.sc-demo-app-user i {
    display: grid;
    border-radius: 999px;
    background: linear-gradient(145deg, var(--sc-ref-navy), #124a5c);
    color: #fff;
    font-style: normal;
    font-weight: 850;
    place-items: center;
}

.sc-demo-avatar {
    width: 62px;
    height: 62px;
    font-size: 17px;
}

.sc-demo-intro-card span,
.sc-demo-intro-card strong,
.sc-demo-intro-card small {
    display: block;
}

.sc-demo-intro-card span {
    color: var(--sc-ref-teal-dark);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.sc-demo-intro-card strong {
    margin-top: 5px;
    color: var(--sc-ref-navy);
    font-size: 22px;
}

.sc-demo-intro-card small {
    margin-top: 4px;
    color: var(--sc-ref-muted);
    font-size: 13px;
}

.sc-demo-intro-card > b {
    position: absolute;
    top: 18px;
    right: 18px;
    padding: 7px 10px;
    border-radius: 999px;
    background: #dff1ec;
    color: var(--sc-ref-teal-dark);
    font-size: 9px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.sc-demo-workspace-section {
    padding: 68px 0 94px;
}

.sc-demo-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 18px;
    padding-inline: 4px;
}

.sc-demo-toolbar > div {
    display: flex;
    align-items: center;
    gap: 12px;
}

.sc-demo-live-dot {
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-radius: 999px;
    background: var(--sc-ref-teal);
    box-shadow: 0 0 0 5px rgba(14, 129, 120, 0.12);
}

.sc-demo-toolbar p strong,
.sc-demo-toolbar p small {
    display: block;
}

.sc-demo-toolbar p strong {
    color: var(--sc-ref-navy);
    font-size: 13px;
}

.sc-demo-toolbar p small {
    margin-top: 2px;
    color: var(--sc-ref-muted);
    font-size: 11px;
}

.sc-demo-toolbar > a {
    color: var(--sc-ref-teal-dark);
    font-size: 13px;
    font-weight: 800;
}

.sc-demo-app {
    overflow: hidden;
    border: 1px solid #cadbd6;
    border-radius: 30px;
    background: #f7f8f6;
    box-shadow: 0 34px 90px rgba(7, 28, 49, 0.15);
}

.sc-demo-app-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 82px;
    padding: 17px 28px;
    border-bottom: 1px solid #d9e3df;
    background: rgba(255, 255, 255, 0.94);
}

.sc-demo-app-brand {
    display: flex;
    align-items: center;
    gap: 12px;
}

.sc-demo-app-brand img {
    width: 154px;
    height: auto;
}

.sc-demo-app-brand > span {
    padding: 5px 8px;
    border-radius: 7px;
    background: #e3f1ed;
    color: var(--sc-ref-teal-dark);
    font-size: 9px;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sc-demo-app-user {
    display: flex;
    align-items: center;
    gap: 12px;
}

.sc-demo-app-user span {
    text-align: right;
}

.sc-demo-app-user small,
.sc-demo-app-user strong {
    display: block;
}

.sc-demo-app-user small {
    color: var(--sc-ref-muted);
    font-size: 10px;
}

.sc-demo-app-user strong {
    margin-top: 1px;
    color: var(--sc-ref-navy);
    font-size: 13px;
}

.sc-demo-app-user i {
    width: 38px;
    height: 38px;
    font-size: 10px;
}

.sc-demo-navigation {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 13px 28px;
    border-bottom: 1px solid #d9e3df;
    background: #fff;
}

.sc-demo-navigation a {
    min-width: 102px;
    padding: 10px 16px;
    border-radius: 999px;
    color: #546772;
    font-size: 12px;
    font-weight: 760;
    text-align: center;
}

.sc-demo-navigation a:hover {
    background: #f0f5f2;
    color: var(--sc-ref-navy);
}

.sc-demo-navigation a[aria-current="page"] {
    background: var(--sc-ref-navy);
    color: #fff;
}

.sc-demo-content {
    min-height: 870px;
    padding: 42px;
}

.sc-demo-page-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 30px;
}

.sc-demo-page-heading h2 {
    margin-top: 9px;
    color: var(--sc-ref-navy);
    font-size: 38px;
    letter-spacing: -0.038em !important;
}

.sc-demo-page-heading > div > p:last-child {
    margin-top: 9px;
    color: var(--sc-ref-muted);
    font-size: 15px;
}

.sc-demo-quiet-action,
.sc-demo-status-pill {
    flex: 0 0 auto;
    padding: 10px 14px;
    border: 1px solid #c8d9d4;
    border-radius: 999px;
    background: #fff;
    color: var(--sc-ref-teal-dark);
    font-size: 11px;
    font-weight: 800;
}

.sc-demo-status-pill {
    border-color: transparent;
    background: #dff1ec;
}

.sc-demo-primary-grid,
.sc-demo-secondary-grid,
.sc-demo-plan-layout,
.sc-demo-checkin-grid,
.sc-demo-progress-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.38fr) minmax(290px, 0.62fr);
    gap: 22px;
}

.sc-demo-secondary-grid,
.sc-demo-checkin-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 22px;
}

.sc-demo-next-reminder,
.sc-demo-recommended,
.sc-demo-card,
.sc-demo-plan-summary,
.sc-demo-message,
.sc-demo-question-card {
    border: 1px solid #d4e0dc;
    border-radius: 22px;
    background: #fff;
    box-shadow: var(--sc-ref-shadow-sm);
}

.sc-demo-next-reminder {
    padding: 28px;
}

.sc-demo-card-heading,
.sc-demo-card-title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.sc-demo-card-heading span,
.sc-demo-card-title span,
.sc-demo-card > span,
.sc-demo-plan-goal > span,
.sc-demo-plan-summary > span,
.sc-demo-pattern-card > span,
.sc-demo-question-card > div:first-child > span {
    color: var(--sc-ref-teal-dark);
    font-size: 9px;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.sc-demo-card-heading h3 {
    margin-top: 7px;
    color: var(--sc-ref-navy);
    font-size: 29px;
}

.sc-demo-card-heading p {
    margin-top: 5px;
    color: var(--sc-ref-muted);
    font-size: 13px;
}

.sc-demo-card-heading > b,
.sc-demo-card-title > b {
    flex: 0 0 auto;
    padding: 7px 10px;
    border-radius: 999px;
    background: #dff1ec;
    color: var(--sc-ref-teal-dark);
    font-size: 9px;
}

.sc-demo-reminder-preview {
    margin-top: 23px;
    padding: 23px;
    border-radius: 18px;
    background: linear-gradient(145deg, #edf5f2, #e2efeb);
}

.sc-demo-reminder-preview > div:first-child,
.sc-demo-message > div:first-child {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sc-demo-reminder-preview > div:first-child img,
.sc-demo-message > div:first-child img {
    border-radius: 9px;
}

.sc-demo-reminder-preview span strong,
.sc-demo-reminder-preview span small,
.sc-demo-message span strong,
.sc-demo-message span small {
    display: block;
}

.sc-demo-reminder-preview span strong,
.sc-demo-message span strong {
    color: var(--sc-ref-navy);
    font-size: 10px;
}

.sc-demo-reminder-preview span small,
.sc-demo-message span small {
    margin-top: 1px;
    color: var(--sc-ref-muted);
    font-size: 9px;
}

.sc-demo-reminder-preview h4,
.sc-demo-message h4 {
    margin-top: 18px;
    color: var(--sc-ref-navy);
    font-size: 19px;
}

.sc-demo-reminder-preview > p,
.sc-demo-message > p {
    max-width: 620px;
    margin-top: 6px;
    color: #445a67;
    font-size: 14px;
    line-height: 1.65;
}

.sc-demo-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.sc-demo-card-actions .sc-button {
    min-height: 44px;
    padding: 10px 17px;
    font-size: 11px;
}

.sc-demo-recommended {
    display: flex;
    min-height: 100%;
    padding: 28px;
    flex-direction: column;
}

.sc-demo-recommended > span,
.sc-demo-quick-card > span {
    color: var(--sc-ref-teal-dark);
    font-size: 9px;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.sc-demo-action-icon {
    display: grid;
    width: 46px;
    height: 46px;
    margin-top: 28px;
    border-radius: 14px;
    background: #e3f1ed;
    color: var(--sc-ref-teal-dark);
    font-size: 18px;
    font-weight: 900;
    place-items: center;
}

.sc-demo-recommended h3,
.sc-demo-quick-card h3 {
    margin-top: 16px;
    color: var(--sc-ref-navy);
    font-size: 23px;
    line-height: 1.15;
}

.sc-demo-recommended p {
    margin-top: 11px;
    color: var(--sc-ref-muted);
    font-size: 13px;
    line-height: 1.6;
}

.sc-demo-recommended > a {
    margin-top: auto;
    padding-top: 24px;
    color: var(--sc-ref-teal-dark);
    font-size: 12px;
    font-weight: 820;
}

.sc-demo-card {
    padding: 26px;
}

.sc-demo-card-title h3 {
    margin-top: 5px;
    color: var(--sc-ref-navy);
    font-size: 23px;
}

.sc-demo-card-title p {
    margin-top: 7px;
    color: var(--sc-ref-muted);
    font-size: 12px;
}

.sc-demo-card-title > a {
    color: var(--sc-ref-teal-dark);
    font-size: 11px;
    font-weight: 800;
}

.sc-demo-goal-card blockquote {
    max-width: 640px;
    margin-top: 24px;
    color: var(--sc-ref-navy);
    font-size: 24px;
    font-weight: 720;
    letter-spacing: -0.025em;
    line-height: 1.3;
}

.sc-demo-next-step {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 25px;
    padding: 16px 18px;
    border-radius: 14px;
    background: #f0f6f3;
}

.sc-demo-next-step span {
    flex: 0 0 auto;
    color: var(--sc-ref-teal-dark);
    font-size: 9px;
    font-weight: 850;
    text-transform: uppercase;
}

.sc-demo-next-step strong {
    color: var(--sc-ref-navy);
    font-size: 12px;
}

.sc-demo-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 25px;
}

.sc-demo-metrics article {
    min-height: 104px;
    padding: 15px;
    border-radius: 14px;
    background: #f3f6f4;
}

.sc-demo-metrics strong,
.sc-demo-metrics span {
    display: block;
}

.sc-demo-metrics strong {
    color: var(--sc-ref-navy);
    font-size: 23px;
}

.sc-demo-metrics span {
    margin-top: 9px;
    color: var(--sc-ref-muted);
    font-size: 10px;
    line-height: 1.35;
}

.sc-demo-activity-list {
    display: grid;
    gap: 0;
    margin-top: 20px;
}

.sc-demo-activity-list article {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    padding: 14px 0;
    border-top: 1px solid #e0e7e4;
}

.sc-demo-activity-list i {
    display: grid;
    width: 29px;
    height: 29px;
    border-radius: 9px;
    background: #edf2ef;
    color: var(--sc-ref-teal-dark);
    font-size: 11px;
    font-style: normal;
    font-weight: 850;
    place-items: center;
}

.sc-demo-activity-list i.is-success {
    background: #dff1ec;
}

.sc-demo-activity-list strong,
.sc-demo-activity-list span {
    display: block;
}

.sc-demo-activity-list strong {
    color: var(--sc-ref-navy);
    font-size: 12px;
}

.sc-demo-activity-list span,
.sc-demo-activity-list time {
    margin-top: 2px;
    color: var(--sc-ref-muted);
    font-size: 9px;
}

.sc-demo-quick-card {
    display: flex;
    flex-direction: column;
}

.sc-demo-quick-card > div {
    display: grid;
    gap: 9px;
    margin-top: 24px;
}

.sc-demo-quick-card > div a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 15px;
    border: 1px solid #d9e3df;
    border-radius: 12px;
    color: var(--sc-ref-navy);
    font-size: 11px;
    font-weight: 780;
}

.sc-demo-quick-card > div a:hover {
    border-color: #a9c8c0;
    background: #f3f8f5;
}

.sc-demo-plan-layout,
.sc-demo-progress-layout {
    align-items: stretch;
}

.sc-demo-plan-goal {
    padding: 32px;
}

.sc-demo-plan-goal > h3 {
    max-width: 680px;
    margin-top: 13px;
    color: var(--sc-ref-navy);
    font-size: 31px;
    letter-spacing: -0.035em;
    line-height: 1.12;
}

.sc-demo-plan-goal > p {
    max-width: 670px;
    margin-top: 14px;
    color: var(--sc-ref-muted);
    font-size: 14px;
    line-height: 1.7;
}

.sc-demo-plan-actions {
    display: grid;
    gap: 10px;
    margin-top: 28px;
}

.sc-demo-plan-actions article {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 15px;
    border-radius: 14px;
    background: #f3f7f5;
}

.sc-demo-plan-actions i {
    display: grid;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: #dbeee9;
    color: var(--sc-ref-teal-dark);
    font-size: 10px;
    font-style: normal;
    font-weight: 850;
    place-items: center;
}

.sc-demo-plan-actions strong,
.sc-demo-plan-actions span {
    display: block;
}

.sc-demo-plan-actions strong {
    color: var(--sc-ref-navy);
    font-size: 12px;
}

.sc-demo-plan-actions span {
    margin-top: 3px;
    color: var(--sc-ref-muted);
    font-size: 10px;
    line-height: 1.45;
}

.sc-demo-plan-summary {
    padding: 28px;
    background: var(--sc-ref-navy);
    color: #fff;
}

.sc-demo-plan-summary > span {
    color: #7dd3c8;
}

.sc-demo-plan-summary > strong {
    display: block;
    margin-top: 11px;
    font-size: 31px;
}

.sc-demo-plan-summary dl {
    display: grid;
    gap: 0;
    margin-top: 30px;
}

.sc-demo-plan-summary dl > div {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.sc-demo-plan-summary dt {
    color: #9fb1bd;
    font-size: 10px;
}

.sc-demo-plan-summary dd {
    font-size: 11px;
    font-weight: 760;
}

.sc-demo-risk-card {
    margin-top: 22px;
    padding: 30px;
}

.sc-demo-risk-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 24px;
}

.sc-demo-risk-grid article {
    position: relative;
    min-height: 190px;
    padding: 20px;
    border: 1px solid #dbe4e1;
    border-radius: 17px;
    background: #f7f8f6;
}

.sc-demo-risk-icon {
    display: grid;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: #dff1ec;
    color: var(--sc-ref-teal-dark);
    font-size: 14px;
    font-weight: 900;
    place-items: center;
}

.sc-demo-risk-grid article > div:nth-child(2) {
    margin-top: 24px;
}

.sc-demo-risk-grid span,
.sc-demo-risk-grid strong,
.sc-demo-risk-grid small {
    display: block;
}

.sc-demo-risk-grid span {
    color: var(--sc-ref-teal-dark);
    font-size: 9px;
    font-weight: 850;
    text-transform: uppercase;
}

.sc-demo-risk-grid strong {
    margin-top: 7px;
    color: var(--sc-ref-navy);
    font-size: 12px;
}

.sc-demo-risk-grid small {
    margin-top: 5px;
    color: var(--sc-ref-muted);
    font-size: 9px;
}

.sc-demo-risk-grid article > b {
    position: absolute;
    top: 18px;
    right: 18px;
    color: var(--sc-ref-teal-dark);
    font-size: 9px;
}

.sc-demo-message-section {
    display: grid;
    grid-template-columns: minmax(0, 0.75fr) minmax(440px, 1fr);
    align-items: center;
    gap: 70px;
    margin-top: 22px;
    padding: 48px;
    border-radius: 24px;
    background: #e7f1ed;
}

.sc-demo-message-section > div:first-child h3 {
    max-width: 490px;
    margin-top: 12px;
    color: var(--sc-ref-navy);
    font-size: 34px;
    letter-spacing: -0.04em;
    line-height: 1.08;
}

.sc-demo-message-section > div:first-child > p:last-child {
    max-width: 500px;
    margin-top: 14px;
    color: var(--sc-ref-muted);
    font-size: 14px;
    line-height: 1.7;
}

.sc-demo-message {
    padding: 25px;
    box-shadow: var(--sc-ref-shadow);
}

.sc-demo-message > div:first-child > b {
    margin-left: auto;
    color: var(--sc-ref-muted);
    letter-spacing: 0.08em;
}

.sc-demo-message aside {
    margin-top: 20px;
    padding: 15px 17px;
    border-radius: 13px;
    background: #eff6f3;
}

.sc-demo-message aside span,
.sc-demo-message aside strong {
    display: block;
}

.sc-demo-message aside span {
    color: var(--sc-ref-teal-dark);
    font-size: 8px;
    font-weight: 850;
    text-transform: uppercase;
}

.sc-demo-message aside strong {
    margin-top: 5px;
    color: var(--sc-ref-navy);
    font-size: 11px;
}

.sc-demo-checkin-card,
.sc-demo-week-card {
    min-height: 345px;
    padding: 30px;
}

.sc-demo-checkin-card h3,
.sc-demo-week-card h3 {
    margin-top: 8px;
    color: var(--sc-ref-navy);
    font-size: 27px;
}

.sc-demo-checkin-score,
.sc-demo-week-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 24px;
}

.sc-demo-checkin-score > div,
.sc-demo-week-stats > div {
    min-height: 105px;
    padding: 17px;
    border-radius: 14px;
    background: #f1f6f3;
}

.sc-demo-checkin-score strong,
.sc-demo-checkin-score span,
.sc-demo-week-stats strong,
.sc-demo-week-stats span {
    display: block;
}

.sc-demo-checkin-score strong,
.sc-demo-week-stats strong {
    color: var(--sc-ref-navy);
    font-size: 26px;
}

.sc-demo-checkin-score strong small {
    font-size: 12px;
}

.sc-demo-checkin-score span,
.sc-demo-week-stats span {
    margin-top: 9px;
    color: var(--sc-ref-muted);
    font-size: 9px;
}

.sc-demo-checkin-card blockquote {
    margin-top: 23px;
    color: #405765;
    font-size: 13px;
    font-style: italic;
    line-height: 1.6;
}

.sc-demo-week-card > p {
    margin-top: 16px;
    color: var(--sc-ref-muted);
    font-size: 11px;
    line-height: 1.55;
}

.sc-demo-week-card > p strong {
    color: var(--sc-ref-navy);
}

.sc-demo-feedback-card {
    margin-top: 22px;
    padding: 30px;
}

.sc-demo-feedback-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-top: 25px;
}

.sc-demo-feedback-row > div {
    padding: 18px;
    border-radius: 14px;
    background: #f2f6f4;
}

.sc-demo-feedback-row span,
.sc-demo-feedback-row strong {
    display: block;
}

.sc-demo-feedback-row span {
    color: var(--sc-ref-muted);
    font-size: 9px;
}

.sc-demo-feedback-row strong {
    margin-top: 7px;
    color: var(--sc-ref-navy);
    font-size: 13px;
}

.sc-demo-question-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
    align-items: center;
    gap: 50px;
    margin-top: 22px;
    padding: 30px;
}

.sc-demo-question-card h3 {
    max-width: 620px;
    margin-top: 8px;
    color: var(--sc-ref-navy);
    font-size: 21px;
    line-height: 1.25;
}

.sc-demo-question-card p {
    margin-top: 7px;
    color: var(--sc-ref-muted);
    font-size: 11px;
}

.sc-demo-choice-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.sc-demo-choice-row span {
    padding: 12px;
    border: 1px solid #d4e0dc;
    border-radius: 11px;
    color: #506571;
    font-size: 10px;
    font-weight: 750;
    text-align: center;
}

.sc-demo-choice-row span.is-selected {
    border-color: var(--sc-ref-teal);
    background: #e1f2ed;
    color: var(--sc-ref-teal-dark);
}

.sc-demo-progress-metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.sc-demo-progress-metrics article {
    min-height: 145px;
    padding: 22px;
    border: 1px solid #d4e0dc;
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--sc-ref-shadow-sm);
}

.sc-demo-progress-metrics span,
.sc-demo-progress-metrics strong,
.sc-demo-progress-metrics small {
    display: block;
}

.sc-demo-progress-metrics span {
    color: var(--sc-ref-teal-dark);
    font-size: 9px;
    font-weight: 850;
    text-transform: uppercase;
}

.sc-demo-progress-metrics strong {
    margin-top: 15px;
    color: var(--sc-ref-navy);
    font-size: 29px;
}

.sc-demo-progress-metrics strong small {
    display: inline;
    font-size: 12px;
}

.sc-demo-progress-metrics > article > small {
    margin-top: 8px;
    color: var(--sc-ref-muted);
    font-size: 9px;
}

.sc-demo-progress-layout {
    margin-top: 22px;
}

.sc-demo-chart-card,
.sc-demo-pattern-card {
    min-height: 420px;
    padding: 28px;
}

.sc-demo-chart {
    position: relative;
    height: 245px;
    margin-top: 24px;
    padding: 16px 8px 0;
}

.sc-demo-chart-grid {
    position: absolute;
    inset: 0 8px 30px;
    display: grid;
    grid-template-rows: repeat(4, 1fr);
}

.sc-demo-chart-grid i {
    border-top: 1px dashed #dbe4e1;
}

.sc-demo-chart-bars {
    position: relative;
    z-index: 1;
    display: grid;
    height: 100%;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.sc-demo-chart-bars article {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.sc-demo-chart-bars article > div {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 5px;
    width: 100%;
    height: 195px;
}

.sc-demo-chart-bars i,
.sc-demo-chart-bars b {
    width: 17px;
    min-height: 12px;
    border-radius: 6px 6px 2px 2px;
}

.sc-demo-chart-bars i {
    background: #9db2bc;
}

.sc-demo-chart-bars b {
    background: linear-gradient(#48b5a8, #0e8178);
}

.sc-demo-chart-bars span {
    margin-top: 10px;
    color: var(--sc-ref-muted);
    font-size: 9px;
}

.sc-demo-chart-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 14px;
}

.sc-demo-chart-legend span {
    display: flex;
    align-items: center;
    gap: 7px;
    color: var(--sc-ref-muted);
    font-size: 9px;
}

.sc-demo-chart-legend i {
    width: 8px;
    height: 8px;
    border-radius: 3px;
    background: #9db2bc;
}

.sc-demo-chart-legend span:last-child i {
    background: var(--sc-ref-teal);
}

.sc-demo-pattern-card h3 {
    margin-top: 9px;
    color: var(--sc-ref-navy);
    font-size: 26px;
    line-height: 1.18;
}

.sc-demo-pattern-card > div {
    display: grid;
    gap: 20px;
    margin-top: 30px;
}

.sc-demo-pattern-card article {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 6px 15px;
}

.sc-demo-pattern-card article > span {
    color: var(--sc-ref-navy);
    font-size: 11px;
    font-weight: 780;
}

.sc-demo-pattern-card article > strong {
    color: var(--sc-ref-teal-dark);
    font-size: 9px;
}

.sc-demo-pattern-card article > i {
    grid-column: 1 / -1;
    overflow: hidden;
    height: 7px;
    border-radius: 99px;
    background: #e6ece9;
}

.sc-demo-pattern-card article > i > b {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #54bcaf, #0e8178);
}

.sc-demo-insight-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    margin-top: 22px;
    overflow: hidden;
    border: 1px solid #d4e0dc;
    border-radius: 20px;
    background: #d4e0dc;
}

.sc-demo-insight-strip > div {
    min-height: 145px;
    padding: 24px;
    background: #fff;
}

.sc-demo-insight-strip span,
.sc-demo-insight-strip strong {
    display: block;
}

.sc-demo-insight-strip span {
    color: var(--sc-ref-teal-dark);
    font-size: 9px;
    font-weight: 850;
    text-transform: uppercase;
}

.sc-demo-insight-strip strong {
    margin-top: 11px;
    color: var(--sc-ref-navy);
    font-size: 14px;
    line-height: 1.45;
}

.sc-demo-cta {
    padding: 80px 0;
    background:
        radial-gradient(circle at 77% 12%, rgba(78, 184, 169, 0.18), transparent 28%),
        var(--sc-ref-navy);
}

.sc-demo-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.sc-demo-cta .sc-page-label {
    color: #83d6ca;
}

.sc-demo-cta .sc-page-label::before {
    background: #59c0b1;
}

.sc-demo-cta h2 {
    max-width: 720px;
    margin-top: 12px;
    color: #fff;
    font-size: 45px;
    letter-spacing: -0.045em !important;
    line-height: 1.04;
}

.sc-demo-cta p:not(.sc-page-label) {
    max-width: 650px;
    margin-top: 15px;
    color: #aebfc9;
    font-size: 15px;
}

.sc-demo-cta-inner > div:last-child {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 20px;
}

.sc-demo-cta-inner > div:last-child > a:last-child {
    color: #d6e4e9;
    font-size: 12px;
    font-weight: 780;
}

@media (max-width: 1080px) {
    .sc-demo-intro-grid {
        grid-template-columns: minmax(0, 1fr) minmax(340px, 0.65fr);
        gap: 55px;
    }

    .sc-demo-content {
        padding: 32px;
    }

    .sc-demo-primary-grid,
    .sc-demo-plan-layout,
    .sc-demo-progress-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .sc-demo-recommended {
        min-height: 260px;
    }

    .sc-demo-progress-metrics,
    .sc-demo-feedback-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sc-demo-message-section,
    .sc-demo-question-card {
        grid-template-columns: minmax(0, 1fr);
        gap: 32px;
    }

    .sc-demo-message {
        max-width: 680px;
    }
}

@media (max-width: 760px) {
    .sc-demo-intro {
        padding: 58px 0 64px;
    }

    .sc-demo-intro-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 44px;
    }

    .sc-demo-intro h1 {
        font-size: clamp(45px, 13vw, 58px);
    }

    .sc-demo-intro-grid > div:first-child > p:not(.sc-page-label) {
        font-size: 17px;
    }

    .sc-demo-intro-card {
        max-width: 520px;
    }

    .sc-demo-workspace-section {
        padding: 50px 0 70px;
    }

    .sc-demo-toolbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .sc-demo-app {
        border-radius: 22px;
    }

    .sc-demo-app-header {
        min-height: 72px;
        padding: 14px 18px;
    }

    .sc-demo-app-brand img {
        width: 125px;
    }

    .sc-demo-app-user span {
        display: none;
    }

    .sc-demo-navigation {
        overflow-x: auto;
        justify-content: flex-start;
        padding: 11px 16px;
        scrollbar-width: none;
    }

    .sc-demo-navigation::-webkit-scrollbar {
        display: none;
    }

    .sc-demo-navigation a {
        flex: 0 0 auto;
        min-width: 88px;
        padding: 9px 13px;
    }

    .sc-demo-content {
        min-height: 0;
        padding: 25px 18px 30px;
    }

    .sc-demo-page-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 17px;
    }

    .sc-demo-page-heading h2 {
        font-size: 32px;
    }

    .sc-demo-secondary-grid,
    .sc-demo-checkin-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .sc-demo-next-reminder,
    .sc-demo-recommended,
    .sc-demo-card,
    .sc-demo-plan-goal,
    .sc-demo-plan-summary,
    .sc-demo-message,
    .sc-demo-question-card {
        padding: 22px;
        border-radius: 18px;
    }

    .sc-demo-card-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .sc-demo-card-heading h3 {
        font-size: 25px;
    }

    .sc-demo-reminder-preview {
        padding: 19px;
    }

    .sc-demo-card-actions,
    .sc-demo-card-actions .sc-button {
        width: 100%;
    }

    .sc-demo-metrics {
        grid-template-columns: minmax(0, 1fr);
    }

    .sc-demo-metrics article {
        min-height: 90px;
    }

    .sc-demo-activity-list article {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .sc-demo-activity-list time {
        grid-column: 2;
    }

    .sc-demo-plan-goal > h3 {
        font-size: 27px;
    }

    .sc-demo-risk-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .sc-demo-risk-grid article {
        min-height: 170px;
    }

    .sc-demo-message-section {
        padding: 28px 20px;
    }

    .sc-demo-message-section > div:first-child h3 {
        font-size: 30px;
    }

    .sc-demo-checkin-score,
    .sc-demo-week-stats,
    .sc-demo-feedback-row,
    .sc-demo-progress-metrics {
        grid-template-columns: minmax(0, 1fr);
    }

    .sc-demo-feedback-card {
        padding: 22px;
    }

    .sc-demo-choice-row {
        grid-template-columns: minmax(0, 1fr);
    }

    .sc-demo-progress-metrics article {
        min-height: 125px;
    }

    .sc-demo-chart-card,
    .sc-demo-pattern-card {
        min-height: 0;
    }

    .sc-demo-insight-strip {
        grid-template-columns: minmax(0, 1fr);
    }

    .sc-demo-insight-strip > div {
        min-height: 125px;
    }

    .sc-demo-cta {
        padding: 68px 0;
    }

    .sc-demo-cta-inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 34px;
    }

    .sc-demo-cta h2 {
        font-size: 37px;
    }

    .sc-demo-cta-inner > div:last-child {
        width: 100%;
        align-items: flex-start;
        flex-direction: column;
    }

    .sc-demo-cta .sc-button {
        width: 100%;
    }
}

@media (max-width: 430px) {
    .sc-demo-intro .sc-hero-actions,
    .sc-demo-intro .sc-button {
        width: 100%;
    }

    .sc-demo-intro-card {
        grid-template-columns: minmax(0, 1fr);
        padding-top: 58px;
    }

    .sc-demo-intro-card > b {
        right: auto;
        left: 18px;
    }

    .sc-demo-app-brand > span {
        display: none;
    }

    .sc-demo-chart-bars {
        gap: 8px;
    }

    .sc-demo-chart-bars i,
    .sc-demo-chart-bars b {
        width: 13px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    body .sc-button,
    body .sc-home-step-flow article,
    body .sc-home-guide-grid > a,
    body .sc-faq-task-grid a {
        transition: none;
    }
}

@media (max-width: 1180px) {
    body .sc-header .sc-mobile-menu-button {
        display: inline-flex !important;
    }
}

@media (max-width: 1080px) {
    body .sc-shell {
        width: min(100% - 48px, 1240px);
    }

    .sc-lhi-hero-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 58px;
    }

    .sc-lhi-hero-copy {
        max-width: 760px;
    }

    .sc-lhi-dashboard-scene {
        width: min(760px, 100%);
        margin-inline: auto;
    }

    .sc-lhi-context-grid,
    .sc-lhi-questions-layout {
        grid-template-columns: minmax(0, 1fr);
        gap: 34px;
    }

    .sc-lhi-source-grid,
    .sc-lhi-decision-flow {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sc-lhi-decision-flow li:nth-child(2) {
        border-right: 0;
    }

    .sc-lhi-questions-copy {
        position: static;
        max-width: 680px;
    }

    body .sc-home-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(420px, 0.86fr);
        gap: 42px;
    }

    body .sc-home-copy h1 {
        font-size: clamp(49px, 6.4vw, 66px);
    }

    .sc-product-orbit-top {
        left: -5px;
    }

    .sc-product-orbit-bottom {
        right: -5px;
    }
}

@media (max-width: 900px) {
    body .sc-header-inner {
        min-height: 72px;
    }

    body .sc-logo img {
        width: 150px;
    }

    .sc-mobile-menu-button {
        display: inline-flex;
    }

    body .sc-home-hero-2026 {
        min-height: 0;
        padding: 70px 0 62px;
    }

    body .sc-home-hero-grid,
    body .sc-hiw-hero-2026 .sc-hiw-hero-grid,
    body .sc-home-moments-layout,
    body .sc-home-evidence-layout,
    body .sc-hiw-preview-layout,
    body .sc-hiw-progress-layout,
    body .sc-hiw-support-layout {
        grid-template-columns: minmax(0, 1fr);
        gap: 58px;
    }

    body .sc-home-copy {
        max-width: 720px;
    }

    body .sc-home-copy h1 {
        font-size: clamp(48px, 8.5vw, 68px);
    }

    .sc-product-scene {
        width: min(580px, 100%);
        min-height: 620px;
        margin-inline: auto;
    }

    body .sc-home-feature-grid {
        grid-template-columns: 1fr;
    }

    body .sc-home-feature-grid article {
        min-height: 104px;
        padding: 24px 8px;
    }

    body .sc-home-feature-grid article + article {
        border-top: 1px solid rgba(255, 255, 255, 0.12);
        border-left: 0;
    }

    body .sc-home-moments-copy,
    body .sc-subscription-layout > div {
        position: static;
    }

    body .sc-home-moments-copy {
        max-width: 650px;
    }

    body .sc-hiw-phone-stage {
        min-height: 620px;
    }
}

@media (max-width: 640px) {
    body .sc-shell {
        width: min(100% - 32px, 1240px);
    }

    body .sc-section {
        padding-block: 72px;
    }

    body .sc-header-inner {
        min-height: 68px;
    }

    body .sc-logo img {
        width: 144px;
    }

    .sc-mobile-menu-button {
        min-height: 42px;
        padding-inline: 13px !important;
    }

    body .sc-home-hero-2026 {
        padding: 54px 0 46px;
    }

    .sc-lhi-hero {
        min-height: 0;
        padding: 54px 0 58px;
    }

    .sc-lhi-hero-grid {
        gap: 44px;
    }

    .sc-lhi-hero-copy h1 {
        margin-top: 17px;
        font-size: clamp(42px, 12vw, 50px);
        letter-spacing: -0.052em !important;
    }

    .sc-lhi-lead {
        margin-top: 23px;
        font-size: 16px;
        line-height: 1.67;
    }

    .sc-lhi-hero-points {
        margin-top: 25px;
    }

    .sc-lhi-hero-points li {
        font-size: 13px;
    }

    .sc-lhi-hero-copy .sc-hero-actions {
        display: grid;
        width: 100%;
        gap: 10px;
        margin-top: 29px;
    }

    .sc-lhi-hero-copy .sc-button {
        width: 100%;
    }

    .sc-lhi-dashboard-scene {
        display: grid;
        min-height: 0;
        gap: 10px;
    }

    .sc-lhi-dashboard-scene::before {
        inset: 70px -60px 120px;
    }

    .sc-lhi-dashboard {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        min-height: 0;
        padding: 15px;
        border-radius: 21px;
        transform: none;
    }

    .sc-lhi-dashboard > header > b {
        padding: 6px 8px;
        font-size: 7px;
    }

    .sc-lhi-dashboard-kpis {
        gap: 6px;
    }

    .sc-lhi-dashboard-kpis article {
        min-height: 100px;
        padding: 10px 8px;
    }

    .sc-lhi-dashboard-kpis span,
    .sc-lhi-dashboard-kpis small {
        font-size: 7px;
    }

    .sc-lhi-dashboard-kpis strong {
        min-height: 37px;
        margin-block: 8px 5px;
        font-size: 11px;
    }

    .sc-lhi-dashboard-main {
        grid-template-columns: minmax(0, 1fr);
    }

    .sc-lhi-trend,
    .sc-lhi-patterns {
        min-height: 190px;
    }

    .sc-lhi-signal-card {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        width: 100%;
    }

    .sc-lhi-context-grid {
        min-height: 0;
        padding-block: 60px;
        gap: 26px;
    }

    .sc-lhi-context h2 {
        font-size: 36px;
    }

    .sc-lhi-source-grid,
    .sc-lhi-decision-flow,
    .sc-lhi-question-grid,
    .sc-lhi-cycle-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .sc-lhi-source-grid article {
        min-height: 280px;
        padding: 25px;
    }

    .sc-lhi-decision-flow li {
        min-height: 0;
        padding: 25px 0;
    }

    .sc-lhi-decision-flow li:not(:last-child)::after {
        display: none;
    }

    .sc-lhi-question-grid .sc-lhi-question-wide {
        grid-column: auto;
        min-height: 235px;
    }

    .sc-lhi-question-grid article {
        min-height: 210px;
        padding: 24px;
    }

    .sc-lhi-questions-copy h2,
    .sc-lhi-cta h2 {
        font-size: 38px;
    }

    .sc-lhi-cycle-grid article {
        min-height: 150px;
        padding: 24px;
    }

    .sc-lhi-cta {
        padding-block: 68px;
    }

    .sc-lhi-cta-inner {
        align-items: flex-start;
        gap: 32px;
        flex-direction: column;
    }

    .sc-lhi-cta .sc-button {
        width: 100%;
    }

    body .sc-home-hero-grid {
        gap: 42px;
    }

    body .sc-page-label,
    body .sc-kicker {
        font-size: 9px;
        letter-spacing: 0.13em !important;
    }

    body .sc-home-copy h1,
    body .sc-hiw-hero-copy h1 {
        margin-top: 17px;
        font-size: clamp(40px, 11.8vw, 50px);
        letter-spacing: -0.052em !important;
        line-height: 0.99;
    }

    .sc-home-intro {
        margin-top: 23px;
        font-size: 16px;
        line-height: 1.67;
    }

    .sc-home-copy .sc-hero-actions,
    body .sc-hiw-hero-copy .sc-hero-actions {
        display: grid;
        width: 100%;
        gap: 10px;
        margin-top: 28px;
    }

    .sc-home-copy .sc-hero-actions .sc-button,
    body .sc-hiw-hero-copy .sc-hero-actions .sc-button {
        width: 100%;
    }

    .sc-home-trust-row {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        margin-top: 24px;
    }

    .sc-home-trust-row span {
        min-width: 0;
        justify-content: flex-start;
    }

    .sc-home-trust-row span:last-child {
        grid-column: 1 / -1;
        width: max-content;
    }

    .sc-product-scene {
        min-height: 590px;
        margin-top: 0;
        transform: none;
    }

    .sc-product-scene::before {
        width: min(410px, 112vw);
        height: min(410px, 112vw);
    }

    .sc-product-halo-one {
        width: 440px;
        height: 440px;
    }

    .sc-product-halo-two {
        width: 340px;
        height: 340px;
    }

    .sc-product-phone,
    .sc-hiw-phone {
        width: 266px;
        min-height: 538px;
        border-radius: 46px;
        transform: rotate(1.35deg);
    }

    .sc-product-phone-screen,
    .sc-hiw-phone-screen {
        min-height: 522px;
        border-radius: 39px;
    }

    .sc-product-lock-date strong,
    .sc-hiw-lock-date strong {
        font-size: 52px;
    }

    .sc-product-notification,
    .sc-hiw-notification {
        margin-top: 17px;
        padding: 13px;
    }

    .sc-product-phone-title,
    .sc-hiw-notification > strong {
        font-size: 17px;
    }

    .sc-product-phone-screen .sc-product-notification > p:not(.sc-product-phone-title),
    .sc-hiw-notification > p {
        font-size: 11px;
    }

    .sc-product-orbit {
        min-width: 0;
        max-width: 218px;
        padding: 11px 12px;
    }

    .sc-product-orbit-top {
        top: 68px;
        left: -2px;
    }

    .sc-product-orbit-bottom {
        right: -1px;
        bottom: 66px;
    }

    .sc-product-orbit-icon {
        flex-basis: 34px;
        width: 34px;
        height: 34px;
    }

    .sc-product-orbit strong {
        font-size: 10px;
    }

    body .sc-home-feature-grid article {
        gap: 17px;
        padding-inline: 4px;
    }

    body .sc-section-heading,
    body .sc-section-heading-centred {
        margin-bottom: 36px;
        text-align: left;
    }

    body .sc-section-heading h2,
    body .sc-home-moments-copy h2,
    body .sc-home-evidence-layout h2,
    body .sc-hiw-progress-layout > div:first-child h2,
    body .sc-hiw-support-layout h2 {
        font-size: clamp(34px, 10vw, 43px);
    }

    body .sc-section-heading > p:last-child {
        margin-inline: 0;
        font-size: 16px;
    }

    body .sc-home-step-flow-three,
    body .sc-home-guide-grid,
    body .sc-home-moment-grid,
    body .sc-home-evidence-points,
    body .sc-hiw-progress-grid,
    body .sc-hiw-support-links,
    body .sc-hiw-evidence-grid,
    body .sc-hiw-journey {
        grid-template-columns: minmax(0, 1fr);
    }

    body .sc-home-step-flow article {
        min-height: 270px;
        padding: 25px;
    }

    body .sc-home-moment-grid article {
        min-height: 148px;
    }

    body .sc-home-evidence-points article {
        min-height: 138px;
    }

    body .sc-home-guide-grid > a {
        min-height: 280px;
        padding: 25px;
    }

    body .sc-home-final-cta .sc-hero-actions,
    body .sc-home-final-cta .sc-button {
        width: 100%;
    }

    body .sc-hiw-phone-stage {
        min-height: 555px;
        overflow: visible;
    }

    body .sc-hiw-preview-panel {
        padding: 24px;
        border-radius: 20px;
    }

    body .sc-hiw-preview-panel h2 {
        font-size: 34px;
    }

    body .sc-preview-options,
    body .sc-hiw-example-details {
        grid-template-columns: minmax(0, 1fr);
    }

    body .sc-preview-options label {
        min-height: 54px;
    }

    body .sc-hiw-example-details article {
        min-height: 0;
    }

    body .sc-login-panel,
    body .sc-hiw-plan-card,
    body .sc-subscription-layout .sc-checkout-panel {
        padding: 24px;
        border-radius: 22px;
    }

    body .sc-login-plan-preview {
        grid-template-columns: minmax(0, 1fr);
    }

    body .sc-login-confirm-page,
    body .sc-login-sent-page {
        min-height: calc(100vh - 68px);
        padding-block: 46px 54px;
    }

    body .sc-login-confirm-card {
        padding: 34px 24px;
        border-radius: 24px;
    }

    body .sc-login-confirm-card h1 {
        font-size: clamp(37px, 11vw, 46px);
    }

    body .sc-login-confirm-card > p:not(.sc-page-label, .sc-login-help) {
        font-size: 16px;
    }

    body .sc-login-confirm-actions {
        align-items: stretch;
        flex-direction: column;
        gap: 16px;
    }

    body .sc-login-confirm-actions .sc-button {
        width: 100%;
    }

    body .sc-mobile-signout {
        display: flex !important;
    }

    body .sc-account-hero {
        padding-top: 42px;
    }

    body .sc-organisation-topbar-inner {
        align-items: stretch;
        padding-block: 13px 10px;
        gap: 9px;
    }

    body .sc-organisation-brand {
        min-height: 38px;
    }

    body .sc-organisation-brand img {
        width: 136px;
    }

    body .sc-organisation-topbar nav {
        display: grid;
        grid-template-columns: repeat(4, max-content);
        justify-content: space-between;
        width: 100%;
        overflow: visible;
        gap: 4px;
    }

    body .sc-organisation-topbar nav a,
    body .sc-organisation-topbar nav button {
        min-height: 38px;
        padding: 9px 8px;
        white-space: nowrap;
        font-size: 11px;
    }

    body .sc-organisation-heading {
        padding-top: 42px;
    }

    body .sc-organisation-heading > div:first-child > p:not(.sc-page-label) {
        font-size: 16px;
        line-height: 1.65;
    }

    body .sc-account-next-card,
    body .sc-account-action-card,
    body .sc-account-question-card,
    body .sc-insights-hero,
    body .sc-account-current-plan,
    body .sc-account-progress,
    body .sc-account-recent,
    body .sc-account-quick-links,
    body .sc-account-local-support,
    body .sc-workspace-primary,
    body .sc-workspace-side,
    body .sc-workspace-section,
    body .sc-organisation-filters,
    body .sc-organisation-report-panel,
    body .sc-organisation-resources,
    body .sc-ph-action-grid article,
    body .sc-ph-panel,
    body .sc-ph-table-wrap,
    body .sc-ph-card {
        border-radius: 16px;
    }
}

@media (max-width: 390px) {
    body .sc-shell {
        width: min(100% - 24px, 1240px);
    }

    body .sc-logo img {
        width: 136px;
    }

    .sc-mobile-menu-button {
        gap: 7px;
        padding-inline: 11px !important;
    }

    .sc-product-phone,
    .sc-hiw-phone {
        width: 250px;
        min-height: 506px;
    }

    .sc-product-phone-screen,
    .sc-hiw-phone-screen {
        min-height: 490px;
    }

    .sc-product-notification,
    .sc-hiw-notification {
        margin-inline: 9px;
    }

    .sc-product-orbit {
        max-width: 202px;
    }

    .sc-product-orbit-top {
        left: -4px;
    }

    .sc-product-orbit-bottom {
        right: -4px;
    }
}
