:root {
    --home-ink: #17141d;
    --home-muted: #6f6979;
    --home-purple: #8e4dff;
    --home-purple-deep: #5f24a8;
    --home-lilac: #c9a7ff;
    --home-surface: #f7f5f9;
    --home-line: rgba(49, 34, 65, .11);
    --home-dark: #111013;
    --home-radius: 24px;
    --home-shadow: 0 28px 80px rgba(45, 21, 75, .14);
}

html {
    scroll-behavior: smooth;
}

.home-simple {
    background: #fff;
    color: var(--home-ink);
}

.home-simple main {
    overflow: hidden;
}

.home-simple .home-header {
    background: rgba(16, 15, 18, .9);
    border-bottom-color: rgba(255, 255, 255, .09);
    box-shadow: none;
}

.home-simple .home-header.is-scrolled {
    box-shadow: 0 12px 34px rgba(0, 0, 0, .16);
}

.home-simple .nav-shell {
    min-height: 78px;
}

.home-simple .brand-logo-original {
    width: min(242px, 38vw);
    height: 54px;
}

.home-simple .site-nav {
    gap: clamp(16px, 1.7vw, 28px);
    font-size: .86rem;
}

.home-simple .site-nav .nav-trial {
    min-height: 42px;
    padding: 0 18px;
    border-radius: 12px;
    background: linear-gradient(135deg, #9a5cff, #7431ce);
    box-shadow: 0 10px 28px rgba(126, 60, 222, .32);
}

.home-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--home-purple-deep);
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .14em;
    line-height: 1.35;
    text-transform: uppercase;
}

.home-eyebrow::before {
    content: "";
    width: 30px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
}

.home-hero {
    position: relative;
    min-height: 680px;
    display: grid;
    align-items: center;
    padding: clamp(72px, 8vw, 118px) 0 clamp(82px, 9vw, 128px);
    color: #fff;
    background:
        linear-gradient(rgba(255,255,255,.032) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.032) 1px, transparent 1px),
        radial-gradient(circle at 78% 32%, rgba(151, 81, 255, .22), transparent 34%),
        linear-gradient(142deg, #111013 0%, #17121f 54%, #21142d 100%);
    background-size: 70px 70px, 70px 70px, auto, auto;
}

.home-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 120px;
    pointer-events: none;
    background: linear-gradient(180deg, transparent, rgba(142, 77, 255, .08));
}

.home-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(2px);
    pointer-events: none;
}

.home-glow-one {
    width: 370px;
    height: 370px;
    top: 5%;
    right: 3%;
    background: rgba(130, 55, 231, .18);
    box-shadow: 0 0 130px rgba(130, 55, 231, .2);
    animation: homeGlow 8s ease-in-out infinite alternate;
}

.home-glow-two {
    width: 220px;
    height: 220px;
    bottom: 4%;
    left: 34%;
    background: rgba(77, 198, 255, .08);
    box-shadow: 0 0 100px rgba(77, 198, 255, .1);
    animation: homeGlow 11s ease-in-out infinite alternate-reverse;
}

@keyframes homeGlow {
    from { transform: translate3d(-10px, -8px, 0) scale(.96); }
    to { transform: translate3d(16px, 12px, 0) scale(1.08); }
}

.home-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(470px, .95fr) minmax(540px, 1.05fr);
    align-items: center;
    gap: clamp(42px, 6vw, 88px);
}

.home-hero-copy {
    position: relative;
    z-index: 3;
}

.home-hero .home-eyebrow,
.home-final .home-eyebrow,
.home-flow .home-eyebrow {
    color: var(--home-lilac);
}

.home-hero-copy h1 {
    max-width: 660px;
    margin: 22px 0 24px;
    font-size: clamp(3rem, 4vw, 4rem);
    font-weight: 850;
    letter-spacing: -.065em;
    line-height: .98;
    overflow-wrap: normal;
}

.home-hero-copy h1 span {
    color: var(--home-lilac);
}

.home-hero-copy > p {
    max-width: 620px;
    margin: 0;
    color: rgba(255, 255, 255, .7);
    font-size: clamp(1rem, 1.25vw, 1.16rem);
    line-height: 1.78;
}

.home-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-top: 32px;
}

.home-button {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 0 22px;
    border: 1px solid transparent;
    border-radius: 14px;
    font-size: .92rem;
    font-weight: 900;
    letter-spacing: -.01em;
    line-height: 1.2;
    text-align: center;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
}

