/* 15-public-redesign.css - Public site visual system
 * Part of the LayerOne marketing stylesheet bundle.
 * Load order is defined in templates/layouts/_marketing_styles.html
 *
 * This layer is meant to be visible. Earlier files unified every page onto the
 * same full-bleed navy banner; this one splits the homepage (cinematic, logo
 * ground) from inner pages (light canvas, contained hero card) and retunes the
 * marketing tokens to the lockup: electric blue on near-black, not muted royal
 * with a teal wash.
 *
 * Console/client shells do not load this file. Do not move these token
 * overrides into tokens.css.
 */

/* ---------- Logo-matched marketing tokens ---------- */
html {
    --l1-brand: #3b7ae8;
    --l1-brand-strong: #5b92f2;
    --l1-brand-soft: #eaf2ff;
    --l1-brand-border: #b7d0ff;
    --l1-brand-contrast: #ffffff;
    --l1-primary: #3b7ae8;
    --l1-primary-2: #5b92f2;
    --l1-primary-dark: #2458c4;
    --l1-primary-soft: rgba(77, 148, 255, 0.14);
    --l1-primary-glow: rgba(77, 148, 255, 0.38);
    --l1-hero-ground: #152a52;
    --l1-hero-glow-rgb: 110, 176, 255;
    --l1-hero-scrim-top-rgb: 22, 62, 130;
    --l1-hero-scrim-bottom-rgb: 18, 52, 112;
    --l1-shadow-glow: 0 22px 56px rgba(77, 148, 255, 0.28);
    --l1-shadow-soft: 0 18px 44px rgba(26, 68, 136, 0.12);
    --bs-primary: #3b7ae8;
    --bs-primary-rgb: 77, 148, 255;
    --bs-link-color: #2458c4;
    --bs-link-hover-color: #3b7ae8;
}

html[data-l1-theme="dark"] {
    --l1-brand: #4c8cff;
    --l1-brand-strong: #7eb0ff;
    --l1-brand-soft: rgba(76, 140, 255, 0.16);
    --l1-brand-border: rgba(76, 140, 255, 0.4);
    --l1-brand-contrast: #050b18;
    --l1-primary: #4c8cff;
    --l1-primary-2: #7eb0ff;
    --l1-primary-dark: #c5d8ff;
    --l1-primary-soft: rgba(76, 140, 255, 0.16);
    --l1-primary-glow: rgba(76, 140, 255, 0.28);
}

html[data-l1-theme="light"] body {
    background:
        radial-gradient(circle at 12% -8%, rgba(77, 148, 255, 0.12), transparent 32rem),
        radial-gradient(circle at 92% 0%, rgba(106, 166, 255, 0.1), transparent 28rem),
        #f4f6fb;
}

.l1-container {
    max-width: 1200px;
}

/* ---------- Buttons: 8px, electric, not pills ---------- */
.l1-btn-primary,
.l1-btn-ghost {
    border-radius: 8px !important;
}

.l1-btn-primary,
.ui-btn--primary.l1-btn {
    background: #3b7ae8 !important;
    border-color: #3b7ae8 !important;
    box-shadow: 0 12px 28px rgba(77, 148, 255, 0.32);
    color: #ffffff !important;
}

.l1-btn-primary:hover,
.ui-btn--primary.l1-btn:hover {
    background: #3269d4 !important;
    border-color: #3269d4 !important;
    color: #ffffff !important;
}

/* Ghost buttons on navy surfaces. `.ui-btn` loads last (tailwind.css) with
   dark ink, and `html[data-l1-theme="light"] .l1-btn-ghost` in 12-bento-hero.css
   does the same. Homepage heroes already pinned light-on-dark; inner page
   heroes and the CTA band did not, so "Talk to us" vanished on Partner Program. */
html[data-l1-theme="light"] .l1-page-hero .l1-btn-ghost,
html[data-l1-theme="dark"] .l1-page-hero .l1-btn-ghost,
html[data-l1-theme="light"] .l1-contact-hero .l1-btn-ghost,
html[data-l1-theme="dark"] .l1-contact-hero .l1-btn-ghost,
html[data-l1-theme="light"] .l1-article-hero .l1-btn-ghost,
html[data-l1-theme="dark"] .l1-article-hero .l1-btn-ghost,
html[data-l1-theme="light"] .l1-builder-hero:not(.l1-checkout-hero) .l1-btn-ghost,
html[data-l1-theme="dark"] .l1-builder-hero:not(.l1-checkout-hero) .l1-btn-ghost,
html[data-l1-theme="light"] .l1-cta-card .l1-btn-ghost,
html[data-l1-theme="dark"] .l1-cta-card .l1-btn-ghost,
html[data-l1-theme="light"] .l1-home-hero .l1-btn-ghost,
html[data-l1-theme="dark"] .l1-home-hero .l1-btn-ghost,
html[data-l1-theme="light"] .l1-hero#top .l1-btn-ghost,
html[data-l1-theme="dark"] .l1-hero#top .l1-btn-ghost,
html[data-l1-theme="light"] .l1-section-dark .l1-btn-ghost,
html[data-l1-theme="dark"] .l1-section-dark .l1-btn-ghost {
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: rgba(255, 255, 255, 0.28) !important;
    box-shadow: none !important;
    color: #ffffff !important;
}

