.wife-public {
    min-width: 0;
    overflow-x: clip;
    background: #05070c;
}

.wife-public .wife-main,
.wife-landing-frame {
    min-width: 0;
    overflow: hidden;
}

.wife-landing {
    --landing-bg: #05070c;
    --landing-surface: #0c1019;
    --landing-surface-soft: rgba(17, 23, 36, .72);
    --landing-border: rgba(255, 255, 255, .1);
    --landing-text: #f7f9ff;
    --landing-muted: #a6afc2;
    --landing-blue: #5aa8ff;
    --landing-cyan: #49e6ff;
    --landing-purple: #9d7dff;
    --landing-orange: #ff9a62;
    position: relative;
    min-width: 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% -12%, rgba(58, 123, 255, .2), transparent 36rem),
        var(--landing-bg);
    color: var(--landing-text);
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
}

.wife-landing :focus-visible {
    outline: 3px solid #79baff !important;
    outline-offset: 3px;
}

.wife-landing a {
    color: inherit;
}

.landing-nav {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
    background: rgba(5, 7, 12, .58);
    -webkit-backdrop-filter: blur(22px) saturate(150%);
    backdrop-filter: blur(22px) saturate(150%);
}

.landing-nav-inner {
    display: flex;
    width: min(1240px, calc(100% - 2rem));
    min-height: 74px;
    align-items: center;
    margin-inline: auto;
}

.landing-brand {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    border-radius: 10px;
    text-decoration: none;
}

.landing-brand img {
    display: block;
    width: auto;
    object-fit: contain;
}

.landing-nav-links {
    display: flex;
    gap: .3rem;
    margin: 0 auto;
}

.landing-mobile-menu {
    display: none;
    position: relative;
    margin-left: auto;
}

.landing-mobile-menu summary {
    display: grid;
    width: 44px;
    height: 44px;
    cursor: pointer;
    list-style: none;
    place-items: center;
    border: 1px solid var(--landing-border);
    border-radius: 10px;
    color: #fff;
}

.landing-mobile-menu summary::-webkit-details-marker {
    display: none;
}

.landing-mobile-menu > div {
    position: absolute;
    top: calc(100% + .65rem);
    right: 0;
    display: grid;
    min-width: 13rem;
    padding: .45rem;
    border: 1px solid var(--landing-border);
    border-radius: 12px;
    background: #0c1019;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .45);
}

.landing-mobile-menu a {
    min-height: 44px;
    padding: .7rem .8rem;
    border-radius: 8px;
    color: #e9edf7;
    text-decoration: none;
}

.landing-mobile-menu a:hover {
    background: rgba(255, 255, 255, .07);
}

.landing-nav-links a,
.landing-sign-in {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    padding: .55rem .8rem;
    border-radius: 10px;
    color: #bdc6d8;
    font-size: .88rem;
    font-weight: 560;
    text-decoration: none;
}

.landing-nav-links a:hover,
.landing-sign-in:hover {
    background: rgba(255, 255, 255, .07);
    color: #fff;
}

.landing-sign-in {
    gap: .55rem;
    margin-left: 1rem;
    color: #fff;
}

.landing-hero {
    position: relative;
    min-height: 870px;
    padding: 10.5rem max(1rem, calc((100vw - 1480px) / 2)) 3rem;
    isolation: isolate;
}

.landing-hero::before {
    position: absolute;
    inset: 0;
    z-index: -3;
    background-image:
        linear-gradient(rgba(255, 255, 255, .022) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .022) 1px, transparent 1px);
    background-size: 62px 62px;
    mask-image: linear-gradient(to bottom, #000 0, rgba(0, 0, 0, .88) 55%, transparent 96%);
    content: "";
}

.landing-hero::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 170px;
    z-index: -1;
    background: linear-gradient(transparent, var(--landing-bg));
    content: "";
}

.landing-aurora {
    position: absolute;
    z-index: -2;
    width: 36rem;
    height: 36rem;
    border-radius: 50%;
    filter: blur(110px);
    opacity: .24;
    pointer-events: none;
}

.landing-aurora-one {
    top: 2rem;
    right: -10rem;
    background: #3b74ff;
}

.landing-aurora-two {
    bottom: 2rem;
    left: -16rem;
    background: #7747ff;
}

