/* Koreux marketing landing — dark business presence */

.lx-page {
    min-height: 100vh;
    background-color: #050506;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 64px 64px;
}

.lx-page::before {
    content: '';
    position: fixed;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 70% 45% at 50% -15%, rgba(34, 211, 238, 0.09), transparent 50%),
        radial-gradient(ellipse 40% 30% at 100% 50%, rgba(34, 211, 238, 0.04), transparent 50%);
    z-index: 0;
}

.lx-page > * {
    position: relative;
    z-index: 1;
}

.lx-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 72rem;
    padding-left: clamp(1rem, 4vw, 1.25rem);
    padding-right: clamp(1rem, 4vw, 1.25rem);
}

.lx-nav {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(5, 5, 6, 0.88);
    backdrop-filter: blur(20px);
}

.lx-headline {
    font-family: 'Sora', system-ui, sans-serif;
    letter-spacing: -0.035em;
    line-height: 1.05;
}

.lx-eyebrow {
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #22d3ee;
}

.lx-lead {
    color: #a1a1aa;
    font-size: 1.0625rem;
    line-height: 1.55;
}

.lx-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: #fafafa;
    color: #09090b;
    font-weight: 600;
    font-size: 0.875rem;
    padding: 0.8125rem 1.625rem;
    box-shadow: 0 4px 24px -4px rgba(255, 255, 255, 0.25);
    transition: background 0.2s ease, box-shadow 0.2s ease;
}

.lx-btn-primary:hover {
    background: #e4e4e7;
    box-shadow: 0 6px 28px -4px rgba(255, 255, 255, 0.3);
}

.lx-btn-accent {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #22d3ee;
    color: #042f2e;
    font-weight: 600;
    font-size: 0.875rem;
    padding: 0.8125rem 1.625rem;
    box-shadow: 0 4px 24px -4px rgba(34, 211, 238, 0.45);
    transition: background 0.2s ease, box-shadow 0.2s ease;
}

.lx-btn-accent:hover {
    background: #67e8f9;
}

.lx-btn-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #d4d4d8;
    font-weight: 500;
    font-size: 0.875rem;
    padding: 0.8125rem 1.625rem;
    transition: border-color 0.2s ease, color 0.2s ease;
}

.lx-btn-ghost:hover {
    border-color: rgba(255, 255, 255, 0.22);
    color: #fff;
}

.lx-section {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.lx-section-alt {
    background: #08080a;
}

.lx-section-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(34, 211, 238, 0.35), transparent);
    margin: 0 auto;
    max-width: 12rem;
}

.lx-nav--scrolled {
    border-bottom-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px -8px rgba(0, 0, 0, 0.5);
}

/* Hero answer pills */
.lx-answer-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
    margin-top: 1.5rem;
}

.lx-answer-pill {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 0.625rem 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.07);
    background: rgba(255, 255, 255, 0.02);
    text-align: left;
}

.lx-answer-pill strong {
    display: block;
    font-size: 0.625rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #22d3ee;
}

.lx-answer-pill span:last-child {
    font-size: 0.75rem;
    color: #a1a1aa;
    line-height: 1.35;
}

.lx-hero-preview-wrap {
    position: relative;
}

.lx-hero-preview-wrap::before {
    content: '';
    position: absolute;
    inset: -10% -14%;
    background:
        radial-gradient(ellipse 70% 55% at 50% 42%, rgba(255, 255, 255, 0.06), transparent 55%),
        radial-gradient(ellipse at center, rgba(6, 182, 212, 0.12), transparent 68%);
    pointer-events: none;
    z-index: -1;
}

/* Landing page — responsive (tablet & small desktop) */
.lx-landing {
    overflow-x: clip;
}

.lx-landing-nav-inner {
    width: 100%;
}

.lx-landing-brand {
    min-width: 0;
}

.lx-landing-nav-links {
    gap: 1.5rem;
}

.lx-landing-hero-title {
    font-size: 1.75rem;
    line-height: 1.08;
}

.lx-landing-hero-lead {
    font-size: 1rem;
}

.lx-landing-section-title {
    font-size: 1.5rem;
    line-height: 1.12;
}

.lx-hero-preview-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: min(280px, 100%);
}

.lx-hero-preview-wrap .lx-phone--product {
    width: 100%;
    max-width: 268px;
}

.lx-panel {
    background: #0c0c0e;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.lx-panel-inset {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

/* Hero product — phone */
.lx-phone {
    position: relative;
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 2.25rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #0a0a0c;
    box-shadow:
        0 0 0 1px rgba(0, 0, 0, 0.4),
        0 32px 80px -20px rgba(0, 0, 0, 0.85),
        0 0 80px -16px rgba(34, 211, 238, 0.2);
    overflow: hidden;
}

.lx-phone--compact {
    max-width: 280px;
    transform: scale(0.96);
    transform-origin: top center;
}

.lx-phone--compact:not(.lx-phone--cafe) .lx-preview-product {
    padding-top: 2rem;
    padding-bottom: 1.35rem;
}

.lx-phone--compact .lx-phone-island {
    width: 3.85rem;
    height: 1.15rem;
}

.lx-phone--compact .lx-preview-product-booking {
    margin-top: 0.65rem;
}

.lx-phone--compact .lx-preview-product-footer {
    font-size: 0.5em;
    letter-spacing: 0.1em;
    line-height: 1.35;
}

/* Product-accurate preview — realistic device frame */
.lx-phone--product {
    max-width: 268px;
    padding: 0.2rem;
    border: none;
    border-radius: 2.85rem;
    overflow: visible;
    background: linear-gradient(
        165deg,
        #7a7a82 0%,
        #52525a 8%,
        #323238 22%,
        #18181c 48%,
        #242428 72%,
        #44444c 92%,
        #686870 100%
    );
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.26),
        inset 0 -1px 0 rgba(0, 0, 0, 0.5),
        0 2px 8px rgba(0, 0, 0, 0.3),
        0 32px 64px -18px rgba(15, 23, 42, 0.45),
        0 56px 110px -32px rgba(0, 0, 0, 0.5);
}