html[data-l1-theme="light"] .l1-page-hero .l1-btn-ghost:hover,
html[data-l1-theme="dark"] .l1-page-hero .l1-btn-ghost:hover,
html[data-l1-theme="light"] .l1-contact-hero .l1-btn-ghost:hover,
html[data-l1-theme="dark"] .l1-contact-hero .l1-btn-ghost:hover,
html[data-l1-theme="light"] .l1-article-hero .l1-btn-ghost:hover,
html[data-l1-theme="dark"] .l1-article-hero .l1-btn-ghost:hover,
html[data-l1-theme="light"] .l1-builder-hero:not(.l1-checkout-hero) .l1-btn-ghost:hover,
html[data-l1-theme="dark"] .l1-builder-hero:not(.l1-checkout-hero) .l1-btn-ghost:hover,
html[data-l1-theme="light"] .l1-cta-card .l1-btn-ghost:hover,
html[data-l1-theme="dark"] .l1-cta-card .l1-btn-ghost:hover,
html[data-l1-theme="light"] .l1-home-hero .l1-btn-ghost:hover,
html[data-l1-theme="dark"] .l1-home-hero .l1-btn-ghost:hover,
html[data-l1-theme="light"] .l1-hero#top .l1-btn-ghost:hover,
html[data-l1-theme="dark"] .l1-hero#top .l1-btn-ghost:hover,
html[data-l1-theme="light"] .l1-section-dark .l1-btn-ghost:hover,
html[data-l1-theme="dark"] .l1-section-dark .l1-btn-ghost:hover {
    background: rgba(255, 255, 255, 0.16) !important;
    border-color: rgba(255, 255, 255, 0.45) !important;
    color: #ffffff !important;
}

html[data-l1-theme="light"] .l1-home-hero .l1-gradient-text,
html[data-l1-theme="light"] .l1-hero#top .l1-gradient-text,
html[data-l1-theme="dark"] .l1-home-hero .l1-gradient-text,
html[data-l1-theme="dark"] .l1-hero#top .l1-gradient-text {
    animation: none;
    background: none;
    -webkit-background-clip: unset;
    background-clip: unset;
    -webkit-text-fill-color: #ffffff;
    color: #ffffff;
}

/* ---------- Type: display-sized headings ---------- */
.l1-home-hero .l1-hero-title,
.l1-hero#top .l1-hero-title {
    font-size: clamp(3rem, 6.4vw, 5.35rem) !important;
    font-weight: 800;
    letter-spacing: -0.055em;
    line-height: 0.94 !important;
    max-width: 11ch;
}

.l1-page-hero h1,
.l1-contact-hero h1,
.l1-builder-hero:not(.l1-checkout-hero) h1,
.l1-article-hero h1 {
    font-size: clamp(2.35rem, 4.8vw, 4rem) !important;
    font-weight: 800;
    letter-spacing: -0.045em;
    line-height: 1.02 !important;
}

.l1-section-title {
    font-size: clamp(1.85rem, 3.4vw, 2.85rem);
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1.08;
}

.l1-home-hero .l1-hero-sub,
.l1-hero#top .l1-hero-sub {
    font-size: clamp(1.05rem, 1.5vw, 1.22rem) !important;
    max-width: 38rem !important;
}

/* ---------- Homepage hero: brighter blue field, isometric mesh, no map ---------- */
html[data-l1-theme="light"] .l1-home-hero.l1-hero,
html[data-l1-theme="dark"] .l1-home-hero.l1-hero,
html[data-l1-theme="light"] body:not(.auth-body) .l1-hero#top,
html[data-l1-theme="dark"] body:not(.auth-body) .l1-hero#top {
    background-color: #152a52 !important;
    background-image:
        radial-gradient(ellipse 70% 55% at 18% 20%, rgba(59, 122, 232, 0.28), transparent 62%),
        radial-gradient(ellipse 55% 50% at 88% 8%, rgba(59, 122, 232, 0.16), transparent 55%),
        radial-gradient(ellipse 40% 40% at 72% 78%, rgba(36, 88, 196, 0.2), transparent 60%),
        repeating-linear-gradient(60deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 42px),
        repeating-linear-gradient(-60deg, rgba(255, 255, 255, 0.028) 0 1px, transparent 1px 42px) !important;
    background-position: center !important;
    background-repeat: no-repeat, no-repeat, no-repeat, repeat, repeat !important;
    background-size: auto, auto, auto, auto, auto !important;
    border: 1px solid rgba(158, 194, 255, 0.18) !important;
    border-radius: 24px !important;
    box-shadow: 0 28px 70px rgba(5, 11, 24, 0.28) !important;
    display: flex !important;
    flex-direction: column;
    margin-bottom: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: none !important;
    min-height: min(88vh, 62rem);
    overflow: hidden;
    padding: 0 !important;
    width: min(85vw, calc(100% - 2rem)) !important;
}

.l1-hero-atmosphere {
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    z-index: 0;
}

