/* White label landing — extends portal-metorik + portal-header */

.slx-wl-landing.slx-portal-metorik {
    min-height: 100vh;
}

.slx-wl-landing .slx-landing-main {
    padding-bottom: 48px;
}

.slx-wl-landing .slx-wl-hero {
    padding-top: 8px;
}

.slx-wl-landing .slx-wl-banner {
    margin: 20px auto 0;
    max-width: 720px;
    padding: 14px 18px;
    border-radius: 12px;
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
}

.slx-wl-landing .slx-wl-banner.is-warning {
    background: #fff7ed;
    border: 1px solid #fdba74;
    color: #9a3412;
}

.slx-wl-pricing {
    padding: 32px 0 56px;
}

.slx-wl-pricing-head {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 28px;
}

.slx-wl-period-tabs {
    justify-content: center;
    margin-bottom: 28px;
}

.slx-wl-pricing-app {
    max-width: 640px;
    margin: 0 auto;
}

.slx-wl-slider-row {
    margin-bottom: 24px;
    padding: 0 8px;
}

.slx-wl-slider-label {
    display: block;
    font-weight: 700;
    margin-bottom: 12px;
    text-align: center;
    color: #111827;
}

.slx-wl-slider {
    width: 100%;
    height: 8px;
    accent-color: #7c3aed;
    cursor: pointer;
}

.slx-wl-slider-ticks {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
}

.slx-wl-price-card {
    position: relative;
    border: 1px solid rgba(124, 58, 237, 0.28);
    border-radius: 24px;
    padding: 32px 28px;
    background: linear-gradient(180deg, rgba(124, 58, 237, 0.07), #ffffff);
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
    text-align: center;
}

.slx-wl-price-panel[hidden] {
    display: none !important;
}

.slx-wl-price-amount strong {
    font-size: clamp(36px, 6vw, 46px);
    color: #1e1b4b;
    line-height: 1;
    font-weight: 900;
}

.slx-wl-price-amount span {
    display: block;
    margin-top: 8px;
    color: #64748b;
    font-size: 15px;
    font-weight: 600;
}

.slx-wl-price-vat {
    font-size: 13px;
    margin: 6px 0 18px;
    color: #64748b;
}

.slx-wl-price-meta {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
    line-height: 2;
    font-size: 16px;
}

.slx-wl-all-features {
    margin-top: 48px;
    text-align: center;
}

.slx-wl-all-features h3 {
    margin-bottom: 20px;
    font-size: 28px;
}

.slx-wl-feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 12px 20px;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    text-align: start;
    max-width: 920px;
}

.slx-wl-feature-grid li {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 12px 14px;
    font-weight: 600;
    color: #1f2937;
}

.slx-wl-steps {
    margin-top: 8px;
}

.slx-wl-register-page.slx-portal-metorik {
    min-height: 100vh;
    background: #f8fafc;
}

.slx-wl-register-layout {
    max-width: 980px;
    margin: 32px auto 64px;
    padding: 0 16px;
}

.slx-wl-register-grid {
    display: grid;
    grid-template-columns: minmax(260px, 320px) 1fr;
    gap: 28px;
    align-items: start;
}

.slx-wl-register-summary {
    padding: 24px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
}

.slx-wl-summary-price strong {
    font-size: 32px;
    color: #7c3aed;
}

.slx-wl-summary-list {
    margin: 16px 0;
    padding-inline-start: 18px;
    line-height: 1.8;
}

.slx-wl-register-form-wrap .slx-form-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
}

.slx-portal-metorik.slx-wl-register-page .slx-wl-register-form-wrap .slx-field-label {
    color: #111827;
    font-weight: 700;
    font-size: 14px;
}

.slx-portal-metorik.slx-wl-register-page .slx-wl-register-form-wrap .slx-input {
    background: #fff;
    color: #111827;
    border: 1px solid #d1d5db;
}

.slx-portal-metorik.slx-wl-register-page .slx-wl-register-form-wrap .slx-field-hint {
    color: #6b7280;
}

@media (max-width: 900px) {
    .slx-portal-metorik.slx-wl-landing .slx-lp-hero-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .slx-wl-register-grid {
        grid-template-columns: 1fr;
    }
}