.lx-phone--product::before {
    content: '';
    position: absolute;
    inset: 0.2rem;
    border-radius: 2.65rem;
    pointer-events: none;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.55);
    z-index: 2;
}

.lx-phone--product .lx-phone-btn {
    position: absolute;
    z-index: 0;
    pointer-events: none;
    border-radius: 2px;
    background: linear-gradient(90deg, #35353a 0%, #5a5a62 45%, #3a3a40 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.12),
        0 1px 2px rgba(0, 0, 0, 0.35);
}

.lx-phone--product .lx-phone-btn--silent {
    left: -1px;
    top: 19%;
    width: 3px;
    height: 1.1rem;
}

.lx-phone--product .lx-phone-btn--volume-up {
    left: -1px;
    top: 26%;
    width: 3px;
    height: 2.35rem;
}

.lx-phone--product .lx-phone-btn--volume-down {
    left: -1px;
    top: 38%;
    width: 3px;
    height: 2.35rem;
}

.lx-phone--product .lx-phone-btn--power {
    right: -1px;
    top: 24%;
    width: 3px;
    height: 3.25rem;
    border-radius: 2px;
    background: linear-gradient(90deg, #3a3a40 0%, #5a5a62 55%, #35353a 100%);
}

.lx-phone--product .lx-phone-bezel {
    position: relative;
    z-index: 1;
    padding: 0.45rem 0.4rem 0.5rem;
    border-radius: 2.55rem;
    background: #050506;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.05),
        inset 0 2px 8px rgba(0, 0, 0, 0.65);
}

.lx-phone--product .lx-phone-screen {
    position: relative;
    background: #ffffff;
    border-radius: 1.85rem;
    overflow: hidden;
    box-shadow:
        inset 0 0 0 1px rgba(0, 0, 0, 0.06),
        0 0 0 1px rgba(255, 255, 255, 0.04);
}

.lx-phone--product .lx-phone-island {
    position: absolute;
    top: 0.65rem;
    left: 50%;
    z-index: 4;
    width: 4.35rem;
    height: 1.3rem;
    border-radius: 999px;
    background: #000;
    transform: translateX(-50%);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.07),
        0 2px 8px rgba(0, 0, 0, 0.45);
}

.lx-phone--product .lx-phone-island::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0.72rem;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background: radial-gradient(circle at 32% 28%, #2a4a58 0%, #0c1820 68%);
    transform: translateY(-50%);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.lx-phone--product .lx-phone-island::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0.85rem;
    width: 0.22rem;
    height: 0.22rem;
    border-radius: 50%;
    background: #0a0a0c;
    transform: translateY(-50%);
    opacity: 0.85;
}

.lx-phone--product .lx-phone-home {
    position: absolute;
    right: 0;
    bottom: 0.45rem;
    left: 0;
    z-index: 4;
    display: flex;
    justify-content: center;
    pointer-events: none;
}

.lx-phone--product .lx-phone-home span {
    width: 5.5rem;
    height: 0.22rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.22);
}

/* Isolated light product UI — no Tailwind / landing dark-theme inheritance */
.lx-preview-product {
    --nt-primary: #06b6d4;
    --nt-secondary: #f97316;
    --nt-bg: #ffffff;
    --nt-text: #0f172a;
    --nt-radius: 12px;
    --nt-heading-font: 'Inter', ui-sans-serif, system-ui, sans-serif;
    --nt-body-font: 'Inter', ui-sans-serif, system-ui, sans-serif;
    --nt-font-size: 13px;
    box-sizing: border-box;
    min-height: 100%;
    padding: 2.35rem 0.875rem 1.65rem;
    font-family: var(--nt-body-font);
    font-size: var(--nt-font-size);
    line-height: 1.45;
    color: var(--nt-text);
    background: var(--nt-bg);
    color-scheme: light;
    text-align: center;
    isolation: isolate;
}

.lx-preview-product,
.lx-preview-product * {
    box-sizing: border-box;
}

.lx-preview-product .lx-preview-product-glyph,
.lx-preview-product .lx-preview-product-glyph svg {
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    max-width: 1.25rem;
    max-height: 1.25rem;
    flex-shrink: 0;
}

.lx-preview-product .lx-preview-product-glyph {
    line-height: 0;
}