.home-button span {
    font-size: 1.2em;
    transition: transform .22s ease;
}

.home-button:hover {
    transform: translateY(-2px);
}

.home-button:hover span {
    transform: translateX(3px);
}

.home-button-primary {
    color: #fff;
    background: linear-gradient(135deg, #985cff, #7130ca);
    box-shadow: 0 16px 36px rgba(121, 50, 208, .32);
}

.home-button-primary:hover {
    box-shadow: 0 20px 44px rgba(121, 50, 208, .42);
}

.home-button-ghost {
    color: rgba(255, 255, 255, .88);
    border-color: rgba(255, 255, 255, .16);
    background: rgba(255, 255, 255, .06);
}

.home-button-ghost:hover {
    border-color: rgba(255, 255, 255, .28);
    background: rgba(255, 255, 255, .1);
}

.home-button-light {
    width: fit-content;
    color: #201426;
    background: #fff;
    box-shadow: 0 14px 30px rgba(0, 0, 0, .14);
}

.home-button-ghost-dark {
    color: #fff;
    border-color: rgba(255, 255, 255, .19);
    background: rgba(255, 255, 255, .055);
}

.home-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 20px;
    margin-top: 28px;
    color: rgba(255, 255, 255, .62);
    font-size: .76rem;
    font-weight: 700;
}

.home-trust span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.home-trust i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #a971ff;
    box-shadow: 0 0 0 4px rgba(169, 113, 255, .12);
}

.home-hero-visual {
    --tilt-x: 0deg;
    --tilt-y: 0deg;
    position: relative;
    min-width: 0;
    perspective: 1200px;
}

.home-visual-frame {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 45px 100px rgba(0, 0, 0, .42), 0 0 0 8px rgba(255, 255, 255, .025);
    transform: rotateY(var(--tilt-y)) rotateX(var(--tilt-x));
    transform-style: preserve-3d;
    transition: transform .28s ease;
}

.home-visual-frame > img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center top;
}

.home-window-bar {
    min-height: 38px;
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 0 14px;
    color: #77707d;
    background: #f7f5f8;
    border-bottom: 1px solid #e8e3eb;
}

.home-window-bar > span {
    width: 8px;
    height: 8px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #d7d1dc;
}