.l1-hero-orb {
    border-radius: 50%;
    filter: blur(8px);
    position: absolute;
}

.l1-hero-orb-a {
    background: radial-gradient(circle, rgba(59, 122, 232, 0.32), transparent 70%);
    height: 28rem;
    left: -6rem;
    top: -8rem;
    width: 28rem;
}

.l1-hero-orb-b {
    background: radial-gradient(circle, rgba(59, 122, 232, 0.18), transparent 72%);
    height: 22rem;
    right: -4rem;
    top: 10%;
    width: 22rem;
}

.l1-hero-grid {
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
    background-size: 56px 56px;
    inset: 0;
    mask-image: radial-gradient(ellipse at 40% 40%, #000 20%, transparent 75%);
    position: absolute;
}

.l1-home-hero > .l1-container,
.l1-hero#top > .l1-container {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: center;
    max-width: none;
    padding: clamp(5.5rem, 9vw, 8rem) clamp(1.25rem, 4vw, 4rem) clamp(3.5rem, 5vw, 4.75rem);
    position: relative;
    width: 100%;
    z-index: 1;
}

.l1-home-hero > .l1-trust-strip,
.l1-hero#top > .l1-trust-strip {
    background: #ffffff !important;
    border: 0 !important;
    border-radius: 0;
    box-shadow: none;
    color: var(--l1-text-muted);
    flex: 0 0 auto;
    margin: 0 !important;
    padding: 1.15rem 1.5rem !important;
    position: relative;
    width: 100%;
    z-index: 1;
}

html[data-l1-theme="dark"] .l1-home-hero > .l1-trust-strip,
html[data-l1-theme="dark"] .l1-hero#top > .l1-trust-strip {
    background: #121826 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
}

@media (min-width: 992px) {
    .l1-home-hero .l1-hero-row {
        gap: 3.25rem !important;
        grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr) !important;
        min-height: clamp(34rem, 48vw, 46rem) !important;
    }

    .l1-home-hero .l1-hero-visual {
        margin: 0 0 0 auto;
        max-width: 540px;
        transform: perspective(1600px) rotateY(-11deg) rotateX(7deg);
        transform-style: preserve-3d;
    }
}

.l1-home-hero .l1-hero-mockup {
    border: 1px solid rgba(165, 206, 255, 0.32);
    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.28),
        0 0 0 1px rgba(77, 148, 255, 0.2),
        0 0 80px rgba(77, 148, 255, 0.22);
}

.l1-home-hero .l1-hero-stats {
    background: rgba(255, 255, 255, 0.04) !important;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    padding: 0.85rem 1.15rem;
}

/* ---------- Trust strip: static, light, no ticker ---------- */
.l1-trust-strip {
    background: var(--l1-surface) !important;
    border-bottom: 1px solid var(--l1-border);
    border-top: 0;
    color: var(--l1-text-muted);
    overflow: visible;
    padding: 1.05rem 0 !important;
}

.l1-trust-strip ul {
    color: inherit !important;
    display: flex !important;
    flex-wrap: wrap !important;
    font-size: 0.88rem;
    font-weight: 650;
    gap: 0.85rem 1.75rem !important;
    justify-content: center !important;
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: normal;
}

.l1-trust-strip i {
    color: #3b7ae8 !important;
}

html[data-l1-theme="dark"] .l1-trust-strip {
    background: rgba(255, 255, 255, 0.03) !important;
    border-bottom-color: rgba(255, 255, 255, 0.08);
}

/* ---------- Inner pages: light canvas, contained electric-navy card ---------- */
.l1-page-hero,
.l1-builder-hero:not(.l1-checkout-hero),
.l1-contact-hero,
.l1-article-hero,
.l1-public-rendered-page .l1-page-hero,
.l1-cms-body .l1-page-hero,
.l1-cms-body .l1-builder-hero {
    align-items: stretch !important;
    background: transparent !important;
    background-image: none !important;
    border: 0 !important;
    display: block !important;
    min-height: 0 !important;
    overflow: visible !important;
    padding: 1.35rem 0 2.25rem !important;
}

.l1-page-hero::before,
.l1-page-hero::after,
.l1-builder-hero:not(.l1-checkout-hero)::before,
.l1-builder-hero:not(.l1-checkout-hero)::after,
.l1-contact-hero::before,
.l1-contact-hero::after,
.l1-article-hero::before,
.l1-article-hero::after {
    content: none !important;
    display: none !important;
}

.l1-page-hero > .l1-container,
.l1-builder-hero:not(.l1-checkout-hero) > .l1-container,
.l1-contact-hero > .l1-container,
.l1-article-hero > .l1-container,
.l1-public-rendered-page > .l1-page-hero > .l1-container,
.l1-cms-body .l1-page-hero > .l1-container {
    background-color: #152a52;
    background-image:
        radial-gradient(ellipse 80% 70% at 12% 0%, rgba(110, 176, 255, 0.5), transparent 55%),
        radial-gradient(ellipse 50% 50% at 100% 100%, rgba(165, 206, 255, 0.18), transparent 50%),
        repeating-linear-gradient(60deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 36px),
        repeating-linear-gradient(-60deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 36px);
    background-position: center;
    background-repeat: no-repeat, no-repeat, repeat, repeat;
    background-size: auto, auto, auto, auto;
    border: 1px solid rgba(158, 194, 255, 0.18);
    border-radius: 24px;
    box-shadow: 0 28px 70px rgba(5, 11, 24, 0.28);
    max-width: 1200px;
    overflow: hidden;
    padding: clamp(2.1rem, 4vw, 3.4rem) clamp(1.4rem, 3.4vw, 3rem) !important;
    position: relative;
    width: 100%;
}