.lx-preview-product-profile {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lx-preview-product-avatar {
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 9999px;
    background: linear-gradient(145deg, var(--nt-primary), var(--nt-secondary));
    box-shadow:
        0 4px 14px rgba(15, 23, 42, 0.12),
        0 0 0 4px rgba(255, 255, 255, 1),
        0 0 0 5px rgba(15, 23, 42, 0.04);
}

.lx-preview-product-name {
    margin: 0.85rem 0 0;
    max-width: 12rem;
    font-family: var(--nt-heading-font);
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: var(--nt-text);
}

.lx-preview-product h2,
.lx-preview-product p {
    color: inherit;
}

.lx-preview-product-bio {
    margin: 0.45rem 0 0;
    max-width: 13rem;
    font-size: 0.88em;
    line-height: 1.45;
    opacity: 0.72;
}

.lx-preview-product-social {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.65rem;
    margin-top: 1.25rem;
}

.lx-preview-product-social-btn {
    display: inline-flex;
    height: 2.25rem;
    width: 2.25rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    color: var(--nt-primary);
    background: color-mix(in oklab, var(--nt-text) 6%, var(--nt-bg));
    border: 1px solid color-mix(in oklab, var(--nt-text) 12%, transparent);
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
}

.lx-preview-product-stack {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    margin-top: 0.85rem;
    text-align: left;
}

.lx-preview-product-link {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    width: 100%;
    padding: 0.7rem 0.75rem;
    border-radius: max(12px, var(--nt-radius));
    background: color-mix(in oklab, var(--nt-bg) 92%, white);
    border: 1px solid color-mix(in oklab, var(--nt-text) 10%, transparent);
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}

.lx-preview-product-link-icon {
    display: flex;
    height: 2.75rem;
    width: 2.75rem;
    min-width: 2.75rem;
    max-width: 2.75rem;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 0.5rem;
}

.lx-preview-product-link-icon--primary {
    color: var(--nt-primary);
    background: color-mix(in oklab, var(--nt-primary) 22%, transparent);
}

.lx-preview-product-link-icon--secondary {
    color: var(--nt-secondary);
    background: color-mix(in oklab, var(--nt-secondary) 22%, transparent);
}

.lx-preview-product-link-body {
    min-width: 0;
    flex: 1;
    overflow: hidden;
    text-align: left;
}

.lx-preview-product-link-title {
    display: block;
    font-size: 0.84em;
    font-weight: 600;
    line-height: 1.25;
    color: var(--nt-text);
}

.lx-preview-product-link-sub {
    display: block;
    margin-top: 0.1rem;
    font-size: 0.72em;
    line-height: 1.3;
    opacity: 0.65;
}

.lx-preview-product-link-chevron {
    flex-shrink: 0;
    font-size: 1.1em;
    line-height: 1;
    opacity: 0.35;
}

.lx-preview-product-text {
    margin: 1rem 0 0;
    padding: 0 0.15rem;
    font-size: 0.88em;
    line-height: 1.5;
    opacity: 0.8;
}

.lx-preview-product-booking {
    margin-top: 0.85rem;
    padding: 0.75rem;
    text-align: left;
    border-radius: max(16px, var(--nt-radius));
    border: 1px solid color-mix(in oklab, var(--nt-primary) 28%, transparent);
    background: color-mix(in oklab, var(--nt-primary) 10%, var(--nt-bg));
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.lx-preview-product-booking-eyebrow {
    margin: 0;
    font-size: 0.62em;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--nt-primary);
    opacity: 0.9;
}

.lx-preview-product-booking-sub {
    margin: 0.35rem 0 0;
    font-size: 0.82em;
    line-height: 1.35;
    opacity: 0.75;
}

.lx-preview-product-booking-slots {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin-top: 0.55rem;
}

.lx-preview-product-booking-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.45rem 0.55rem;
    border-radius: 0.65rem;
    font-size: 0.75em;
    line-height: 1.3;
    border: 1px solid color-mix(in oklab, var(--nt-text) 12%, transparent);
    background: color-mix(in oklab, var(--nt-text) 5%, var(--nt-bg));
}

.lx-preview-product-booking-cta {
    flex-shrink: 0;
    padding: 0.2rem 0.55rem;
    border-radius: 0.5rem;
    font-size: 0.72em;
    font-weight: 600;
    color: var(--nt-primary);
    border: 1px solid color-mix(in oklab, var(--nt-primary) 35%, transparent);
}

.lx-preview-product-footer {
    margin: 0.85rem 0 0;
    font-size: 0.58em;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    opacity: 0.45;
}

/* Café preview — Harbor & Co. (maps to Studio blocks) */
.lx-phone--cafe .lx-preview-product {
    padding-top: 2rem;
    padding-bottom: 1.35rem;
}

.lx-phone--cafe .lx-preview-product-profile {
    position: relative;
    margin: -0.35rem -0.2rem 0;
    padding-bottom: 0.15rem;
}