.home-window-bar > span:nth-child(1) { background: #f193a2; }
.home-window-bar > span:nth-child(2) { background: #f5c86f; }
.home-window-bar > span:nth-child(3) { background: #7bd5a3; }

.home-window-bar em {
    margin-left: 6px;
    font-size: .66rem;
    font-style: normal;
    font-weight: 800;
}

.home-float-card {
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 220px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 16px;
    color: #fff;
    background: rgba(28, 23, 33, .86);
    box-shadow: 0 18px 38px rgba(0, 0, 0, .26);
    backdrop-filter: blur(18px);
}

.home-float-card-top {
    top: -38px;
    right: -26px;
    animation: homeFloat 5.8s ease-in-out infinite;
}

.home-float-card-bottom {
    bottom: -46px;
    left: -34px;
    animation: homeFloat 6.6s ease-in-out -2s infinite;
}

@keyframes homeFloat {
    0%, 100% { transform: translate3d(0, 0, 0); }
    50% { transform: translate3d(0, -8px, 0); }
}

.home-float-card strong,
.home-float-card small {
    display: block;
}

.home-float-card strong {
    margin-bottom: 3px;
    font-size: .78rem;
}

.home-float-card small {
    color: rgba(255, 255, 255, .56);
    font-size: .64rem;
    font-weight: 600;
}

.home-float-icon {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 11px;
    color: #fff;
    background: linear-gradient(135deg, #9d65f8, #6b2fbf);
}

.home-float-live {
    width: 12px;
    height: 12px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #5ddd96;
    box-shadow: 0 0 0 6px rgba(93, 221, 150, .12);
}

.home-proof-strip {
    position: relative;
    z-index: 4;
    border-bottom: 1px solid var(--home-line);
    background: #fff;
}

.home-proof-strip .container {
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(18px, 3.5vw, 52px);
    color: #756f7b;
    font-size: clamp(.72rem, 1vw, .84rem);
    font-weight: 850;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.home-proof-strip i {
    width: 4px;
    height: 4px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #bba7c7;
}

.home-section {
    padding: clamp(78px, 9vw, 132px) 0;
}

.home-section-heading {
    max-width: 760px;
    margin: 0 auto clamp(40px, 5vw, 66px);
    text-align: center;
}

.home-section-heading-left {
    max-width: 720px;
    margin-left: 0;
    text-align: left;
}

.home-section-heading h2,
.home-choice-copy h2,
.home-flow-copy h2,
.home-final-copy h2 {
    margin: 16px 0 18px;
    font-size: clamp(2.25rem, 4vw, 4.25rem);
    font-weight: 850;
    letter-spacing: -.055em;
    line-height: 1.02;
}

.home-section-heading > p,
.home-choice-copy > p,
.home-flow-copy > p,
.home-final-copy > p {
    margin: 0;
    color: var(--home-muted);
    font-size: clamp(.98rem, 1.2vw, 1.08rem);
    line-height: 1.75;
}

.home-product {
    background:
        radial-gradient(circle at 50% 0%, rgba(142, 77, 255, .07), transparent 30%),
        #fff;
}

.home-product-shell {
    overflow: hidden;
    border: 1px solid var(--home-line);
    border-radius: 28px;
    background: #fff;
    box-shadow: var(--home-shadow);
}

.home-product-tabs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-bottom: 1px solid var(--home-line);
    background: #faf9fb;
}

.home-product-tabs button {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px;
    border: 0;
    border-right: 1px solid var(--home-line);
    color: #7b7481;
    background: transparent;
    font-size: .88rem;
    font-weight: 850;
    cursor: pointer;
    transition: color .2s ease, background .2s ease;
}

.home-product-tabs button:last-child {
    border-right: 0;
}

.home-product-tabs button span {
    color: #b2aab7;
    font-size: .64rem;
    letter-spacing: .06em;
}

.home-product-tabs button:hover,
.home-product-tabs button[aria-selected="true"] {
    color: #fff;
    background: linear-gradient(135deg, #201924, #32213e);
}

.home-product-tabs button[aria-selected="true"] span {
    color: #c9a7ff;
}

.home-product-panel {
    min-height: 540px;
    display: grid;
    grid-template-columns: minmax(260px, .36fr) minmax(0, .64fr);
    align-items: center;
    gap: clamp(34px, 5vw, 72px);
    padding: clamp(30px, 5vw, 72px);
    background:
        linear-gradient(130deg, rgba(255,255,255,.98), rgba(249,246,251,.96)),
        #fff;
}

.home-product-copy > span {
    color: var(--home-purple-deep);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.home-product-copy h3 {
    margin: 16px 0;
    font-size: clamp(2rem, 3vw, 3.25rem);
    font-weight: 850;
    letter-spacing: -.05em;
    line-height: 1.05;
}

.home-product-copy p {
    margin: 0 0 26px;
    color: var(--home-muted);
    line-height: 1.72;
}

.home-product-copy a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--home-purple-deep);
    font-size: .86rem;
    font-weight: 900;
}

.home-product-screen {
    overflow: hidden;
    border: 1px solid #ddd6e3;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 28px 60px rgba(58, 34, 78, .18);
}

.home-product-screen.is-changing {
    animation: homeScreenChange .34s ease;
}

@keyframes homeScreenChange {
    0% { opacity: .45; transform: translateY(8px) scale(.99); }
    100% { opacity: 1; transform: translateY(0) scale(1); }
}

.home-product-screen img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center top;
}

.home-pillars {
    background: var(--home-surface);
}

.home-pillar-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.home-pillar-grid article {
    position: relative;
    min-height: 390px;
    padding: clamp(28px, 3.2vw, 44px);
    border: 1px solid var(--home-line);
    border-radius: var(--home-radius);
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 16px 45px rgba(53, 35, 65, .055);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.home-pillar-grid article:hover {
    transform: translateY(-6px);
    border-color: rgba(117, 54, 187, .2);
    box-shadow: 0 25px 60px rgba(53, 35, 65, .1);
}

.home-card-number {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    color: var(--home-purple-deep);
    background: #f1e8ff;
    font-size: .74rem;
    font-weight: 900;
}

.home-pillar-grid h3 {
    margin: 38px 0 14px;
    font-size: clamp(1.45rem, 2vw, 1.9rem);
    letter-spacing: -.04em;
}

.home-pillar-grid p {
    margin: 0;
    color: var(--home-muted);
    line-height: 1.68;
}

.home-pillar-grid ul {
    display: grid;
    gap: 11px;
    margin: 26px 0 0;
    padding: 0;
    list-style: none;
}

.home-pillar-grid li {
    position: relative;
    padding-left: 20px;
    color: #4f4855;
    font-size: .86rem;
    font-weight: 750;
}

.home-pillar-grid li::before {
    content: "";
    position: absolute;
    top: .54em;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--home-purple);
    box-shadow: 0 0 0 4px rgba(142, 77, 255, .1);
}

.home-flow {
    color: #fff;
    background: #fff;
}

.home-flow-shell {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(300px, .8fr) minmax(420px, 1.2fr);
    gap: clamp(48px, 8vw, 110px);
    padding: clamp(48px, 7vw, 92px);
    border-radius: 32px;
    background:
        radial-gradient(circle at 88% 15%, rgba(177, 119, 255, .22), transparent 28%),
        linear-gradient(138deg, #171319 0%, #21162a 56%, #301840 100%);
    box-shadow: 0 36px 90px rgba(45, 22, 60, .2);
}

.home-flow-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
    background-size: 62px 62px;
    mask-image: linear-gradient(90deg, transparent, #000 50%, #000);
}

.home-flow-copy,
.home-flow-steps {
    position: relative;
    z-index: 2;
}

.home-flow-copy > p {
    color: rgba(255, 255, 255, .62);
}

.home-flow-copy .home-button {
    margin-top: 28px;
}

.home-flow-steps {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-flow-steps li {
    position: relative;
    min-height: 76px;
    display: grid;
    grid-template-columns: 48px 1fr;
    align-items: start;
    gap: 18px;
}

.home-flow-steps li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 42px;
    bottom: -1px;
    left: 23px;
    width: 1px;
    background: linear-gradient(#8e4dff, rgba(142, 77, 255, .18));
}

.home-flow-steps li > span {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    z-index: 2;
    border: 1px solid rgba(195, 154, 255, .24);
    border-radius: 15px;
    color: #d7baff;
    background: rgba(151, 83, 242, .11);
    font-size: .78rem;
    font-weight: 900;
}

.home-flow-steps strong,
.home-flow-steps small {
    display: block;
}

.home-flow-steps strong {
    margin: 2px 0 3px;
    font-size: 1rem;
}

.home-flow-steps small {
    color: rgba(255, 255, 255, .53);
    font-size: .76rem;
    font-weight: 650;
}

.home-choice {
    background:
        radial-gradient(circle at 0 100%, rgba(142, 77, 255, .08), transparent 26%),
        #fff;
}

.home-choice-grid {
    display: grid;
    grid-template-columns: minmax(340px, .9fr) minmax(460px, 1.1fr);
    align-items: center;
    gap: clamp(50px, 8vw, 110px);
}

.home-choice-copy > p {
    max-width: 570px;
}

.home-choice-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.home-choice-cards a {
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px;
    border: 1px solid var(--home-line);
    border-radius: 20px;
    color: var(--home-ink);
    background: #fff;
    box-shadow: 0 15px 38px rgba(58, 40, 68, .06);
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.home-choice-cards a:hover {
    transform: translateY(-4px);
    border-color: rgba(142, 77, 255, .28);
    box-shadow: 0 22px 48px rgba(58, 40, 68, .11);
}

.home-choice-cards a > span {
    font-size: 1.03rem;
    font-weight: 850;
    letter-spacing: -.025em;
}

.home-choice-cards a > strong {
    color: var(--home-purple-deep);
    font-size: .73rem;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.home-choice-cards .home-choice-featured {
    color: #fff;
    border-color: transparent;
    background: linear-gradient(135deg, #7e3bd3, #522080);
    box-shadow: 0 22px 48px rgba(93, 36, 140, .22);
}

.home-choice-cards .home-choice-featured > strong {
    color: #e5d1ff;
}

.home-choice-featured b {
    display: inline-block;
    margin-left: 5px;
    font-size: 1.2em;
}

.home-faq {
    border-top: 1px solid var(--home-line);
    background: var(--home-surface);
}

.home-faq-grid {
    display: grid;
    grid-template-columns: minmax(280px, .72fr) minmax(480px, 1.28fr);
    gap: clamp(48px, 8vw, 110px);
}

.home-faq .home-section-heading {
    margin-bottom: 0;
}

.home-faq-list {
    display: grid;
    align-content: start;
    gap: 12px;
}

.home-faq-list details {
    border: 1px solid var(--home-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(47, 31, 57, .04);
}

.home-faq-list summary {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 22px;
    color: #302a35;
    font-size: .95rem;
    font-weight: 850;
    cursor: pointer;
    list-style: none;
}

.home-faq-list summary::-webkit-details-marker {
    display: none;
}

.home-faq-list summary span {
    position: relative;
    width: 28px;
    height: 28px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #f1ebf7;
}

.home-faq-list summary span::before,
.home-faq-list summary span::after {
    content: "";
    position: absolute;
    top: 13px;
    left: 8px;
    width: 12px;
    height: 2px;
    border-radius: 2px;
    background: #6e387f;
    transition: transform .2s ease;
}

.home-faq-list summary span::after {
    transform: rotate(90deg);
}

.home-faq-list details[open] summary span::after {
    transform: rotate(0);
}

.home-faq-list details p {
    margin: -2px 22px 22px;
    padding-right: 50px;
    color: var(--home-muted);
    font-size: .9rem;
    line-height: 1.7;
}

.home-final {
    position: relative;
    overflow: hidden;
    padding: clamp(82px, 9vw, 130px) 0;
    color: #fff;
    background:
        linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
        linear-gradient(135deg, #111013, #21152b 65%, #321747);
    background-size: 72px 72px, 72px 72px, auto;
}

.home-glow-final {
    width: 460px;
    height: 460px;
    top: -180px;
    right: 5%;
    background: rgba(144, 76, 239, .18);
    box-shadow: 0 0 150px rgba(144, 76, 239, .2);
}

.home-final-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(340px, .9fr) minmax(480px, 1.1fr);
    align-items: center;
    gap: clamp(48px, 8vw, 110px);
}

.home-final-copy > p {
    max-width: 580px;
    color: rgba(255, 255, 255, .62);
}

.home-lead-form {
    display: grid;
    gap: 16px;
    padding: clamp(26px, 3vw, 38px);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 24px;
    color: #fff;
    background: rgba(255, 255, 255, .07);
    box-shadow: 0 28px 65px rgba(0, 0, 0, .24);
    backdrop-filter: blur(18px);
}

.home-form-heading {
    display: grid;
    gap: 5px;
    margin-bottom: 6px;
}

.home-form-heading strong {
    font-size: 1.14rem;
}

.home-form-heading span {
    color: rgba(255, 255, 255, .58);
    font-size: .8rem;
}

.home-lead-form label {
    display: grid;
    gap: 7px;
    color: rgba(255, 255, 255, .78);
    font-size: .73rem;
    font-weight: 800;
}

.home-lead-form input {
    width: 100%;
    min-height: 48px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 12px;
    outline: 0;
    color: #fff;
    background: rgba(10, 8, 12, .38);
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.home-lead-form input::placeholder {
    color: rgba(255, 255, 255, .36);
}

.home-lead-form input:focus {
    border-color: rgba(185, 130, 255, .72);
    background: rgba(10, 8, 12, .52);
    box-shadow: 0 0 0 4px rgba(147, 82, 236, .13);
}

.home-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.home-lead-form .home-button {
    width: 100%;
    margin-top: 2px;
    border: 0;
    cursor: pointer;
}

.home-simple .lead-hp {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
}

.home-simple :focus-visible {
    outline: 3px solid rgba(155, 94, 255, .48);
    outline-offset: 4px;
}

@media (max-width: 1180px) {
    .home-hero-grid {
        grid-template-columns: minmax(360px, .86fr) minmax(470px, 1.14fr);
        gap: 46px;
    }

    .home-hero-copy h1 {
        font-size: clamp(3rem, 5vw, 4.6rem);
    }

    .home-float-card-top { right: -8px; }
    .home-float-card-bottom { left: -10px; }
}

@media (max-width: 980px) {
    .home-hero {
        padding-top: 78px;
    }

    .home-hero-grid,
    .home-choice-grid,
    .home-final-grid {
        grid-template-columns: 1fr;
    }

    .home-hero-copy {
        max-width: 700px;
    }

    .home-hero-visual {
        width: min(820px, 100%);
        margin: 20px auto 0;
    }

    .home-product-panel {
        min-height: auto;
        grid-template-columns: 1fr;
    }

    .home-product-copy {
        max-width: 620px;
    }

    .home-pillar-grid {
        grid-template-columns: 1fr 1fr;
    }

    .home-pillar-grid article:last-child {
        grid-column: 1 / -1;
        min-height: 320px;
    }

    .home-flow-shell,
    .home-faq-grid {
        grid-template-columns: 1fr;
    }

    .home-choice-copy {
        max-width: 700px;
    }

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

@media (max-width: 760px) {
    .home-simple .nav-shell {
        min-height: 68px;
    }

    .home-simple .brand-logo-original {
        width: min(210px, 64vw);
        height: 46px;
    }

    .home-simple .site-nav {
        gap: 0;
    }

    .home-simple .site-nav .nav-trial {
        margin-top: 8px;
    }

    .home-hero {
        min-height: auto;
        padding: 62px 0 94px;
    }

    .home-hero-grid {
        gap: 46px;
    }

    .home-hero-copy h1 {
        margin-top: 18px;
        font-size: clamp(2.72rem, 12vw, 4rem);
        letter-spacing: -.06em;
    }

    .home-hero-copy > p {
        font-size: .98rem;
        line-height: 1.68;
    }

    .home-actions {
        align-items: stretch;
    }

    .home-actions .home-button {
        width: 100%;
    }

    .home-trust {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .home-visual-frame {
        border-radius: 16px;
    }

    .home-window-bar {
        min-height: 30px;
    }

    .home-float-card {
        min-width: 0;
        padding: 11px 12px;
    }

    .home-float-card-top {
        top: -28px;
        right: -6px;
    }

    .home-float-card-bottom {
        bottom: -42px;
        left: -6px;
    }

    .home-float-card strong { font-size: .68rem; }
    .home-float-card small { font-size: .58rem; }
    .home-float-icon { width: 29px; height: 29px; }

    .home-proof-strip {
        overflow: hidden;
    }

    .home-proof-strip .container {
        min-height: 62px;
        justify-content: flex-start;
        gap: 22px;
        overflow-x: auto;
        padding-top: 4px;
        padding-bottom: 4px;
        scrollbar-width: none;
    }

    .home-proof-strip .container::-webkit-scrollbar { display: none; }
    .home-proof-strip span { white-space: nowrap; }

    .home-section {
        padding: 76px 0;
    }

    .home-section-heading {
        margin-bottom: 34px;
    }

    .home-section-heading h2,
    .home-choice-copy h2,
    .home-flow-copy h2,
    .home-final-copy h2 {
        font-size: clamp(2.2rem, 10vw, 3.2rem);
    }

    .home-product-shell {
        border-radius: 20px;
    }

    .home-product-tabs {
        grid-template-columns: repeat(2, 1fr);
    }

    .home-product-tabs button {
        min-height: 60px;
        border-bottom: 1px solid var(--home-line);
    }

    .home-product-tabs button:nth-child(2) { border-right: 0; }
    .home-product-tabs button:nth-child(3),
    .home-product-tabs button:nth-child(4) { border-bottom: 0; }

    .home-product-panel {
        gap: 30px;
        padding: 30px 18px 18px;
    }

    .home-product-copy h3 {
        font-size: 2.25rem;
    }

    .home-pillar-grid {
        grid-template-columns: 1fr;
    }

    .home-pillar-grid article,
    .home-pillar-grid article:last-child {
        grid-column: auto;
        min-height: 0;
    }

    .home-flow {
        padding-right: 10px;
        padding-left: 10px;
    }

    .home-flow-shell {
        gap: 46px;
        padding: 42px 24px;
        border-radius: 26px;
    }

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

    .home-choice-cards a {
        min-height: 120px;
    }

    .home-faq-list summary {
        min-height: 68px;
        padding: 16px 18px;
        font-size: .88rem;
    }

    .home-faq-list details p {
        margin-right: 18px;
        margin-left: 18px;
        padding-right: 24px;
    }

    .home-final {
        padding: 78px 0;
    }

    .home-final-grid {
        gap: 42px;
    }

    .home-form-row {
        grid-template-columns: 1fr;
    }

    .home-lead-form {
        padding: 24px 18px;
        border-radius: 20px;
    }
}

@media (max-width: 420px) {
    .home-trust {
        grid-template-columns: 1fr;
    }

    .home-float-card-top {
        display: none;
    }

    .home-float-card-bottom {
        left: 10px;
        right: 10px;
        justify-content: center;
    }

    .home-product-tabs button {
        gap: 6px;
        font-size: .78rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .home-glow,
    .home-float-card { animation: none !important; }
    .home-visual-frame,
    .home-button,
    .home-pillar-grid article,
    .home-choice-cards a { transition: none !important; }
    .home-visual-frame { transform: none !important; }
}