html[data-l1-theme="dark"] .l1-page-hero > .l1-container,
html[data-l1-theme="dark"] .l1-contact-hero > .l1-container,
html[data-l1-theme="dark"] .l1-builder-hero:not(.l1-checkout-hero) > .l1-container {
    background-color: #1a3566;
    border-color: rgba(165, 206, 255, 0.28);
}

/* Heroes used to carry a world-map texture. Kill it on every hero surface,
   including the leftover .l1-world-map-bg class still in some templates. */
.l1-home-hero.l1-world-map-bg,
.l1-page-hero.l1-world-map-bg,
.l1-contact-hero.l1-world-map-bg,
.l1-article-hero.l1-world-map-bg,
.l1-builder-hero.l1-world-map-bg,
.l1-page-hero.l1-world-map-bg::after,
.l1-contact-hero.l1-world-map-bg::after,
.l1-hero::after {
    animation: none !important;
    background-image: none !important;
    filter: none !important;
}

.l1-locations-section > .l1-world-map-bg {
    display: none;
}

.l1-page-hero-layout {
    align-items: center;
    display: grid;
    gap: 1.75rem;
    grid-template-columns: minmax(0, 1fr);
    position: relative;
    z-index: 1;
}

@media (min-width: 992px) {
    .l1-page-hero-layout {
        gap: 2.5rem;
        grid-template-columns: minmax(0, 1.15fr) minmax(240px, 0.85fr);
    }
}

.l1-page-hero-copy {
    min-width: 0;
}

.l1-pricing-page .l1-pricing-hero {
    text-align: left !important;
}

.l1-pricing-page .l1-pricing-hero .l1-container {
    max-width: 1200px !important;
}

.l1-pricing-page .l1-pricing-proof-row,
.l1-pricing-page .l1-page-hero .l1-hero-proof {
    justify-content: flex-start !important;
}

.l1-features-hero .l1-container {
    max-width: 1200px !important;
}

.l1-features-hero .l1-page-hero-layout,
.l1-features-hero .l1-page-hero-copy {
    align-self: stretch;
    text-align: left;
    width: 100%;
}

.l1-features-hero .l1-page-hero-copy h1,
.l1-features-hero .l1-page-hero-copy p {
    margin-inline: 0;
    max-width: 38rem;
    text-align: left;
}

.l1-features-hero-visual {
    position: relative;
    width: 100%;
}

.l1-features-hero .l1-mockup-window {
    background: #f7f9fc;
    border-color: rgba(255, 255, 255, 0.28);
    box-shadow: 0 22px 50px rgba(5, 11, 24, 0.38);
}

.l1-features-hero .l1-mockup-header {
    background: #eef2f8;
    border-bottom-color: rgba(18, 32, 58, 0.08);
}

.l1-features-hero .l1-mockup-title,
.l1-features-hero .l1-mockup-dash-meta span,
.l1-features-hero .l1-mockup-stat span {
    color: #5a6b86;
}

.l1-features-hero .l1-mockup-dash-name,
.l1-features-hero .l1-mockup-dash-meta strong,
.l1-features-hero .l1-mockup-stat strong {
    color: #12203a;
}

.l1-features-hero .l1-mockup-stat {
    background: #ffffff;
    border-color: rgba(18, 32, 58, 0.08);
}

.l1-control-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.l1-control-chip {
    background: #ffffff;
    border: 1px solid rgba(18, 32, 58, 0.1);
    border-radius: 8px;
    color: #12203a;
    font-size: 0.72rem;
    font-weight: 750;
    letter-spacing: 0.02em;
    padding: 0.38rem 0.65rem;
}

.l1-control-chip.is-active {
    background: #3b7ae8;
    border-color: #3b7ae8;
    color: #ffffff;
}

.l1-include-split {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 768px) {
    .l1-include-split {
        grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    }
}

.l1-include-panel {
    border-radius: 18px !important;
    padding: 1.5rem 1.4rem 1.6rem;
}

.l1-include-panel h3 {
    font-size: 1.35rem;
    letter-spacing: -0.03em;
    margin: 0.45rem 0 1rem;
}

.l1-include-panel .l1-check-list {
    margin-top: 0;
}

.l1-include-panel-addon {
    background:
        radial-gradient(ellipse 80% 50% at 100% 0%, rgba(77, 148, 255, 0.12), transparent 55%),
        var(--l1-surface);
}

.l1-include-panel-addon .l1-check-list i {
    color: var(--l1-brand);
}

html[data-l1-theme="dark"] .l1-include-panel-addon {
    background:
        radial-gradient(ellipse 80% 50% at 100% 0%, rgba(76, 140, 255, 0.16), transparent 55%),
        var(--l1-surface);
}