.lx-preview-product-cover {
    height: 3.75rem;
    margin: 0 -0.875rem;
    border-radius: 0;
    background: linear-gradient(135deg, #0e7490 0%, #155e75 38%, #1e3a5f 100%);
}

.lx-phone--cafe .lx-preview-product-avatar {
    width: 3.75rem;
    height: 3.75rem;
    margin-top: -1.85rem;
}

.lx-preview-product-status {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin: 0.55rem 0 0;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    font-size: 0.72em;
    font-weight: 600;
    color: #047857;
    background: color-mix(in oklab, #10b981 14%, var(--nt-bg));
    border: 1px solid color-mix(in oklab, #10b981 28%, transparent);
}

.lx-preview-product-status-dot {
    width: 0.35rem;
    height: 0.35rem;
    border-radius: 50%;
    background: #10b981;
    box-shadow: 0 0 0 2px color-mix(in oklab, #10b981 25%, transparent);
}

.lx-phone--cafe .lx-preview-product-social {
    margin-top: 0.85rem;
}

.lx-preview-product-stack--primary {
    margin-top: 0.75rem;
}

.lx-preview-product-link--featured {
    border-color: color-mix(in oklab, var(--nt-primary) 32%, transparent);
    box-shadow:
        0 1px 3px rgba(15, 23, 42, 0.06),
        0 0 0 1px color-mix(in oklab, var(--nt-primary) 12%, transparent);
}

.lx-preview-product-quick {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.4rem;
    margin-top: 0.65rem;
}

.lx-preview-product-quick-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    min-height: 3.1rem;
    padding: 0.4rem 0.2rem;
    border-radius: 0.65rem;
    font-size: 0.62em;
    font-weight: 600;
    line-height: 1.2;
    color: color-mix(in oklab, var(--nt-text) 75%, transparent);
    background: color-mix(in oklab, var(--nt-text) 5%, var(--nt-bg));
    border: 1px solid color-mix(in oklab, var(--nt-text) 10%, transparent);
}

.lx-preview-product-quick-btn--wa {
    color: #15803d;
    border-color: color-mix(in oklab, #22c55e 30%, transparent);
    background: color-mix(in oklab, #22c55e 10%, var(--nt-bg));
}

.lx-preview-product-hours {
    margin-top: 0.65rem;
    padding: 0.55rem 0.65rem;
    text-align: left;
    border-radius: max(12px, var(--nt-radius));
    border: 1px solid color-mix(in oklab, var(--nt-text) 10%, transparent);
    background: color-mix(in oklab, var(--nt-text) 4%, var(--nt-bg));
}

.lx-preview-product-hours-label {
    margin: 0;
    font-size: 0.58em;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    opacity: 0.55;
}

.lx-preview-product-hours-value {
    margin: 0.25rem 0 0;
    font-size: 0.75em;
    line-height: 1.35;
    opacity: 0.82;
}

.lx-preview-product-gallery {
    margin-top: 0.75rem;
    text-align: left;
}

.lx-preview-product-gallery-title {
    margin: 0 0 0.45rem;
    font-size: 0.72em;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: var(--nt-text);
}

.lx-preview-product-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.35rem;
}

.lx-preview-product-gallery-item {
    overflow: hidden;
    border-radius: max(10px, calc(var(--nt-radius) - 2px));
    border: 1px solid color-mix(in oklab, var(--nt-text) 8%, transparent);
    background: color-mix(in oklab, var(--nt-bg) 96%, white);
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
}

.lx-preview-product-gallery-thumb {
    aspect-ratio: 1;
    width: 100%;
}

.lx-preview-product-gallery-thumb--latte {
    background: linear-gradient(145deg, #d4a574 0%, #8b5a2b 55%, #5c3d1e 100%);
}

.lx-preview-product-gallery-thumb--toast {
    background: linear-gradient(145deg, #a8d08d 0%, #6b8e4e 50%, #4a6b35 100%);
}

.lx-preview-product-gallery-thumb--scone {
    background: linear-gradient(145deg, #f0d78c 0%, #d4a017 45%, #b8860b 100%);
}

.lx-preview-product-gallery-cap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.2rem;
    padding: 0.35rem 0.4rem 0.4rem;
}

.lx-preview-product-gallery-name {
    min-width: 0;
    font-size: 0.58em;
    font-weight: 600;
    line-height: 1.25;
}

.lx-preview-product-gallery-price {
    flex-shrink: 0;
    font-size: 0.58em;
    font-weight: 700;
    color: var(--nt-primary);
}

.lx-preview-product-location {
    margin-top: 0.65rem;
    padding: 0.65rem 0.7rem;
    text-align: left;
    border-radius: max(16px, var(--nt-radius));
    border: 1px solid color-mix(in oklab, var(--nt-text) 12%, transparent);
    background: color-mix(in oklab, var(--nt-text) 4%, var(--nt-bg));
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.lx-preview-product-location-title {
    margin: 0;
    font-family: var(--nt-heading-font);
    font-size: 0.88em;
    font-weight: 700;
    line-height: 1.2;
    color: var(--nt-text);
}

.lx-preview-product-location-address {
    margin: 0.35rem 0 0;
    font-size: 0.72em;
    line-height: 1.4;
    opacity: 0.8;
}

.lx-preview-product-location-cta {
    display: inline-flex;
    margin-top: 0.5rem;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    font-size: 0.68em;
    font-weight: 600;
    color: #fff;
    background: var(--nt-primary);
    box-shadow: 0 2px 8px color-mix(in oklab, var(--nt-primary) 35%, transparent);
}

.lx-phone--cafe.lx-phone--compact .lx-preview-product {
    padding-top: 1.85rem;
}

.lx-phone--cafe.lx-phone--compact .lx-preview-product-cover {
    height: 3.25rem;
}

.lx-phone--cafe.lx-phone--compact .lx-preview-product-gallery,
.lx-phone--cafe.lx-phone--compact .lx-preview-product-location,
.lx-phone--cafe.lx-phone--compact .lx-location-block {
    display: none;
}

/* iPad device frame — journey / hub preview */
.lx-ipad {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.lx-ipad-shell {
    padding: 0.18rem;
    border-radius: 1.75rem;
    background: linear-gradient(
        165deg,
        #7a7a82 0%,
        #52525a 10%,
        #323238 28%,
        #18181c 52%,
        #242428 76%,
        #686870 100%
    );
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.17),
        inset 0 1px 0 rgba(255, 255, 255, 0.24),
        inset 0 -1px 0 rgba(0, 0, 0, 0.48),
        0 3px 10px rgba(0, 0, 0, 0.32),
        0 28px 56px -16px rgba(15, 23, 42, 0.42);
}

.lx-ipad--product .lx-ipad-shell::before {
    content: '';
    position: absolute;
    inset: 0.18rem;
    border-radius: 1.58rem;
    pointer-events: none;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.lx-ipad-shell {
    position: relative;
}

.lx-ipad-bezel {
    position: relative;
    z-index: 1;
    padding: 1.1rem 0.55rem 0.6rem;
    border-radius: 1.55rem;
    background: #050506;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.lx-ipad-camera {
    position: absolute;
    top: 0.5rem;
    left: 50%;
    z-index: 3;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: radial-gradient(circle at 32% 28%, #2a4a58 0%, #0a1520 68%);
    transform: translateX(-50%);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.6);
}

.lx-ipad--product .lx-ipad-screen {
    position: relative;
    overflow: hidden;
    border-radius: 1.1rem;
    background: #ffffff;
    box-shadow:
        inset 0 0 0 1px rgba(0, 0, 0, 0.06),
        0 0 0 1px rgba(255, 255, 255, 0.04);
}

.lx-ipad-screen {
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: none;
}

.lx-ipad-screen::-webkit-scrollbar {
    display: none;
}

.lx-ipad--cafe .lx-preview-product {
    --nt-font-size: 14px;
    padding: 1.15rem 1rem 1.75rem;
    min-height: auto;
}

.lx-ipad--cafe .lx-preview-product-profile {
    margin: 0;
}

.lx-ipad--cafe .lx-preview-product-cover {
    height: 4.25rem;
}

.lx-ipad--cafe .lx-preview-product-avatar {
    width: 4rem;
    height: 4rem;
    margin-top: -2rem;
}

.lx-ipad--product .lx-ipad-home {
    position: absolute;
    right: 0;
    bottom: 0.5rem;
    left: 0;
    z-index: 4;
    display: flex;
    justify-content: center;
    pointer-events: none;
}

.lx-ipad--product .lx-ipad-home span {
    width: 7.5rem;
    height: 0.24rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.22);
}

.lx-hub-pulse--ipad {
    display: flex;
    flex-direction: column;
}

.lx-hub-pulse--ipad .lx-ipad {
    max-width: 100%;
}

/* Legacy notch (archived restaurant preview) */
.lx-phone-notch {
    height: 1.75rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 0.25rem;
}

.lx-phone-notch span {
    width: 4.5rem;
    height: 0.375rem;
    border-radius: 9999px;
    background: #18181b;
}

.lx-phone-screen {
    max-height: 520px;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: none;
}

.lx-phone--product .lx-phone-screen {
    max-height: 580px;
}

.lx-phone--product.lx-phone--compact .lx-phone-screen {
    max-height: 520px;
}

.lx-phone-screen::-webkit-scrollbar {
    display: none;
}

/* Trust strip */
.lx-trust-item {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 1rem 0;
    border-right: 1px solid rgba(255, 255, 255, 0.06);
}

.lx-trust-item:last-child {
    border-right: none;
}

.lx-trust-value {
    font-family: 'Sora', system-ui, sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    color: #fafafa;
}

.lx-trust-label {
    font-size: 0.6875rem;
    color: #71717a;
}

/* Urgency */
.lx-urgency-band {
    background: linear-gradient(180deg, #0c0c0e 0%, #08080a 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1rem;
    padding: 1.5rem;
}

.lx-stat-card {
    padding: 1rem 0;
}

.lx-stat-card strong {
    display: block;
    font-family: 'Sora', system-ui, sans-serif;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #fafafa;
    line-height: 1.35;
}

.lx-stat-card p {
    margin-top: 0.375rem;
    font-size: 0.8125rem;
    color: #71717a;
    line-height: 1.45;
}

.lx-stat-icon {
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    background: rgba(34, 211, 238, 0.1);
    color: #22d3ee;
    margin-bottom: 0.75rem;
}

/* Journey funnel */
.lx-journey-visual {
    display: grid;
    gap: 2.5rem;
    align-items: start;
}

.lx-funnel {
    position: relative;
    padding-left: 1.25rem;
}

.lx-funnel::before {
    content: '';
    position: absolute;
    left: 0.375rem;
    top: 0.5rem;
    bottom: 0.5rem;
    width: 1px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.04));
}

.lx-funnel-step {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.625rem 0;
}

.lx-funnel-step::before {
    content: '';
    position: absolute;
    left: -1rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #27272a;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.lx-funnel-step span:first-of-type {
    font-size: 0.8125rem;
    font-weight: 500;
    color: #71717a;
}

.lx-funnel-step .lx-funnel-hint {
    margin-left: auto;
    font-size: 0.625rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #52525b;
}

.lx-funnel-callout {
    margin-top: 1rem;
    padding: 0.75rem 1rem;
    border: 1px dashed rgba(255, 255, 255, 0.1);
    font-size: 0.8125rem;
    font-weight: 600;
    color: #a1a1aa;
}

.lx-hub-aside {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.lx-hub-tagline {
    font-family: 'Sora', system-ui, sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #fafafa;
    line-height: 1.2;
}

.lx-hub-tagline em {
    font-style: normal;
    color: #22d3ee;
}

.lx-hub-lines {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.lx-hub-line {
    font-size: 0.875rem;
    color: #71717a;
    padding-left: 0.75rem;
    border-left: 2px solid rgba(34, 211, 238, 0.4);
}

/* Trust pillars */
.lx-trust-pillar {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.02);
    transition: border-color 0.2s ease;
}

.lx-trust-pillar:hover {
    border-color: rgba(34, 211, 238, 0.2);
}

.lx-trust-pillar-icon {
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #22d3ee;
}

.lx-trust-pillar strong {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #e4e4e7;
}

.lx-problem-icon {
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.75rem;
    color: #71717a;
}

/* Customer journey flow (legacy chips) */
.lx-journey-flow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
}

.lx-journey-node {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.5rem 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.02);
    font-size: 0.75rem;
    color: #71717a;
}

.lx-journey-node.is-muted {
    opacity: 0.5;
}

.lx-journey-arrow {
    color: #3f3f46;
    font-size: 0.75rem;
    flex-shrink: 0;
}

.lx-journey-hub {
    border-color: rgba(34, 211, 238, 0.4);
    background: rgba(34, 211, 238, 0.08);
    color: #e4e4e7;
    font-weight: 600;
}

/* Problem cards */
.lx-problem-card {
    padding: 1.5rem;
    border-top: 2px solid rgba(255, 255, 255, 0.06);
    background: #0a0a0c;
    transition: border-color 0.25s ease;
}

.lx-problem-card:hover {
    border-top-color: rgba(34, 211, 238, 0.5);
}

/* Compare */
.lx-compare-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: rgba(255, 255, 255, 0.08);
}

.lx-compare-cell {
    padding: 1rem 1.25rem;
    background: #0a0a0c;
    font-size: 0.8125rem;
}

.lx-compare-header {
    font-size: 0.625rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #71717a;
    padding-bottom: 0.5rem;
}

.lx-compare-bad {
    color: #71717a;
    text-decoration: line-through;
    text-decoration-color: rgba(255, 255, 255, 0.15);
}

.lx-compare-good {
    color: #e4e4e7;
    font-weight: 500;
}

/* Action grid */
.lx-action-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.07);
    background: rgba(255, 255, 255, 0.02);
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.lx-action-card:hover {
    border-color: rgba(34, 211, 238, 0.25);
    transform: translateY(-2px);
}

.lx-action-icon {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.625rem;
    background: rgba(34, 211, 238, 0.1);
    color: #22d3ee;
}

/* Why checklist */
.lx-check-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    font-size: 0.875rem;
    color: #d4d4d8;
}

.lx-check-icon {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-top: 0.125rem;
    color: #22d3ee;
}

/* Steps */
.lx-step {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1.25rem;
    padding: 1.5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.lx-step:last-child {
    border-bottom: none;
}

.lx-step-index {
    font-family: 'Sora', system-ui, sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    color: rgba(34, 211, 238, 0.35);
}

/* CTA band */
.lx-cta-band {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 2px solid rgba(34, 211, 238, 0.45);
    background: linear-gradient(165deg, #121214 0%, #0a0a0c 100%);
    position: relative;
    overflow: hidden;
}

.lx-cta-band::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 60% 80% at 50% 120%, rgba(34, 211, 238, 0.14), transparent 60%);
    pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
    .lx-hub-pulse {
        animation: lx-pulse 3s ease-in-out infinite;
    }
}

@keyframes lx-pulse {
    0%, 100% { box-shadow: 0 0 40px -12px rgba(34, 211, 238, 0.15); }
    50% { box-shadow: 0 0 56px -8px rgba(34, 211, 238, 0.28); }
}

.lx-faq summary {
    cursor: pointer;
    list-style: none;
}

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

@media (min-width: 640px) {
    .lx-landing-hero-title {
        font-size: 2.25rem;
    }

    .lx-landing-hero-lead {
        font-size: 1.0625rem;
    }

    .lx-landing-section-title {
        font-size: 1.875rem;
    }
}

@media (min-width: 768px) {
    .lx-answer-row {
        grid-template-columns: repeat(4, 1fr);
    }

    .lx-landing-nav-links {
        gap: 2rem;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .lx-hero-grid {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(220px, 280px);
        gap: 2rem;
        align-items: center;
    }

    .lx-hero-preview-wrap {
        max-width: 260px;
    }

    .lx-hero-preview-wrap .lx-phone--product {
        max-width: 252px;
        transform: scale(0.98);
        transform-origin: center top;
    }

    .lx-landing-hero-title {
        font-size: 2rem;
    }

    .lx-journey-visual {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .lx-hub-aside {
        display: grid;
        grid-template-columns: 1fr minmax(260px, 400px);
        gap: 1.5rem;
        align-items: start;
    }

    .lx-hub-tagline {
        font-size: 1.25rem;
    }

    .lx-compare-row {
        font-size: 0.8125rem;
    }

    .lx-compare-cell {
        padding: 0.75rem 1rem;
    }

    .lx-cta-band {
        padding: 2.5rem 1.5rem;
    }

    .lx-landing-section-title {
        font-size: 1.75rem;
    }
}

/* Auth pages (login, register, etc.) */
.lx-auth-nav-inner {
    width: 100%;
}

.lx-auth-brand {
    min-width: 0;
}

.lx-auth-main {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    min-height: calc(100dvh - 3.5rem);
    padding: clamp(1rem, 3vw, 2rem) clamp(1rem, 4vw, 1.5rem) clamp(1.25rem, 4vw, 2.5rem);
}

.lx-auth-shell {
    display: flex;
    min-height: 100dvh;
    flex-direction: column;
    overflow-x: clip;
}

.lx-auth-container {
    width: 100%;
    max-width: min(28rem, 100%);
    margin-left: auto;
    margin-right: auto;
}

.lx-auth-header {
    text-align: center;
}

.lx-auth-title {
    margin-top: 0.5rem;
    font-size: 1.5rem;
    line-height: 1.1;
}

@media (min-width: 640px) {
    .lx-auth-title {
        margin-top: 0.75rem;
        font-size: 1.875rem;
    }
}

@media (min-width: 1024px) {
    .lx-auth-title {
        font-size: 2.25rem;
    }
}

.lx-auth-subtitle {
    margin-top: 0.625rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #a1a1aa;
}

.lx-auth-label-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.25rem 0.75rem;
}

.lx-auth-label-row .lx-auth-label {
    margin-bottom: 0;
}

.lx-auth-card {
    margin-top: clamp(1.25rem, 3vw, 2rem);
    padding: 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(12, 12, 14, 0.95) 0%, rgba(10, 10, 12, 0.98) 100%);
    box-shadow: 0 24px 80px -24px rgba(0, 0, 0, 0.75);
}

@media (min-width: 640px) {
    .lx-auth-subtitle {
        font-size: 0.9375rem;
    }

    .lx-auth-card {
        padding: 1.75rem;
    }
}

@media (min-width: 1024px) {
    .lx-auth-card {
        padding: 2rem;
    }
}

/* Tablet & small desktop */
@media (min-width: 640px) and (max-width: 1023px) {
    .lx-auth-main {
        min-height: calc(100dvh - 4rem);
        padding-top: 1.5rem;
        padding-bottom: 2rem;
    }

    .lx-auth-container {
        max-width: min(26rem, calc(100% - 1rem));
    }
}

/* Short viewports (small laptop / zoomed) */
@media (max-height: 760px) {
    .lx-auth-main {
        justify-content: flex-start;
        padding-top: 1rem;
        padding-bottom: 1.5rem;
    }

    .lx-auth-card {
        margin-top: 1rem;
    }

    .lx-auth-header .lx-eyebrow {
        display: none;
    }

    .lx-auth-title {
        margin-top: 0;
        font-size: 1.375rem;
    }

    .lx-auth-subtitle {
        margin-top: 0.375rem;
        font-size: 0.8125rem;
    }
}

.lx-auth-footer {
    margin-top: 1.5rem;
    text-align: center;
    font-size: 0.75rem;
    color: #52525b;
}

.lx-auth-alert {
    margin-bottom: 1rem;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.45;
}

.lx-auth-alert--info {
    border: 1px solid rgba(251, 191, 36, 0.3);
    background: rgba(251, 191, 36, 0.08);
    color: #fde68a;
}

.lx-auth-alert--error {
    border: 1px solid rgba(239, 68, 68, 0.3);
    background: rgba(239, 68, 68, 0.08);
    color: #fecaca;
}

.lx-auth-alert--success {
    border: 1px solid rgba(52, 211, 153, 0.3);
    background: rgba(52, 211, 153, 0.08);
    color: #a7f3d0;
}

.lx-auth-field {
    display: block;
}

.lx-auth-label {
    display: block;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #71717a;
}

.lx-auth-input {
    margin-top: 0.5rem;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    color: #fafafa;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.lx-auth-input::placeholder {
    color: #52525b;
}

.lx-auth-input:focus {
    border-color: rgba(34, 211, 238, 0.45);
    box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.12);
}

.lx-auth-error {
    margin-top: 0.375rem;
    font-size: 0.75rem;
    color: #fca5a5;
}

.lx-auth-link {
    font-size: 0.75rem;
    font-weight: 600;
    color: #22d3ee;
    transition: color 0.2s ease;
}

.lx-auth-link:hover {
    color: #67e8f9;
}

.lx-auth-oauth {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #e4e4e7;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.lx-auth-oauth:hover {
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.06);
}

