
/* Sprint 055.3 — Mockup birebir */
.landing-brand-logo {
    display: block;
        height: 48px;
        width: auto;
        max-width: min(280px, 70vw);
    object-fit: contain;
}

.landing-nav-link.is-active,
.landing-nav-link:hover {
    color: var(--lp-primary);
}
.landing-nav-link.is-active {
    box-shadow: inset 0 -2px 0 var(--lp-accent);
    border-radius: 0;
    background: transparent;
}

.landing-btn-header {
    font-size: 0.82rem;
    padding: 0.5rem 0.9rem;
    white-space: nowrap;
}

.landing-hero {
    position: relative;
    overflow: hidden;
    padding: 2.5rem 0 3.5rem;
    background: linear-gradient(180deg, #eef4ff 0%, #f8fbff 55%, var(--lp-bg) 100%);
}

.landing-hero-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}
.landing-hero-bg-inner {
    position: absolute;
    left: 50%;
    top: 52%;
    transform: translate(-42%, -50%);
    width: min(920px, 95vw);
    opacity: 0.45;
    filter: blur(1px);
}
.landing-hero-bg .landing-dashboard-preview-overlay { opacity: 0.35; }
.landing-hero-bg .landing-dashboard-preview-glow { opacity: 0.5; }

.landing-hero-grid {
    position: relative;
    z-index: 1;
    grid-template-columns: 1fr;
    align-items: center;
}

.landing-hero-copy h1 {
    color: var(--lp-primary);
    font-weight: 700;
    font-size: clamp(1.85rem, 4.2vw, 2.65rem);
}

.landing-hero-highlights {
    list-style: none;
    margin: 0 0 1.5rem;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem 1rem;
}
.landing-highlight {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.82rem;
    color: var(--lp-text);
    background: transparent;
    border: none;
    padding: 0;
    border-radius: 0;
}
.landing-highlight-icon {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: var(--lp-accent-soft);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--lp-accent);
    font-size: 0.75rem;
    font-weight: 700;
}

.landing-section-modules { padding-top: 2.5rem; }

.landing-module-strip {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 0.85rem;
}
.landing-module-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.65rem;
    padding: 1.1rem 0.75rem;
    background: var(--lp-surface);
    border: 1px solid var(--lp-border);
    border-radius: 14px;
    text-decoration: none;
    color: inherit;
    min-height: 118px;
    transition: box-shadow 0.2s, transform 0.15s, border-color 0.2s;
}
.landing-module-tile:hover {
    border-color: var(--lp-accent);
    box-shadow: var(--lp-shadow);
    transform: translateY(-2px);
}
.landing-module-tile-title {
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.35;
    color: var(--lp-primary);
}
.landing-module-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(145deg, #e8f1ff, #d4e6ff);
    display: grid;
    place-items: center;
    color: var(--lp-accent);
    font-weight: 700;
    font-size: 0.72rem;
}
.landing-module-tile-more .landing-module-icon { font-size: 1.2rem; }

.landing-band {
    background: linear-gradient(135deg, #001a4d 0%, #0a2f6e 55%, #001433 100%);
    color: #f8fbff;
    padding: 3rem 0;
}
.landing-band-grid {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: 1fr;
}
.landing-band-card h2 {
    margin: 0 0 0.75rem;
    font-size: 1.15rem;
}
.landing-band-card p { margin: 0; opacity: 0.92; line-height: 1.55; font-size: 0.92rem; }
.landing-band-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255,255,255,0.12);
    margin-bottom: 0.85rem;
}
.landing-band-checklist {
    margin: 0;
    padding: 0;
    list-style: none;
}
.landing-band-checklist li {
    position: relative;
    padding-left: 1.35rem;
    margin-bottom: 0.45rem;
    font-size: 0.9rem;
}
.landing-band-checklist li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #7dd3fc;
    font-weight: 700;
}
.landing-band-demo-form {
    display: grid;
    gap: 0.65rem;
    margin-top: 0.75rem;
}
.landing-band-demo-form input {
    width: 100%;
    padding: 0.7rem 0.85rem;
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 10px;
    background: rgba(255,255,255,0.08);
    color: #fff;
    font: inherit;
}
.landing-band-demo-form input::placeholder { color: rgba(255,255,255,0.65); }
.landing-band-demo-days {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin-top: 1rem;
    font-size: 0.85rem;
}
.landing-band-days-badge {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: rgba(255,255,255,0.15);
    display: grid;
    place-items: center;
    font-weight: 700;
    font-size: 1rem;
}

.landing-footer { padding: 0; border-top: none; background: #fff; }
.landing-footer-stats {
    background: #f8fbff;
    border-top: 1px solid var(--lp-border);
    padding: 1.25rem 0;
}
.landing-footer-stats-inner {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.landing-footer-stat {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    font-size: 0.82rem;
    color: var(--lp-muted);
}
.landing-footer-stat strong {
    display: block;
    color: var(--lp-primary);
    font-size: 0.95rem;
}
.landing-footer-meta { padding: 1.25rem 0 1.75rem; }
.landing-footer-meta-inner { display: grid; gap: 1.25rem; }
.landing-footer-compliance {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}
.landing-footer-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.8rem;
    color: var(--lp-muted);
}
.landing-footer-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.landing-footer-bottom .landing-brand-logo { height: 42px; }
.landing-footer-social {
    display: flex;
    gap: 0.5rem;
}
.landing-footer-social a {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    border: 1px solid var(--lp-border);
    display: grid;
    place-items: center;
    color: var(--lp-muted);
    text-decoration: none;
    font-size: 0.7rem;
    font-weight: 700;
}
.landing-footer-social a:hover { color: var(--lp-accent); border-color: var(--lp-accent); }

@media (min-width: 900px) {
    .landing-hero-grid {
        grid-template-columns: minmax(0, 1.05fr) minmax(340px, 400px);
        gap: 2rem 2.5rem;
    }
    .landing-login {
        justify-self: end;
        width: 100%;
        max-width: 400px;
    }
    .landing-band-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .landing-footer-stats-inner { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .landing-module-strip { grid-template-columns: repeat(7, minmax(0, 1fr)); }
}

@media (min-width: 600px) and (max-width: 899px) {
    .landing-module-strip { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .landing-band-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 599px) {
    .landing-header-actions .landing-btn-header { display: none; }
    .landing-hero-highlights { grid-template-columns: 1fr; }
    .landing-hero-bg-inner { transform: translate(-50%, -45%) scale(0.85); opacity: 0.28; }
    .landing-module-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .landing-footer-bottom { flex-direction: column; text-align: center; }
}
