/* Revised landing page styles for the updated desktop and mobile artboards. */
@font-face {
    font-family: "GT Walsheim Pro";
    src: url("../font/GT-Walsheim-Pro-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "GT Walsheim Pro";
    src: url("../font/GT-Walsheim-Pro-Regular-Oblique.woff2") format("woff2");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "GT Walsheim Pro";
    src: url("../font/GT-Walsheim-Pro-Bold.woff2") format("woff2");
    font-weight: 700 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "GT Walsheim Pro";
    src: url("../font/GT-Walsheim-Pro-Bold-Oblique.woff2") format("woff2");
    font-weight: 700 900;
    font-style: italic;
    font-display: swap;
}

body {
    background: #f7f7f8;
    color: #242124;
    font-family: Haffer VF, Arial, sans-serif;
    overflow-x: clip;
}

html {
    scroll-behavior: auto;
}

.landing-main {
    position: relative;
    min-height: 0;
    overflow-x: clip;
    overflow-y: visible;
    background: #f7f7f8;
    font-family: Haffer VF, Arial, sans-serif;
}

.landing-main > section {
    position: relative;
    z-index: 2;
    min-height: 0;
}

.landing-main h1,
.landing-main h2,
.landing-main h3 {
    font-family: "GT Walsheim Pro", Arial, sans-serif;
    line-height: 0.8;
    letter-spacing: -1px;
}

.landing-main h1,
.landing-main h2,
.landing-main h3,
.landing-main p {
    overflow-wrap: break-word;
}

.landing-main :where(p) {
    font-family: Haffer VF, Arial, sans-serif;
    font-size: clamp(16px, 1.6vw, 24px);
}

.landing-container {
    width: calc(100% - 48px);
    max-width: 1140px;
    margin: 0 auto;
}

.landing-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 142px;
    min-height: 44px;
    padding: 0 28px;
    border-radius: 999px;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
}