.lx-auth-divider {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin: 1.5rem 0;
}

.lx-auth-divider::before,
.lx-auth-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: rgba(255, 255, 255, 0.08);
}

.lx-auth-divider span {
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #52525b;
}

.lx-auth-checkbox {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #a1a1aa;
    cursor: pointer;
}

.lx-auth-checkbox input {
    height: 1rem;
    width: 1rem;
    border-radius: 0.25rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.03);
    accent-color: #22d3ee;
}

.lx-btn-primary.lx-btn-full {
    width: 100%;
}

.lx-auth-switch {
    margin-top: 1.5rem;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #a1a1aa;
    text-wrap: balance;
}

.lx-auth-switch a {
    font-weight: 600;
    color: #22d3ee;
}

.lx-auth-switch a:hover {
    color: #67e8f9;
}

.lx-auth-select {
    margin-top: 0.5rem;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #0f0f11;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    color: #fafafa;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.lx-auth-select:focus {
    border-color: rgba(34, 211, 238, 0.45);
    box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.12);
}

.lx-auth-select option {
    background: #0f0f11;
    color: #fafafa;
}

.lx-auth-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.lx-auth-field > .lx-auth-grid {
    margin-top: 0.5rem;
}

@media (min-width: 640px) {
    .lx-auth-grid--2 {
        grid-template-columns: repeat(2, 1fr);
    }
}