.l1-section-dark .l1-feature .l1-bento-icon {
    margin-bottom: 1rem;
}

/* ---------- Solution landings: quieter glass, no badge chrome ---------- */
.l1-public-rendered-page > .l1-solution-hero.l1-page-hero {
    min-height: 0 !important;
    padding: 1.25rem 0 0 !important;
}

.l1-solution-hero > .l1-container {
    align-items: stretch !important;
    background-color: rgba(21, 42, 82, 0.78) !important;
    background-image:
        radial-gradient(ellipse 70% 60% at 8% 0%, rgba(110, 176, 255, 0.18), transparent 58%),
        radial-gradient(ellipse 45% 40% at 100% 100%, rgba(165, 206, 255, 0.08), transparent 52%) !important;
    border-color: rgba(158, 194, 255, 0.1) !important;
    box-shadow: none !important;
    text-align: left;
}

.l1-solution-hero .l1-page-hero-layout {
    align-items: center;
    width: 100%;
}

.l1-solution-hero .l1-page-hero-copy h1,
.l1-solution-hero .l1-page-hero-copy p {
    margin-inline: 0;
    text-align: left;
}

.l1-solution-hero .l1-page-hero-copy p {
    color: rgba(255, 255, 255, 0.72) !important;
    max-width: 38rem;
}

.l1-solution-hero .l1-builder-actions {
    justify-content: flex-start !important;
}

.l1-solution-hero .l1-btn-primary {
    background: rgba(59, 122, 232, 0.78) !important;
    border-color: rgba(59, 122, 232, 0.4) !important;
    box-shadow: none !important;
}

.l1-public-rendered-page > .l1-solution-hero > .l1-container {
    align-items: stretch !important;
    text-align: left;
}

.l1-public-rendered-page > .l1-solution-hero h1,
.l1-public-rendered-page > .l1-solution-hero p {
    margin-left: 0;
    text-align: left;
}

.l1-solution-hero-visual {
    position: relative;
    width: 100%;
}

.l1-solution-panel {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    padding: 1.15rem 1.2rem 1.05rem;
}

.l1-solution-panel-kicker {
    color: rgba(255, 255, 255, 0.48) !important;
    font-size: 0.72rem !important;
    font-weight: 650;
    letter-spacing: 0.08em;
    margin: 0 0 0.85rem !important;
    text-transform: uppercase;
}

.l1-solution-visual-row {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: grid;
    gap: 0.12rem;
    padding: 0.7rem 0 0;
}

.l1-solution-visual-row + .l1-solution-visual-row {
    margin-top: 0.7rem;
}

.l1-solution-visual-row span {
    color: rgba(255, 255, 255, 0.42);
    font-size: 0.7rem;
    font-weight: 650;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.l1-solution-visual-row strong {
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.98rem;
    font-weight: 650;
    letter-spacing: -0.02em;
}

.l1-solution-landing .l1-section-head {
    max-width: 40rem;
}

.l1-solution-landing .l1-faq-list {
    max-width: none;
}

.l1-solution-landing .l1-bento-card {
    background: rgba(255, 255, 255, 0.42) !important;
    border-color: rgba(21, 42, 82, 0.08) !important;
    box-shadow: none !important;
}

.l1-solution-landing .l1-bento-card::before {
    display: none !important;
}

.l1-solution-landing .l1-bento-icon {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: #5c6b82 !important;
    height: auto;
    justify-content: flex-start;
    margin-bottom: 0.7rem;
    width: auto;
}

.l1-solution-landing .l1-feature-tags {
    display: none;
}

.l1-solution-landing .l1-launch-step {
    align-items: start;
    border-bottom-color: rgba(21, 42, 82, 0.08);
    gap: 0.9rem;
    grid-template-columns: 1.6rem minmax(0, 1fr);
}

.l1-solution-landing .l1-launch-step > span,
.l1-solution-landing .l1-launch-step > .l1-step-num {
    background: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: #8a96a8 !important;
    font-size: 0.82rem !important;
    font-variant-numeric: tabular-nums;
    font-weight: 650 !important;
    height: auto !important;
    justify-content: flex-start;
    letter-spacing: 0.04em;
    margin: 0.2rem 0 0;
    width: auto !important;
}

.l1-solution-landing .l1-plan-fit-card {
    background: rgba(255, 255, 255, 0.42) !important;
    border-color: rgba(21, 42, 82, 0.08) !important;
    border-radius: 16px !important;
    box-shadow: none !important;
    gap: 1.2rem;
    padding: 1.35rem 1.3rem 1.4rem;
}

.l1-solution-landing .l1-plan-fit-card-primary {
    background: rgba(255, 255, 255, 0.62) !important;
    border-color: rgba(21, 42, 82, 0.16) !important;
    box-shadow: none !important;
}

.l1-solution-landing .l1-plan-fit-label {
    color: #5c6b82;
    font-weight: 700;
}

.l1-solution-landing .l1-faq-item {
    background: rgba(255, 255, 255, 0.42) !important;
    border-color: rgba(21, 42, 82, 0.08) !important;
    box-shadow: none !important;
}

.l1-solution-landing .l1-feature-action-row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
    margin-top: 1.5rem;
}

