/* LYRA ERP — Abone ol / paket seçimi */

html.lyra-public-scroll,
body.lyra-public-scroll {
    height: auto !important;
    min-height: 100% !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

.lyra-subscribe-page {
    padding: 2rem 1rem 3rem;
    background: #f8fafc;
}

@media (min-width: 768px) {
    .lyra-subscribe-page {
        padding: 2.5rem 2.5rem 4rem;
    }
}

.lyra-subscribe-shell {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: #f8fafc;
    font-family: 'Inter', system-ui, sans-serif;
}

.lyra-subscribe-header {
    height: 4rem;
    background: #fff;
    border-bottom: 1px solid #c2c6d8;
    display: flex;
    align-items: center;
    padding: 0 1rem;
}

@media (min-width: 768px) {
    .lyra-subscribe-header {
        padding: 0 2.5rem;
    }
}

.lyra-subscribe-header-inner {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lyra-subscribe-header .lyra-logo-header {
    height: 2.5rem !important;
    max-height: 2.5rem !important;
    width: auto !important;
    max-width: 200px !important;
    object-fit: contain !important;
    object-position: left center;
}

.lyra-subscribe-support {
    font-family: 'JetBrains Mono', monospace;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #0057cd !important;
    text-decoration: none !important;
}

.lyra-subscribe-main {
    flex: 1;
    padding: 2rem 1rem 3rem;
}

@media (min-width: 768px) {
    .lyra-subscribe-main {
        padding: 2.5rem 2.5rem 4rem;
    }
}

.lyra-subscribe-grid {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: start;
}

.lyra-subscribe-grid-busy {
    pointer-events: none;
    user-select: none;
    opacity: 0.55;
    filter: blur(1px);
}

.lyra-subscribe-provisioning {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background: rgba(15, 23, 42, 0.45);
    backdrop-filter: blur(2px);
}

.lyra-subscribe-provisioning-card {
    max-width: 28rem;
    width: 100%;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.18);
    padding: 1.75rem 1.5rem;
    text-align: center;
}

.lyra-subscribe-provisioning-spinner {
    width: 2.75rem;
    height: 2.75rem;
    margin: 0 auto 1rem;
    border: 3px solid #dbeafe;
    border-top-color: #0057cd;
    border-radius: 50%;
    animation: lyra-subscribe-spin 0.85s linear infinite;
}

.lyra-subscribe-provisioning-title {
    font-weight: 700;
    color: #0f172a;
}

@keyframes lyra-subscribe-spin {
    to {
        transform: rotate(360deg);
    }
}

@media (min-width: 1024px) {
    .lyra-subscribe-grid {
        grid-template-columns: 7fr 5fr;
        gap: 2.5rem;
    }
}

.lyra-package-card {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
    width: 100%;
    text-align: left;
}

@media (min-width: 768px) {
    .lyra-package-card {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

.lyra-package-card:hover:not(.is-active) {
    border-color: #cbd5e1;
}

.lyra-package-card.is-active {
    border: 2px solid #0057cd;
    background: #f0f7ff;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
}

.lyra-package-radio {
    width: 1.5rem;
    height: 1.5rem;
    border: 2px solid #c2c6d8;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.lyra-package-card.is-active .lyra-package-radio {
    border-color: #0057cd;
}

.lyra-package-radio-dot {
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 9999px;
    background: #0057cd;
    display: none;
}

.lyra-package-card.is-active .lyra-package-radio-dot {
    display: block;
}

.lyra-package-badge {
    position: absolute;
    top: -0.75rem;
    right: 1rem;
    background: #0057cd;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.lyra-package-card-wrap {
    position: relative;
}

.lyra-plan-preview {
    background: #0f172a;
    color: #fff;
    border-radius: 0.75rem;
    padding: 1.5rem;
    margin-top: 2.5rem;
    display: none;
}

@media (min-width: 1024px) {
    .lyra-plan-preview {
        display: block;
    }
}

.lyra-subscribe-form-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 0.5rem;
    padding: 1.75rem 2rem;
    box-shadow: 0 1px 3px rgb(0 0 0 / 0.06);
}

.lyra-subscribe-form-card label {
    font-family: 'JetBrains Mono', monospace;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #191c1e;
}

.lyra-subscribe-input {
    height: 3rem;
    width: 100%;
    padding: 0 1rem;
    border: 1px solid #c2c6d8;
    border-radius: 0.25rem;
    font-size: 16px;
    background: #fff;
}

.lyra-subscribe-input:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 2px rgb(13 110 253 / 0.1);
    outline: none;
}

.lyra-subscribe-submit {
    width: 100%;
    height: 3.5rem;
    background: #0d6efd !important;
    color: #fff !important;
    border: none;
    border-radius: 0.5rem;
    font-weight: 600;
    font-size: 1.125rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    box-shadow: 0 10px 15px -3px rgb(13 110 253 / 0.25);
}

.lyra-subscribe-submit:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.lyra-subscribe-footer {
    border-top: 1px solid #c2c6d8;
    background: #fff;
    padding: 1.25rem 1rem;
    margin-top: auto;
}

.lyra-subscribe-footer-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
    font-size: 12px;
    color: #565e74;
}