.lx-auth-strength {
    display: flex;
    gap: 0.25rem;
    margin-top: 0.5rem;
}

.lx-auth-strength-bar {
    flex: 1;
    height: 0.25rem;
    background: #3f3f46;
    transition: background-color 0.2s ease;
}

.lx-auth-strength-bar.is-active {
    background: #22d3ee;
}

.lx-auth-hint {
    margin-top: 0.375rem;
    font-size: 0.75rem;
    color: #52525b;
}

.lx-auth-terms {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.45;
    color: #a1a1aa;
}

.lx-auth-terms input {
    margin-top: 0.2rem;
    height: 1rem;
    width: 1rem;
    flex-shrink: 0;
    accent-color: #22d3ee;
}

.lx-auth-terms a {
    color: #22d3ee;
}

.lx-auth-terms a:hover {
    color: #67e8f9;
}

.lx-auth-perks {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.lx-auth-perk {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.875rem;
    color: #71717a;
}

.lx-auth-perk svg {
    flex-shrink: 0;
    height: 1.125rem;
    width: 1.125rem;
    color: #22d3ee;
}

.lx-auth-callout {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.lx-auth-callout-icon {
    display: flex;
    height: 2.5rem;
    width: 2.5rem;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(34, 211, 238, 0.2);
    background: rgba(34, 211, 238, 0.08);
    color: #22d3ee;
}

.lx-auth-callout-title {
    font-size: 0.875rem;
    font-weight: 600;
    color: #fafafa;
}

.lx-auth-callout-text {
    margin-top: 0.25rem;
    font-size: 0.875rem;
    line-height: 1.45;
    color: #a1a1aa;
}

.lx-auth-input-wrap {
    position: relative;
}

.lx-auth-input-wrap .lx-auth-input {
    padding-right: 2.75rem;
}

.lx-auth-toggle-pw {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    margin-top: 0.25rem;
    transform: translateY(-50%);
    color: #71717a;
    transition: color 0.2s ease;
}

.lx-auth-toggle-pw:hover {
    color: #e4e4e7;
}

.lx-auth-choice {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    cursor: pointer;
    text-align: left;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.lx-auth-choice:hover {
    border-color: rgba(34, 211, 238, 0.35);
}

.lx-auth-choice:has(:checked) {
    border-color: rgba(34, 211, 238, 0.5);
    background: rgba(34, 211, 238, 0.08);
}

.lx-auth-choice input {
    margin-top: 0.125rem;
    height: 1rem;
    width: 1rem;
    flex-shrink: 0;
    accent-color: #22d3ee;
}

.lx-auth-choice-title {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #fafafa;
}

.lx-auth-choice-desc {
    display: block;
    margin-top: 0.2rem;
    font-size: 0.75rem;
    line-height: 1.35;
    color: #71717a;
}

.lx-auth-slug {
    display: flex;
    margin-top: 0.5rem;
    align-items: stretch;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.lx-auth-slug:focus-within {
    border-color: rgba(34, 211, 238, 0.45);
    box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.12);
}

.lx-auth-slug-prefix {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 0.75rem;
    font-size: 0.75rem;
    color: #71717a;
}

@media (min-width: 640px) {
    .lx-auth-slug-prefix {
        font-size: 0.8125rem;
    }
}

.lx-auth-slug-input {
    min-width: 0;
    flex: 1;
    border: none;
    background: transparent;
    padding: 0.75rem 0.875rem;
    font-size: 0.875rem;
    color: #fafafa;
    outline: none;
}

.lx-auth-slug-input::placeholder {
    color: #52525b;
}

.lx-auth-status {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.5rem;
    font-size: 0.75rem;
    line-height: 1.4;
}

.lx-auth-status-icon {
    display: inline-flex;
    height: 1.25rem;
    width: 1.25rem;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
}

.lx-auth-status-icon--ok {
    background: rgba(52, 211, 153, 0.15);
    color: #34d399;
}

.lx-auth-status-icon--error {
    background: rgba(239, 68, 68, 0.15);
    color: #f87171;
}

.lx-auth-status-icon--warn {
    background: rgba(251, 191, 36, 0.15);
    color: #fbbf24;
}

.lx-auth-status-text--ok {
    color: #6ee7b7;
}

.lx-auth-status-text--error {
    color: #fca5a5;
}

.lx-auth-status-text--warn {
    color: #fde68a;
}

.lx-auth-nav-btn {
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #e4e4e7;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.lx-auth-nav-btn:hover {
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.06);
}

.lx-auth-container--wide {
    max-width: 32rem;
}

@media (min-width: 1024px) {
    .lx-landing-hero-title {
        font-size: 3.15rem;
    }

    .lx-landing-section-title {
        font-size: 2.25rem;
    }

    .lx-landing-nav-links {
        gap: 2rem;
    }

    .lx-hero-grid {
        display: grid;
        grid-template-columns: 1fr minmax(240px, 290px);
        gap: 3.5rem;
        align-items: center;
    }

    .lx-hero-preview-wrap {
        max-width: 290px;
        justify-self: end;
    }

    .lx-hero-preview-wrap .lx-phone--product {
        max-width: 290px;
        transform: none;
    }

    .lx-journey-visual {
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
        align-items: center;
    }

    .lx-hub-aside {
        display: flex;
        flex-direction: column;
        gap: 1.25rem;
    }

    .lx-urgency-band {
        padding: 2rem 2.5rem;
    }
}

@media (min-width: 1280px) {
    .lx-landing-section-title {
        font-size: 2.5rem;
    }
}