.landing-btn--primary {
    color: #fff;
    background: linear-gradient(90deg, #6bdfff 0%, #2373ff 35%, #3154ff 70%, #3154ff 100%);
    background-size: 220% 100%;
    background-position: 70% 0;
    transition: background-position 0.45s ease-in-out;
}

.landing-btn--primary:hover {
    color: #fff;
    background-position: 0 0;
}

.landing-btn--outline {
    color: #333;
    border: 1px solid #8a8a8a;
    background: #fff;
}

.landing-btn--green {
    color: #051a14;
    background: linear-gradient(135deg, #66ddff, #93ff52);
}

.landing-btn--white {
    color: #333;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.18);
}

.landing-hero {
    position: relative;
    min-height: 760px;
    padding: 165px 0 70px;
}

.hero-long-shadow-canvas {
    position: absolute;
    inset: 0 auto auto 50%;
    z-index: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    min-height: 100vh;
    opacity: 0.9;
    pointer-events: none;
    transform: translateX(-50%);
}

.hero-long-shadow-blur {
    position: absolute;
    inset: 0 auto auto 50%;
    z-index: 1;
    width: 100vw;
    height: 100vh;
    min-height: 100vh;
    pointer-events: none;
    transform: translateX(-50%);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.hero-long-shadow-fade {
    position: absolute;
    inset: 0 auto auto 50%;
    z-index: 2;
    width: 100vw;
    height: 100vh;
    min-height: 100vh;
    pointer-events: none;
    transform: translateX(-50%);
    background: linear-gradient(180deg, rgba(247, 247, 248, 0) 0%, rgba(247, 247, 248, 0) 58%, #f7f7f8 100%);
}

.landing-hero > h1,
.landing-hero > p,
.landing-hero > .hero-actions {
    position: relative;
    z-index: 4;
}

.hero-copy {
    position: relative;
    z-index: 2;
    display: grid;
    justify-items: center;
    text-align: center;
}

.hero-copy h1 {
    margin: 0;
    color: #000;
    font-size: clamp(60px, 5.6vw, 96px);
    font-weight: 900;
    line-height: 0.8;
    letter-spacing: -2px;
}

.hero-copy h1 span {
    color: #6f7cff;
}

.hero-copy p {
    max-width: clamp(340px, 39.2vw, 565px);
    margin: 34px 0 0;
    color: #050505;
    font-size: clamp(16px, 1.8vw, 22px);
    line-height: 1.3;
}

.hero-actions {
    display: flex;
    gap: 8px;
    margin-top: 22px;
}

.hero-copy .hero-tag {
    margin-top: 70px;
    font-size: 28px;
    font-style: italic;
    line-height: 1.25;
}

.hero-orbit-section {
    display: none;
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
}

.hero-orbit-group {
    position: absolute;
    inset: 0;
}

.hero-orbit {
    position: absolute;
    top: 50%;
    left: 50%;
    width: var(--orbit-size, 120px);
    height: var(--orbit-height, var(--orbit-size, 120px));
    z-index: 1;
    opacity: 0;
    transform: translate(-50%, -50%);
    will-change: transform, opacity;
}

.hero-orbit--network {
    --orbit-size: 136px;
    --orbit-height: 155px;
    background: url("../img/Circles.png") center / contain no-repeat;
}

.hero-orbit--map {
    --orbit-size: 132px;
    background: url("../img/Locality.png") center / contain no-repeat;
}

.hero-orbit--paper {
    --orbit-size: 118px;
    background: url("../img/my listings.png") center / contain no-repeat;
}

.hero-orbit--book {
    --orbit-size: 118px;
    background: url("../img/Client database.png") center / contain no-repeat;
}

.hero-orbit--web {
    --orbit-size: 132px;
    background: url("../img/my page.png") center / contain no-repeat;
}

.hero-orbit--doc {
    --orbit-size: 118px;
    background: url("../img/My case.png") center / contain no-repeat;
}

.workflow-section {
    padding: 0 0 86px;
}

.workflow-panel {
    position: relative;
    min-height: 570px;
    padding: 78px 40px 0;
    overflow: hidden;
    border-radius: 18px;
    color: #fff;
    text-align: center;
    background: radial-gradient(circle at 77% 45%, rgba(0, 0, 0, 0.25), transparent 22%), linear-gradient(90deg, #6d7dff, #252bff 52%, #6980ff);
}

.workflow-panel h2 {
    margin: 0;
    font-size: clamp(44px, 4.1vw, 68px);
    font-weight: 900;
    line-height: 1.08;
}

.workflow-panel p {
    max-width: clamp(310px, 45.1vw, 650px);
    margin: 26px auto 0;
    font-size: clamp(17px, 1.97vw, 24px);
    line-height: 1.25;
}

.floating-label {
    position: absolute;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    max-width: min(280px, calc(35% - 40px));
    min-height: 50px;
    padding: 0 24px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 8px;
    color: #fff;
    font-size: clamp(14px, 1.56vw, 19px);
    font-weight: 600;
    line-height: 1.1;
    text-align: center;
    white-space: nowrap;
    background: linear-gradient(135deg, rgba(255, 255, 255, .24), rgba(0, 10, 255, .56));
    box-shadow: 0 8px 18px rgba(0, 0, 180, 0.16);
    opacity: 0;
    pointer-events: none;
    left: var(--floating-label-left, -9999%);
    top: var(--floating-label-top, -9999%);
    --floating-parallax-x: 0px;
    --floating-parallax-y: 0px;
    --floating-label-scale: 1;
    --floating-label-blur: 0px;
    transform: translate(-50%, -50%) translate(var(--floating-parallax-x), var(--floating-parallax-y));
    translate: 0 0;
    scale: var(--floating-label-scale);
    filter: blur(var(--floating-label-blur));
    animation: floatingLabelDrift var(--floating-label-duration, 4.8s) ease-in-out var(--floating-label-delay, 0s) infinite;
    transition: opacity 420ms ease;
    will-change: opacity, transform;
}

.floating-label.is-visible {
    opacity: 1;
}

.floating-label.is-gsap-controlled {
    transition: none;
}

.floating-label.is-repositioning {
    visibility: hidden;
    opacity: 0 !important;
    transition: none !important;
    animation-play-state: paused;
}

@keyframes floatingLabelDrift {
    0%,
    100% {
        translate: 0 0;
        scale: var(--floating-label-scale);
    }

    50% {
        translate: 0 -10px;
        scale: calc(var(--floating-label-scale) * 1.015);
    }
}

.floating-label--left-top {
    left: 7%;
    top: 32%;
}

.floating-label--left-bottom {
    left: 4%;
    bottom: 24%;
}

.floating-label--right {
    right: 11%;
    top: 56%;
}

.workflow-cards {
    position: absolute;
    left: 50%;
    bottom: -1px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    width: min(620px, 72%);
    transform: translateX(-50%);
}

.workflow-cards article {
    min-height: 220px;
    padding: 40px 22px 34px;
    border-radius: 14px 14px 0 0;
    color: #242124;
    background: #fff;
}

.workflow-cards h3 {
    margin: 28px 0 0;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.15;
}

.line-art {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 112px;
    height: 92px;
    margin: 0 auto;
    border: 0;
    border-radius: 0;
    transform: none;
}

.line-art img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.disconnect-section {
    display: grid;
    grid-template-columns: minmax(260px, 460px) 1fr;
    align-items: center;
    gap: 110px;
    padding: 55px 0 82px;
}

.sketch-card {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 420px;
}

.sketch-card img {
    display: block;
    width: min(100%, 390px);
    height: auto;
}

.disconnect-copy h2,
.statement-section h2,
.product-copy h3,
.control-section h2,
.audience-grid h3 {
    letter-spacing: 0;
}

.disconnect-copy h2 {
    margin: 0;
    font-size: clamp(42px, 4.2vw, 72px);
    font-weight: 900;
    line-height: 1.04;
}

.disconnect-copy p {
    max-width: clamp(310px, 43.8vw, 630px);
    margin: 28px 0 0;
    font-size: clamp(17px, 2.05vw, 25px);
    line-height: 1.28;
}

.disconnect-copy h3 {
    margin: 42px 0 0;
    font-size: 28px;
    font-weight: 900;
}

.statement-section {
    padding: 65px 0 92px;
    text-align: center;
}

.statement-section h2 {
    margin: 0;
    font-size: clamp(48px, 4.7vw, 76px);
    font-style: italic;
    font-weight: 500;
    line-height: 1.12;
}

.statement-section span {
    color: #7281ff;
    font-weight: 900;
}

.product-section {
    --product-section-gap: clamp(84px, 9svh, 120px);
    --product-stage-height: clamp(560px, 62svh, 680px);
    position: relative;
    height: auto;
    padding: var(--product-section-gap) 0;
    scroll-margin-block: var(--product-section-gap);
}

.product-stage {
    position: relative;
    top: auto;
    z-index: 2;
    display: grid;
    grid-template-columns: 0.86fr 1fr;
    align-items: start;
    gap: 64px;
    height: auto;
}

.product-section:not(.is-product-ready) .product-stage {
    visibility: hidden;
}

.product-copy {
    position: sticky;
    top: var(--product-section-gap);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 535px;
}

.product-copy article {
    padding: 28px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.38);
    opacity: 0.15;
    transition: opacity 0.35s ease;
}

.product-copy article.is-active {
    opacity: 1;
}

.product-copy h3 {
    margin: 0;
    color: #050505;
    font-size: clamp(21px, 3.11vw, 38px);
    font-weight: 900;
}

.product-copy h3 em {
    font-size: clamp(16px, 2.05vw, 25px);
    font-weight: 400;
}

.product-copy p {
    margin: 6px 0 0;
    font-size: clamp(16px, 1.97vw, 24px);
    line-height: 1.3;
}

.product-copy p + p {
    max-height: 0;
    margin-top: 0;
    color: #777;
    font-size: clamp(14px, 1.64vw, 20px);
    line-height: 1.35;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.45s ease, margin-top 0.35s ease, opacity 0.35s ease;
}

.product-copy article.is-active p + p {
    max-height: 180px;
    margin-top: 28px;
    opacity: 1;
}

.product-visual {
    position: relative;
    height: auto;
    min-height: 0;
    overflow: visible;
}

.product-visual-track {
    display: grid;
    gap: var(--product-section-gap);
    height: auto;
    transform: none;
    will-change: auto;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.product-visual-panel {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: var(--product-stage-height);
    scroll-snap-align: center;
}

.product-visual img {
    display: block;
    width: min(100%, 560px);
    max-height: 540px;
    object-fit: contain;
    opacity: 1;
    transform: none;
    transition: none;
    will-change: opacity, transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.product-visual-swap {
    position: relative;
    display: block;
    width: min(100%, 560px);
    aspect-ratio: 560 / 540;
    max-height: 540px;
    opacity: 1;
    transform: none;
    transition: none;
    will-change: opacity, transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.product-visual-swap__image {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: contain;
    pointer-events: none;
    opacity: 0;
    transition: opacity 720ms ease;
    transform: none;
    will-change: opacity;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.product-visual .product-visual-swap__image,
.product-mobile-card .product-visual-swap__image {
    width: 100%;
    height: 100%;
    max-height: none;
    margin: 0;
    opacity: 0;
    transition: opacity 720ms ease;
}

.product-visual .product-visual-swap__image.is-active,
.product-mobile-card .product-visual-swap__image.is-active {
    opacity: 1;
}

.product-visual-swap--mobile {
    width: 100%;
    max-height: 260px;
    margin: 22px auto 0;
}

.product-scroll-steps {
    display: none;
}

.product-scroll-steps > div {
    height: 0;
}

.product-mobile-stack {
    display: none;
}

.product-feature-combo {
    display: contents;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
    padding: 0 0 135px;
}

.feature-grid article {
    opacity: 0;
    transform: translate3d(0, 72px, 0);
    transition:
        opacity 720ms ease,
        transform 820ms cubic-bezier(0.2, 0.72, 0.2, 1);
    will-change: opacity, transform;
}

.feature-grid article:nth-child(2) {
    transition-delay: 130ms;
}

.feature-grid article:nth-child(3) {
    transition-delay: 260ms;
}

.feature-grid.is-in-view article {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.feature-mobile-stack {
    display: none;
}

.feature-image {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 345px;
    border-radius: 8px;
    overflow: hidden;
    background: linear-gradient(90deg, #fff, #edf2ff);
}

.feature-image img {
    width: 88%;
    height: 310px;
    object-fit: contain;
}

.feature-image-swap {
    position: relative;
}

.feature-image-swap__image {
    position: absolute;
    inset: 50% auto auto 50%;
    display: block;
    width: 88%;
    height: 310px;
    object-fit: contain;
    opacity: 0;
    transform: translate3d(-50%, -50%, 0);
    transition: opacity 520ms ease;
    will-change: opacity;
}

.feature-image-swap__image.is-active,
.feature-image-swap:hover .feature-image-swap__image:nth-child(2) {
    opacity: 1;
}

.feature-image-swap:hover .feature-image-swap__image.is-active:first-child {
    opacity: 0;
}

.feature-mobile-swap {
    position: relative;
    display: block;
    width: 100%;
    flex: 1;
    min-height: 0;
}

.feature-mobile-swap__image {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0;
    transition: opacity 720ms ease;
    will-change: opacity;
}

.feature-mobile-swap__image.is-active {
    opacity: 1;
}

.feature-grid h3 {
    margin: 26px 0 0;
    font-size: clamp(21px, 2.21vw, 27px);
    font-weight: 900;
}

.feature-grid p {
    max-width: clamp(280px, 22.9vw, 330px);
    margin: 6px 0 0;
    font-size: clamp(14px, 1.56vw, 19px);
    line-height: 1.25;
}

.feature-grid p + p {
    color: #777;
    font-size: clamp(14px, 1.56vw, 19px);
    line-height: 1.35;
}

.control-section {
    padding: 110px 0 92px;
    color: #fff;
    background: #01010c;
}

.control-section h2 {
    width: fit-content;
    margin: 0 auto 42px;
    font-size: clamp(28px, 5vw, 78px);
    font-weight: 900;
    line-height: 1.1;
    text-align: left;
}

.audience-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.audience-mobile-scroll {
    display: none;
}

.audience-grid article {
    min-height: 560px;
    padding: 45px 45px 40px;
    border-radius: 22px;
    color: #03030d;
    background: #f7f8ff;
    display: flex;
    flex-direction: column;
}

.audience-grid h3 {
    margin: 0;
    font-size: 45px;
    font-weight: 900;
}

.audience-grid article:first-child h3 {
    color: #7281ff;
}

.audience-art {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 280px;
    margin: auto auto;
    max-width: 410px;
}

.audience-art img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.audience-grid p {
    margin: 0;
    font-size: clamp(17px, 2.05vw, 25px);
    line-height: 1.3;
}

.bottom-cta {
    padding: 60px 0 95px;
    color: #fff;
    background: linear-gradient(90deg, #6b7cff, #222cff 52%, #6a82ff);
}

.bottom-cta__inner {
    display: grid;
    gap: 42px;
    max-width: 1050px;
}

.bottom-cta__copy {
    display: grid;
    gap: 22px;
}

.bottom-cta__eyebrow {
    margin: 0;
    font-size: clamp(16px, 1.48vw, 18px);
    font-style: italic;
    line-height: 1.3;
}

@media (min-width: 992px) {
    .bottom-cta__mobile-break {
        display: none;
    }
}

@media (min-width: 578px) {
    .bottom-cta__phone-break {
        display: none;
    }
}

.bottom-cta h2 {
    max-width: 960px;
    margin: 0;
    font-size: clamp(34px, 3vw, 46px);
    font-weight: 900;
    line-height: 1.18;
    letter-spacing: 0;
}

.bottom-cta__lower {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 40px;
}

.bottom-cta__tag {
    margin: 0;
    font-size: clamp(14px, 2.46vw, 30px);
    font-style: italic;
    line-height: 1.15;
}

.bottom-cta__desktop-break {
    display: initial;
}

.bottom-cta__actions {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 42px;
}

.landing-btn--black {
    color: #fff;
    background: linear-gradient(90deg, #1d5cff 0%, #082b8f 24%, #03030a 48%, #03030a 100%);
    background-size: 220% 100%;
    background-position: 100% 0;
    transition: background-position 0.45s ease-in-out;
}

.landing-btn--black:hover {
    color: #fff;
    background-position: 0 0;
}

@media (max-width: 991px) {
    .landing-container {
        width: calc(100% - 32px);
        max-width: 1000px;
    }

    .landing-hero {
        min-height: auto;
        padding: 138px 0 54px;
    }

    .hero-copy h1 {
        font-size: 58px;
    }

    .hero-copy p {
        font-size: clamp(16px, 2.6vw, 20px);
    }

    .hero-orbit {
        width: calc(var(--orbit-size, 120px) * 0.78);
        height: calc(var(--orbit-height, var(--orbit-size, 120px)) * 0.78);
    }

    .workflow-panel {
        min-height: auto;
        padding: 58px 26px 34px;
    }

    .floating-label {
        display: none;
    }

    .workflow-cards {
        position: static;
        width: 100%;
        margin-top: 38px;
        transform: none;
    }

    .disconnect-section,
    .audience-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .product-section {
        height: auto;
        min-height: auto;
    }

    .product-stage {
        position: static;
        display: grid;
        grid-template-columns: 1fr;
        gap: 34px;
        height: auto;
    }

    .product-copy {
        min-height: auto;
    }

    .product-copy article {
        min-height: auto;
        opacity: 1;
    }

    .sketch-card {
        min-height: 330px;
    }

    .product-visual {
        position: relative;
        top: auto;
        height: 450px;
        min-height: 450px;
    }

    .product-scroll-steps {
        display: none;
    }

    .feature-grid {
        grid-template-columns: 1fr;
        max-width: 440px;
        padding-bottom: 80px;
    }

    .bottom-cta__inner {
        grid-template-columns: 1fr;
        align-items: start;
        max-width: 760px;
    }

    .bottom-cta__lower {
        grid-template-columns: 1fr;
    }

    .bottom-cta__desktop-break {
        display: none;
    }
}

@media (min-width: 578px) and (max-width: 991px) {
    .product-feature-combo {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px;
        width: calc(100% - 32px);
        max-width: 1000px;
        margin: 48px auto 0;
        padding-bottom: 72px;
    }

    .product-section {
        display: contents;
        height: auto;
        padding: 0;
    }

    .product-stage,
    .product-scroll-steps {
        display: none;
    }

    .product-mobile-stack {
        display: contents;
        min-height: 0;
    }

    .product-mobile-stack__flow {
        display: contents;
        min-height: 0;
        position: static;
    }

    .product-mobile-card {
        position: static;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: auto;
        height: auto;
        min-height: 0;
        margin: 0;
        padding: 24px;
        overflow: hidden;
        border: 1px solid rgba(0, 0, 0, 0.08);
        border-radius: 8px;
        background: #f7f7f8;
        box-shadow: none;
    }

    .product-mobile-card h3,
    .product-mobile-card p,
    .feature-grid h3,
    .feature-grid p {
        width: 100%;
        max-width: clamp(280px, 22.9vw, 330px);
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .product-mobile-card h3,
    .feature-grid h3 {
        margin-top: 0;
        font-size: clamp(21px, 2.21vw, 27px);
        font-weight: 900;
        line-height: 1.05;
    }

    .product-mobile-card p,
    .feature-grid p {
        margin-top: 6px;
        font-size: clamp(16px, 1.89vw, 23px);
        line-height: 1.25;
    }

    .product-mobile-card p + p,
    .feature-grid p + p {
        margin-top: 10px;
        color: #777;
        font-size: clamp(14px, 1.56vw, 19px);
        line-height: 1.35;
    }

    .product-mobile-card img {
        display: block;
        width: 100%;
        max-height: 260px;
        margin: 22px auto 0;
        object-fit: contain;
    }

    .product-mobile-card .product-visual-swap {
        width: 100%;
        aspect-ratio: 560 / 540;
        max-height: 260px;
        margin: 22px auto 0;
    }

    .product-mobile-card .product-visual-swap:hover .product-visual-swap__image:nth-child(2) {
        opacity: 1;
    }

    .product-mobile-card .product-visual-swap:hover .product-visual-swap__image.is-active:first-child {
        opacity: 0;
    }

    .feature-grid {
        display: contents;
        max-width: none;
        padding: 0;
    }

    .feature-grid article {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 24px;
        overflow: hidden;
        border: 1px solid rgba(0, 0, 0, 0.08);
        border-radius: 8px;
        background: #f7f7f8;
    }

    .feature-grid .feature-image {
        width: 100%;
        min-height: 0;
        aspect-ratio: 560 / 540;
        max-height: 260px;
        order: 2;
        margin-top: 22px;
        background: transparent;
    }

    .feature-grid h3,
    .feature-grid p {
        order: 1;
    }

    .landing-main .feature-grid p + p {
        margin-top: 10px;
    }

    .feature-grid .feature-image-swap__image {
        inset: 0;
        width: 100%;
        height: 100%;
        transform: none;
    }

    .bottom-cta .landing-container {
        width: 70%;
    }

    .audience-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(380px, 1fr));
        gap: 22px;
    }

    .audience-grid article {
        min-width: 380px;
        min-height: auto;
        padding: 40px;
    }

    .audience-art {
        height: 250px;
        margin: 30px auto;
    }

    .bottom-cta {
        padding: 50px 0;
    }

    .bottom-cta__inner {
        gap: 22px;
    }

    .bottom-cta__copy {
        gap: 22px;
    }

    .bottom-cta__lower {
        gap: 10px;
    }

    .bottom-cta__actions {
        margin-top: 20px;
    }

    .bottom-cta__mobile-break {
        display: none;
    }
}

@media (max-width: 577px) {
    .landing-main,
    .landing-main section {
        max-width: 100vw;
    }

    .landing-container {
        width: calc(100vw - 24px);
        max-width: 520px;
    }

    .hero-copy,
    .workflow-section,
    .disconnect-section,
    .statement-section,
    .product-section,
    .feature-grid {
        width: calc(100vw - 24px);
        max-width: calc(100vw - 24px);
    }

    .control-section .landing-container,
    .bottom-cta .landing-container {
        width: calc(100vw - 24px);
        max-width: calc(100vw - 24px);
    }

    .landing-btn {
        min-width: 0;
        min-height: 42px;
        padding: 0 20px;
        font-size: 17px;
    }

    .hero-copy h1 {
        font-size: 41px;
    }

    .hero-copy p {
        width: 100%;
        font-size: clamp(16px, 4.1vw, 16px);
    }

    .hero-copy .hero-tag {
        font-size: 23px;
    }

    .hero-actions,
    .bottom-cta__actions {
        width: 100%;
        flex-direction: column;
    }

    .hero-orbit-section {
        display: none;
    }

    .workflow-panel h2,
    .disconnect-copy h2,
    .statement-section h2,
    .control-section h2 {
        font-size: 26px;
    }

    .workflow-panel {
        padding-right: 18px;
        padding-left: 18px;
    }

    .workflow-panel p,
    .disconnect-copy p,
    .product-copy p,
    .feature-grid p,
    .audience-grid p {
        font-size: clamp(17px, 4.35vw, 17px);
    }

    .workflow-cards {
        grid-template-columns: 1fr;
    }

    .product-copy h3,
    .audience-grid h3 {
        font-size: 32px;
    }

    .product-visual img {
        left: auto;
        width: 100%;
    }

    .product-visual-swap {
        width: 100%;
    }

    .feature-image {
        min-height: 250px;
    }

    .feature-image img {
        height: 230px;
    }

    .audience-grid article {
        min-height: auto;
        padding: 32px 24px;
    }

    .bottom-cta {
        padding: 42px 0 70px;
    }

    .bottom-cta__inner {
        gap: 28px;
    }

    .bottom-cta__lower {
        gap: 22px;
    }

    .bottom-cta__eyebrow {
        font-size: clamp(15px, 3.85vw, 15px);
    }

    .bottom-cta h2 {
        font-size: 25px;
    }

    .bottom-cta__tag {
        font-size: clamp(14px, 6.15vw, 24px);
    }
}

/* Updated artboard layout */
.landing-container {
    width: calc(100% - 48px);
    max-width: 1140px;
}

.landing-btn {
    min-width: 166px;
    min-height: 54px;
    padding: 0 34px;
    font-size: 20px;
}

.landing-hero {
    display: grid;
    justify-items: center;
    min-height: auto;
    overflow: hidden;
    padding: 214px 0 86px;
    text-align: center;
}

.landing-hero h1 {
    margin: 0;
    color: #000;
    font-size: clamp(48px, 5.5vw, 98px);
    font-weight: 900;
    line-height: 0.8;
    letter-spacing: -1px;
}

.landing-hero h1 span {
    color: #7180ff;
}

.landing-hero p {
    max-width: clamp(340px, 40.6vw, 585px);
    margin: 38px 0 0;
    color: #050505;
    font-size: clamp(16px, 1.97vw, 24px);
    line-height: 1.32;
}

.hero-actions {
    gap: 10px;
    justify-content: center;
    margin-top: 42px;
}

.disconnect-section {
    position: relative;
    z-index: 1;
    grid-template-columns: 406px minmax(0, 560px);
    justify-content: center;
    gap: 56px;
    padding: 0 0 98px;
}

.sketch-card {
    min-height: 0;
}

.sketch-card img {
    width: min(100%, 406px);
}

.disconnect-copy h2 {
    margin: 0;
    color: #232024;
    font-size: clamp(28px, 4vw, 60px);
    line-height: 1.07;
}

.disconnect-copy p {
    max-width: clamp(310px, 38.9vw, 560px);
    margin: 30px 0 0;
    font-size: clamp(16px, 2.21vw, 27px);
    line-height: 1.2;
}

.designed-section {
    max-width: 1500px;
    padding: 0 0 105px;
}

.designed-panel {
    position: relative;
    isolation: isolate;
    padding: 88px 42px 0;
    overflow: hidden;
    border-radius: 18px;
    color: #fff;
    text-align: center;
    background: radial-gradient(circle at 78% 54%, rgba(0, 0, 0, 0.26), transparent 22%),
        linear-gradient(90deg, #6c7dff, #2731ff 53%, #6d83ff);
}

.designed-panel::before {
    content: "";
    position: absolute;
    right: 7%;
    top: 38%;
    z-index: 0;
    display: block;
    width: 445px;
    height: 378px;
    pointer-events: none;
    background: url("../img/gradient.png") center / contain no-repeat;
    opacity: 0.72;
    transform: rotate(-17deg);
}

.designed-panel > * {
    position: relative;
    z-index: 2;
}

.designed-panel h2 {
    margin: 0;
    font-size: clamp(28px, 4.3vw, 73px);
    font-weight: 900;
    line-height: 1.05;
}

.designed-panel h2 span {
    color: #7cf187;
}

.designed-panel p {
    max-width: clamp(310px, 49.3vw, 710px);
    margin: 30px auto 0;
    font-size: clamp(16px, 2.05vw, 25px);
    line-height: 1.3;
}

.designed-panel .floating-label {
    position: absolute !important;
    left: var(--floating-label-left) !important;
    top: var(--floating-label-top) !important;
    z-index: 1;
}

.pill-note {
    display: none;
}

.designed-cards {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: center;
    justify-items: stretch;
    gap: clamp(10px, 1.25vw, 18px);
    width: min(80%, 635px);
    max-width: 100%;
    margin: 64px auto 0;
}

.designed-cards article {
    width: 100%;
    min-width: 0;
    min-height: 275px;
    padding: 48px clamp(14px, 1.67vw, 24px) 36px;
    border-radius: 14px 14px 0 0;
    color: #242124;
    background: linear-gradient(180deg, #ffffff 0%, #dce3ff 100%);
}

.designed-cards img {
    display: block;
    width: 118px;
    height: 106px;
    margin: 0 auto;
    object-fit: contain;
}

.designed-cards p {
    margin: 28px 0 0;
    font-size: clamp(16px, 1.64vw, 20px);
    line-height: 1.16;
}

.built-section {
    padding: 0;
    text-align: center;
}

.built-section h2 {
    margin: 0;
    font-size: clamp(28px, 4.4vw, 76px);
    font-weight: 900;
    line-height: 1.12;
}

.built-section h2 em {
    font-weight: 400;
}

.built-section h2 span {
    color: #7180ff;
}

.icon-marquee {
    --icon-marquee-gap: 92px;
    --icon-marquee-size: 90px;
    --icon-marquee-duration: 24s;
    --icon-marquee-distance: 1212px;
    --icon-marquee-edge: max(0px, calc((100vw - 1500px) / 2));
    --icon-marquee-fade: clamp(48px, 8vw, 140px);
    width: 100vw;
    max-width: none;
    margin: 88px 0 0 calc(50% - 50vw);
    overflow: hidden;
    -webkit-mask-image: linear-gradient(
        90deg,
        transparent 0,
        transparent var(--icon-marquee-edge),
        #000 calc(var(--icon-marquee-edge) + var(--icon-marquee-fade)),
        #000 calc(100% - var(--icon-marquee-edge) - var(--icon-marquee-fade)),
        transparent calc(100% - var(--icon-marquee-edge)),
        transparent 100%
    );
    mask-image: linear-gradient(
        90deg,
        transparent 0,
        transparent var(--icon-marquee-edge),
        #000 calc(var(--icon-marquee-edge) + var(--icon-marquee-fade)),
        #000 calc(100% - var(--icon-marquee-edge) - var(--icon-marquee-fade)),
        transparent calc(100% - var(--icon-marquee-edge)),
        transparent 100%
    );
}

.icon-marquee__track {
    display: flex;
    align-items: center;
    width: max-content;
    margin-left: var(--icon-marquee-edge);
    animation: iconMarquee var(--icon-marquee-duration) linear infinite;
    will-change: transform;
}

.icon-marquee__group {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: var(--icon-marquee-gap);
    padding-right: var(--icon-marquee-gap);
}

.icon-marquee__track img {
    flex: 0 0 auto;
    width: var(--icon-marquee-size);
    height: var(--icon-marquee-size);
    object-fit: contain;
}

@keyframes iconMarquee {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(calc(var(--icon-marquee-distance) * -1), 0, 0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .icon-marquee__track {
        animation: none;
    }

    .product-copy article,
    .product-visual img,
    .product-visual-swap,
    .product-visual-swap__image,
    .product-mobile-card,
    .product-mobile-card img,
    .feature-grid article,
    .feature-image-swap__image,
    .feature-mobile-swap__image {
        transition: none;
        transform: none;
    }
}

.product-stage {
    grid-template-columns: 0.82fr 1fr;
    gap: 72px;
}

.product-section {
    height: auto;
    padding: var(--product-section-gap) 0;
}

.feature-grid {
    gap: 46px;
    padding-bottom: 145px;
}

.control-section {
    padding: 100px 0 60px;
}

.control-section h2 {
    margin-bottom: 48px;
}

.audience-grid {
    gap: 22px;
}

.audience-grid article {
    min-height: 590px;
    padding: 48px 45px 42px;
}

.audience-grid h3 {
    font-size: clamp(28px, 3.44vw, 42px);
}

.audience-grid p {
    font-size: clamp(16px, 1.72vw, 21px);
    line-height: 1.35;
}

.audience-grid strong {
    font-family: Haffer Bold, Haffer VF, Arial, sans-serif;
    font-weight: 900;
}

.bottom-cta {
    padding: 58px 0 96px;
}

.bottom-cta h2 {
    font-size: clamp(22px, 3.1vw, 52px);
}

@media (max-width: 991px) {
    .landing-container {
        width: calc(100% - 32px);
        max-width: 1000px;
    }

    .landing-hero {
        padding: 138px 0 54px;
    }

    .hero-long-shadow-canvas,
    .hero-long-shadow-blur,
    .hero-long-shadow-fade {
        display: none;
    }

    .landing-hero h1 {
        font-size: 58px;
    }

    .landing-hero p {
        font-size: clamp(16px, 2.6vw, 20px);
    }

    .disconnect-section,
    .audience-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .product-section {
        height: auto;
        min-height: auto;
    }

    .product-stage {
        position: static;
        grid-template-columns: 1fr;
        gap: 34px;
        height: auto;
    }

    .product-copy {
        min-height: auto;
    }

    .product-copy article {
        min-height: auto;
        opacity: 1;
    }

    .product-visual {
        position: relative;
        top: auto;
        height: 450px;
        min-height: 450px;
    }

    .product-scroll-steps {
        display: none;
    }

    .disconnect-section {
        padding-bottom: 54px;
        text-align: center;
    }

    .disconnect-copy p {
        margin-right: auto;
        margin-left: auto;
        font-size: clamp(16px, 2.21vw, 27px);
    }

    .disconnect-copy {
        order: 2;
    }

    .sketch-card {
        order: 1;
    }

    .designed-panel {
        min-height: auto;
        padding: 58px 26px 0;
    }

    .floating-label {
        display: none;
    }

    .designed-cards {
        position: relative;
        z-index: 3;
        gap: clamp(8px, 1.8vw, 18px);
        width: min(80%, 635px);
        max-width: 100%;
        margin-top: 38px;
        margin-right: auto;
        margin-left: auto;
        transform: none;
    }

    .designed-cards article {
        padding-right: clamp(10px, 2vw, 18px);
        padding-left: clamp(10px, 2vw, 18px);
    }

    .icon-marquee {
        --icon-marquee-gap: 56px;
        margin-top: 54px;
    }
}

@media (max-width: 720px) and (min-width: 578px) {
    .designed-cards {
        width: min(100%, 635px);
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .bottom-cta .landing-container.bottom-cta__inner {
        padding-left: clamp(42px, 5vw, 72px);
        padding-right: clamp(42px, 5vw, 72px);
    }
}

@media (max-width: 577px) {
    .landing-main {
        --mobile-title-lg: 48px;
        --mobile-title-md: 28px;
        --mobile-title-sm: 21px;
        --mobile-body: 16px;
        --mobile-body-sm: 11px;
        --mobile-body-xs: 9px;
        --mobile-pill-height: 42px;
        --mobile-pill-font: 14px;
        --mobile-pill-pad: 14px;
        --mobile-section-gutter: 20px;
    }

    .landing-container {
        width: 100%;
        max-width: 100%;
        padding-left: var(--mobile-section-gutter);
        padding-right: var(--mobile-section-gutter);
    }

    .control-section .landing-container,
    .bottom-cta .landing-container {
        width: 100%;
        max-width: 100%;
        padding-left: var(--mobile-section-gutter);
        padding-right: var(--mobile-section-gutter);
    }

    .landing-hero,
    .disconnect-section,
    .designed-section,
    .built-section,
    .product-section,
    .feature-mobile-stack,
    .feature-grid {
        width: 100%;
        max-width: 100%;
        padding-left: var(--mobile-section-gutter);
        padding-right: var(--mobile-section-gutter);
    }

    .landing-btn {
        min-width: 0;
        min-height: var(--mobile-pill-height);
        padding: 0 var(--mobile-pill-pad);
        font-size: var(--mobile-pill-font);
        line-height: 1;
    }

    .landing-hero {
        padding-top: 120px;
        padding-bottom: 42px;
    }

    .landing-hero h1 {
        font-size: var(--mobile-title-lg);
        line-height: 0.9;
    }

    .landing-hero p {
        width: 100%;
        max-width: clamp(340px, 87.2vw, 340px);
        margin-top: 24px;
        font-size: clamp(var(--mobile-body), 4.1vw, var(--mobile-body));
        line-height: 1.35;
    }

    .hero-actions {
        width: 100%;
        max-width: 344px;
        flex-direction: row;
        gap: 8px;
        margin-top: 26px;
    }

    .hero-actions .landing-btn {
        flex: 1;
    }

    .disconnect-section {
        padding-bottom: 0;
        row-gap: 0;
        column-gap: 0;
    }

    .sketch-card {
        min-height: 0;
        margin-bottom: 20px;
        line-height: 0;
    }

    .sketch-card img {
        display: block;
        width: min(100%, 270px);
    }

    .disconnect-copy {
        margin-top: 0;
    }

    .disconnect-copy h2 {
        margin-top: 0;
        font-size: var(--mobile-title-md);
        line-height: 1.05;
    }

    .disconnect-copy p {
        margin: 12px auto 0;
        font-size: clamp(var(--mobile-body), 4.1vw, var(--mobile-body));
        line-height: 1.35;
    }

    .designed-section {
        width: 100vw;
        max-width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        padding-left: 0;
        padding-right: 0;
        padding-top: 30px;
        padding-bottom: 44px;
    }

    .designed-panel {
        position: relative;
        width: 100%;
        min-height: 520px;
        margin-left: 0;
        padding: 30px 16px 210px;
        overflow: hidden;
        border-radius: 0;
    }

    .designed-panel::before {
        right: -42px;
        top: 185px;
        width: 280px;
        height: 238px;
        opacity: 0.86;
    }

    .designed-panel h2 {
        margin-top: 20px;
        font-size: var(--mobile-title-md);
        font-style: italic;
        line-height: 1.13;
    }

    .designed-panel p {
        max-width: clamp(310px, 79.5vw, 310px);
        margin-top: 16px;
        font-size: clamp(var(--mobile-body), 4.1vw, var(--mobile-body));
        line-height: 1.35;
    }

    .pill-note {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 118px;
        min-height: 34px;
        padding: 0 18px;
        margin-top: 28px;
        border-radius: 999px;
        color: #fff;
        font-size: 16px;
        line-height: 1;
        background: #01010c;
        opacity: 1;
        transition: opacity 220ms ease, transform 220ms ease;
    }

    .pill-note.is-changing {
        opacity: 0;
        transform: translateY(4px);
    }

    .designed-cards {
        position: absolute;
        z-index: 3;
        left: 50%;
        bottom: -10px;
        display: block;
        width: 360px;
        height: 188px;
        margin: 0;
        perspective: 850px;
        -webkit-perspective: 850px;
        transform-style: preserve-3d;
        -webkit-transform-style: preserve-3d;
        transform: translate3d(-50%, 0, 0);
        isolation: isolate;
    }

    .designed-cards article {
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 148px;
        min-height: 202px;
        padding: 43px 13px 49px;
        border: 1px solid rgba(255, 255, 255, 0.92);
        border-radius: 8px 8px 0 0;
        background: linear-gradient(90deg, #ffffff 0%, #ebeeff 100%);
        transform-origin: center bottom;
        transform-style: preserve-3d;
        -webkit-transform-style: preserve-3d;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        opacity: 1;
        transition: transform 720ms cubic-bezier(0.2, 0.72, 0.2, 1), background 720ms ease, opacity 240ms ease;
        will-change: transform, opacity;
    }

    .designed-cards img {
        width: 106px;
        height: 94px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        transform: translate3d(0, 0, 0);
    }

    .designed-cards p {
        display: none;
    }

    .designed-cards article.is-active {
        z-index: 3;
        background: linear-gradient(90deg, #ffffff 0%, #ebeeff 100%);
        transform: translate3d(-136px, 0, 90px) rotateY(-28deg);
    }

    .designed-cards article.is-next {
        z-index: 2;
        background: linear-gradient(90deg, #f7f8ff 0%, #dce3ff 100%);
        transform: translate3d(-62px, 0, 24px) rotateY(-28deg);
    }

    .designed-cards article.is-prev {
        z-index: 1;
        background: linear-gradient(90deg, #eef2ff 0%, #cdd7ff 100%);
        transform: translate3d(12px, 0, -40px) rotateY(-28deg);
    }

    .designed-cards article.is-exiting {
        z-index: 4;
        opacity: 0;
        background: linear-gradient(90deg, #ffffff 0%, #ebeeff 100%);
        transition: transform 240ms cubic-bezier(0.3, 0.7, 0.2, 1), opacity 180ms ease;
        transform: translate3d(-200px, -14px, 0) rotateY(-20deg) scale(1.08);
    }

    .designed-cards article.is-entering {
        opacity: 0;
        transition: none;
    }

    .built-section {
        padding-bottom: 32px;
        margin-bottom: 0;
    }

    .built-section h2 {
        font-size: var(--mobile-title-md);
        line-height: 1.08;
    }

    .icon-marquee {
        --icon-marquee-gap: 32px;
        --icon-marquee-size: 44px;
        --icon-marquee-duration: 18s;
        margin-top: 22px;
    }

    .product-section {
        gap: 28px;
        height: auto;
        padding-top: 0;
        padding-bottom: 0;
    }

    .product-stage,
    .product-scroll-steps {
        display: none;
    }

    .product-mobile-stack {
        --product-mobile-nav-offset: 66px;
        --product-mobile-title-height: 54px;
        --product-mobile-card-height: 500px;
        --product-mobile-card-2-top: 136px;
        --product-mobile-card-3-top: 190px;
        --product-mobile-stack-height: 1700px;
        display: block;
        position: relative;
        min-height: var(--product-mobile-stack-height);
    }

    .product-mobile-stack__flow {
        position: relative;
        min-height: var(--product-mobile-stack-height);
    }

    .product-mobile-card {
        --product-mobile-card-top: var(--product-mobile-nav-offset);
        position: sticky;
        top: var(--product-mobile-card-top);
        z-index: 1;
        display: flex;
        flex-direction: column;
        width: 100vw;
        height: var(--product-mobile-card-height);
        min-height: 500px;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        padding: 20px;
        border-bottom: 0;
        background: #f7f7f8;
        overflow: hidden;
        box-shadow: 0 -14px 18px -18px rgba(0, 0, 0, 0.42);
    }

    .product-mobile-card:first-child {
        box-shadow: none;
    }

    .product-mobile-card:first-child,
    .product-mobile-card:nth-child(2) {
        height: 550px;
        padding-bottom: 70px;
    }

    .product-mobile-card + .product-mobile-card {
        border-top: 1px solid rgba(0, 0, 0, 0.14);
    }

    .product-mobile-card:nth-child(2) {
        --product-mobile-card-top: var(--product-mobile-card-2-top);
        z-index: 2;
        margin-top: 50px;
    }

    .product-mobile-card:nth-child(3) {
        --product-mobile-card-top: var(--product-mobile-card-3-top);
        z-index: 3;
        margin-top: 50px;
    }

    .product-mobile-card h3 {
        max-width: 400px;
        margin: 0 auto;
        padding: 12px 20px;
        font-size: var(--mobile-title-sm);
        font-weight: 900;
    }

    .product-mobile-card h3 em {
        font-size: var(--mobile-body);
        font-weight: 400;
    }

    .product-mobile-card p {
        max-width: 400px;
        margin: 6px auto 0;
        padding: 0 20px;
        font-size: clamp(var(--mobile-body), 4.1vw, var(--mobile-body));
        line-height: 1.3;
    }

    .product-mobile-card p + p {
        margin-top: 10px;
        color: #777;
        font-size: clamp(14px, 3.6vw, 14px);
        line-height: 1.35;
    }

    .product-mobile-card img {
        display: block;
        width: 100%;
        flex: 1;
        min-height: 0;
        margin: 20px auto 0;
        object-fit: contain;
    }

    .product-mobile-card .product-visual-swap {
        width: 100%;
        flex: 1;
        min-height: 0;
        max-height: none;
        margin: 20px auto 0;
        z-index: 1;
        overflow: visible;
    }

    .product-mobile-card h3,
    .product-mobile-card p {
        position: relative;
        z-index: 2;
    }

    .product-mobile-card .product-visual-swap__image {
        inset: 50% auto auto 50%;
        width: 120%;
        height: 120%;
        transform: translate3d(-50%, -42%, 0);
    }

    .feature-grid {
        display: none;
    }

    .feature-mobile-stack {
        --feature-mobile-nav-offset: 66px;
        --feature-mobile-title-height: 54px;
        --feature-mobile-card-height: 500px;
        --feature-mobile-card-2-top: 136px;
        --feature-mobile-card-3-top: 190px;
        --feature-mobile-stack-height: 1500px;
        display: block;
        position: relative;
        min-height: var(--feature-mobile-stack-height);
    }

    .feature-mobile-stack__flow {
        position: relative;
        min-height: var(--feature-mobile-stack-height);
    }

    .feature-mobile-card {
        --feature-mobile-card-top: var(--feature-mobile-nav-offset);
        position: sticky;
        top: var(--feature-mobile-card-top);
        z-index: 1;
        display: flex;
        flex-direction: column;
        width: 100vw;
        height: var(--feature-mobile-card-height);
        min-height: 500px;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        padding: 20px;
        border-bottom: 0;
        background: #f7f7f8;
        overflow: hidden;
        box-shadow: 0 -14px 18px -18px rgba(0, 0, 0, 0.42);
    }

    .feature-mobile-card:first-child,
    .feature-mobile-card + .feature-mobile-card {
        border-top: 1px solid rgba(0, 0, 0, 0.14);
    }

    .feature-mobile-card:nth-child(2) {
        --feature-mobile-card-top: var(--feature-mobile-card-2-top);
        z-index: 2;
    }

    .feature-mobile-card:nth-child(3) {
        --feature-mobile-card-top: var(--feature-mobile-card-3-top);
        z-index: 3;
    }

    .feature-mobile-card h3 {
        max-width: 400px;
        margin: 0 auto;
        padding: 12px 20px;
        font-size: var(--mobile-title-sm);
        font-weight: 900;
    }

    .feature-mobile-card p {
        max-width: 400px;
        margin: 6px auto 0;
        padding: 0 20px;
        font-size: clamp(var(--mobile-body), 4.1vw, var(--mobile-body));
        line-height: 1.3;
    }

    .feature-mobile-card p + p {
        margin-top: 10px;
        color: #777;
        font-size: clamp(14px, 3.6vw, 14px);
        line-height: 1.35;
    }

    .feature-mobile-card img {
        display: block;
        width: 100%;
        flex: 1;
        min-height: 0;
        margin: 20px auto 0;
        object-fit: contain;
    }

    .control-section {
        padding: 0;
    }

    .control-section .landing-container > h2,
    .audience-grid {
        display: none;
    }

    .audience-mobile-scroll {
        display: block;
        position: relative;
        width: 100vw;
        height: calc(100svh + min(80vw, 320px));
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
    }

    .audience-mobile-stage {
        --audience-mobile-inline: clamp(32px, 10vw, 64px);
        position: sticky;
        top: 0;
        width: 100%;
        max-width: 100%;
        padding: 100px var(--audience-mobile-inline) 80px;
        overflow: hidden;
        contain: layout paint;
        scrollbar-width: none;
    }

    .audience-mobile-stage::-webkit-scrollbar {
        display: none;
    }

    .audience-mobile-stage h2 {
        margin: 0 0 34px;
        color: #fff;
        font-size: var(--mobile-title-md);
        line-height: 1.08;
    }

    .audience-mobile-track {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        width: max-content;
        padding-left: 0;
        padding-right: var(--audience-mobile-inline);
        transform: translate3d(0, 0, 0);
        will-change: transform;
        backface-visibility: hidden;
        contain: layout paint;
    }

    .audience-mobile-card {
        flex: 0 0 min(78vw, 380px);
        max-width: 380px;
    }

    .audience-mobile-card:last-child {
        margin-right: var(--audience-mobile-inline);
    }

    .audience-mobile-card-art {
        min-height: 350px;
        padding: 22px 18px;
        border-radius: 14px;
        background: #f7f8ff;
        overflow: hidden;
    }

    .audience-mobile-card h3 {
        margin: 0;
        color: #050505;
        font-size: 28px;
        font-weight: 900;
        line-height: 1.05;
    }

    .audience-mobile-card:first-child h3 {
        color: #7281ff;
    }

    .audience-mobile-card img {
        display: block;
        width: 100%;
        height: 250px;
        margin: 20px auto 0;
        object-fit: contain;
    }

    .audience-mobile-card p {
        margin: 28px 0 0;
        padding: 0 20px;
        color: rgba(255, 255, 255, 0.68);
        font-size: clamp(var(--mobile-body), 4.1vw, var(--mobile-body));
        line-height: 1.32;
    }

    .audience-mobile-card strong {
        color: rgba(255, 255, 255, 0.8);
        font-family: Haffer Bold, Haffer VF, Arial, sans-serif;
        font-weight: 900;
    }

    .bottom-cta {
        padding: 45px 0;
        text-align: center;
    }

    .bottom-cta__inner {
        gap: 16px;
    }

    .bottom-cta__eyebrow {
        font-size: clamp(var(--mobile-body), 4.1vw, var(--mobile-body));
        line-height: 1.35;
    }

    .bottom-cta h2 {
        max-width: 330px;
        margin: 0 auto;
        font-size: 22px;
        line-height: 1.12;
    }

    .bottom-cta__lower {
        gap: 14px;
    }

    .bottom-cta__tag {
        font-size: clamp(14px, 3.6vw, 14px);
        line-height: 1.2;
    }

    .bottom-cta__actions {
        width: 100%;
        max-width: 344px;
        margin: 0 auto;
        flex-direction: row;
        gap: 8px;
    }

    .bottom-cta__actions .landing-btn {
        flex: 1;
    }

}

/* Final paragraph font-size enforcement for active landing sections. */
.landing-main .landing-hero p {
    font-size: clamp(16px, 1.97vw, 24px);
    max-width: clamp(340px, 40.6vw, 585px);
}

.landing-main .disconnect-copy p {
    font-size: clamp(16px, 2.21vw, 27px);
    max-width: clamp(310px, 38.9vw, 560px);
}

.landing-main .product-copy p {
    font-size: clamp(14px, 1.56vw, 19px);
}

.landing-main .feature-grid p + p {
    margin-top: 28px;
    font-size: clamp(14px, 1.56vw, 19px);
    max-width: clamp(280px, 22.9vw, 330px);
}

@media (max-width: 991px) {
    .landing-main {
        text-align: center;
    }

    .landing-main .landing-hero p {
        font-size: clamp(16px, 2.6vw, 20px);
        max-width: clamp(340px, 44.7vw, 585px);
    }

    .landing-main .disconnect-copy p {
        font-size: clamp(16px, 2.21vw, 27px);
        max-width: clamp(310px, 73.7vw, 560px);
    }
}

@media (min-width: 578px) and (max-width: 991px) {
    .product-feature-combo {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px;
        width: calc(100% - 32px);
        max-width: 1000px;
        margin: 48px auto 0;
        padding-bottom: 72px;
    }

    .product-section {
        display: contents;
        height: auto;
        padding: 0;
    }

    .product-stage,
    .product-scroll-steps {
        display: none;
    }

    .product-mobile-stack {
        display: contents;
        min-height: 0;
    }

    .product-mobile-stack__flow {
        display: contents;
        min-height: 0;
        position: static;
    }

    .product-mobile-card {
        position: static;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: auto;
        height: auto;
        min-height: 0;
        margin: 0;
        padding: 24px;
        overflow: hidden;
        border: 1px solid rgba(0, 0, 0, 0.08);
        border-radius: 8px;
        background: #f7f7f8;
        box-shadow: none;
    }

    .product-mobile-card h3,
    .product-mobile-card p,
    .feature-grid h3,
    .feature-grid p {
        width: 100%;
        max-width: clamp(280px, 22.9vw, 330px);
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .product-mobile-card h3,
    .feature-grid h3 {
        margin-top: 0;
        font-size: clamp(21px, 2.21vw, 27px);
        font-weight: 900;
        line-height: 1.05;
    }

    .product-mobile-card p,
    .feature-grid p {
        margin-top: 6px;
        font-size: clamp(16px, 1.89vw, 23px);
        line-height: 1.25;
    }

    .product-mobile-card p + p,
    .feature-grid p + p {
        margin-top: 10px;
        color: #777;
        font-size: clamp(14px, 1.56vw, 19px);
        line-height: 1.35;
    }

    .product-mobile-card img {
        display: block;
        width: 100%;
        max-height: 260px;
        margin: 22px auto 0;
        object-fit: contain;
    }

    .product-mobile-card .product-visual-swap {
        width: 100%;
        aspect-ratio: 560 / 540;
        max-height: 260px;
        margin: 22px auto 0;
    }

    .product-mobile-card .product-visual-swap:hover .product-visual-swap__image:nth-child(2) {
        opacity: 1;
    }

    .product-mobile-card .product-visual-swap:hover .product-visual-swap__image.is-active:first-child {
        opacity: 0;
    }

    .feature-grid {
        display: contents;
        max-width: none;
        padding: 0;
    }

    .feature-grid article {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 24px;
        overflow: hidden;
        border: 1px solid rgba(0, 0, 0, 0.08);
        border-radius: 8px;
        background: #f7f7f8;
    }

    .feature-grid .feature-image {
        width: 100%;
        min-height: 0;
        aspect-ratio: 560 / 540;
        max-height: 260px;
        order: 2;
        margin-top: 22px;
        background: transparent;
    }

    .feature-grid h3,
    .feature-grid p {
        order: 1;
    }

    .landing-main .feature-grid p + p {
        margin-top: 10px;
    }

    .feature-grid .feature-image-swap__image {
        inset: 0;
        width: 100%;
        height: 100%;
        transform: none;
    }

    .bottom-cta .landing-container {
        width: 70%;
    }

    .audience-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(380px, 1fr));
        gap: 22px;
    }

    .audience-grid article {
        min-width: 380px;
        min-height: auto;
        padding: 40px;
    }

    .audience-art {
        height: 250px;
        margin: 30px auto;
    }

    .bottom-cta {
        padding: 50px 0;
    }

    .bottom-cta__inner {
        gap: 22px;
    }

    .bottom-cta__copy {
        gap: 22px;
    }

    .bottom-cta__lower {
        gap: 10px;
    }

    .bottom-cta__actions {
        margin-top: 20px;
    }

    .bottom-cta__mobile-break {
        display: none;
    }
}

@media (min-width: 578px) and (max-width: 813px) {
    .control-section {
        padding: 0;
    }

    .control-section .landing-container > h2,
    .audience-grid {
        display: none;
    }

    .audience-mobile-scroll {
        display: block;
        position: relative;
        width: 100vw;
        height: calc(100svh + min(40vw, 200px));
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
    }

    .audience-mobile-stage {
        position: sticky;
        top: 0;
        width: 100%;
        max-width: 100%;
        padding: 100px 64px 80px;
        overflow: hidden;
        contain: layout paint;
        scrollbar-width: none;
    }

    .audience-mobile-track {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        width: max-content;
        padding-left: 0;
        padding-right: 64px;
        transform: translate3d(0, 0, 0);
        will-change: transform;
        backface-visibility: hidden;
        contain: layout paint;
    }

    .audience-mobile-card {
        flex: 0 0 380px;
        max-width: 380px;
    }

    .audience-mobile-card:last-child {
        margin-right: 64px;
    }

    .audience-mobile-stage h2 {
        margin: 0 0 34px;
        color: #fff;
        font-size: clamp(28px, 3.44vw, 42px);
        line-height: 1.08;
    }

    .audience-mobile-card-art {
        min-height: 350px;
        padding: 22px 18px;
        border-radius: 14px;
        background: #f7f8ff;
        overflow: hidden;
    }

    .audience-mobile-card h3 {
        margin: 0;
        color: #050505;
        font-size: 28px;
        font-weight: 900;
        line-height: 1.05;
    }

    .audience-mobile-card:first-child h3 {
        color: #7281ff;
    }

    .audience-mobile-card img {
        display: block;
        width: 100%;
        height: 250px;
        margin: 20px auto 0;
        object-fit: contain;
    }

    .audience-mobile-card p {
        margin: 28px 0 0;
        padding: 0 20px;
        color: rgba(255, 255, 255, 0.68);
        font-size: clamp(16px, 2.21vw, 27px);
        line-height: 1.32;
    }

    .audience-mobile-card strong {
        color: rgba(255, 255, 255, 0.8);
        font-family: Haffer Bold, Haffer VF, Arial, sans-serif;
        font-weight: 900;
    }
}

@media (max-width: 577px) {
    .landing-main .landing-hero p,
    .landing-main .disconnect-copy p,
    .landing-main .designed-panel p,
    .landing-main .product-copy p {
        font-size: clamp(var(--mobile-body), 4.1vw, var(--mobile-body));
    }

    .landing-main .landing-hero p {
        max-width: clamp(340px, 87.2vw, 340px);
    }

    .landing-main .disconnect-copy p,
    .landing-main .designed-panel p {
        max-width: clamp(310px, 79.5vw, 310px);
    }

    .landing-main .product-copy p {
        max-width: clamp(300px, 87.2vw, 340px);
    }

    .landing-main .feature-grid p + p {
        font-size: clamp(14px, 3.6vw, 14px);
        max-width: clamp(280px, 71.8vw, 280px);
    }
}