.l1-plan-fit-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 991.98px) {
    .l1-plan-fit-grid-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .l1-plan-fit-grid-3 {
        grid-template-columns: 1fr;
    }
}

/* ---------- Pricing: catalog sits on the hero card ---------- */
.l1-pricing-stage {
    margin-top: -0.25rem;
    padding: 0 0 1rem;
    position: relative;
    z-index: 2;
}

.l1-pricing-stage [data-pricing-catalog] {
    padding-top: 1.25rem !important;
}

.l1-plan-matrix-section {
    padding: 0;
}

.l1-plan-matrix-wrap {
    background: var(--l1-surface);
    border: 1px solid var(--l1-border);
    border-radius: 18px;
    box-shadow: 0 18px 40px rgba(5, 11, 24, 0.08);
    overflow: hidden;
    overflow-x: auto;
}

.l1-plan-matrix {
    display: grid;
    grid-template-columns: minmax(13rem, 1.5fr) 4.5rem 6rem 6.5rem 6.5rem 7.25rem auto;
    min-width: 760px;
    width: 100%;
}

.l1-plan-matrix-head,
.l1-plan-matrix-row {
    display: contents;
}

.l1-plan-matrix-head > * {
    background: var(--l1-bg-2);
    border-bottom: 1px solid var(--l1-border);
    color: var(--l1-text-muted);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    padding: 0.7rem 0.9rem;
    text-transform: uppercase;
}

.l1-plan-matrix-row > * {
    align-items: center;
    border-bottom: 1px solid var(--l1-border);
    display: flex;
    font-variant-numeric: tabular-nums;
    min-height: 4.25rem;
    padding: 0.7rem 0.9rem;
}

.l1-plan-matrix-row.is-featured > * {
    background: rgba(77, 148, 255, 0.06);
}

.l1-plan-matrix-row:last-child > * {
    border-bottom: 0;
}

.l1-plan-matrix-row > .l1-plan-matrix-plan {
    display: block;
}

.l1-plan-matrix-name {
    display: inline-block;
    font-family: var(--l1-font-head);
    font-size: 1.15rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    margin-right: 0.45rem;
}

.l1-plan-matrix-badge {
    background: #3b7ae8;
    border-radius: 999px;
    color: #fff;
    display: inline-block;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    padding: 0.18rem 0.5rem;
    text-transform: uppercase;
    vertical-align: middle;
}

.l1-plan-matrix-spec-line {
    display: none;
}

.l1-plan-matrix-fit {
    color: var(--l1-text-muted);
    display: block;
    font-size: 0.82rem;
    font-weight: 500;
    white-space: normal;
}