.landing-hero-grid {
    width: min(1480px, 100%);
    margin-inline: auto;
}

.landing-hero-copy {
    position: relative;
    z-index: 2;
    max-width: 940px;
    margin-inline: auto;
    text-align: center;
}

.landing-eyebrow,
.landing-kicker {
    margin: 0 0 1.15rem;
    color: #aeb8cb;
    font-size: .76rem;
    font-weight: 720;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.landing-eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .65rem;
}

.landing-eyebrow span {
    width: 1.9rem;
    height: 1px;
    background: linear-gradient(90deg, var(--landing-cyan), var(--landing-blue));
    box-shadow: 0 0 12px var(--landing-blue);
}

.landing-hero h1 {
    max-width: 940px;
    margin: 0 auto;
    color: #fff;
    font-size: clamp(3.6rem, 6.4vw, 6.6rem);
    font-weight: 720;
    letter-spacing: -.068em;
    line-height: .94;
}

.landing-hero h1 em {
    display: inline-block;
    background: linear-gradient(100deg, #9bd7ff 0%, #79a9ff 44%, #b295ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-style: normal;
}

.landing-lead {
    max-width: 620px;
    margin: 2rem auto 0;
    color: var(--landing-muted);
    font-size: clamp(1.08rem, 1.55vw, 1.3rem);
    line-height: 1.65;
}

.landing-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    justify-content: center;
    margin-top: 2.2rem;
}

.landing-button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: .65rem;
    padding: .8rem 1.2rem;
    border: 1px solid transparent;
    border-radius: 13px;
    font-size: .93rem;
    font-weight: 680;
    text-decoration: none;
    transition: transform .16s ease, border-color .16s ease, background-color .16s ease, box-shadow .16s ease;
}

.landing-button:hover {
    transform: translateY(-2px);
}

