.jvrds-hero,
.jvrds-checkout,
.jvrds-account,
.jvrds-alert-panel {
    border: 1px solid #d8e0ef;
    border-radius: 10px;
    background: #ffffff;
    color: #111827;
    padding: 28px;
    margin: 24px auto;
    max-width: 1180px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.jvrds-hero {
    background:
        linear-gradient(135deg, rgba(15, 118, 110, 0.1), rgba(37, 99, 235, 0.06)),
        #ffffff;
}

.jvrds-hero span {
    display: inline-block;
    color: #0f766e;
    font-weight: 800;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-bottom: 8px;
}

.jvrds-hero h1,
.jvrds-checkout h1,
.jvrds-account h1 {
    margin: 0 0 12px;
    font-size: clamp(2rem, 5vw, 3.4rem);
    line-height: 1.05;
    color: #0f172a;
}

.jvrds-hero p,
.jvrds-card p,
.jvrds-checkout p,
.jvrds-account p {
    color: #334155;
    line-height: 1.55;
}

.jvrds-hero-actions,
.jvrds-card-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 18px;
}

.jvrds-grid {
    max-width: 1180px;
    margin: 24px auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 18px;
}

.jvrds-card {
    border: 1px solid #d8e0ef;
    border-radius: 10px;
    background: #ffffff;
    padding: 22px;
    display: flex;
    min-height: 290px;
    flex-direction: column;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.jvrds-card-top {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 14px;
}

.jvrds-card-top span {
    display: inline-block;
    color: #475569;
    background: #f1f5f9;
    border-radius: 999px;
    padding: 5px 10px;
    font-size: 0.78rem;
    font-weight: 700;
}

.jvrds-card-top strong {
    color: #0f766e;
    font-size: 1.08rem;
    white-space: nowrap;
}

.jvrds-card h2 {
    margin: 0 0 10px;
    color: #0f172a;
    font-size: 1.28rem;
    line-height: 1.15;
}

.jvrds-meta {
    list-style: none;
    padding: 0;
    margin: auto 0 0;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.jvrds-meta li {
    background: #eef6ff;
    color: #1e3a8a;
    border-radius: 999px;
    padding: 5px 10px;
    font-size: 0.82rem;
}

.jvrds-button,
.jvrds-button:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 16px;
    border: 0;
    border-radius: 8px;
    background: #0f766e;
    color: #ffffff;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
    line-height: 1.1;
}

.jvrds-button:hover {
    background: #115e59;
    color: #ffffff;
}

.jvrds-button-secondary,
.jvrds-button-secondary:visited {
    background: #1d4ed8;
    color: #ffffff;
}

.jvrds-button-secondary:hover {
    background: #1e40af;
}

.jvrds-button-light,
.jvrds-button-light:visited {
    background: #e2e8f0;
    color: #0f172a;
}

.jvrds-button-light:hover {
    background: #cbd5e1;
    color: #0f172a;
}

.jvrds-form {
    display: grid;
    gap: 16px;
    max-width: 520px;
}

.jvrds-form label {
    display: grid;
    gap: 6px;
    font-weight: 700;
    color: #0f172a;
}

.jvrds-form input {
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    min-height: 44px;
    padding: 9px 12px;
    font: inherit;
}

.jvrds-checkout-product,
.jvrds-access,
.jvrds-notice {
    border: 1px solid #d8e0ef;
    border-radius: 10px;
    padding: 18px;
    margin: 16px 0;
    background: #f8fafc;
}

.jvrds-access {
    background: #ffffff;
}

.jvrds-notice-error {
    border-color: #fecaca;
    background: #fef2f2;
}

.jvrds-api-key {
    margin-top: 16px;
    padding: 14px;
    background: #0f172a;
    color: #ffffff;
    border-radius: 8px;
}

.jvrds-api-key code {
    color: #bbf7d0;
    overflow-wrap: anywhere;
}

.jvrds-small {
    font-size: 0.9rem;
    color: #64748b;
}

@media (max-width: 640px) {
    .jvrds-hero,
    .jvrds-checkout,
    .jvrds-account,
    .jvrds-alert-panel {
        padding: 20px;
        margin: 16px 10px;
    }

    .jvrds-grid {
        grid-template-columns: 1fr;
        margin: 16px 10px;
    }

    .jvrds-button {
        width: 100%;
    }
}
