.feature-lp {
    background: #05070a;
    color: #ffffff;
}
.feature-lp .site-header {
    background: #05070a;
    border-bottom-color: #1f2937;
    box-shadow: none;
}
.feature-lp .site-logo,
.feature-lp .site-logo:hover {
    color: #ffffff;
}
.feature-lp .site-nav-link {
    color: #aab5c4;
}
.feature-lp .site-nav-link:hover {
    background: #0b1118;
    color: #ffffff;
}
.feature-lp .theme-toggle {
    display: none;
}
.lp-shell {
    max-width: 1180px;
    margin: 0 auto;
    padding: 44px 20px 0;
}
.lp-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: 34px;
    align-items: center;
    padding: 34px 0 58px;
}
.lp-eyebrow {
    display: inline-flex;
    padding: 7px 12px;
    border-radius: 6px;
    background: #0b1118;
    border: 1px solid #263241;
    color: #8ccbff;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.lp-title {
    font-size: clamp(40px, 5.5vw, 68px);
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: 0;
    margin: 0 0 18px;
}
.lp-subtitle {
    color: #b4bfcc;
    font-size: clamp(16px, 2vw, 20px);
    line-height: 1.62;
    max-width: 660px;
    margin: 0 0 28px;
}
.lp-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.lp-secondary {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 14px 20px;
    background: #0b1118;
    border: 1px solid #263241;
    color: #dde6f2;
    font-weight: 700;
    text-decoration: none;
}
.lp-secondary:hover {
    background: #111923;
    color: #ffffff;
}
.lp-preview,
.lp-card,
.lp-band {
    background: #0b1118;
    border: 1px solid #202c3a;
    border-radius: 8px;
}
.lp-preview {
    padding: 20px;
    box-shadow: 0 20px 48px rgba(0, 122, 255, 0.16);
}
.lp-product-panel {
    padding: 18px;
    background:
        linear-gradient(180deg, rgba(0, 122, 255, 0.14), rgba(11, 17, 24, 0) 38%),
        #0b1118;
}
.lp-panel-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}
.lp-panel-label {
    color: #8ccbff;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.lp-panel-heading {
    color: #ffffff;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.2;
    margin-top: 4px;
}
.lp-panel-status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid #24513a;
    background: rgba(45, 212, 111, 0.1);
    color: #74e596;
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
}
.lp-panel-status::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #74e596;
}
.lp-panel-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 12px;
}
.lp-panel-metric,
.lp-panel-row,
.lp-panel-card {
    border: 1px solid #1d2b3b;
    background: #101721;
    border-radius: 8px;
}
.lp-panel-metric {
    padding: 10px;
    min-height: 72px;
}
.lp-panel-metric-label {
    color: #8995a6;
    font-size: 11px;
    font-weight: 800;
    margin-bottom: 8px;
}
.lp-panel-metric-value {
    color: #ffffff;
    font-size: 17px;
    font-weight: 900;
}
.lp-panel-feed {
    display: grid;
    gap: 9px;
}
.lp-panel-row,
.lp-panel-card {
    padding: 12px;
}
.lp-panel-row-head {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    color: #ffffff;
    font-weight: 900;
    margin-bottom: 6px;
}
.lp-panel-row-copy {
    color: #aab5c4;
    font-size: 13px;
    line-height: 1.45;
}
.lp-panel-badge {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 4px 9px;
    font-size: 11px;
    font-weight: 900;
    white-space: nowrap;
}
.lp-panel-badge.good {
    background: rgba(45, 212, 111, 0.13);
    color: #74e596;
    border: 1px solid rgba(116, 229, 150, 0.35);
}
.lp-panel-badge.warn {
    background: rgba(255, 193, 7, 0.12);
    color: #ffd166;
    border: 1px solid rgba(255, 209, 102, 0.35);
}
.lp-panel-badge.bad {
    background: rgba(255, 82, 82, 0.12);
    color: #ff8f8f;
    border: 1px solid rgba(255, 143, 143, 0.35);
}
.lp-panel-badge.info {
    background: rgba(140, 203, 255, 0.12);
    color: #8ccbff;
    border: 1px solid rgba(140, 203, 255, 0.35);
}
.lp-confidence {
    margin-top: 10px;
}
.lp-confidence-label {
    display: flex;
    justify-content: space-between;
    color: #dde6f2;
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 6px;
}
.lp-confidence-track {
    height: 8px;
    border-radius: 999px;
    background: #1b2634;
    overflow: hidden;
}
.lp-confidence-fill {
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #3b82f6, #74e596);
}
.lp-panel-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 10px;
}
.lp-preview-title {
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 8px;
}
.lp-preview-body {
    color: #aab5c4;
    line-height: 1.6;
    margin-bottom: 16px;
}
.lp-signal-list {
    display: grid;
    gap: 10px;
}
.lp-signal {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 12px;
    border-radius: 8px;
    background: #101721;
    border: 1px solid #1d2b3b;
    color: #dde6f2;
    font-weight: 800;
}
.lp-signal span:last-child {
    color: #74e596;
}
.lp-section {
    padding: 20px 0 50px;
}
.lp-section-head {
    max-width: 760px;
    margin-bottom: 22px;
}
.lp-section-kicker {
    color: #8ccbff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.lp-section-title {
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.18;
    font-weight: 900;
    margin: 0 0 10px;
}
.lp-section-copy {
    color: #aab5c4;
    line-height: 1.65;
    font-size: 16px;
}
.lp-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}
.lp-card {
    padding: 20px;
}
.lp-card h3 {
    font-size: 18px;
    font-weight: 900;
    margin: 0 0 8px;
}
.lp-card p {
    color: #aab5c4;
    line-height: 1.55;
}
.lp-card-link {
    display: inline-flex;
    margin-top: 12px;
    color: #8ccbff;
    font-weight: 800;
    text-decoration: none;
}
.lp-card-link:hover {
    color: #ffffff;
}
.lp-related {
    padding: 8px 0 50px;
}
.lp-related .lp-grid {
    margin-top: 18px;
}
.lp-band {
    padding: 28px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
    margin-bottom: 54px;
}
.lp-band h2 {
    font-size: clamp(26px, 3vw, 36px);
    margin-bottom: 8px;
}
.lp-band p {
    color: #aab5c4;
    line-height: 1.6;
}
.marketing-footer {
    border-top: 1px solid #1f2937;
    margin-top: 30px;
    padding: 28px 20px 36px;
    color: #aab5c4;
}
.marketing-footer-inner {
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 18px;
}
.marketing-footer-links,
.marketing-footer-social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}
.marketing-footer-social-label {
    color: #aab5c4;
    font-size: 14px;
    font-weight: 800;
    margin-right: 2px;
}
.marketing-footer a {
    color: #dde6f2;
    text-decoration: none;
    font-weight: 700;
}
.marketing-footer a:hover {
    color: #8ccbff;
}
.social-icon-link {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #263241;
    border-radius: 999px;
    background: #0b1118;
    color: #dde6f2;
}
.social-icon-link:hover {
    border-color: #3b82f6;
    background: #102236;
    color: #ffffff;
}
.social-icon-link svg {
    width: 18px;
    height: 18px;
    display: block;
}
@media (max-width: 900px) {
    .lp-hero,
    .lp-grid,
    .lp-band {
        grid-template-columns: 1fr;
    }
    .lp-band {
        align-items: stretch;
    }
}
@media (max-width: 520px) {
    .lp-shell {
        padding: 26px 14px 0;
    }
    .lp-actions .btn,
    .lp-actions .lp-secondary,
    .lp-band .btn {
        width: 100%;
    }
    .lp-panel-metrics {
        grid-template-columns: 1fr;
    }
}