.landing-button-primary {
    background: linear-gradient(135deg, #147cf2, #7464f7);
    color: #fff !important;
    box-shadow: 0 12px 38px rgba(48, 113, 255, .28), inset 0 1px rgba(255, 255, 255, .22);
}

.landing-button-primary:hover {
    box-shadow: 0 16px 46px rgba(48, 113, 255, .38), inset 0 1px rgba(255, 255, 255, .24);
}

.landing-button-quiet {
    border-color: rgba(255, 255, 255, .13);
    background: rgba(255, 255, 255, .055);
    color: #e7ebf5 !important;
}

.landing-button-quiet:hover {
    border-color: rgba(255, 255, 255, .23);
    background: rgba(255, 255, 255, .09);
}

.landing-built-by {
    margin: 1.2rem auto 0;
    color: #737e93;
    font-size: .82rem;
}

.landing-built-by a {
    color: #aeb9ce;
    text-underline-offset: .2em;
}

.landing-api-line {
    display: flex;
    max-width: 900px;
    flex-wrap: wrap;
    gap: .45rem .95rem;
    justify-content: center;
    margin: 2rem auto 0;
    color: #8995a9;
    font-size: .72rem;
    line-height: 1.4;
}

.landing-api-line span {
    position: relative;
    white-space: nowrap;
}

.landing-api-line span:not(:last-child)::after {
    position: absolute;
    right: -.58rem;
    color: #46536a;
    content: "·";
}

.landing-api-line .landing-api-custom { color: #67d8aa; }

.landing-editor-frame {
    position: relative;
    aspect-ratio: 2.14 / 1;
    width: min(1120px, 100%);
    margin: 2.6rem auto 0;
    overflow: hidden;
    border: 1px solid rgba(132, 162, 207, .32);
    border-radius: 16px;
    background: #0d1219;
    box-shadow: 0 34px 90px rgba(0, 0, 0, .56);
}

.landing-editor-frame img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


.landing-product-stage {
    position: relative;
    min-height: 720px;
}

.landing-stage-glow {
    position: absolute;
    top: 14%;
    left: 8%;
    width: 84%;
    height: 68%;
    border-radius: 50%;
    background: rgba(41, 107, 255, .3);
    filter: blur(90px);
}

.landing-product-illustration {
    position: absolute;
    inset: 1rem -1rem .75rem 0;
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 20px;
    background: rgba(255, 255, 255, .09);
    box-shadow: 0 40px 100px rgba(0, 0, 0, .48), inset 0 1px rgba(255, 255, 255, .06);
}

.landing-api-panel,
.landing-routing-panel {
    position: relative;
    min-width: 0;
    padding: 1.15rem;
    background: linear-gradient(145deg, #151d27, #0f151d);
}

.landing-routing-panel {
    display: flex;
    flex-direction: column;
    border-left: 1px solid rgba(255, 255, 255, .1);
    background:
        radial-gradient(circle at 85% 10%, rgba(74, 128, 255, .13), transparent 38%),
        linear-gradient(145deg, #111923, #0d131a);
}

.landing-illustration-head {
    display: flex;
    min-height: 52px;
    gap: .8rem;
    align-items: center;
}

.landing-illustration-head > span:last-child { min-width: 0; }
.landing-illustration-head small,
.landing-illustration-head strong { display: block; }

.landing-illustration-head small {
    margin-bottom: .22rem;
    color: #77aef9;
    font-size: .55rem;
    font-weight: 800;
    letter-spacing: .13em;
}

.landing-illustration-head strong {
    color: #f3f6fb;
    font-size: .9rem;
    line-height: 1.35;
}

.landing-illustration-icon {
    display: grid;
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    place-items: center;
    border: 1px solid rgba(111, 174, 255, .25);
    border-radius: 11px;
    background: rgba(64, 130, 255, .14);
    color: #80b9ff;
    font-size: .82rem;
}

.landing-illustration-route {
    border-color: rgba(143, 119, 255, .26);
    background: rgba(121, 92, 255, .14);
    color: #a998ff;
}

.landing-api-search {
    display: flex;
    min-height: 40px;
    gap: .55rem;
    align-items: center;
    margin: 1rem 0;
    padding: .55rem .7rem;
    border: 1px solid #344150;
    border-radius: 8px;
    background: #0d141c;
    color: #7f8b9d;
    font-size: .64rem;
}

.landing-api-catalog > p {
    margin: .8rem 0 .45rem;
    color: #79879a;
    font-size: .52rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.landing-api-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .38rem;
}

.landing-api-grid span {
    display: flex;
    min-width: 0;
    min-height: 38px;
    gap: .45rem;
    align-items: center;
    padding: .34rem .4rem;
    overflow: hidden;
    border: 1px solid #2b3745;
    border-radius: 7px;
    background: rgba(35, 45, 57, .72);
    color: #cbd4df;
    font-size: .6rem;
    font-weight: 650;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.landing-api-grid b {
    display: grid;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    place-items: center;
    border: 1px solid rgba(113, 165, 255, .25);
    border-radius: 7px;
    background: rgba(67, 126, 225, .13);
    color: #86b8ff;
    font-size: .48rem;
    font-weight: 850;
    letter-spacing: -.02em;
}

.landing-custom-api {
    display: flex;
    min-height: 64px;
    gap: .65rem;
    align-items: center;
    margin-top: .8rem;
    padding: .65rem;
    border: 1px dashed rgba(95, 205, 164, .52);
    border-radius: 9px;
    background: rgba(43, 167, 118, .08);
}

.landing-custom-api > span:first-child {
    display: grid;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    place-items: center;
    border-radius: 8px;
    background: rgba(43, 188, 127, .16);
    color: #65d6a5;
    font-size: .7rem;
}

.landing-custom-api strong,
.landing-custom-api small { display: block; }
.landing-custom-api strong { color: #dff7ec; font-size: .66rem; }

.landing-custom-api small {
    margin-top: .22rem;
    color: #8ea89e;
    font-size: .52rem;
    line-height: 1.35;
}

.landing-operation-card {
    position: relative;
    margin: 1.35rem 0 1rem;
    padding: 1rem;
    overflow: hidden;
    border: 1px solid #42689b;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(42, 93, 162, .34), rgba(28, 40, 55, .88));
    box-shadow: 0 14px 30px rgba(0, 0, 0, .2);
}

.landing-operation-card::after {
    position: absolute;
    top: -35px;
    right: -35px;
    width: 110px;
    height: 110px;
    border: 1px solid rgba(122, 181, 255, .12);
    border-radius: 50%;
    box-shadow: 0 0 0 20px rgba(122, 181, 255, .04);
    content: "";
}

.landing-operation-service,
.landing-operation-card strong,
.landing-operation-card code {
    position: relative;
    z-index: 1;
    display: block;
}

.landing-operation-service {
    margin-bottom: .38rem;
    color: #79b6ff;
    font-size: .55rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.landing-operation-card strong { color: #f5f8fc; font-size: .96rem; }

.landing-operation-card code {
    margin-top: .45rem;
    color: #99a9bc;
    font-size: .58rem;
}

.landing-route-list {
    display: grid;
    flex: 1;
    grid-template-rows: repeat(4, minmax(62px, 1fr));
    gap: .58rem;
}

.landing-route-row {
    --route-color: #8fa1b6;
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr) 16px minmax(90px, .8fr);
    min-height: 62px;
    gap: .55rem;
    align-items: center;
    padding: .58rem .68rem;
    border: 1px solid color-mix(in srgb, var(--route-color) 40%, #26313e);
    border-left: 3px solid var(--route-color);
    border-radius: 8px;
    background: color-mix(in srgb, var(--route-color) 7%, #17202a);
    box-shadow: inset 0 1px rgba(255, 255, 255, .025);
}

.landing-route-row-success { --route-color: #5ed6a6; }
.landing-route-row-failure { --route-color: #ff6579; }
.landing-route-row-always { --route-color: #f0bd5c; }
.landing-route-row-custom { --route-color: #70a8ff; }

.landing-route-kind {
    color: var(--route-color);
    font-size: .5rem;
    font-weight: 850;
    letter-spacing: .09em;
}

.landing-route-row code {
    overflow: hidden;
    color: #aab5c4;
    font-size: .52rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.landing-route-row > i { color: var(--route-color); font-size: .58rem; }

.landing-route-row strong {
    color: #edf2f8;
    font-size: .6rem;
    line-height: 1.25;
}

.landing-routing-tools {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
    margin-top: 1rem;
}

.landing-routing-tools span {
    padding: .34rem .52rem;
    border: 1px solid #303d4c;
    border-radius: 999px;
    background: rgba(34, 44, 56, .72);
    color: #8f9bad;
    font-size: .52rem;
    font-weight: 650;
}

.landing-capability-rail {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    width: min(1240px, 100%);
    margin: 5rem auto 0;
    border-block: 1px solid rgba(255, 255, 255, .08);
}

.landing-capability-rail span {
    display: flex;
    min-height: 72px;
    gap: .55rem;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgba(255, 255, 255, .08);
    color: #939eb2;
    font-size: .78rem;
    font-weight: 600;
    text-align: center;
}

.landing-capability-rail span:last-child { border-right: 0; }
.landing-capability-rail i { color: #7186aa; }

.landing-section {
    width: min(1240px, calc(100% - 2rem));
    margin-inline: auto;
    padding: clamp(6rem, 10vw, 10rem) 0;
}

.landing-section-heading {
    max-width: 780px;
    margin: 0 auto 3.5rem;
    text-align: center;
}

.landing-section-heading-left {
    margin-inline: 0;
    text-align: left;
}

.landing-section h2,
.landing-environment h2,
.landing-final-cta h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(2.6rem, 5vw, 5rem);
    font-weight: 690;
    letter-spacing: -.055em;
    line-height: 1.02;
}

.landing-section-heading > p:last-child {
    max-width: 650px;
    margin: 1.35rem auto 0;
    color: var(--landing-muted);
    font-size: 1.08rem;
    line-height: 1.65;
}

.landing-section-heading-left > p:last-child { margin-left: 0; }

.landing-three-up {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.landing-feature-card,
.landing-bento-card {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--landing-border);
    border-radius: 24px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .016));
    box-shadow: inset 0 1px rgba(255, 255, 255, .04);
}

.landing-feature-card {
    min-height: 420px;
    padding: 2rem;
}

.landing-feature-card::before {
    position: absolute;
    top: -8rem;
    right: -8rem;
    width: 18rem;
    height: 18rem;
    border-radius: 50%;
    background: var(--feature-glow);
    filter: blur(72px);
    opacity: .17;
    content: "";
}

.landing-feature-blue { --feature-glow: #268fff; }
.landing-feature-purple { --feature-glow: #895cff; }
.landing-feature-orange { --feature-glow: #ff854d; }

.landing-feature-number {
    position: absolute;
    top: 1.3rem;
    right: 1.5rem;
    color: #4d586d;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .1em;
}

.landing-feature-icon {
    display: grid;
    width: 48px;
    height: 48px;
    margin-bottom: 2.5rem;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 14px;
    background: rgba(255, 255, 255, .055);
    color: #9bcaff;
    font-size: 1.1rem;
}

.landing-feature-purple .landing-feature-icon { color: #bba7ff; }
.landing-feature-orange .landing-feature-icon { color: #ffc09a; }

.landing-feature-card h3,
.landing-bento-card h3 {
    margin: 0;
    color: #f5f7fb;
    font-size: 1.65rem;
    font-weight: 660;
    letter-spacing: -.035em;
}

.landing-feature-card p,
.landing-bento-card p {
    margin: .8rem 0 0;
    color: #939eb1;
    font-size: .93rem;
    line-height: 1.65;
}

.landing-mini-graph,
.landing-system-pills,
.landing-status-list {
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
}

.landing-mini-graph {
    display: flex;
    align-items: center;
    justify-content: center;
}

.landing-mini-graph span {
    width: 38px;
    height: 38px;
    border: 1px solid rgba(96, 180, 255, .35);
    border-radius: 11px;
    background: rgba(45, 133, 255, .12);
}

.landing-mini-graph b {
    width: 42px;
    height: 1px;
    background: linear-gradient(90deg, rgba(96, 180, 255, .25), rgba(96, 180, 255, .75));
}

.landing-system-pills {
    display: flex;
    gap: .55rem;
    justify-content: center;
}

.landing-system-pills span {
    padding: .62rem .78rem;
    border: 1px solid rgba(179, 149, 255, .22);
    border-radius: 10px;
    background: rgba(132, 84, 255, .09);
    color: #c7b7ef;
    font-size: .72rem;
    font-weight: 650;
}

.landing-status-list {
    display: grid;
    gap: .55rem;
}

.landing-status-list span {
    display: flex;
    min-height: 38px;
    gap: .65rem;
    align-items: center;
    padding: .5rem .65rem;
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 10px;
    background: rgba(255, 255, 255, .025);
    color: #a5afc0;
    font-size: .72rem;
}

.landing-status-list i {
    width: .48rem;
    height: .48rem;
    border-radius: 50%;
    background: #57d695;
}

.landing-status-list span:nth-child(2) i { background: #64adff; box-shadow: 0 0 9px rgba(100, 173, 255, .75); }
.landing-status-list span:nth-child(3) i { background: #ff9b67; }

.landing-bento {
    padding-top: 5rem;
}

.landing-bento-grid {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    grid-template-rows: 310px 310px;
    gap: 1rem;
}

.landing-bento-card {
    padding: clamp(1.5rem, 3vw, 2.5rem);
}

.landing-bento-wide {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(340px, 1.2fr);
    gap: 2rem;
    align-items: center;
    grid-row: 1;
}

.landing-bento-tall {
    grid-column: 2;
    grid-row: 1 / span 2;
}

.landing-bento-compact {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 180px;
    align-items: center;
    grid-column: 1;
    grid-row: 2;
}

.landing-card-tag {
    display: inline-block;
    margin-bottom: 1.2rem;
    color: #7ebcff;
    font-size: .7rem;
    font-weight: 720;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.landing-form-preview {
    padding: 1.2rem;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 16px;
    background: rgba(7, 10, 16, .62);
    box-shadow: 0 18px 50px rgba(0, 0, 0, .28);
}

.landing-form-preview small,
.landing-form-preview strong { display: block; }
.landing-form-preview small { color: #778398; font-size: .65rem; }
.landing-form-preview strong { margin-top: .25rem; font-size: .82rem; }

.landing-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .55rem;
    margin-top: .8rem;
}

.landing-form-row span {
    height: 36px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 8px;
    background: rgba(255, 255, 255, .035);
}

.landing-form-submit {
    display: flex;
    min-height: 40px;
    align-items: center;
    justify-content: space-between;
    margin-top: .8rem;
    padding: .55rem .7rem;
    border-radius: 9px;
    background: linear-gradient(135deg, #1c79e7, #6d62eb);
    color: #fff;
    font-size: .72rem;
    font-weight: 680;
}

.landing-timeline {
    display: grid;
    gap: 0;
    margin-top: 2.2rem;
}

.landing-timeline > div {
    position: relative;
    display: grid;
    grid-template-columns: 22px 1fr;
    gap: .75rem;
    min-height: 72px;
}

.landing-timeline > div::before {
    position: absolute;
    top: 16px;
    bottom: -10px;
    left: 5px;
    width: 1px;
    background: rgba(255, 255, 255, .1);
    content: "";
}

.landing-timeline > div:last-child::before { display: none; }
.landing-timeline i { width: 11px; height: 11px; margin-top: 4px; border: 2px solid #485267; border-radius: 50%; background: #111722; }
.landing-timeline .done i { border-color: #4bd190; background: #4bd190; box-shadow: 0 0 0 4px rgba(75, 209, 144, .08); }
.landing-timeline .active i { border-color: #5ea9ff; background: #5ea9ff; box-shadow: 0 0 0 4px rgba(94, 169, 255, .1), 0 0 13px rgba(94, 169, 255, .65); }
.landing-timeline strong,
.landing-timeline small { display: block; }
.landing-timeline strong { color: #cfd6e5; font-size: .8rem; }
.landing-timeline small { margin-top: .2rem; color: #6f7b8f; font-size: .68rem; }

.landing-trigger-orbit {
    position: relative;
    width: 140px;
    height: 140px;
    margin-inline: auto;
    border: 1px solid rgba(91, 171, 255, .14);
    border-radius: 50%;
}

.landing-trigger-orbit::before {
    position: absolute;
    inset: 24px;
    border: 1px solid rgba(91, 171, 255, .22);
    border-radius: 50%;
    content: "";
}

.landing-trigger-orbit > i {
    position: absolute;
    inset: 50% auto auto 50%;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 13px;
    background: linear-gradient(135deg, #287fe9, #7466eb);
    color: #fff;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 32px rgba(62, 128, 242, .42);
}

.landing-trigger-orbit span {
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #70b7ff;
    box-shadow: 0 0 10px rgba(112, 183, 255, .72);
}

.landing-trigger-orbit span:nth-of-type(1) { top: 8px; left: 65px; }
.landing-trigger-orbit span:nth-of-type(2) { right: 12px; bottom: 31px; }
.landing-trigger-orbit span:nth-of-type(3) { bottom: 23px; left: 17px; }

.landing-environment {
    position: relative;
    width: min(1360px, calc(100% - 2rem));
    margin: 4rem auto;
    padding: clamp(4rem, 8vw, 7rem);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 34px;
    background:
        radial-gradient(circle at 12% 30%, rgba(43, 130, 255, .24), transparent 25rem),
        radial-gradient(circle at 92% 90%, rgba(139, 83, 255, .22), transparent 24rem),
        #0b101a;
    box-shadow: inset 0 1px rgba(255, 255, 255, .06), 0 40px 120px rgba(0, 0, 0, .35);
}

.landing-environment::before {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(255, 255, 255, .075) 1px, transparent 1.2px);
    background-size: 28px 28px;
    mask-image: linear-gradient(90deg, transparent, #000 70%);
    content: "";
    opacity: .45;
}

.landing-environment-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1fr .85fr;
    gap: clamp(3rem, 8vw, 8rem);
    align-items: center;
}

.landing-environment-lead {
    max-width: 580px;
    margin: 1.5rem 0 0;
    color: #a9b3c7;
    font-size: 1.08rem;
    line-height: 1.7;
}

.landing-button-light {
    margin-top: 2rem;
    background: #f4f7ff;
    color: #101522 !important;
}

.landing-environment-list {
    display: grid;
}

.landing-environment-list > div {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 1rem;
    padding: 1.3rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.landing-environment-list > div:last-child { border-bottom: 0; }
.landing-environment-list span { color: #6eaef9; font-size: .72rem; font-weight: 700; }
.landing-environment-list p { margin: 0; color: #909bb0; font-size: .9rem; line-height: 1.55; }
.landing-environment-list strong { display: block; margin-bottom: .3rem; color: #e9edf5; font-size: 1rem; }

.landing-final-cta {
    width: min(930px, calc(100% - 2rem));
    margin: 0 auto;
    padding: clamp(7rem, 12vw, 11rem) 0;
    text-align: center;
}

.landing-final-cta p:not(.landing-kicker) {
    margin: 1.25rem 0 0;
    color: #98a3b7;
    font-size: 1.05rem;
}

.landing-actions-center { justify-content: center; }

.landing-footer {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    width: min(1240px, calc(100% - 2rem));
    min-height: 110px;
    align-items: center;
    margin-inline: auto;
    border-top: 1px solid rgba(255, 255, 255, .08);
    color: #69758a;
    font-size: .76rem;
}

.landing-footer p { margin: 0; }
.landing-footer p:last-child { justify-self: end; }
.landing-footer a:not(.landing-brand) { color: #9aa6bb; }

@media (max-width: 1200px) {
    .landing-hero { padding-top: 9rem; }
    .landing-hero-copy { max-width: 820px; }
    .landing-product-stage { width: min(960px, 100%); margin-inline: auto; }
    .landing-capability-rail { margin-top: 2rem; }
    .landing-bento-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
    .landing-bento-wide,
    .landing-bento-tall,
    .landing-bento-compact { grid-column: auto; grid-row: auto; min-height: 320px; }
    .landing-bento-tall { min-height: 560px; }
}

@media (max-width: 820px) {
    .landing-nav-links { display: none; }
    .landing-mobile-menu { display: block; }
    .landing-sign-in { margin-left: auto; }
    .landing-hero { min-height: 0; padding-top: 8.5rem; }
    .landing-hero h1 { font-size: clamp(3.35rem, 13vw, 5.5rem); }
    .landing-product-illustration { inset: 1rem; }
    .landing-capability-rail { grid-template-columns: repeat(2, 1fr); }
    .landing-capability-rail span { border-bottom: 1px solid rgba(255, 255, 255, .08); }
    .landing-capability-rail span:nth-child(even) { border-right: 0; }
    .landing-capability-rail span:last-child { grid-column: 1 / -1; }
    .landing-three-up { grid-template-columns: 1fr; }
    .landing-environment { padding: 4rem 1.5rem; }
    .landing-environment-grid { grid-template-columns: 1fr; gap: 3rem; }
    .landing-footer { grid-template-columns: 1fr; gap: .8rem; padding: 1.6rem 0; text-align: center; }
    .landing-footer > * { justify-self: center !important; }
}

@media (max-width: 620px) {
    .landing-nav-inner { min-height: 66px; }
    .landing-brand img { max-width: 94px; }
    .landing-sign-in { padding-inline: .55rem; }
    .landing-hero { padding-inline: 1rem; }
    .landing-hero-copy { text-align: left; }
    .landing-eyebrow,
    .landing-actions,
    .landing-api-line { justify-content: flex-start; }
    .landing-hero h1,
    .landing-lead,
    .landing-built-by { margin-left: 0; }
    .landing-actions { align-items: stretch; flex-direction: column; }
    .landing-button { width: 100%; }
    .landing-editor-frame { margin-top: 2.4rem; }
    .landing-product-stage { min-height: 0; }
    .landing-product-illustration {
        position: relative;
        inset: auto;
        grid-template-columns: 1fr;
    }
    .landing-routing-panel { border-top: 1px solid rgba(255, 255, 255, .1); border-left: 0; }
    .landing-route-row { grid-template-columns: 64px minmax(0, 1fr); gap: .28rem .55rem; }
    .landing-route-row > i { display: none; }
    .landing-route-row strong { grid-column: 2; }
    .landing-section { padding-block: 5.5rem; }
    .landing-bento-wide,
    .landing-bento-compact { grid-template-columns: 1fr; }
    .landing-form-preview { margin-top: 1.5rem; }
    .landing-trigger-orbit { margin-top: 1.8rem; }
}

@media (prefers-reduced-motion: reduce) {
    .wife-landing *,
    .wife-landing *::before,
    .wife-landing *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}

@media (forced-colors: active) {
    .landing-product-illustration,
    .landing-api-grid span,
    .landing-route-row,
    .landing-feature-card,
    .landing-bento-card,
    .landing-environment {
        border: 1px solid CanvasText;
    }
}
