/* Card */
.ov-card {
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .06);
    backdrop-filter: blur(6px);
}

/* Text */
.ov-muted {
    opacity: .85;
}

.ov-question {
    font-weight: 750;
    letter-spacing: -0.02em;
}

.ov-score {
    font-size: 34px;
    font-weight: 800;
    margin: 6px 0 0;
}

/* Progress */
.ov-progress {
    height: 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .14);
}

.ov-progress .progress-bar {
    border-radius: 999px;
}

/* Options = big tap targets */
.ov-options {
    display: grid;
    gap: 22px;
}

.ov-option {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, .18);
    background: rgba(0, 0, 0, .10);
    cursor: pointer;
    user-select: none;
    transition: transform .08s ease, background .15s ease, border-color .15s ease;
    margin-bottom: 0;
}

.ov-option:hover {
    transform: translateY(-1px);
    border-color: rgba(255, 255, 255, .30);
    background: rgba(0, 0, 0, .16);
}

.ov-option input {
    flex: 0 0 auto;
    transform: scale(1.15);
}

.ov-option-text {
    font-size: 1.05rem;
    line-height: 1.2;
    font-weight: 400;
}

/* Buttons */
.ov-btn-primary {
    border-radius: 14px;
    padding: 10px 18px;
    font-weight: 700;
    background: #e7f3ff;
    border: 1px solid #b3d7ff;
    color: #1877f2;
    box-shadow: 0 1px 0 rgba(24, 119, 242, 0.12);
}

.ov-btn-outline {
    border-radius: 14px;
    padding: 10px 18px;
    font-weight: 700;
    background: #e7f3ff;
    border: 1px solid #b3d7ff;
    color: #1877f2;
    box-shadow: 0 1px 0 rgba(24, 119, 242, 0.12);
}

.ov-btn-primary:hover,
.ov-btn-outline:hover {
    background: #dbeeff;
    border-color: #9cc7ff;
    color: #1464ce;
}

.ov-btn-primary:disabled {
    opacity: .6;
    cursor: not-allowed;
}

/* Intro hero */
.ov-hero {
    background: radial-gradient(1000px 400px at 12% -10%, rgba(255, 255, 255, .18), transparent 60%),
                radial-gradient(900px 600px at 90% 0%, rgba(255, 255, 255, .08), transparent 55%);
}

.ov-hero-blue {
    background:
        radial-gradient(900px 500px at 8% -10%, rgba(255, 255, 255, .18), transparent 60%),
        radial-gradient(800px 420px at 90% 0%, rgba(255, 255, 255, .12), transparent 55%),
        linear-gradient(135deg, #0f5bb8 0%, #176bd1 45%, #1a6ed4 100%);
    color: #fff;
}

.ov-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: .85rem;
    font-weight: 700;
    background: rgba(255, 255, 255, .15);
    border: 1px solid rgba(255, 255, 255, .22);
}

.ov-pill-light {
    background: rgba(255, 255, 255, .2);
    border-color: rgba(255, 255, 255, .35);
}

.ov-hero-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.ov-hero-brand img {
    height: 110px;
    width: auto;
    display: block;
}

.ov-hero-title {
    font-weight: 850;
    letter-spacing: -0.025em;
    line-height: 1.1;
}

.ov-hero-sub {
    color: rgba(255, 255, 255, .8);
    font-size: 1.1rem;
    max-width: 36ch;
}

.ov-hero-meta {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 12px;
}

.ov-meta-item {
    padding: 12px 14px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .16);
    border: 1px solid rgba(255, 255, 255, .28);
    backdrop-filter: blur(6px);
}

.ov-meta-title {
    font-weight: 800;
    letter-spacing: -.01em;
}

.ov-hero-media {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 22px 60px rgba(0, 0, 0, .28);
    border: 1px solid rgba(255, 255, 255, .4);
    background: rgba(255, 255, 255, .08);
}

.ov-hero-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .0) 55%, rgba(0, 0, 0, .35) 100%);
    pointer-events: none;
}

.ov-hero-photo {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    min-height: 360px;
    filter: saturate(1.05) contrast(1.05);
}

.ov-hero-logo {
    position: absolute;
    left: 16px;
    bottom: 16px;
    padding: 10px 12px;
    border-radius: 14px;
    background: rgba(0, 0, 0, .55);
    backdrop-filter: blur(4px);
    z-index: 2;
}

.ov-hero-logo img {
    height: 46px;
    width: auto;
    display: block;
}

.ov-hero-badge {
    position: absolute;
    top: 58px;
    left: 50%;
    transform: translateX(-50%);
    padding: 14px 26px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 1.15rem;
    background: rgba(255, 255, 255, .9);
    color: #1363c6;
    z-index: 2;
    box-shadow: 0 12px 22px rgba(0, 0, 0, .2);
    text-decoration: none;
}

.ov-hero-badge:hover {
    background: #fff;
    color: #0f5bb8;
    transform: translateX(-50%) translateY(-1px);
}

.ov-list {
    list-style: none;
    margin: 0 0 16px;
    padding: 0;
}

.ov-list li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
}

.ov-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #1363c6;
    box-shadow: 0 0 0 2px rgba(19, 99, 198, .2);
}

.ov-tip {
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(19, 99, 198, .08);
    border: 1px solid rgba(19, 99, 198, .2);
    font-size: .95rem;
}

.ov-btn-hero {
    padding: 12px 22px;
    font-weight: 800;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .18);
}

.ov-btn-ghost {
    border-radius: 14px;
    padding: 12px 18px;
    font-weight: 700;
    border: 1px solid rgba(255, 255, 255, .4);
    color: #fff;
    background: rgba(255, 255, 255, .08);
}

.ov-btn-ghost:hover {
    background: rgba(255, 255, 255, .18);
    color: #fff;
}

.ov-btn-ghost-soft {
    padding: 10px 16px;
    font-weight: 600;
    border-color: rgba(255, 255, 255, .18);
    background: rgba(255, 255, 255, .04);
    opacity: .9;
}

.ov-btn-ghost-soft:hover {
    opacity: 1;
    background: rgba(255, 255, 255, .08);
}

@media (max-width: 576px) {
    .ov-hero-card {
        padding: 24px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .ov-option {
        padding: 16px;
    }

    .ov-option-text {
        font-size: 1.1rem;
    }
}

.ov-letter {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    font-weight: 800;
    border: 1px solid rgba(255, 255, 255, .22);
    background: rgba(255, 255, 255, .08);
}

.ov-option input {
    /* keep the radio visible but not huge */
    transform: scale(1.1);
}