.l1-plan-matrix-price {
    display: block;
    font-family: var(--l1-font-head);
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.l1-plan-matrix-rate-cell {
    color: var(--l1-text-muted);
    font-size: 0.86rem;
}

.l1-plan-matrix-spec,
.l1-plan-matrix-price-cell,
.l1-plan-matrix-rate-cell,
.l1-plan-matrix-cta-cell {
    white-space: nowrap;
}

.l1-plan-matrix-cta {
    align-items: center;
    display: inline-flex;
    gap: 0.4rem;
    justify-content: center;
    min-height: 2.1rem;
    min-width: 5.75rem;
    padding: 0.28rem 0.7rem;
}

.l1-plan-matrix-cta-arrow {
    border-right: 1.6px solid currentColor;
    border-top: 1.6px solid currentColor;
    display: block;
    flex: none;
    height: 0.42em;
    width: 0.42em;
    transform: rotate(45deg);
}

.l1-plan-matrix-empty {
    grid-column: 1 / -1;
    padding: 1.25rem 1rem;
}

.l1-plan-includes {
    margin: 0 auto;
    max-width: 920px;
}

.l1-plan-includes .l1-check-list {
    display: grid;
    gap: 0.65rem 1.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
}

@media (max-width: 767.98px) {
    .l1-plan-includes .l1-check-list {
        grid-template-columns: 1fr;
    }

    .l1-pricing-stage {
        padding-left: 0;
        padding-right: 0;
    }

    .l1-plan-matrix-wrap {
        min-width: 0;
        overflow: hidden;
        width: 100%;
    }

    .l1-plan-matrix {
        display: flex;
        flex-direction: column;
        min-width: 0;
        width: 100%;
    }

    .l1-plan-matrix-head {
        display: none;
    }

    .l1-plan-matrix-row {
        align-items: center;
        border-bottom: 1px solid var(--l1-border);
        display: grid;
        gap: 0.12rem 0.75rem;
        grid-template-columns: minmax(0, 1fr) auto;
        min-height: 0;
        min-width: 0;
        padding: 0.75rem 0.9rem;
    }

    .l1-plan-matrix-row > * {
        border: 0;
        display: block;
        min-height: 0;
        padding: 0;
    }

    .l1-plan-matrix-row > .l1-plan-matrix-spec {
        display: none;
    }

    .l1-plan-matrix-row.is-featured {
        background: rgba(77, 148, 255, 0.06);
    }

    .l1-plan-matrix-row.is-featured > * {
        background: transparent;
    }

    .l1-plan-matrix-row:last-child {
        border-bottom: 0;
    }

    .l1-plan-matrix-plan {
        grid-column: 1;
        grid-row: 1 / span 3;
        min-width: 0;
    }

    .l1-plan-matrix-name {
        font-size: 1.05rem;
        margin-right: 0.35rem;
    }

    .l1-plan-matrix-fit {
        display: none;
    }

    .l1-plan-matrix-spec {
        display: none;
    }

    .l1-plan-matrix-spec-line {
        color: var(--l1-text-muted);
        display: block;
        font-size: 0.8rem;
        font-weight: 500;
        line-height: 1.35;
        margin-top: 0.2rem;
        white-space: normal;
    }

    .l1-plan-matrix-price-cell {
        grid-column: 2;
        grid-row: 1;
        text-align: right;
        white-space: nowrap;
    }

    .l1-plan-matrix-price {
        font-size: 1.05rem;
    }

    .l1-plan-matrix-rate-cell {
        color: var(--l1-text-muted);
        font-size: 0.78rem;
        grid-column: 2;
        grid-row: 2;
        text-align: right;
        white-space: nowrap;
    }

    .l1-plan-matrix-cta-cell {
        grid-column: 2;
        grid-row: 3;
        justify-self: end;
    }

    .l1-plan-matrix-cta {
        min-width: 0;
        padding: 0.22rem 0.6rem;
        width: auto;
    }
}

.l1-pricing-page [data-pricing-plan-amount] {
    font-variant-numeric: tabular-nums;
}

html[data-l1-theme="dark"] .l1-plan-matrix-wrap {
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

html[data-l1-theme="dark"] .l1-plan-matrix-row.is-featured {
    background: rgba(76, 140, 255, 0.1);
}

html[data-l1-theme="dark"] .l1-plan-matrix-row.is-featured > * {
    background: rgba(76, 140, 255, 0.1);
}

@media (max-width: 767.98px) {
    html[data-l1-theme="dark"] .l1-plan-matrix-row.is-featured {
        border-color: rgba(76, 140, 255, 0.45);
    }
}

/* ---------- Cards: isometric-adjacent geometry ---------- */
.l1-bento-card,
.l1-faq-item,
.l1-blog-card,
.l1-location-card,
.l1-plan {
    border-radius: 18px !important;
}

.l1-bento-card::before {
    background: linear-gradient(90deg, #3b7ae8, #6b9af0) !important;
    height: 3px !important;
    opacity: 1 !important;
}

.l1-bento-icon {
    background: #e7edf6;
    border: 1px solid rgba(21, 42, 82, 0.08);
    border-radius: 12px;
    color: #1a3566;
}

.l1-section-dark .l1-bento-icon {
    background: #e7edf6;
    border-color: rgba(21, 42, 82, 0.08);
    color: #1a3566;
}

/* ---------- How-it-works as a numbered track ---------- */
.l1-step-track {
    position: relative;
}

.l1-step-track .l1-feature {
    border-radius: 18px !important;
    min-height: 100%;
    padding-top: 1.5rem;
}

.l1-step-track .l1-step-num {
    background: #e7edf6;
    border: 0;
    border-radius: 12px;
    color: #1a3566;
    font-size: 1.05rem;
    font-weight: 800;
    height: 2.4rem;
    letter-spacing: -0.04em;
    margin-bottom: 1.1rem;
    width: 2.4rem;
}

.l1-section-dark .l1-step-track .l1-step-num,
html[data-l1-theme="dark"] .l1-section-dark .l1-step-num {
    background: #e7edf6;
    border: 0;
    color: #1a3566;
}

.l1-home-hero ~ #how-it-works .l1-home-step-grid .l1-feature::before,
body:not(.auth-body) .l1-hero#top ~ #how-it-works .l1-home-step-grid .l1-feature::before {
    content: none !important;
    display: none !important;
}

.l1-home-hero ~ #how-it-works .l1-home-step-grid .l1-feature,
body:not(.auth-body) .l1-hero#top ~ #how-it-works .l1-home-step-grid .l1-feature {
    padding-top: 1.5rem !important;
}

/* ---------- Regions: one board, Tampa live, Frankfurt next ---------- */
.l1-locations-section .l1-region-maps,
.l1-region-maps,
.l1-region-board,
.l1-region-card {
    text-align: left;
}

.l1-region-board {
    background: var(--l1-surface, #ffffff);
    border: 1px solid var(--l1-border);
    border-radius: 20px;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    min-width: 0;
    overflow: hidden;
}

@media (min-width: 768px) {
    .l1-region-board {
        grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
    }

    .l1-region-card-soon {
        border-left: 1px solid var(--l1-border);
    }
}

.l1-region-card {
    background: transparent;
    border: 0;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    min-width: 0;
    padding: 1.7rem 1.8rem 1.55rem;
}

.l1-region-card-soon {
    background: #f6f8fb;
}

.l1-region-kicker {
    align-items: center;
    color: #1f8a4d;
    display: flex;
    font-size: 0.78rem;
    font-weight: 700;
    gap: 0.45rem;
    letter-spacing: 0.06em;
    margin: 0 0 0.2rem;
    text-transform: uppercase;
}

.l1-region-card-soon .l1-region-kicker {
    color: #5c6b82;
}

.l1-region-live-dot {
    background: #2ecc71;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(46, 204, 113, 0.16);
    display: inline-block;
    height: 0.5rem;
    width: 0.5rem;
}

.l1-region-card h3 {
    font-size: clamp(1.55rem, 2.6vw, 2rem);
    letter-spacing: -0.04em;
    margin: 0;
}

.l1-region-card > p {
    color: var(--l1-text);
    margin: 0 0 0.9rem;
    max-width: 32rem;
}

.l1-region-card-soon > p {
    color: var(--l1-text-muted);
}

.l1-region-card .l1-btn,
.l1-region-card .l1-link-arrow {
    align-self: flex-start;
    margin-top: auto;
}

html[data-l1-theme="dark"] .l1-region-board {
    background: var(--l1-surface);
}

html[data-l1-theme="dark"] .l1-region-card-soon {
    background: rgba(255, 255, 255, 0.03);
}

/* ---------- CTA: two-column closer, electric bloom ---------- */
.l1-cta-section,
html[data-l1-theme="light"] .l1-cta-section,
html[data-l1-theme="dark"] .l1-cta-section {
    background-color: #152a52 !important;
    background-image:
        radial-gradient(ellipse 60% 80% at 8% 50%, rgba(110, 176, 255, 0.42), transparent 58%),
        radial-gradient(ellipse 40% 60% at 92% 80%, rgba(165, 206, 255, 0.2), transparent 50%) !important;
    padding: 3.5rem 0 4.25rem;
}

.l1-cta-card {
    align-items: end;
    display: grid !important;
    gap: 1.5rem;
    grid-template-columns: minmax(0, 1fr);
    justify-items: stretch;
    padding: 0 !important;
    position: relative;
}

.l1-cta-glow {
    inset: -20% -10%;
    pointer-events: none;
    position: absolute;
    z-index: 0;
}

.l1-cta-copy,
.l1-cta-buttons {
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .l1-cta-card {
        grid-template-columns: minmax(0, 1.3fr) auto;
    }
}

.l1-cta-copy {
    min-width: 0;
}

.l1-cta-card h2 {
    font-size: clamp(2.1rem, 4vw, 3.4rem) !important;
    letter-spacing: -0.045em;
    line-height: 1.05;
    max-width: 16ch !important;
}

.l1-cta-card .l1-eyebrow,
.l1-cta-card .l1-cta-code {
    justify-self: start;
}

.l1-cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

/* ---------- Blog magazine feature ---------- */
@media (min-width: 768px) {
    .l1-blog-card-featured {
        border-radius: 20px !important;
        min-height: 280px;
        overflow: hidden;
    }

    .l1-blog-card-featured .l1-blog-card-cover {
        background:
            radial-gradient(circle at 30% 20%, rgba(77, 148, 255, 0.45), transparent 50%),
            #152a52;
    }
}

/* ---------- Dark bands stay on logo ground ---------- */
.l1-section-dark {
    background-color: #152a52 !important;
    background-image:
        radial-gradient(ellipse 50% 60% at 10% 0%, rgba(110, 176, 255, 0.28), transparent 50%),
        radial-gradient(ellipse 40% 50% at 90% 100%, rgba(165, 206, 255, 0.14), transparent 48%) !important;
}

.l1-footer {
    background: #122444;
    color: rgba(248, 250, 252, 0.78);
}

/* ---------- Contact form as the stage ---------- */
.l1-contact-hero .l1-contact-card {
    border-radius: 18px !important;
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.28);
}

/* ---------- Proof chips: electric, not mint ---------- */
.l1-hero-proof i,
.l1-pricing-page .l1-pricing-proof-row i {
    color: #7eb0ff !important;
}

.l1-commitment-strip button.is-active {
    background: #3b7ae8 !important;
}

.l1-home-hero .l1-hero-chip-float i {
    color: #6b9af0;
}

/* ---------- Motion hygiene ---------- */
@media (prefers-reduced-motion: reduce) {
    .l1-home-hero .l1-hero-visual {
        transform: none;
    }
}

@media (max-width: 767.98px) {
    .l1-home-hero .l1-hero-title,
    .l1-hero#top .l1-hero-title {
        max-width: none;
    }

    html[data-l1-theme="light"] .l1-home-hero.l1-hero,
    html[data-l1-theme="dark"] .l1-home-hero.l1-hero,
    html[data-l1-theme="light"] body:not(.auth-body) .l1-hero#top,
    html[data-l1-theme="dark"] body:not(.auth-body) .l1-hero#top {
        border-radius: 18px !important;
        width: calc(100% - 1.5rem) !important;
    }

    .l1-page-hero > .l1-container,
    .l1-contact-hero > .l1-container,
    .l1-builder-hero:not(.l1-checkout-hero) > .l1-container {
        border-radius: 18px;
        padding: 1.6rem 1.15rem !important;
    }
}
